:root {
  --ink: #181716;
  --paper: #f1efe9;
  --white: #fff;
  --line: rgba(24, 23, 22, 0.16);
  --lime: #d8ff43;
  --graphite: #4f5152;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { max-width: 100%; height: auto; }
em { color: var(--graphite); font-style: normal; }
.shell { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 116px 0; }
.section-index, .eyebrow {
  display: flex; align-items: center; gap: 10px; font: 700 11px/1 Arial; letter-spacing: .18em; text-transform: uppercase;
}
.section-index { color: #77736c; }
.eyebrow span { width: 34px; height: 2px; background: var(--lime); }

.utility { background: var(--ink); color: #aaa69f; font-size: 11px; }
.utility .shell { height: 34px; display: flex; justify-content: space-between; align-items: center; letter-spacing: .06em; }
.utility .shell div { display: flex; gap: 28px; color: #f7f5ef; }
.header { position: sticky; top: 0; z-index: 50; background: rgba(241,239,233,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { height: 86px; display: flex; align-items: center; }
.brand { display: flex; align-items: center; gap: 10px; margin-right: auto; }
.brand img { width: 52px; height: 52px; object-fit: contain; mix-blend-mode: multiply; }
.brand span { display: flex; flex-direction: column; gap: 3px; }
.brand b { font-size: 16px; letter-spacing: .11em; }
.brand small { font-size: 8px; letter-spacing: .24em; color: #6b6862; }
.nav { display: flex; align-items: center; gap: 18px; margin-right: 22px; }
.nav a { font-size: 13px; font-weight: 700; }
.nav a:hover { opacity: .55; }
.nav-dropdown { position: relative; }
.nav-dropdown > button { border: 0; padding: 12px 0; background: transparent; color: var(--ink); display: flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; cursor: pointer; }
.nav-dropdown > button span { color: #77736c; font-size: 15px; transition: transform .2s; }
.nav-dropdown.open > button span { transform: rotate(180deg); }
.nav-dropdown-menu { position: absolute; z-index: 70; top: calc(100% + 20px); left: 50%; transform: translateX(-50%) translateY(-8px); width: 310px; padding: 10px; background: var(--ink); color: white; border: 1px solid #3e3b38; box-shadow: 0 22px 55px rgba(0,0,0,.25); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .18s, transform .18s, visibility .18s; }
.nav-dropdown.open .nav-dropdown-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.nav-dropdown-menu a { min-height: 48px; padding: 0 12px; border-bottom: 1px solid #373532; display: flex; align-items: center; justify-content: space-between; gap: 15px; font-size: 12px; }
.nav-dropdown-menu a:last-child { border-bottom: 0; }
.nav-dropdown-menu a:hover { background: #242220; opacity: 1; }
.nav-dropdown-menu a b { color: var(--lime); font-size: 9px; letter-spacing: .12em; }
.header-cta { background: var(--ink); color: white; padding: 15px 19px; font-size: 13px; font-weight: 700; display: flex; gap: 26px; }
.header-cta span { color: var(--lime); }
.menu-button { display: none; }

.hero { position: relative; overflow: hidden; background: var(--ink); color: white; min-height: 710px; }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to right,#000,transparent); }
.hero-inner { min-height: 646px; position: relative; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 70px; }
.hero-inner > div:first-child { padding: 72px 0; }
.hero h1,.subhero h1 { margin: 28px 0 24px; font-size: clamp(62px, 8vw, 116px); line-height: .84; letter-spacing: -.075em; text-transform: uppercase; font-weight: 900; max-width: 850px; }
.hero h1 em,.subhero h1 em { color: transparent; -webkit-text-stroke: 1px #85827d; }
.hero-inner > div:first-child > p,.subhero-inner > div:first-child > p { max-width: 620px; color: #c7c3bb; font-size: 19px; line-height: 1.55; margin: 0; }
.hero-actions { display: flex; gap: 12px; margin: 38px 0 34px; }
.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; font-weight: 800; font-size: 13px; border: 1px solid transparent; transition: transform .2s, background .2s; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-solid { background: var(--lime); color: var(--ink); }
.button-ghost { border-color: #55524e; color: white; }
.proof-row { display: flex; flex-wrap: wrap; gap: 22px; color: #a7a39c; font-size: 11px; text-transform: uppercase; letter-spacing: .07em; }
.proof-row span { display: flex; gap: 8px; align-items: center; }
.proof-row i { color: var(--lime); font-style: normal; }
.hero-visual { min-height: 510px; position: relative; border: 1px solid #3a3835; background: rgba(255,255,255,.025); display: flex; align-items: center; justify-content: center; }
.visual-index { position: absolute; left: 20px; top: 20px; color: #716e68; font-size: 10px; letter-spacing: .2em; }
.pallet { width: 82%; transform: perspective(800px) rotateX(58deg) rotateZ(-22deg); }
.pallet-top { display: grid; grid-template-columns: repeat(5,1fr); gap: 11px; height: 190px; }
.pallet-top i { display: block; background: linear-gradient(135deg,#77746d,#2b2a28); border: 1px solid #8f8a82; }
.pallet-blocks { display: flex; justify-content: space-between; padding: 10px 8px; }
.pallet-blocks i { width: 22%; height: 54px; background: #252422; border: 1px solid #6a6761; }
.pallet-bottom { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; }
.pallet-bottom i { height: 24px; background: #5d5a54; }
.visual-note { position: absolute; right: 20px; bottom: 20px; background: var(--lime); color: var(--ink); width: 180px; padding: 16px; display: flex; flex-direction: column; }
.visual-note span,.visual-note small { font-size: 8px; letter-spacing: .16em; }
.visual-note strong { font-size: 28px; margin: 4px 0; letter-spacing: -.04em; }
.ticker { height: 64px; border-top: 1px solid #373532; border-bottom: 1px solid #373532; display: flex; align-items: center; overflow: hidden; white-space: nowrap; color: #a7a39b; font-size: 12px; letter-spacing: .16em; padding-left: 5%; word-spacing: 22px; }
.hero-ticker div { animation: ticker 22s linear infinite; }
.hero-ticker span { color: var(--lime); margin: 0 34px; }
@keyframes ticker { to { transform: translateX(-35%); } }

.split-heading { display: grid; grid-template-columns: 1fr 2.2fr; gap: 60px; }
.split-heading h2,.section-head h2,.quote-copy h2,.faq-layout h2 { font-size: clamp(42px,5.8vw,78px); line-height: .98; letter-spacing: -.055em; margin: 0 0 32px; max-width: 900px; text-transform: uppercase; }
.split-heading p { max-width: 820px; font-size: 20px; line-height: 1.65; color: #5d5952; margin: 0; }
.dark { background: var(--ink); color: white; }
.dark em { color: transparent; -webkit-text-stroke: 1px #77746e; }
.lime { background: var(--lime); }
.section-head { display: grid; grid-template-columns: 1fr 2.2fr; gap: 60px; margin-bottom: 64px; }
.section-lead { max-width: 720px; color: #aaa69f; font-size: 17px; line-height: 1.65; margin: -10px 0 0; }
.product-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); }
.product-card { padding: 26px; min-height: 430px; border-right: 1px solid var(--line); display: flex; flex-direction: column; transition: background .2s, color .2s; }
.product-card:nth-child(4n) { border-right: 0; }
.product-card:hover { background: var(--ink); color: white; }
.product-card > span { font-size: 9px; letter-spacing: .18em; color: #817d75; }
.mini-pallet { height: 170px; display: flex; gap: 8px; align-items: center; justify-content: center; transform: perspective(350px) rotateX(58deg) rotateZ(-18deg); }
.mini-pallet i { width: 27%; height: 110px; background: #4f4d49; border: 1px solid #7e7a73; }
.product-card:hover .mini-pallet i { background: #c5eb3f; border-color: #d8ff43; }
.product-card h3 { font-size: 26px; margin: 14px 0 12px; letter-spacing: -.04em; text-transform: uppercase; }
.product-card p { font-size: 14px; line-height: 1.6; color: #706c65; }
.product-card:hover p { color: #aaa69f; }
.product-card > b { margin-top: auto; border-top: 1px solid var(--line); padding-top: 18px; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: #5d5952; }
.product-card:hover > b { color: var(--lime); }
.product-card.light { color: var(--ink); }
.photo-card { min-height: 500px; padding: 18px; overflow: hidden; }
.photo-card > img { display: block; width: calc(100% + 36px); max-width: none; aspect-ratio: 4 / 3; object-fit: cover; margin: 18px -18px 10px; filter: saturate(.88) contrast(1.03); transition: transform .35s ease, filter .35s ease; }
.photo-card:hover > img { transform: scale(1.025); filter: saturate(1) contrast(1.05); }
.models-widget .product-grid { border-color: #3b3936; }
.models-widget .product-card { border-color: #3b3936; }
.widget-footer { margin-top: 30px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #aaa69f; font-size: 13px; }
.widget-footer .button { width: auto; flex: 0 0 auto; }

.process { background: var(--ink); color: white; }
.process .section-index { color: #77746e; }
.process .section-head em { color: transparent; -webkit-text-stroke: 1px #77746e; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.steps article { padding: 34px 38px 20px 0; min-height: 260px; border-right: 1px solid var(--line); }
.steps article + article { padding-left: 38px; }
.steps article:last-child { border: 0; }
.steps article > span { color: #849b29; font: 700 11px/1 Arial; letter-spacing: .18em; }
.steps h3 { font-size: 27px; margin: 70px 0 14px; text-transform: uppercase; letter-spacing: -.03em; }
.steps p { color: #68645e; line-height: 1.6; max-width: 320px; }
.specs { background: #dedbd3; }
.spec-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.spec-grid div { padding: 28px; border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 20px; }
.spec-grid div:last-child { border: 0; }
.spec-grid span { font-size: 10px; letter-spacing: .14em; color: #77736c; text-transform: uppercase; }
.spec-grid strong { font-size: 20px; }

.quote { background: var(--lime); }
.quote-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.quote-copy .section-index { color: #636f20; }
.quote-copy p { font-size: 18px; line-height: 1.6; max-width: 520px; }
.contact-strip { margin-top: 52px; display: grid; gap: 1px; background: rgba(0,0,0,.16); }
.contact-strip a { background: var(--lime); padding: 18px 0; display: flex; flex-direction: column; gap: 5px; }
.contact-strip small { font-size: 8px; letter-spacing: .16em; }
.contact-strip strong { font-size: 17px; }
.quote-form { background: var(--paper); padding: 28px; box-shadow: 12px 12px 0 rgba(24,23,22,.13); }
.mode-switch { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 24px; border: 1px solid var(--line); }
.mode-switch button { border: 0; background: transparent; padding: 16px 10px; font-size: 11px; font-weight: 700; cursor: pointer; }
.mode-switch button.active { background: var(--ink); color: white; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid label { display: flex; flex-direction: column; gap: 8px; }
.form-grid label.wide { grid-column: 1 / -1; }
.form-grid label span { font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.form-grid input,.form-grid select,.form-grid textarea { border: 1px solid #c8c4bb; background: white; padding: 14px; border-radius: 0; outline: 0; width: 100%; }
.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 2px rgba(24,23,22,.08); }
.consent { display: flex; gap: 9px; margin: 18px 0; font-size: 10px; line-height: 1.45; color: #68645e; }
.consent input { accent-color: var(--ink); }
.form-submit { width: 100%; border: 0; }
.form-note { font-size: 9px; color: #817d75; text-align: center; margin: 12px 0 0; }

.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; padding: 26px 0; font-size: 17px; font-weight: 700; cursor: pointer; display: flex; justify-content: space-between; gap: 20px; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary span { color: #88837b; font-size: 22px; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { margin: -8px 50px 26px 0; color: #625f59; line-height: 1.65; }
.final-cta { background: #4d4e4e; color: white; padding: 92px 0; }
.final-cta .shell { display: grid; grid-template-columns: .5fr 1.4fr .6fr; gap: 40px; align-items: end; }
.final-cta > .shell > span { font-size: 9px; letter-spacing: .18em; color: #c1beb8; align-self: start; }
.final-cta h2 { font-size: clamp(54px,7vw,100px); line-height: .86; letter-spacing: -.065em; text-transform: uppercase; margin: 0; }
.final-cta h2 em { color: transparent; -webkit-text-stroke: 1px #a8a6a1; }
.final-cta .shell > div { display: flex; flex-direction: column; gap: 22px; align-items: stretch; }
.button-light { background: white; color: var(--ink); }
.final-cta .shell > div > a:last-child { font-size: 14px; font-weight: 700; text-align: center; }

.footer { background: var(--ink); color: white; padding: 70px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 60px; padding-bottom: 70px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; font-size: 13px; }
.footer-brand { display: flex; flex-direction: column; gap: 8px; }
.footer-brand b { color: var(--lime); letter-spacing: .14em; font-size: 20px; }
.footer-brand span { color: white; font-size: 13px; }
.footer-label { color: var(--lime); font-size: 8px; letter-spacing: .18em; margin-bottom: 12px; }
.footer-grid p { color: #8e8a84; line-height: 1.6; margin: 0; }
.developer-row { display: flex; justify-content: flex-end; padding: 22px 0; border-top: 1px solid #343230; }
.developer-widget { width: min(100%,560px); min-height: 92px; padding: 14px 16px 14px 20px; border: 1px solid #3d3b38; background: #211f1e; display: grid; grid-template-columns: minmax(0,1fr) 126px 24px; gap: 20px; align-items: center; transition: border-color .2s, transform .2s, background .2s; }
.developer-widget:hover { border-color: #ffb21a; background: #262321; transform: translateY(-2px); }
.developer-widget > span { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.developer-widget small { color: #8e8a84; font-size: 8px; letter-spacing: .16em; }
.developer-widget b { color: #f2efe8; font-size: 14px; }
.developer-widget em { color: #9c9891; font: normal 10px/1.45 Arial,Helvetica,sans-serif; max-width: 330px; }
.developer-widget img { display: block; width: 126px; height: 50px; object-fit: contain; }
.developer-widget i { color: #ffb21a; font-style: normal; font-size: 18px; text-align: right; }
.footer-bottom { padding-top: 26px; border-top: 1px solid #343230; color: #77746e; display: flex; justify-content: space-between; font-size: 10px; }
.footer-bottom div { display: flex; gap: 24px; }
.mobile-bar { display: none; }
.live-support { position: fixed; right: 24px; bottom: 24px; z-index: 110; display: flex; flex-direction: column; align-items: flex-end; gap: 14px; }
.live-support-panel { position: absolute; right: 0; bottom: 78px; width: min(400px,calc(100vw - 32px)); padding: 18px; background: var(--ink); color: white; border: 1px solid #45423e; box-shadow: 0 28px 80px rgba(0,0,0,.34); opacity: 0; transform: translateY(14px) scale(.97); transform-origin: right bottom; pointer-events: none; transition: opacity .18s ease,transform .18s ease; }
.live-support-panel[hidden] { display: none!important; }
.live-support-panel::after { content: ""; position: absolute; right: 35px; bottom: -9px; width: 16px; height: 16px; background: var(--ink); border-right: 1px solid #45423e; border-bottom: 1px solid #45423e; transform: rotate(45deg); }
.live-support-panel.is-open { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.live-support-panel.is-attention { animation: supportPulse 1.25s ease-in-out infinite; }
.live-support-panel:hover,.live-support-panel:focus-within { animation: none; }
@keyframes supportPulse { 0%,100% { transform: translateY(0) scale(.985); } 50% { transform: translateY(-3px) scale(1.018); } }
.support-head { display: grid; grid-template-columns: 54px 1fr 34px; gap: 12px; align-items: center; padding: 4px 2px 17px; border-bottom: 1px solid #3c3936; }
.support-head > img { width: 54px; height: 54px; padding: 5px; object-fit: contain; background: var(--paper); mix-blend-mode: normal; }
.support-head > div { display: flex; flex-direction: column; min-width: 0; }
.support-head small { color: var(--lime); font-size: 8px; font-weight: 800; letter-spacing: .17em; }
.support-head strong { margin: 4px 0 6px; font-size: 17px; text-transform: uppercase; }
.support-head span { color: #aaa69f; font-size: 10px; }
.support-head span i { width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; display: inline-block; background: var(--lime); box-shadow: 0 0 0 4px rgba(216,255,67,.1); }
.support-close { width: 34px; height: 34px; border: 1px solid #494641; background: transparent; color: white; font-size: 22px; cursor: pointer; }
.support-close:hover,.support-close:focus-visible { color: var(--lime); border-color: var(--lime); }
.support-links { display: grid; }
.support-links > a { min-height: 68px; display: grid; grid-template-columns: 42px 1fr 18px; gap: 12px; align-items: center; border-bottom: 1px solid #363431; }
.support-links > a:hover { background: #211f1d; }
.support-links > a > span:nth-child(2) { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.support-links small { color: #85817b; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.support-links b { color: #f4f1ea; font-size: 13px; line-height: 1.25; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.support-links > a > i { color: var(--lime); font-style: normal; }
.support-icon { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #5a5650; color: #d5d1ca; font-size: 9px; font-weight: 900; letter-spacing: .06em; }
.support-icon.lime-icon { background: var(--lime); border-color: var(--lime); color: var(--ink); }
.support-note { margin: 14px 2px 0; color: #76726c; font-size: 9px; line-height: 1.5; }
.live-support-toggle { min-width: 190px; height: 60px; padding: 7px 15px 7px 8px; border: 1px solid #32302d; background: var(--ink); color: white; box-shadow: 0 14px 35px rgba(0,0,0,.24); display: grid; grid-template-columns: 44px 1fr 10px; gap: 10px; align-items: center; cursor: pointer; }
.live-support-toggle:hover,.live-support-toggle:focus-visible { border-color: var(--lime); }
.live-support-toggle img { width: 44px; height: 44px; padding: 4px; background: var(--paper); object-fit: contain; }
.live-support-toggle > span { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; }
.live-support-toggle small { color: #8d8982; font-size: 7px; letter-spacing: .15em; }
.live-support-toggle b { font-size: 14px; text-transform: uppercase; letter-spacing: .02em; }
.live-support-toggle > i { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(216,255,67,.12); }
.subhero { position: relative; overflow: hidden; background: var(--ink); color: white; }
.subhero-inner { min-height: 570px; position: relative; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 70px; }
.subhero h1 { font-size: clamp(55px,7vw,94px); }
.pallet-art { position: relative; height: 330px; transform: perspective(700px) rotateX(58deg) rotateZ(-18deg); display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }
.pallet-art i { display: block; background: linear-gradient(135deg,#77746d,#2b2a28); border: 1px solid #8f8a82; }
.pallet-art b { position: absolute; bottom: -48px; width: 24%; height: 46px; background: #292826; border: 1px solid #69665f; }
.pallet-art b:nth-of-type(1) { left: 1%; }.pallet-art b:nth-of-type(2) { left: 38%; }.pallet-art b:nth-of-type(3) { right: 1%; }
.pallet-art.large { height: 420px; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.detail-grid h2,.quote-layout h2 { font-size: clamp(44px,5vw,72px); line-height: .96; letter-spacing: -.055em; text-transform: uppercase; margin: 28px 0; }
.detail-grid p,.quote-layout > div > p { color: #65615a; font-size: 18px; line-height: 1.65; }
.dark .detail-grid p,.dark .quote-layout > div > p { color: #aaa69f; }
.check-list { border-top: 1px solid var(--line); }
.check-list div { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); align-items: center; }
.check-list span { color: #849b29; font-weight: 900; }
.product-links { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); }
.product-links a { min-height: 96px; padding: 24px 0; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; font-size: clamp(20px,3vw,34px); font-weight: 850; text-transform: uppercase; }
.product-links a:nth-child(odd) { padding-right: 28px; border-right: 1px solid var(--line); }
.product-links a:nth-child(even) { padding-left: 28px; }
.product-links b { color: #849b29; }
.corporate-links { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.corporate-links a { min-height: 88px; padding: 22px 0; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: clamp(17px,2.4vw,28px); font-weight: 850; text-transform: uppercase; }
.corporate-links a:nth-child(odd) { padding-right: 28px; border-right: 1px solid var(--line); }
.corporate-links a:nth-child(even) { padding-left: 28px; }
.corporate-links b { color: #849b29; }
.legal-content { max-width: 880px; }
.legal-content section { padding: 34px 0; border-bottom: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 16px; font-size: clamp(26px,4vw,42px); text-transform: uppercase; letter-spacing: -.035em; }
.legal-content p { margin: 0; color: #5d5952; font-size: 17px; line-height: 1.75; }
.dark-text { color: #5d5952; }
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.blog-card { background: white; border: 1px solid var(--line); display: flex; flex-direction: column; min-width: 0; }
.blog-image { display: block; overflow: hidden; aspect-ratio: 4 / 3; background: #d9d6cf; }
.blog-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.blog-card:hover .blog-image img { transform: scale(1.025); }
.blog-card-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.blog-card time { color: #77736c; font-size: 10px; letter-spacing: .14em; }
.blog-card h2 { margin: 15px 0 12px; font-size: 25px; line-height: 1.08; letter-spacing: -.035em; text-transform: uppercase; }
.blog-card p { margin: 0 0 25px; color: #65615a; line-height: 1.65; font-size: 14px; }
.blog-link { margin-top: auto; padding-top: 17px; border-top: 1px solid var(--line); color: #62751c; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.empty-state { padding: 70px; border: 1px solid var(--line); text-align: center; }
.empty-state span { color: #849b29; font-size: 10px; letter-spacing: .16em; }
.empty-state h2 { margin: 20px 0 12px; font-size: clamp(32px,5vw,60px); text-transform: uppercase; }
.empty-state p { color: #65615a; }
.blog-detail-grid { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 80px; align-items: start; }
.blog-detail-cover { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; margin-bottom: 50px; }
.rich-text { max-width: 820px; color: #46433e; font-size: 18px; line-height: 1.8; }
.rich-text h2,.rich-text h3,.rich-text h4 { color: var(--ink); line-height: 1.1; letter-spacing: -.035em; text-transform: uppercase; margin: 50px 0 18px; }
.rich-text h2 { font-size: 38px; }.rich-text h3 { font-size: 29px; }.rich-text h4 { font-size: 23px; }
.rich-text li { margin: 8px 0; }
.rich-text blockquote { border-left: 4px solid var(--lime); margin: 35px 0; padding: 12px 0 12px 24px; font-size: 22px; font-weight: 700; color: var(--ink); }
.blog-aside { position: sticky; top: 140px; background: var(--ink); color: white; padding: 28px; display: flex; flex-direction: column; align-items: stretch; gap: 18px; }
.blog-aside h2 { margin: 20px 0 0; font-size: 30px; text-transform: uppercase; }
.blog-aside p { color: #aaa69f; line-height: 1.6; }
.blog-aside > a:last-child { color: #aaa69f; font-size: 12px; text-align: center; }
.intent-section { background: #e8e5de; scroll-margin-top: 126px; }
.intent-section .section-head { align-items: start; }
.intent-section .section-head > .section-index { align-self: start; padding-top: 8px; }
.intent-section .section-head h2 { max-width: 820px; font-size: clamp(42px,4.8vw,70px); line-height: .96; text-wrap: balance; }
.intent-section .section-head > div { min-width: 0; }
.intent-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.intent-card { min-height: 490px; padding: 38px; display: flex; flex-direction: column; border: 1px solid var(--line); position: relative; overflow: hidden; }
.intent-card.buy { background: var(--ink); color: white; }
.intent-card.sell { background: var(--lime); color: var(--ink); }
.intent-card > span { font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.intent-card.buy > span { color: var(--lime); }
.intent-card.sell > span { color: #66751e; }
.intent-card h3 { max-width: 540px; margin: 60px 0 20px; font-size: clamp(38px,5vw,66px); line-height: .92; letter-spacing: -.055em; text-transform: uppercase; }
.intent-card p { max-width: 560px; color: #aaa69f; line-height: 1.65; }
.intent-card.sell p { color: #4c551b; }
.intent-card ul { display: grid; gap: 10px; margin: 20px 0 35px; padding: 0; list-style: none; font-size: 12px; font-weight: 700; }
.intent-card li::before { content: "✓"; margin-right: 9px; color: var(--lime); }
.intent-card.sell li::before { color: var(--ink); }
.intent-card > b { margin-top: auto; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.intent-card.sell > b { border-color: rgba(0,0,0,.18); }
.widget-split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.widget-split.reverse { grid-template-columns: 1.1fr .9fr; }
.widget-copy h2,.corporate-banner h2,.region-layout h2 { margin: 26px 0 24px; font-size: clamp(43px,5.6vw,76px); line-height: .94; letter-spacing: -.055em; text-transform: uppercase; }
.widget-copy p,.corporate-banner > div > p,.region-layout > div > p { color: #625e57; font-size: 18px; line-height: 1.65; margin-bottom: 34px; }
.requirement-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.requirement-grid article { min-height: 190px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.requirement-grid article:nth-child(even) { border-right: 0; }
.requirement-grid article:last-child { grid-column: 1 / -1; border-right: 0; min-height: 150px; }
.requirement-grid span,.quality-grid span,.corporate-points span { color: #7c9126; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.requirement-grid h3,.quality-grid h3 { margin: 45px 0 10px; font-size: 22px; text-transform: uppercase; }
.requirement-grid p,.quality-grid p { color: #6b675f; font-size: 14px; line-height: 1.55; }
.seller-widget { background: var(--ink); color: white; }
.seller-widget .section-index { color: #8e8a84; }
.seller-widget .widget-copy p { color: #aaa69f; }
.seller-widget .widget-copy em { color: transparent; -webkit-text-stroke: 1px #85827d; }
.valuation-visual { min-height: 510px; padding: 25px; border: 1px solid #3b3936; background: #1e1d1b; display: flex; flex-direction: column; }
.valuation-visual > span { color: var(--lime); font-size: 9px; letter-spacing: .17em; }
.camera-frame { position: relative; flex: 1; margin: 25px 0; border: 1px solid #484541; display: grid; place-items: center; background: linear-gradient(135deg,rgba(216,255,67,.07),transparent 45%); }
.camera-frame::before { content: ""; width: 64%; height: 46%; border: 10px solid #5c5953; transform: perspective(350px) rotateX(55deg) rotateZ(-16deg); box-shadow: inset 0 0 0 4px #262522; }
.camera-frame i { position: absolute; width: 26px; height: 26px; border-color: var(--lime); border-style: solid; }
.camera-frame i:nth-child(1) { left: 15px; top: 15px; border-width: 2px 0 0 2px; }.camera-frame i:nth-child(2) { right: 15px; top: 15px; border-width: 2px 2px 0 0; }.camera-frame i:nth-child(3) { left: 15px; bottom: 15px; border-width: 0 0 2px 2px; }.camera-frame i:nth-child(4) { right: 15px; bottom: 15px; border-width: 0 2px 2px 0; }
.camera-frame b { position: absolute; bottom: 15px; right: 18px; color: #77736c; font-size: 8px; letter-spacing: .16em; }
.valuation-visual > a { color: white; font-size: 12px; font-weight: 800; text-align: center; }
.compact-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0 0 35px; color: #d5d1c9; font-size: 12px; }
.compact-checks span::first-letter { color: var(--lime); }
.corporate-widget { background: #dedbd3; }
.corporate-banner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 85px; align-items: start; }
.corporate-points { border-top: 1px solid var(--line); }
.corporate-points > div { padding: 22px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 35px 1fr; gap: 5px 14px; }
.corporate-points b { text-transform: uppercase; }
.corporate-points p { grid-column: 2; margin: 0; color: #6a665f; font-size: 13px; }
.corporate-points .button { margin-top: 24px; width: 100%; }
.quality-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quality-grid article { min-height: 260px; padding: 28px; border-right: 1px solid var(--line); }
.quality-grid article:last-child { border-right: 0; }
.quality-grid h3 { margin-top: 80px; }
.light-footer { color: #6a665f; }
.light-footer > a { color: #62751c; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.region-widget { background: #4e5050; color: white; }
.region-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.region-layout > div > p { color: #d0ccc5; }
.region-layout h2 em { color: transparent; -webkit-text-stroke: 1px #a8a6a1; }
.region-map { min-height: 420px; padding: 30px; border: 1px solid #737575; background-image: linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px); background-size: 42px 42px; display: flex; flex-direction: column; justify-content: center; gap: 16px; }
.region-map > div { padding: 24px; background: var(--ink); display: flex; justify-content: space-between; gap: 15px; }
.region-map span { color: var(--lime); font-size: 9px; letter-spacing: .16em; }
.region-map b { font-size: 12px; }
.region-map small { margin-top: 14px; color: #c0bdb7; line-height: 1.5; }
.process-home { background: #e6e3dc; }
.faq-home .button { width: fit-content; margin-top: 25px; }
.quote-shortcuts { margin-top: 40px; display: grid; gap: 1px; background: rgba(0,0,0,.15); }
.quote-shortcuts a { padding: 15px 0; display: flex; flex-direction: column; gap: 5px; background: var(--lime); }
.quote-shortcuts small { font-size: 8px; letter-spacing: .14em; }
.quote-shortcuts b { font-size: 15px; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.contact-card { background: var(--ink); color: white; padding: 42px; display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.contact-card small { color: var(--lime); letter-spacing: .16em; margin-top: 20px; }
.contact-card a { font-size: clamp(20px,3vw,34px); font-weight: 800; }
.contact-card p { color: #aaa69f; line-height: 1.6; }
.flash { position: fixed; z-index: 100; top: 132px; left: 50%; transform: translateX(-50%); width: min(620px,calc(100% - 30px)); padding: 18px 22px; background: white; border-left: 5px solid var(--lime); box-shadow: 0 15px 60px rgba(0,0,0,.25); font-weight: 700; }
.flash.error { border-color: #e34b4b; }
.skip-link { position: fixed; left: 10px; top: -60px; z-index: 200; background: var(--lime); padding: 12px; }
.skip-link:focus { top: 10px; }
.sr-only { position: absolute!important; width: 1px!important; height: 1px!important; overflow: hidden!important; clip: rect(0,0,0,0)!important; }
.not-found { min-height: 100vh; padding: 10vw; background: var(--ink); color: white; display: flex; flex-direction: column; justify-content: center; }
.not-found > span { color: var(--lime); letter-spacing: .18em; font-size: 10px; }
.not-found h1 { font-size: clamp(54px,9vw,120px); line-height: .88; letter-spacing: -.07em; text-transform: uppercase; margin: 30px 0; }
.not-found p { color: #aaa69f; }
.not-found > div { display: flex; gap: 10px; margin-top: 20px; }

.certificate-section { background: #e8e5de; }
.certificate-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: start; }
.certificate-copy h2 { margin: 30px 0 28px; font-size: clamp(48px,5.8vw,78px); line-height: .94; letter-spacing: -.055em; text-transform: uppercase; }
.certificate-copy > p { max-width: 660px; margin: 0 0 38px; color: #5d5952; font-size: 18px; line-height: 1.7; }
.certificate-facts { margin: 0; border-top: 1px solid var(--line); }
.certificate-facts div { min-height: 68px; padding: 15px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: center; }
.certificate-facts dt { color: #77736c; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.certificate-facts dd { margin: 0; font-size: 19px; font-weight: 900; text-align: right; }
.certificate-owner { margin-top: 34px; padding: 26px; background: var(--ink); color: white; display: flex; flex-direction: column; gap: 14px; }
.certificate-owner small { color: var(--lime); font-size: 8px; font-weight: 800; letter-spacing: .17em; }
.certificate-owner strong { font-size: 16px; line-height: 1.5; }
.certificate-preview { position: relative; display: block; width: min(100%,520px); margin-left: auto; padding: 20px; background: var(--ink); box-shadow: 18px 18px 0 rgba(24,23,22,.13); }
.certificate-preview img { display: block; width: 100%; height: auto; background: white; }
.certificate-preview > span { min-height: 64px; padding: 19px 4px 0; display: flex; justify-content: space-between; align-items: center; color: white; font-size: 11px; letter-spacing: .12em; }
.certificate-preview > span i { color: var(--lime); font-size: 19px; font-style: normal; }
.certificate-preview:hover > span b { color: var(--lime); }
.certificate-scope .section-index { color: #77746e; }
.certificate-scope .split-heading p { color: #aaa69f; }
.certificate-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.certificate-note { padding-top: 34px; padding-bottom: 34px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: .45fr 1.55fr; gap: 50px; }
.certificate-note > span { color: #778b25; font-size: 9px; font-weight: 800; letter-spacing: .17em; }
.certificate-note p { max-width: 780px; margin: 0; color: #5d5952; font-size: 17px; line-height: 1.7; }

.gallery-hero { overflow: hidden; background: var(--ink); color: white; }
.gallery-hero-grid { min-height: 680px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.gallery-hero-copy { padding: 76px 0; }
.gallery-hero h1 { margin: 28px 0 25px; font-size: clamp(60px,7.4vw,104px); line-height: .84; letter-spacing: -.07em; text-transform: uppercase; }
.gallery-hero h1 em { color: transparent; -webkit-text-stroke: 1px #85827d; }
.gallery-hero-copy > p { max-width: 590px; margin: 0; color: #c7c3bb; font-size: 18px; line-height: 1.65; }
.gallery-hero-image { position: relative; width: 100%; padding: 0; border: 1px solid #46433f; background: #252321; color: white; overflow: hidden; cursor: zoom-in; }
.gallery-hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top,rgba(0,0,0,.72),transparent 44%); pointer-events: none; }
.gallery-hero-image img { display: block; width: 100%; aspect-ratio: 1.85 / 1; object-fit: cover; transition: transform .45s ease,filter .45s ease; }
.gallery-hero-image:hover img { transform: scale(1.025); filter: saturate(1.08); }
.gallery-hero-image > span { position: absolute; z-index: 2; left: 26px; right: 26px; bottom: 24px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; text-align: left; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.gallery-hero-image > span b { color: var(--lime); font-size: 9px; letter-spacing: .14em; }
.gallery-hero-image > span i { color: var(--lime); font-size: 18px; font-style: normal; }
.gallery-section { background: #e8e5de; }
.gallery-grid { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); grid-auto-flow: dense; gap: 18px; }
.gallery-card { position: relative; grid-column: span 4; min-height: 540px; padding: 0; overflow: hidden; border: 0; background: #cbc8c0; color: white; cursor: zoom-in; text-align: left; }
.gallery-card--landscape { grid-column: span 8; }
.gallery-card img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.88) contrast(1.03); transition: transform .4s ease,filter .4s ease; }
.gallery-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top,rgba(0,0,0,.78),transparent 48%); pointer-events: none; }
.gallery-card:hover img,.gallery-card:focus-visible img { transform: scale(1.025); filter: saturate(1) contrast(1.05); }
.gallery-card > span { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 20px; display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: end; }
.gallery-card small { color: var(--lime); font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.gallery-card b { font-size: 14px; line-height: 1.2; text-transform: uppercase; }
.gallery-card i { color: var(--lime); font-size: 18px; font-style: normal; }
.gallery-proof { background: var(--lime); }
.gallery-proof-grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: 65px; }
.gallery-proof .section-index { color: #64731f; }
.gallery-proof h2 { max-width: 920px; margin: 0 0 26px; font-size: clamp(48px,6vw,82px); line-height: .92; letter-spacing: -.06em; text-transform: uppercase; }
.gallery-proof h2 em { color: transparent; -webkit-text-stroke: 1px #68752b; }
.gallery-proof p { max-width: 720px; margin: 0; color: #495317; font-size: 18px; line-height: 1.65; }
.gallery-proof-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 35px; }
.gallery-proof-actions .button-solid { background: var(--ink); color: white; }
.gallery-lightbox { width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; padding: 0; border: 0; background: rgba(15,14,13,.96); color: white; }
.gallery-lightbox::backdrop { background: rgba(15,14,13,.96); }
.gallery-lightbox-inner { position: relative; width: 100%; height: 100%; padding: 62px 92px 42px; display: grid; grid-template-columns: 54px minmax(0,1fr) 54px; gap: 28px; align-items: center; }
.gallery-lightbox figure { width: 100%; height: 100%; min-height: 0; margin: 0; display: grid; grid-template-rows: minmax(0,1fr) auto; gap: 18px; }
.gallery-lightbox figure img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.gallery-lightbox figcaption { display: flex; align-items: center; justify-content: center; gap: 14px; text-transform: uppercase; }
.gallery-lightbox figcaption small { color: var(--lime); font-size: 9px; letter-spacing: .16em; }
.gallery-lightbox figcaption strong { font-size: 13px; letter-spacing: .05em; }
.gallery-lightbox-close,.gallery-lightbox-nav { border: 1px solid #55514c; background: var(--ink); color: white; cursor: pointer; }
.gallery-lightbox-close:hover,.gallery-lightbox-close:focus-visible,.gallery-lightbox-nav:hover,.gallery-lightbox-nav:focus-visible { border-color: var(--lime); color: var(--lime); }
.gallery-lightbox-close { position: absolute; z-index: 2; top: 20px; right: 24px; width: 44px; height: 44px; font-size: 27px; }
.gallery-lightbox-nav { width: 54px; height: 54px; font-size: 22px; }

@media (max-width: 1020px) {
  .nav { position: fixed; inset: 120px 0 auto; background: var(--paper); border-bottom: 1px solid var(--line); display: none; flex-direction: column; align-items: flex-start; padding: 30px 24px; }
  .nav.open { display: flex; }
  .nav-dropdown { width: 100%; }
  .nav-dropdown > button { width: 100%; justify-content: space-between; padding: 4px 0; }
  .nav-dropdown-menu { position: static; width: 100%; margin-top: 8px; padding: 6px; transform: none; box-shadow: none; display: none; opacity: 1; visibility: visible; pointer-events: auto; }
  .nav-dropdown.open .nav-dropdown-menu { display: block; transform: none; }
  .header-cta { margin-left: auto; }
  .menu-button { display: flex; width: 42px; height: 42px; background: transparent; border: 0; flex-direction: column; gap: 7px; justify-content: center; align-items: center; margin-left: 8px; }
  .menu-button span { width: 22px; height: 2px; background: var(--ink); }
  .hero-inner { grid-template-columns: 1fr; padding-top: 40px; }
  .pallet-art { display: none; }
  .subhero-inner { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card:nth-child(2) { border-right: 0; }
  .product-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .quote-layout,.faq-layout,.detail-grid,.contact-grid { grid-template-columns: 1fr; gap: 60px; }
  .final-cta .shell { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .intent-grid,.widget-split,.widget-split.reverse,.corporate-banner,.region-layout { grid-template-columns: 1fr; gap: 55px; }
  .quality-grid { grid-template-columns: 1fr 1fr; }
  .quality-grid article:nth-child(2) { border-right: 0; }
  .quality-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .gallery-hero-grid { grid-template-columns: 1fr; gap: 0; padding-bottom: 64px; }
  .gallery-hero-copy { padding-bottom: 34px; }
  .gallery-card,.gallery-card--landscape { grid-column: span 6; min-height: 500px; }
  .gallery-proof-grid { grid-template-columns: 1fr; gap: 34px; }
  .gallery-lightbox-inner { padding: 62px 24px 30px; grid-template-columns: 48px minmax(0,1fr) 48px; gap: 14px; }
  .certificate-layout { grid-template-columns: 1fr; gap: 60px; }
  .certificate-preview { margin: 0 auto; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 1240px); }
  .section { padding: 74px 0; }
  .utility .shell > span { display: none; }
  .utility .shell { justify-content: center; }
  .utility .shell div { width: 100%; justify-content: space-between; gap: 10px; }
  .header-inner { height: 76px; }
  .brand img { width: 44px; height: 44px; }
  .brand b { font-size: 13px; }
  .header-cta { display: none; }
  .nav { top: 110px; }
  .hero { min-height: auto; }
  .hero-inner { min-height: 610px; }
  .hero-inner > div:first-child { padding: 64px 0; }
  .hero h1,.subhero h1 { font-size: 55px; }
  .hero-inner > div:first-child > p,.subhero-inner > div:first-child > p { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .proof-row { display: grid; gap: 10px; }
  .ticker { height: 54px; }
  .split-heading,.section-head { grid-template-columns: 1fr; gap: 28px; }
  .split-heading h2,.section-head h2,.quote-copy h2,.faq-layout h2 { font-size: 43px; }
  .split-heading p { font-size: 17px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { border-right: 0; border-bottom: 1px solid var(--line); min-height: 390px; }
  .photo-card { min-height: 0; }
  .product-card:last-child { border-bottom: 0; }
  .steps,.spec-grid { grid-template-columns: 1fr; }
  .steps article,.steps article + article { padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); min-height: 210px; }
  .steps h3 { margin-top: 52px; }
  .spec-grid div { border-right: 0; border-bottom: 1px solid var(--line); }
  .quote-layout { gap: 40px; }
  .quote-form { padding: 18px; box-shadow: 7px 7px 0 rgba(24,23,22,.13); }
  .mode-switch { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid label.wide { grid-column: auto; }
  .faq-layout { gap: 35px; }
  .final-cta { padding: 72px 0 90px; }
  .final-cta h2 { font-size: 58px; }
  .footer-grid { grid-template-columns: 1fr; gap: 42px; }
  .developer-row { justify-content: stretch; }
  .developer-widget { width: 100%; grid-template-columns: minmax(0,1fr) 96px 20px; padding-left: 15px; gap: 12px; }
  .developer-widget img { width: 96px; }
  .developer-widget em { font-size: 9px; }
  .product-links { grid-template-columns: 1fr; }
  .product-links a:nth-child(odd),.product-links a:nth-child(even) { padding-left: 0; padding-right: 0; border-right: 0; }
  .corporate-links { grid-template-columns: 1fr; }
  .corporate-links a:nth-child(odd),.corporate-links a:nth-child(even) { padding-left: 0; padding-right: 0; border-right: 0; }
  .footer-bottom { flex-direction: column; gap: 18px; }
  .mobile-bar { position: fixed; display: grid; grid-template-columns: 1fr 1.2fr 1fr; bottom: 0; left: 0; right: 0; z-index: 80; height: 58px; background: var(--ink); border-top: 1px solid #494641; }
  .mobile-bar a { color: white; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 800; border-right: 1px solid #494641; }
  .mobile-bar a:nth-child(2) { color: var(--lime); }
  .mobile-bar a:last-child { background: var(--lime); color: var(--ink); }
  .footer { padding-bottom: 92px; }
  .live-support { right: 14px; bottom: 72px; }
  .live-support-panel { bottom: 70px; width: min(370px,calc(100vw - 28px)); padding: 14px; }
  .live-support-toggle { min-width: 174px; height: 54px; grid-template-columns: 40px 1fr 9px; }
  .live-support-toggle img { width: 40px; height: 40px; }
  .support-links > a { min-height: 62px; }
  .support-head { grid-template-columns: 48px 1fr 32px; }
  .support-head > img { width: 48px; height: 48px; }
  .widget-footer { align-items: stretch; flex-direction: column; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-detail-grid { grid-template-columns: 1fr; gap: 45px; }
  .blog-aside { position: static; }
  .empty-state { padding: 45px 22px; }
  .intent-card { min-height: 440px; padding: 26px; }
  .intent-section { scroll-margin-top: 112px; }
  .intent-section .section-head > .section-index { padding-top: 0; }
  .intent-section .section-head h2 { font-size: 43px; line-height: 1; }
  .intent-card h3 { margin-top: 45px; font-size: 43px; }
  .requirement-grid,.quality-grid { grid-template-columns: 1fr; }
  .requirement-grid article,.requirement-grid article:nth-child(even),.requirement-grid article:last-child,.quality-grid article,.quality-grid article:nth-child(2) { grid-column: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .quality-grid article { min-height: 220px; }
  .quality-grid h3 { margin-top: 55px; }
  .compact-checks { grid-template-columns: 1fr; }
  .valuation-visual { min-height: 430px; }
  .region-map { min-height: 350px; padding: 16px; }
  .region-map > div { flex-direction: column; }
  .gallery-hero-grid { min-height: auto; padding-bottom: 40px; }
  .gallery-hero-copy { padding: 64px 0 30px; }
  .gallery-hero h1 { font-size: 54px; }
  .gallery-hero-copy > p { font-size: 16px; }
  .gallery-hero-image > span { left: 16px; right: 16px; bottom: 14px; }
  .gallery-grid { grid-template-columns: 1fr; gap: 12px; }
  .gallery-card,.gallery-card--landscape { grid-column: auto; min-height: 0; aspect-ratio: 4 / 5; }
  .gallery-card--landscape { aspect-ratio: 4 / 3; }
  .gallery-proof h2 { font-size: 46px; }
  .gallery-proof-actions { flex-direction: column; }
  .gallery-lightbox-inner { padding: 70px 14px 22px; grid-template-columns: 42px minmax(0,1fr) 42px; gap: 7px; }
  .gallery-lightbox-nav { width: 42px; height: 48px; }
  .gallery-lightbox figcaption { align-items: flex-start; flex-direction: column; gap: 6px; }
  .certificate-layout { gap: 45px; }
  .certificate-copy h2 { font-size: 45px; }
  .certificate-facts div { grid-template-columns: 1fr; gap: 8px; }
  .certificate-facts dd { text-align: left; }
  .certificate-preview { padding: 12px; box-shadow: 8px 8px 0 rgba(24,23,22,.13); }
  .certificate-actions { flex-direction: column; }
  .certificate-note { grid-template-columns: 1fr; gap: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
