:root {
  --ink: #14221c;
  --ink-soft: #526159;
  --green-950: #082b22;
  --green-900: #0e3a2e;
  --green-800: #164b3d;
  --green-700: #236550;
  --sage-100: #e8f1ec;
  --sage-50: #f4f8f5;
  --paper: #fbfaf7;
  --sand: #eee7dc;
  --gold: #bd9360;
  --gold-soft: #dcc5a6;
  --white: #ffffff;
  --line: rgba(14, 58, 46, .14);
  --shadow: 0 18px 55px rgba(14, 58, 46, .09);
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--sans); color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
::selection { background: var(--gold-soft); color: var(--green-950); }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: var(--white); color: var(--green-900); padding: 12px 16px; border-radius: 10px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin: 0 auto; }

.announcement { background: var(--green-950); color: rgba(255,255,255,.82); font-size: 12px; letter-spacing: .02em; }
.announcement__inner { min-height: 34px; display: flex; align-items: center; gap: 12px; }
.announcement__inner a { margin-left: auto; color: var(--white); font-weight: 700; }
.announcement__dot { width: 3px; height: 3px; border-radius: 50%; background: var(--gold-soft); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(251,250,247,.92); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(14,58,46,.07); transition: box-shadow .25s ease, background .25s ease; }
.site-header.is-scrolled { box-shadow: 0 10px 30px rgba(14,58,46,.07); background: rgba(251,250,247,.97); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { min-width: 150px; display: inline-flex; align-items: center; }
.brand__image { height: 48px; width: auto; mix-blend-mode: multiply; }
.brand__fallback { font-family: var(--serif); font-size: 38px; color: var(--green-900); line-height: 1; }
.desktop-nav { display: flex; align-items: center; gap: 26px; font-size: 13px; font-weight: 700; color: #30423a; }
.desktop-nav a { position: relative; padding: 28px 0 26px; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 19px; height: 1px; background: var(--green-900); transition: right .2s ease; }
.desktop-nav a:hover::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 13px; }
.nav-store { font-size: 13px; font-weight: 800; }
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; }
.menu-button span { width: 17px; height: 1px; background: var(--green-900); transition: transform .2s ease; }
.mobile-nav { border-top: 1px solid var(--line); background: var(--paper); }
.mobile-nav__inner { padding: 20px 0 28px; display: grid; gap: 6px; }
.mobile-nav a { padding: 12px 0; font-size: 17px; font-weight: 700; border-bottom: 1px solid rgba(14,58,46,.07); }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border-radius: 999px; font-size: 13px; font-weight: 800; letter-spacing: .005em; transition: transform .2s ease, background .2s ease, box-shadow .2s ease, color .2s ease; border: 1px solid transparent; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 42px; padding: 0 18px; }
.button--primary { background: var(--green-900); color: var(--white); box-shadow: 0 8px 20px rgba(14,58,46,.15); }
.button--primary:hover { background: var(--green-800); }
.button--accent { background: var(--gold-soft); color: var(--green-950); box-shadow: 0 10px 28px rgba(189,147,96,.18); }
.button--accent:hover { background: #e5cfb0; }
.button--inverse { background: var(--paper); color: var(--green-950); margin-top: 20px; }
.button--outline-light { border-color: rgba(255,255,255,.32); color: var(--white); margin-top: 18px; }
.button--outline-light:hover { background: var(--white); color: var(--green-950); }
.button--ghost-light { border-color: rgba(255,255,255,.18); color: var(--white); }
.button--ghost-light:hover { border-color: rgba(255,255,255,.42); }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 800; border-bottom: 1px solid rgba(14,58,46,.27); padding-bottom: 5px; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(3px); }

.eyebrow { margin: 0 0 16px; font-size: 11px; line-height: 1; text-transform: uppercase; letter-spacing: .16em; font-weight: 800; color: var(--green-700); }
.eyebrow--gold { color: var(--gold-soft); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.025em; }

