:root {
  --forest: #17231a;
  --forest-2: #243128;
  --cream: #f4efe4;
  --paper: #fbf8f1;
  --gold: #c99245;
  --gold-light: #e5bb78;
  --sage: #93a18e;
  --ink: #20261f;
  --muted: #697066;
  --line: rgba(32, 38, 31, .15);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 14px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 50; color: white; background: rgba(23, 35, 26, .92); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.1); overflow: visible; }
.nav-wrap { height: 82px; max-width: 1440px; margin: auto; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-transform: uppercase; letter-spacing: .13em; }
.brand-logo-wrap { width: 126px; height: 72px; overflow: hidden; display: block; }
.brand-image { width: 126px; height: 126px; object-fit: contain; transform: translateY(-9px); filter: invert(1) sepia(.15) saturate(.6) brightness(1.8); }
.desktop-nav { display: flex; align-items: center; gap: clamp(24px,3vw,48px); margin-left: auto; }
.desktop-nav a { position: relative; font-size: 12px; text-transform: uppercase; letter-spacing: .16em; color: rgba(255,255,255,.72); transition: color .25s; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold-light); transition: right .25s; }
.desktop-nav a:hover { color: white; }
.desktop-nav a:hover::after { right: 0; }

.button { display: inline-flex; justify-content: center; align-items: center; gap: 18px; min-height: 54px; padding: 0 24px; border: 1px solid transparent; border-radius: 0; background: var(--forest); color: white; font-weight: 650; font-size: 12px; text-transform: uppercase; letter-spacing: .14em; cursor: pointer; transition: transform .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-2px); background: var(--gold); color: var(--forest); }
.button-small { min-height: 44px; padding: 0 19px; background: transparent; border-color: rgba(255,255,255,.38); }
.button-light { background: var(--cream); color: var(--forest); }
.button-light:hover, .button-gold:hover { background: white; color: var(--forest); }
.button-gold { background: var(--gold); color: var(--forest); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 8px; cursor: pointer; }
.menu-toggle span { width: 24px; height: 1px; background: white; transition: transform .25s; }
.mobile-nav { display: none; }

