@import "tailwindcss";

:root {
  --paper: #f2f0e9;
  --paper-bright: #faf9f5;
  --ink: #191b1d;
  --muted: #6f7376;
  --line: #d4d3cd;
  --blue: #165dff;
  --blue-dark: #0d46cd;
  --graphite: #24282c;
  --radius: 1.1rem;
  --container: min(calc(100% - clamp(2.5rem, 4.5vw, 6rem)), 1680px);
  --font: "Inter", "Manrope", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font); font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body, input, button, textarea { font-family: var(--font); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid color-mix(in srgb, var(--blue) 72%, white); outline-offset: 3px; }
::selection { color: white; background: var(--blue); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 10000; left: 1rem; top: 1rem; padding: .75rem 1rem; background: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid color-mix(in srgb, var(--line) 75%, transparent); background: color-mix(in srgb, var(--paper) 89%, transparent); backdrop-filter: blur(18px); }
.header-shell { width: var(--container); min-height: 72px; margin: auto; display: flex; align-items: center; gap: 2rem; }
.brand { display: flex; align-items: center; gap: .8rem; flex: 0 0 auto; }
.brand-logo { width: 178px; height: 66px; object-fit: contain; filter: brightness(0); }
.brand-mark { width: 42px; height: 42px; position: relative; display: grid; place-items: center; }
.brand-mark i { position: absolute; width: 34px; height: 1px; background: var(--blue); transform-origin: center; }
.brand-mark i:nth-child(1) { transform: rotate(0deg); }
.brand-mark i:nth-child(2) { transform: rotate(60deg); }
.brand-mark i:nth-child(3) { transform: rotate(-60deg); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 1.05rem; letter-spacing: .21em; font-weight: 760; }
.brand-copy small { margin-top: .42rem; color: var(--muted); font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav { margin-left: auto; display: flex; gap: 1.65rem; align-items: center; }
.desktop-nav a { position: relative; color: #414548; font-size: .84rem; font-weight: 620; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: -.6rem; width: 100%; height: 1px; background: var(--blue); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 1rem; }
.phone-link { display: flex; flex-direction: column; font-size: .86rem; font-weight: 650; line-height: 1.2; }
.phone-link span { color: var(--muted); font-size: .63rem; font-weight: 500; text-align: right; }
.button { position: relative; min-height: 52px; padding: 0 1.35rem; display: inline-flex; align-items: center; justify-content: space-between; gap: 1.75rem; overflow: hidden; color: white; background: var(--blue); border: 1px solid var(--blue); border-radius: 999px; font-size: .83rem; font-weight: 680; cursor: pointer; transition: background .25s ease, transform .25s ease, box-shadow .25s ease; }
.button::after { content: ""; position: absolute; inset: -2px auto -2px -35%; width: 28%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.55), transparent); transform: skewX(-20deg); transition: left .65s cubic-bezier(.16,1,.3,1); }
.button:hover { background: var(--blue-dark); transform: translateY(-2px); }
.button:hover::after { left: 115%; }
.button-small { min-height: 42px; padding: 0 1rem; }
.text-link { display: inline-flex; align-items: center; gap: 1.5rem; padding-bottom: .35rem; border-bottom: 1px solid var(--ink); font-size: .83rem; font-weight: 680; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.menu-button { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--ink); place-items: center; cursor: pointer; }
.menu-button span { position: absolute; width: 18px; height: 1px; background: white; transition: .2s; }
.menu-button span:first-child { transform: translateY(-4px); }
.menu-button span:last-child { transform: translateY(4px); }
.menu-button[aria-expanded="true"] span:first-child { transform: rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: rotate(-45deg); }
.mobile-menu { display: none; }

.eyebrow { display: none; }
.eyebrow-light { color: #8fb2ff; }
.section { width: var(--container); margin: 0 auto; padding: 9rem 0; }
.section-head { margin-bottom: 4rem; display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.section-head h2, .calculator-preview h2, .dark-process h2, .detail-copy h2, .related-section h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 5.4rem); font-weight: 520; letter-spacing: -.055em; line-height: .96; }

