:root {
  --paper: #f7f5ef;
  --ink: #14271f;
  --green: #0d503b;
  --green-deep: #082f25;
  --leaf: #397b55;
  --grain: #d39a3a;
  --white: #ffffff;
  --muted: #69766e;
  --line: #d8ddd7;
  --soft: #e9efe9;
  --shadow: 0 28px 90px rgba(0, 0, 0, .2);
  --shell: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body, button, input, textarea { font-size: 16px; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
.site-shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 16px; background: white; color: var(--ink); }
.skip-link:focus { top: 16px; }

.site-header { position: relative; z-index: 30; border-bottom: 1px solid rgba(255,255,255,.12); background: var(--green-deep); color: white; }
.header-inner { display: flex; min-height: 78px; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 190px; }
.brand-mark { display: grid; flex: 0 0 auto; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: white; color: var(--green-deep); }
.brand-mark img { width: 34px; height: 34px; object-fit: contain; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: var(--font-serif); font-size: 18px; letter-spacing: .12em; }
.brand small { margin-top: 3px; color: rgba(255,255,255,.56); font-size: 9px; letter-spacing: .16em; }
.desktop-nav { display: flex; flex: 1; align-items: center; justify-content: center; gap: clamp(18px, 2vw, 31px); }
.desktop-nav a { position: relative; color: rgba(255,255,255,.72); font-size: 14px; white-space: nowrap; transition: color .18s ease; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -10px; left: 0; height: 1px; background: var(--grain); content: ""; transform: scaleX(0); transition: transform .18s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: white; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.desktop-nav a.nav-flagship { display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; border: 1px solid rgba(211,154,58,.64); border-radius: 999px; background: linear-gradient(120deg, rgba(211,154,58,.2), rgba(211,154,58,.06)); color: #f0c56f; font-weight: 700; box-shadow: 0 0 0 0 rgba(211,154,58,.25); animation: flagshipNavPulse 2.6s ease-in-out infinite; }
.desktop-nav a.nav-flagship::before { width: 6px; height: 6px; border-radius: 50%; background: #e4b965; box-shadow: 0 0 0 3px rgba(228,185,101,.14); content: ""; }
.desktop-nav a.nav-flagship::after { display: none; }
.desktop-nav a.nav-flagship:hover, .desktop-nav a.nav-flagship:focus-visible { color: #fff3d3; background: linear-gradient(120deg, rgba(211,154,58,.34), rgba(211,154,58,.12)); }
@keyframes flagshipNavPulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(211,154,58,0); } 50% { box-shadow: 0 0 0 5px rgba(211,154,58,.13); } }
@media (prefers-reduced-motion: reduce) { .desktop-nav a.nav-flagship, .mobile-nav nav a.nav-flagship { animation: none; } }
.header-contact { display: inline-flex; min-height: 42px; align-items: center; gap: 9px; padding: 0 16px; border: 1px solid rgba(255,255,255,.22); border-radius: 4px; background: rgba(255,255,255,.07); font-size: 13px; white-space: nowrap; }
.mobile-nav { display: none; position: relative; }
.mobile-nav summary { display: grid; width: 42px; height: 42px; align-content: center; justify-items: center; gap: 5px; border: 1px solid rgba(255,255,255,.22); border-radius: 4px; background: rgba(255,255,255,.07); cursor: pointer; list-style: none; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav summary span { width: 18px; height: 1px; background: white; }
.mobile-nav nav { position: absolute; top: 50px; right: 0; display: grid; width: 240px; overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: white; box-shadow: 0 25px 65px rgba(0,0,0,.25); }
.mobile-nav nav a { padding: 14px 17px; border-bottom: 1px solid #eceeea; color: var(--ink); font-size: 14px; }
.mobile-nav nav a.nav-flagship { display: flex; align-items: center; gap: 8px; background: #fff8e9; color: #8a6a31; font-weight: 700; box-shadow: inset 3px 0 0 #d39a3a; animation: flagshipNavPulse 2.6s ease-in-out infinite; }
.mobile-nav nav a.nav-flagship span { width: 6px; height: 6px; border-radius: 50%; background: #d39a3a; box-shadow: 0 0 0 3px rgba(211,154,58,.14); }
.mobile-nav nav a:last-child { border-bottom: 0; }

.hero-section { position: relative; isolation: isolate; min-height: 640px; overflow: hidden; background: radial-gradient(circle at 80% 16%, rgba(211,154,58,.16), transparent 24%), linear-gradient(115deg, var(--green-deep) 0 58%, #0d4938 100%); color: white; }
.hero-section::before { position: absolute; inset: 0; z-index: -2; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 58px 58px; content: ""; -webkit-mask-image: linear-gradient(to right, transparent 0, black 45%, black 100%); mask-image: linear-gradient(to right, transparent 0, black 45%, black 100%); }
.hero-orbit { position: absolute; z-index: -1; border: 1px solid rgba(211,154,58,.28); border-radius: 50%; }
.hero-orbit::after { position: absolute; width: 11px; height: 11px; border-radius: 50%; background: var(--grain); box-shadow: 0 0 0 8px rgba(211,154,58,.1); content: ""; }
.hero-orbit-one { right: -170px; top: -120px; width: 630px; height: 630px; }
.hero-orbit-one::after { bottom: 112px; left: 76px; }
.hero-orbit-two { right: 92px; top: 95px; width: 300px; height: 300px; }
.hero-orbit-two::after { right: 20px; top: 72px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(380px, .88fr); min-height: 640px; align-items: center; gap: 76px; padding-block: 72px 86px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 21px; color: #e4b965; font-size: 12px; font-weight: 700; letter-spacing: .17em; }
.eyebrow-dot { width: 8px; height: 8px; border: 2px solid #e4b965; border-radius: 50%; }
.hero-copy h1 { max-width: 700px; margin: 0; font-family: var(--font-serif); font-size: clamp(44px, 5vw, 70px); font-weight: 650; line-height: 1.13; letter-spacing: -.045em; }
.hero-copy h1 span { display: block; margin-top: 8px; color: #f0c56f; }
.hero-lead { max-width: 650px; margin: 27px 0 0; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 0 21px; border: 1px solid transparent; border-radius: 4px; font-size: 14px; font-weight: 650; transition: transform .16s ease, background .16s ease, border-color .16s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--grain); color: #132b21; }
.button-primary:hover { background: #dfaa4c; }
.button-secondary { border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.07); color: white; }
.button-dark { background: var(--green-deep); color: white; }
.button-outline { border-color: #b9c5bd; background: transparent; color: var(--green-deep); }
.button-outline:hover { border-color: var(--green); background: white; }
.hero-assurances { display: flex; flex-wrap: wrap; gap: 23px; margin-top: 26px; color: rgba(255,255,255,.56); font-size: 12px; }
.hero-assurances span::first-letter { color: var(--grain); }

.fact-card { border: 1px solid rgba(255,255,255,.14); border-radius: 7px; background: rgba(255,255,255,.96); color: var(--ink); box-shadow: var(--shadow); }
.fact-card-head { display: flex; align-items: center; justify-content: space-between; padding: 24px 27px 20px; border-bottom: 1px solid var(--line); }
.fact-card-head p { margin: 0 0 5px; color: #7b897f; font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.fact-card-head h2 { margin: 0; font-family: var(--font-serif); font-size: 24px; }
.verified-icon { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: #e8f1eb; color: var(--green); font-weight: 800; }
.fact-list { margin: 0; padding: 8px 27px; }
.fact-row { display: grid; grid-template-columns: 67px minmax(0,1fr); min-height: 53px; align-items: center; gap: 12px; border-bottom: 1px solid #eceeea; }
.fact-row:last-child { border-bottom: 0; }
.fact-row dt { color: #7b867e; font-size: 12px; }
.fact-row dd { margin: 0; overflow-wrap: anywhere; font-size: 13px; font-weight: 650; }
.fact-note { display: flex; align-items: flex-start; gap: 9px; margin: 0; padding: 16px 27px; border-top: 1px solid var(--line); background: #f5f4ee; color: #69766d; font-size: 11px; line-height: 1.65; }
.fact-note > span { display: grid; flex: 0 0 auto; width: 17px; height: 17px; place-items: center; border: 1px solid var(--grain); border-radius: 50%; color: #9b702e; font-family: var(--font-serif); font-size: 11px; }

.product-spotlight { position: relative; isolation: isolate; min-height: 520px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; background: radial-gradient(circle at 50% 34%, rgba(201,226,211,.17), transparent 40%), linear-gradient(160deg, rgba(8,52,39,.34), rgba(3,30,23,.82)); color: white; box-shadow: 0 28px 80px rgba(0,0,0,.24); }
.product-spotlight::before { position: absolute; inset: 0; z-index: -2; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 32px 32px; content: ""; opacity: .35; -webkit-mask-image: linear-gradient(to bottom, black, transparent 80%); mask-image: linear-gradient(to bottom, black, transparent 80%); }
.product-spotlight::after { position: absolute; right: -24%; bottom: -18%; left: -24%; z-index: -1; height: 42%; border-radius: 50%; background: radial-gradient(ellipse, rgba(211,154,58,.26), transparent 68%); content: ""; filter: blur(16px); }
.product-spotlight-glow { position: absolute; top: 25%; right: 10%; left: 10%; z-index: -1; height: 52%; border-radius: 50%; background: radial-gradient(ellipse, rgba(220,240,226,.23), transparent 67%); content: ""; filter: blur(25px); }
.product-spotlight-copy { position: relative; z-index: 3; padding: 27px 30px 0; }
.product-spotlight-copy .section-kicker { margin-bottom: 10px; color: #e4b965; }
.product-spotlight-copy h2 { margin: 0; font-family: var(--font-serif); font-size: 33px; line-height: 1.2; }
.product-spotlight-copy > p:last-child { margin: 7px 0 0; color: rgba(255,255,255,.68); font-size: 13px; }
.product-spotlight-figure { position: absolute; inset: 70px 23px 57px; z-index: 2; display: flex; align-items: center; flex-direction: column; justify-content: flex-end; margin: 0; }
.product-spotlight-figure img { display: block; width: min(100%, 480px); height: calc(100% - 31px); min-height: 0; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 24px 22px rgba(0,0,0,.38)) saturate(.9); }
.product-spotlight-figure-3d::before { position: absolute; inset: -3% -8%; z-index: 1; border-radius: 50%; background: radial-gradient(ellipse at center, transparent 44%, rgba(3,30,23,.12) 58%, rgba(3,30,23,.72) 92%); content: ""; pointer-events: none; }
.product-spotlight-figure-3d img { position: relative; z-index: 0; -webkit-mask-image: radial-gradient(ellipse at 50% 49%, #000 35%, rgba(0,0,0,.9) 51%, transparent 78%); mask-image: radial-gradient(ellipse at 50% 49%, #000 35%, rgba(0,0,0,.9) 51%, transparent 78%); }
.product-spotlight-figure figcaption { position: relative; z-index: 2; display: grid; width: 100%; grid-template-columns: auto 1fr auto 1fr; gap: 4px 9px; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.54); font-size: 10px; line-height: 1.4; }
.product-spotlight-figure figcaption strong { color: rgba(255,255,255,.87); font-size: 11px; font-weight: 650; }
.product-spotlight-link { position: absolute; right: 30px; bottom: 22px; z-index: 3; color: #f0c56f; font-size: 12px; font-weight: 700; }
.product-spotlight-link span { padding-left: 5px; }
.product-spotlight-link:hover { color: white; }

.proof-strip { border-bottom: 1px solid var(--line); background: white; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-grid > div { display: flex; min-height: 106px; align-items: center; gap: 16px; padding: 18px 34px; border-right: 1px solid var(--line); }
.proof-grid > div:first-child { padding-left: 0; }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid b { color: var(--green); font-family: var(--font-serif); font-size: 21px; font-weight: 400; }
.proof-grid strong, .proof-grid small { display: block; }
.proof-grid strong { margin-bottom: 4px; font-size: 14px; }
.proof-grid small { color: #778179; font-size: 11px; }

.section-space { padding: 96px 0 106px; }
.section-white { background: white; }
.section-deep { background: var(--green-deep); color: white; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; margin-bottom: 40px; }
.section-heading h2, .quality-copy h2, .home-cta h2 { margin: 0; font-family: var(--font-serif); font-size: clamp(31px, 3.6vw, 46px); line-height: 1.28; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.85; }
.section-kicker { margin: 0 0 13px; color: var(--grain); font-size: 10px; font-weight: 800; letter-spacing: .2em; }
.compact-heading { grid-template-columns: 1fr auto; align-items: center; }
.text-link { color: var(--green); font-size: 13px; font-weight: 700; }

.company-profile-home { scroll-margin-top: 24px; border-top: 1px solid var(--line); background: #eee9dc; }
.company-profile-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 80px; margin-bottom: 40px; }
.company-profile-heading h2 { max-width: 720px; margin: 0; font-family: var(--font-serif); font-size: clamp(32px, 3.8vw, 48px); line-height: 1.28; }
.company-profile-heading > p { max-width: 430px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.9; }
.company-profile-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 76px; align-items: start; }
.company-profile-copy { max-width: 760px; }
.company-profile-copy p:not(.profile-source) { margin: 0 0 18px; color: #45564d; font-size: 15px; line-height: 2; }
.company-profile-copy .profile-source { margin: 0 0 23px; color: #8a6a31; font-size: 11px; font-weight: 750; letter-spacing: .12em; }
.company-profile-copy .text-link { display: inline-flex; margin-top: 9px; }
.company-rd-card { position: relative; min-height: 430px; overflow: hidden; margin: 0; border: 1px solid #cfd7cf; background: #dce5df; box-shadow: 0 24px 54px rgba(18, 47, 37, .12); }
.company-rd-card::after { position: absolute; right: 0; bottom: 0; left: 0; height: 48%; background: linear-gradient(to bottom, transparent, rgba(5, 35, 27, .88)); content: ""; pointer-events: none; }
.company-rd-card img { display: block; width: 100%; height: 100%; min-height: 430px; object-fit: cover; object-position: center center; filter: saturate(.92) contrast(.98); }
.company-rd-card figcaption { position: absolute; right: 0; bottom: 0; left: 0; z-index: 1; display: flex; flex-direction: column; gap: 8px; padding: 54px 28px 25px; color: white; }
.company-rd-card figcaption span { color: #e4b965; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.company-rd-card figcaption strong { max-width: 360px; font-family: var(--font-serif); font-size: 24px; line-height: 1.35; }
.company-rd-card figcaption small { color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.5; }
.company-branches-home { scroll-margin-top: 24px; border-top: 1px solid var(--line); background: #f5f1e6; }
.company-branches-heading { display: grid; grid-template-columns: .7fr 1.3fr; align-items: end; gap: 80px; margin-bottom: 40px; }
.company-branches-heading h2 { margin: 0; font-family: var(--font-serif); font-size: clamp(32px, 3.8vw, 48px); line-height: 1.28; }
.company-branches-heading > p { max-width: 520px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.9; }
.company-branches-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.company-branch-card { min-width: 0; padding: 28px; border: 1px solid #cfd7cf; background: rgba(255,255,255,.34); box-shadow: 0 18px 45px rgba(18, 47, 37, .05); }
.company-branch-card-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; min-height: 75px; }
.company-branch-card-heading .section-kicker { margin-bottom: 10px; }
.company-branch-card h3 { max-width: 420px; margin: 0; font-family: var(--font-serif); font-size: 25px; line-height: 1.35; }
.company-branch-status { flex: 0 0 auto; padding: 6px 9px; border: 1px solid #d7c395; color: #8a6a31; font-size: 10px; line-height: 1; white-space: nowrap; }
.company-branch-status-ready { border-color: #b7c9bc; color: var(--green); }
.company-branch-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 20px 0 18px; }
.company-branch-gallery figure, .company-branch-placeholder { position: relative; overflow: hidden; aspect-ratio: 1 / .78; margin: 0; border: 1px solid #cfd7cf; background: #dce5df; }
.company-branch-gallery figure::after { position: absolute; right: 0; bottom: 0; left: 0; height: 44%; background: linear-gradient(to bottom, transparent, rgba(5, 35, 27, .82)); content: ""; pointer-events: none; }
.company-branch-gallery img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.92) contrast(.98); }
.company-branch-gallery figcaption { position: absolute; right: 12px; bottom: 10px; left: 12px; z-index: 1; color: rgba(255,255,255,.9); font-size: 11px; }
.company-branch-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; border-style: dashed; background: linear-gradient(145deg, rgba(255,255,255,.62), rgba(231,236,227,.62)); color: #67756d; text-align: center; }
.company-branch-placeholder::before { width: 36px; height: 36px; border: 1px solid #b9c7bc; border-radius: 50%; color: #8a6a31; content: "+"; font-family: var(--font-serif); font-size: 25px; line-height: 33px; }
.company-branch-placeholder span { font-family: var(--font-serif); font-size: 15px; }
.company-branch-placeholder small { color: #8a958e; font-size: 10px; letter-spacing: .08em; }
.company-branch-description { margin: 0; color: #69766e; font-size: 13px; line-height: 1.85; }
.company-profile-brands { padding: 0 0 106px; border-bottom: 0; scroll-margin-top: 24px; }
.company-profile-brands-inner { display: grid; grid-template-columns: .6fr 1.4fr; align-items: center; gap: 80px; padding-top: 31px; border-top: 1px solid #cfd7cf; }
.company-profile-brands h3 { margin: 0; font-family: var(--font-serif); font-size: 23px; }
.company-profile-brand-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cfd7cf; border-left: 1px solid #cfd7cf; }
.company-profile-brand-list span { display: grid; min-height: 154px; padding: 10px 12px; place-items: center; border-right: 1px solid #cfd7cf; border-bottom: 1px solid #cfd7cf; background: rgba(255,255,255,.16); }
.company-profile-brand-list img { display: block; width: min(100%, 230px); height: 134px; object-fit: contain; }

.stage-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #cdd5cf; border-bottom: 1px solid #cdd5cf; }
.stage-card { min-height: 248px; padding: 27px 25px 24px; border-right: 1px solid #cdd5cf; transition: background .18s ease, transform .18s ease; }
.stage-card:last-child { border-right: 0; }
.stage-card:hover { background: white; transform: translateY(-4px); }
.stage-card > span { color: var(--grain); font-family: var(--font-serif); font-size: 13px; }
.stage-card h3 { margin: 54px 0 11px; font-family: var(--font-serif); font-size: 23px; }
.stage-card p { min-height: 45px; margin: 0; color: #738078; font-size: 12px; line-height: 1.7; }
.stage-card a { display: inline-flex; margin-top: 26px; color: var(--green); font-size: 12px; font-weight: 700; }

.brand-matrix-home { padding: 82px 0; border-top: 1px solid var(--line); background: white; }
.brand-matrix-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 85px; }
.brand-matrix-grid h2, .faq-layout h2 { margin: 0; font-family: var(--font-serif); font-size: clamp(31px, 3.6vw, 46px); line-height: 1.3; }
.brand-matrix-grid > div:first-child > p:not(.section-kicker) { margin: 20px 0 24px; color: var(--muted); font-size: 13px; line-height: 1.9; }
.brand-name-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.brand-name-grid span { display: grid; min-height: 125px; place-content: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; }
.brand-name-grid strong { font-family: var(--font-serif); font-size: 24px; }
.brand-name-grid small { margin-top: 7px; color: #8a958e; font-size: 9px; letter-spacing: .14em; }

.quality-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 110px; }
.quality-copy > p:not(.section-kicker) { max-width: 580px; margin: 23px 0 31px; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.9; }
.evidence-ladder { border-top: 1px solid rgba(255,255,255,.16); }
.evidence-ladder > div { display: grid; grid-template-columns: 48px 115px 1fr; min-height: 78px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.16); }
.evidence-ladder span { color: #e3b964; font-family: var(--font-serif); font-size: 11px; }
.evidence-ladder strong { font-size: 14px; }
.evidence-ladder small { color: rgba(255,255,255,.48); font-size: 11px; }

.trust-layout { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.trust-card { min-height: 370px; padding: 36px; border: 1px solid #d6dcd7; background: #f7f6f1; }
.trust-card-main { background: white; }
.card-icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: #e4eee7; color: var(--green); font-family: var(--font-serif); font-weight: 800; }
.trust-card .section-kicker { margin-top: 27px; }
.trust-card h2 { max-width: 480px; margin: 48px 0 13px; font-family: var(--font-serif); font-size: 31px; line-height: 1.35; }
.trust-card > p:not(.section-kicker) { max-width: 530px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.85; }
.trust-card a { display: inline-flex; margin-top: 27px; color: var(--green); font-size: 12px; font-weight: 700; }

.news-section { background: #efede5; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cdd5cf; }
.news-card { min-height: 245px; padding: 27px 27px 24px; border-right: 1px solid #cdd5cf; border-bottom: 1px solid #cdd5cf; background: rgba(255,255,255,.34); }
.news-card:last-child { border-right: 0; }
.news-card > p { margin: 0; color: #7c897f; font-size: 11px; }
.news-card h3 { min-height: 84px; margin: 42px 0 35px; font-family: var(--font-serif); font-size: 22px; line-height: 1.55; }
.news-card h3 a:hover { color: var(--green); }
.news-card > div { display: flex; align-items: center; justify-content: space-between; color: #859087; font-size: 10px; }
.news-card > div a { color: var(--green); font-size: 11px; font-weight: 700; }

.faq-section { background: white; }
.faq-layout { display: grid; grid-template-columns: 360px 1fr; align-items: start; gap: 95px; }
.faq-layout > div:first-child > p:not(.section-kicker) { margin: 22px 0 0; color: var(--muted); font-size: 13px; line-height: 1.85; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 45px 24px 0; color: var(--green-deep); font-size: 15px; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 20px; right: 4px; color: var(--grain); content: "+"; font-family: var(--font-serif); font-size: 25px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 760px; margin: -3px 45px 24px 0; color: var(--muted); font-size: 13px; line-height: 1.9; }

.home-cta { padding: 76px 0; background: #e7e1d2; }
.home-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.home-cta h2 { max-width: 780px; }

.page-hero { position: relative; overflow: hidden; padding: 78px 0 86px; background: var(--green-deep); color: white; }
.page-hero-small { padding-bottom: 74px; }
.page-hero-grid { position: absolute; inset: 0 0 0 54%; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 52px 52px; -webkit-mask-image: linear-gradient(to left, black, transparent); mask-image: linear-gradient(to left, black, transparent); }
.page-hero .site-shell { position: relative; }
.page-breadcrumb { display: flex; align-items: center; gap: 6px; margin: 0 0 42px; color: rgba(255,255,255,.45); font-size: 11px; }
.page-breadcrumb a:hover { color: white; }
.page-hero h1 { margin: 0; font-family: var(--font-serif); font-size: clamp(44px, 5.4vw, 70px); line-height: 1.1; }
.page-hero-copy { max-width: 760px; margin: 24px 0 0; color: rgba(255,255,255,.67); font-size: 16px; line-height: 1.9; }

.page-content-section { min-height: 520px; }
.catalog-intro { margin-bottom: 34px; }
.catalog-intro h2 { margin: 0; font-family: var(--font-serif); font-size: clamp(31px, 3.5vw, 45px); }
.catalog-intro > p:not(.section-kicker) { max-width: 780px; margin: 17px 0 0; color: var(--muted); font-size: 13px; line-height: 1.85; }
.catalog-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.catalog-series-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 88px; }
.catalog-series-grid article { overflow: hidden; border: 1px solid var(--line); background: white; }
.catalog-series-grid article > a { display: block; height: 100%; }
.catalog-series-grid img { display: block; width: 100%; aspect-ratio: 1.28; object-fit: contain; object-position: center; padding: 14px; border-bottom: 1px solid #edf0ed; background: #f5f5f1; }
.catalog-series-grid article > div { padding: 19px 20px 22px; }
.catalog-series-grid article > a > div { padding: 19px 20px 22px; }
.catalog-series-grid h3 { margin: 0; font-family: var(--font-serif); font-size: 20px; }
.catalog-series-grid p { margin: 8px 0 0; color: var(--muted); font-size: 11px; }
.product-directory { margin-bottom: 95px; }
.product-series { scroll-margin-top: 24px; padding: 78px 0 12px; border-top: 1px solid var(--line); }
.product-series:first-child { padding-top: 0; border-top: 0; }
.product-series-heading { display: grid; grid-template-columns: 1fr 340px; align-items: end; gap: 60px; margin-bottom: 30px; }
.product-series-heading h2 { margin: 0; font-family: var(--font-serif); font-size: clamp(29px, 3.4vw, 42px); }
.product-series-heading > p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.product-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.product-card { display: grid; grid-template-columns: 42% 58%; min-height: 245px; overflow: hidden; border: 1px solid var(--line); background: white; }
.product-card-image { display: grid; min-height: 245px; place-items: center; padding: 12px; border-right: 1px solid #edf0ed; background: #f5f5f1; }
.product-card-image img { display: block; width: 100%; height: 100%; max-height: 220px; object-fit: contain; }
.product-card-body { display: flex; align-items: flex-start; flex-direction: column; padding: 22px 18px; }
.product-card-body > span { color: #8b6b2f; font-size: 10px; font-weight: 750; letter-spacing: .06em; }
.product-card h3 { margin: 28px 0 8px; font-family: var(--font-serif); font-size: 23px; line-height: 1.25; }
.product-card h3 a:hover { color: var(--green); }
.product-card-body > p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.65; }
.product-card-link { margin-top: auto; color: var(--green); font-size: 11px; font-weight: 750; }

.product-hero { padding: 72px 0 78px; background: var(--green-deep); color: white; }
.product-hero-grid { display: grid; grid-template-columns: 1fr 400px; min-height: 480px; align-items: center; gap: 90px; }
.product-hero-copy .page-breadcrumb { margin-bottom: 50px; }
.product-hero-copy h1 { margin: 0; font-family: var(--font-serif); font-size: clamp(52px, 7vw, 88px); line-height: 1; }
.product-full-name { max-width: 720px; margin: 26px 0 0; color: rgba(255,255,255,.7); font-size: 18px; line-height: 1.75; }
.product-status { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 35px; }
.product-status span, .product-status em { padding: 7px 11px; border-radius: 99px; font-size: 10px; font-style: normal; }
.product-status span { background: #dceade; color: #195538; }
.product-status em { border: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.62); }
.product-hero-image { display: grid; width: 100%; min-height: 430px; margin: 0; place-items: center; overflow: hidden; border-radius: 8px; background: #f7f7f3; }
.product-hero-image img { display: block; width: 100%; height: 430px; object-fit: contain; }
.product-facts-section { border-bottom: 1px solid var(--line); background: white; }
.product-facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.product-facts-grid > div { min-height: 122px; padding: 27px 26px; border-right: 1px solid var(--line); }
.product-facts-grid > div:first-child { padding-left: 0; }
.product-facts-grid > div:last-child { border-right: 0; }
.product-facts-grid span, .product-facts-grid strong { display: block; }
.product-facts-grid span { margin-bottom: 18px; color: #8a958e; font-size: 10px; }
.product-facts-grid strong { color: var(--green-deep); font-size: 15px; line-height: 1.55; }
.product-detail-layout { display: grid; grid-template-columns: minmax(0, 780px) 310px; align-items: start; gap: 80px; }
.product-detail-body { width: 100%; min-width: 0; }
.product-source { padding: 18px 20px; border-left: 3px solid var(--grain); background: #f0eee7; color: #59665e !important; font-size: 12px; }
.product-detail-aside { position: sticky; top: 28px; padding: 30px; border: 1px solid var(--line); background: white; }
.product-detail-aside h2 { margin: 0; font-family: var(--font-serif); font-size: 29px; }
.product-source-preview { display: block; overflow: hidden; margin: 24px 0 8px; border: 1px solid var(--line); border-radius: 5px; background: #f6f5ef; }
.product-source-preview img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .25s ease; }
.product-source-preview:hover img { transform: scale(1.025); }
.product-detail-aside dl { margin: 25px 0 28px; }
.product-detail-aside dl > div { display: grid; grid-template-columns: 74px 1fr; gap: 10px; padding: 13px 0; border-bottom: 1px solid #eceeea; font-size: 11px; line-height: 1.65; }
.product-detail-aside dt { color: #89938c; }
.product-detail-aside dd { margin: 0; color: #3f4d45; }
.product-detail-aside .button { width: 100%; }
.product-back-link { display: inline-flex; margin-top: 21px; }
.related-products { border-top: 1px solid var(--line); background: #eeece4; }
.related-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #cbd3cd; border-bottom: 1px solid #cbd3cd; }
.related-product-grid > a { min-height: 180px; padding: 24px 23px; border-right: 1px solid #cbd3cd; }
.related-product-grid > a:last-child { border-right: 0; }
.related-product-grid span, .related-product-grid strong, .related-product-grid small { display: block; }
.related-product-grid span { color: #98702c; font-size: 10px; }
.related-product-grid strong { margin: 38px 0 8px; font-family: var(--font-serif); font-size: 23px; }
.related-product-grid small { color: var(--muted); font-size: 10px; line-height: 1.6; }
.prose-content { max-width: 920px; min-width: 0; }
.prose-content > :first-child { margin-top: 0; }
.prose-content h2 { margin: 64px 0 20px; font-family: var(--font-serif); font-size: clamp(27px, 3.2vw, 39px); line-height: 1.35; }
.prose-content h3 { margin: 38px 0 14px; font-size: 20px; }
.prose-content p { margin: 0 0 20px; color: #526159; line-height: 2; }
.prose-content strong { color: var(--ink); }
.prose-content a { color: var(--green); text-decoration: underline; text-underline-offset: 4px; }
.prose-content ul, .prose-content ol { margin: 20px 0 30px; padding: 0; list-style: none; }
.prose-content li { position: relative; margin: 0; padding: 16px 18px 16px 45px; border-bottom: 1px solid var(--line); color: #405048; line-height: 1.75; }
.prose-content ul li::before { position: absolute; top: 23px; left: 19px; width: 7px; height: 7px; border-radius: 50%; background: var(--grain); content: ""; }
.prose-content ol { counter-reset: item; }
.prose-content ol li { counter-increment: item; }
.prose-content ol li::before { position: absolute; top: 16px; left: 8px; width: 26px; color: var(--grain); content: counter(item, decimal-leading-zero); font-family: var(--font-serif); font-size: 12px; }
.prose-content blockquote { margin: 36px 0; padding: 26px 30px; border-left: 4px solid var(--grain); background: #ece8dc; }
.prose-content blockquote p:last-child { margin-bottom: 0; }
.prose-content table { width: 100%; margin: 30px 0; border-collapse: collapse; background: white; font-size: 14px; }
.prose-content th, .prose-content td { padding: 15px 16px; border: 1px solid var(--line); text-align: left; }
.prose-content th { background: #e9efe9; color: var(--green-deep); }
.prose-content hr { margin: 55px 0; border: 0; border-top: 1px solid var(--line); }
.prose-content img { margin: 25px 0; border-radius: 6px; }

.brochure-gallery-section { margin-top: 88px; padding-top: 76px; border-top: 1px solid var(--line); }
.brochure-gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 34px; }
.brochure-page-card { display: block; overflow: hidden; border: 1px solid var(--line); border-radius: 5px; background: white; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.brochure-page-card:hover { border-color: #91a69a; transform: translateY(-3px); box-shadow: 0 18px 38px rgba(14,47,37,.09); }
.brochure-page-card figure { margin: 0; }
.brochure-page-card img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; border-bottom: 1px solid #edf0ed; background: #f6f6f2; }
.brochure-page-card figcaption { display: grid; min-height: 118px; align-content: start; padding: 17px 18px 19px; }
.brochure-page-card span { color: var(--grain); font-family: var(--font-serif); font-size: 10px; letter-spacing: .08em; }
.brochure-page-card strong { margin-top: 10px; color: var(--green-deep); font-family: var(--font-serif); font-size: 18px; line-height: 1.35; }
.brochure-page-card small { margin-top: 7px; color: var(--muted); font-size: 10px; line-height: 1.65; }

.archive-layout { display: grid; grid-template-columns: 1fr 330px; align-items: start; gap: 80px; }
.archive-card { padding: 0 0 42px; margin-bottom: 42px; border-bottom: 1px solid var(--line); }
.archive-meta { display: flex; align-items: center; justify-content: space-between; color: #7a877e; font-size: 11px; }
.archive-meta span { color: var(--green); font-weight: 700; }
.archive-card h2 { margin: 20px 0 14px; font-family: var(--font-serif); font-size: 30px; line-height: 1.42; }
.archive-card h2 a:hover { color: var(--green); }
.archive-card > p { margin: 0 0 20px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.archive-aside { position: sticky; top: 28px; padding: 30px; border: 1px solid var(--line); background: white; }
.archive-aside h2 { margin: 0; font-family: var(--font-serif); font-size: 28px; }
.archive-aside ol { margin: 28px 0 0; padding: 0; list-style: none; }
.archive-aside li { display: grid; grid-template-columns: 40px 1fr; min-height: 55px; align-items: center; border-bottom: 1px solid #eceeea; color: #56635b; font-size: 12px; }
.archive-aside li span { color: var(--grain); font-family: var(--font-serif); }
.empty-state { padding: 60px; border: 1px solid var(--line); background: white; text-align: center; }
.empty-state h2 { font-family: var(--font-serif); font-size: 30px; }
.page-navigator { display: flex; gap: 8px; margin: 45px 0 0; padding: 0; list-style: none; }
.page-navigator li a, .page-navigator li.current a { display: grid; min-width: 40px; height: 40px; place-items: center; border: 1px solid var(--line); background: white; font-size: 12px; }
.page-navigator li.current a { border-color: var(--green); background: var(--green); color: white; }

.article-hero { padding: 86px 0 92px; background: var(--green-deep); color: white; }
.article-hero-inner { max-width: 960px; }
.article-hero h1 { max-width: 900px; margin: 0; font-family: var(--font-serif); font-size: clamp(38px, 5vw, 64px); line-height: 1.25; }
.article-meta { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 32px; color: rgba(255,255,255,.5); font-size: 11px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 780px) 300px; align-items: start; gap: 80px; }
.article-body { width: 100%; min-width: 0; }
.article-body > p:first-child { color: #304239; font-size: 18px; }
.article-notice { margin-top: 58px; padding: 27px 30px; border: 1px solid #d8d6cc; background: #eeebe1; }
.article-notice strong { display: block; margin-bottom: 8px; }
.article-notice p { margin: 0; font-size: 12px; line-height: 1.8; }
.article-aside { position: sticky; top: 28px; padding: 30px; background: var(--green-deep); color: white; }
.article-aside h2 { margin: 0; font-family: var(--font-serif); font-size: 27px; }
.article-aside > p:not(.section-kicker) { margin: 18px 0 27px; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.8; }
.article-aside .button { width: 100%; background: var(--grain); color: var(--green-deep); }

.error-page { display: grid; min-height: 620px; place-items: center; padding: 80px 0; }
.error-card { max-width: 760px; padding: 70px; border: 1px solid var(--line); background: white; text-align: center; }
.error-card > p { margin: 0; color: var(--grain); font-family: var(--font-serif); font-size: 80px; }
.error-card h1 { margin: 5px 0 12px; font-family: var(--font-serif); font-size: 38px; }
.error-card > span { display: block; margin-bottom: 28px; color: var(--muted); }

.site-footer { padding-top: 66px; background: #061f18; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .65fr 1fr; gap: 64px; padding-bottom: 58px; }
.footer-brand { display: flex; align-items: flex-start; gap: 16px; }
.footer-brand strong { display: block; margin-top: 3px; font-family: var(--font-serif); font-size: 20px; }
.footer-brand p { margin: 10px 0 6px; color: rgba(255,255,255,.55); font-size: 12px; }
.footer-brand small { display: block; max-width: 420px; color: rgba(255,255,255,.36); font-size: 10px; line-height: 1.7; }
.footer-links { display: grid; align-content: start; gap: 11px; }
.footer-links p { margin: 0 0 8px; color: #d7aa53; font-size: 10px; font-weight: 750; letter-spacing: .16em; }
.footer-links a, .footer-links span { color: rgba(255,255,255,.58); font-size: 12px; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; min-height: 100px; align-items: center; justify-content: center; flex-direction: column; gap: 10px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.62); font-size: 12px; text-align: center; }
.footer-icp { display: inline-flex; align-items: center; justify-content: center; padding: 9px 17px; border: 1px solid rgba(215,170,83,.38); border-radius: 999px; background: rgba(215,170,83,.09); color: rgba(255,255,255,.82); font-size: 14px; line-height: 1; }
.footer-icp a { color: #e7c57c; font-weight: 700; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.footer-bottom a:hover { color: white; }

/* 独立拳头产品页 */
.flagship-hero { padding-bottom: 94px; }
.flagship-hero-inner { position: relative; }
.flagship-hero-copy { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 70px; }
.flagship-hero-copy h1 { margin: 0; font-family: var(--font-serif); font-size: clamp(44px, 5.4vw, 70px); line-height: 1.1; }
.flagship-hero-index { display: flex; flex-direction: column; align-items: flex-end; padding-bottom: 9px; color: rgba(255,255,255,.55); }
.flagship-hero-index strong { color: #e4b965; font-family: var(--font-serif); font-size: 58px; line-height: 1; font-weight: 400; }
.flagship-hero-index span { margin-top: 8px; font-size: 11px; letter-spacing: .16em; }
.flagship-products-section { background: #f3f0e6; }
.flagship-section-heading { margin-bottom: 46px; }
.flagship-product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.flagship-product-card { display: grid; grid-template-columns: minmax(210px, .78fr) minmax(0, 1.22fr); min-width: 0; border: 1px solid #cfd7cf; background: #fff; box-shadow: 0 18px 50px rgba(18,47,37,.08); transition: transform .18s ease, box-shadow .18s ease; }
.flagship-product-card:hover { transform: translateY(-4px); box-shadow: 0 24px 58px rgba(18,47,37,.13); }
.flagship-product-media { position: relative; min-height: 430px; overflow: hidden; background: #dbe6e5; }
.flagship-product-media::after { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 58%, rgba(6,31,25,.2)); content: ""; pointer-events: none; }
.flagship-product-media img { display: block; width: 100%; height: 100%; min-height: 430px; object-fit: cover; object-position: center; }
.flagship-product-number { position: absolute; top: 18px; left: 18px; z-index: 1; color: rgba(255,255,255,.88); font-family: var(--font-serif); font-size: 12px; letter-spacing: .14em; }
.flagship-media-label { position: absolute; right: 15px; bottom: 15px; z-index: 1; padding: 5px 8px; border: 1px solid rgba(255,255,255,.45); color: rgba(255,255,255,.87); background: rgba(6,31,25,.22); font-size: 10px; }
.flagship-product-body { min-width: 0; display: flex; flex-direction: column; padding: 28px 26px 23px; }
.flagship-product-topline { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.flagship-product-topline .section-kicker { max-width: 190px; margin-bottom: 0; line-height: 1.5; }
.flagship-badge { flex: 0 0 auto; padding: 6px 8px; border: 1px solid #d7c395; color: #8a6a31; font-size: 9px; line-height: 1; white-space: nowrap; }
.flagship-product-body h2 { margin: 34px 0 8px; font-family: var(--font-serif); font-size: 31px; line-height: 1.25; }
.flagship-product-body h2 small { margin-left: 5px; color: #748079; font-family: var(--font-serif); font-size: 14px; font-weight: 400; letter-spacing: .04em; }
.flagship-product-type { min-height: 42px; margin: 0; color: var(--green); font-size: 13px; font-weight: 650; line-height: 1.65; }
.flagship-product-intro { margin: 18px 0 0; color: #66746c; font-size: 12px; line-height: 1.85; }
.flagship-product-facts { margin: 21px 0 0; padding-top: 10px; border-top: 1px solid #e7ebe7; }
.flagship-product-facts > div { display: grid; grid-template-columns: 76px minmax(0,1fr); gap: 9px; padding: 9px 0; border-bottom: 1px solid #eceeea; }
.flagship-product-facts dt { color: #89938c; font-size: 10px; }
.flagship-product-facts dd { margin: 0; color: #415149; font-size: 11px; line-height: 1.6; }
.flagship-brochure-note { display: flex; align-items: flex-start; gap: 8px; margin: 17px 0 0; color: #8a6a31; font-size: 10px; line-height: 1.6; }
.flagship-brochure-note span { flex: 0 0 auto; color: #a08452; font-weight: 700; }
.flagship-product-footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 23px; }
.flagship-product-footer small { max-width: 170px; color: #9aa49d; font-size: 9px; line-height: 1.55; }
.flagship-product-footer .text-link { flex: 0 0 auto; font-size: 11px; white-space: nowrap; }
.flagship-product-footer .text-link span { padding-left: 4px; }
.flagship-note-section { border-top: 1px solid var(--line); background: #e7e1d2; }
.flagship-note-panel { display: grid; grid-template-columns: 1.1fr 1.2fr auto; align-items: center; gap: 55px; padding: 72px 0; }
.flagship-note-panel h2 { margin: 0; font-family: var(--font-serif); font-size: clamp(28px, 3.2vw, 40px); line-height: 1.3; }
.flagship-note-panel > p { margin: 0; color: #65736b; font-size: 13px; line-height: 1.9; }
.flagship-note-panel .button { white-space: nowrap; }

@media (max-width: 1100px) {
  .desktop-nav { gap: 18px; }
  .desktop-nav a { font-size: 13px; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; padding-top: 80px; }
  .fact-card { max-width: 650px; }
  .product-spotlight { max-width: 650px; }
  .quality-grid { gap: 62px; }
  .footer-grid { gap: 36px; }
  .brochure-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-card-grid { grid-template-columns: repeat(2, 1fr); }
  .product-hero-grid { grid-template-columns: 1fr 340px; gap: 55px; }
  .brand-matrix-grid { gap: 50px; }
  .flagship-product-card { grid-template-columns: minmax(170px, .72fr) minmax(0, 1.28fr); }
  .flagship-product-media, .flagship-product-media img { min-height: 390px; }
  .flagship-note-panel { gap: 30px; }
}

@media (max-width: 900px) {
  .desktop-nav, .header-contact { display: none; }
  .header-inner { justify-content: space-between; }
  .mobile-nav { display: block; }
  .section-heading, .company-profile-heading, .company-profile-grid, .company-branches-heading, .quality-grid, .archive-layout, .article-layout, .brand-matrix-grid, .faq-layout { grid-template-columns: 1fr; gap: 46px; }
  .stage-grid { grid-template-columns: repeat(2, 1fr); }
  .stage-card:nth-child(2) { border-right: 0; }
  .stage-card:nth-child(-n+2) { border-bottom: 1px solid #cdd5cf; }
  .proof-grid > div { padding-inline: 22px; }
  .news-grid { grid-template-columns: 1fr; }
  .news-card { border-right: 0; }
  .news-card h3 { min-height: 0; }
  .archive-aside, .article-aside { position: static; }
  .footer-grid { grid-template-columns: 1.4fr .6fr; }
  .catalog-series-grid { grid-template-columns: repeat(2, 1fr); }
  .brochure-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-series-heading, .product-detail-layout { grid-template-columns: 1fr; gap: 35px; }
  .product-hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .product-hero-image { max-width: 500px; }
  .product-facts-grid { grid-template-columns: repeat(2, 1fr); }
  .product-facts-grid > div:nth-child(2) { border-right: 0; }
  .product-facts-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .product-detail-aside { position: static; }
  .related-product-grid { grid-template-columns: repeat(2, 1fr); }
  .related-product-grid > a:nth-child(2) { border-right: 0; }
  .related-product-grid > a:nth-child(-n+2) { border-bottom: 1px solid #cbd3cd; }
  .footer-grid > :last-child { grid-column: 1 / -1; }
  .flagship-hero-copy, .flagship-note-panel { grid-template-columns: 1fr; gap: 30px; }
  .flagship-hero-index { align-items: flex-start; }
  .flagship-product-grid { grid-template-columns: 1fr; }
  .flagship-note-panel { padding-block: 60px; }
}

@media (max-width: 640px) {
  .site-shell { width: min(var(--shell), calc(100% - 30px)); }
  .header-inner { min-height: 68px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand strong { font-size: 16px; }
  .hero-section, .hero-grid { min-height: auto; }
  .hero-grid { padding: 68px 0 74px; }
  .hero-copy h1 { font-size: 42px; }
  .hero-lead { font-size: 15px; }
  .fact-card-head, .fact-list, .fact-note { padding-inline: 19px; }
  .fact-row { grid-template-columns: 58px minmax(0,1fr); padding-block: 10px; }
  .product-spotlight { min-height: 470px; }
  .product-spotlight-copy { padding: 23px 22px 0; }
  .product-spotlight-copy h2 { font-size: 29px; }
  .product-spotlight-figure { inset: 65px 18px 55px; }
  .product-spotlight-figure figcaption { grid-template-columns: auto 1fr; gap: 3px 8px; }
  .product-spotlight-link { right: 22px; bottom: 20px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid > div { min-height: 82px; padding: 16px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-grid > div:last-child { border-bottom: 0; }
  .section-space { padding: 72px 0 78px; }
  .section-heading { gap: 18px; }
  .company-profile-heading, .company-profile-grid, .company-branches-heading { gap: 28px; }
  .company-profile-brands { padding-bottom: 78px; }
  .company-profile-brands-inner { grid-template-columns: 1fr; gap: 22px; }
  .company-branches-grid { grid-template-columns: 1fr; }
  .company-branch-card { padding: 22px; }
  .company-profile-copy p:not(.profile-source) { font-size: 14px; line-height: 1.9; }
  .company-rd-card, .company-rd-card img { min-height: 360px; }
  .company-rd-card figcaption { padding: 48px 22px 22px; }
  .company-rd-card figcaption strong { font-size: 22px; }
  .company-branch-card-heading { min-height: 0; }
  .company-branch-card h3 { font-size: 22px; }
  .company-branch-gallery { gap: 8px; }
  .compact-heading { align-items: start; }
  .stage-grid { grid-template-columns: 1fr; }
  .stage-card, .stage-card:nth-child(2) { border-right: 0; border-bottom: 1px solid #cdd5cf; }
  .stage-card:last-child { border-bottom: 0; }
  .quality-grid { gap: 42px; }
  .evidence-ladder > div { grid-template-columns: 38px 94px 1fr; }
  .trust-layout { grid-template-columns: 1fr; }
  .brand-name-grid { grid-template-columns: repeat(2, 1fr); }
  .brand-name-grid span:last-child { grid-column: auto; }
  .company-profile-brand-list { grid-template-columns: repeat(2, 1fr); }
  .trust-card { min-height: 340px; padding: 28px; }
  .trust-card h2 { margin-top: 36px; font-size: 27px; }
  .news-card { min-height: 220px; padding-inline: 22px; }
  .home-cta { padding: 60px 0; }
  .home-cta-inner { align-items: flex-start; flex-direction: column; gap: 28px; }
  .page-hero { padding: 56px 0 65px; }
  .page-breadcrumb { margin-bottom: 34px; }
  .page-hero h1 { font-size: 44px; }
  .page-hero-copy { font-size: 14px; }
  .prose-content h2 { margin-top: 50px; }
  .catalog-series-grid { grid-template-columns: 1fr; margin-bottom: 65px; }
  .brochure-gallery-section { margin-top: 65px; padding-top: 58px; }
  .brochure-gallery { gap: 11px; margin-top: 24px; }
  .brochure-page-card figcaption { min-height: 108px; padding: 14px 13px 16px; }
  .brochure-page-card strong { font-size: 16px; }
  .brochure-page-card small { font-size: 9px; }
  .product-card-grid { grid-template-columns: 1fr; }
  .product-card { grid-template-columns: 40% 60%; min-height: 220px; }
  .product-card-image { min-height: 220px; }
  .product-series { padding-top: 60px; }
  .product-series-heading { gap: 14px; }
  .product-hero { padding: 54px 0 60px; }
  .product-hero-grid { min-height: auto; }
  .product-hero-copy .page-breadcrumb { margin-bottom: 38px; }
  .product-hero-copy h1 { font-size: 52px; }
  .product-full-name { font-size: 15px; }
  .product-hero-image { min-height: 340px; }
  .product-hero-image img { height: 340px; }
  .product-facts-grid { grid-template-columns: 1fr; }
  .product-facts-grid > div, .product-facts-grid > div:first-child { min-height: 96px; padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .product-facts-grid > div:last-child { border-bottom: 0; }
  .product-facts-grid span { margin-bottom: 8px; }
  .related-product-grid { grid-template-columns: 1fr; }
  .related-product-grid > a, .related-product-grid > a:nth-child(2) { min-height: 145px; border-right: 0; border-bottom: 1px solid #cbd3cd; }
  .related-product-grid > a:last-child { border-bottom: 0; }
  .related-product-grid strong { margin-top: 25px; }
  .prose-content table { display: block; overflow-x: auto; white-space: nowrap; }
  .archive-card h2 { font-size: 26px; }
  .article-hero { padding: 62px 0 70px; }
  .article-hero h1 { font-size: 38px; }
  .article-meta { flex-direction: column; gap: 7px; }
  .article-notice, .article-aside { padding: 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :last-child { grid-column: auto; }
  .footer-bottom { min-height: 100px; align-items: center; gap: 10px; padding-block: 20px; }
  .footer-icp { padding: 9px 14px; font-size: 13px; }
  .error-card { padding: 48px 24px; }
  .flagship-hero { padding-bottom: 70px; }
  .flagship-product-card { grid-template-columns: 42% 58%; }
  .flagship-product-media, .flagship-product-media img { min-height: 370px; }
  .flagship-product-body { padding: 22px 17px 19px; }
  .flagship-product-body h2 { margin-top: 27px; font-size: 26px; }
  .flagship-product-type { min-height: 0; font-size: 11px; }
  .flagship-product-intro { font-size: 11px; }
  .flagship-product-facts > div { grid-template-columns: 62px minmax(0,1fr); gap: 7px; }
  .flagship-product-facts dt { font-size: 9px; }
  .flagship-product-facts dd { font-size: 10px; }
  .flagship-product-footer { display: block; padding-top: 18px; }
  .flagship-product-footer small { display: block; max-width: none; margin-bottom: 12px; }
  .flagship-product-footer .text-link { font-size: 10px; }
}

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