.hero { position: relative; min-height: calc(100vh - 82px); height: 810px; overflow: hidden; display: grid; grid-template-columns: minmax(0, .94fr) minmax(480px, 1.06fr); background: var(--forest); color: white; }
.hero-grain { pointer-events: none; position: absolute; inset: 0; z-index: 3; opacity: .12; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E"); }
.hero-copy { position: relative; z-index: 4; padding: clamp(80px,9vh,118px) 6vw 48px max(5vw, calc((100vw - 1440px)/2 + 5vw)); display: flex; flex-direction: column; align-items: flex-start; }
.eyebrow { margin: 0 0 22px; font-size: 10px; font-weight: 700; letter-spacing: .25em; text-transform: uppercase; color: #687667; }
.eyebrow::before { content: ""; display: inline-block; width: 34px; height: 1px; margin: 0 13px 3px 0; background: currentColor; }
.eyebrow.light { color: var(--gold-light); }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: .98; }
h1 { max-width: 720px; font-size: clamp(58px, 6.2vw, 96px); }
h1 em, h2 em { color: var(--gold-light); font-weight: 400; }
.hero-intro { max-width: 580px; margin: 30px 0 34px; color: rgba(255,255,255,.67); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 34px; }
.text-link { display: inline-flex; align-items: center; gap: 20px; padding-bottom: 8px; border-bottom: 1px solid currentColor; color: var(--forest); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.text-link span { transition: transform .25s; }
.text-link:hover span { transform: translate(3px,-3px); }
.light-link { color: white; }
.hero-meta { width: 100%; max-width: 580px; margin-top: auto; padding-top: 42px; border-top: 1px solid rgba(255,255,255,.15); display: grid; grid-template-columns: repeat(3, 1fr); }
.hero-meta > div { display: flex; align-items: flex-start; gap: 13px; }
.hero-meta strong { color: var(--gold-light); font: 25px var(--serif); }
.hero-meta span { color: rgba(255,255,255,.55); font-size: 9px; line-height: 1.5; text-transform: uppercase; letter-spacing: .13em; }

.hero-visual { position: relative; overflow: hidden; background: #292117; }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 67% center; }
.hero-photo-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(23,35,26,.45), transparent 42%), linear-gradient(0deg, rgba(12,16,12,.42), transparent 35%); }
.origin-stamp { position: absolute; z-index: 2; right: 5%; top: 6%; width: 120px; height: 120px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; transform: rotate(7deg); }
.origin-stamp::before { content: ""; position: absolute; inset: 6px; border: 1px dashed rgba(255,255,255,.22); border-radius: 50%; }
.origin-stamp span, .origin-stamp small { font-size: 7px; text-transform: uppercase; letter-spacing: .19em; color: rgba(255,255,255,.6); }
.origin-stamp strong { margin: 6px 0; font: 13px var(--serif); letter-spacing: .1em; }
.visual-note { position: absolute; z-index: 2; left: 6%; bottom: 5%; margin: 0; font: italic 14px var(--serif); color: rgba(255,255,255,.75); }
.visual-note span { margin: 0 9px; color: var(--gold-light); }

.trust-strip { min-height: 78px; padding: 20px 5vw; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; gap: 20px; background: var(--gold); color: var(--forest); }
.trust-strip div { display: flex; align-items: center; justify-content: center; gap: 12px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.dot { width: 5px; height: 5px; border-radius: 50%; background: var(--forest); }

.section { padding: 130px max(5vw, calc((100vw - 1440px)/2 + 5vw)); }
.section-heading { display: grid; grid-template-columns: .7fr 1.35fr 1fr; gap: 5vw; align-items: end; margin-bottom: 70px; }
.section-heading h2, .origin-copy h2, .export-top h2, .inquiry-intro h2 { font-size: clamp(46px,5.2vw,76px); }
.section-heading > p:last-child { margin: 0 0 5px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.product-layout { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 670px; }
.product-visual-column { min-width: 0; display: flex; flex-direction: column; background: #211b14; }
.product-art { position: relative; min-height: 535px; overflow: hidden; flex: 1; background: #2d2318; }
.product-art > img { width: 100%; height: 100%; object-fit: cover; object-position: 65% center; transition: opacity .22s ease, transform .5s ease; }
.product-art > img.changing { opacity: .3; transform: scale(1.015); }
.batch-tag { position: absolute; z-index: 2; right: 30px; bottom: 30px; font-size: 8px; letter-spacing: .2em; writing-mode: vertical-rl; }
.product-gallery { min-height: 135px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.17); }
.gallery-item { position: relative; min-width: 0; overflow: hidden; padding: 0; border: 0; background: #211b14; color: white; cursor: pointer; }
.gallery-item::after { content: ""; position: absolute; inset: 0; border: 2px solid transparent; transition: border-color .2s; }
.gallery-item.active::after { border-color: var(--gold-light); }
.gallery-item img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .52; transition: opacity .2s, transform .3s; }
.gallery-item:hover img, .gallery-item.active img { opacity: .85; transform: scale(1.035); }
.gallery-item span { position: absolute; z-index: 1; left: 12px; bottom: 12px; font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; text-shadow: 0 1px 5px #000; }
.spec-panel { padding: 40px clamp(32px,4vw,70px); background: var(--cream); display: flex; flex-direction: column; }
.product-tabs { display: flex; gap: 25px; border-bottom: 1px solid var(--line); }
.tab { position: relative; border: 0; padding: 0 0 16px; background: none; color: #8a8f87; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; cursor: pointer; }
.tab::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -1px; background: var(--gold); transition: right .2s; }
.tab.active { color: var(--ink); }
.tab.active::after { right: 0; }
.product-description { min-height: 116px; display: flex; align-items: center; }
.product-description p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.spec-list { margin: 0 0 16px; }
.spec-list div { padding: 14px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.spec-list dt { color: var(--muted); font-size: 11px; }
.spec-list dd { margin: 0; font-size: 11px; font-weight: 700; text-align: right; }
.spec-note { margin: 0 0 30px; color: #858980; font-size: 9px; line-height: 1.5; }
.spec-panel .text-link { margin-top: auto; align-self: flex-start; }

.origin-section { min-height: 740px; display: grid; grid-template-columns: .8fr 1.2fr; background: var(--forest); color: white; }
.origin-copy { padding: 120px 6vw max(100px,9vw) max(5vw, calc((100vw - 1440px)/2 + 5vw)); align-self: center; }
.origin-copy p:not(.eyebrow) { max-width: 550px; color: rgba(255,255,255,.6); font-size: 15px; line-height: 1.8; }
.origin-copy .text-link { margin-top: 20px; }
.map-card { position: relative; min-height: 640px; margin: 70px 5vw 70px 0; overflow: hidden; background: #d2cbb9; color: var(--forest); }
.map-grid { position: absolute; inset: 0; opacity: .23; background-image: linear-gradient(rgba(23,35,26,.3) 1px, transparent 1px), linear-gradient(90deg,rgba(23,35,26,.3) 1px, transparent 1px); background-size: 50px 50px; }
.indonesia-map { position: absolute; width: 90%; left: 5%; top: 17%; filter: sepia(.2) saturate(.65) contrast(1.12); }
.map-caption { position: absolute; left: 42px; bottom: 38px; display: flex; flex-direction: column; }
.map-caption span, .map-caption small { font-size: 8px; text-transform: uppercase; letter-spacing: .2em; }
.map-caption strong { margin: 8px 0; font: 36px var(--serif); }
.map-credit { position: absolute; right: 18px; bottom: 16px; color: rgba(23,35,26,.55); font-size: 7px; text-transform: uppercase; letter-spacing: .1em; }

.process-section { background: var(--paper); }
.section-heading.centered { display: block; text-align: center; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-card { position: relative; min-height: 330px; padding: 28px 28px 40px; border-right: 1px solid var(--line); }
.process-card:last-child { border-right: 0; }
.process-card > span { color: #8c9188; font: 11px var(--serif); }
.process-icon { margin: 54px 0 27px; color: var(--gold); font-size: 32px; }
.process-card h3, .export-card h3 { margin: 0 0 15px; font: 28px var(--serif); font-weight: 400; }
.process-card p, .export-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.export-section { padding: 120px max(5vw, calc((100vw - 1440px)/2 + 5vw)); background: #ddd6c6; }
.export-top { display: grid; grid-template-columns: 1.3fr .7fr; gap: 8vw; align-items: end; margin-bottom: 65px; }
.export-lead { margin: 0 0 5px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.export-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.export-card { min-height: 410px; padding: 32px; background: var(--paper); display: flex; flex-direction: column; }
.export-card h3 { margin-top: 85px; }
.card-number { font-size: 9px; font-weight: 700; letter-spacing: .16em; color: #777e74; }
.export-card ul { list-style: none; margin: auto 0 0; padding: 0; }
.export-card li { padding: 13px 0; border-top: 1px solid var(--line); color: #5c635a; font-size: 11px; }
.export-card li::before { content: "↗"; margin-right: 11px; color: var(--gold); }
.dark-card { background: var(--forest); color: white; }
.dark-card .card-number, .dark-card p { color: rgba(255,255,255,.52); }
.packing-options { display: grid; grid-template-columns: 1fr 1fr; margin: auto 0 25px; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.packing-options span { padding: 20px 0; color: rgba(255,255,255,.62); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.packing-options span + span { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.16); }
.packing-options strong { display: block; color: var(--gold-light); font: 27px var(--serif); letter-spacing: 0; }
.export-disclaimer { margin: 20px 0 0; color: #747a71; font-size: 9px; }

.inquiry-section { padding: 120px max(5vw, calc((100vw - 1440px)/2 + 5vw)); display: grid; grid-template-columns: .86fr 1.14fr; gap: 8vw; background: var(--forest); color: white; }
.inquiry-intro > p:not(.eyebrow) { max-width: 480px; color: rgba(255,255,255,.58); font-size: 15px; line-height: 1.75; }
.contact-line { margin-top: 52px; padding: 18px 0; display: flex; flex-direction: column; gap: 9px; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.contact-line span { color: rgba(255,255,255,.45); font-size: 8px; letter-spacing: .18em; text-transform: uppercase; }
.contact-line a { font: 24px var(--serif); }
.response-note { margin-top: 18px; color: rgba(255,255,255,.47); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.response-note span { display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: #91a875; box-shadow: 0 0 0 4px rgba(145,168,117,.12); }
.inquiry-form { padding: 48px; background: var(--paper); color: var(--ink); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.inquiry-form label { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; color: #5f665c; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; border: 0; border-bottom: 1px solid #c7c4bb; padding: 9px 0 12px; outline: 0; background: transparent; color: var(--ink); font-size: 13px; text-transform: none; letter-spacing: 0; transition: border-color .2s; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: var(--gold); }
.inquiry-form textarea { resize: vertical; }
.check-label { flex-direction: row !important; align-items: center; gap: 12px !important; font-weight: 400 !important; text-transform: none !important; letter-spacing: 0 !important; }
.check-label input { width: 16px; height: 16px; accent-color: var(--gold); }
.inquiry-form .button { width: 100%; }
.form-note { margin: 12px 0 0; color: #888c85; font-size: 9px; text-align: center; }
.form-success { margin-top: 14px; color: #466042; font-size: 11px; line-height: 1.5; text-align: center; }

footer { padding: 70px max(5vw, calc((100vw - 1440px)/2 + 5vw)) 25px; background: #101812; color: white; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; padding-bottom: 60px; }
.footer-main > p { margin: 0; color: rgba(255,255,255,.45); font: italic 20px/1.5 var(--serif); text-align: center; }
.back-top { justify-self: end; padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.32); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.footer-brand .brand-logo-wrap { width: 172px; height: 100px; }
.footer-brand .brand-image { width: 172px; height: 172px; transform: translateY(-13px); }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.35); font-size: 8px; text-transform: uppercase; letter-spacing: .14em; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1024px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr 1fr; height: 720px; }
  .hero-copy { padding-left: 5vw; }
  h1 { font-size: clamp(52px,7vw,74px); }
  .section-heading { grid-template-columns: 1fr 2fr; }
  .section-heading > p:last-child { grid-column: 2; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-card:nth-child(2) { border-right: 0; }
  .process-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 760px) {
  .nav-wrap { height: 64px; padding: 0 18px; }
  .brand-logo-wrap { width: 108px; height: 60px; }
  .brand-image { width: 108px; height: 108px; transform: translateY(-8px); }
  .nav-cta { display: none; }
  .menu-toggle { display: flex; }
  .menu-open .menu-toggle span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-open .menu-toggle span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  /* Keep the menu in the header's stacking context so it never overlaps hero type. */
  .mobile-nav { position: absolute; top: 100%; left: 0; right: 0; z-index: 60; max-height: calc(100svh - 64px); overflow-y: auto; padding: 18px 22px 26px; display: flex; flex-direction: column; gap: 0; background: var(--forest); box-shadow: 0 18px 28px rgba(0,0,0,.25); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease; }
  .mobile-nav.open { opacity: 1; visibility: visible; transform: none; }
  .mobile-nav > a:not(.button) { padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.14); font: 28px/1.05 var(--serif); }
  .mobile-nav .button { margin-top: 32px; background: var(--gold); color: var(--forest); }
  .hero { min-height: 0; height: auto; grid-template-columns: 1fr; }
  .hero-copy { min-height: 0; padding: 58px 20px 34px; }
  .eyebrow { margin-bottom: 18px; font-size: 9px; letter-spacing: .19em; }
  h1 { max-width: 360px; font-size: clamp(47px,14vw,65px); line-height: .95; }
  .hero-intro { max-width: 370px; margin: 23px 0 28px; font-size: 15px; line-height: 1.65; }
  .hero-actions { width: 100%; align-items: stretch; flex-direction: column; gap: 19px; }
  .hero-actions .button { width: 100%; }
  .hero-meta { margin-top: 49px; padding-top: 22px; }
  .hero-meta > div { gap: 7px; }
  .hero-meta strong { font-size: 19px; }
  .hero-meta span { font-size: 7px; }
  .hero-visual { min-height: 360px; }
  .hero-photo { object-position: 68% center; }
  .origin-stamp { width: 95px; height: 95px; }
  .trust-strip { grid-template-columns: 1fr 1fr; min-height: 0; padding: 20px 18px; gap: 17px 12px; }
  .trust-strip div { justify-content: flex-start; gap: 8px; font-size: 7px; line-height: 1.35; letter-spacing: .1em; }
  .section { padding: 76px 20px; }
  .section-heading { display: block; margin-bottom: 42px; }
  .section-heading h2, .origin-copy h2, .export-top h2, .inquiry-intro h2 { font-size: clamp(40px,11.5vw,57px); line-height: .98; }
  .section-heading > p:last-child { margin-top: 22px; font-size: 14px; }
  .product-layout { grid-template-columns: 1fr; }
  .product-art { min-height: 330px; }
  .product-gallery { min-height: 98px; display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .product-gallery::-webkit-scrollbar { display: none; }
  .gallery-item { flex: 0 0 122px; height: 98px; scroll-snap-align: start; }
  .gallery-item span { left: 7px; bottom: 8px; font-size: 7px; }
  .spec-panel { padding: 29px 20px 34px; }
  .product-tabs { gap: 21px; overflow-x: auto; scrollbar-width: none; }
  .product-tabs::-webkit-scrollbar { display: none; }
  .tab { flex: 0 0 auto; font-size: 9px; }
  .product-description { min-height: 100px; }
  .product-description p { font-size: 13px; }
  .origin-section { grid-template-columns: 1fr; }
  .origin-copy { padding: 76px 20px 52px; }
  .origin-copy p:not(.eyebrow) { font-size: 14px; }
  .map-card { min-height: 350px; margin: 0 20px 60px; }
  .indonesia-map { width: 112%; left: -6%; top: 20%; }
  .map-caption { left: 24px; bottom: 24px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 232px; padding: 23px 20px 30px; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-card:nth-child(3) { border-bottom: 1px solid var(--line); }
  .process-icon { margin-top: 35px; }
  .export-section { padding: 78px 20px; }
  .export-top { grid-template-columns: 1fr; gap: 28px; }
  .export-grid { grid-template-columns: 1fr; }
  .export-card { min-height: 300px; padding: 25px 22px; }
  .export-card h3 { margin-top: 55px; font-size: 26px; }
  .inquiry-section { padding: 78px 20px; grid-template-columns: 1fr; gap: 46px; }
  .contact-line { margin-top: 38px; }
  .contact-line a { font-size: 21px; overflow-wrap: anywhere; }
  .inquiry-form { padding: 25px 18px 23px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  footer { padding: 55px 20px 24px; }
  .footer-main { grid-template-columns: 1fr; gap: 38px; align-items: start; }
  .footer-main > p { text-align: left; }
  .back-top { justify-self: start; }
}

@media (max-width: 390px) {
  .nav-wrap { padding: 0 14px; }
  .hero-copy { padding-left: 17px; padding-right: 17px; }
  .hero-meta span { font-size: 6.5px; letter-spacing: .09em; }
  .trust-strip { padding-left: 15px; padding-right: 15px; }
  .section, .export-section, .inquiry-section { padding-left: 17px; padding-right: 17px; }
  .map-card { margin-left: 17px; margin-right: 17px; }
  .form-row { gap: 0; }
}

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