* { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --forest: #123d2c;
  --forest-deep: #0b2b20;
  --forest-soft: #1f5940;
  --leaf: #b8d57a;
  --leaf-bright: #d9ed9d;
  --cream: #f4f5eb;
  --paper: #fbfcf7;
  --ink: #16291f;
  --muted: #68776d;
  --line: #dce3d5;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --radius: 22px;
  --shadow: 0 18px 50px rgba(18, 61, 44, .1);
}

html { scroll-behavior: smooth; }
body { background: var(--cream); color: var(--ink); font-family: var(--sans); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; left: 20px; top: -100px; z-index: 999; background: var(--leaf); color: var(--forest-deep); padding: 10px 16px; border-radius: 0 0 8px 8px; font-weight: 700; }
.skip-link:focus { top: 0; }
.scroll-progress { background: var(--leaf); height: 4px; left: 0; position: fixed; top: 0; width: 0; z-index: 1000; }

/* Header */
.site-header { background: rgba(244, 245, 235, .86); border-bottom: 1px solid rgba(220, 227, 213, .8); position: sticky; top: 0; transition: box-shadow .25s, background .25s; z-index: 100; backdrop-filter: blur(16px); }
.nav-wrap { align-items: center; display: flex; height: 82px; justify-content: space-between; }
.logo { align-items: center; display: inline-flex; gap: 11px; }
.logo-mark { align-items: center; background: var(--forest); border-radius: 10px; color: var(--leaf); display: inline-flex; height: 39px; justify-content: center; width: 39px; }
.logo-mark svg { fill: none; height: 22px; stroke: currentColor; stroke-linecap: round; stroke-width: 1.7; width: 22px; }
.logo-wordmark { color: var(--forest); font-family: var(--serif); font-size: 18px; letter-spacing: -.03em; }
.logo-wordmark b { color: var(--forest-soft); font-weight: 600; }
.nav { align-items: center; display: flex; gap: 31px; }
.nav > a:not(.nav-cta) { color: #506055; font-size: 14px; font-weight: 600; transition: color .2s; }
.nav > a:not(.nav-cta):hover { color: var(--forest); }
.nav > a.active:not(.nav-cta) { color: var(--forest); }
.nav-cta { align-items: center; background: var(--forest); border-radius: 100px; color: var(--leaf-bright); display: inline-flex; font-size: 13px; font-weight: 700; gap: 12px; padding: 12px 17px 12px 20px; transition: background .2s, transform .2s; }
.nav-cta span { font-size: 18px; line-height: .8; }
.nav-cta:hover { background: var(--forest-soft); transform: translateY(-2px); }
.menu-btn { background: none; border: 0; display: none; padding: 10px 0 10px 10px; }
.menu-btn span { background: var(--forest); display: block; height: 2px; margin: 5px 0; transition: transform .2s, opacity .2s; width: 25px; }
.menu-btn.open span:first-child { transform: translateY(7px) rotate(45deg); }
.menu-btn.open span:nth-child(2) { opacity: 0; }
.menu-btn.open span:last-child { transform: translateY(-7px) rotate(-45deg); }

/* Shared type and buttons */
h1, h2, h3 { font-family: var(--serif); font-weight: 500; letter-spacing: -.045em; line-height: 1.08; }
h1 { color: var(--paper); font-size: clamp(56px, 7vw, 96px); max-width: 690px; }
h2 { color: var(--forest); font-size: clamp(41px, 5vw, 68px); }
h1 em, h2 em { color: var(--leaf); font-style: italic; }
.button { align-items: center; border: 0; border-radius: 100px; display: inline-flex; font-size: 13px; font-weight: 700; gap: 19px; justify-content: center; padding: 16px 19px 16px 23px; transition: transform .2s, box-shadow .2s, background .2s; }
.button span { font-size: 18px; line-height: .7; }
.button:hover { transform: translateY(-3px); }
.button-lime { background: var(--leaf); box-shadow: 0 12px 28px rgba(184, 213, 122, .17); color: var(--forest-deep); }
.button-lime:hover { background: var(--leaf-bright); box-shadow: 0 16px 34px rgba(184, 213, 122, .27); }
.button-outline { border: 1px solid rgba(217, 237, 157, .55); color: var(--leaf-bright); }
.button-outline:hover { background: rgba(217, 237, 157, .12); }
.text-link { align-items: center; color: var(--forest); display: inline-flex; font-size: 14px; font-weight: 700; gap: 13px; }
.text-link span { font-size: 21px; transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.text-link-light { color: var(--leaf-bright); }
.eyebrow { align-items: center; color: var(--forest-soft); display: flex; font-size: 11px; font-weight: 700; gap: 9px; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-light { color: rgba(217, 237, 157, .8); }
.eyebrow-dot { background: var(--leaf); border-radius: 50%; height: 7px; width: 7px; }
.section { padding: 140px 0; }
.section-kicker { align-items: center; color: #7e8d82; display: flex; font-size: 10px; font-weight: 700; gap: 11px; letter-spacing: .18em; text-transform: uppercase; }
.section-kicker > span:first-child { color: var(--forest-soft); }
.section-kicker-light { color: rgba(230, 239, 222, .55); }
.section-kicker-light > span:first-child { color: var(--leaf); }
.kicker-line { background: currentColor; height: 1px; opacity: .45; width: 31px; }

/* Hero */
.hero { background: var(--forest); min-height: 700px; overflow: hidden; padding: 100px 0 31px; position: relative; }
.hero:after { background: linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px); background-size: 80px 80px; content: ""; inset: 0; opacity: .18; pointer-events: none; position: absolute; }
.hero-orbit { border: 1px solid rgba(184, 213, 122, .15); border-radius: 50%; pointer-events: none; position: absolute; }
.orbit-one { height: 850px; right: -280px; top: -310px; width: 850px; }
.orbit-two { height: 630px; right: -170px; top: -200px; width: 630px; }
.hero-grid { align-items: center; display: grid; gap: 70px; grid-template-columns: 1fr .86fr; position: relative; z-index: 1; }
.hero-copy { padding-bottom: 50px; }
.hero-copy .eyebrow { margin-bottom: 28px; }
.hero-intro { color: rgba(232, 239, 226, .72); font-size: 16px; line-height: 1.7; margin: 29px 0 34px; max-width: 450px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 28px; }
.hero-proof { align-items: center; display: flex; gap: 14px; margin-top: 76px; }
.avatar-stack { display: flex; padding-left: 9px; }
.avatar-stack span { align-items: center; background: var(--forest-soft); border: 2px solid var(--forest); border-radius: 50%; color: var(--leaf-bright); display: flex; font-size: 9px; font-weight: 700; height: 32px; justify-content: center; margin-left: -9px; width: 32px; }
.avatar-stack span:nth-child(2) { background: #8c8f62; color: var(--forest-deep); }
.avatar-stack span:nth-child(3) { background: var(--leaf); color: var(--forest-deep); }
.hero-proof p { color: rgba(232, 239, 226, .55); font-size: 11px; line-height: 1.55; }
.hero-proof strong { color: var(--leaf-bright); font-size: 12px; }
.hero-art { height: 500px; position: relative; }
.image-photo { background-position: center; background-size: cover; }
.hero-main-photo { background-image: linear-gradient(145deg, rgba(10, 42, 29, .02), rgba(10, 42, 29, .4)), url('https://images.unsplash.com/photo-1500937386664-56d1dfef3854?auto=format&fit=crop&w=1100&q=85'); border: 9px solid rgba(244, 245, 235, .09); border-radius: 170px 170px 24px 24px; height: 455px; margin-left: auto; width: 77%; }
.hero-small-photo { background-image: linear-gradient(145deg, rgba(10, 42, 29, .05), rgba(10, 42, 29, .35)), url('https://images.unsplash.com/photo-1540420773420-3366772f4999?auto=format&fit=crop&w=600&q=85'); border: 7px solid var(--forest); border-radius: 50%; bottom: 10px; height: 174px; left: 2px; position: absolute; width: 174px; }
.hero-stamp { align-items: center; background: var(--leaf); border-radius: 50%; color: var(--forest-deep); display: flex; flex-direction: column; height: 108px; justify-content: center; left: 22px; position: absolute; text-align: center; top: 34px; transform: rotate(-12deg); width: 108px; z-index: 2; }
.hero-stamp span { font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.hero-stamp strong { font-family: var(--serif); font-size: 25px; letter-spacing: -.09em; line-height: .75; margin: 5px 0; }
.hero-art-note { align-items: center; bottom: 91px; color: rgba(232, 239, 226, .75); display: flex; font-size: 11px; gap: 11px; left: 136px; line-height: 1.25; position: absolute; }
.hero-art-note b { color: var(--leaf-bright); font-weight: 500; }
.leaf-icon { color: var(--leaf); font-size: 25px; }
.hero-caption { align-items: center; bottom: 19px; color: rgba(232, 239, 226, .5); display: flex; font-size: 9px; gap: 10px; letter-spacing: .14em; position: absolute; right: 0; text-transform: uppercase; }
.hero-caption i { background: var(--leaf); height: 1px; opacity: .65; width: 28px; }
.hero-bottom { align-items: center; color: rgba(232, 239, 226, .45); display: flex; font-size: 9px; gap: 15px; letter-spacing: .15em; position: relative; text-transform: uppercase; z-index: 1; }
.scroll-line { background: rgba(232, 239, 226, .3); height: 1px; width: 62px; }
.hero-bottom span:last-child { margin-left: auto; }

/* Moving ticker */
.ticker { background: var(--leaf); color: var(--forest-deep); overflow: hidden; padding: 19px 0; white-space: nowrap; }
.ticker-track { align-items: center; animation: ticker 30s linear infinite; display: inline-flex; font-size: 11px; font-weight: 700; gap: 26px; letter-spacing: .15em; min-width: max-content; }
.ticker-track i { font-size: 17px; font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

/* Intro */
.intro-section { background: var(--cream); }
.intro-grid { display: grid; gap: 70px; grid-template-columns: 1fr 2.1fr; }
.intro-content { display: grid; gap: 90px; grid-template-columns: 1.15fr .85fr; }
.intro-content h2 { font-size: clamp(39px, 4.3vw, 60px); }
.intro-detail { align-self: end; color: var(--muted); font-size: 14px; line-height: 1.75; max-width: 285px; }
.intro-detail p + p { margin-top: 18px; }
.intro-detail .text-link { margin-top: 28px; }
.stat-row { border-top: 1px solid var(--line); display: grid; gap: 20px; grid-template-columns: repeat(4, 1fr); margin-top: 119px; padding-top: 25px; }
.stat { display: flex; flex-direction: column; }
.stat strong { color: var(--forest); font-family: var(--serif); font-size: 50px; font-weight: 500; letter-spacing: -.06em; line-height: 1; }
.stat > span { color: var(--muted); font-size: 11px; margin-top: 8px; }
.stat-note { align-items: flex-start; border-left: 1px solid var(--line); flex-direction: row; gap: 18px; padding-left: 24px; }
.stat-note > span { color: var(--forest-soft); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.stat-note p { color: var(--muted); font-family: var(--serif); font-size: 16px; line-height: 1.25; }
.stat-note em { color: var(--forest); }

/* Products */
.products-section { background: var(--paper); }
.section-heading-row { align-items: end; display: flex; justify-content: space-between; margin-bottom: 67px; }
.section-heading-row h2 { margin-top: 26px; }
.section-heading-row > p { color: var(--muted); font-size: 14px; line-height: 1.75; max-width: 290px; }
.product-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.product-card { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: border-color .25s, box-shadow .25s, transform .25s; }
.product-card:hover { border-color: #b5c99c; box-shadow: var(--shadow); transform: translateY(-6px); }
.product-card-wide { grid-column: span 1; }
.product-photo { background-position: center; background-size: cover; height: 232px; overflow: hidden; position: relative; }
.photo-fruits { background-image: linear-gradient(160deg, rgba(13, 57, 38, .03), rgba(13, 57, 38, .4)), url('https://images.unsplash.com/photo-1610832958506-aa56368176cf?auto=format&fit=crop&w=900&q=85'); }
.photo-vegetables { background-image: linear-gradient(160deg, rgba(13, 57, 38, .03), rgba(13, 57, 38, .4)), url('https://images.unsplash.com/photo-1540420773420-3366772f4999?auto=format&fit=crop&w=900&q=85'); }
.photo-pulses { background-image: linear-gradient(160deg, rgba(13, 57, 38, .03), rgba(13, 57, 38, .4)), url('https://images.unsplash.com/photo-1596797038530-2c107229654b?auto=format&fit=crop&w=900&q=85'); }
.photo-rice { background-image: linear-gradient(160deg, rgba(13, 57, 38, .03), rgba(13, 57, 38, .4)), url('https://images.unsplash.com/photo-1586201375761-83865001e31c?auto=format&fit=crop&w=900&q=85'); }
.photo-spices { background-image: linear-gradient(160deg, rgba(13, 57, 38, .03), rgba(13, 57, 38, .35)), url('https://images.unsplash.com/photo-1596040033229-a9821ebd058d?auto=format&fit=crop&w=900&q=85'); }
.photo-label { background: rgba(251, 252, 247, .86); border-radius: 100px; color: var(--forest); font-size: 9px; font-weight: 700; left: 15px; letter-spacing: .08em; padding: 7px 10px; position: absolute; text-transform: uppercase; top: 15px; }
.product-card-body { padding: 22px 22px 24px; }
.product-index { color: #89978d; font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.product-card h3 { color: var(--forest); font-size: 25px; margin: 16px 0 8px; }
.product-card p { color: var(--muted); font-size: 12px; line-height: 1.65; min-height: 40px; }
.product-card-body > a { color: var(--forest-soft); display: inline-flex; font-size: 11px; font-weight: 700; gap: 8px; margin-top: 24px; }
.product-card-body > a span { font-size: 16px; line-height: .7; transition: transform .2s; }
.product-card-body > a:hover span { transform: translate(2px, -2px); }
.product-more { align-items: center; background: var(--forest); border-radius: var(--radius); color: var(--leaf-bright); display: flex; font-size: 12px; gap: 13px; justify-content: space-between; padding: 23px; transition: transform .25s, background .25s; }
.product-more:hover { background: var(--forest-soft); transform: translateY(-6px); }
.more-icon { align-items: center; border: 1px solid rgba(217, 237, 157, .45); border-radius: 50%; display: flex; font-size: 23px; font-weight: 300; height: 37px; justify-content: center; width: 37px; }
.product-more b { font-size: 13px; font-weight: 600; }
.more-arrow { font-size: 21px; margin-left: auto; }

/* Process */
.process-section { background: var(--forest); color: var(--paper); padding: 140px 0; }
.process-grid { display: grid; gap: 105px; grid-template-columns: .9fr 1.1fr; }
.process-intro h2, .contact-copy h2 { color: var(--paper); font-size: clamp(48px, 5vw, 71px); margin: 28px 0; }
.process-intro p { color: rgba(232, 239, 226, .61); font-size: 14px; line-height: 1.75; max-width: 310px; }
.process-intro .button { margin-top: 37px; }
.process-list { border-top: 1px solid rgba(232, 239, 226, .2); }
.process-step { align-items: flex-start; border-bottom: 1px solid rgba(232, 239, 226, .2); display: grid; gap: 25px; grid-template-columns: 43px 1fr 20px; padding: 29px 0 31px; }
.step-number { color: var(--leaf); font-size: 10px; font-weight: 700; letter-spacing: .1em; padding-top: 6px; }
.process-step h3 { color: var(--paper); font-size: 27px; }
.process-step p { color: rgba(232, 239, 226, .55); font-size: 12px; line-height: 1.65; margin-top: 11px; max-width: 410px; }
.step-mark { color: var(--leaf); font-size: 18px; padding-top: 4px; transition: transform .2s; }
.process-step:hover .step-mark { transform: translate(3px, -3px); }

/* Quote */
.quote-section { background: var(--leaf); padding: 123px 0 133px; }
.quote-grid { display: grid; grid-template-columns: 1fr 3fr; }
.quote-mark { color: var(--forest); font-family: var(--serif); font-size: 105px; line-height: .7; }
blockquote { color: var(--forest-deep); font-family: var(--serif); font-size: clamp(33px, 4.2vw, 57px); letter-spacing: -.05em; line-height: 1.13; max-width: 830px; }
.quote-byline { align-items: center; color: rgba(18, 61, 44, .7); display: flex; font-size: 10px; gap: 11px; grid-column: 2; letter-spacing: .1em; margin-top: 31px; text-transform: uppercase; }
.byline-line { background: var(--forest); height: 1px; opacity: .5; width: 32px; }

/* Contact */
.contact-section { background: var(--forest-deep); color: var(--paper); padding: 138px 0 145px; }
.contact-grid { display: grid; gap: 110px; grid-template-columns: .8fr 1.2fr; }
.contact-copy > p { color: rgba(232, 239, 226, .57); font-size: 14px; line-height: 1.75; max-width: 310px; }
.contact-details { display: flex; flex-direction: column; font-size: 12px; gap: 10px; margin-top: 54px; }
.contact-details a { color: var(--leaf-bright); font-weight: 700; }
.contact-details a span { font-size: 17px; margin-left: 5px; }
.contact-details > span { color: rgba(232, 239, 226, .45); }
.contact-form { background: var(--paper); border-radius: 20px; color: var(--ink); display: grid; gap: 20px; padding: 35px; }
.form-heading { border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding-bottom: 20px; }
.form-heading span:first-child { color: var(--forest); font-family: var(--serif); font-size: 25px; }
.form-heading span:last-child { align-self: center; color: var(--muted); font-size: 10px; }
.form-row { display: grid; gap: 17px; grid-template-columns: 1fr 1fr; }
.contact-form label span { color: var(--forest-soft); display: block; font-size: 10px; font-weight: 700; letter-spacing: .08em; margin-bottom: 8px; text-transform: uppercase; }
.contact-form input, .contact-form textarea { background: var(--cream); border: 1px solid var(--line); border-radius: 9px; color: var(--ink); font-size: 13px; outline: 0; padding: 13px 14px; resize: vertical; transition: border-color .2s, box-shadow .2s; width: 100%; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--forest-soft); box-shadow: 0 0 0 3px rgba(31, 89, 64, .11); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #9aa59c; }
.button-submit { border-radius: 9px; justify-content: space-between; margin-top: 4px; width: 100%; }
.form-note { color: #8a978d; font-size: 9px; }

/* Footer and floating controls */
.site-footer { background: var(--forest); color: rgba(232, 239, 226, .55); padding: 82px 0 25px; }
.footer-main { display: grid; gap: 50px; grid-template-columns: 1.2fr 1.2fr .8fr; }
.logo-footer .logo-mark { background: var(--leaf); color: var(--forest-deep); }
.logo-footer .logo-wordmark { color: var(--paper); }
.logo-footer .logo-wordmark b { color: var(--leaf); }
.footer-tagline { color: var(--leaf-bright); font-family: var(--serif); font-size: 27px; letter-spacing: -.04em; line-height: 1.1; margin-top: 32px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; }
.footer-label { color: var(--leaf); display: block; font-size: 10px; font-weight: 700; letter-spacing: .14em; margin-bottom: 18px; text-transform: uppercase; }
.footer-links a { display: block; font-size: 12px; margin-bottom: 12px; transition: color .2s; }
.footer-links a:hover { color: var(--leaf-bright); }
.footer-cta { border-left: 1px solid rgba(232, 239, 226, .2); display: flex; flex-direction: column; padding-left: 25px; }
.footer-cta span { font-size: 11px; }
.footer-cta a { color: var(--leaf-bright); font-family: var(--serif); font-size: 27px; margin-top: 8px; }
.footer-cta b { font-family: var(--sans); font-size: 21px; font-weight: 400; }
.footer-bottom { border-top: 1px solid rgba(232, 239, 226, .15); display: flex; font-size: 10px; justify-content: space-between; margin-top: 85px; padding-top: 22px; }
.footer-bottom i { color: var(--leaf); font-style: normal; margin-left: 5px; }
.whatsapp-btn, .top-btn { align-items: center; border: 0; border-radius: 50%; bottom: 22px; box-shadow: 0 10px 25px rgba(0, 0, 0, .18); display: flex; height: 51px; justify-content: center; position: fixed; right: 22px; transition: transform .2s, opacity .25s; width: 51px; z-index: 80; }
.whatsapp-btn { background: #25d366; color: #fff; }
.whatsapp-btn svg { fill: currentColor; height: 24px; width: 24px; }
.whatsapp-btn:hover, .top-btn:hover { transform: scale(1.08); }
.top-btn { background: var(--leaf); bottom: 84px; color: var(--forest); font-size: 20px; opacity: 0; pointer-events: none; transform: translateY(15px); }
.top-btn.show { opacity: 1; pointer-events: auto; transform: translateY(0); }
.toast { align-items: center; background: var(--leaf); border-radius: 100px; bottom: 29px; color: var(--forest-deep); display: flex; font-size: 12px; font-weight: 700; gap: 9px; left: 50%; opacity: 0; padding: 13px 18px; pointer-events: none; position: fixed; transform: translate(-50%, 130%); transition: transform .35s, opacity .35s; z-index: 200; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.toast > span:first-child { align-items: center; background: var(--forest); border-radius: 50%; color: var(--leaf); display: flex; height: 19px; justify-content: center; width: 19px; }
.reveal-item { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal-item.is-visible { opacity: 1; transform: translateY(0); }

/* Responsive */
@media (max-width: 900px) {
  .hero-grid, .process-grid, .contact-grid { gap: 55px; grid-template-columns: 1fr; }
  .hero { padding-top: 75px; }
  .hero-art { max-width: 610px; width: 100%; }
  .hero-copy { padding-bottom: 0; }
  .hero-proof { margin-top: 45px; }
  .intro-grid { gap: 40px; grid-template-columns: 1fr; }
  .intro-content { gap: 40px; grid-template-columns: 1fr 1fr; }
  .stat-row { margin-top: 80px; }
  .contact-grid { gap: 60px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-cta { grid-column: 2; grid-row: 1; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 34px, 1180px); }
  .nav { align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 20px 30px rgba(18, 61, 44, .1); flex-direction: column; gap: 2px; left: 0; padding: 14px 17px 20px; position: absolute; right: 0; top: 81px; transform: translateY(-150%); transition: transform .3s ease; }
  .nav.open { transform: translateY(0); }
  .nav > a:not(.nav-cta) { padding: 10px 3px; }
  .nav-cta { justify-content: center; margin-top: 5px; }
  .menu-btn { display: block; }
  .hero { min-height: auto; padding: 68px 0 24px; }
  h1 { font-size: clamp(48px, 14vw, 70px); }
  .hero-intro { font-size: 14px; }
  .hero-art { height: 430px; margin-top: 35px; }
  .hero-main-photo { height: 380px; width: 78%; }
  .hero-small-photo { bottom: 7px; height: 134px; width: 134px; }
  .hero-stamp { height: 88px; left: 0; top: 26px; width: 88px; }
  .hero-stamp strong { font-size: 20px; }
  .hero-art-note { bottom: 75px; left: 105px; }
  .hero-bottom { font-size: 8px; }
  .ticker-track { font-size: 10px; gap: 17px; }
  .section, .process-section, .contact-section { padding: 85px 0; }
  .intro-content { display: block; }
  .intro-detail { margin-top: 28px; max-width: none; }
  .stat-row { gap: 32px 10px; grid-template-columns: 1fr 1fr; margin-top: 70px; }
  .stat strong { font-size: 42px; }
  .stat-note { border-left: 0; grid-column: span 2; padding-left: 0; }
  .section-heading-row { align-items: flex-start; flex-direction: column; gap: 27px; margin-bottom: 42px; }
  .section-heading-row > p { max-width: 340px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card-wide { grid-column: auto; }
  .product-photo { height: 235px; }
  .process-step { gap: 14px; grid-template-columns: 33px 1fr 15px; }
  .process-step h3 { font-size: 23px; }
  .quote-section { padding: 85px 0; }
  .quote-grid { display: block; }
  .quote-mark { font-size: 80px; margin-bottom: 24px; }
  blockquote { font-size: 37px; }
  .quote-byline { margin-top: 28px; }
  .contact-form { padding: 23px 18px; }
  .form-heading { align-items: flex-start; flex-direction: column; gap: 6px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-main { display: block; }
  .footer-links { margin-top: 54px; }
  .footer-cta { border-left: 0; border-top: 1px solid rgba(232, 239, 226, .2); margin-top: 38px; padding: 25px 0 0; }
  .footer-bottom { flex-direction: column; gap: 8px; margin-top: 60px; }
  .whatsapp-btn, .top-btn { right: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