.home-hero { width: var(--container); height: calc(100svh - 72px); min-height: 650px; margin: auto; padding: clamp(2rem, 5vh, 4.5rem) 0; display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); align-items: stretch; gap: clamp(2rem, 4vw, 5rem); }
.hero-copy { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 0 0 1.25rem; }
.hero-copy h1 { margin: 0; max-width: 11ch; font-size: clamp(4rem, 6.2vw, 8.4rem); font-weight: 480; letter-spacing: -.065em; line-height: .88; animation: hero-title-in 1s .12s both cubic-bezier(.16,1,.3,1); }
.hero-copy .eyebrow { animation: hero-kicker-in .75s both cubic-bezier(.16,1,.3,1); }
.hero-lead, .hero-actions { animation: hero-copy-in .85s .35s both cubic-bezier(.16,1,.3,1); }
.hero-copy h1 em, .page-intro h1 em { color: var(--blue); font-family: Georgia, serif; font-weight: 400; }
.hero-lead { max-width: 34rem; margin: clamp(1.1rem, 2.2vh, 2rem) 0; color: #575b5e; font-size: 1.06rem; }
.hero-actions { display: flex; align-items: center; gap: 2rem; }
.hero-index { position: absolute; left: 0; bottom: 0; display: flex; align-items: center; gap: 1rem; }
.hero-index span { color: var(--blue); font-size: .7rem; }
.hero-index div { width: 90px; height: 1px; background: var(--line); }
.hero-index p { margin: 0; color: var(--muted); font-size: .65rem; line-height: 1.35; text-transform: uppercase; }
.hero-visual { position: relative; min-height: 0; height: auto; align-self: stretch; overflow: hidden; border-radius: var(--radius); background: #d8d7d2; animation: hero-visual-in 1.15s .08s both cubic-bezier(.16,1,.3,1); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,.3)); pointer-events: none; }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(.2,.8,.2,1); }
.hero-visual:hover > img { transform: scale(1.025); }
.hero-tag { position: absolute; z-index: 2; left: 2rem; bottom: 1.7rem; display: flex; gap: .7rem; color: white; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.hero-tag b { color: #87aaff; }
.measure-orbit { position: absolute; z-index: 3; right: 2rem; top: 2rem; width: 126px; height: 126px; padding: 1.2rem; display: flex; flex-direction: column; justify-content: space-between; color: white; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; backdrop-filter: blur(10px); font-size: .7rem; text-transform: uppercase; animation: orbit-float 4.8s 1.2s ease-in-out infinite; }
.measure-orbit b { align-self: flex-end; font-size: 1.1rem; }
.intro-strip { width: var(--container); margin: 0 auto; padding: 5rem 0; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; border-bottom: 1px solid var(--line); }
.intro-strip > p { max-width: 45rem; margin: 0; font-size: clamp(1.45rem, 2.2vw, 2.35rem); line-height: 1.25; letter-spacing: -.03em; }
.intro-stats { display: grid; grid-template-columns: repeat(3, 1fr); align-items: end; gap: 2rem; }
.intro-stats div { display: flex; flex-direction: column; border-left: 1px solid var(--line); padding-left: 1rem; }
.intro-stats strong { font-size: 2.4rem; font-weight: 520; }
.intro-stats span { color: var(--muted); font-size: .72rem; }
.featured-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-flow: dense; gap: 2rem; }
.featured-card { grid-column: span 4; }
.featured-card:nth-child(1), .featured-card:nth-child(5) { grid-column: span 8; }
.featured-media { position: relative; aspect-ratio: 1.15; overflow: hidden; border-radius: .8rem; background: #ddd; }
.featured-card:nth-child(1) .featured-media, .featured-card:nth-child(5) .featured-media { aspect-ratio: 1.85; }
.featured-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.featured-card:hover .featured-media img { transform: scale(1.045); }
.featured-media > span { position: absolute; left: 1rem; top: 1rem; width: 34px; height: 34px; display: grid; place-items: center; color: white; background: rgba(0,0,0,.35); border-radius: 50%; font-size: .65rem; backdrop-filter: blur(8px); }
.featured-copy { position: relative; padding: 1.2rem .2rem 2rem; border-bottom: 1px solid var(--line); }
.featured-copy h3 { max-width: 90%; margin: 0 0 .4rem; font-size: 1.2rem; font-weight: 620; letter-spacing: -.02em; }
.featured-copy p { margin: 0; color: var(--muted); font-size: .72rem; }
.featured-copy b { position: absolute; right: .25rem; top: 1.2rem; color: var(--blue); }
.dark-process { padding: 9rem max(1.5rem, calc((100vw - min(100% - 3rem, 1440px)) / 2)); color: white; background: var(--graphite); display: grid; grid-template-columns: .8fr 1.2fr; gap: 6rem; }
.process-heading > p:last-child { max-width: 30rem; margin: 2rem 0 0; color: #aeb4b8; }
.process-steps { border-top: 1px solid #4a4f54; }
.process-steps > div { min-height: 155px; display: grid; grid-template-columns: 90px 1fr 1fr; align-items: center; gap: 2rem; border-bottom: 1px solid #4a4f54; }
.process-steps span { color: #85a9ff; font-size: .65rem; }
.process-steps h3 { margin: 0; font-size: 1.7rem; font-weight: 520; }
.process-steps p { margin: 0; color: #adb2b6; font-size: .85rem; }
.calculator-preview { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 7rem; }
.calculator-preview-image { position: relative; min-height: 650px; overflow: hidden; border-radius: .8rem; }
.calculator-preview-image img { width: 100%; height: 100%; object-fit: cover; }
.blueprint-line { position: absolute; display: block; background: rgba(255,255,255,.8); }
.line-a { width: 1px; height: 80%; top: 10%; right: 18%; }
.line-b { width: 62%; height: 1px; top: 26%; right: 8%; }
.calculator-preview-copy > p:not(.eyebrow) { max-width: 31rem; margin: 2rem 0 2.4rem; color: var(--muted); font-size: 1rem; }
.philosophy { display: grid; grid-template-columns: .35fr 1.35fr .7fr; gap: 4rem; border-top: 1px solid var(--line); }
.philosophy-index { display: flex; gap: 1rem; align-items: flex-start; color: var(--blue); font-size: .7rem; }
.philosophy-index div { width: 80px; height: 1px; margin-top: .55rem; background: var(--line); }
.philosophy blockquote { margin: 0; font-family: Georgia, serif; font-size: clamp(2.2rem, 4.3vw, 4.7rem); line-height: 1.05; letter-spacing: -.035em; }
.philosophy > div:last-child > p:not(.eyebrow) { margin: 0 0 2rem; color: var(--muted); }

.page-intro { width: var(--container); min-height: 42vh; margin: auto; padding: 4rem 0 2.5rem; display: grid; grid-template-columns: 1.5fr .5fr; align-content: center; gap: 2rem; }
.page-intro .eyebrow { grid-column: 1 / -1; }
.page-intro h1 { margin: 0; font-size: clamp(4rem, 9vw, 9.5rem); font-weight: 480; line-height: .84; letter-spacing: -.07em; }
.page-intro > p:last-child { max-width: 28rem; align-self: end; margin: 0 0 .7rem; color: var(--muted); }
.catalog-intro { min-height: auto; padding: 3.5rem 0 2rem; }
.catalog-intro h1 { font-size: clamp(4rem, 6.7vw, 8rem); }
.catalog-section, .calculator-page { padding-top: 2rem; }
.catalog-tools { position: sticky; top: 72px; z-index: 20; padding: .55rem 0 .8rem; background: color-mix(in srgb, var(--paper) 94%, transparent); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.search-field { position: relative; display: block; }
.search-field input { width: 100%; height: 52px; padding: 0 4rem 0 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid var(--ink); font-size: clamp(1.25rem, 2.2vw, 2rem); letter-spacing: -.03em; outline: none; }
.search-field b { position: absolute; right: .5rem; top: 50%; color: var(--blue); font-size: 2rem; transform: translateY(-50%); }
.filter-row { margin-top: .65rem; display: flex; gap: .45rem; overflow-x: auto; scrollbar-width: none; }
.filter-row button { flex: 0 0 auto; padding: .48rem .85rem; color: #4d5154; background: transparent; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; font-size: .72rem; }
.filter-row button.active { color: white; background: var(--ink); border-color: var(--ink); }
.filter-row sup { margin-left: .35rem; color: #8f9396; }
.catalog-grid { padding-top: 1.5rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem 1.5rem; }
.catalog-image { position: relative; aspect-ratio: 1.2; overflow: hidden; border-radius: .7rem; background: #ddd; }
.catalog-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.catalog-card { transition: transform .45s cubic-bezier(.16,1,.3,1); }
.catalog-card:hover { transform: translateY(-8px); }
.catalog-card:hover img { transform: scale(1.045); }
.catalog-image > span { position: absolute; left: .8rem; top: .8rem; color: white; font-size: .65rem; }
.catalog-card-copy { position: relative; min-height: 150px; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.catalog-card-copy h2 { max-width: 90%; margin: 0 0 .5rem; font-size: 1.12rem; font-weight: 620; line-height: 1.2; }
.catalog-card-copy p { margin: 0; color: var(--muted); font-size: .7rem; }
.catalog-price { position: absolute; left: 0; bottom: 1rem; display: flex; align-items: baseline; gap: .6rem; }
.catalog-price strong { font-size: .95rem; font-weight: 720; }
.catalog-price del { color: #989b9d; font-size: .72rem; }
.catalog-card-copy b { position: absolute; right: 0; bottom: 1rem; color: var(--blue); font-size: .72rem; }
.empty-state { padding: 7rem 2rem; text-align: center; }
.empty-state h2 { font-size: 2.4rem; }
.empty-state button { color: var(--blue); background: transparent; border: 0; cursor: pointer; text-decoration: underline; }
.image-placeholder { width: 100%; height: 100%; background: linear-gradient(135deg, #d9d7d0, #c4c7cb); }

.price-intro { width: var(--container); min-height: 48vh; margin: auto; padding: 4rem 0 3rem; display: grid; grid-template-columns: 1.25fr .75fr; align-content: center; gap: 1.5rem 4rem; }
.price-intro .eyebrow { grid-column: 1 / -1; }
.price-intro h1 { margin: 0; font-size: clamp(4.5rem, 8vw, 9rem); font-weight: 480; line-height: .84; letter-spacing: -.07em; }
.price-intro h1 em { color: var(--blue); font-family: Georgia, serif; font-weight: 400; }
.price-intro > p:last-child { max-width: 33rem; align-self: end; margin: 0 0 .8rem; color: var(--muted); }
.price-section { padding-top: 4rem; }
.price-note { max-width: 23rem; margin: 0 0 .5rem; color: var(--muted); }
.price-tabs { position: sticky; top: 72px; z-index: 20; padding: .7rem 0; display: flex; gap: .45rem; overflow-x: auto; background: color-mix(in srgb, var(--paper) 94%, transparent); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); scrollbar-width: none; }
.price-tabs button { flex: 0 0 auto; padding: .55rem 1rem; color: #4d5154; background: transparent; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; font-size: .75rem; }
.price-tabs button.active { color: white; background: var(--ink); border-color: var(--ink); }
.price-tabs sup { margin-left: .35rem; color: #909498; }
.price-grid { padding-top: 1.5rem; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.price-card { min-height: 520px; padding: 1.4rem; display: flex; flex-direction: column; background: var(--paper-bright); border: 1px solid var(--line); border-radius: .9rem; transition: transform .35s cubic-bezier(.16,1,.3,1), border-color .35s ease, box-shadow .35s ease; }
.price-card:hover { transform: translateY(-7px); border-color: #aabfff; box-shadow: 0 22px 55px rgba(24,31,40,.08); }
.price-card-top { display: flex; justify-content: space-between; color: var(--muted); font-size: .65rem; text-transform: uppercase; }
.price-card-top p { margin: 0; }
.price-card h2 { margin: 3rem 0 1rem; font-size: 1.55rem; font-weight: 620; letter-spacing: -.035em; }
.price-value { display: flex; align-items: end; gap: .55rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
.price-value strong { font-size: clamp(3rem, 4vw, 4.8rem); font-weight: 510; line-height: .9; letter-spacing: -.06em; }
.price-value span { color: var(--blue); font-size: .8rem; }
.price-card dl { margin: 1.5rem 0 2rem; }
.price-card dl div { padding: .55rem 0; display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px solid #e3e2dc; font-size: .7rem; }
.price-card dt { color: var(--muted); }
.price-card dd { margin: 0; text-align: right; font-weight: 620; }
.price-card .text-link { margin-top: auto; align-self: flex-start; }
.price-explainer { display: grid; grid-template-columns: .85fr 1.15fr; gap: 6rem; border-top: 1px solid var(--line); }
.price-explainer h2 { margin: 0; font-size: clamp(2.8rem, 5vw, 5.5rem); font-weight: 520; line-height: .95; letter-spacing: -.055em; }
.price-explainer > div { border-top: 1px solid var(--ink); }
.price-explainer p { margin: 0; padding: 1.25rem 0; display: grid; grid-template-columns: 55px 1fr; border-bottom: 1px solid var(--line); }
.price-explainer b { color: var(--blue); font-size: .7rem; }

.motion-target { opacity: 0; filter: blur(9px); transform: translateY(42px) scale(.985); transition: opacity .8s var(--motion-delay, 0ms) cubic-bezier(.16,1,.3,1), transform .9s var(--motion-delay, 0ms) cubic-bezier(.16,1,.3,1), filter .75s var(--motion-delay, 0ms) ease; }
.motion-target.is-visible { opacity: 1; filter: blur(0); transform: translateY(0) scale(1); }
@keyframes hero-kicker-in { from { opacity: 0; letter-spacing: .34em; transform: translateY(18px); } to { opacity: 1; letter-spacing: .16em; transform: none; } }
@keyframes hero-title-in { from { opacity: 0; filter: blur(14px); transform: translateY(44px) skewY(2deg); } to { opacity: 1; filter: blur(0); transform: none; } }
@keyframes hero-copy-in { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes hero-visual-in { from { opacity: 0; clip-path: inset(0 0 100% 0 round var(--radius)); transform: scale(.97); } to { opacity: 1; clip-path: inset(0 0 0 0 round var(--radius)); transform: scale(1); } }
@keyframes orbit-float { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-8px) rotate(2deg); } }

.calculator-shell { display: grid; grid-template-columns: 1.25fr .75fr; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--paper-bright); }
.calculator-controls { padding: 4rem; }
.control-block { margin-bottom: 3.5rem; }
.control-block > label, .control-label { display: block; margin-bottom: 1.3rem; font-size: .72rem; font-weight: 720; letter-spacing: .1em; text-transform: uppercase; }
.range-value { display: grid; grid-template-columns: 1fr 110px; align-items: center; gap: 2rem; }
input[type="range"] { width: 100%; accent-color: var(--blue); }
.range-value output { font-size: 1.7rem; font-weight: 520; }
.segmented { display: flex; flex-wrap: wrap; gap: .6rem; }
.segmented button { padding: .75rem 1.1rem; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; }
.segmented button.active { color: white; background: var(--blue); border-color: var(--blue); }
.calculator-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.3rem; }
.calculator-grid label:not(.toggle) { display: grid; grid-template-columns: 1fr 90px; align-items: center; min-height: 62px; padding: 0 1rem; border: 1px solid var(--line); border-radius: .7rem; font-size: .8rem; }
.calculator-grid input[type="number"] { width: 100%; padding: .5rem; background: transparent; border: 0; border-left: 1px solid var(--line); text-align: center; }
.toggle { min-height: 62px; padding: 0 1rem; display: flex; align-items: center; gap: .8rem; border: 1px solid var(--line); border-radius: .7rem; font-size: .8rem; }
.toggle input { accent-color: var(--blue); }
.calculator-result { padding: 4rem; color: white; background: var(--graphite); }
.calculator-result > strong { display: block; margin: 3rem 0 1.5rem; font-size: clamp(2.1rem, 4vw, 4rem); font-weight: 520; line-height: 1.04; letter-spacing: -.05em; }
.calculator-result > p:not(.eyebrow) { color: #b6babd; }
.result-rule { margin-top: 2rem; padding-top: 1rem; display: flex; gap: 1rem; border-top: 1px solid #4b5054; }
.result-rule span { color: #86aaff; font-size: .65rem; }
.result-rule p { margin: 0; font-size: .82rem; }
.calculator-form { grid-column: 1 / -1; border-top: 1px solid var(--line); }

.lead-form { padding: 5rem; display: grid; grid-template-columns: .8fr 1.2fr; gap: 6rem; background: var(--paper-bright); border-radius: var(--radius); }
.lead-form-compact { padding: 3rem 4rem; border-radius: 0; }
.form-heading h2 { margin: 0 0 1.5rem; font-size: clamp(2.6rem, 4.7vw, 5rem); font-weight: 520; line-height: .95; letter-spacing: -.055em; }
.lead-form-compact .form-heading h2 { font-size: clamp(2rem, 3.8vw, 3.8rem); }
.form-heading > p:last-child { max-width: 25rem; color: var(--muted); }
.form-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; align-content: start; }
.form-fields label:not(.consent):not(.honeypot) { display: flex; flex-direction: column; gap: .55rem; }
.form-fields label > span { font-size: .7rem; color: var(--muted); }
.form-fields input:not([type="checkbox"]), .form-fields textarea { width: 100%; padding: 1rem 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid var(--line); outline: 0; }
.form-fields input:focus, .form-fields textarea:focus { border-color: var(--blue); }
.form-wide { grid-column: 1 / -1; }
.consent { display: flex; align-items: start; gap: .7rem; }
.consent input { margin-top: .2rem; accent-color: var(--blue); }
.consent a { text-decoration: underline; }
.honeypot { position: absolute !important; left: -9999px; }
.form-status { min-height: 1.5rem; }
.form-status p { margin: 0; font-size: .78rem; }
.success { color: #177543; }
.error { color: #a63838; }

.editorial-hero { width: var(--container); min-height: calc(100vh - 72px); margin: auto; padding: 1rem 0 2rem; display: grid; grid-template-columns: .85fr 1.15fr; grid-template-rows: auto 1fr; gap: 1.5rem 2rem; }
.breadcrumbs { grid-column: 1 / -1; padding: 1rem 0; display: flex; gap: .55rem; color: var(--muted); font-size: .65rem; overflow: hidden; white-space: nowrap; }
.breadcrumbs b { color: var(--ink); font-weight: 550; overflow: hidden; text-overflow: ellipsis; }
.editorial-title { padding: clamp(2.5rem, 6vh, 4.5rem) 2rem 2rem 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.editorial-title h1 { margin: 0; max-width: 13ch; font-size: clamp(3.2rem, 5vw, 5.8rem); font-weight: 500; line-height: .92; letter-spacing: -.055em; overflow-wrap: normal; word-break: normal; }
.editorial-title > p:not(.eyebrow) { max-width: 34rem; margin: 2rem 0; color: var(--muted); }
.editorial-visual { position: relative; min-height: 650px; overflow: hidden; border-radius: var(--radius); background: #d8d7d2; }
.editorial-visual img { width: 100%; height: 100%; object-fit: cover; }
.drawing-note { position: absolute; right: 1rem; bottom: 1rem; padding: .7rem 1rem; display: flex; gap: 2rem; color: white; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; backdrop-filter: blur(8px); font-size: .65rem; text-transform: uppercase; }
.editorial-content { padding-top: 5rem; padding-bottom: 5rem; display: grid; grid-template-columns: .82fr 1.18fr; gap: 6rem; border-top: 1px solid var(--line); }
.editorial-content aside { border-top: 1px solid var(--ink); padding-top: 1.5rem; }
.editorial-spec { padding: 1rem 0; display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line); font-size: .75rem; }
.editorial-spec span { color: var(--muted); }
.editorial-spec b { text-align: right; }
.editorial-heading h2 { margin: 0; max-width: 15ch; font-size: clamp(2.5rem, 4.4vw, 5rem); font-weight: 520; line-height: .96; letter-spacing: -.055em; }
.editorial-heading > p { max-width: 42rem; margin: 2rem 0 0; color: var(--muted); font-size: 1.1rem; line-height: 1.7; }
.editorial-story { border-top: 1px solid var(--ink); }
.editorial-story article { min-height: 130px; padding: 1.3rem 0; display: grid; grid-template-columns: 54px 1fr; gap: 1.5rem; border-bottom: 1px solid var(--line); }
.editorial-story article span { color: var(--blue); font-size: .66rem; }
.editorial-story article p { max-width: 58rem; margin: 0; color: #484c4f; font-size: 1rem; line-height: 1.7; }
.product-facts { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 1rem; background: var(--line); border: 1px solid var(--line); }
.product-facts > div { min-height: 220px; padding: 1.5rem; display: flex; flex-direction: column; background: var(--paper-bright); }
.product-facts span { color: var(--blue); font-size: .66rem; }
.product-facts strong { margin-top: auto; font-size: 1.25rem; font-weight: 560; }
.product-facts p { margin: .7rem 0 0; color: var(--muted); font-size: .82rem; }
.project-gallery { width: var(--container); margin: 0 auto 3rem; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
.gallery-item { min-width: 0; margin: 0; }
.gallery-item:nth-child(1), .gallery-item:nth-child(5) { grid-column: auto; }
.gallery-media { position: relative; min-height: 380px; height: min(45vw, 650px); overflow: hidden; border-radius: .7rem; }
.gallery-item img { object-fit: cover; }
.gallery-item figcaption { margin-top: .5rem; color: var(--muted); font-size: .62rem; }
.detail-copy { display: grid; grid-template-columns: .7fr 1.3fr; gap: 7rem; border-top: 1px solid var(--line); }
.detail-row { padding: 1.5rem 0; display: grid; grid-template-columns: 60px 1fr; border-bottom: 1px solid var(--line); }
.detail-row span { color: var(--blue); font-size: .65rem; }
.detail-row p { max-width: 50rem; margin: 0; color: #4b4f52; }
.related-section { padding-top: 5rem; }
.related-section .section-head { margin-bottom: 2.5rem; }
.related-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr)); gap: 1.5rem; }
.related-grid > a > div { position: relative; aspect-ratio: 1.35; overflow: hidden; border-radius: .6rem; background: #ddd; }
.related-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.related-grid a:hover img { transform: scale(1.04); }
.related-grid h3 { margin: 1rem 0 .4rem; font-size: 1.15rem; }
.related-grid span { color: var(--blue); font-size: .72rem; }
.request-section { padding-top: 4rem; }

.contacts-hero { width: var(--container); min-height: calc(100svh - 72px); margin: auto; padding: 2rem 0; display: grid; grid-template-columns: .72fr 1.28fr; gap: 2rem; }
.contacts-hero-copy { padding: 3rem 2rem 3rem 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.contacts-hero-copy h1 { margin: 0; font-size: clamp(4.5rem, 8vw, 9rem); font-weight: 480; line-height: .84; letter-spacing: -.07em; }
.contacts-hero-copy h1 em { color: var(--blue); font-family: Georgia, serif; font-weight: 400; }
.contacts-hero-copy > p { max-width: 34rem; margin: 2rem 0; color: var(--muted); font-size: 1.05rem; }
.contacts-hero-image { position: relative; min-height: 650px; overflow: hidden; border-radius: var(--radius); background: #d8d7d2; }
.contacts-hero-image img { object-fit: cover; object-position: 56% center; transition: transform .8s cubic-bezier(.16,1,.3,1); }
.contacts-hero-image:hover img { transform: scale(1.025); }
.contacts-details { display: grid; grid-template-columns: .65fr 1.35fr; gap: 6rem; border-top: 1px solid var(--line); }
.contacts-heading h2, .legal-heading h2 { margin: 0; font-size: clamp(3rem, 5vw, 5.5rem); font-weight: 520; line-height: .94; letter-spacing: -.055em; }
.contacts-heading p, .legal-heading p { max-width: 31rem; margin: 2rem 0 0; color: var(--muted); }
.contact-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.contact-card { min-height: 245px; padding: 1.5rem; display: flex; flex-direction: column; background: var(--paper-bright); transition: background .25s ease, color .25s ease; }
.contact-card span { color: var(--muted); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.contact-card strong { margin: auto 0 1rem; font-size: clamp(1.2rem, 2vw, 2rem); font-weight: 540; line-height: 1.08; overflow-wrap: anywhere; }
.contact-card small { color: var(--blue); }
a.contact-card:hover, .contact-card-primary { color: white; background: var(--blue); }
a.contact-card:hover span, a.contact-card:hover small, .contact-card-primary span, .contact-card-primary small { color: rgba(255,255,255,.74); }
.social-contact-block { grid-column: 1 / -1; padding-top: 5rem; display: grid; grid-template-columns: .65fr 1.35fr; gap: 6rem; border-top: 1px solid var(--line); }
.social-contact-block h3 { margin: 0; font-size: clamp(2rem, 3vw, 3.6rem); font-weight: 520; line-height: .98; letter-spacing: -.045em; }
.social-contact-block p { max-width: 30rem; margin: 1.2rem 0 0; color: var(--muted); }
.social-contact-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.social-contact-links a { min-height: 250px; padding: 1.25rem; display: grid; grid-template-columns: 136px 1fr auto; grid-template-rows: auto 1fr auto; gap: 0 1.2rem; align-items: end; background: var(--paper-bright); transition: color .25s ease, background .25s ease; }
.social-contact-links img { grid-row: 1 / -1; width: 136px; height: 136px; align-self: center; border-radius: .35rem; }
.social-contact-links span { color: var(--muted); font-size: .7rem; }
.social-contact-links strong { grid-column: 2; font-size: 1.65rem; font-weight: 560; }
.social-contact-links b { grid-column: 3; grid-row: 3; color: var(--blue); }
.social-contact-links a:hover { color: white; background: var(--blue); }
.social-contact-links a:hover span, .social-contact-links a:hover b { color: rgba(255,255,255,.75); }
.legal-section { display: grid; grid-template-columns: .65fr 1.35fr; gap: 6rem; border-top: 1px solid var(--line); }
.legal-list { margin: 0; border-top: 1px solid var(--ink); }
.legal-list > div { padding: 1.1rem 0; display: grid; grid-template-columns: minmax(150px, .55fr) 1.45fr; gap: 2rem; border-bottom: 1px solid var(--line); }
.legal-list dt { color: var(--muted); font-size: .74rem; }
.legal-list dd { margin: 0; font-size: .88rem; overflow-wrap: anywhere; }

.not-found { width: var(--container); min-height: 75vh; margin: auto; padding: 7rem 0; display: flex; flex-direction: column; justify-content: center; }
.not-found > span { color: var(--blue); font-size: .75rem; }
.not-found h1 { margin: 1rem 0; font-size: clamp(4rem, 9vw, 9rem); font-weight: 500; line-height: .85; letter-spacing: -.07em; }
.not-found p { color: var(--muted); }
.not-found > div { margin-top: 2rem; display: flex; align-items: center; gap: 2rem; }

.site-footer { padding: 8rem max(1.5rem, calc((100vw - min(100% - 3rem, 1440px)) / 2)) 2rem; color: #eef0f2; background: #1c2024; }
.footer-top { display: grid; grid-template-columns: 1.3fr .7fr; gap: 3rem; padding-bottom: 6rem; border-bottom: 1px solid #41474c; }
.footer-top h2 { margin: 0; font-size: clamp(3.4rem, 7vw, 7.5rem); font-weight: 480; line-height: .86; letter-spacing: -.065em; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-start; justify-content: end; gap: .8rem; }
.footer-contact a:first-child { font-size: clamp(1.5rem, 3vw, 2.7rem); }
.footer-contact a:nth-child(2), .footer-contact p { color: #aeb4b8; }
.footer-grid { padding: 4rem 0; display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 4rem; border-bottom: 1px solid #41474c; }
.footer-grid > div { display: flex; flex-direction: column; gap: .7rem; font-size: .75rem; }
.footer-grid b { margin-bottom: .6rem; color: #8fb2ff; font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid span, .footer-grid a, .footer-grid p { color: #aeb4b8; }
.footer-brand strong { color: white; font-size: 2rem; letter-spacing: .16em; }
.footer-logo { width: min(360px, 100%); height: auto; object-fit: contain; object-position: left center; }
.footer-brand p { max-width: 24rem; }
.footer-bottom { padding-top: 1.5rem; display: flex; justify-content: space-between; color: #7f878d; font-size: .65rem; }

.admin-shell { min-height: 100vh; display: grid; grid-template-columns: 260px 1fr; background: #ecece8; }
.admin-shell ~ .site-footer { display: none; }
.admin-sidebar { position: sticky; top: 82px; height: calc(100vh - 82px); padding: 2rem 1.2rem; display: flex; flex-direction: column; color: white; background: #202429; }
.admin-logo { padding: 0 .7rem 2rem; display: flex; flex-direction: column; }
.admin-logo strong { letter-spacing: .17em; }
.admin-logo span { color: #8d959c; font-size: .65rem; }
.admin-sidebar nav { display: flex; flex-direction: column; gap: .4rem; }
.admin-sidebar nav button { padding: .85rem 1rem; display: flex; justify-content: space-between; color: #b8bec3; background: transparent; border: 0; border-radius: .5rem; text-align: left; cursor: pointer; }
.admin-sidebar nav button.active { color: white; background: #343a40; }
.admin-sidebar nav span { color: #8fb2ff; }
.admin-user { margin-top: auto; padding: 1rem .7rem 0; display: flex; flex-direction: column; border-top: 1px solid #3f454a; }
.admin-user small { color: #8d959c; }
.admin-user a { margin-top: .8rem; color: #8fb2ff; font-size: .7rem; }
.admin-main { min-width: 0; padding: 3rem; }
.admin-header { margin-bottom: 2rem; display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.admin-header p { margin: 0; color: var(--blue); font-size: .65rem; text-transform: uppercase; }
.admin-header h1 { margin: .3rem 0 0; font-size: 2.8rem; font-weight: 560; letter-spacing: -.04em; }
.admin-header input { width: min(380px, 100%); padding: .8rem 1rem; background: white; border: 1px solid #d6d7d2; border-radius: .5rem; }
.admin-content-layout { min-height: 650px; display: grid; grid-template-columns: 330px 1fr; background: white; border: 1px solid #d6d7d2; border-radius: .8rem; overflow: hidden; }
.admin-list { max-height: 75vh; overflow-y: auto; border-right: 1px solid #e2e2de; }
.admin-list button { width: 100%; padding: 1rem; display: flex; flex-direction: column; gap: .2rem; background: white; border: 0; border-bottom: 1px solid #e8e8e4; text-align: left; cursor: pointer; }
.admin-list button:hover, .admin-list button.active { background: #f2f5ff; }
.admin-list span { color: var(--blue); font-size: .57rem; text-transform: uppercase; }
.admin-list strong { font-size: .82rem; }
.admin-list small { color: #8b8f91; }
.admin-editor { padding: 2rem; }
.admin-editor-head { margin-bottom: 2rem; display: flex; align-items: end; justify-content: space-between; }
.admin-editor-head small { color: #8b8f91; }
.admin-editor-head h2 { margin: .2rem 0 0; font-size: 1.2rem; }
.admin-editor-head select, .inquiry-table select { padding: .55rem .7rem; background: white; border: 1px solid #d6d7d2; border-radius: .4rem; }
.admin-editor > label { margin-bottom: 1.2rem; display: flex; flex-direction: column; gap: .4rem; }
.admin-editor label > span { color: #737779; font-size: .68rem; }
.admin-editor input, .admin-editor textarea { padding: .8rem; border: 1px solid #d6d7d2; border-radius: .4rem; resize: vertical; }
.admin-save { display: flex; align-items: center; gap: 1rem; }
.admin-save button { padding: .75rem 1rem; color: white; background: var(--blue); border: 0; border-radius: .45rem; cursor: pointer; }
.admin-save span { color: #717678; font-size: .72rem; }
.admin-save a { margin-left: auto; color: var(--blue); font-size: .72rem; }
.admin-empty { min-height: 430px; display: grid; place-content: center; text-align: center; }
.admin-empty h2 { margin: 0; }
.admin-empty p { color: #85898b; }
.inquiry-table { display: flex; flex-direction: column; gap: .7rem; }
.inquiry-table article { padding: 1.2rem; display: grid; grid-template-columns: 220px 1fr 150px; gap: 2rem; align-items: center; background: white; border: 1px solid #d6d7d2; border-radius: .65rem; }
.inquiry-table article > div { display: flex; flex-direction: column; }
.inquiry-table article span, .inquiry-table article small { color: #85898b; font-size: .65rem; }
.inquiry-table article p { margin: .3rem 0; }
.inquiry-table article a { color: var(--blue); font-size: .75rem; }
.admin-loading, .admin-denied { min-height: 75vh; padding: 5rem; display: grid; place-content: center; text-align: center; }
.admin-denied h1 { font-size: 3rem; }
.admin-denied code { padding: .15rem .35rem; background: white; }
.admin-denied a { color: var(--blue); }
.media-upload { margin-bottom: 2rem; padding: 1.2rem; display: grid; grid-template-columns: 1fr 1fr auto; align-items: end; gap: 1rem; background: white; border: 1px solid #d6d7d2; border-radius: .65rem; }
.media-upload label { display: flex; flex-direction: column; gap: .45rem; }
.media-upload label span { color: #737779; font-size: .68rem; }
.media-upload input { min-height: 42px; padding: .55rem; border: 1px solid #d6d7d2; border-radius: .4rem; }
.media-upload button { min-height: 42px; padding: 0 1rem; color: white; background: var(--blue); border: 0; border-radius: .4rem; cursor: pointer; }
.media-upload small { grid-column: 1 / -1; color: #737779; }
.media-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.media-grid article { min-width: 0; padding: .7rem; display: flex; flex-direction: column; gap: .3rem; background: white; border: 1px solid #d6d7d2; border-radius: .6rem; }
.media-grid img, .media-file { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: .35rem; background: #ecece8; }
.media-file { display: grid; place-items: center; color: var(--blue); font-weight: 700; }
.media-grid strong { margin-top: .4rem; overflow: hidden; font-size: .72rem; text-overflow: ellipsis; white-space: nowrap; }
.media-grid span, .media-grid small { color: #85898b; font-size: .62rem; }

@media (max-width: 1100px) {
  :root { --container: min(100% - 2rem, 1440px); }
  .desktop-nav, .phone-link { display: none; }
  .header-actions { margin-left: auto; }
  .menu-button { display: grid; }
  .mobile-menu { display: grid; grid-template-rows: 0fr; visibility: hidden; background: var(--graphite); transition: grid-template-rows .35s ease, visibility 0s .35s; }
  .mobile-menu > nav { min-height: 0; overflow: hidden; width: var(--container); margin: auto; }
  .mobile-menu.is-open { grid-template-rows: 1fr; visibility: visible; transition-delay: 0s; }
  .mobile-menu a { padding: 1rem 0; display: grid; grid-template-columns: 55px 1fr auto; color: white; border-bottom: 1px solid #454b50; font-size: 1.2rem; }
  .mobile-menu small { color: #86aaff; font-size: .6rem; }
  .intro-strip, .dark-process, .calculator-preview, .philosophy, .editorial-content, .detail-copy { grid-template-columns: 1fr; gap: 4rem; }
  .featured-card, .featured-card:nth-child(1), .featured-card:nth-child(5) { grid-column: span 6; }
  .featured-card .featured-media, .featured-card:nth-child(1) .featured-media, .featured-card:nth-child(5) .featured-media { aspect-ratio: 1.4; }
  .catalog-grid { grid-template-columns: repeat(2, 1fr); }
  .price-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .price-intro, .price-explainer { grid-template-columns: 1fr; gap: 3rem; }
  .calculator-shell { grid-template-columns: 1fr; }
  .calculator-result { min-height: 430px; }
  .lead-form { grid-template-columns: 1fr; gap: 3rem; }
  .product-facts { grid-template-columns: 1fr; }
  .product-facts > div { min-height: 170px; }
  .contacts-hero { min-height: auto; grid-template-columns: 1fr; }
  .contacts-hero-copy { min-height: 520px; }
  .contacts-details, .legal-section { grid-template-columns: 1fr; gap: 4rem; }
  .social-contact-block { grid-template-columns: 1fr; gap: 3rem; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .home-hero { height: auto; min-height: auto; grid-template-columns: 1fr; }
  .editorial-hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { min-height: 620px; }
  .hero-visual, .editorial-visual { min-height: 70vh; height: auto; }
}

@media (max-width: 700px) {
  :root { --container: calc(100% - 1.25rem); }
  .header-shell { min-height: 68px; }
  .brand-logo { width: 132px; height: 54px; }
  .header-actions .button { display: none; }
  .section { padding: 6rem 0; }
  .home-hero { min-height: auto; padding-top: 2.5rem; gap: 1rem; }
  .hero-copy { min-height: 550px; padding-top: 1rem; }
  .hero-copy h1 { font-size: clamp(3.2rem, 16vw, 5.3rem); }
  .hero-lead { max-width: 90%; font-size: .9rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.25rem; }
  .hero-index { display: none; }
  .hero-visual, .editorial-visual { min-height: 65vh; }
  .measure-orbit { width: 105px; height: 105px; right: 1rem; top: 1rem; }
  .hero-tag { left: 1rem; bottom: 1rem; flex-wrap: wrap; }
  .intro-strip { padding: 4rem 0; gap: 3rem; }
  .intro-stats { grid-template-columns: 1fr 1fr; }
  .section-head { align-items: flex-start; flex-direction: column; }
  .featured-grid { gap: 2rem .6rem; }
  .featured-card, .featured-card:nth-child(1), .featured-card:nth-child(5) { grid-column: span 6; }
  .featured-copy h3 { font-size: .92rem; }
  .featured-copy p, .featured-copy b { font-size: .62rem; }
  .dark-process { padding-top: 6rem; padding-bottom: 6rem; gap: 3rem; }
  .process-steps > div { padding: 1.5rem 0; grid-template-columns: 50px 1fr; }
  .process-steps p { grid-column: 2; }
  .calculator-preview { gap: 3rem; }
  .calculator-preview-image { min-height: 480px; }
  .philosophy blockquote { font-size: 2.7rem; }
  .page-intro { min-height: 65vh; padding: 5rem 0 3rem; grid-template-columns: minmax(0, 1fr); }
  .page-intro > * { min-width: 0; }
  .page-intro h1 { font-size: clamp(3.2rem, 14vw, 5.6rem); }
  .catalog-tools { top: 68px; }
  .filter-row { max-width: 100%; margin-right: 0; }
  .catalog-grid { grid-template-columns: 1fr; }
  .catalog-image { aspect-ratio: 1.35; }
  .price-intro { min-height: 52vh; padding: 4rem 0 2rem; grid-template-columns: minmax(0, 1fr); }
  .price-intro > * { min-width: 0; }
  .price-intro h1 { font-size: clamp(3.4rem, 16vw, 5.6rem); }
  .price-tabs { top: 68px; }
  .price-grid { grid-template-columns: 1fr; }
  .price-card { min-height: 470px; }
  .contacts-hero { padding: 1rem 0 0; gap: 1rem; }
  .contacts-hero-copy { min-height: 480px; padding: 2rem .25rem; }
  .contacts-hero-copy h1 { font-size: clamp(4rem, 20vw, 6rem); }
  .contacts-hero-image { min-height: 62vh; }
  .contact-cards { grid-template-columns: 1fr; }
  .contact-card { min-height: 190px; }
  .social-contact-block { padding-top: 4rem; }
  .social-contact-links { grid-template-columns: 1fr; }
  .social-contact-links a { min-height: 190px; grid-template-columns: 108px 1fr auto; gap: 0 .9rem; }
  .social-contact-links img { width: 108px; height: 108px; }
  .legal-list > div { grid-template-columns: 1fr; gap: .4rem; }
  .calculator-controls, .calculator-result { padding: 2rem 1.2rem; }
  .calculator-grid { grid-template-columns: 1fr; }
  .range-value { grid-template-columns: 1fr 85px; gap: 1rem; }
  .lead-form, .lead-form-compact { padding: 3rem 1.2rem; }
  .form-fields { grid-template-columns: 1fr; }
  .form-fields > * { grid-column: 1 !important; }
  .editorial-hero { padding-top: .5rem; }
  .breadcrumbs { font-size: .58rem; }
  .editorial-title { min-height: 520px; padding: 2rem .3rem; }
  .editorial-title h1 { font-size: clamp(3.1rem, 15vw, 5.2rem); }
  .editorial-content { gap: 3rem; }
  .project-gallery { grid-template-columns: 1fr; gap: 1.5rem; }
  .gallery-item, .gallery-item:nth-child(1), .gallery-item:nth-child(5) { grid-column: auto; }
  .gallery-media { min-height: 260px; }
  .detail-copy { gap: 3rem; }
  .related-grid { grid-template-columns: 1fr; }
  .footer-top, .footer-grid { grid-template-columns: 1fr; }
  .footer-top { gap: 4rem; }
  .footer-grid { gap: 2.5rem; }
  .footer-bottom { flex-direction: column; gap: .7rem; }
  .site-footer { padding-top: 6rem; }
  .not-found > div { align-items: flex-start; flex-direction: column; }
  .admin-shell { grid-template-columns: 1fr; }
  .admin-sidebar { position: static; height: auto; top: auto; padding: 1rem; }
  .admin-sidebar nav { flex-direction: row; }
  .admin-user { display: none; }
  .admin-main { padding: 1rem; }
  .admin-header { align-items: flex-start; flex-direction: column; }
  .admin-header input { width: 100%; }
  .admin-content-layout { grid-template-columns: 1fr; }
  .admin-list { max-height: 300px; border-right: 0; border-bottom: 1px solid #e2e2de; }
  .admin-editor { padding: 1rem; }
  .inquiry-table article { grid-template-columns: 1fr; gap: 1rem; }
  .media-upload { grid-template-columns: 1fr; }
  .media-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
