:root {
  --ink: #11151a;
  --ink-2: #202832;
  --paper: #f1f0ec;
  --paper-2: #e5e8ea;
  --white: #fbfbf9;
  --lime: #c8d4df;
  --lime-dark: #607486;
  --muted: #68727c;
  --line: rgba(17, 21, 26, 0.14);
  --dark-line: rgba(255, 255, 255, 0.18);
  --radius: 24px;
  --shadow: 0 22px 70px rgba(14, 19, 24, 0.13);
  --glass: rgba(255, 255, 255, 0.13);
  --glass-strong: rgba(255, 255, 255, 0.2);
  --glass-border: rgba(255, 255, 255, 0.36);
  --shell: min(1180px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: radial-gradient(circle at 8% 18%, rgba(171,199,218,.18), transparent 26rem), radial-gradient(circle at 92% 52%, rgba(222,195,154,.13), transparent 30rem), var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.04; letter-spacing: -0.035em; }
h1 { max-width: 980px; font-size: clamp(3rem, 7.5vw, 7rem); margin-bottom: 28px; font-weight: 720; }
h2 { font-size: clamp(2.15rem, 4.5vw, 4.4rem); margin-bottom: 20px; font-weight: 700; }
h3 { font-size: clamp(1.25rem, 2.3vw, 1.8rem); margin-bottom: 14px; }
p { color: var(--muted); }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: clamp(76px, 10vw, 140px) 0; }
.section-soft { background: radial-gradient(circle at 12% 8%, rgba(152,191,217,.23), transparent 26rem), radial-gradient(circle at 88% 90%, rgba(226,198,151,.17), transparent 28rem), linear-gradient(135deg, #e6eaed, #dfe4e7 52%, #e9e5dc); }
.section-dark { color: var(--paper); background: var(--ink); }
.section-dark p { color: #c5cbd1; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 999; padding: 10px 14px; background: var(--lime); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.utility-bar { background: #0d1217; color: #aeb7c0; font-size: .76rem; letter-spacing: .02em; }
.utility-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.utility-inner a { color: var(--paper); text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 50; background: linear-gradient(120deg, rgba(244,246,247,.76), rgba(221,229,235,.58)); -webkit-backdrop-filter: blur(30px) saturate(175%); backdrop-filter: blur(30px) saturate(175%); border-bottom: 1px solid rgba(255,255,255,.78); box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 10px 36px rgba(14,19,24,.07); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; gap: 12px; align-items: center; font-size: 1.08rem; font-weight: 850; letter-spacing: .18em; text-decoration: none; }
.brand-mark { width: 13px; height: 13px; border-radius: 4px; background: linear-gradient(145deg, #dbe4eb, #7f95a8); box-shadow: inset 0 1px 1px rgba(255,255,255,.8), 0 4px 12px rgba(55,76,94,.22); transform: rotate(12deg); }
.site-nav { display: flex; align-items: center; gap: clamp(14px, 2.1vw, 28px); }
.site-nav > a:not(.button) { color: #3e4852; font-size: .9rem; font-weight: 650; text-decoration: none; padding: 9px 13px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(255,255,255,.08); -webkit-backdrop-filter: blur(14px) saturate(160%); backdrop-filter: blur(14px) saturate(160%); box-shadow: inset 0 1px 0 rgba(255,255,255,.32); transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.site-nav > a:not(.button):hover, .site-nav > a[aria-current="page"] { color: var(--ink); border-color: rgba(255,255,255,.82); background: linear-gradient(140deg, rgba(255,255,255,.68), rgba(159,190,212,.22)); box-shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 10px 26px rgba(27,44,58,.1); transform: translateY(-1px); }
.nav-toggle { display: none; border: 1px solid rgba(255,255,255,.78); background: linear-gradient(145deg, rgba(255,255,255,.64), rgba(181,201,217,.22)); -webkit-backdrop-filter: blur(22px) saturate(180%); backdrop-filter: blur(22px) saturate(180%); padding: 8px; border-radius: 15px; box-shadow: inset 0 1px 0 rgba(255,255,255,.95), inset 0 -1px 0 rgba(94,120,142,.16), 0 12px 30px rgba(18,25,31,.1); }
.nav-toggle:focus-visible { outline: 2px solid #71879a; outline-offset: 3px; }
.nav-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; }
.button { position: relative; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 14px 23px; border: 1px solid rgba(255,255,255,.58); background: rgba(235,242,247,.62); color: var(--ink); font-weight: 760; text-decoration: none; border-radius: 999px; cursor: pointer; -webkit-backdrop-filter: blur(24px) saturate(145%); backdrop-filter: blur(24px) saturate(145%); box-shadow: inset 0 1px 0 rgba(255,255,255,.46), 0 10px 26px rgba(17,24,31,.13); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button::before, .button::after { display: none; }
.button:hover { transform: translateY(-2px); background: rgba(244,248,251,.74); box-shadow: inset 0 1px 0 rgba(255,255,255,.56), 0 14px 32px rgba(17,24,31,.17); }
.button-small { min-height: 42px; padding: 9px 17px; font-size: .86rem; }
.button-dark { background: rgba(25,34,42,.78); color: var(--paper); border-color: rgba(255,255,255,.28); }
.button-dark:hover { background: rgba(34,45,55,.86); }
.button-outline { background: rgba(244,248,250,.38); border-color: rgba(255,255,255,.58); }
.text-link { display: inline-flex; align-items: center; gap: 7px; font-weight: 760; text-decoration: none; border-bottom: 1px solid currentColor; }
.text-link-light { color: var(--paper); }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.eyebrow { margin-bottom: 18px; color: #56636e; font-size: .76rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow-lime { color: var(--lime) !important; }
.liquid-glass, .glass-panel { position: relative; isolation: isolate; overflow: hidden; border: 1px solid rgba(255,255,255,.32); background: rgba(24,33,41,.56); -webkit-backdrop-filter: blur(28px) saturate(135%); backdrop-filter: blur(28px) saturate(135%); box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 16px 46px rgba(4,8,12,.18); }
.liquid-glass::before, .glass-panel::before, .liquid-glass::after, .glass-panel::after { display: none; }
.liquid-glass > *, .glass-panel > * { position: relative; z-index: 1; }
.glass-panel p { color: rgba(245,248,250,.8); }
:where(.product-card, .collection-tile, .process-photo-grid figure, .feature-grid article, .values-grid article, .contact-card, .inquiry-form, .article-callout, .accordion-list details) { position: relative; isolation: isolate; overflow: hidden; border: 1px solid rgba(255,255,255,.58); background: rgba(248,250,251,.48); -webkit-backdrop-filter: blur(24px) saturate(135%); backdrop-filter: blur(24px) saturate(135%); box-shadow: inset 0 1px 0 rgba(255,255,255,.42), 0 14px 36px rgba(25,39,51,.09); }
:where(.product-card, .collection-tile, .process-photo-grid figure, .feature-grid article, .values-grid article, .contact-card, .inquiry-form, .article-callout, .accordion-list details)::before, :where(.product-card, .collection-tile, .process-photo-grid figure, .feature-grid article, .values-grid article, .contact-card, .inquiry-form, .article-callout, .accordion-list details)::after { display: none; }
:where(.product-card, .collection-tile, .process-photo-grid figure, .feature-grid article, .values-grid article, .contact-card, .inquiry-form, .article-callout, .accordion-list details) > * { position: relative; z-index: 1; }
:where(.product-card, .collection-tile, .process-photo-grid figure, .feature-grid article, .values-grid article, .contact-card, .inquiry-form, .article-callout, .accordion-list details):hover { border-color: rgba(255,255,255,.72); box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 18px 42px rgba(25,39,51,.12); }
.lede { max-width: 780px; color: #c7cec9; font-size: clamp(1.08rem, 1.7vw, 1.35rem); line-height: 1.55; }
.home-hero { min-height: min(850px, calc(100svh - 112px)); position: relative; display: flex; align-items: stretch; overflow: hidden; color: var(--paper); background-image: linear-gradient(90deg, rgba(10,14,18,.86) 0%, rgba(10,14,18,.64) 36%, rgba(10,14,18,.15) 66%, rgba(10,14,18,.04) 100%), linear-gradient(0deg, rgba(10,14,18,.48), transparent 36%), url('/assets/hero-kitchen-environment-v2.png'); background-size: cover; background-position: center; }
.home-hero-grid { min-height: inherit; position: relative; display: flex; align-items: flex-end; padding-top: clamp(80px, 10vw, 145px); padding-bottom: clamp(58px, 8vw, 100px); }
.home-hero .hero-copy { max-width: 720px; position: relative; z-index: 1; }
.home-hero h1 { max-width: 720px; font-size: clamp(3.6rem, 6.6vw, 6.6rem); font-weight: 650; letter-spacing: -.055em; }
.hero-copy .lede { max-width: 650px; margin-bottom: 34px; color: #d7ddd8; }
.hero-product-note { position: absolute; right: 0; bottom: 54px; width: min(300px, 30vw); padding: 18px 0 0 20px; border-left: 1px solid rgba(255,255,255,.45); color: var(--paper); }
.hero-product-note span, .hero-product-note strong { display: block; }
.hero-product-note span { margin-bottom: 6px; color: var(--lime); font-size: .69rem; font-weight: 820; letter-spacing: .13em; text-transform: uppercase; }
.hero-product-note strong { font-size: .96rem; }
.hero-product-note p { margin: 6px 0 0; color: #c5cdc7; font-size: .72rem; line-height: 1.45; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px; margin: 36px 0 0; padding: 0; list-style: none; }
.hero-proof li { padding: 7px 11px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: #e4e8eb; background: rgba(8,12,16,.18); font-size: .75rem; backdrop-filter: blur(8px); }
.proof-strip { padding: 22px 0; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.75); background: radial-gradient(circle at 13% 8%, rgba(130,190,212,.68), transparent 28%), radial-gradient(circle at 84% 100%, rgba(221,187,126,.48), transparent 31%), linear-gradient(125deg, #7897aa, #b7c8cf 47%, #d8cfbe); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.proof-item { min-height: 0; padding: 0; overflow: hidden; border-radius: 30px; display: flex; flex-direction: column; border-color: rgba(255,255,255,.42); background: rgba(246,249,250,.44); box-shadow: inset 0 1px 0 rgba(255,255,255,.24), 0 14px 36px rgba(25,39,51,.11); }
.proof-image { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; }
.proof-item > div { min-height: 116px; padding: 18px 18px 20px; display: flex; flex-direction: column; justify-content: flex-end; }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { font-size: 1.02rem; }
.proof-grid .proof-item > div > span { margin-top: 6px; color: rgba(23,34,43,.72); font-size: .78rem; line-height: 1.45; }
.section-heading { max-width: 880px; margin-bottom: 48px; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: end; }
.split-heading > p { margin-bottom: 10px; font-size: 1.02rem; }
.route-section { background: var(--white); }
.route-stories { border-top: 1px solid var(--line); }
.route-story { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(42px, 8vw, 110px); align-items: center; padding: clamp(55px, 8vw, 105px) 0; border-bottom: 1px solid var(--line); }
.route-story-reverse .route-media { order: 2; }
.route-media { position: relative; min-width: 0; overflow: hidden; border-radius: 30px; }
.route-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: #eeece4; }
.route-media span { position: absolute; top: 16px; left: 16px; display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 50%; background: var(--ink); color: var(--paper); font-size: .72rem; font-weight: 820; }
.route-media small { position: absolute; right: 14px; bottom: 14px; padding: 7px 10px; background: rgba(8,12,16,.76); color: var(--paper); font-size: .65rem; letter-spacing: .06em; text-transform: uppercase; backdrop-filter: blur(8px); }
.route-copy h3 { max-width: 540px; font-size: clamp(2.4rem, 4.3vw, 4.5rem); font-weight: 620; }
.route-copy > p:not(.eyebrow) { max-width: 570px; font-size: 1.02rem; }
.check-list { list-style: none; padding: 0; margin: 22px 0 32px; }
.check-list li { position: relative; padding-left: 22px; margin: 9px 0; color: inherit; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .65em; width: 8px; height: 8px; border-radius: 50%; background: var(--lime-dark); }
.section-dark .check-list li::before { background: var(--lime); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.collection-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.collection-tile { display: block; border-radius: 28px; text-decoration: none; }
.collection-image { overflow: hidden; border-radius: 27px 27px 0 0; background: rgba(247,245,238,.72); }
.collection-image img { width: 100%; aspect-ratio: 5 / 4; object-fit: contain; padding: clamp(18px, 3vw, 36px); transition: transform .45s ease; }
.collection-tile-wide .collection-image img { aspect-ratio: 16 / 10; }
.collection-tile:hover .collection-image img { transform: scale(1.025); }
.collection-copy { display: grid; grid-template-columns: .8fr 1.2fr auto; gap: 20px; align-items: start; padding: 22px 24px 28px; background: linear-gradient(145deg, rgba(255,255,255,.52), rgba(159,190,212,.13)); -webkit-backdrop-filter: blur(22px) saturate(170%); backdrop-filter: blur(22px) saturate(170%); }
.collection-copy span { color: var(--lime-dark); font-size: .69rem; font-weight: 820; letter-spacing: .1em; text-transform: uppercase; }
.collection-copy strong { font-size: 1.05rem; line-height: 1.35; }
.collection-copy em { color: var(--muted); font-size: .74rem; font-style: normal; white-space: nowrap; }
.product-carousel { position: relative; }
.carousel-controls { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.carousel-controls > span { color: var(--muted); font-size: .76rem; letter-spacing: .08em; }
.carousel-controls > span strong { color: var(--ink); }
.carousel-controls > div { display: flex; gap: 8px; }
.carousel-controls button { width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.82); border-radius: 50%; background: linear-gradient(145deg, rgba(255,255,255,.7), rgba(149,184,208,.25)); -webkit-backdrop-filter: blur(22px) saturate(185%); backdrop-filter: blur(22px) saturate(185%); box-shadow: inset 0 1px 0 rgba(255,255,255,.98), inset 0 -1px 0 rgba(86,120,145,.17), 0 11px 28px rgba(26,42,55,.12); font-size: 1.15rem; cursor: pointer; transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease; }
.carousel-controls button:hover { background: linear-gradient(145deg, rgba(46,63,76,.86), rgba(83,111,132,.7)); color: var(--paper); transform: translateY(-2px); box-shadow: inset 0 1px 0 rgba(255,255,255,.34), 0 16px 34px rgba(26,42,55,.19); }
.product-rail { display: flex; gap: 20px; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; overscroll-behavior-inline: contain; }
.product-rail::-webkit-scrollbar { display: none; }
.product-rail:focus-visible { outline: 3px solid var(--lime-dark); outline-offset: 5px; }
.carousel-card { position: relative; flex: 0 0 clamp(320px, 31vw, 420px); aspect-ratio: 4 / 5; overflow: hidden; border-radius: 30px; color: var(--paper); text-decoration: none; scroll-snap-align: start; background: var(--ink); }
.carousel-card::after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(0deg, rgba(8,12,16,.88), rgba(8,12,16,0)); }
.carousel-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.carousel-card:hover img { transform: scale(1.035); }
.carousel-card-copy { position: absolute; z-index: 1; left: 14px; right: 14px; bottom: 14px; padding: 24px; border: 1px solid rgba(255,255,255,.3); border-radius: 23px; background: rgba(20,28,35,.55); -webkit-backdrop-filter: blur(28px) saturate(135%); backdrop-filter: blur(28px) saturate(135%); box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 14px 38px rgba(4,8,12,.2); }
.carousel-card-copy span { display: block; margin-bottom: 12px; color: var(--lime); font-size: .69rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.carousel-card-copy h3 { max-width: 330px; margin-bottom: 18px; font-size: clamp(1.55rem, 2.5vw, 2.25rem); font-weight: 620; }
.carousel-card-copy p { margin: 0; color: var(--paper); font-size: .78rem; }
.carousel-progress { height: 2px; margin-top: 25px; overflow: hidden; background: rgba(17,25,21,.14); }
.carousel-progress span { display: block; width: 100%; height: 100%; background: var(--ink); transform: scaleX(.2); transform-origin: left; transition: transform .3s ease; }
.product-card { overflow: hidden; border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-4px); }
.product-card[hidden] { display: none; }
.product-image { aspect-ratio: 4 / 3; background: #eeece5; overflow: hidden; }
.product-image img { width: 100%; height: 100%; object-fit: contain; padding: 12px; transition: transform .35s ease; }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-card-body { padding: 24px; background: linear-gradient(145deg, rgba(255,255,255,.58), rgba(167,196,217,.14)); -webkit-backdrop-filter: blur(24px) saturate(175%); backdrop-filter: blur(24px) saturate(175%); }
.product-card-body > p:not(.product-category) { min-height: 76px; font-size: .9rem; }
.product-category { margin: 0 0 9px; color: var(--lime-dark); font-size: .69rem; font-weight: 820; letter-spacing: .1em; text-transform: uppercase; }
.product-card h3 { font-size: 1.42rem; }
.product-meta { display: flex; justify-content: space-between; gap: 14px; align-items: center; padding-top: 17px; border-top: 1px solid var(--line); font-size: .73rem; }
.product-meta > span { color: var(--muted); font-weight: 780; letter-spacing: .06em; }
.product-meta a { font-weight: 740; text-decoration: none; }
.center-row { display: flex; justify-content: center; margin-top: 38px; }
.factory-story-panel { display: grid; grid-template-columns: 1.45fr .55fr; align-items: stretch; overflow: hidden; border-radius: 32px; background: linear-gradient(145deg, rgba(39,53,65,.94), rgba(23,31,39,.88)); }
.factory-story-panel figure { margin: 0; position: relative; min-height: 600px; }
.factory-story-panel figure img { width: 100%; height: 100%; object-fit: cover; }
.factory-story-panel figcaption { position: absolute; left: 18px; bottom: 18px; margin: 0; padding: 8px 11px; color: var(--paper); background: rgba(8,12,16,.78); font-size: .7rem; }
.factory-story-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(32px, 5vw, 64px); }
.factory-story-copy h2 { font-size: clamp(2.5rem, 4.8vw, 4.8rem); font-weight: 620; }
.factory-story-copy .text-link { align-self: flex-start; }
.journey-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; margin-bottom: 46px; }
.journey-intro > p { margin-bottom: 10px; font-size: 1.02rem; }
.journey-footer { display: flex; justify-content: space-between; gap: 35px; align-items: center; margin-top: 36px; }
.journey-footer p { max-width: 520px; margin: 0; font-size: .82rem; }
.faq-grid-within { margin-top: clamp(80px, 11vw, 150px); padding-top: clamp(60px, 8vw, 100px); border-top: 1px solid var(--line); }
.home-cta { min-height: 640px; display: flex; align-items: flex-end; color: var(--paper); background-image: linear-gradient(90deg, rgba(8,12,16,.88), rgba(8,12,16,.2)), url('/assets/home-cta-project-v1.jpg'); background-size: cover; background-position: center; }
.home-cta-inner { padding-top: 100px; padding-bottom: 90px; }
.home-cta h2 { max-width: 870px; font-size: clamp(3rem, 6.8vw, 6.6rem); font-weight: 620; }
.home-cta p:not(.eyebrow) { max-width: 620px; color: #d2d9d4; font-size: 1.05rem; }
.home-cta .button { margin-top: 18px; }
.steps-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 16px; list-style: none; padding: 0; margin: 0; }
.steps-grid li { position: relative; min-height: 430px; overflow: hidden; border-radius: 32px; background: var(--ink); }
.steps-grid li:nth-child(1) { grid-column: span 5; }
.steps-grid li:nth-child(2) { grid-column: span 7; }
.steps-grid li:nth-child(n+3) { grid-column: span 4; }
.steps-grid li > img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.steps-grid li:hover > img { transform: scale(1.025); }
.step-card-copy { position: absolute; left: 14px; right: 14px; bottom: 14px; padding: 20px; border-radius: 23px; color: #f7f9fa; }
.steps-grid .step-card-copy > span { display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; margin-bottom: 26px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: #f7fbfd; background: rgba(255,255,255,.13); font-size: .72rem; font-weight: 850; box-shadow: inset 0 1px 0 rgba(255,255,255,.55); }
.steps-grid h3 { margin-bottom: 7px; font-size: clamp(1.55rem, 2.5vw, 2.35rem); font-weight: 620; }
.steps-grid p { margin: 0; color: rgba(246,249,251,.82); font-size: .84rem; }
.answer-grid, .about-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 10vw, 150px); }
.answer-lede, .article-intro { color: var(--ink); font-size: clamp(1.3rem, 2.2vw, 1.8rem); line-height: 1.45; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 9vw, 130px); }
.faq-intro { position: sticky; top: 130px; align-self: start; }
.accordion-list { display: grid; gap: 12px; }
.accordion-list details { border-radius: 22px; }
.accordion-list details:last-child { border-bottom-color: rgba(255,255,255,.7); }
.accordion-list summary { padding: 22px 56px 22px 22px; list-style: none; cursor: pointer; position: relative; font-size: 1.08rem; font-weight: 760; }
.accordion-list summary::-webkit-details-marker { display: none; }
.accordion-list summary::after { content: "+"; position: absolute; right: 20px; top: 18px; width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.78); border-radius: 50%; background: linear-gradient(145deg, rgba(255,255,255,.65), rgba(143,181,208,.22)); box-shadow: inset 0 1px 0 rgba(255,255,255,.9); font-size: 1.25rem; font-weight: 400; }
.accordion-list details[open] summary::after { content: "−"; }
.accordion-list details p { padding: 0 56px 22px 22px; }
.cta-band { padding: 64px 0; background: linear-gradient(135deg, #cbd4dc, #e7eaec 55%, #b7c4cf); }
.cta-band-inner { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.cta-band h2 { max-width: 780px; font-size: clamp(2.2rem, 4.7vw, 4.8rem); }
.cta-band p { max-width: 720px; color: #46515b; }
.breadcrumbs { display: flex; gap: 9px; align-items: center; padding-top: 18px; padding-bottom: 18px; color: var(--muted); font-size: .76rem; }
.breadcrumbs a { text-decoration: none; }
.page-hero { position: relative; min-height: min(860px, calc(100svh - 112px)); display: flex; align-items: flex-end; padding: clamp(105px, 13vw, 175px) 0 clamp(55px, 7vw, 90px); color: var(--paper); overflow: hidden; background-image: linear-gradient(90deg, rgba(8,12,16,.76), rgba(8,12,16,.22) 62%, rgba(8,12,16,.08)), linear-gradient(0deg, rgba(8,12,16,.58), rgba(8,12,16,.02) 62%), var(--page-hero-image); background-size: cover; background-position: var(--page-hero-position); }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(240px, .65fr); gap: clamp(24px, 5vw, 72px); align-items: end; }
.page-hero-copy { max-width: 820px; padding: clamp(25px, 4vw, 44px); border-radius: 30px; }
.page-hero h1 { max-width: 760px; margin-bottom: 20px; font-size: clamp(3.35rem, 7vw, 6.8rem); font-weight: 620; }
.hero-home h1 { font-size: clamp(3.6rem, 4.7vw, 4.25rem); line-height: 1.02; }
.hero-products h1 { font-size: clamp(3.2rem, 4.35vw, 3.95rem); line-height: 1.025; }
.hero-private-label h1 { font-size: clamp(3.2rem, 4.35vw, 3.95rem); line-height: 1.025; }
.hero-custom-parts h1 { font-size: clamp(3.2rem, 4.3vw, 3.9rem); line-height: 1.025; }
.hero-manufacturing h1 { font-size: clamp(3.05rem, 4vw, 3.6rem); line-height: 1.03; }
.hero-process h1 { font-size: clamp(3.4rem, 6vw, 5.4rem); line-height: 1.03; }
.hero-about h1 { font-size: clamp(3.4rem, 5.7vw, 5.15rem); line-height: 1.03; }
.page-hero .lede { max-width: 650px; margin-bottom: 0; color: rgba(245,248,250,.86); }
.page-hero .button-row { margin-top: 28px; }
.page-hero .button { color: #f7f9fa; background: rgba(38,49,59,.56); border-color: rgba(255,255,255,.34); box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 12px 32px rgba(4,8,12,.22); }
.page-hero .button:hover { background: rgba(50,64,76,.68); }
.hero-aside { padding: 24px; border-radius: 24px; }
.hero-aside p { margin-bottom: 0; font-size: .92rem; }
.hero-aside .aside-label { margin-bottom: 10px; color: var(--lime); font-size: .73rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.breadcrumbs:has(+ .visual-page-hero) { position: absolute; z-index: 5; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.72); }
.breadcrumbs:has(+ .visual-page-hero) a { color: rgba(255,255,255,.82); }
.filter-row { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 18px; }
.filter-button { border: 1px solid rgba(255,255,255,.82); background: linear-gradient(145deg, rgba(255,255,255,.62), rgba(150,184,208,.2)); padding: 10px 15px; border-radius: 999px; cursor: pointer; -webkit-backdrop-filter: blur(20px) saturate(180%); backdrop-filter: blur(20px) saturate(180%); box-shadow: inset 0 1px 0 rgba(255,255,255,.95), inset 0 -1px 0 rgba(92,126,151,.13), 0 8px 22px rgba(28,44,57,.08); font-size: .84rem; font-weight: 720; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.filter-button:hover, .filter-button.is-active { background: linear-gradient(145deg, rgba(39,52,64,.9), rgba(83,110,130,.72)); border-color: rgba(255,255,255,.34); color: var(--paper); transform: translateY(-1px); box-shadow: inset 0 1px 0 rgba(255,255,255,.32), 0 12px 28px rgba(28,44,57,.17); }
.catalog-note { margin: 0 0 34px; max-width: 750px; font-size: .82rem; }
.empty-state { padding: 40px; text-align: center; background: var(--paper-2); border-radius: var(--radius); }
.three-column-info { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.three-column-info > div { border-top: 1px solid var(--line); padding-top: 24px; }
.three-column-info h2 { font-size: 1.75rem; }
.mini-number, .feature-grid article > span, .values-grid article > span { display: block; margin-bottom: 50px; color: var(--lime-dark); font-weight: 820; font-size: .76rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; background: transparent; border: 0; }
.feature-grid article { min-height: 330px; padding: 32px; border-radius: 28px; }
.feature-grid article > span { margin-bottom: 70px; }
.compare-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 24px; }
.compare-card { padding: 30px; border: 1px solid rgba(255,255,255,.34); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.16), rgba(126,168,199,.08)); -webkit-backdrop-filter: blur(28px) saturate(180%); backdrop-filter: blur(28px) saturate(180%); box-shadow: inset 0 1px 0 rgba(255,255,255,.38), 0 18px 46px rgba(4,8,12,.16); }
.compare-card p { color: #b9c2bc; }
.process-split, .two-column-callout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.brief-list { border-top: 1px solid var(--line); }
.brief-list > div { display: grid; grid-template-columns: .7fr 1.3fr; gap: 24px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.brief-list span { color: var(--muted); }
.custom-hero { padding: clamp(72px, 9vw, 130px) 0; }
.custom-hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.custom-hero h1 { font-size: clamp(3.5rem, 6.8vw, 6.7rem); font-weight: 630; }
.custom-hero-copy .lede { margin-bottom: 32px; }
.custom-hero-figure { margin: 0; padding: clamp(18px, 3vw, 30px); background: #eeece4; }
.custom-hero-figure img { width: 100%; height: auto; object-fit: contain; }
.custom-hero-figure figcaption { color: #6b746f; }
.component-stories-section { background: var(--white); }
.component-stories { border-top: 1px solid var(--line); }
.component-story { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(48px, 8vw, 110px); align-items: center; padding: clamp(62px, 9vw, 118px) 0; border-bottom: 1px solid var(--line); }
.component-story-reverse .component-frame { order: 2; }
.component-frame { margin: 0; display: flex; align-items: center; justify-content: center; min-width: 0; padding: clamp(16px, 2.6vw, 34px); overflow: hidden; border-radius: 30px; background: linear-gradient(145deg, rgba(242,240,234,.86), rgba(192,207,217,.42)); -webkit-backdrop-filter: blur(24px) saturate(165%); backdrop-filter: blur(24px) saturate(165%); }
.component-frame img { display: block; width: 100%; height: auto; max-height: 660px; object-fit: contain; }
.component-frame-portrait { min-height: 680px; }
.component-frame-portrait img { width: auto; max-width: 100%; height: min(640px, 72vw); }
.component-story-copy { max-width: 520px; }
.story-number { display: block; margin-bottom: 28px; color: var(--lime-dark); font-size: .72rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.component-story-copy h3 { font-size: clamp(2.15rem, 3.8vw, 3.8rem); font-weight: 620; }
.component-story-copy > p { font-size: 1rem; }
.component-story-copy dl { margin: 34px 0 0; border-top: 1px solid var(--line); }
.component-story-copy dl > div { display: grid; grid-template-columns: .62fr 1.38fr; gap: 22px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.component-story-copy dt { color: var(--ink); font-size: .76rem; font-weight: 800; }
.component-story-copy dd { margin: 0; color: var(--muted); font-size: .84rem; }
.vertical-steps { list-style: none; padding: 0; margin: 0; }
.vertical-steps li { display: grid; grid-template-columns: 100px 1fr; gap: 30px; padding: 35px 0; border-top: 1px solid var(--line); }
.vertical-steps li:last-child { border-bottom: 1px solid var(--line); }
.vertical-steps li > span { color: var(--lime-dark); font-size: .78rem; font-weight: 850; }
.vertical-steps li > div { max-width: 760px; }
.requirements-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.requirements-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.requirements-cards article { padding: 28px; border: 1px solid rgba(255,255,255,.46); border-radius: var(--radius); }
.manufacturing-story { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.manufacturing-story > * { min-width: 0; }
.manufacturing-story figure { display: flex; width: 100%; max-width: 100%; margin: 0; overflow: hidden; border-radius: 29px; background: rgba(255,255,255,.7); }
.manufacturing-story img { display: block; width: 100%; max-width: 100%; border-radius: 28px 28px 0 0; }
.manufacturing-story figcaption { width: 100%; box-sizing: border-box; margin: 0; padding: 14px 18px 16px; overflow-wrap: anywhere; background: rgba(248,250,251,.78); }
figcaption { color: var(--muted); font-size: .78rem; margin-top: 9px; }
.process-photo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.process-photo-grid figure { margin: 0; border-radius: var(--radius); }
.process-photo-grid img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.process-photo-grid figcaption { padding: 22px; margin: 0; display: grid; grid-template-columns: 50px 1fr; column-gap: 12px; background: linear-gradient(145deg, rgba(255,255,255,.57), rgba(155,188,211,.14)); -webkit-backdrop-filter: blur(22px) saturate(175%); backdrop-filter: blur(22px) saturate(175%); }
.process-photo-grid figcaption span { grid-row: span 2; color: var(--lime-dark); font-weight: 850; }
.process-photo-grid figcaption strong { color: var(--ink); }
.process-photo-grid figcaption p { grid-column: 2; margin: 3px 0 0; }
.transparency-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.transparency-list { border-top: 1px solid var(--dark-line); }
.transparency-list > div { padding: 24px 0; border-bottom: 1px solid var(--dark-line); display: grid; grid-template-columns: .6fr 1.4fr; gap: 25px; }
.transparency-list h3 { font-size: 1.1rem; }
.transparency-list p { margin: 0; }
.timeline article { display: grid; grid-template-columns: 120px 1fr; padding: 50px 0; border-top: 1px solid var(--line); }
.timeline article:last-child { border-bottom: 1px solid var(--line); }
.timeline article > span { display: inline-flex; width: 54px; height: 54px; justify-content: center; align-items: center; background: var(--lime); border-radius: 50%; font-weight: 840; }
.timeline article > div { max-width: 850px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 25px 0 0; }
.tag-list li { padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .76rem; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; background: transparent; border: 0; }
.values-grid article { min-height: 350px; padding: 28px; border-radius: 28px; }
.values-grid h2 { font-size: 1.5rem; }
.value-glass-card { min-height: 0; padding: 0; overflow: hidden; display: flex; flex-direction: column; border-radius: 30px; border-color: rgba(255,255,255,.58); background: rgba(246,249,251,.62); color: var(--ink); box-shadow: inset 0 1px 0 rgba(255,255,255,.36), 0 14px 36px rgba(25,39,51,.1); }
.value-card-image { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: center; }
.value-card-copy { min-height: 184px; padding: 26px 28px 30px; display: flex; flex-direction: column; justify-content: flex-end; }
.value-glass-card > div > span { display: block; margin-bottom: 13px; color: #536d82; font-size: .72rem; font-weight: 850; letter-spacing: .12em; }
.value-glass-card h3 { max-width: 260px; font-size: clamp(1.45rem, 2.2vw, 2rem); }
.value-glass-card p { margin: 0; color: #4b5965; font-size: .86rem; }
:where(.carousel-card, .visual-card, .route-compare-card, .visual-process-grid article, .steps-grid li, .brief-visual, .process-benefit-stage, .factory-story-panel, .route-media, .component-frame, .manufacturing-story figure, .editorial-split figure) { border: 1px solid rgba(255,255,255,.34); box-shadow: inset 0 1px 0 rgba(255,255,255,.16), 0 18px 50px rgba(20,33,44,.14); }
:where(.carousel-card, .visual-card, .route-compare-card, .visual-process-grid article, .steps-grid li, .brief-visual, .process-benefit-stage, .factory-story-panel, .route-media, .component-frame, .manufacturing-story figure, .editorial-split figure):hover { border-color: rgba(255,255,255,.48); box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 22px 58px rgba(20,33,44,.17); }
.visual-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.visual-card-grid-four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.visual-card { position: relative; min-height: 440px; overflow: hidden; border-radius: 28px; background: var(--ink); isolation: isolate; }
.visual-card::after { content: ""; position: absolute; z-index: 0; inset: 22% 0 0; background: linear-gradient(0deg, rgba(8,12,16,.76), transparent); pointer-events: none; }
.visual-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.visual-card:hover img { transform: scale(1.035); }
.visual-card-copy { position: absolute; z-index: 1; left: 14px; right: 14px; bottom: 14px; padding: 20px; border-radius: 20px; color: #f7f9fa; }
.visual-card-copy span { display: block; margin-bottom: 20px; color: var(--lime); font-size: .72rem; font-weight: 850; letter-spacing: .12em; }
.visual-card-copy h3 { margin-bottom: 8px; font-size: clamp(1.45rem, 2.4vw, 2.2rem); font-weight: 620; }
.visual-card-copy p { margin: 0; font-size: .84rem; }
.route-compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.route-compare-card { position: relative; min-height: 570px; overflow: hidden; border-radius: 30px; }
.route-compare-card > img { width: 100%; height: 100%; object-fit: cover; }
.route-compare-card > div { position: absolute; left: 16px; right: 16px; bottom: 16px; padding: 25px; border-radius: 22px; color: #f7f9fa; }
.route-compare-card span { display: block; margin-bottom: 24px; color: var(--lime); font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.route-compare-card h3 { font-size: clamp(2rem, 3.6vw, 3.5rem); }
.route-compare-card p { max-width: 490px; margin-bottom: 0; }
.brief-visual, .process-benefit-stage { min-height: 620px; display: flex; align-items: flex-end; padding: clamp(24px, 4vw, 48px); border-radius: 32px; overflow: hidden; background-image: linear-gradient(90deg, rgba(8,12,16,.72), rgba(8,12,16,.08)), var(--brief-image); background-size: cover; background-position: center; }
.brief-visual-copy, .process-benefit-copy { width: min(700px, 100%); padding: clamp(26px, 4vw, 44px); border-radius: 28px; color: #f7f9fa; }
.brief-visual-copy h2, .process-benefit-copy h2 { font-weight: 620; }
.brief-chip-grid { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }
.brief-chip-grid span, .contact-chips span { padding: 10px 14px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; background: rgba(255,255,255,.1); color: rgba(255,255,255,.9); backdrop-filter: blur(12px); font-size: .78rem; font-weight: 720; }
.visual-process-grid { display: flex; gap: 18px; overflow-x: auto; padding-bottom: 10px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.visual-process-grid::-webkit-scrollbar { display: none; }
.visual-process-grid article { position: relative; flex: 0 0 clamp(300px, 32vw, 420px); min-height: 520px; overflow: hidden; border-radius: 28px; scroll-snap-align: start; background: var(--ink); }
.visual-process-grid article > img { width: 100%; height: 100%; object-fit: cover; }
.visual-process-grid article > div { position: absolute; left: 14px; right: 14px; bottom: 14px; padding: 21px; border-radius: 20px; color: #f7f9fa; }
.visual-process-grid article span { display: block; margin-bottom: 32px; color: var(--lime); font-size: .74rem; font-weight: 850; }
.visual-process-grid article h3 { margin-bottom: 8px; font-size: clamp(1.55rem, 2.6vw, 2.35rem); font-weight: 620; }
.visual-process-grid article p { margin: 0; font-size: .82rem; }
.requirements-stage, .geography-stage { min-height: 760px; display: flex; align-items: flex-end; padding: clamp(80px, 10vw, 140px) 0; background-image: linear-gradient(90deg, rgba(8,12,16,.78), rgba(8,12,16,.16)), var(--requirements-image); background-size: cover; background-position: center; }
.requirements-stage-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: end; }
.requirements-stage-title { padding: clamp(28px, 4vw, 46px); border-radius: 28px; color: #f7f9fa; }
.requirements-stage-title h2 { font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 620; }
.requirements-stage .requirements-cards article { border-color: var(--glass-border); }
.requirements-stage .requirements-cards h3 { color: #f7f9fa; }
.requirements-stage .requirements-cards p { margin-bottom: 0; }
.editorial-split { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(45px, 8vw, 110px); align-items: center; }
.editorial-split figure { margin: 0; overflow: hidden; border-radius: 29px; }
.editorial-split img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 28px; }
.geography-stage { --requirements-image: var(--geography-image); align-items: center; }
.geography-stage .geo-card { color: #f7f9fa; }
.geography-stage .geo-card p { color: rgba(245,248,250,.8); }
.process-benefit-stage { background-image: linear-gradient(90deg, rgba(8,12,16,.72), rgba(8,12,16,.08)), var(--benefit-image); }
.contact-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 36px; }
.contact-chips span { color: var(--ink); background: rgba(255,255,255,.5); border-color: rgba(255,255,255,.75); box-shadow: inset 0 1px 0 rgba(255,255,255,.9); }
.geography-grid { display: grid; grid-template-columns: 1fr 160px 1fr; align-items: center; }
.geo-card { padding: 38px; border: 1px solid var(--dark-line); border-radius: var(--radius); }
.geo-card h2 { font-size: 2.1rem; }
.geo-line { height: 1px; background: var(--lime); position: relative; }
.geo-line span { position: absolute; width: 11px; height: 11px; border-radius: 50%; background: var(--lime); top: -5px; left: calc(50% - 5px); }
.article-header { padding: clamp(70px, 9vw, 125px) 0; }
.article-header-inner { max-width: 1000px; }
.article-header h1 { font-size: clamp(3.2rem, 7vw, 6.7rem); }
.article-meta { display: flex; gap: 18px; margin-top: 35px; color: #aeb8b1; font-size: .78rem; }
.article-layout { display: grid; grid-template-columns: 230px minmax(0, 760px); justify-content: center; gap: 80px; padding-top: 80px; padding-bottom: 130px; }
.article-toc { align-self: start; position: sticky; top: 120px; border-left: 2px solid var(--lime-dark); padding-left: 18px; display: flex; flex-direction: column; gap: 9px; font-size: .78rem; }
.article-toc strong { margin-bottom: 5px; }
.article-toc a { color: var(--muted); text-decoration: none; }
.article-content h2 { scroll-margin-top: 120px; font-size: clamp(2rem, 3.6vw, 3.25rem); margin: 70px 0 20px; }
.article-content h3 { margin: 32px 0 12px; }
.article-content p { font-size: 1.03rem; }
.article-intro { margin-bottom: 50px; }
.article-checklist { padding: 0; list-style: none; }
.article-checklist li { padding: 15px 0; border-top: 1px solid var(--line); }
.article-checklist li:last-child { border-bottom: 1px solid var(--line); }
.article-callout { margin-top: 60px; padding: clamp(30px, 5vw, 55px); border-radius: var(--radius); }
.article-callout p { color: #404a54; }
.article-callout h2 { margin-top: 0; }
.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.contact-sidebar { position: sticky; top: 130px; }
.contact-sidebar h2 { font-size: clamp(2.1rem, 3.7vw, 3.5rem); }
.contact-card { margin-top: 38px; padding: 25px; border-color: rgba(255,255,255,.76); border-radius: var(--radius); }
.contact-card > span { display: block; margin-top: 18px; color: var(--lime-dark); font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.contact-card > span:first-child { margin-top: 0; }
.contact-card a { font-weight: 750; }
.contact-card p { margin: 4px 0 0; }
.inquiry-form { padding: clamp(28px, 5vw, 50px); border-radius: var(--radius); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-grid label { display: flex; flex-direction: column; gap: 7px; }
.form-grid label > span { font-size: .79rem; font-weight: 760; }
.form-full { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; border: 1px solid rgba(255,255,255,.86); background: linear-gradient(145deg, rgba(255,255,255,.7), rgba(222,233,240,.4)); padding: 13px 14px; border-radius: 13px; color: var(--ink); -webkit-backdrop-filter: blur(18px) saturate(170%); backdrop-filter: blur(18px) saturate(170%); box-shadow: inset 0 1px 0 rgba(255,255,255,.95), inset 0 -1px 0 rgba(98,132,157,.12), 0 8px 20px rgba(26,42,55,.06); }
.form-grid textarea { resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { outline: 3px solid rgba(115,140,162,.28); border-color: var(--lime-dark); }
.form-grid small { color: var(--muted); }
.consent { flex-direction: row !important; align-items: flex-start; }
.consent input { width: 18px !important; height: 18px; margin-top: 3px; }
.inquiry-form .button { margin-top: 26px; }
.form-note { margin: 15px 0 0; font-size: .83rem; }
.honeypot { display: none !important; }
.legal-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.legal-layout h1 { color: var(--ink); font-size: clamp(3.2rem, 6vw, 6rem); }
.legal-layout .lede { color: var(--muted); }
.legal-content h2 { margin: 42px 0 12px; font-size: 1.55rem; }
.status-page { min-height: 70vh; display: flex; align-items: center; padding: 110px 0; }
.status-card { max-width: 900px; }
.status-card h1 { font-size: clamp(3.2rem, 7vw, 6.8rem); }
.site-footer { padding: 70px 0 28px; background: #0c1116; color: var(--paper); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr 1fr; gap: 55px; }
.brand-footer { margin-bottom: 19px; }
.footer-grid p, .footer-grid span { color: #9ca7a0; }
.footer-grid h2 { font-size: .78rem; color: var(--lime); letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 10px; }
.footer-grid a { color: #d3dad5; text-decoration: none; font-size: .88rem; }
.footer-bottom { margin-top: 55px; padding-top: 20px; border-top: 1px solid var(--dark-line); display: flex; justify-content: space-between; gap: 20px; color: #7f8a83; font-size: .72rem; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 32px, 760px); }
  .utility-inner { justify-content: center; }
  .utility-inner a { display: none; }
  .nav-toggle { display: block; }
  .site-nav { position: absolute; left: 16px; right: 16px; top: calc(100% + 10px); display: none; flex-direction: column; align-items: stretch; gap: 6px; padding: 12px; background: rgba(15,20,25,.86); color: #f7f9fa; border: 1px solid rgba(255,255,255,.26); backdrop-filter: blur(28px) saturate(130%); box-shadow: 0 28px 80px rgba(5,9,13,.28), inset 0 1px 0 rgba(255,255,255,.18); border-radius: 24px; }
  .site-nav.is-open { display: flex; }
  .site-nav > a { padding: 13px 14px !important; border: 1px solid transparent !important; border-radius: 14px; color: rgba(255,255,255,.88) !important; }
  .site-nav > a:not(.button):hover, .site-nav > a[aria-current="page"] { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.15) !important; }
  .site-nav .button { margin-top: 5px; color: #f7f9fa !important; background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.32) !important; }
  .page-hero-grid, .split-heading, .answer-grid, .faq-grid, .about-grid, .contact-grid, .manufacturing-story, .transparency-grid, .requirements-grid, .process-split, .two-column-callout, .legal-layout, .custom-hero-grid, .requirements-stage-inner, .editorial-split { grid-template-columns: 1fr; }
  .page-hero { min-height: 780px; }
  .page-hero-copy { max-width: 680px; }
  .home-hero { background-position: 62% center; }
  .home-hero .hero-copy { max-width: 620px; }
  .hero-product-note { display: none; }
  .page-hero-grid { gap: 35px; }
  .hero-aside { max-width: 540px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .route-story, .component-story, .factory-story-panel { grid-template-columns: 1fr; }
  .route-story-reverse .route-media, .component-story-reverse .component-frame { order: 0; }
  .route-copy, .component-story-copy { max-width: 680px; }
  .journey-intro { grid-template-columns: 1fr; gap: 24px; }
  .carousel-card { flex-basis: min(72vw, 420px); }
  .factory-story-panel figure { min-height: 470px; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .visual-card-grid { grid-template-columns: 1fr 1fr; }
  .route-compare-grid { grid-template-columns: 1fr; }
  .route-compare-card { min-height: 520px; }
  .requirements-stage { min-height: 900px; }
  .requirements-stage-inner { gap: 18px; }
  .geography-stage { min-height: 850px; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid li, .steps-grid li:nth-child(1), .steps-grid li:nth-child(2), .steps-grid li:nth-child(n+3) { grid-column: auto; }
  .steps-grid li:last-child { grid-column: 1 / -1; }
  .faq-intro, .contact-sidebar { position: static; }
  .three-column-info, .feature-grid { grid-template-columns: 1fr 1fr; }
  .compare-grid { grid-template-columns: 1fr 1fr; }
  .compare-grid > div:first-child { grid-column: 1 / -1; }
  .requirements-cards { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .article-layout { grid-template-columns: 1fr; gap: 35px; }
  .article-toc { position: static; display: grid; grid-template-columns: 1fr 1fr; }
  .geography-grid { grid-template-columns: 1fr; gap: 25px; }
  .geo-line { height: 70px; width: 1px; justify-self: center; }
  .geo-line span { left: -5px; top: 29px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 26px); }
  h1 { font-size: clamp(2.75rem, 15vw, 4.7rem); }
  .home-hero h1, .page-hero h1, .article-header h1, .custom-hero h1 { font-size: clamp(2.75rem, 13.5vw, 4.5rem); }
  .section { padding: 72px 0; }
  .home-hero { min-height: 760px; background-position: 69% center; background-image: linear-gradient(90deg, rgba(8,12,16,.9) 0%, rgba(8,12,16,.72) 54%, rgba(8,12,16,.24) 100%), linear-gradient(0deg, rgba(8,12,16,.58), transparent 42%), url('/assets/hero-kitchen-environment-v2.png'); }
  .home-hero-grid { align-items: flex-end; padding-top: 100px; padding-bottom: 55px; }
  .home-hero .hero-copy { max-width: 100%; }
  .home-hero .lede { font-size: 1rem; }
  .utility-inner { font-size: .68rem; }
  .brand { font-size: 1rem; }
  .nav-wrap { min-height: 68px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-item { min-height: 0; }
  .proof-item > div { min-height: 108px; }
  .value-card-copy { min-height: 170px; padding: 23px 22px 26px; }
  .product-grid, .three-column-info, .feature-grid, .values-grid, .process-photo-grid, .collection-grid, .visual-card-grid { grid-template-columns: 1fr; }
  .page-hero { min-height: 720px; padding-top: 105px; padding-bottom: 28px; background-position: 60% center; }
  .page-hero-grid { gap: 12px; }
  .page-hero-copy { padding: 24px; border-radius: 24px; }
  .page-hero .lede { font-size: .98rem; }
  .hero-aside { display: none; }
  .breadcrumbs:has(+ .visual-page-hero) { display: none; }
  .visual-card { min-height: 430px; }
  .route-compare-card { min-height: 480px; }
  .brief-visual, .process-benefit-stage { min-height: 560px; padding: 14px; border-radius: 24px; }
  .brief-visual-copy, .process-benefit-copy { padding: 23px; border-radius: 20px; }
  .visual-process-grid article { flex-basis: 84vw; min-height: 470px; }
  .requirements-stage { min-height: 850px; padding: 72px 0; }
  .requirements-stage-title { padding: 25px; }
  .requirements-stage .requirements-cards { grid-template-columns: 1fr; }
  .editorial-split { gap: 32px; }
  .geography-stage { min-height: 920px; padding: 72px 0; }
  .route-story, .component-story { gap: 34px; padding: 55px 0; }
  .route-copy h3, .component-story-copy h3 { font-size: 2.4rem; }
  .carousel-controls { margin-bottom: 14px; }
  .carousel-controls button { width: 44px; height: 44px; }
  .carousel-card { flex-basis: 84vw; }
  .carousel-card-copy { padding: 22px; }
  .journey-footer { align-items: flex-start; flex-direction: column; }
  .faq-grid-within { margin-top: 72px; padding-top: 60px; }
  .home-cta { min-height: 620px; background-position: 63% center; }
  .home-cta-inner { padding-top: 80px; padding-bottom: 64px; }
  .collection-copy { grid-template-columns: 1fr; gap: 7px; }
  .collection-copy em { margin-top: 7px; }
  .factory-story-panel figure { min-height: 320px; }
  .factory-story-copy { padding: 32px 24px 42px; }
  .custom-hero { padding: 65px 0; }
  .custom-hero-grid { gap: 42px; }
  .component-frame-portrait { min-height: auto; }
  .component-frame-portrait img { width: 100%; height: auto; max-height: none; }
  .component-story-copy dl > div { grid-template-columns: 1fr; gap: 4px; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid li:last-child { grid-column: auto; }
  .cta-band-inner { grid-template-columns: 1fr; gap: 24px; }
  .compare-grid { grid-template-columns: 1fr; }
  .compare-grid > div:first-child { grid-column: auto; }
  .brief-list > div, .transparency-list > div { grid-template-columns: 1fr; gap: 5px; }
  .vertical-steps li, .timeline article { grid-template-columns: 62px 1fr; gap: 12px; }
  .timeline article > span { width: 44px; height: 44px; }
  .process-photo-grid figcaption { grid-template-columns: 42px 1fr; }
  .article-toc { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

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