.hero { position: relative; overflow: hidden; background: var(--green-950); color: var(--white); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, black, transparent 92%); pointer-events: none; }
.hero__grid { position: relative; min-height: 690px; display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(450px, .94fr); gap: 64px; align-items: center; padding-top: 72px; padding-bottom: 72px; }
.hero__copy { max-width: 680px; }
.hero .eyebrow { color: var(--gold-soft); }
.hero h1 { font-size: clamp(58px, 6.1vw, 86px); line-height: .98; margin-bottom: 28px; }
.hero h1 em { font-weight: 400; color: var(--gold-soft); }
.hero__lead { max-width: 610px; color: rgba(255,255,255,.74); font-size: 18px; line-height: 1.75; }
.hero__actions { display: flex; align-items: center; gap: 28px; margin-top: 32px; }
.hero .text-link { color: var(--white); border-color: rgba(255,255,255,.26); }
.trust-row { margin-top: 58px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.14); display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.trust-row strong, .trust-row span { display: block; }
.trust-row strong { font-size: 12px; margin-bottom: 6px; }
.trust-row span { color: rgba(255,255,255,.55); font-size: 11px; line-height: 1.5; }

.hero-showcase { position: relative; padding: 20px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.055); backdrop-filter: blur(12px); }
.hero-showcase::after { content: ""; position: absolute; width: 120px; height: 120px; border: 1px solid rgba(220,197,166,.32); right: -25px; top: -25px; border-radius: 50%; pointer-events: none; }
.hero-showcase__topline, .hero-showcase__footer { display: flex; align-items: center; justify-content: space-between; gap: 15px; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; color: rgba(255,255,255,.58); }
.hero-showcase__topline { padding: 0 2px 15px; }
.hero-showcase__topline span:first-child { color: var(--gold-soft); font-weight: 800; }
.hero-showcase__footer { padding-top: 15px; }
.hero-showcase__footer a { color: var(--white); }
.hero-products { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.hero-product { min-height: 220px; background: #f7f4ed; position: relative; overflow: hidden; display: flex; align-items: end; justify-content: center; padding: 18px 14px 10px; }
.hero-product:nth-child(2), .hero-product:nth-child(3) { background: #e8eee9; }
.hero-product img { max-width: 86%; max-height: 175px; object-fit: contain; filter: drop-shadow(0 16px 18px rgba(16,36,27,.12)); transition: transform .35s ease; }
.hero-product:hover img { transform: translateY(-5px) scale(1.02); }
.hero-product__fallback { position: absolute; inset: 0; display: grid; place-items: center; text-align: center; padding: 25px; color: var(--green-900); font-family: var(--serif); font-size: 28px; }
.hero-product__name { position: absolute; left: 12px; bottom: 11px; padding: 5px 8px; background: rgba(255,255,255,.88); color: var(--green-950); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }

.service-strip { background: var(--paper); border-bottom: 1px solid var(--line); }
.service-strip__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.service-chip { min-height: 116px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding: 22px 28px; border-right: 1px solid var(--line); transition: background .2s ease; }
.service-chip:first-child { border-left: 1px solid var(--line); }
.service-chip:hover { background: var(--sage-50); }
.service-chip__icon { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--line); color: var(--green-700); font-size: 10px; font-weight: 800; }
.service-chip strong, .service-chip small { display: block; }
.service-chip strong { font-size: 14px; margin-bottom: 5px; }
.service-chip small { color: var(--ink-soft); font-size: 11px; }

.section { padding: 112px 0; }
.section--light { background: var(--sage-50); }
.section-head { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .55fr); gap: 80px; align-items: end; margin-bottom: 50px; }
.section-head h2, .products__head h2, .process__intro h2, .story h2 { font-size: clamp(42px, 4.6vw, 64px); line-height: 1.04; margin-bottom: 0; }
.section-head > p, .products__head > p { color: var(--ink-soft); line-height: 1.75; font-size: 14px; margin-bottom: 4px; }

.editorial-grid { display: grid; grid-template-columns: 1.3fr .85fr .85fr; gap: 14px; }
.editorial-card { min-height: 360px; border: 1px solid var(--line); background: var(--paper); padding: 30px; display: flex; flex-direction: column; justify-content: space-between; }
.editorial-card--dark { background: var(--green-900); color: var(--white); border-color: transparent; }
.editorial-card__number { font-family: var(--serif); font-size: 22px; color: var(--gold); }
.editorial-card__kicker { font-size: 10px; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; color: var(--green-700); margin-bottom: 12px; }
.editorial-card--dark .editorial-card__kicker { color: var(--gold-soft); }
.editorial-card h3 { font-family: var(--serif); font-size: 31px; line-height: 1.1; font-weight: 400; margin-bottom: 16px; }
.editorial-card p:last-child, .editorial-card div > p { color: var(--ink-soft); font-size: 13px; line-height: 1.7; }
.editorial-card--dark div > p { color: rgba(255,255,255,.67); }

.products { background: var(--paper); }
.products__head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 50px; }
.products__head > div { max-width: 770px; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.product-card { border-top: 1px solid var(--line); padding-top: 18px; }
.product-card__visual { aspect-ratio: 1 / 1.05; display: grid; place-items: center; background: var(--sage-50); overflow: hidden; position: relative; margin-bottom: 17px; }
.product-card:nth-child(2n) .product-card__visual { background: #f2eee7; }
.product-card img { width: 88%; height: 88%; object-fit: contain; filter: drop-shadow(0 14px 18px rgba(16,36,27,.10)); transition: transform .35s ease; }
.product-card:hover img { transform: scale(1.035); }
.product-card__visual-fallback { position: absolute; inset: 0; display: grid; place-items: center; padding: 22px; font-family: var(--serif); font-size: 25px; text-align: center; color: var(--green-900); }
.product-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.product-card h3 { font-size: 14px; margin: 0; }
.product-card a { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: var(--green-700); font-weight: 800; }

.section--quality { background: var(--green-950); color: var(--white); }
.quality-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: start; }
.quality-copy { position: sticky; top: 120px; }
.quality-copy h2 { font-size: clamp(46px, 5vw, 68px); line-height: 1.02; margin-bottom: 25px; }
.quality-copy > p:not(.eyebrow) { color: rgba(255,255,255,.67); max-width: 520px; line-height: 1.75; font-size: 14px; }
.quality-list { border-top: 1px solid rgba(255,255,255,.18); }
.quality-list article { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.quality-list article > span { font-family: var(--serif); color: var(--gold-soft); font-size: 18px; }
.quality-list h3 { font-family: var(--serif); font-size: 26px; font-weight: 400; margin-bottom: 8px; }
.quality-list p { color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.7; margin-bottom: 0; }

.process { background: #f0ebe3; }
.process__intro { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 48px; }
.process__intro .eyebrow { margin-bottom: 8px; }
.process-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(14,58,46,.2); }
.process-steps li { padding: 25px 26px 0 0; min-height: 230px; border-right: 1px solid rgba(14,58,46,.13); }
.process-steps li:not(:first-child) { padding-left: 26px; }
.process-steps li:last-child { border-right: 0; }
.process-steps span { font-size: 10px; font-weight: 800; color: var(--green-700); letter-spacing: .12em; }
.process-steps h3 { font-family: var(--serif); font-size: 28px; font-weight: 400; margin: 54px 0 10px; }
.process-steps p { color: var(--ink-soft); font-size: 12px; line-height: 1.65; max-width: 220px; }

.story { background: var(--paper); }
.story-grid { display: grid; grid-template-columns: 1.15fr .65fr; gap: 100px; align-items: end; }
.story-panel { padding-right: 40px; }
.story-copy { padding-bottom: 7px; }
.story-copy p { color: var(--ink-soft); font-size: 15px; line-height: 1.85; margin-bottom: 26px; }

.locations { background: var(--sage-50); }
.location-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.location-card { min-height: 315px; background: var(--paper); border: 1px solid var(--line); padding: 30px; display: flex; flex-direction: column; justify-content: space-between; }
.location-card__topline { display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; color: var(--green-700); }
.location-card h3 { font-family: var(--serif); font-size: 37px; font-weight: 400; margin: 18px 0 8px; }
.location-card address { font-style: normal; color: var(--ink-soft); font-size: 13px; line-height: 1.7; }
.location-card__actions { display: flex; gap: 18px; align-items: center; margin-top: 25px; }
.location-card__actions a { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; border-bottom: 1px solid var(--line); padding-bottom: 4px; }

.journal { background: var(--paper); }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.article-card { min-height: 305px; border: 1px solid var(--line); padding: 27px; display: flex; flex-direction: column; justify-content: space-between; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.article-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.article-card__tag { font-size: 10px; text-transform: uppercase; letter-spacing: .13em; color: var(--green-700); font-weight: 800; }
.article-card h3 { font-family: var(--serif); font-size: 29px; line-height: 1.12; font-weight: 400; margin: 45px 0 14px; }
.article-card p { color: var(--ink-soft); font-size: 12px; line-height: 1.65; }
.article-card__link { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }

.cta-band { padding: 38px 0 72px; background: var(--paper); }
.cta-band__inner { background: var(--green-900); color: var(--white); padding: 54px 58px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-band h2 { font-size: clamp(42px, 5vw, 64px); line-height: 1; margin-bottom: 12px; }
.cta-band p:not(.eyebrow) { color: rgba(255,255,255,.64); margin-bottom: 0; }
.cta-band__actions { display: flex; gap: 12px; flex-shrink: 0; }

.site-footer { background: #efeae1; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, .75fr); gap: 55px; padding-top: 58px; padding-bottom: 50px; }
.footer-grid h3 { font-size: 11px; text-transform: uppercase; letter-spacing: .14em; color: var(--green-700); margin: 6px 0 18px; }
.footer-grid a, .footer-grid p { display: block; font-size: 12px; color: var(--ink-soft); line-height: 1.7; margin: 0 0 8px; }
.footer-grid a:hover { color: var(--green-900); }
.footer-brand .brand__fallback { display: inline-block; margin-bottom: 20px; }
.footer-legal { margin-top: 20px !important; font-weight: 700; }
.footer-bottom { min-height: 76px; border-top: 1px solid rgba(14,58,46,.12); display: flex; align-items: center; justify-content: space-between; gap: 30px; color: #67736c; font-size: 10px; }
.footer-bottom p { margin: 0; }

.floating-whatsapp { position: fixed; right: 20px; bottom: 20px; z-index: 45; background: #1d7e4e; color: var(--white); min-width: 176px; padding: 11px 16px; box-shadow: 0 16px 35px rgba(8,43,34,.2); border-radius: 14px; transition: transform .2s ease; }
.floating-whatsapp:hover { transform: translateY(-3px); }
.floating-whatsapp span, .floating-whatsapp strong { display: block; }
.floating-whatsapp span { font-size: 9px; text-transform: uppercase; letter-spacing: .1em; opacity: .76; }
.floating-whatsapp strong { font-size: 12px; margin-top: 2px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .08s; }
.reveal[data-delay="2"] { transition-delay: .16s; }
.reveal[data-delay="3"] { transition-delay: .24s; }

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .menu-button { display: flex; }
  .hero__grid { grid-template-columns: 1fr .78fr; gap: 38px; }
  .hero h1 { font-size: clamp(52px, 6vw, 72px); }
  .quality-grid { gap: 55px; }
  .footer-grid { grid-template-columns: 1.2fr repeat(3, 1fr); gap: 30px; }
}

@media (max-width: 860px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .announcement__inner { min-height: 38px; }
  .announcement__inner span:nth-child(2), .announcement__inner span:nth-child(3) { display: none; }
  .nav-store { display: none; }
  .hero__grid { grid-template-columns: 1fr; min-height: auto; padding-top: 58px; padding-bottom: 42px; }
  .hero__copy { max-width: 760px; }
  .hero-showcase { max-width: 700px; }
  .service-strip__grid { grid-template-columns: 1fr; }
  .service-chip, .service-chip:first-child { border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .section { padding: 84px 0; }
  .section-head { grid-template-columns: 1fr; gap: 22px; }
  .editorial-grid { grid-template-columns: 1fr 1fr; }
  .editorial-card--dark { grid-column: 1 / -1; min-height: 330px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .quality-grid { grid-template-columns: 1fr; }
  .quality-copy { position: static; }
  .process-steps { grid-template-columns: repeat(2, 1fr); }
  .process-steps li:nth-child(2) { border-right: 0; }
  .process-steps li:nth-child(n+3) { border-top: 1px solid rgba(14,58,46,.13); padding-top: 25px; margin-top: 20px; }
  .story-grid { grid-template-columns: 1fr; gap: 35px; }
  .story-panel { padding-right: 0; }
  .article-grid { grid-template-columns: 1fr 1fr; }
  .article-card:last-child { grid-column: 1 / -1; }
  .cta-band__inner { flex-direction: column; align-items: flex-start; padding: 45px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-bottom { align-items: flex-start; justify-content: center; flex-direction: column; padding: 22px 0; }
}

@media (max-width: 600px) {
  .announcement { display: none; }
  .nav-wrap { min-height: 70px; }
  .brand__image { height: 42px; }
  .brand__fallback { font-size: 34px; }
  .nav-actions .button { display: none; }
  .hero__grid { padding-top: 44px; }
  .hero h1 { font-size: 48px; }
  .hero__lead { font-size: 16px; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero__actions .button { width: 100%; }
  .trust-row { grid-template-columns: 1fr; gap: 16px; margin-top: 40px; }
  .trust-row div { display: grid; grid-template-columns: 120px 1fr; gap: 12px; align-items: start; }
  .hero-product { min-height: 185px; }
  .hero-product img { max-height: 145px; }
  .service-chip { min-height: 100px; padding: 18px 18px; }
  .section { padding: 68px 0; }
  .section-head h2, .products__head h2, .process__intro h2, .story h2 { font-size: 39px; }
  .editorial-grid { grid-template-columns: 1fr; }
  .editorial-card--dark { grid-column: auto; }
  .editorial-card { min-height: 310px; padding: 25px; }
  .products__head { align-items: flex-start; flex-direction: column; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .product-card__meta { align-items: flex-start; flex-direction: column; gap: 6px; }
  .quality-copy h2 { font-size: 43px; }
  .process__intro { display: block; }
  .process-steps { grid-template-columns: 1fr; }
  .process-steps li, .process-steps li:not(:first-child) { border-right: 0; border-top: 1px solid rgba(14,58,46,.13); padding: 24px 0; min-height: auto; margin: 0; }
  .process-steps li:first-child { border-top: 0; }
  .process-steps h3 { margin: 28px 0 8px; }
  .location-grid, .article-grid { grid-template-columns: 1fr; }
  .article-card:last-child { grid-column: auto; }
  .cta-band__inner { padding: 34px 26px; }
  .cta-band__actions { flex-direction: column; width: 100%; }
  .cta-band__actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 25px; }
  .floating-whatsapp { right: 12px; bottom: 12px; left: 12px; min-width: 0; text-align: center; border-radius: 999px; }
  .floating-whatsapp span { display: none; }
  .product-card h3 { font-size: 13px; }
}

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