:root {
  --forest: #3b2928;
  --forest-dark: #25191b;
  --moss: #9a6758;
  --sand: #ead8bd;
  --ivory: #f6f1e8;
  --cream: #fbf8f1;
  --clay: #bd6547;
  --ink: #342725;
  --muted: #756b66;
  --line: rgba(52, 39, 37, .16);
  --serif: "Bodoni 72", Didot, "Iowan Old Style", Georgia, serif;
  --sans: Inter, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 16px; background: #fff; color: #000; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.topbar { position: fixed; z-index: 50; inset: 0 0 auto; height: 90px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 clamp(22px, 4.5vw, 72px); color: white; border-bottom: 1px solid rgba(255,255,255,.22); transition: background .35s, color .35s, height .35s, box-shadow .35s; }
.topbar.scrolled { height: 76px; color: var(--ink); background: rgba(251,248,241,.94); backdrop-filter: blur(16px); box-shadow: 0 10px 35px rgba(16,42,37,.08); border-color: var(--line); }
.brand { display: flex; align-items: center; gap: 13px; width: max-content; }
.brand img { width: 50px; height: 50px; border-radius: 0; object-fit: contain; box-shadow: none; }
.brand > span { display: grid; gap: 4px; }
.brand strong { font-size: 12px; letter-spacing: .25em; }
.brand small { font-size: 7px; letter-spacing: .35em; opacity: .74; }
.desktop-nav { display: flex; gap: 34px; align-items: center; }
.desktop-nav a { position: relative; padding: 30px 0; font-size: 9px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; bottom: 22px; left: 0; width: 0; height: 1px; background: currentColor; transition: width .25s; }
.desktop-nav a:hover::after { width: 100%; }
.nav-cta { justify-self: end; display: flex; align-items: center; gap: 14px; padding: 13px 17px; border: 1px solid currentColor; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .17em; }
.nav-cta span { font-size: 14px; transition: transform .2s; }
.nav-cta:hover span { transform: translate(3px,-3px); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 18px; }
.language-switch { display: flex; align-items: center; gap: 7px; font-size: 8px; font-weight: 700; letter-spacing: .15em; }
.language-switch > span { opacity: .45; }
.lang-option { padding: 6px 4px; color: inherit; background: transparent; border: 0; border-bottom: 1px solid transparent; cursor: pointer; font-size: inherit; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; opacity: .48; transition: opacity .2s, border-color .2s; }
.lang-option:hover, .lang-option.active { opacity: 1; border-bottom-color: currentColor; }
.mobile-language-switch { display: flex; gap: 18px; margin-bottom: 25px; }
.mobile-language-switch .lang-option { font-family: var(--sans); font-size: 10px; }
.menu-button, .mobile-menu { display: none; }

.hero { position: relative; min-height: 100svh; overflow: hidden; display: flex; align-items: flex-end; color: white; background: var(--forest-dark); }
.hero-image, .hero-wash { position: absolute; inset: 0; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 58%; transform: scale(1.04); animation: heroZoom 12s ease-out forwards; }
.hero-wash { background: linear-gradient(90deg, rgba(44,25,25,.84) 0%, rgba(44,25,25,.56) 43%, rgba(44,25,25,.08) 75%), linear-gradient(0deg, rgba(28,14,16,.52), transparent 48%); }
.hero-copy { position: relative; z-index: 2; width: min(790px, 76vw); margin: 0 0 clamp(90px, 12vh, 135px) clamp(28px, 7vw, 112px); }
.kicker { display: flex; align-items: center; gap: 16px; margin: 0 0 30px; font-size: 8px; text-transform: uppercase; letter-spacing: .25em; }
.kicker span { display: flex; align-items: center; gap: 15px; }
.kicker span::before { content: ""; width: 40px; height: 1px; background: var(--sand); }
.kicker b { padding-left: 16px; border-left: 1px solid rgba(255,255,255,.4); color: var(--sand); font-weight: 500; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.04em; line-height: .88; }
h1 { font-size: clamp(75px, 11.5vw, 180px); }
h1 em, h2 em { color: var(--sand); font-weight: 400; }
.hero-lead { max-width: 535px; margin: 34px 0 32px; color: rgba(255,255,255,.76); font-size: clamp(14px, 1.3vw, 17px); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { min-height: 51px; display: inline-flex; align-items: center; gap: 26px; padding: 0 24px; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; transition: transform .25s, background .25s, color .25s; }
.button span { font-size: 14px; }
.button-light { background: var(--ivory); color: var(--forest); border: 1px solid var(--ivory); }
.button-light:hover { color: white; background: transparent; transform: translateY(-2px); }
.underlink { padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.7); font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: .18em; }
.hero-note { position: absolute; border-radius: 22px 0 0 0; z-index: 2; right: 0; bottom: 0; display: grid; grid-template-columns: auto 1fr; gap: 18px; width: 340px; padding: 28px 34px; color: var(--ink); background: var(--sand); }
.hero-note span { font-family: var(--serif); font-size: 28px; }
.hero-note p { margin: 2px 0 0; font-family: var(--serif); font-size: 16px; line-height: 1.45; }
.scroll-cue { position: absolute; z-index: 2; left: 22px; bottom: 105px; display: flex; align-items: center; gap: 12px; font-size: 7px; letter-spacing: .18em; writing-mode: vertical-rl; transform: rotate(180deg); }
.scroll-cue span { width: 1px; height: 42px; background: rgba(255,255,255,.6); animation: pulse 1.8s infinite; }

.section-pad { padding: clamp(92px, 11vw, 170px) clamp(24px, 7vw, 112px); }
.section-tag { margin: 0 0 24px; color: var(--clay); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .23em; }
h2 { font-size: clamp(49px, 7vw, 108px); }
.intro { display: grid; grid-template-columns: .75fr 1.25fr; grid-template-areas: "mark copy" "stats stats"; gap: 80px 8vw; background: var(--ivory); }
.intro-mark { grid-area: mark; align-self: start; color: rgba(189,101,71,.10); font-family: var(--serif); font-size: clamp(105px, 18vw, 270px); line-height: .7; letter-spacing: -.08em; }
.intro-mark sup { color: var(--clay); font-family: var(--sans); font-size: 12px; letter-spacing: 0; vertical-align: top; }
.intro-copy { grid-area: copy; max-width: 740px; }
.intro-copy h2 em { color: var(--clay); }
.intro-copy > p:last-child { max-width: 590px; margin: 38px 0 0; color: var(--muted); font-size: 15px; line-height: 1.85; }
.intro-stats { grid-area: stats; display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 18px; }
.intro-stats div { display: grid; gap: 9px; padding: 28px 34px; border-right: 1px solid var(--line); }
.intro-stats div:last-child { border-right: 0; }
.intro-stats strong { font-family: var(--serif); font-size: 42px; font-weight: 400; }
.intro-stats span { color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .18em; }

.collection { background: var(--cream); }
.collection-head { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 70px; margin-bottom: 70px; }
.collection-head h2 em { color: var(--clay); }
.collection-head > p { max-width: 450px; margin: 0 0 5px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.collection-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; grid-auto-rows: 380px; gap: 18px; }
.product-card { position: relative; overflow: hidden; border-radius: 22px; min-height: 360px; color: white; background: var(--forest); }
.product-card-feature { grid-row: span 2; }
.product-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.6,.2,1); }
.product-card:nth-child(2) img { object-position: 62% center; }
.product-card:nth-child(5) img { object-position: 64% center; }
.product-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(28,14,16,.04) 20%, rgba(28,14,16,.88)); }
.product-index { position: absolute; top: 23px; left: 24px; font-size: 8px; letter-spacing: .18em; }
.product-copy { position: absolute; z-index: 2; left: 25px; right: 70px; bottom: 25px; }
.product-copy > p { margin: 0 0 9px; color: var(--sand); font-size: 7px; font-weight: 700; text-transform: uppercase; letter-spacing: .22em; }
.product-copy h3 { margin: 0 0 9px; font-family: var(--serif); font-size: clamp(28px, 2.5vw, 40px); font-weight: 400; line-height: 1; }
.product-copy > span { color: rgba(255,255,255,.65); font-size: 9px; line-height: 1.5; }
.circle-link { position: absolute; z-index: 3; right: 22px; bottom: 22px; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; transition: background .25s, border .25s, transform .25s; }
.product-card:hover img { transform: scale(1.06); }
.product-card:hover .circle-link { color: var(--forest); background: var(--sand); border-color: var(--sand); transform: rotate(45deg); }
.product-card-text { color: white; background: var(--forest); }
.product-card-text .product-copy > span { color: rgba(255,255,255,.62); }
.leaf-mark { position: absolute; top: 50%; left: 50%; margin: 0; color: rgba(255,255,255,.12); font-family: var(--serif); font-size: 150px; line-height: 1; transform: translate(-50%,-55%); }
.tone-clay { background: var(--clay); }
.tone-clay .product-copy > p { color: #f5d9cb; }

.marquee { overflow: hidden; padding: 24px 0; color: var(--sand); background: var(--forest-dark); }
.marquee > div { width: max-content; display: flex; align-items: center; gap: 35px; animation: marquee 26s linear infinite; }
.marquee span { font-family: var(--serif); font-size: 29px; white-space: nowrap; }
.marquee i { font-style: normal; color: var(--clay); }

.story { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(60px, 10vw, 150px); background: var(--ivory); }
.story-visual { position: relative; border-radius: 24px; overflow: visible; height: min(72vw, 720px); }
.story-visual::before { content: ""; position: absolute; z-index: 2; inset: -18px 18px 18px -18px; border: 1px solid var(--clay); pointer-events: none; }
.story-visual img { width: 100%; border-radius: 24px; height: 100%; object-fit: cover; }
.story-visual > span { position: absolute; z-index: 3; right: -16px; bottom: 35px; padding: 15px 20px; background: var(--forest); color: white; font-size: 7px; letter-spacing: .2em; }
.story-copy h2 { font-size: clamp(48px, 6vw, 89px); }
.story-copy h2 em { color: var(--clay); }
.story-lead { max-width: 620px; margin: 38px 0 42px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.values article { display: grid; border-radius: 12px; grid-template-columns: 44px 1fr; gap: 20px; padding: 22px 0; border-top: 1px solid var(--line); }
.values article:last-child { border-bottom: 1px solid var(--line); }
.values article > span { padding-top: 5px; color: var(--clay); font-size: 8px; letter-spacing: .15em; }
.values h3 { margin: 0 0 7px; font-family: var(--serif); font-size: 21px; font-weight: 400; }
.values p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }

.quote-band { display: grid; place-items: center; min-height: 420px; padding: 80px 24px; text-align: center; color: white; background: var(--forest); }
.quote-band p { max-width: 1050px; margin: 0 0 30px; font-family: var(--serif); font-size: clamp(38px, 5.5vw, 82px); line-height: 1.08; letter-spacing: -.03em; }
.quote-band em { color: var(--sand); }
.quote-band span { font-size: 7px; letter-spacing: .24em; }

.download { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(70px, 11vw, 170px); background: var(--sand); }
.download-copy h2 { font-size: clamp(52px, 6vw, 90px); }
.download-copy h2 em { color: var(--clay); }
.download-copy > p:not(.section-tag) { max-width: 450px; margin: 32px 0; color: #6f625c; font-size: 14px; line-height: 1.8; }
.catalog-chip { display: flex; padding: 14px; border-radius: 16px; background: rgba(255,255,255,.24); align-items: center; gap: 15px; margin-top: 38px; }
.catalog-chip > b { display: grid; place-items: center; width: 51px; height: 61px; border: 1px solid rgba(52,39,37,.35); font-size: 9px; letter-spacing: .12em; }
.catalog-chip > span { display: grid; gap: 5px; }
.catalog-chip strong { font-family: var(--serif); font-size: 18px; font-weight: 400; }
.catalog-chip small { color: #756961; font-size: 8px; letter-spacing: .08em; }
.lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 27px 25px; align-content: start; }
.lead-form label { display: grid; gap: 8px; }
.lead-form label > span { color: #746760; font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .17em; }
.lead-form input { width: 100%; height: 54px; padding: 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid rgba(52,39,37,.35); outline: 0; font-size: 13px; transition: border .2s; }
.lead-form input::placeholder { color: rgba(52,39,37,.45); }
.lead-form input:focus { border-bottom-color: var(--clay); }
.download-button { grid-column: 1 / -1; min-height: 58px; display: flex; justify-content: space-between; align-items: center; padding: 0 22px; color: white; background: var(--forest); border: 1px solid var(--forest); cursor: pointer; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; transition: background .25s, color .25s, transform .25s; }
.download-button b { font-size: 17px; }
.download-button:hover { color: var(--forest); background: transparent; transform: translateY(-2px); }
.form-status { grid-column: 1 / -1; min-height: 18px; margin: -10px 0 0; color: var(--forest); font-size: 10px; }

footer { padding: 80px clamp(24px, 7vw, 112px) 24px; color: white; background: var(--forest-dark); }
.footer-top { display: grid; grid-template-columns: 1fr 1.2fr .8fr; align-items: center; gap: 50px; padding-bottom: 65px; border-bottom: 1px solid rgba(255,255,255,.13); }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand img { width: 65px; height: 65px; object-fit: contain; }
.footer-brand p { display: grid; gap: 6px; margin: 0; }
.footer-brand strong { letter-spacing: .3em; font-size: 13px; }
.footer-brand span { color: rgba(255,255,255,.5); font-size: 7px; letter-spacing: .18em; }
.footer-line { margin: 0; font-family: var(--serif); font-size: clamp(27px, 3vw, 44px); line-height: 1.06; }
.footer-line em { color: var(--sand); }
.footer-chat { justify-self: end; display: flex; justify-content: space-between; align-items: center; gap: 30px; width: min(100%, 240px); padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.5); font-size: 9px; text-transform: uppercase; letter-spacing: .16em; }
.footer-chat span { font-size: 16px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .75fr .75fr; gap: 60px; padding: 55px 0; }
.footer-grid address { color: rgba(255,255,255,.55); font-size: 11px; font-style: normal; line-height: 1.8; }
.footer-grid > div { display: grid; align-content: start; gap: 10px; }
.footer-grid > div > span { margin-bottom: 9px; color: var(--sand); font-size: 7px; letter-spacing: .2em; }
.footer-grid a { color: rgba(255,255,255,.65); font-size: 10px; }
.footer-grid a:hover { color: var(--sand); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.35); font-size: 7px; letter-spacing: .14em; }
.whatsapp { position: fixed; z-index: 45; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 11px; padding: 8px 15px 8px 8px; color: white; background: var(--clay); border-radius: 999px; box-shadow: 0 14px 35px rgba(0,0,0,.22); transition: transform .25s; }
.whatsapp:hover { transform: translateY(-3px); }
.whatsapp span { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; font-size: 9px; font-weight: 700; }
.whatsapp b { font-size: 9px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes heroZoom { to { transform: scale(1); } }
@keyframes pulse { 0%,100% { opacity: .35; } 50% { opacity: 1; } }
@keyframes marquee { to { transform: translateX(-50%); } }

@media (max-width: 1050px) {
  .desktop-nav, .nav-cta { display: none; }
  .header-actions { gap: 0; }
  .topbar { grid-template-columns: 1fr auto auto; gap: 12px; height: 76px; }
  .menu-button { justify-self: end; display: grid; place-content: center; gap: 7px; width: 46px; height: 46px; padding: 0; color: inherit; background: transparent; border: 0; cursor: pointer; }
  .menu-button span { display: block; width: 24px; height: 1px; background: currentColor; transition: transform .25s; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-menu { position: fixed; z-index: 44; inset: 0; display: grid; align-content: center; gap: 12px; padding: 100px 8vw 50px; color: white; background: var(--forest-dark); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .3s, visibility .3s, transform .3s; }
  .mobile-menu.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .mobile-menu a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.15); font-family: var(--serif); font-size: 32px; }
  .hero-copy { width: min(760px, 86vw); }
  .hero-note { width: 300px; }
  .collection-grid { grid-template-columns: 1fr 1fr; }
  .product-card-feature { grid-row: auto; }
  .story { grid-template-columns: 1fr; }
  .story-visual { height: 700px; }
  .download { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-line { order: 3; grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .topbar { padding: 0 18px; }
  .brand img { width: 44px; height: 44px; }
  .hero { min-height: 820px; }
  .hero-image img { object-position: 62% center; }
  .hero-wash { background: linear-gradient(90deg, rgba(44,25,25,.88), rgba(44,25,25,.30)), linear-gradient(0deg, rgba(28,14,16,.62), transparent 55%); }
  .hero-copy { margin: 0 23px 160px; width: auto; }
  h1 { font-size: clamp(68px, 24vw, 103px); }
  .kicker b { display: none; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 22px; }
  .hero-note { width: calc(100% - 28px); padding: 22px 24px; }
  .scroll-cue { display: none; }
  .section-pad { padding-left: 23px; padding-right: 23px; }
  .intro { grid-template-columns: 1fr; grid-template-areas: "mark" "copy" "stats"; gap: 55px; }
  .intro-mark { font-size: 150px; }
  .intro-stats { grid-template-columns: 1fr; }
  .intro-stats div { border-right: 0; border-bottom: 1px solid var(--line); }
  .intro-stats div:last-child { border-bottom: 0; }
  .collection-head { grid-template-columns: 1fr; gap: 30px; }
  .collection-grid { grid-template-columns: 1fr; grid-auto-rows: 420px; }
  .product-card { min-height: 420px; }
  .story-visual { height: 520px; margin-left: 18px; }
  .lead-form { grid-template-columns: 1fr; }
  .download-button, .form-status { grid-column: auto; }
  .footer-top, .footer-grid { grid-template-columns: 1fr; }
  .footer-chat { justify-self: start; }
  .footer-line { order: initial; grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 9px; }
  .whatsapp { right: 13px; bottom: 13px; padding: 7px; }
  .whatsapp b { display: none; }
}

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