:root {
  --cream: #fbf4e7;
  --cream-deep: #f0e4cf;
  --paper: #fffdf9;
  --ink: #293126;
  --olive: #405336;
  --olive-dark: #2e4028;
  --mustard: #d8a630;
  --mustard-light: #edca69;
  --terracotta: #b96143;
  --blush: #e8c6b3;
  --line: rgba(48, 64, 39, 0.16);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shadow: 0 22px 42px rgba(48, 48, 28, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(100% - 40px, 1160px); margin-inline: auto; }
.skip-link { position: fixed; z-index: 50; top: -100px; left: 16px; padding: 10px 14px; color: white; background: var(--olive-dark); border-radius: 0 0 8px 8px; }
.skip-link:focus { top: 0; }

.site-header { position: absolute; z-index: 5; top: 0; width: 100%; height: 78px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; color: #fffdf5; }
.brand { display: inline-flex; align-items: center; gap: 8px; font-size: 17px; font-weight: 700; letter-spacing: -0.8px; }
.brand > span:last-child > span { font-weight: 500; }
.brand-flower { color: var(--mustard-light); font-size: 27px; line-height: 1; transform: rotate(10deg); }
.header-link { padding-bottom: 3px; border-bottom: 1px solid rgba(255, 255, 255, 0.72); font-size: 12px; font-weight: 600; }

.hero { position: relative; isolation: isolate; min-height: 690px; display: flex; align-items: end; overflow: hidden; color: #fffdf8; background: var(--olive-dark); }
.hero-image { position: absolute; z-index: -2; inset: 0; background-image: url("assets/hero-campo.webp"); background-position: 56% center; background-size: cover; transform: scale(1.02); }
.hero-overlay { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(28, 39, 23, 0.38) 0%, rgba(24, 32, 20, 0.1) 30%, rgba(26, 37, 21, 0.88) 93%), linear-gradient(90deg, rgba(30, 42, 25, 0.42), transparent 72%); }
.hero-copy { padding-bottom: 50px; }
.eyebrow { margin: 0 0 12px; color: var(--terracotta); font-size: 11px; font-weight: 700; letter-spacing: 1.75px; text-transform: uppercase; }
.eyebrow-light { color: var(--mustard-light); }
.eyebrow-olive { color: #758168; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 600; letter-spacing: -1.4px; line-height: 1.08; }
h1 { max-width: 620px; margin-bottom: 16px; font-size: clamp(38px, 10vw, 70px); }
h1 em, h2 em { color: var(--mustard); font-weight: 500; }
.hero-text { max-width: 390px; margin-bottom: 28px; font-size: 16px; line-height: 1.55; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 14px 21px; border-radius: 999px; font-size: 14px; font-weight: 700; transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button svg, .whatsapp-float svg { width: 21px; fill: currentColor; }
.button-primary { color: #fffdf7; background: var(--terracotta); box-shadow: 0 10px 23px rgba(24, 30, 19, 0.24); }
.button-primary:hover, .button-primary:focus-visible { background: #a95137; box-shadow: 0 13px 28px rgba(24, 30, 19, 0.31); }
.hero-note { display: flex; align-items: center; gap: 7px; margin-top: 17px; color: rgba(255, 253, 248, 0.85); font-size: 11px; font-weight: 500; }
.hero-note span { color: #e9bf43; font-size: 9px; }

.trust-strip { border-bottom: 1px solid var(--line); background: var(--cream); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid p { display: flex; flex-direction: column; gap: 1px; min-height: 80px; justify-content: center; margin: 0; padding: 13px 8px; text-align: center; border-right: 1px solid var(--line); }
.trust-grid p:first-child { border-left: 1px solid var(--line); }
.trust-grid strong { font-family: var(--serif); font-size: 15px; font-weight: 600; color: var(--olive-dark); letter-spacing: -0.2px; }
.trust-grid span { font-size: 10px; color: #666857; }

.section { padding: 76px 0; }
.section-heading { display: flex; flex-direction: column; gap: 15px; margin-bottom: 30px; }
.section-heading > p { max-width: 340px; margin: 0; color: #5c6358; font-size: 14px; }
h2 { margin-bottom: 0; font-size: clamp(33px, 8vw, 52px); }
.highlights { overflow: hidden; background: var(--paper); }
.product-rail { display: flex; gap: 16px; overflow-x: auto; padding: 2px 20px 18px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.product-rail::-webkit-scrollbar { display: none; }
.product-card { flex: 0 0 min(78vw, 292px); overflow: hidden; border: 1px solid #ebe3d6; background: white; scroll-snap-align: center; box-shadow: 0 5px 12px rgba(61, 48, 23, 0.04); }
.product-card img { width: 100%; height: 320px; object-fit: cover; background: var(--cream-deep); }
.product-copy { padding: 16px 16px 17px; }
.product-tag { display: inline-block; margin-bottom: 8px; color: #927123; font-size: 10px; font-weight: 700; letter-spacing: 0.8px; text-transform: uppercase; }
.product-copy h3 { margin-bottom: 3px; font-family: var(--serif); font-size: 23px; font-weight: 600; letter-spacing: -0.5px; }
.product-copy p { min-height: 39px; margin-bottom: 14px; color: #6d6c61; font-size: 12px; line-height: 1.55; }
.product-copy a, .text-cta { display: inline-flex; align-items: baseline; gap: 5px; color: var(--olive-dark); font-size: 12px; font-weight: 700; border-bottom: 1px solid var(--mustard); padding-bottom: 3px; }
.product-copy a span, .text-cta span { font-size: 15px; transition: transform 150ms ease; }
.product-copy a:hover span, .text-cta:hover span { transform: translate(2px, -2px); }
.carousel-tip { display: flex; gap: 12px; justify-content: center; margin-top: 4px; color: #7a796c; font-size: 11px; }
.center-cta { display: flex; justify-content: center; margin-top: 27px; }

.reasons { background: var(--cream); }
.reasons-layout { display: grid; gap: 38px; }
.reason-intro > p:not(.eyebrow) { max-width: 430px; margin: 18px 0 25px; color: #5e6559; }
.reason-list { border-top: 1px solid var(--line); }
.reason-list article { display: grid; grid-template-columns: 38px 1fr; gap: 12px; padding: 20px 2px; border-bottom: 1px solid var(--line); }
.reason-icon { color: var(--terracotta); font-family: var(--serif); font-size: 25px; line-height: 1; }
.reason-list h3 { margin-bottom: 3px; color: var(--olive-dark); font-size: 15px; font-weight: 700; }
.reason-list p { margin: 0; color: #66695d; font-size: 13px; line-height: 1.45; }

.story { background: #fbfaf6; }
.story-layout { display: grid; gap: 34px; }
.story-image-wrap { position: relative; overflow: hidden; min-height: 355px; background: var(--cream-deep); }
.story-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(40, 54, 34, 0.22), transparent 60%); }
.story-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.story-copy { align-self: center; }
.story-copy > p:not(.eyebrow) { margin: 18px 0 25px; color: #5c6258; line-height: 1.7; }

.testimonials { background: #fbf4e7; }
.testimonials-heading { margin-bottom: 29px; }
.quote-grid { display: grid; gap: 14px; }
.quote-card { margin: 0; padding: 25px 23px 21px; min-height: 207px; }
.quote-card-olive { color: #fdf7eb; background: var(--olive); }
.quote-card-cream { background: #fffdf9; }
.quote-card-terracotta { color: #fffaf0; background: var(--terracotta); }
.quote-card blockquote { margin: 0 0 22px; font-family: var(--serif); font-size: 19px; letter-spacing: -0.35px; line-height: 1.37; }
.quote-card figcaption { display: flex; align-items: center; gap: 10px; }
.quote-card figcaption > span { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 50%; color: var(--olive-dark); background: var(--mustard-light); font-size: 10px; font-weight: 700; }
.quote-card figcaption div { display: flex; flex-direction: column; font-size: 11px; }
.quote-card figcaption small { opacity: 0.72; font-size: 10px; }

.final-cta { position: relative; isolation: isolate; overflow: hidden; color: #fffdf5; background: var(--olive-dark); }
.final-cta::before, .final-cta::after { content: ""; position: absolute; z-index: -1; border: 1px solid rgba(237, 202, 105, 0.27); border-radius: 50%; }
.final-cta::before { width: 510px; height: 510px; right: -270px; top: -300px; }
.final-cta::after { width: 310px; height: 310px; left: -230px; bottom: -210px; }
.final-cta-content { padding: 80px 0 88px; text-align: center; }
.final-cta h2 { max-width: 680px; margin: 0 auto; }
.final-cta h2 em { color: var(--mustard-light); }
.final-cta p:not(.eyebrow) { max-width: 455px; margin: 17px auto 26px; color: rgba(255, 253, 245, 0.79); font-size: 14px; line-height: 1.65; }
.button-light { color: var(--olive-dark); background: var(--mustard-light); }
.button-light:hover, .button-light:focus-visible { background: #f6d57e; }

.site-footer { color: #e6e2d5; background: #202a1e; }
.footer-grid { display: grid; gap: 30px; padding: 50px 0 35px; }
.brand-footer { color: #fffdf4; margin-bottom: 12px; }
.site-footer p { max-width: 200px; margin: 0; color: #aeb5a8; font-size: 12px; }
.site-footer address, .site-footer > div > div { display: flex; flex-direction: column; gap: 4px; font-size: 12px; font-style: normal; }
.site-footer strong { margin-bottom: 5px; color: var(--mustard-light); font-size: 10px; letter-spacing: 1.1px; text-transform: uppercase; }
.site-footer span, .site-footer address { color: #c8cec4; }
.site-footer a:not(.brand) { color: #e5bc51; width: fit-content; margin-top: 6px; border-bottom: 1px solid rgba(229, 188, 81, 0.6); }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; padding: 17px 0 22px; border-top: 1px solid rgba(229, 239, 220, 0.15); color: #9fa99d; font-size: 10px; }
.footer-bottom a { margin: 0 !important; }

.whatsapp-float { position: fixed; z-index: 10; right: 16px; bottom: 16px; display: flex; align-items: center; justify-content: center; width: 54px; height: 54px; border: 3px solid var(--paper); border-radius: 50%; color: white; background: #25d366; box-shadow: 0 9px 23px rgba(27, 66, 35, 0.31); transition: transform 160ms ease; }
.whatsapp-float:hover, .whatsapp-float:focus-visible { transform: scale(1.07); }
.whatsapp-float span { position: absolute; right: 47px; padding: 7px 10px; white-space: nowrap; border-radius: 6px; color: #fffdf6; background: var(--olive-dark); font-size: 10px; font-weight: 700; opacity: 0; transform: translateX(4px); pointer-events: none; transition: opacity 160ms ease, transform 160ms ease; }
.whatsapp-float:hover span, .whatsapp-float:focus-visible span { opacity: 1; transform: translateX(0); }

@media (min-width: 660px) {
  .site-header { padding: 0 5vw; }
  .hero { min-height: 720px; }
  .hero-copy { padding-bottom: 80px; }
  .trust-grid p { min-height: 91px; }
  .trust-grid strong { font-size: 19px; }
  .section { padding: 100px 0; }
  .section-heading { flex-direction: row; justify-content: space-between; align-items: end; }
  .section-heading > p { text-align: right; }
  .product-rail { padding-inline: max(20px, calc((100vw - 1160px) / 2)); }
  .product-card { flex-basis: 305px; }
  .product-card img { height: 365px; }
  .reasons-layout { grid-template-columns: 0.92fr 1.08fr; align-items: center; gap: 70px; }
  .story-layout { grid-template-columns: 1fr 0.95fr; align-items: center; gap: 66px; }
  .story-image-wrap { min-height: 470px; }
  .quote-grid { grid-template-columns: repeat(3, 1fr); }
  .quote-card { min-height: 255px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
}

@media (min-width: 900px) {
  .hero-image { background-position: center 47%; }
  .hero-overlay { background: linear-gradient(90deg, rgba(26, 37, 21, 0.85) 0%, rgba(28, 40, 24, 0.48) 43%, rgba(26, 37, 21, 0.08) 76%), linear-gradient(0deg, rgba(22, 31, 19, 0.4), transparent 56%); }
  .trust-grid strong { font-size: 21px; }
  .whatsapp-float { right: 26px; bottom: 26px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}
