:root {
  --ink: #15231c;
  --ink-2: #24352b;
  --olive: #273c30;
  --olive-soft: #496050;
  --gold: #d6a84d;
  --gold-light: #f0d79b;
  --cream: #f5f1e8;
  --paper: #fffdf8;
  --sand: #e9dfcd;
  --muted: #6f786f;
  --line: rgba(21, 35, 28, .12);
  --line-light: rgba(255, 255, 255, .18);
  --success: #2f7651;
  --danger: #a34f45;
  --font-display: "Vazirmatn", Tahoma, sans-serif;
  --font-body: "Vazirmatn", Tahoma, sans-serif;
  --container: 1360px;
  --gutter: clamp(1rem, 4vw, 3.75rem);
  --section: clamp(5rem, 9vw, 8.5rem);
  --r-sm: 12px;
  --r-md: 20px;
  --r-lg: 30px;
  --ease: 220ms cubic-bezier(.2, .75, .25, 1);
  --shadow: 0 24px 80px rgba(18, 31, 24, .14);
}

*, *::before, *::after { box-sizing: border-box; font-family: "Vazirmatn", Tahoma, sans-serif !important; letter-spacing: 0 !important; }
.request-flash { position: fixed; inset: auto 50% 24px auto; z-index: 2000; width: min(calc(100% - 32px), 520px); min-height: 58px; padding: 12px 16px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 15px; background: rgba(17,42,29,.94); color: #fff; box-shadow: 0 18px 55px rgba(8,20,13,.28); backdrop-filter: blur(18px); transform: translateX(50%); font-size: .82rem; font-weight: 650; }
.request-flash svg { width: 20px; color: var(--gold-light); }
.request-flash--error { background: rgba(115,34,30,.95); }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; direction: rtl; overflow-x: hidden; background: var(--cream); color: var(--ink); font: 400 16px/1.85 var(--font-body); -webkit-font-smoothing: antialiased; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a { touch-action: manipulation; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { margin-bottom: .6em; font-family: var(--font-display); line-height: 1.35; letter-spacing: -.035em; }
h2 { font-size: clamp(2.5rem, 4.7vw, 4.7rem); font-weight: 650; }
h3 { font-weight: 650; }
em { color: var(--gold); font-style: normal; font-weight: 500; }
::selection { background: var(--gold-light); color: var(--ink); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.container { width: min(calc(100% - var(--gutter) * 2), var(--container)); margin-inline: auto; }
.section { padding-block: var(--section); }
.skip-link { position: fixed; top: 8px; right: 8px; z-index: 1000; transform: translateY(-150%); padding: .7rem 1rem; background: var(--ink); color: #fff; }
.skip-link:focus { transform: none; }

/* Glass header */
.site-header { position: fixed; inset: 18px 0 auto; z-index: 100; height: 72px; color: #fff; }
.header-inner { height: 100%; padding: 0 12px 0 10px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; background: rgba(17,28,22,.78); box-shadow: 0 12px 40px rgba(0,0,0,.18); backdrop-filter: blur(18px) saturate(125%); -webkit-backdrop-filter: blur(18px) saturate(125%); }
.brand { display: inline-flex; align-items: center; gap: .72rem; line-height: 1; }
.brand-mark { width: 38px; height: 42px; display: grid; place-items: center; color: var(--gold-light); }
.brand-mark svg { width: 36px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.brand-mark circle { fill: currentColor; stroke: none; }
.brand-wordmark { display: inline-flex; align-items: baseline; white-space: nowrap; }
.brand-wordmark strong { padding-left: .48rem; color: #fff; font-size: .98rem; font-weight: 750; line-height: 1; }
.brand-wordmark b { padding-right: .48rem; border-right: 1px solid rgba(240,215,155,.4); color: var(--gold-light); font-size: .73rem; font-weight: 600; line-height: 1; }
.primary-nav { display: flex; align-items: center; gap: .18rem; }
.primary-nav > a:not(.button), .nav-product-trigger { position: relative; min-height: 44px; padding: .55rem .8rem; display: inline-flex; align-items: center; gap: .35rem; border: 0; border-radius: 10px; background: transparent; color: rgba(255,255,255,.78); font-size: .78rem; font-weight: 520; cursor: pointer; transition: color var(--ease), background-color var(--ease); }
.primary-nav > a:not(.button)::after, .nav-product-trigger::after { content: ""; position: absolute; right: 50%; bottom: 5px; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); opacity: 0; transform: translate(50%, 4px) scale(.5); transition: opacity var(--ease), transform var(--ease); }
.primary-nav > a:not(.button):hover, .primary-nav > a.is-active, .nav-products:hover .nav-product-trigger, .nav-products.is-open .nav-product-trigger { background: rgba(255,255,255,.08); color: #fff; }
.primary-nav > a:not(.button):hover::after, .primary-nav > a.is-active::after, .nav-products:hover .nav-product-trigger::after, .nav-products.is-open .nav-product-trigger::after { opacity: 1; transform: translate(50%, 0) scale(1); }
.nav-product-trigger > svg { width: 15px; height: 15px; transition: transform var(--ease); }
.nav-products:hover .nav-product-trigger > svg, .nav-products.is-open .nav-product-trigger > svg { transform: rotate(180deg); }
.nav-products { position: relative; }
.nav-products::after { content: ""; position: absolute; top: 100%; right: 0; width: 100%; height: 17px; }
.mega-menu { position: absolute; top: calc(100% + 15px); right: -150px; width: min(760px, calc(100vw - 3rem)); padding: 1rem; border: 1px solid rgba(255,255,255,.18); border-radius: 20px; background: rgba(15,27,20,.94); box-shadow: 0 28px 80px rgba(0,0,0,.34); opacity: 0; visibility: hidden; transform: translateY(10px) scale(.985); transform-origin: top right; transition: opacity var(--ease), visibility var(--ease), transform var(--ease); backdrop-filter: blur(24px) saturate(130%); -webkit-backdrop-filter: blur(24px) saturate(130%); }
.mega-menu::before { content: ""; position: absolute; right: 178px; top: -7px; width: 13px; height: 13px; border-top: 1px solid rgba(255,255,255,.18); border-right: 1px solid rgba(255,255,255,.18); background: rgba(15,27,20,.94); transform: rotate(-45deg); }
.nav-products:hover .mega-menu, .nav-products.is-open .mega-menu { opacity: 1; visibility: visible; transform: none; }
.mega-menu-head { padding: .45rem .5rem 1rem; display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; border-bottom: 1px solid rgba(255,255,255,.12); }
.mega-menu-head span, .mega-menu-head strong { display: block; }
.mega-menu-head span { margin-bottom: .3rem; color: var(--gold-light); font-size: .68rem; font-weight: 650; }
.mega-menu-head strong { color: #fff; font-size: 1.05rem; }
.mega-menu-head > a { min-height: 40px; display: inline-flex; align-items: center; gap: .5rem; color: rgba(255,255,255,.68); font-size: .72rem; transition: color var(--ease); }
.mega-menu-head > a:hover { color: #fff; }
.mega-menu-head > a svg { width: 16px; }
.mega-products { padding-top: .75rem; display: grid; grid-template-columns: repeat(2, 1fr); gap: .3rem; }
.mega-product { min-width: 0; padding: .55rem; display: grid; grid-template-columns: 62px minmax(0, 1fr) 24px; align-items: center; gap: .75rem; border-radius: 13px; transition: background-color var(--ease); }
.mega-product:hover { background: rgba(255,255,255,.075); }
.mega-product img { width: 62px; height: 54px; object-fit: contain; filter: drop-shadow(0 5px 8px rgba(0,0,0,.24)); }
.mega-product img.mega-cutout--large { transform: scale(1.13); }
.mega-product span, .mega-product strong, .mega-product small { display: block; min-width: 0; }
.mega-product strong { margin-bottom: .2rem; color: #fff; font-size: .88rem; }
.mega-product small { color: rgba(255,255,255,.52); font-size: .68rem; }
.mega-product > svg { width: 17px; color: rgba(255,255,255,.44); transition: color var(--ease), transform var(--ease); }
.mega-product:hover > svg { color: var(--gold-light); transform: translate(-2px, -2px); }
.menu-toggle { display: none; position: relative; width: 46px; height: 46px; border: 0; background: none; color: inherit; cursor: pointer; }
.menu-toggle span { position: absolute; left: 12px; width: 22px; height: 1px; background: currentColor; transition: transform var(--ease); }
.menu-toggle span:first-child { transform: translateY(-4px); }
.menu-toggle span:last-child { transform: translateY(4px); }
.menu-toggle[aria-expanded="true"] span:first-child { transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: rotate(-45deg); }

/* Buttons */
.button { min-height: 52px; padding: .75rem 1.25rem; display: inline-flex; align-items: center; justify-content: center; gap: 1.8rem; border: 1px solid transparent; border-radius: 12px; font-size: .84rem; font-weight: 650; transition: transform var(--ease), background var(--ease), color var(--ease), border-color var(--ease); }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 46px; padding-inline: 1rem; gap: 1rem; border-radius: 10px; }
.button-dark { background: var(--gold); color: var(--ink); }
.nav-mobile-meta { display: none; }
.button-gold { background: var(--gold); color: var(--ink); box-shadow: 0 10px 28px rgba(214,168,77,.22); }
.button-gold:hover { background: #e4bb69; }
.button-hero-ghost { border-color: rgba(255,255,255,.36); background: rgba(255,255,255,.08); color: #fff; backdrop-filter: blur(8px); }
.button-hero-ghost:hover { background: rgba(255,255,255,.15); border-color: rgba(255,255,255,.65); }
.button-ghost { border-color: rgba(255,255,255,.28); color: #fff; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 1.1rem; border-bottom: 1px solid currentColor; font-size: .82rem; font-weight: 650; }
.button span, .button svg, .text-link span, .text-link svg, article a span, article a svg { transition: transform var(--ease); }
.button svg, .text-link svg, .market-all svg { width: 17px; height: 17px; flex: 0 0 auto; }
.button:hover svg, .text-link:hover svg, article a:hover svg { transform: translateX(-3px); }

/* Photo hero */
.hero { position: relative; min-height: 890px; padding-top: 1px; background: var(--ink); color: #fff; }
.hero-media, .hero-shade { position: absolute; inset: 0; width: 100%; height: 760px; }
.hero-media { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(11,18,14,.42) 0%, rgba(11,18,14,.18) 42%, rgba(11,18,14,.83) 100%), linear-gradient(0deg, rgba(11,18,14,.72), transparent 50%); }
.hero-content { position: relative; height: 760px; padding-top: 166px; display: flex; align-items: flex-start; justify-content: space-between; }
.hero-copy { width: min(680px, 58%); }
.hero-kicker { margin-bottom: 1.45rem; display: inline-flex; align-items: center; gap: .7rem; color: rgba(255,255,255,.72); font-size: .75rem; font-weight: 500; }
.status-dot, .market-pulse { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(214,168,77,.14); }
.hero h1 { margin: 0 0 1.4rem; color: #fff; font-size: clamp(3.7rem, 5.65vw, 6.6rem); font-weight: 700; line-height: 1.23; letter-spacing: -.065em; }
.hero h1 span { display: block; white-space: nowrap; }
.hero h1 .accent-line { color: var(--gold-light); font-weight: 450; }
.hero-lede { max-width: 590px; margin-bottom: 2rem; color: rgba(255,255,255,.72); font-size: clamp(.98rem, 1.25vw, 1.12rem); line-height: 1.95; }
.hero-actions { display: flex; align-items: center; gap: .7rem; }
.hero-caption { position: absolute; left: 0; bottom: 150px; margin: 0; padding-right: 1rem; border-right: 2px solid var(--gold); text-align: right; }
.hero-caption strong, .hero-caption span { display: block; }
.hero-caption strong { margin-bottom: .2rem; font-size: .82rem; }
.hero-caption span { color: rgba(255,255,255,.66); font-size: .75rem; }

/* Floating market dashboard */
.market-panel { position: absolute; z-index: 3; right: 50%; bottom: -72px; transform: translateX(50%); padding: 0; overflow: hidden; color: var(--ink); background: rgba(255,253,248,.97); border: 1px solid rgba(255,255,255,.72); border-radius: 18px; box-shadow: 0 24px 70px rgba(18,31,24,.17); backdrop-filter: blur(18px) saturate(118%); }
.market-panel::before { content: ""; position: absolute; inset: 0 0 auto; z-index: 2; height: 3px; background: linear-gradient(90deg, transparent, var(--gold) 25%, var(--gold) 75%, transparent); }
.market-head { min-height: 78px; padding: .9rem 1.35rem; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 2.2rem; border-bottom: 1px solid var(--line); }
.market-title-wrap { display: flex; align-items: center; gap: .85rem; }
.market-pulse { background: var(--success); box-shadow: 0 0 0 5px rgba(47,118,81,.12); }
.panel-label { margin: 0 0 .12rem; color: #87621e; font-size: .75rem; font-weight: 700; }
.market-head h2 { margin: 0; font-size: 1.18rem; }
.market-time { margin: 0; color: #59645b; font-size: .75rem; }
.market-all { min-height: 44px; display: inline-flex; align-items: center; gap: .7rem; border-bottom: 1px solid rgba(21,35,28,.28); font-size: .8rem; font-weight: 700; transition: color var(--ease), border-color var(--ease); }
.market-all:hover { color: #896520; border-color: var(--gold); }
.price-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.price-item { min-width: 0; height: 132px; min-height: 132px; padding: 1.05rem 1.2rem; display: grid; grid-template-columns: minmax(0,1fr) auto; grid-template-areas: "product change" "value value"; align-items: center; gap: .65rem; border-left: 1px solid var(--line); transition: background-color 180ms ease; }
.price-item:last-child { border-left: 0; }
.price-item:hover { background: rgba(214,168,77,.07); }
.price-product { grid-area: product; min-width: 0; display: flex; align-items: center; gap: .7rem; }
.grain-symbol { width: 58px; height: 58px; flex: 0 0 auto; display: grid; place-items: center; }
.grain-symbol img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 5px 7px rgba(52,39,17,.18)); }
.grain-symbol--large img { transform: scale(1.16); }
.price-product h3 { margin: 0; font-size: .92rem; }
.price-product p { margin: .12rem 0 0; color: #667068; font-size: .75rem; }
.price-value { grid-area: value; padding-top: .15rem; display: flex; align-items: baseline; gap: .45rem; }
.price-value strong { color: #17261e; font: 750 1.42rem var(--font-display); font-variant-numeric: tabular-nums; }
.price-value small { color: #667068; font-size: .75rem; }
.change { grid-area: change; justify-self: end; display: inline-flex; align-items: center; gap: .25rem; font-size: .75rem; font-weight: 650; font-variant-numeric: tabular-nums; }
.change b { font-weight: 500; }
.change.up { color: var(--success); }
.change.down { color: var(--danger); }
.change.stable { color: var(--muted); }
.market-disclaimer { margin: 0; padding: .65rem 1.35rem; border-top: 1px solid var(--line); color: #667068; font-size: .75rem; text-align: right; }

/* Metrics */
.metrics-band { padding-top: 96px; background: var(--ink); color: #fff; }
.metric-strip { min-height: 176px; padding-block: 2rem; display: grid; grid-template-columns: 240px 1fr; align-items: center; gap: clamp(2rem, 5vw, 5rem); }
.metrics-intro > p { margin: 0 0 .55rem; display: flex; align-items: center; gap: .55rem; color: var(--gold-light); font-size: .75rem; font-weight: 700; }
.metrics-intro > p span { width: 20px; height: 2px; background: var(--gold); }
.metrics-intro h2 { margin: 0; color: #fff; font-size: 1.65rem; line-height: 1.5; }
.metrics-intro h2 br { display: none; }
.metrics-intro h2 em { margin-right: .3rem; color: var(--gold-light); }
.metrics-data dl { margin: 0; padding-top: 1rem; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.16); }
.metrics-data dl > div { min-width: 0; padding-inline: clamp(.7rem, 1.8vw, 1.5rem); display: flex; flex-direction: column; border-left: 1px solid rgba(255,255,255,.13); }
.metrics-data dl > div:last-child { border-left: 0; }
.metrics-data dd { order: -1; margin: 0 0 .35rem; color: #fff; font: 750 clamp(1.65rem, 2.4vw, 2.35rem)/1 var(--font-display); white-space: nowrap; }
.metrics-data dd span { color: var(--gold-light); }
.metrics-data dd sup { margin-right: .12rem; color: var(--gold-light); font-size: .42em; vertical-align: top; }
.metrics-data dt { color: rgba(255,255,255,.68); font-size: .75rem; font-weight: 500; }
.placeholder-note { margin: .55rem 0 0; color: rgba(255,255,255,.42); font-size: .75rem; text-align: left; }

/* Shared section titles */
.eyebrow { margin-bottom: 1.2rem; display: flex; align-items: center; gap: .7rem; color: #87621e; font-size: .8rem; font-weight: 700; }
.eyebrow > span { width: 28px; height: 2px; border-radius: 2px; background: var(--gold); }
.eyebrow.light { color: var(--gold-light); }
.section-head { margin-bottom: clamp(2.8rem, 5vw, 5rem); display: grid; grid-template-columns: 1.1fr .7fr; align-items: end; gap: 3rem; }
.section-head h2 { margin: 0; }
.section-head > p { max-width: 520px; margin: 0; padding: 1rem 1.2rem; border-right: 3px solid var(--gold); border-radius: 12px; background: rgba(255,255,255,.55); color: #4f5d53; box-shadow: 0 10px 28px rgba(21,35,28,.04); }

/* Products */
.products { position: relative; isolation: isolate; background: var(--paper); }
.product-summary { width: min(100%, 560px); justify-self: end; }
.product-summary > p { margin: 0 0 1.25rem; color: #4f5d53; font-size: .96rem; line-height: 1.95; }
.product-summary ul { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); list-style: none; }
.product-summary li { min-height: 48px; padding: .65rem .2rem; display: flex; align-items: center; gap: .65rem; border-bottom: 1px solid var(--line); color: var(--ink); font-size: .82rem; font-weight: 600; }
.product-summary li:nth-child(odd) { border-left: 1px solid var(--line); }
.product-summary li:nth-child(even) { padding-right: 1rem; }
.product-summary li span { color: #9a742d; font-size: .75rem; font-weight: 700; }
.product-catalog { border-top: 1px solid var(--line); }
.product-row { min-height: 250px; padding-block: 1.2rem; display: grid; grid-template-columns: minmax(240px, 320px) minmax(280px, 1fr) 190px; align-items: center; gap: clamp(1.2rem, 3.5vw, 3.5rem); border-bottom: 1px solid var(--line); transition: background-color 180ms ease; }
.product-row:hover { background: #f8f4eb; }
.product-image { position: relative; height: 220px; overflow: hidden; isolation: isolate; border-radius: 18px; background: transparent; clip-path: inset(0 round 18px); }
.product-image img { width: 100%; height: 100%; object-fit: cover; }
.product-content { max-width: 590px; }
.product-meta { margin: 0 0 .2rem; color: #8b6725; font-size: .82rem; font-weight: 700; }
.product-content h3 { margin: 0 0 .35rem; color: var(--ink); font-size: clamp(2rem, 3.2vw, 3.35rem); line-height: 1.25; }
.product-content > p:not(.product-meta) { margin: 0; color: #59645b; font-size: .9rem; line-height: 1.85; }
.product-specs { margin: 1.15rem 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: .45rem; list-style: none; }
.product-specs li { padding: .35rem .65rem; border: 1px solid var(--line); border-radius: 99px; background: rgba(255,255,255,.62); color: #536057; font-size: .8rem; }
.product-action { width: 160px; min-height: 52px; padding: .5rem .7rem .5rem .9rem; display: flex; align-items: center; justify-content: space-between; justify-self: start; gap: .8rem; border: 1px solid rgba(21,35,28,.18); border-radius: 12px; color: var(--ink); font-size: .84rem; font-weight: 700; transition: background var(--ease), color var(--ease), border-color var(--ease); }
.product-action svg { width: 34px; height: 34px; padding: 8px; border-radius: 8px; background: var(--cream); fill: none; stroke: currentColor; stroke-width: 1.7; transition: transform var(--ease), background var(--ease); }
.product-action:hover { border-color: var(--olive); background: var(--olive); color: #fff; }
.product-action:hover svg { transform: translateX(-3px); background: rgba(255,255,255,.1); }

/* Trust */
.assurance { position: relative; overflow: hidden; padding-block: clamp(3rem, 5vw, 4.5rem); background: linear-gradient(145deg, #1e3327, #2d4636); color: #fff; }
.assurance::before { content: ""; position: absolute; width: 620px; height: 620px; left: -250px; top: -230px; border: 1px solid rgba(214,168,77,.15); border-radius: 50%; box-shadow: 0 0 0 90px rgba(214,168,77,.025), 0 0 0 180px rgba(214,168,77,.018); }
.assurance-grid { position: relative; display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: clamp(2.5rem, 6vw, 6rem); }
.assurance h2, .assurance h3 { color: #fff; }
.assurance-intro { align-self: center; }
.assurance-intro h2 { margin-bottom: .55rem; font-size: clamp(2.25rem, 3.6vw, 3.7rem); line-height: 1.25; }
.assurance-intro > p:last-child { max-width: 430px; margin: 0; color: rgba(255,255,255,.58); font-size: .86rem; line-height: 1.85; }
.pillar-list { margin: 0; padding: 0; display: grid; gap: .25rem; list-style: none; }
.pillar-list li { min-height: 66px; padding: .55rem .4rem; display: grid; grid-template-columns: 38px minmax(0, 1fr); align-items: center; gap: .8rem; border-radius: 10px; transition: background-color var(--ease); }
.pillar-list li:hover { background: rgba(255,255,255,.045); }
.pillar-list > li > span { color: var(--gold-light); font-size: .68rem; font-weight: 700; }
.pillar-list li > div { display: grid; grid-template-columns: minmax(145px, .52fr) 1fr; align-items: baseline; gap: clamp(1rem, 3vw, 2.5rem); }
.pillar-list h3 { margin: 0; font-size: 1.02rem; }
.pillar-list p { margin: 0; color: rgba(255,255,255,.6); font-size: .78rem; line-height: 1.75; }

/* Intelligence bento */
.market-intelligence { position: relative; background: radial-gradient(circle at 90% 10%, rgba(255,255,255,.7), transparent 28%), var(--sand); }
.intel-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 1rem; }
.market-summary, .market-notes article { border: 1px solid rgba(21,35,28,.09); border-radius: var(--r-md); background: var(--paper); box-shadow: 0 10px 30px rgba(21,35,28,.04); }
.market-summary, .market-notes article { transition: transform var(--ease), box-shadow var(--ease); }
.market-summary:hover, .market-notes article:hover { transform: translateY(-4px); box-shadow: 0 20px 48px rgba(21,35,28,.1); }
.market-summary { padding: clamp(1.3rem, 3vw, 2.4rem); }
.summary-top { display: flex; align-items: flex-start; justify-content: space-between; }
.summary-top h3 { margin: 0; font-size: 1.5rem; }
.date-chip { padding: .4rem .65rem; border-radius: 8px; background: var(--cream); color: #59645b; font-size: .75rem; }
.trend-visual { position: relative; margin-top: 2.4rem; padding-right: 48px; }
.trend-visual svg { width: 100%; height: 230px; }
.grid-line { fill: none; stroke: var(--line); }
.trend-visual .area { fill: url(#fill); }
.trend-visual .line { fill: none; stroke: #a67c2f; stroke-width: 2.2; vector-effect: non-scaling-stroke; }
.trend-visual circle { fill: #a67c2f; }
.trend-labels { position: absolute; inset: 0 0 24px auto; display: flex; flex-direction: column; justify-content: space-between; color: #667068; font-size: .75rem; }
.trend-days { display: flex; justify-content: space-between; color: #667068; font-size: .75rem; }
.chart-note { margin: 1rem 0 0; color: #667068; font-size: .75rem; }
.market-notes { display: grid; grid-template-rows: 1.2fr .8fr; gap: 1rem; }
.market-notes article { padding: clamp(1.4rem, 3vw, 2.3rem); display: flex; flex-direction: column; justify-content: space-between; }
.note-kicker { margin-bottom: 1.5rem; color: #87621e; font-size: .75rem; font-weight: 700; }
.market-notes h3 { font-size: clamp(1.25rem, 2vw, 1.8rem); }
.market-notes article > p, .market-notes div > p:last-child { color: #59645b; font-size: .9rem; }
.market-notes article > a:not(.circle-link), .article-card a { align-self: flex-start; display: inline-flex; gap: .8rem; border-bottom: 1px solid currentColor; font-size: .78rem; font-weight: 650; }
.market-notes .procurement-note { background: var(--olive); color: #fff; flex-direction: row; align-items: flex-end; }
.procurement-note h3 { color: #fff; }
.procurement-note div > p:last-child { margin: 0; color: rgba(255,255,255,.56); }
.circle-link { width: 48px; height: 48px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.circle-link svg { width: 19px; height: 19px; }

/* Process */
.process { position: relative; overflow: hidden; padding-block: clamp(2.8rem, 4.5vw, 4rem); background: var(--ink); color: #fff; }
.process::before { content: ""; position: absolute; width: 460px; height: 460px; left: -230px; top: -280px; border-radius: 50%; background: radial-gradient(circle, rgba(214,168,77,.15), transparent 68%); pointer-events: none; }
.process-layout { position: relative; }
.process-intro { margin-bottom: clamp(1.8rem, 3vw, 2.6rem); display: grid; grid-template-columns: 1fr .82fr; align-items: end; gap: 2.5rem; }
.process-intro h2 { margin: 0; max-width: 520px; color: #fff; font-size: clamp(2.2rem, 3.6vw, 3.65rem); line-height: 1.18; }
.process-intro h2 br { display: none; }
.process-intro-copy { max-width: 500px; justify-self: end; }
.process-intro-copy > p:first-child { margin: 0; color: rgba(255,255,255,.68); font-size: .86rem; line-height: 1.8; }
.process-steps { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.2); list-style: none; }
.process-steps li { position: relative; min-height: 145px; padding: 1rem clamp(.85rem, 1.8vw, 1.5rem) .1rem; display: flex; flex-direction: column; justify-content: space-between; border-left: 1px solid rgba(255,255,255,.12); }
.process-steps li:last-child { border-left: 0; }
.process-steps li::before { content: ""; position: absolute; top: -2px; right: 0; width: 34px; height: 3px; background: var(--gold); transform: scaleX(.22); transform-origin: right; transition: transform var(--ease); }
.process-steps li:hover::before { transform: scaleX(1); }
.step-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.step-number { color: var(--gold-light); font-size: .78rem; font-weight: 700; font-variant-numeric: tabular-nums; }
.step-copy h3 { margin-bottom: .3rem; color: #fff; font-size: 1rem; }
.step-copy p { max-width: 235px; margin: 0; color: rgba(255,255,255,.58); font-size: .76rem; line-height: 1.7; }

/* About */
.about { position: relative; background: radial-gradient(circle at 15% 75%, rgba(214,168,77,.12), transparent 28%), var(--cream); }
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.about-image { position: relative; padding: 0 0 2rem 2rem; }
.about-image::before { content: ""; position: absolute; inset: 2rem 2rem 0 0; border-radius: var(--r-lg); background: var(--gold); }
.about-image img { position: relative; aspect-ratio: 1.05 / 1; object-fit: cover; border-radius: var(--r-lg); filter: saturate(.75); }
.about-image > p { position: absolute; right: 1.5rem; bottom: 0; width: min(280px, 65%); margin: 0; padding: 1.2rem; border-radius: 16px; background: rgba(21,35,28,.9); color: #fff; backdrop-filter: blur(10px); }
.about-image > p span, .about-image > p strong { display: block; }
.about-image > p span { margin-bottom: .8rem; color: var(--gold-light); font-size: .75rem; }
.about-image > p strong { font-size: 1rem; }
.about-copy h2 { font-size: clamp(2.7rem, 4.8vw, 4.7rem); }
.large-copy { color: var(--muted); font-size: clamp(1rem, 1.4vw, 1.18rem); }
.about-points { margin: 2rem 0; display: grid; gap: .45rem; }
.about-points p { margin: 0; padding: .65rem 0; border-bottom: 1px solid var(--line); font-size: .9rem; }

/* Insights */
.insights { background: var(--paper); }
.article-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: repeat(2, 270px); gap: 1rem; }
.article-card { position: relative; isolation: isolate; min-width: 0; overflow: hidden; border-radius: var(--r-md); background: var(--ink); color: #fff; box-shadow: 0 18px 48px rgba(21,35,28,.1); }
.article-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(10,18,13,.04) 15%, rgba(10,18,13,.34) 48%, rgba(10,18,13,.94) 100%), linear-gradient(90deg, transparent 45%, rgba(10,18,13,.2)); pointer-events: none; }
.featured-article { grid-row: span 2; }
.article-image { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.article-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 500ms cubic-bezier(.2,.75,.25,1), filter var(--ease); }
.article-card:hover .article-image img { transform: scale(1.035); filter: saturate(.86); }
.article-copy { position: absolute; inset: auto 0 0; z-index: 1; padding: clamp(1.25rem, 2.6vw, 2.2rem); }
.article-meta { margin-bottom: .75rem; display: flex; justify-content: space-between; gap: 1rem; color: rgba(255,255,255,.7); font-size: .72rem; }
.article-meta span { color: var(--gold-light); font-weight: 700; }
.article-card h3 { max-width: 680px; margin-bottom: .55rem; color: #fff; font-size: clamp(1.2rem, 1.8vw, 1.85rem); line-height: 1.55; }
.article-card p { margin-bottom: .85rem; color: rgba(255,255,255,.68); font-size: .82rem; }
.article-card a { min-height: 38px; align-items: center; color: #fff; }
.featured-article h3 { font-size: clamp(1.65rem, 2.55vw, 2.55rem); line-height: 1.45; }

/* CTA + footer */
.final-cta { position: relative; isolation: isolate; overflow: hidden; padding-block: clamp(5rem, 9vw, 8rem); background: #172b20 url("assets/cta-wheat-barley-v2.png") center / cover no-repeat; color: #fff; }
.final-cta::before { content: ""; position: absolute; inset: -8px; z-index: -1; background: linear-gradient(90deg, rgba(10,23,15,.84), rgba(14,30,20,.62) 52%, rgba(10,23,15,.78)); backdrop-filter: blur(4px) saturate(82%); -webkit-backdrop-filter: blur(4px) saturate(82%); }
.final-cta-panel { display: grid; grid-template-columns: 1.18fr .82fr; align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.final-cta-copy { align-self: center; }
.final-cta-copy h2 { max-width: 760px; margin-bottom: 1rem; color: #fff; font-size: clamp(2.7rem, 5vw, 5.4rem); line-height: 1.32; }
.final-cta-copy h2 em { color: var(--gold-light); }
.final-cta-copy > p:not(.eyebrow) { max-width: 580px; margin: 0; color: rgba(255,255,255,.62); font-size: .95rem; line-height: 1.95; }
.cta-brief { padding-right: clamp(2rem, 4vw, 4.5rem); border-right: 1px solid rgba(255,255,255,.16); }
.cta-brief-head { padding-bottom: 1rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid rgba(255,255,255,.13); }
.cta-brief-head strong { font-size: .9rem; }
.cta-brief-head span { color: var(--gold-light); font-size: .75rem; }
.cta-form-fields { margin-top: 1.2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.cta-form-fields label { display: block; }
.cta-form-fields label > span { display: block; margin-bottom: .35rem; color: rgba(255,255,255,.58); font-size: .75rem; }
.cta-form-fields input { width: 100%; height: 54px; padding: 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.28); border-radius: 0; outline: 0; background: transparent; color: #fff; font-size: .95rem; transition: border-color var(--ease); }
.cta-form-fields input::placeholder { color: rgba(255,255,255,.32); }
.cta-form-fields input:focus { border-color: var(--gold); }
.cta-actions { margin-top: 1.5rem; display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; gap: .75rem; }
.cta-actions .button { min-height: 58px; padding-inline: 1rem; gap: .8rem; border-radius: 10px; }
.cta-direct-call { min-width: 0; min-height: 58px; padding: .5rem .9rem; display: grid; grid-template-columns: 22px minmax(0, 1fr); align-items: center; gap: .75rem; border: 1px solid rgba(255,255,255,.24); border-radius: 10px; line-height: 1.35; transition: border-color var(--ease), background-color var(--ease); }
.cta-direct-call:hover { border-color: rgba(240,215,155,.58); background: rgba(255,255,255,.07); }
.cta-direct-call > svg { width: 19px; height: 19px; color: var(--gold-light); }
.direct-call-number { justify-self: start; color: #fff; font-size: .92rem; font-weight: 650; line-height: 1; white-space: nowrap; }
.site-footer { overflow: hidden; background: #0b1710; color: rgba(255,255,255,.68); }
.footer-shell { padding-top: clamp(3.5rem, 7vw, 6.5rem); }
.footer-main { padding-bottom: clamp(3rem, 6vw, 5.5rem); display: grid; grid-template-columns: 1.45fr .58fr .58fr 1.08fr; gap: clamp(2rem, 5vw, 5.5rem); border-bottom: 1px solid rgba(255,255,255,.13); }
.brand-light { color: #fff; }
.brand-light .brand-mark { color: var(--gold-light); }
.footer-intro > p:not(.footer-status) { max-width: 410px; margin: 1.8rem 0 2rem; color: rgba(255,255,255,.58); font-size: .92rem; line-height: 1.95; }
.footer-status { margin: 0; display: flex; align-items: center; gap: .65rem; color: rgba(255,255,255,.82); font-size: .78rem; }
.footer-status span { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: #72ce91; box-shadow: 0 0 0 5px rgba(114,206,145,.1); }
.footer-column, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; font-style: normal; }
.footer-heading { margin-bottom: 1.45rem; color: var(--gold-light); font-size: .78rem; font-weight: 650; }
.footer-column a { min-height: 43px; display: inline-flex; align-items: center; color: rgba(255,255,255,.72); font-size: .86rem; transition: color var(--ease), transform var(--ease); }
.footer-column a:hover { color: #fff; transform: translateX(-4px); }
.footer-contact .footer-phone { color: #fff; font-size: clamp(1.35rem, 2.1vw, 2rem); font-weight: 700; line-height: 1.5; text-align: right; }
.footer-email { margin-top: .25rem; color: rgba(255,255,255,.82); font-size: .86rem; }
.footer-contact > p:not(.footer-heading) { margin: 1.3rem 0 1.5rem; color: rgba(255,255,255,.48); font-size: .8rem; line-height: 1.9; }
.footer-contact-action { width: 100%; min-height: 54px; margin-top: auto; padding: .5rem .85rem .5rem 1rem; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(240,215,155,.35); border-radius: 12px; background: transparent; color: #fff; font-size: .8rem; font-weight: 650; cursor: pointer; transition: background var(--ease), color var(--ease), border-color var(--ease); }
.footer-contact-action:hover { border-color: var(--gold); background: var(--gold); color: var(--ink); }
.footer-contact-action svg { width: 34px; height: 34px; padding: 8px; border-radius: 8px; background: rgba(255,255,255,.08); fill: none; stroke: currentColor; stroke-width: 1.7; }
.footer-wordmark { margin: 0; padding: clamp(1.6rem, 3vw, 2.8rem) 0 clamp(1.2rem, 2vw, 2rem); overflow: hidden; color: rgba(255,255,255,.055); font-size: clamp(4rem, 10vw, 9.5rem); font-weight: 800; line-height: .82; text-align: center; white-space: nowrap; user-select: none; }
.footer-bottom { min-height: 84px; display: grid; grid-template-columns: 1fr auto auto auto; align-items: center; gap: clamp(1rem, 3vw, 2.5rem); border-top: 1px solid rgba(255,255,255,.13); font-size: .75rem; }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.44); }
.footer-legal, .footer-social { display: flex; align-items: center; gap: 1.2rem; }
.footer-legal a { color: rgba(255,255,255,.58); }
.footer-social a { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; color: rgba(255,255,255,.78); font-size: .75rem; transition: border-color var(--ease), color var(--ease); }
.footer-social a:hover { border-color: var(--gold); color: var(--gold-light); }
.back-to-top { min-height: 44px; display: flex; align-items: center; gap: .7rem; color: rgba(255,255,255,.72); }
.back-to-top svg { width: 34px; height: 34px; padding: 8px; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; fill: none; stroke: currentColor; stroke-width: 1.7; }

/* Purchase request dialog */
.quote-modal { width: min(620px, calc(100% - 2rem)); max-height: calc(100dvh - 2rem); margin: auto; padding: 0; overflow: auto; border: 0; border-radius: 22px; background: transparent; color: var(--ink); box-shadow: 0 34px 100px rgba(4,12,7,.35); }
.quote-modal::backdrop { background: rgba(5,14,9,.72); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.quote-modal[open] { animation: quote-in 240ms cubic-bezier(.2,.75,.25,1); }
.quote-modal-shell { position: relative; padding: clamp(1.5rem, 4vw, 2.5rem); background: var(--paper); }
.quote-modal-close { position: absolute; top: 1rem; left: 1rem; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); cursor: pointer; transition: background-color var(--ease), border-color var(--ease); }
.quote-modal-close:hover { border-color: rgba(21,35,28,.28); background: var(--cream); }
.quote-modal-close svg { width: 19px; height: 19px; }
.quote-modal-head { padding-left: 3.5rem; }
.quote-modal-head p { margin-bottom: .45rem; color: #8b6725; font-size: .72rem; font-weight: 700; }
.quote-modal-head h2 { max-width: 470px; margin-bottom: .55rem; font-size: clamp(1.7rem, 4vw, 2.6rem); line-height: 1.45; }
.quote-modal-head > span { color: var(--muted); font-size: .82rem; }
.quote-form { margin-top: 1.8rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.quote-form label { display: block; }
.quote-form label > span { display: block; margin-bottom: .4rem; color: #46544b; font-size: .76rem; font-weight: 600; }
.quote-form label > span b { color: #a34f45; }
.quote-form input, .quote-form textarea { width: 100%; border: 1px solid rgba(21,35,28,.14); border-radius: 11px; outline: 0; background: var(--cream); color: var(--ink); font-size: 1rem; transition: border-color var(--ease), box-shadow var(--ease), background-color var(--ease); }
.quote-form input { height: 52px; padding: 0 .9rem; }
.quote-form textarea { min-height: 112px; padding: .8rem .9rem; resize: vertical; line-height: 1.75; }
.quote-form input:focus, .quote-form textarea:focus { border-color: #a57a29; background: #fff; box-shadow: 0 0 0 3px rgba(214,168,77,.16); }
.quote-form textarea::placeholder { color: #8a928c; }
.quote-form-wide, .quote-submit { grid-column: 1 / -1; }
.quote-submit { width: 100%; margin-top: .25rem; border: 0; cursor: pointer; }
@keyframes quote-in { from { opacity: 0; transform: translateY(16px) scale(.985); } to { opacity: 1; transform: none; } }

@media (max-width: 1100px) {
  .hero { min-height: 920px; }
  .hero-media, .hero-shade, .hero-content { height: 720px; }
  .hero-copy { width: 70%; }
  .hero-caption { display: none; }
  .market-panel { bottom: -150px; }
  .price-grid { grid-template-columns: repeat(2, 1fr); }
  .price-item { height: 104px; min-height: 104px; }
  .price-item:nth-child(2) { border-left: 0; }
  .price-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .metrics-band { padding-top: 170px; background: var(--ink); }
  .metric-strip { grid-template-columns: 210px 1fr; align-items: center; gap: 2rem; }
  .product-row { grid-template-columns: 260px minmax(260px, 1fr) 170px; gap: 1.5rem; }
  .product-action { width: 150px; }
  .nav-cta { display: none; }
}

@media (max-width: 820px) {
  :root { --section: 5.2rem; }
  .site-header { inset: 10px 0 auto; height: 64px; }
  .header-inner { border-radius: 15px; }
  body.menu-open .header-inner { background: transparent; border-color: transparent; box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; }
  body.menu-open .brand, body.menu-open .menu-toggle { position: relative; z-index: 3; }
  .menu-toggle { display: block; z-index: 2; }
  .primary-nav { position: fixed; inset: 0; z-index: 1; padding: 7rem var(--gutter) max(2rem, env(safe-area-inset-bottom)); display: flex; flex-direction: column; align-items: stretch; gap: 0; overflow-y: auto; color: #fff; background: radial-gradient(circle at 20% 10%, rgba(214,168,77,.13), transparent 30%), rgba(13,24,18,.985); transform: translateY(-100%); opacity: 0; visibility: hidden; transition: transform 340ms cubic-bezier(.2,.75,.25,1), opacity var(--ease), visibility var(--ease); backdrop-filter: blur(18px); }
  .primary-nav.is-open { transform: none; opacity: 1; visibility: visible; }
  .primary-nav > a:not(.button), .nav-product-trigger { width: 100%; min-height: 58px; padding: .65rem 0; justify-content: space-between; border-radius: 0; color: rgba(255,255,255,.9); border-bottom: 1px solid rgba(255,255,255,.14); background: transparent !important; font: 650 clamp(1.45rem, 6vw, 2.25rem) var(--font-display); }
  .primary-nav > a:not(.button)::after, .nav-product-trigger::after { display: none; }
  .nav-products { width: 100%; }
  .nav-products::after { display: none; }
  .nav-product-trigger > svg { width: 21px; height: 21px; color: var(--gold-light); }
  .mega-menu { position: static; width: 100%; max-height: 0; padding: 0 .35rem; overflow: hidden; border: 0; border-radius: 0; background: transparent; box-shadow: none; opacity: 0; visibility: hidden; transform: none; backdrop-filter: none; -webkit-backdrop-filter: none; transition: max-height 300ms cubic-bezier(.2,.75,.25,1), padding var(--ease), opacity var(--ease), visibility var(--ease); }
  .mega-menu::before { display: none; }
  .nav-products.is-open .mega-menu { max-height: 250px; padding: .55rem .35rem .75rem; opacity: 1; visibility: visible; }
  .mega-menu-head { padding: 0 0 .45rem; justify-content: flex-start; border-bottom-color: rgba(255,255,255,.1); }
  .mega-menu-head > div { display: none; }
  .mega-menu-head > a { min-height: 36px; color: var(--gold-light); }
  .mega-products { padding-top: .35rem; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .2rem; }
  .mega-product { padding: .35rem; grid-template-columns: 42px minmax(0, 1fr); gap: .5rem; }
  .mega-product img { width: 42px; height: 42px; object-fit: contain; }
  .mega-product strong { margin: 0; font-size: .8rem; }
  .mega-product small, .mega-product > svg { display: none; }
  .primary-nav .nav-cta { width: 100%; min-height: 56px; margin-top: 1.35rem; padding-inline: 1rem; display: inline-flex; align-self: stretch; justify-content: center; background: var(--gold); color: var(--ink); }
  .nav-mobile-meta { width: 100%; margin-top: auto; padding: 1.15rem 0 .25rem; display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-rows: auto auto; align-items: center; gap: .12rem 1rem; border-top: 1px solid rgba(255,255,255,.14); direction: rtl; }
  .nav-mobile-meta p { grid-column: 1; grid-row: 1; margin: 0; color: var(--gold-light); font-size: .78rem; font-weight: 650; line-height: 1.5; }
  .nav-mobile-meta span { grid-column: 1; grid-row: 2; display: block; color: rgba(255,255,255,.62); font-size: .75rem; line-height: 1.6; }
  .nav-mobile-meta a { grid-column: 2; grid-row: 1 / 3; min-height: 44px; padding: 0; display: flex; align-items: center; justify-self: end; align-self: center; color: #fff; font-size: 1.05rem; font-weight: 700; line-height: 1.4; direction: ltr; unicode-bidi: isolate; text-align: left; }
  body.menu-open { overflow: hidden; }
  .hero-copy { width: 82%; }
  .hero h1 { font-size: clamp(3.4rem, 9vw, 5.2rem); }
  .metric-strip { grid-template-columns: 1fr; align-items: start; gap: 1.4rem; }
  .section-head, .section-head.compact { grid-template-columns: 1fr; gap: 1.3rem; }
  .product-summary { width: min(100%, 720px); justify-self: start; }
  .product-row { grid-template-columns: 220px 1fr; gap: 1rem 1.3rem; }
  .product-row .product-image { grid-column: 1; grid-row: 1 / 3; height: 190px; }
  .product-content { grid-column: 2; grid-row: 1; }
  .product-action { grid-column: 2; grid-row: 2; width: 160px; }
  .product-content h3 { font-size: 2.2rem; }
  .product-specs { margin-top: .8rem; }
  .assurance-grid { grid-template-columns: 1fr; gap: 1.8rem; }
  .assurance-intro { position: static; }
  .intel-grid { grid-template-columns: 1fr; }
  .market-notes { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .process-intro { grid-template-columns: 1fr .75fr; }
  .process-steps { grid-template-columns: repeat(2, 1fr); }
  .process-steps li { min-height: 140px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .process-steps li:nth-child(2) { border-left: 0; }
  .process-steps li:nth-child(n+3) { border-bottom: 0; }
  .about-grid { grid-template-columns: 1fr; }
  .article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: 360px 280px; }
  .featured-article { grid-column: 1 / -1; grid-row: auto; }
  .final-cta-panel { grid-template-columns: 1fr; gap: 2.8rem; }
  .final-cta-copy { padding-bottom: 0; }
  .final-cta-copy h2 { max-width: 680px; }
  .cta-brief { padding: 2.5rem 0 0; border-top: 1px solid rgba(255,255,255,.16); border-right: 0; }
  .footer-main { grid-template-columns: 1.4fr .7fr .7fr; }
  .footer-contact { grid-column: 1 / -1; padding-top: 2.2rem; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: .45rem 2rem; border-top: 1px solid rgba(255,255,255,.11); }
  .footer-contact .footer-heading { grid-column: 1 / -1; }
  .footer-contact > p:not(.footer-heading) { margin: .7rem 0 0; }
  .footer-contact-action { grid-column: 2; grid-row: 2 / 4; width: min(100%, 340px); justify-self: end; }
  .footer-bottom { grid-template-columns: 1fr auto auto; }
  .footer-legal { grid-row: 2; grid-column: 1 / -1; padding-bottom: 1rem; }
}

@media (max-width: 600px) {
  :root { --gutter: 1rem; --section: 4.5rem; --r-md: 16px; }
  body { font-size: 16px; line-height: 1.78; }
  h2 { font-size: clamp(2.3rem, 11vw, 3.25rem); }
  .brand-mark { width: 36px; height: 36px; }
  .hero { min-height: auto; padding-bottom: 1rem; background: var(--cream); color: var(--ink); }
  .hero-media, .hero-shade { height: 570px; }
  .hero-media { object-position: 46% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(10,18,13,.9), rgba(10,18,13,.12) 70%), linear-gradient(90deg, transparent, rgba(10,18,13,.42)); }
  .hero-content { height: 570px; padding-top: 118px; align-items: flex-end; padding-bottom: 38px; }
  .hero-copy { width: 100%; }
  .hero-kicker { margin-bottom: 1rem; font-size: .75rem; }
  .hero h1 { margin-bottom: .8rem; font-size: 2.85rem; line-height: 1.28; letter-spacing: -.055em; }
  .hero h1 span { white-space: nowrap; }
  .hero-lede { max-width: 95%; margin-bottom: 1.35rem; font-size: .89rem; line-height: 1.85; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-actions .button { min-height: 50px; padding-inline: .75rem; gap: .55rem; font-size: .75rem; }
  .market-panel { position: relative; right: auto; bottom: auto; transform: none; width: calc(100% - 2rem); margin: -1.1rem auto 0; overflow: hidden; border-radius: var(--r-md); background: var(--paper); }
  .market-head { min-height: 74px; padding: .8rem .9rem; grid-template-columns: 1fr auto; gap: .6rem; }
  .market-title-wrap { gap: .6rem; }
  .market-head h2 { font-size: 1rem; }
  .market-time { font-size: .75rem; }
  .market-all { display: none; }
  .price-grid { padding: 0 .9rem; grid-template-columns: 1fr; gap: 0; }
  .price-item { height: 76px; min-height: 76px; padding: .65rem 0; grid-template-columns: minmax(0,1.2fr) minmax(82px,.8fr) 54px; grid-template-areas: "product value change"; gap: .55rem; border: 0 !important; border-bottom: 1px solid var(--line) !important; border-radius: 0; background: transparent; }
  .price-item:last-child { border-bottom: 0 !important; }
  .price-product { min-width: 0; gap: .55rem; }
  .grain-symbol { width: 48px; height: 48px; }
  .price-product h3 { font-size: .8rem; }
  .price-product p { font-size: .75rem; }
  .price-value { grid-column: auto; padding: 0; display: block; text-align: right; }
  .price-value strong { display: block; font-size: 1rem; line-height: 1.2; }
  .price-value small { display: block; margin-top: .2rem; font-size: .75rem; }
  .change { font-size: .75rem; }
  .market-disclaimer { padding: .7rem .9rem .8rem; line-height: 1.6; }
  .metrics-band { padding-top: 1rem; background: var(--ink); }
  .metric-strip { min-height: auto; padding-block: 1.4rem 1.6rem; gap: .9rem; }
  .metrics-intro > p { display: none; }
  .metrics-intro h2 { font-size: 1.25rem; line-height: 1.5; }
  .metrics-data dl { padding-top: .75rem; grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .metrics-data dl > div { min-height: 0; padding: .4rem .3rem; border-bottom: 0; border-left: 1px solid rgba(255,255,255,.13); }
  .metrics-data dl > div:nth-child(even) { border-left: 1px solid rgba(255,255,255,.13); }
  .metrics-data dl > div:last-child { border-left: 0; }
  .metrics-data dt { min-height: 34px; font-size: .68rem; line-height: 1.45; }
  .metrics-data dd { margin-bottom: .3rem; font-size: 1.35rem; }
  .placeholder-note { display: none; }
  .products .section-head { margin-bottom: 2.4rem; }
  .product-summary > p { margin-bottom: 1rem; font-size: .9rem; }
  .product-summary li { min-height: 44px; padding-block: .55rem; font-size: .78rem; }
  .product-row { position: relative; min-height: 136px; padding: .75rem .35rem; display: grid; grid-template-columns: 112px minmax(0, 1fr) 52px; align-items: center; gap: .8rem; }
  .product-row .product-image { grid-column: 1; grid-row: 1; width: 112px; height: 112px; aspect-ratio: auto; border-radius: 12px; clip-path: inset(0 round 12px); }
  .product-content { grid-column: 2; grid-row: 1; min-width: 0; max-width: none; padding: 0; }
  .product-content h3 { margin-bottom: .25rem; font-size: 1.4rem; }
  .product-content > p:not(.product-meta), .product-specs { display: none; }
  .product-meta { margin: 0; font-size: .75rem; line-height: 1.55; }
  .product-action { grid-column: 3; grid-row: 1; width: 44px; min-height: 44px; margin: 0; padding: 5px; justify-content: center; justify-self: start; border-radius: 12px; }
  .product-action span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
  .product-action svg { width: 32px; height: 32px; padding: 7px; }
  .assurance { padding-block: 2.6rem; }
  .assurance-grid { gap: 1.4rem; }
  .assurance-intro h2 { margin-bottom: .4rem; font-size: 2rem; }
  .assurance-intro h2 br { display: none; }
  .assurance-intro > p:last-child { font-size: .8rem; line-height: 1.7; }
  .pillar-list { gap: .4rem; }
  .pillar-list li { min-height: 68px; padding: .55rem 0; grid-template-columns: 32px minmax(0, 1fr); gap: .55rem; }
  .pillar-list li > div { display: block; }
  .pillar-list h3 { margin-bottom: .2rem; font-size: .96rem; }
  .pillar-list p { font-size: .74rem; line-height: 1.65; }
  .market-notes { grid-template-columns: 1fr; }
  .process { padding-block: 2.5rem; }
  .process-intro { margin-bottom: 1.35rem; grid-template-columns: 1fr; gap: .8rem; }
  .process-intro h2 { font-size: 1.95rem; }
  .process-intro h2 br { display: none; }
  .process-intro-copy { max-width: none; justify-self: stretch; }
  .process-intro-copy > p:first-child { margin-bottom: 0; font-size: .8rem; line-height: 1.7; }
  .process-steps { grid-template-columns: 1fr; }
  .process-steps li { min-height: 0; padding: .85rem 0; display: grid; grid-template-columns: 38px minmax(0, 1fr); align-items: start; gap: .65rem; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .process-steps li:nth-child(n+3) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .process-steps li:last-child { border-bottom: 0; }
  .process-steps li::before { width: 24px; }
  .step-top { grid-column: 1; grid-row: 1; display: block; }
  .step-copy { grid-column: 2; grid-row: 1; padding-top: .05rem; }
  .step-copy h3 { margin-bottom: .35rem; font-size: 1.08rem; }
  .step-copy p { max-width: none; font-size: .8rem; }
  .about-image { padding: 0 0 1rem 1rem; }
  .about-image > p { right: .8rem; width: 70%; }
  .article-grid { grid-template-columns: 1fr; grid-template-rows: 350px repeat(2, 270px); gap: .8rem; }
  .featured-article { grid-column: auto; }
  .article-copy { padding: 1.25rem; }
  .article-meta { margin-bottom: .55rem; font-size: .68rem; }
  .article-card h3, .featured-article h3 { margin-bottom: .4rem; font-size: 1.25rem; line-height: 1.55; }
  .article-card p { margin-bottom: .55rem; font-size: .76rem; line-height: 1.65; }
  .article-card a { min-height: 34px; font-size: .74rem; }
  .final-cta { padding-block: 3rem; }
  .final-cta-panel { gap: 2.2rem; }
  .final-cta-copy { padding: 0; }
  .final-cta-copy h2 { margin-bottom: .8rem; font-size: 2.45rem; }
  .final-cta-copy > p:not(.eyebrow) { font-size: .88rem; }
  .cta-brief { padding: 1.8rem 0 0; }
  .cta-brief-head { align-items: center; flex-direction: row; gap: 1rem; }
  .cta-form-fields { grid-template-columns: 1fr; gap: .85rem; }
  .cta-actions { width: 100%; grid-template-columns: 1fr; }
  .cta-actions .button { width: 100%; }
  .cta-direct-call { min-height: 58px; grid-template-columns: 22px minmax(0, 1fr); }
  .quote-modal { width: calc(100% - 1.25rem); max-height: calc(100dvh - 1.25rem); border-radius: 18px; }
  .quote-modal-shell { padding: 1.35rem 1rem 1.1rem; }
  .quote-modal-close { top: .8rem; left: .8rem; width: 40px; height: 40px; }
  .quote-modal-head { padding-left: 3rem; }
  .quote-modal-head h2 { font-size: 1.65rem; }
  .quote-form { margin-top: 1.35rem; grid-template-columns: 1fr; gap: .85rem; }
  .quote-form-wide, .quote-submit { grid-column: auto; }
  .footer-shell { padding-top: 3.5rem; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 2.5rem 1.5rem; }
  .footer-intro { grid-column: 1 / -1; padding-bottom: 2.5rem; border-bottom: 1px solid rgba(255,255,255,.11); }
  .footer-intro > p:not(.footer-status) { margin-block: 1.4rem 1.6rem; }
  .footer-contact { grid-column: 1 / -1; padding-top: 2.5rem; display: flex; align-items: flex-start; gap: 0; }
  .footer-contact .footer-heading { margin-bottom: 1.2rem; }
  .footer-contact > p:not(.footer-heading) { margin: 1rem 0 1.4rem; }
  .footer-contact-action { width: 100%; margin-top: 0; }
  .footer-wordmark { padding-top: 2rem; font-size: clamp(3rem, 13vw, 6rem); }
  .footer-bottom { min-height: auto; padding-block: 1.3rem; grid-template-columns: 1fr auto; gap: 1rem; }
  .footer-legal { grid-row: auto; grid-column: 1 / -1; order: 3; padding: .8rem 0 0; border-top: 1px solid rgba(255,255,255,.1); }
  .footer-social { justify-self: start; }
  .back-to-top span { display: none; }
}

/* Mobile quick contact — intentionally hidden outside touch-sized layouts. */
.mobile-contact-actions { display: none; }

@media (max-width: 820px) {
  .mobile-contact-actions {
    position: fixed;
    z-index: 80;
    left: max(14px, env(safe-area-inset-left));
    bottom: max(18px, env(safe-area-inset-bottom));
    display: flex;
    flex-direction: column;
    gap: 10px;
    pointer-events: none;
  }

  .mobile-contact-action {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .68);
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 12px 30px rgba(18, 31, 24, .22), 0 2px 8px rgba(18, 31, 24, .12);
    pointer-events: auto;
    transition: transform .2s ease, box-shadow .2s ease;
    -webkit-tap-highlight-color: transparent;
  }

  .mobile-contact-action:active { transform: scale(.94); }
  .mobile-contact-action:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
  .mobile-contact-action svg { width: 24px; height: 24px; }
  .mobile-contact-action > svg:not([data-lucide]) { fill: currentColor; }
  .mobile-contact-action span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .mobile-contact-action--phone { background: #1f3328; }
  .mobile-contact-action--whatsapp { background: #25d366; }

  body.menu-open .mobile-contact-actions,
  body:has(.quote-modal[open]) .mobile-contact-actions { opacity: 0; pointer-events: none; }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-contact-action { transition: none; }
}

@media (max-width: 390px) {
  .hero-actions { grid-template-columns: 1fr; }
  .hero-media, .hero-shade, .hero-content { height: 620px; }
  .hero h1 { font-size: 2.55rem; }
  .product-row { grid-template-columns: 96px minmax(0, 1fr) 52px; gap: .65rem; }
  .product-row .product-image { width: 96px; height: 104px; }
  .final-cta-copy h2 { font-size: 2.15rem; }
}

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

/* Blog archive */
.blog-page { background: var(--paper); }
.blog-hero { position: relative; min-height: 610px; padding-top: 150px; overflow: hidden; background: var(--ink); color: #fff; }
.blog-hero-media, .blog-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.blog-hero-media { object-fit: cover; object-position: center; filter: saturate(.78); }
.blog-hero-shade { background: linear-gradient(90deg, rgba(8,17,11,.35), rgba(8,17,11,.78) 68%, rgba(8,17,11,.94)), linear-gradient(0deg, rgba(8,17,11,.72), transparent 65%); }
.blog-hero-content { position: relative; min-height: 460px; padding-bottom: 4rem; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: clamp(2rem, 7vw, 7rem); }
.blog-breadcrumb { margin-bottom: 1.1rem; display: flex; align-items: center; gap: .55rem; color: rgba(255,255,255,.62); font-size: .72rem; }
.blog-breadcrumb a:hover { color: #fff; }
.blog-hero h1 { max-width: 760px; margin-bottom: .7rem; font-size: clamp(3.2rem, 6vw, 6.2rem); line-height: 1.2; }
.blog-hero h1 em { color: var(--gold-light); }
.blog-hero-copy > p:last-child { max-width: 660px; margin: 0; color: rgba(255,255,255,.7); font-size: .98rem; }
.blog-hero-aside { padding-right: clamp(1.5rem, 4vw, 3.5rem); border-right: 1px solid rgba(255,255,255,.2); }
.blog-hero-aside span, .blog-hero-aside strong { display: block; }
.blog-hero-aside span { margin-bottom: .65rem; color: var(--gold-light); font-size: .72rem; font-weight: 650; }
.blog-hero-aside strong { margin-bottom: .75rem; color: #fff; font-size: 1.15rem; line-height: 1.7; }
.blog-hero-aside p { margin: 0; color: rgba(255,255,255,.55); font-size: .8rem; }
.blog-index { padding-block: clamp(4rem, 8vw, 7rem); }
.blog-index-head { margin-bottom: 2rem; display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; }
.blog-index-head h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 4rem); }
.blog-index-head p { max-width: 480px; margin: 0; color: var(--muted); font-size: .9rem; }
.blog-filters { margin-bottom: 2rem; padding-block: .75rem; display: flex; flex-wrap: wrap; gap: .5rem; border-block: 1px solid var(--line); }
.blog-filter { min-height: 40px; padding: .45rem .85rem; display: inline-flex; align-items: center; border-radius: 99px; color: #59645b; font-size: .76rem; font-weight: 600; transition: background-color var(--ease), color var(--ease); }
.blog-filter:hover, .blog-filter.is-active { background: var(--ink); color: #fff; }
.blog-featured { margin-bottom: 1rem; display: grid; grid-template-columns: 1.15fr .85fr; min-height: 480px; overflow: hidden; border-radius: 24px; background: var(--ink); color: #fff; }
.blog-featured-media { min-height: 480px; overflow: hidden; }
.blog-featured-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms cubic-bezier(.2,.75,.25,1); }
.blog-featured:hover img { transform: scale(1.025); }
.blog-featured-copy { padding: clamp(2rem, 5vw, 4.5rem); display: flex; flex-direction: column; justify-content: center; }
.story-meta { margin-bottom: 1rem; display: flex; flex-wrap: wrap; gap: .6rem 1rem; color: rgba(255,255,255,.6); font-size: .72rem; }
.story-meta span { color: var(--gold-light); font-weight: 700; }
.blog-featured h2 { margin-bottom: .7rem; color: #fff; font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1.55; }
.blog-featured-copy > p { color: rgba(255,255,255,.65); font-size: .88rem; }
.story-link { min-height: 44px; margin-top: 1rem; align-self: flex-start; display: inline-flex; align-items: center; gap: .75rem; border-bottom: 1px solid rgba(255,255,255,.58); color: #fff; font-size: .78rem; font-weight: 650; }
.story-link svg { width: 17px; }
.blog-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.blog-card { position: relative; isolation: isolate; min-height: 370px; overflow: hidden; border-radius: 20px; background: var(--ink); color: #fff; }
.blog-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, transparent 18%, rgba(7,15,10,.2) 45%, rgba(7,15,10,.94) 100%); }
.blog-card > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform 500ms cubic-bezier(.2,.75,.25,1); }
.blog-card:hover > img { transform: scale(1.035); }
.blog-card-copy { position: absolute; inset: auto 0 0; padding: 1.4rem; }
.blog-card .story-meta { margin-bottom: .65rem; }
.blog-card h3 { margin-bottom: .45rem; color: #fff; font-size: 1.25rem; line-height: 1.55; }
.blog-card p { margin: 0; color: rgba(255,255,255,.62); font-size: .77rem; line-height: 1.7; }
.blog-pagination { margin-top: 2rem; display: flex; align-items: center; justify-content: center; gap: .45rem; }
.blog-pagination a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 10px; color: #59645b; font-size: .78rem; }
.blog-pagination a:hover, .blog-pagination a.is-active { border-color: var(--ink); background: var(--ink); color: #fff; }

/* Single article */
.post-page { background: var(--paper); }
.post-hero { position: relative; min-height: 700px; padding-top: 145px; overflow: hidden; background: var(--ink); color: #fff; }
.post-hero-media, .post-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.post-hero-media { object-fit: cover; object-position: center; }
.post-hero-shade { background: linear-gradient(90deg, rgba(7,15,10,.22), rgba(7,15,10,.72) 60%, rgba(7,15,10,.95)), linear-gradient(0deg, rgba(7,15,10,.86), transparent 62%); }
.post-hero-content { position: relative; min-height: 555px; padding-bottom: 4rem; display: flex; flex-direction: column; justify-content: flex-end; }
.post-hero h1 { max-width: 940px; margin-bottom: 1rem; font-size: clamp(2.8rem, 5.5vw, 5.8rem); line-height: 1.3; }
.post-hero .story-meta { margin: 0; }
.post-reading { display: inline-flex; align-items: center; gap: .4rem; }
.post-reading svg { width: 15px; }
.post-main { padding-block: clamp(3.5rem, 7vw, 6.5rem); }
.post-layout { display: grid; grid-template-columns: 180px minmax(0, 760px) 130px; justify-content: center; align-items: start; gap: clamp(2rem, 5vw, 5rem); }
.post-toc, .post-share { position: sticky; top: 120px; }
.post-side-title { margin-bottom: .85rem; color: #8b6725; font-size: .7rem; font-weight: 700; }
.post-toc nav { display: grid; }
.post-toc a { padding: .55rem 0; border-bottom: 1px solid var(--line); color: #677168; font-size: .76rem; line-height: 1.65; }
.post-toc a:hover { color: var(--ink); }
.post-share { display: grid; justify-items: center; gap: .6rem; }
.post-share a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: #59645b; transition: border-color var(--ease), color var(--ease); }
.post-share a:hover { border-color: #a57a29; color: #8b6725; }
.post-share svg { width: 17px; }
.post-body { min-width: 0; color: #344138; }
.post-body > p, .post-body li { font-size: 1.02rem; line-height: 2.15; }
.post-body > p { margin-bottom: 1.45rem; }
.post-lead { padding-bottom: 1.6rem; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 1.18rem !important; font-weight: 500; }
.post-body h2 { margin: 3.5rem 0 1rem; color: var(--ink); font-size: clamp(1.7rem, 3vw, 2.45rem); line-height: 1.55; }
.post-body h3 { margin: 2.3rem 0 .7rem; font-size: 1.3rem; }
.post-body ul { margin: 1.2rem 0 1.8rem; padding-right: 1.2rem; }
.post-body li { margin-bottom: .45rem; }
.post-callout { margin: 2.2rem 0; padding: 1.4rem 1.5rem; border-right: 3px solid var(--gold); background: var(--cream); }
.post-callout strong { display: block; margin-bottom: .35rem; color: var(--ink); }
.post-callout p { margin: 0; color: #59645b; font-size: .9rem; }
.post-figure { margin: 2.5rem 0; }
.post-figure img { aspect-ratio: 1.65 / 1; object-fit: cover; border-radius: 20px; }
.post-figure figcaption { margin-top: .7rem; color: #7a837c; font-size: .72rem; }
.post-quote { margin: 2.5rem 0; padding: 1.5rem 0; border-block: 1px solid var(--line); color: var(--ink); font-size: 1.25rem; font-weight: 600; line-height: 1.9; }
.post-author { margin-top: 3.5rem; padding-top: 1.4rem; display: flex; align-items: center; gap: 1rem; border-top: 1px solid var(--line); }
.post-author-mark { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--gold-light); }
.post-author-mark svg { width: 22px; }
.post-author strong, .post-author span { display: block; }
.post-author strong { font-size: .88rem; }
.post-author span { color: var(--muted); font-size: .72rem; }
.related-posts { padding-block: clamp(3.5rem, 7vw, 6rem); background: var(--cream); }
.related-head { margin-bottom: 1.6rem; display: flex; align-items: end; justify-content: space-between; gap: 1rem; }
.related-head h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.5rem); }
.related-head a { font-size: .78rem; font-weight: 650; border-bottom: 1px solid currentColor; }

@media (max-width: 980px) {
  .blog-hero-content { grid-template-columns: 1fr; gap: 1.5rem; }
  .blog-hero-aside { max-width: 620px; padding: 1rem 0 0; border-top: 1px solid rgba(255,255,255,.2); border-right: 0; }
  .blog-featured { grid-template-columns: 1fr; }
  .blog-featured-media { min-height: 340px; }
  .blog-card-grid { grid-template-columns: repeat(2, 1fr); }
  .post-layout { grid-template-columns: minmax(0, 760px) 80px; }
  .post-toc { display: none; }
}

@media (max-width: 600px) {
  .blog-hero { min-height: 560px; padding-top: 115px; }
  .blog-hero-content { min-height: 445px; padding-bottom: 2.5rem; }
  .blog-hero h1 { font-size: 2.65rem; }
  .blog-hero-copy > p:last-child { font-size: .84rem; }
  .blog-hero-aside strong { font-size: .95rem; }
  .blog-index { padding-block: 3rem; }
  .blog-index-head { align-items: flex-start; flex-direction: column; gap: .6rem; }
  .blog-index-head h2 { font-size: 2.25rem; }
  .blog-filters { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
  .blog-filter { flex: 0 0 auto; }
  .blog-featured { min-height: 0; border-radius: 18px; }
  .blog-featured-media { min-height: 240px; }
  .blog-featured-copy { padding: 1.35rem; }
  .blog-featured h2 { font-size: 1.45rem; }
  .blog-card-grid { grid-template-columns: 1fr; gap: .8rem; }
  .blog-card { min-height: 310px; border-radius: 17px; }
  .post-hero { min-height: 610px; padding-top: 112px; }
  .post-hero-content { min-height: 498px; padding-bottom: 2.5rem; }
  .post-hero h1 { font-size: 2.35rem; }
  .post-main { padding-block: 2.8rem; }
  .post-layout { grid-template-columns: 1fr; gap: 1.5rem; }
  .post-share { position: static; grid-row: 2; display: flex; justify-content: flex-start; }
  .post-body { grid-row: 1; }
  .post-body > p, .post-body li { font-size: .96rem; line-height: 2; }
  .post-lead { font-size: 1.06rem !important; }
  .post-body h2 { margin-top: 2.7rem; font-size: 1.65rem; }
  .post-figure img { border-radius: 15px; }
  .related-head { align-items: flex-start; flex-direction: column; }
}

/* Product archive */
.products-page, .product-page { background: var(--paper); }
.catalog-hero { position: relative; min-height: 620px; padding-top: 145px; overflow: hidden; background: var(--ink); color: #fff; }
.catalog-hero-media, .catalog-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.catalog-hero-media { object-fit: cover; object-position: center; filter: saturate(.82); }
.catalog-hero-shade { background: linear-gradient(90deg, rgba(8,17,11,.25), rgba(8,17,11,.75) 58%, rgba(8,17,11,.96)), linear-gradient(0deg, rgba(8,17,11,.75), transparent 65%); }
.catalog-hero-content { position: relative; min-height: 475px; padding-bottom: 4rem; display: grid; grid-template-columns: 1.15fr .65fr; align-items: end; gap: 5rem; }
.catalog-hero h1 { max-width: 760px; margin-bottom: .8rem; color: #fff; font-size: clamp(3.2rem, 6vw, 6.4rem); line-height: 1.18; }
.catalog-hero h1 em { color: var(--gold-light); }
.catalog-hero-copy > p:last-child { max-width: 650px; margin: 0; color: rgba(255,255,255,.68); font-size: .96rem; line-height: 1.9; }
.catalog-hero-side { padding-right: 1.5rem; border-right: 1px solid rgba(255,255,255,.2); }
.catalog-hero-side p { margin: 0 0 1.15rem; color: rgba(255,255,255,.66); font-size: .82rem; line-height: 1.9; }
.catalog-hero-side a { min-height: 48px; display: inline-flex; align-items: center; gap: .7rem; color: #fff; border-bottom: 1px solid var(--gold-light); font-size: .8rem; font-weight: 700; }
.catalog-main { padding-block: clamp(4rem, 8vw, 7rem); }
.catalog-heading { margin-bottom: 2rem; display: grid; grid-template-columns: 1fr .7fr; align-items: end; gap: 3rem; }
.catalog-heading h2 { margin: 0; font-size: clamp(2.3rem, 4.5vw, 4.5rem); }
.catalog-heading p { max-width: 520px; margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.9; }
.catalog-freshness { margin-top: .55rem; display: inline-flex; align-items: center; color: #347354; font-size: .7rem; font-weight: 650; }
.catalog-freshness::before { content: ""; width: 7px; height: 7px; margin-left: .45rem; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 4px rgba(47,118,81,.1); }
.catalog-list { border-top: 1px solid var(--line); }
.catalog-item { position: relative; min-height: 300px; padding-block: 1.25rem; display: grid; grid-template-columns: minmax(280px, 380px) minmax(0, 1fr) 160px; align-items: center; gap: clamp(1.5rem, 4vw, 4rem); border-bottom: 1px solid var(--line); }
.catalog-item-media { height: 260px; overflow: hidden; border-radius: 20px; background: var(--cream); }
.catalog-item-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 350ms ease; }
.catalog-item:hover .catalog-item-media img { transform: scale(1.025); }
.catalog-item-copy { max-width: 650px; }
.catalog-item-copy > span { color: #8b6725; font-size: .76rem; font-weight: 700; }
.catalog-item-copy h3 { margin: .25rem 0 .5rem; font-size: clamp(2rem, 3.6vw, 3.8rem); }
.catalog-item-copy p { margin: 0 0 1rem; color: #59645b; font-size: .88rem; line-height: 1.85; }
.catalog-item-meta { display: flex; flex-wrap: wrap; gap: .55rem 1.2rem; color: #566259; font-size: .76rem; }
.catalog-item-meta b { display: inline-flex; align-items: center; gap: .4rem; font-weight: 550; }
.catalog-item-meta svg { width: 15px; color: #9b742b; }
.catalog-price { margin-top: 1.05rem; display: flex; align-items: end; gap: .65rem; }
.catalog-price > div { display: grid; }
.catalog-price > div > span { margin-bottom: .15rem; color: #737d75; font-size: .7rem; }
.catalog-price strong { color: var(--ink); font-size: 1.35rem; font-variant-numeric: tabular-nums; }
.catalog-price small { padding-bottom: .18rem; color: #737d75; font-size: .68rem; }
.catalog-item-action { width: 154px; min-height: 50px; padding-inline: .9rem; display: flex; align-items: center; justify-content: space-between; gap: .5rem; border: 1px solid var(--line); border-radius: 12px; font-size: .76rem; font-weight: 700; transition: background var(--ease), color var(--ease), transform var(--ease); }
.catalog-item-action:hover { background: var(--ink); color: #fff; transform: translateX(-3px); }
.catalog-item-action svg { width: 18px; }
.catalog-note { margin-top: 2rem; padding-top: 1.4rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--line); }
.catalog-note p { margin: 0; color: var(--muted); font-size: .8rem; }

/* Single product */
.product-detail-hero { min-height: 820px; padding-top: 120px; background: linear-gradient(145deg, #efe7d5, #f8f5ec); }
.product-detail-grid { min-height: 700px; padding-bottom: 1.5rem; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(2rem, 5vw, 5rem); }
.product-detail-copy .blog-breadcrumb { color: #737d75; }
.product-detail-copy .blog-breadcrumb a:hover { color: var(--ink); }
.product-detail-copy > span { display: inline-block; margin-bottom: .65rem; color: #87621e; font-size: .78rem; font-weight: 700; }
.product-detail-copy h1 { margin-bottom: .7rem; font-size: clamp(4.2rem, 8vw, 8.5rem); line-height: 1; }
.product-detail-copy > p { max-width: 590px; color: #4f5d53; font-size: .95rem; line-height: 1.95; }
.variant-picker { max-width: 640px; margin: 1.25rem 0 0; padding: 0; border: 0; }
.variant-picker legend { margin-bottom: .65rem; color: var(--ink); font-size: .78rem; font-weight: 750; }
.variant-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: .55rem; }
.variant-options label { position: relative; min-height: 82px; padding: .8rem; display: grid; grid-template-columns: 24px minmax(0, 1fr); align-items: center; gap: .55rem; border: 1px solid rgba(21,35,28,.16); border-radius: 13px; background: rgba(255,255,255,.35); cursor: pointer; transition: border-color var(--ease), background var(--ease), color var(--ease), transform var(--ease); }
.variant-options label:hover { border-color: rgba(21,35,28,.42); transform: translateY(-2px); }
.variant-options label.is-selected { border-color: var(--ink); background: var(--ink); color: #fff; }
.variant-options input { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.variant-options input:focus-visible + .variant-check { outline: 3px solid rgba(181,135,51,.42); outline-offset: 3px; }
.variant-check { width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid rgba(21,35,28,.28); border-radius: 50%; color: transparent; }
.variant-check svg { width: 13px; }
.variant-options label.is-selected .variant-check { border-color: var(--gold-light); background: var(--gold-light); color: var(--ink); }
.variant-options strong, .variant-options small { display: block; }
.variant-options strong { margin-bottom: .16rem; font-size: .78rem; }
.variant-options small { color: #6d776f; font-size: .65rem; line-height: 1.55; }
.variant-options label.is-selected small { color: rgba(255,255,255,.55); }
.product-live-price b { color: inherit; font: inherit; }
.product-detail-actions { margin-top: 1.6rem; display: flex; flex-wrap: wrap; gap: .7rem; }
.product-page .product-detail-actions a[href="#product-contact"] { display: none; }
.product-page .product-detail-actions .button-outline { border-color: var(--ink); background: var(--ink); color: #fff; }
.product-live-price { width: min(100%, 480px); margin: 1.35rem 0 0; padding: 1rem 0; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: .7rem 1rem; border-block: 1px solid rgba(21,35,28,.16); }
.product-live-price > div { display: grid; }
.product-live-price span { margin-bottom: .2rem; color: #737d75; font-size: .72rem; }
.product-live-price strong { color: var(--ink); font-size: clamp(1.8rem, 3vw, 2.5rem); font-variant-numeric: tabular-nums; }
.product-live-price small { padding-bottom: .35rem; color: #657068; font-size: .72rem; }
.product-live-price time { grid-column: 1 / -1; color: #767f78; font-size: .68rem; }
.button-outline { border: 1px solid rgba(21,35,28,.22); background: rgba(255,255,255,.28); color: var(--ink); }
.button-outline:hover { border-color: var(--ink); background: var(--ink); color: #fff; }
.nav-products.is-current > .nav-product-trigger { color: var(--gold-light); }
.product-detail-visual { position: relative; min-height: 510px; display: grid; place-items: center; }
.product-detail-visual::before { content: ""; position: absolute; width: min(36vw, 470px); aspect-ratio: 1; border-radius: 50%; background: rgba(201,158,76,.17); box-shadow: 0 0 0 55px rgba(201,158,76,.055); }
.product-detail-visual img { position: relative; z-index: 1; width: min(100%, 560px); max-height: 520px; object-fit: contain; filter: drop-shadow(0 35px 34px rgba(54,42,20,.2)); }
.product-detail-strip { background: var(--ink); color: #fff; }
.detail-strip-grid { min-height: 112px; display: grid; grid-template-columns: repeat(4, 1fr); }
.detail-strip-grid div { padding: 1.4rem clamp(.8rem, 2vw, 1.8rem); display: flex; flex-direction: column; justify-content: center; border-left: 1px solid rgba(255,255,255,.13); }
.detail-strip-grid div:last-child { border-left: 0; }
.detail-strip-grid span { margin-bottom: .3rem; color: rgba(255,255,255,.48); font-size: .7rem; }
.detail-strip-grid strong { color: #fff; font-size: .9rem; }
.product-overview { padding-block: clamp(4rem, 8vw, 7rem); }
.overview-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem, 8vw, 8rem); }
.overview-intro { position: sticky; top: 120px; align-self: start; }
.overview-intro h2 { margin-bottom: .8rem; font-size: clamp(2.4rem, 4vw, 4.2rem); }
.overview-intro p { color: var(--muted); font-size: .88rem; line-height: 1.9; }
.overview-content > p { margin: 0 0 2rem; color: #344138; font-size: 1rem; line-height: 2.05; }
.quality-points { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.quality-points li { min-height: 92px; padding-block: 1rem; display: grid; grid-template-columns: 46px 180px 1fr; align-items: center; gap: 1.2rem; border-bottom: 1px solid var(--line); }
.quality-points > li > span { color: #a07930; font-size: .7rem; font-weight: 700; }
.quality-points h3 { margin: 0; font-size: 1rem; }
.quality-points p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.75; }
.product-inquiry { padding-block: clamp(3.5rem, 7vw, 6rem); background: var(--olive); color: #fff; }
.product-inquiry-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(2rem, 7vw, 7rem); }
.product-inquiry h2 { margin-bottom: .7rem; color: #fff; font-size: clamp(2.5rem, 4.5vw, 4.5rem); }
.product-inquiry-copy p { color: rgba(255,255,255,.62); font-size: .88rem; line-height: 1.9; }
.product-inquiry .cta-brief { border-color: rgba(255,255,255,.18); }

@media (max-width: 820px) {
  .catalog-hero-content, .catalog-heading, .overview-grid, .product-inquiry-grid { grid-template-columns: 1fr; }
  .catalog-hero-content { gap: 1.5rem; }
  .catalog-hero-side { padding: 1rem 0 0; border-top: 1px solid rgba(255,255,255,.2); border-right: 0; }
  .catalog-item { grid-template-columns: 180px minmax(0, 1fr) 140px; gap: 1rem; }
  .catalog-item-media { height: 180px; }
  .product-detail-grid { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .product-detail-visual { min-height: 420px; }
  .detail-strip-grid { grid-template-columns: repeat(2, 1fr); }
  .detail-strip-grid div:nth-child(2) { border-left: 0; }
  .detail-strip-grid div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .overview-intro { position: static; }
}

@media (max-width: 600px) {
  .catalog-hero { min-height: 570px; padding-top: 112px; }
  .catalog-hero-content { min-height: 458px; padding-bottom: 2.6rem; }
  .catalog-hero h1 { font-size: 2.75rem; }
  .catalog-main { padding-block: 3rem; }
  .catalog-heading { gap: .7rem; }
  .catalog-heading h2 { font-size: 2.25rem; }
  .catalog-item { min-height: 160px; padding-block: .75rem; grid-template-columns: 108px minmax(0, 1fr) 44px; gap: .65rem; }
  .catalog-item-media { height: 126px; border-radius: 14px; }
  .catalog-item-copy h3 { margin-bottom: .2rem; font-size: 1.45rem; }
  .catalog-item-copy p { display: none; }
  .catalog-item-meta { display: block; font-size: .7rem; }
  .catalog-item-meta b:not(:first-child) { display: none; }
  .catalog-price { margin-top: .45rem; align-items: baseline; gap: .35rem; }
  .catalog-price > div > span { display: none; }
  .catalog-price strong { font-size: .9rem; }
  .catalog-price small { font-size: .6rem; }
  .catalog-item-action { width: 42px; min-height: 42px; padding: 0; justify-content: center; border-radius: 50%; }
  .catalog-item-action span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .catalog-note { align-items: flex-start; flex-direction: column; }
  .product-detail-hero { min-height: auto; padding-top: 105px; }
  .product-detail-grid { min-height: 0; padding-bottom: 1.5rem; grid-template-columns: 1fr; grid-template-rows: auto 230px; gap: .5rem; }
  .product-detail-copy { padding-top: 1.2rem; }
  .product-detail-copy h1 { font-size: 4.1rem; }
  .product-detail-copy > p { font-size: .84rem; }
  .variant-picker { margin-top: 1rem; }
  .variant-options { grid-template-columns: 1fr; gap: .45rem; }
  .variant-options label { min-height: 64px; padding: .6rem .7rem; }
  .variant-options strong { font-size: .8rem; }
  .product-detail-visual { min-height: 260px; }
  .product-detail-visual::before { width: 220px; }
  .product-detail-visual img { max-height: 270px; }
  .detail-strip-grid { min-height: 164px; }
  .detail-strip-grid div { padding: .8rem; }
  .detail-strip-grid strong { font-size: .78rem; }
  .product-overview { padding-block: 3rem; }
  .overview-grid { gap: 1.7rem; }
  .overview-intro h2 { font-size: 2.35rem; }
  .overview-content > p { font-size: .9rem; }
  .quality-points li { min-height: 78px; grid-template-columns: 34px minmax(0, 1fr); gap: .6rem; }
  .quality-points li > div { grid-column: 2; }
  .quality-points p { margin-top: .25rem; }
  .product-inquiry h2 { font-size: 2.45rem; }
}

/* Editorial articles */
.editorial-hero { position: relative; min-height: 690px; overflow: hidden; background: var(--ink); color: #fff; }
.editorial-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity 500ms ease, visibility 500ms ease; }
.editorial-slide.is-active { opacity: 1; visibility: visible; }
.editorial-slide > img, .editorial-slide::after { position: absolute; inset: 0; width: 100%; height: 100%; }
.editorial-slide > img { object-fit: cover; transform: scale(1.025); transition: transform 6.5s ease; }
.editorial-slide.is-active > img { transform: scale(1); }
.editorial-slide::after { content: ""; background: linear-gradient(90deg, rgba(7,15,10,.22), rgba(7,15,10,.72) 58%, rgba(7,15,10,.95)), linear-gradient(0deg, rgba(7,15,10,.82), transparent 62%); }
.editorial-slide-content { position: relative; z-index: 1; min-height: 690px; padding-top: 150px; padding-bottom: 5rem; display: flex; flex-direction: column; justify-content: flex-end; }
.editorial-slide-content > span { margin-bottom: .8rem; color: var(--gold-light); font-size: .76rem; font-weight: 700; }
.editorial-slide h1, .editorial-slide h2 { max-width: 900px; margin-bottom: .8rem; color: #fff; font-size: clamp(2.8rem, 5.6vw, 5.8rem); line-height: 1.3; }
.editorial-slide p { max-width: 650px; margin: 0; color: rgba(255,255,255,.66); font-size: .92rem; line-height: 1.9; }
.editorial-slide .story-link { position: relative; z-index: 2; margin-top: 1.3rem; }
.editorial-controls { position: absolute; z-index: 5; left: max(1rem, calc((100vw - 1240px) / 2)); bottom: 4rem; display: flex; align-items: center; gap: .65rem; direction: ltr; }
.editorial-arrow { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: #fff; backdrop-filter: blur(8px); }
.editorial-arrow:hover { background: #fff; color: var(--ink); }
.editorial-arrow svg { width: 17px; }
.editorial-dots { display: flex; gap: .35rem; }
.editorial-dot { width: 28px; height: 46px; padding: 0; position: relative; border: 0; border-radius: 0; outline-offset: 2px; background: transparent !important; box-shadow: none !important; appearance: none; -webkit-appearance: none; }
.editorial-dot::after { content: ""; position: absolute; inset: 21px 0 auto; height: 2px; background: rgba(255,255,255,.35); transition: background var(--ease), transform var(--ease); }
.editorial-dot.is-active::after { background: var(--gold-light); transform: scaleX(1.25); }
.market-editorial { padding-block: clamp(3.5rem, 7vw, 6rem); background: var(--ink); color: #fff; }
.market-editorial-head { margin-bottom: 2rem; display: grid; grid-template-columns: .8fr 1.2fr; align-items: end; gap: 3rem; }
.market-editorial h2 { margin: 0; color: #fff; font-size: clamp(2.3rem, 4.5vw, 4.6rem); }
.market-editorial-head p { max-width: 570px; margin: 0; color: rgba(255,255,255,.55); font-size: .88rem; line-height: 1.9; }
.market-snapshot { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1px; background: rgba(255,255,255,.14); border-block: 1px solid rgba(255,255,255,.14); }
.market-snapshot-main { padding: clamp(1.6rem, 4vw, 3.3rem); background: #16261d; }
.market-snapshot-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.market-snapshot-top span { color: var(--gold-light); font-size: .72rem; font-weight: 700; }
.market-snapshot-top time { color: rgba(255,255,255,.45); font-size: .68rem; }
.market-snapshot-main h3 { max-width: 650px; margin: 2.8rem 0 .7rem; color: #fff; font-size: clamp(1.7rem, 3vw, 2.8rem); line-height: 1.55; }
.market-snapshot-main p { max-width: 680px; color: rgba(255,255,255,.58); font-size: .84rem; line-height: 1.85; }
.market-snapshot-list { margin: 0; padding: 0; list-style: none; background: #1b2d22; }
.market-snapshot-list li { min-height: 104px; padding: 1.2rem 1.5rem; display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: .8rem; border-bottom: 1px solid rgba(255,255,255,.11); }
.market-snapshot-list li:last-child { border-bottom: 0; }
.market-snapshot-list > li > span { color: var(--gold-light); font-size: .68rem; }
.market-snapshot-list strong { display: block; margin-bottom: .18rem; color: #fff; font-size: .88rem; }
.market-snapshot-list p { margin: 0; color: rgba(255,255,255,.48); font-size: .7rem; }
.market-snapshot-list svg { width: 17px; color: rgba(255,255,255,.55); }
.editor-picks { padding-block: clamp(4rem, 8vw, 7rem); background: var(--cream); }
.editor-picks-head { margin-bottom: 2rem; display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.editor-picks-head h2 { margin: 0; font-size: clamp(2.3rem, 4.5vw, 4.4rem); }
.editor-picks-head p { max-width: 480px; margin: 0; color: var(--muted); font-size: .84rem; }
.editor-picks-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 1rem; }
.editor-pick-lead { min-height: 540px; }
.editor-pick-side { display: grid; gap: 1rem; }
.editor-pick-side .blog-card { min-height: 262px; }
.blog-page main { display: flex; flex-direction: column; }
.blog-page .editorial-hero { order: 0; }
.blog-page .editor-picks { order: 1; }
.blog-page .blog-index { order: 2; }
.blog-page .market-editorial { order: 3; }
.blog-page .knowledge-hub { order: 4; }
.knowledge-hub { padding-block: clamp(4rem, 8vw, 7rem); background: var(--paper); }
.knowledge-head { margin-bottom: 2rem; display: grid; grid-template-columns: .8fr 1.2fr; align-items: end; gap: 3rem; }
.knowledge-head h2 { margin: 0; font-size: clamp(2.4rem, 4.6vw, 4.6rem); }
.knowledge-head p { max-width: 560px; margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.9; }
.knowledge-list { border-top: 1px solid var(--line); }
.knowledge-item { min-height: 126px; padding-block: 1rem; display: grid; grid-template-columns: 55px 210px 1fr 48px; align-items: center; gap: 1rem; border-bottom: 1px solid var(--line); transition: padding-inline var(--ease), background var(--ease); }
.knowledge-item:hover { padding-inline: 1rem; background: var(--cream); }
.knowledge-item > span { color: #9a742d; font-size: .7rem; font-weight: 700; }
.knowledge-item h3 { margin: 0; font-size: 1.12rem; }
.knowledge-item p { max-width: 620px; margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.75; }
.knowledge-item i { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.knowledge-item svg { width: 16px; }

/* Contact page */
.contact-page { background: var(--paper); }
.contact-hero { position: relative; min-height: 760px; padding-top: 140px; overflow: hidden; background: var(--ink); color: #fff; }
.contact-hero > img, .contact-hero::after { position: absolute; inset: 0; width: 100%; height: 100%; }
.contact-hero > img { object-fit: cover; filter: saturate(.72); }
.contact-hero::after { content: ""; background: linear-gradient(90deg, rgba(7,15,10,.46), rgba(7,15,10,.83) 58%, rgba(7,15,10,.97)), linear-gradient(0deg, rgba(7,15,10,.8), transparent 62%); }
.contact-hero-grid { position: relative; z-index: 1; min-height: 620px; padding-bottom: 4rem; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.contact-intro h1 { margin-bottom: .9rem; color: #fff; font-size: clamp(3.2rem, 6vw, 6.2rem); line-height: 1.2; }
.contact-intro h1 em { color: var(--gold-light); }
.contact-intro > p { max-width: 520px; color: rgba(255,255,255,.62); font-size: .9rem; line-height: 1.9; }
.contact-direct { margin-top: 2rem; display: grid; gap: .7rem; }
.contact-direct a { min-height: 54px; padding-block: .6rem; display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: .7rem; border-bottom: 1px solid rgba(255,255,255,.16); }
.contact-direct i { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: var(--gold-light); }
.contact-direct svg { width: 16px; }
.contact-direct small, .contact-direct strong { display: block; }
.contact-direct small { color: rgba(255,255,255,.44); font-size: .68rem; }
.contact-direct strong { color: #fff; font-size: .9rem; }
.contact-form-panel { padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid rgba(255,255,255,.2); border-radius: 24px; background: rgba(255,255,255,.1); box-shadow: 0 30px 80px rgba(0,0,0,.22); backdrop-filter: blur(22px) saturate(120%); }
.contact-form-head { margin-bottom: 1.5rem; }
.contact-form-head span { color: var(--gold-light); font-size: .72rem; font-weight: 700; }
.contact-form-head h2 { margin: .35rem 0 0; color: #fff; font-size: clamp(1.8rem, 3vw, 2.8rem); }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form label { display: grid; gap: .45rem; color: rgba(255,255,255,.72); font-size: .72rem; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 54px; padding: .8rem .9rem; border: 1px solid rgba(255,255,255,.18); border-radius: 11px; background: rgba(7,15,10,.28); color: #fff; outline: 0; }
.contact-form textarea { min-height: 118px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold-light); box-shadow: 0 0 0 3px rgba(218,177,91,.14); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,.3); }
.contact-form-wide, .contact-form-submit { grid-column: 1 / -1; }
.contact-form-submit { width: 100%; }
.contact-details { padding-block: clamp(4rem, 8vw, 7rem); }
.contact-details-head { margin-bottom: 2rem; display: grid; grid-template-columns: .8fr 1.2fr; align-items: end; gap: 3rem; }
.contact-details h2 { margin: 0; font-size: clamp(2.4rem, 4.7vw, 4.7rem); }
.contact-details-head p { max-width: 560px; margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.9; }
.contact-route { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.contact-route article { min-height: 230px; padding: 1.5rem; display: flex; flex-direction: column; border-left: 1px solid var(--line); }
.contact-route article:last-child { border-left: 0; }
.contact-route i { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--cream); color: #8b6725; }
.contact-route svg { width: 19px; }
.contact-route h3 { margin: auto 0 .45rem; font-size: 1.12rem; }
.contact-route p, .contact-route a { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.75; }
.contact-response { padding-block: clamp(3.5rem, 7vw, 6rem); background: var(--olive); color: #fff; }
.contact-response-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: clamp(2rem, 7vw, 7rem); }
.contact-response h2 { margin-bottom: .7rem; color: #fff; font-size: clamp(2.4rem, 4.5vw, 4.5rem); }
.contact-response p { color: rgba(255,255,255,.58); font-size: .86rem; line-height: 1.9; }
.response-timeline { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.16); }
.response-timeline li { min-height: 78px; padding-block: .9rem; display: grid; grid-template-columns: 42px 170px 1fr; align-items: center; gap: 1rem; border-bottom: 1px solid rgba(255,255,255,.16); }
.response-timeline span { color: var(--gold-light); font-size: .68rem; }
.response-timeline strong { color: #fff; font-size: .9rem; }
.response-timeline p { margin: 0; font-size: .75rem; }

/* About page */
.about-page { background: var(--paper); }
.about-hero { position: relative; min-height: 720px; padding-top: 145px; overflow: hidden; background: var(--ink); color: #fff; }
.about-hero > img, .about-hero::after { position: absolute; inset: 0; width: 100%; height: 100%; }
.about-hero > img { object-fit: cover; }
.about-hero::after { content: ""; background: linear-gradient(90deg, rgba(7,15,10,.28), rgba(7,15,10,.76) 58%, rgba(7,15,10,.96)), linear-gradient(0deg, rgba(7,15,10,.82), transparent 65%); }
.about-hero-content { position: relative; z-index: 1; min-height: 575px; padding-bottom: 4.5rem; display: grid; grid-template-columns: 1.2fr .6fr; align-items: end; gap: 5rem; }
.about-hero h1 { max-width: 870px; margin-bottom: .8rem; color: #fff; font-size: clamp(3rem, 6vw, 6.5rem); line-height: 1.25; }
.about-hero h1 em { color: var(--gold-light); }
.about-hero-copy > p:last-child { max-width: 650px; color: rgba(255,255,255,.64); line-height: 1.9; }
.about-hero-note { padding-right: 1.5rem; border-right: 1px solid rgba(255,255,255,.2); }
.about-hero-note strong { display: block; margin-bottom: .5rem; color: #fff; font-size: 1.08rem; }
.about-hero-note p { margin: 0; color: rgba(255,255,255,.52); font-size: .78rem; line-height: 1.8; }
.about-story { padding-block: clamp(4rem, 9vw, 8rem); }
.about-story-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.about-story-media { position: relative; min-height: 620px; }
.about-story-media img { width: calc(100% - 60px); height: 580px; object-fit: cover; border-radius: 24px; }
.about-story-seal { position: absolute; left: 0; bottom: 0; width: 150px; aspect-ratio: 1; padding: 1.2rem; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--ink); font-size: .78rem; font-weight: 750; line-height: 1.7; text-align: center; }
.about-story-copy h2 { margin-bottom: 1rem; font-size: clamp(2.5rem, 4.8vw, 5rem); line-height: 1.35; }
.about-story-copy > p { color: #4f5d53; font-size: .94rem; line-height: 2; }
.about-principles { margin: 2rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.about-principles li { padding: 1rem 0; display: grid; grid-template-columns: 38px 160px 1fr; gap: 1rem; border-bottom: 1px solid var(--line); }
.about-principles span { color: #9b742b; font-size: .7rem; }
.about-principles strong { font-size: .9rem; }
.about-principles p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.75; }
.about-capability { padding-block: clamp(4rem, 8vw, 7rem); background: var(--ink); color: #fff; }
.about-capability-head { margin-bottom: 2.5rem; display: grid; grid-template-columns: .8fr 1.2fr; align-items: end; gap: 3rem; }
.about-capability h2 { margin: 0; color: #fff; font-size: clamp(2.5rem, 4.8vw, 4.8rem); }
.about-capability-head p { max-width: 560px; margin: 0; color: rgba(255,255,255,.55); font-size: .88rem; line-height: 1.9; }
.capability-line { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid rgba(255,255,255,.14); }
.capability-line article { min-height: 230px; padding: 1.5rem; display: flex; flex-direction: column; justify-content: space-between; border-left: 1px solid rgba(255,255,255,.14); }
.capability-line article:last-child { border-left: 0; }
.capability-line span { color: var(--gold-light); font-size: .68rem; }
.capability-line h3 { margin: auto 0 .5rem; color: #fff; font-size: 1.15rem; }
.capability-line p { margin: 0; color: rgba(255,255,255,.48); font-size: .75rem; line-height: 1.75; }
.about-closing { padding-block: clamp(4rem, 9vw, 8rem); text-align: center; }
.about-closing h2 { max-width: 900px; margin: 0 auto 1rem; font-size: clamp(2.6rem, 5vw, 5.4rem); line-height: 1.35; }
.about-closing p { max-width: 600px; margin: 0 auto 1.7rem; color: var(--muted); line-height: 1.9; }

@media (max-width: 820px) {
  .market-editorial-head, .market-snapshot, .editor-picks-grid, .about-hero-content, .about-story-grid, .about-capability-head { grid-template-columns: 1fr; }
  .editor-picks-grid { gap: .8rem; }
  .editor-pick-lead { min-height: 420px; }
  .editor-pick-side { grid-template-columns: 1fr 1fr; gap: .8rem; }
  .capability-line { grid-template-columns: repeat(2, 1fr); }
  .capability-line article:nth-child(2) { border-left: 0; }
  .capability-line article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .knowledge-head, .contact-hero-grid, .contact-details-head, .contact-response-grid { grid-template-columns: 1fr; }
  .contact-route { grid-template-columns: 1fr; }
  .contact-route article { min-height: 170px; border-left: 0; border-bottom: 1px solid var(--line); }
}

@media (max-width: 600px) {
  .editorial-hero, .editorial-slide-content { min-height: 620px; }
  .editorial-slide-content { padding-top: 112px; padding-bottom: 6.2rem; }
  .editorial-slide h1, .editorial-slide h2 { font-size: 2.35rem; }
  .editorial-controls { right: 1rem; left: auto; bottom: 2rem; }
  .editorial-arrow { width: 42px; height: 42px; }
  .market-editorial { padding-block: 3rem; }
  .market-editorial-head { gap: .7rem; }
  .market-editorial h2 { font-size: 2.3rem; }
  .market-snapshot-main h3 { margin-top: 2rem; font-size: 1.55rem; }
  .market-snapshot-list li { min-height: 86px; padding: .9rem; }
  .editor-picks { padding-block: 3rem; }
  .editor-picks-head { align-items: flex-start; flex-direction: column; gap: .6rem; }
  .editor-picks-head h2 { font-size: 2.25rem; }
  .editor-pick-lead { min-height: 350px; }
  .editor-pick-side { grid-template-columns: 1fr; }
  .editor-pick-side .blog-card { min-height: 280px; }
  .about-hero { min-height: 650px; padding-top: 112px; }
  .about-hero-content { min-height: 538px; padding-bottom: 2.8rem; gap: 1.3rem; }
  .about-hero h1 { font-size: 2.65rem; }
  .about-hero-note { padding: 1rem 0 0; border-top: 1px solid rgba(255,255,255,.2); border-right: 0; }
  .about-story { padding-block: 3rem; }
  .about-story-grid { gap: 2rem; }
  .about-story-media { min-height: 390px; }
  .about-story-media img { width: calc(100% - 30px); height: 370px; border-radius: 18px; }
  .about-story-seal { width: 108px; padding: .8rem; font-size: .65rem; }
  .about-story-copy h2 { font-size: 2.35rem; }
  .about-principles li { grid-template-columns: 30px 1fr; gap: .6rem; }
  .about-principles p { grid-column: 2; }
  .about-capability { padding-block: 3rem; }
  .about-capability-head { gap: .7rem; }
  .about-capability h2 { font-size: 2.35rem; }
  .capability-line article { min-height: 180px; padding: 1rem; }
  .capability-line h3 { font-size: .95rem; }
  .about-closing { padding-block: 3.5rem; }
  .about-closing h2 { font-size: 2.4rem; }
  .knowledge-hub { padding-block: 3rem; }
  .knowledge-head { gap: .7rem; }
  .knowledge-head h2 { font-size: 2.3rem; }
  .knowledge-item { min-height: 92px; grid-template-columns: 32px minmax(0, 1fr) 42px; gap: .6rem; }
  .knowledge-item h3 { font-size: .95rem; }
  .knowledge-item p { display: none; }
  .contact-hero { min-height: auto; padding-top: 110px; }
  .contact-hero-grid { min-height: 0; padding-bottom: 2.5rem; gap: 2rem; }
  .contact-intro h1 { font-size: 2.65rem; }
  .contact-form-panel { padding: 1.2rem; border-radius: 18px; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form-wide, .contact-form-submit { grid-column: auto; }
  .contact-details { padding-block: 3rem; }
  .contact-details-head { gap: .7rem; }
  .contact-details h2 { font-size: 2.3rem; }
  .contact-route article { min-height: 150px; padding: 1.1rem 0; }
  .contact-response { padding-block: 3rem; }
  .contact-response h2 { font-size: 2.4rem; }
  .response-timeline li { grid-template-columns: 34px 1fr; gap: .6rem; }
  .response-timeline p { grid-column: 2; }
}
