@font-face{font-family:"Inter";font-style:normal;font-display:swap;font-weight:400;src:url("/fonts/inter-cyrillic-400.woff2") format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;}@font-face{font-family:"Inter";font-style:normal;font-display:swap;font-weight:400;src:url("/fonts/inter-latin-400.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}@font-face{font-family:"Inter";font-style:normal;font-display:swap;font-weight:600;src:url("/fonts/inter-cyrillic-600.woff2") format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;}@font-face{font-family:"Inter";font-style:normal;font-display:swap;font-weight:600;src:url("/fonts/inter-latin-600.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}@font-face{font-family:"Inter";font-style:normal;font-display:swap;font-weight:700;src:url("/fonts/inter-cyrillic-700.woff2") format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;}@font-face{font-family:"Inter";font-style:normal;font-display:swap;font-weight:700;src:url("/fonts/inter-latin-700.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}@font-face{font-family:"Inter";font-style:normal;font-display:swap;font-weight:800;src:url("/fonts/inter-cyrillic-800.woff2") format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;}@font-face{font-family:"Inter";font-style:normal;font-display:swap;font-weight:800;src:url("/fonts/inter-latin-800.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}:root {
  --ink: #171a20;
  --dark-section: #171a20;
  --muted: #5c5e62;
  --accent: #e82127;
  --neutral: #f4f4f4;
  --white: #ffffff;
  --line: #d0d1d2;
}

* { box-sizing: border-box; }
.visually-hidden { width: 1px; height: 1px; padding: 0; position: absolute; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body { width: 100%; max-width: 100%; margin: 0; overflow-x: hidden; background: var(--white); color: var(--ink); font-family: Inter, Arial, sans-serif; font-size: 18px; line-height: 1.55; }
@supports (overflow: clip) {
  html, body { overflow-x: clip; }
}
body, button, input, textarea { font-family: Inter, Arial, sans-serif; }
button, input, textarea { font-size: 16px; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
h1, h2, h3, p { margin-top: 0; }

.intro-screen { position: fixed; inset: 0; z-index: 999; display: grid; place-items: center; background: var(--white); pointer-events: none; animation: intro-fallback .01s 4s forwards; }
.intro-screen .brand-logo { width: min(470px, 76vw); }
.intro-line { width: min(470px, 76vw); height: 3px; position: absolute; top: calc(50% + 90px); background: #e2e2e2; overflow: hidden; }
.intro-line span { display: block; width: 100%; height: 100%; background: var(--accent); transform: scaleX(0); transform-origin: left; }

.site-header { height: 82px; padding: 0 4vw; position: fixed; z-index: 100; top: 0; left: 0; right: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(23,26,32,.12); backdrop-filter: blur(18px); }
.brand { justify-self: start; display: block; }
.brand-logo { width: 205px; height: auto; mix-blend-mode: multiply; }
.brand-logo.inverse { filter: invert(1); mix-blend-mode: screen; }
.site-header > nav { display: flex; gap: 34px; align-items: center; }
.site-header > nav a, .header-action { font-size: 15px; font-weight: 500; }
.site-header > nav a { position: relative; }
.site-header > nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--ink); transition: right .25s ease; }
.site-header > nav a:hover::after { right: 0; }
.header-controls { justify-self: end; display: flex; align-items: center; gap: clamp(14px, 1.8vw, 28px); }
.header-action { display: flex; align-items: center; gap: 10px; }
.header-action svg { width: 18px; }
.header-phone { min-height: 38px; padding: 0; border: 0; display: inline-flex; align-items: center; justify-content: center; color: var(--ink); background: transparent; cursor: pointer; }
.header-phone-canvas { width: 160px; height: 24px; display: block; }
.header-phone-label { display: none; font-size: 13px; line-height: 1; font-weight: 700; letter-spacing: .08em; }
.mobile-menu-toggle, .mobile-menu { display: none; }
.blog-page, .article-page, .legal-page, .commercial-page, .statuette-page { padding-top: 82px; }

.hero { min-height: 100svh; padding: 116px 4vw 34px; position: relative; overflow: hidden; background: var(--neutral); }
.hero::before { content: "NOKINGS"; position: absolute; left: 50%; top: 53%; transform: translate(-50%,-50%); color: rgba(23,26,32,.035); font-size: 21vw; line-height: .8; letter-spacing: -.07em; font-weight: 600; white-space: nowrap; pointer-events: none; }
.hero-topline { position: relative; z-index: 2; display: flex; justify-content: space-between; font-size: 14px; font-weight: 600; letter-spacing: .08em; }
.hero-title { width: 100%; position: relative; z-index: 3; margin: 60px 0 300px; display: flex; flex-direction: column; align-items: center; font-size: clamp(32px, 13vw, 154px); line-height: .84; letter-spacing: -.06em; font-weight: 500; text-align: center; pointer-events: none; }
.hero-title span { display: block; white-space: nowrap; }
.hero-title span:nth-child(2) { margin-bottom: .08em; }
.hero-title-accent { color: var(--accent); }
.hero-copy { width: min(calc(100% - 48px), 820px); max-width: none; margin: 0; position: absolute; z-index: 3; left: 50%; bottom: 265px; transform: translateX(-50%); font-size: 18px; line-height: 1.55; text-align: center; }
.hero-copy span { display: block; }
.hero-actions { position: absolute; z-index: 3; right: 4vw; bottom: 128px; display: flex; flex-direction: column; gap: 12px; width: 300px; }
.button { min-height: 54px; padding: 14px 22px; border: 1px solid transparent; border-radius: 4px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; font-size: 16px; font-weight: 600; cursor: pointer; transition: background-color .25s ease, color .25s ease, border-color .25s ease; }
.button.primary { color: var(--white); background: var(--accent); }
.button.primary:hover { background: #c9161b; }
.button.secondary { color: var(--ink); background: rgba(255,255,255,.82); border-color: rgba(23,26,32,.3); backdrop-filter: blur(10px); }
.button.secondary:hover { background: var(--white); border-color: var(--ink); }
.hero-specs { position: absolute; z-index: 3; left: max(4vw, calc(50% - 360px)); right: max(4vw, calc(50% - 360px)); bottom: 28px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hero-specs span { display: flex; flex-direction: column; align-items: center; font-size: 14px; color: var(--muted); }
.hero-specs b { margin-bottom: 3px; color: var(--ink); font-size: 18px; font-weight: 500; }
.scroll-indicator { position: absolute; z-index: 4; left: 50%; bottom: 104px; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 9px; font-size: 14px; }
.scroll-indicator i { width: 1px; height: 38px; background: var(--ink); transform-origin: top; }

.section-kicker { margin: 0; font-size: 14px; font-weight: 600; letter-spacing: .1em; }
.statement { min-height: 100svh; padding: 9vw 5vw 4vw; display: flex; flex-direction: column; justify-content: space-between; color: var(--white); background: var(--ink); overflow: hidden; }
.statement-title { max-width: 1350px; margin: 8vh 0; font-size: clamp(54px, 8vw, 130px); line-height: .96; letter-spacing: -.055em; font-weight: 500; }
.statement-title span { display: block; }
.statement-footer { padding-top: 26px; border-top: 1px solid #4b4d51; display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; }
.statement-footer p { max-width: 650px; margin: 0; font-size: 20px; }
.statement-footer span { font-size: 14px; letter-spacing: .08em; }

.precision { min-height: 100svh; display: grid; grid-template-columns: 1.1fr .9fr; background: var(--white); }
.precision-media { min-height: 780px; position: relative; overflow: hidden; background: var(--neutral); }
.precision-media img { box-sizing: border-box; width: 100%; height: 100%; padding: 5%; position: absolute; top: 0; object-fit: contain; object-position: center bottom; will-change: transform; }
.focus-frame { width: 54%; aspect-ratio: 1; position: absolute; left: 23%; top: 18%; }
.focus-frame i { width: 54px; height: 54px; position: absolute; border-color: var(--accent); border-style: solid; }
.focus-frame i:nth-child(1) { top: 0; left: 0; border-width: 3px 0 0 3px; }
.focus-frame i:nth-child(2) { top: 0; right: 0; border-width: 3px 3px 0 0; }
.focus-frame i:nth-child(3) { bottom: 0; left: 0; border-width: 0 0 3px 3px; }
.focus-frame i:nth-child(4) { right: 0; bottom: 0; border-width: 0 3px 3px 0; }
.precision-copy { padding: 10vw 6vw; display: flex; flex-direction: column; justify-content: center; }
.precision-copy h2, .showcase-head h2, .calculator-heading h2, .process-heading h2, .faq-column > h2, .request-card h2 { margin: 36px 0; font-size: clamp(46px, 5.2vw, 84px); line-height: .98; letter-spacing: -.045em; font-weight: 500; }
.precision-copy > p:not(.section-kicker) { max-width: 570px; margin-bottom: 44px; color: var(--muted); font-size: 19px; }
.precision-copy ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.precision-copy li { padding: 20px 0; border-bottom: 1px solid var(--line); display: flex; gap: 28px; font-size: 17px; }
.precision-copy li span { color: var(--accent); font-weight: 600; }

.showcase { padding: 8vw 0 5vw; background: var(--neutral); overflow: hidden; scroll-margin-top: 70px; }
.showcase-head { padding: 0 5vw 60px; display: grid; grid-template-columns: .5fr 1.9fr; align-items: end; gap: 40px; }
.showcase-head h2 { margin: 0; }
.showcase-title-row { display: flex; align-items: flex-end; gap: clamp(28px, 3vw, 58px); }
.showcase-title-row > p { max-width: 390px; margin: 0 0 .2em; color: var(--muted); font-size: 18px; }
.showcase-mobile-cue { display: none; }
.showcase-viewport { width: 100%; overflow: hidden; }
.showcase-track { width: max-content; padding: 0 5vw; display: flex; gap: 28px; will-change: transform; }
.work-slide { width: min(70vw, 900px); display: grid; grid-template-columns: minmax(0, 1fr) 300px; border-radius: 6px; overflow: hidden; contain: paint; background: var(--white); }
.work-media { min-height: 670px; position: relative; isolation: isolate; overflow: hidden; contain: paint; background: var(--white); }
.work-media img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center; filter: saturate(.75); transition: filter .45s ease, transform .8s cubic-bezier(.2,.8,.2,1); }
.work-media:not(.work-media-story):not(.work-media-corporate) img { padding: clamp(28px, 5svh, 96px) clamp(24px, 3vw, 64px); }
.work-media-corporate img { padding: clamp(56px, 8svh, 96px) 0; object-position: center; }
.work-slide:hover .work-media img { filter: saturate(1); transform: scale(1.025); }
.work-info { padding: 34px; display: flex; flex-direction: column; }
.work-info > span { color: var(--accent); font-size: 16px; font-weight: 600; }
.work-info h3 { margin: auto 0 12px; font-size: 42px; line-height: 1; font-weight: 500; letter-spacing: -.04em; }
.work-info p { margin-bottom: 26px; color: var(--muted); font-size: 17px; }
.work-info small { padding-top: 18px; border-top: 1px solid var(--line); font-size: 14px; }
.showcase-note { margin: 30px 5vw 0; color: var(--muted); font-size: 14px; }

.calculator-section { padding: clamp(64px, 5vw, 90px) 5vw 9vw; color: var(--white); background: var(--dark-section); scroll-margin-top: 70px; }
.calculator-heading { display: grid; grid-template-columns: .5fr 1.25fr .65fr; align-items: end; gap: 42px; margin-bottom: 70px; }
.calculator-heading h2 { margin: 0; }
.calculator-heading > p:last-child { margin: 0; color: #b7b8bb; font-size: 18px; }
.calculator-shell { display: grid; grid-template-columns: 1.3fr .7fr; border: 1px solid #494b4f; border-radius: 6px; overflow: hidden; }
.calculator-controls { padding: 44px; background: #202329; }
.calculator-controls fieldset { margin: 0 0 40px; padding: 0; border: 0; min-width: 0; }
.calculator-controls legend { width: 100%; margin-bottom: 16px; color: var(--white); font-size: 18px; font-weight: 500; }
.calculator-controls legend span { margin-right: 18px; color: #8d8f93; }
.option-grid { display: grid; gap: 10px; }
.option-grid.six { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.option-grid.five { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.option-grid.four { grid-template-columns: repeat(4, 1fr); }
.option-grid.three { grid-template-columns: repeat(3, 1fr); }
.option-grid.two { grid-template-columns: repeat(2, 1fr); }
.option-grid button { min-height: 88px; padding: 17px; border: 1px solid #5b5d62; border-radius: 4px; color: var(--white); background: transparent; text-align: left; cursor: pointer; transition: border-color .2s ease, background-color .2s ease; }
.option-grid button:hover { border-color: var(--white); }
.option-grid button.active { border-color: var(--accent); background: #2b2e34; box-shadow: inset 0 -3px 0 var(--accent); }
.option-grid button b { display: block; font-size: 17px; font-weight: 500; }
.option-grid button span { display: block; margin-top: 8px; color: #a8a9ac; font-size: 14px; }
.extras { border-top: 1px solid #4a4c51; }
.extras button { width: 100%; min-height: 88px; padding: 12px 0; border: 0; border-bottom: 1px solid #4a4c51; color: var(--white); background: transparent; display: grid; grid-template-columns: 1fr auto 48px; align-items: center; gap: 22px; text-align: left; cursor: pointer; }
.extras button b { display: block; font-size: 17px; font-weight: 500; }
.extras button small { display: block; margin-top: 4px; color: #a8a9ac; font-size: 14px; }
.extras button strong { font-size: 15px; }
.extras i { width: 48px; height: 28px; border: 1px solid #787a7e; border-radius: 30px; position: relative; }
.extras i::after { content: ""; width: 20px; height: 20px; position: absolute; left: 3px; top: 3px; border-radius: 50%; background: #8d8f93; transition: transform .25s ease, background-color .25s ease; }
.extras button.active i { border-color: var(--accent); background: var(--accent); }
.extras button.active i::after { transform: translateX(20px); background: var(--white); }
.calculator-controls fieldset:disabled, .extras button:disabled { opacity: .42; }
.extras button:disabled { cursor: not-allowed; }
.price-panel { min-height: 680px; padding: 44px; color: var(--ink); background: var(--white); display: flex; flex-direction: column; justify-content: flex-end; }
.price-label { margin-bottom: auto; color: var(--muted); font-size: 14px; letter-spacing: .06em; }
.price-panel output { margin: 70px 0 35px; white-space: nowrap; font-size: clamp(52px, 4.7vw, 78px); line-height: 1; letter-spacing: -.045em; font-variant-numeric: tabular-nums; font-weight: 500; }
.price-panel output.custom-price { white-space: normal; font-size: clamp(36px, 3.2vw, 54px); }
.price-specs { margin-bottom: 30px; border-top: 1px solid var(--line); }
.price-specs span { padding: 13px 0; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: baseline; gap: 20px; font-size: 15px; }
.price-specs b { flex: 0 0 auto; font-variant-numeric: tabular-nums; }
.price-specs small { color: var(--muted); font-size: 15px; }
.price-panel .button { width: 100%; }
.price-panel > p { margin: 17px 0 0; color: var(--muted); font-size: 14px; text-align: center; }

.process-section { padding: 9vw 5vw; background: var(--white); scroll-margin-top: 70px; }
.process-heading { display: grid; grid-template-columns: .5fr 1.5fr; align-items: start; margin-bottom: 70px; }
.process-heading h2 { margin: 0; }
.process-list { border-top: 1px solid var(--line); }
.process-card { min-height: 170px; padding: 30px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 90px .6fr 1fr 50px; gap: 30px; align-items: start; }
.process-card > span { color: var(--accent); font-size: 16px; font-weight: 600; }
.process-card h3 { margin: 0; font-size: 30px; font-weight: 500; letter-spacing: -.03em; }
.process-card p { max-width: 620px; margin: 0; color: var(--muted); font-size: 17px; }
.process-card > svg { width: 30px; height: 30px; justify-self: end; fill: none; stroke: var(--ink); stroke-width: 1.7; stroke-linecap: square; stroke-linejoin: miter; }

.portfolio-section { padding: 8vw 0 0; position: relative; overflow: hidden; color: var(--white); background: var(--dark-section); scroll-margin-top: 70px; }
.portfolio-heading { padding: 0 5vw; position: relative; z-index: 2; display: grid; grid-template-columns: .5fr 1.9fr; align-items: end; gap: 42px; }
.portfolio-heading .section-kicker { color: var(--accent); align-self: start; }
.portfolio-heading h2 { margin: 0; font-size: clamp(54px, 6.4vw, 104px); line-height: .9; letter-spacing: -.055em; font-weight: 500; }
.portfolio-title-row { display: flex; align-items: flex-end; gap: clamp(28px, 3vw, 58px); }
.portfolio-title-row > p { max-width: 440px; margin: 0 0 .15em; color: #b7b8bb; font-size: 18px; }
.portfolio-orbit { height: clamp(540px, 48vw, 690px); margin-top: clamp(24px, 4vw, 62px); position: relative; isolation: isolate; perspective: 1300px; cursor: grab; touch-action: pan-y; user-select: none; }
.portfolio-orbit.dragging { cursor: grabbing; }
.portfolio-card { width: clamp(200px, 18vw, 260px); aspect-ratio: 9 / 16; padding: 0; position: absolute; left: 50%; top: 38%; appearance: none; border: 1px solid rgba(255,255,255,.16); border-radius: clamp(10px, 1.1vw, 16px); overflow: hidden; color: var(--white); background: #595b60; box-shadow: 0 18px 48px rgba(0,0,0,.18), 0 46px 125px rgba(0,0,0,.2), 0 0 90px rgba(0,0,0,.08); cursor: pointer; transform-origin: 50% 100%; will-change: transform, opacity; transition: background-color .25s ease, border-color .25s ease, box-shadow .35s ease; }
.portfolio-card:hover { border-color: rgba(255,255,255,.72); background: #66686d; box-shadow: 0 22px 60px rgba(0,0,0,.22), 0 60px 160px rgba(0,0,0,.28), 0 0 110px rgba(0,0,0,.1); }
.portfolio-card:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
.portfolio-card > img { width: 100%; height: 100%; display: block; object-fit: cover; }
.portfolio-card > span { display: none; }
.portfolio-lightbox { padding: 2svh 4vw; position: fixed; z-index: 1000; inset: 0; display: none; place-items: center; overflow: hidden; color: var(--white); background: rgba(10,11,14,.94); backdrop-filter: blur(18px); }
.portfolio-lightbox-close { padding: 8px 0; position: absolute; z-index: 2; top: 24px; right: 32px; border: 0; border-bottom: 1px solid rgba(255,255,255,.55); color: var(--white); background: transparent; font-size: 12px; font-weight: 600; letter-spacing: .12em; cursor: pointer; }
.portfolio-lightbox-close:hover { border-color: var(--accent); }
.portfolio-lightbox-close:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
.portfolio-lightbox-content { display: grid; justify-items: center; gap: 14px; }
.portfolio-lightbox-preview { height: min(88svh, 960px); aspect-ratio: 9 / 16; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.24); border-radius: clamp(12px, 1.2vw, 18px); background: #606267; box-shadow: 0 28px 90px rgba(0,0,0,.38), 0 72px 190px rgba(0,0,0,.3); transform-origin: center; }
.portfolio-lightbox-image { width: 100%; height: 100%; display: block; object-fit: cover; }
.portfolio-lightbox-image:not([src]) { display: none; }
.portfolio-lightbox-preview span { position: absolute; left: 22px; bottom: 18px; color: rgba(255,255,255,.9); font-size: 14px; font-weight: 600; letter-spacing: .14em; }
.portfolio-lightbox-content > p { margin: 0; color: #a6a8ac; font-size: 12px; font-weight: 600; letter-spacing: .14em; }
.portfolio-lightbox-content > p span { color: var(--white); }
body.portfolio-open { overflow: hidden; }

.final-section { padding: 9vw 5vw 0; display: grid; grid-template-columns: 1.05fr .95fr; grid-template-areas: "faq request"; gap: 7vw; background: var(--neutral); scroll-margin-top: 70px; }
.article-feedback { padding-bottom: 7vw; }
.faq-column { grid-area: faq; }
.faq-column > h2 { margin: 34px 0 58px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; min-height: 86px; padding: 0; border: 0; appearance: none; -webkit-appearance: none; color: var(--ink); -webkit-text-fill-color: var(--ink); background: transparent; display: grid; grid-template-columns: 50px 1fr 34px; gap: 16px; align-items: center; font: inherit; text-align: left; cursor: pointer; }
.faq-item button span { color: var(--accent); -webkit-text-fill-color: var(--accent); font-size: 15px; font-weight: 600; }
.faq-item button b { color: var(--ink); -webkit-text-fill-color: var(--ink); font-size: 17px; font-weight: 500; }
.faq-item button i { color: var(--ink); -webkit-text-fill-color: var(--ink); font-size: 28px; font-style: normal; text-align: right; }
.faq-answer { height: 0; overflow: hidden; }
.faq-answer p { margin: 0 50px 28px; max-width: 650px; color: var(--muted); font-size: 16px; line-height: 1.65; }

.request-card { grid-area: request; padding: 44px; border-radius: 6px; align-self: start; color: var(--white); background: var(--ink); }
.request-top { display: flex; justify-content: space-between; gap: 20px; color: #c5c6c8; font-size: 14px; letter-spacing: .06em; }
.request-card h2 { margin: 55px 0 24px; }
.request-card > p, .success-state > p { max-width: 560px; color: #c5c6c8; font-size: 17px; }
.request-card form { margin-top: 40px; }
.request-card label { display: block; margin-bottom: 24px; }
.request-card label > span { display: block; margin-bottom: 8px; color: #c5c6c8; font-size: 14px; }
.request-card input, .request-card textarea { width: 100%; padding: 14px 0; border: 0; border-bottom: 1px solid #6f7175; border-radius: 0; outline: none; resize: vertical; color: var(--white); background: transparent; font-size: 17px; }
.request-card input:focus, .request-card textarea:focus { border-color: var(--accent); }
.request-card input::placeholder, .request-card textarea::placeholder { color: #85878b; }
.honeypot { width: 1px; height: 1px; position: absolute; left: -10000px; overflow: hidden; }
.selected-plan { margin: 31px 0 20px; padding: 16px 0; border-top: 1px solid #6f7175; border-bottom: 1px solid #6f7175; display: flex; justify-content: space-between; gap: 20px; font-size: 15px; }
.request-card .button { width: 100%; }
.request-card .button:disabled { opacity: .62; cursor: wait; }
.consent-check { margin: 0 0 22px !important; display: grid !important; grid-template-columns: 22px 1fr; align-items: start; gap: 12px; }
.consent-check input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--accent); }
.consent-check span { margin: 0 !important; color: #d8d9da !important; font-size: 13px !important; line-height: 1.55; }
.consent-check a, .form-error a { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }
.consent { display: block; margin-top: 14px; color: #989a9e; font-size: 13px; line-height: 1.5; }
.form-error { margin: 16px 0 0; color: #ffb7b9; font-size: 14px; line-height: 1.5; }
.success-state > span { color: #c5c6c8; font-size: 14px; }
.success-mark { width: 64px; height: 64px; margin: 55px 0 27px; border-radius: 50%; display: grid; place-items: center; color: var(--white); background: var(--accent); font-size: 28px; }
.success-state h2 { margin: 0 0 24px; }
.success-state pre { max-height: 250px; margin: 28px 0 20px; padding: 18px; overflow: auto; white-space: pre-wrap; border: 1px solid #64666a; border-radius: 4px; color: var(--white); background: #22252b; font: 14px/1.6 Inter, sans-serif; }
.success-state > small { display: block; margin-top: 14px; }
.reset-button { display: block; margin-top: 20px; padding: 4px 0; border: 0; border-bottom: 1px solid var(--white); color: var(--white); background: transparent; font-size: 15px; cursor: pointer; }

.legal-footer { min-height: 240px; padding: 36px 5vw 32px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; background: var(--neutral); text-align: center; }
.legal-footer-logo { width: clamp(190px, 16vw, 270px); height: auto; display: block; margin-bottom: 24px; }
.operator-details { max-width: 1800px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 7px 18px; color: #9a9b9e; font-size: 9px; font-style: normal; line-height: 1.45; }
.operator-details strong { color: inherit; font-size: inherit; font-weight: 400; }
.operator-details a { color: inherit; text-decoration: none; }
.legal-footer nav { max-width: 1500px; padding-top: 0; border-top: 0; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px 22px; }
.legal-footer nav a, .legal-footer nav button { padding: 0; border: 0; color: var(--ink); background: transparent; font-size: 10px; line-height: 1.4; text-align: center; text-decoration: none; cursor: pointer; }
.legal-footer .product-navigation { max-width: 1500px; padding-top: 0; border: 0; gap: 8px 22px; }
.legal-footer .product-navigation a { font-size: 10px; font-weight: 400; }

.cookie-banner { width: min(680px, calc(100vw - 28px)); padding: 18px 20px; position: fixed; z-index: 500; right: 14px; bottom: 14px; border: 1px solid #4c4f54; border-radius: 6px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 18px; color: var(--white); background: #171a20; box-shadow: 0 12px 42px rgba(0,0,0,.22); }
.cookie-banner strong { font-size: 16px; font-weight: 600; }
.cookie-banner p { max-width: 440px; margin: 6px 0 4px; color: #c5c6c8; font-size: 13px; line-height: 1.45; }
.cookie-banner a { color: var(--white); font-size: 12px; text-underline-offset: 3px; }
.cookie-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.cookie-actions .button { min-width: 108px; min-height: 44px; padding: 10px 14px; font-size: 13px; }

.contact-launcher { position: fixed; z-index: 540; right: max(20px, env(safe-area-inset-right)); bottom: max(20px, env(safe-area-inset-bottom)); display: grid; justify-items: end; transition: bottom .3s ease; }
body:has(.article-page) .contact-launcher { bottom: 94px; }
body:has(.cookie-banner) .contact-launcher { bottom: 184px; }
.contact-launcher-panel { width: 270px; height: 140px; position: absolute; right: 0; bottom: 0; opacity: 0; visibility: hidden; pointer-events: none; transform: scale(.97); transform-origin: right bottom; transition: opacity .22s ease, transform .28s cubic-bezier(.2,.8,.2,1), visibility .22s; }
.contact-launcher.open .contact-launcher-panel { opacity: 1; visibility: visible; transform: scale(1); }
.contact-launcher-promo { width: max-content; position: absolute; right: 0; bottom: 84px; padding: 15px 18px; border: 1px solid rgba(23,26,32,.1); border-radius: 22px; color: var(--ink); background: rgba(255,255,255,.94); box-shadow: 0 18px 52px rgba(23,26,32,.2); backdrop-filter: blur(20px); font: inherit; font-size: clamp(10px, 2.65vw, 14px); font-weight: 500; line-height: 1.38; letter-spacing: -.01em; text-align: left; white-space: nowrap; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(14px) scale(.92); transform-origin: right bottom; cursor: pointer; }
body:has(.article-page) .contact-launcher-promo { bottom: 84px; }
.contact-launcher-promo::after { content: ""; width: 12px; height: 12px; position: absolute; right: 22px; bottom: -6px; border-right: 1px solid rgba(23,26,32,.08); border-bottom: 1px solid rgba(23,26,32,.08); background: rgba(255,255,255,.96); transform: rotate(45deg); }
.contact-launcher.promo-visible:not(.open) .contact-launcher-promo { opacity: 1; visibility: visible; pointer-events: auto; animation: contact-promo-in .58s cubic-bezier(.2,.9,.2,1.15) both; }
.contact-launcher-promo:hover, .contact-launcher-promo:focus-visible { box-shadow: 0 20px 58px rgba(23,26,32,.25); outline: 3px solid rgba(232,33,39,.14); outline-offset: 3px; }
@keyframes contact-promo-in {
  0% { opacity: 0; transform: translateY(16px) scale(.9); }
  68% { opacity: 1; transform: translateY(-3px) scale(1.015); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
.contact-launcher-message { position: absolute; right: 0; bottom: 84px; padding: 14px 18px; border: 1px solid rgba(23,26,32,.1); border-radius: 21px; color: var(--ink); background: rgba(255,255,255,.94); box-shadow: 0 16px 48px rgba(23,26,32,.18); backdrop-filter: blur(20px); font-size: 14px; font-weight: 500; line-height: 1.35; letter-spacing: -.01em; white-space: nowrap; }
.contact-launcher-message::after { content: ""; width: 12px; height: 12px; position: absolute; right: 22px; bottom: -6px; border-right: 1px solid rgba(23,26,32,.08); border-bottom: 1px solid rgba(23,26,32,.08); background: rgba(255,255,255,.96); transform: rotate(45deg); }
.contact-launcher-options { position: absolute; right: 76px; bottom: 4px; display: flex; align-items: center; gap: 10px; }
.contact-launcher-option, .contact-launcher-toggle { border: 0; border-radius: 50%; display: grid; place-items: center; color: var(--white); box-shadow: 0 12px 32px rgba(23,26,32,.22); cursor: pointer; transition: opacity .2s ease, transform .28s cubic-bezier(.2,.8,.2,1), box-shadow .2s ease; }
.contact-launcher-option { width: 62px; height: 62px; overflow: hidden; opacity: 0; pointer-events: none; background: transparent; transform: translateX(44px) scale(.55); }
.contact-launcher-max { transform: translateX(98px) scale(.55); }
.contact-launcher.open .contact-launcher-option { opacity: 1; pointer-events: auto; transform: translate(0,0) scale(1); }
.contact-launcher.open .contact-launcher-option:nth-child(1) { transition-delay: .05s; }
.contact-launcher.open .contact-launcher-option:nth-child(2) { transition-delay: .1s; }
.contact-launcher.open .contact-launcher-option:hover, .contact-launcher.open .contact-launcher-option:focus-visible { transform: translateY(-3px) scale(1.05); box-shadow: 0 16px 36px rgba(23,26,32,.3); outline: none; }
.contact-launcher-brand-icon { width: 100%; height: 100%; display: block; fill: none; stroke: none; }
.contact-launcher-brand-icon * { stroke: none; }
.contact-launcher-toggle { width: 62px; height: 62px; position: relative; background: var(--accent); box-shadow: 0 14px 38px rgba(232,33,39,.34); }
.contact-launcher-toggle:hover, .contact-launcher-toggle:focus-visible { transform: translateY(-2px) scale(1.03); box-shadow: 0 17px 42px rgba(232,33,39,.42); outline: 3px solid rgba(232,33,39,.18); outline-offset: 3px; }
.contact-launcher-question, .contact-launcher-close { position: absolute; inset: 0; display: grid; place-items: center; transition: opacity .18s ease, transform .25s cubic-bezier(.2,.8,.2,1); }
.contact-launcher-question { font-size: 29px; font-weight: 500; line-height: 1; }
.contact-launcher-close { opacity: 0; transform: rotate(-45deg) scale(.7); }
.contact-launcher-close svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; }
.contact-launcher.open .contact-launcher-question { opacity: 0; transform: rotate(45deg) scale(.7); }
.contact-launcher.open .contact-launcher-close { opacity: 1; transform: rotate(0) scale(1); }

.legal-page { min-height: 100vh; color: var(--ink); background: var(--white); }
.legal-header { height: 88px; padding: 0 5vw; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.legal-header img { width: 180px; display: block; }
.legal-header > a:last-child { color: var(--ink); font-size: 14px; text-decoration: underline; text-underline-offset: 4px; }
.legal-page > article { width: min(900px, calc(100% - 48px)); margin: 0 auto; padding: 90px 0 120px; }
.legal-eyebrow { margin: 0 0 34px; color: var(--accent); font-size: 13px; font-weight: 700; letter-spacing: .08em; }
.legal-page h1 { max-width: 850px; margin: 0; font-size: clamp(46px, 6vw, 82px); line-height: 1; font-weight: 500; letter-spacing: 0; }
.legal-date { margin: 28px 0 70px; color: var(--muted); font-size: 14px; }
.legal-content { font-size: 17px; line-height: 1.7; }
.legal-content section { padding: 30px 0; border-top: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 18px; font-size: 25px; line-height: 1.25; font-weight: 600; letter-spacing: 0; }
.legal-content p { margin: 0 0 15px; }
.legal-content p:last-child { margin-bottom: 0; }
.legal-content ul, .legal-content ol { margin: 0; padding-left: 24px; }
.legal-content li { margin: 7px 0; }
.legal-content a { color: var(--ink); text-underline-offset: 3px; }
.consent-template { margin: 28px 0; padding: 30px !important; border: 1px solid var(--line) !important; border-radius: 6px; background: var(--neutral); }

.editorial-header { height: 88px; padding: 0 5vw; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; background: var(--white); }
.editorial-header img { width: 180px; display: block; }
.editorial-header > a:last-child { color: var(--ink); font-size: 14px; text-decoration: underline; text-underline-offset: 4px; }
.blog-page, .article-page { min-height: 100vh; color: var(--ink); background: var(--white); }
.blog-masthead { min-height: 390px; padding: 90px 5vw 70px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: .45fr 1fr .8fr; align-items: end; gap: 55px; }
.blog-masthead .section-kicker { align-self: start; }
.blog-masthead h1 { margin: 0; font-size: 78px; line-height: .92; font-weight: 500; letter-spacing: 0; }
.blog-masthead > p:last-child { max-width: 470px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.blog-feed { padding: 72px 5vw 110px; display: grid; gap: 34px; background: var(--neutral); }
.blog-card { width: min(1280px, 100%); min-height: 570px; margin: 0 auto; border-radius: 6px; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; color: var(--white); background: var(--ink); }
.blog-card-media { min-height: 570px; overflow: hidden; }
.blog-card-media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 18%; transition: transform .7s ease; }
.blog-card:hover .blog-card-media img { transform: scale(1.025); }
.blog-card:nth-child(even) .blog-card-media { order: 2; }
.blog-card-copy { padding: 54px; display: flex; flex-direction: column; align-items: flex-start; }
.blog-card-meta { width: 100%; display: flex; justify-content: space-between; gap: 20px; color: #bfc1c5; font-size: 12px; text-transform: uppercase; }
.blog-card h2 { margin: 80px 0 26px; font-size: 43px; line-height: 1.08; font-weight: 500; letter-spacing: 0; }
.blog-card h2 a { color: inherit; text-decoration: none; }
.blog-card-copy > p { max-width: 540px; margin: 0; color: #c5c6c8; font-size: 17px; line-height: 1.65; }
.article-link { margin-top: auto; padding-bottom: 7px; border-bottom: 1px solid currentColor; color: var(--white); font-size: 14px; text-decoration: none; text-transform: uppercase; }
.article-link span { margin-left: 12px; }

.article-page > article { overflow: clip; }
.breadcrumbs { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding-top: 34px; display: flex; flex-wrap: wrap; gap: 9px; color: var(--muted); font-size: 12px; }
.breadcrumbs a { color: var(--ink); text-decoration: none; }
.article-hero { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 72px 0 62px; }
.article-hero h1 { max-width: 1080px; margin: 28px 0 30px; font-size: 72px; line-height: 1.02; font-weight: 500; letter-spacing: 0; }
.article-deck { max-width: 790px; margin: 0; color: var(--muted); font-size: 22px; line-height: 1.55; }
.article-meta { margin-top: 42px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 12px 34px; color: var(--muted); font-size: 12px; text-transform: uppercase; }
.article-cover { width: min(1440px, calc(100% - 48px)); height: 650px; margin: 0 auto; position: relative; overflow: hidden; background: var(--neutral); }
.article-cover img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center; }
.article-cover figcaption { max-width: 540px; padding: 13px 18px; position: absolute; right: 18px; bottom: 18px; color: var(--white); background: rgba(23,26,32,.9); font-size: 12px; line-height: 1.5; }
.article-layout { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 100px 0 120px; display: grid; grid-template-columns: 210px minmax(0, 760px); justify-content: space-between; gap: 80px; }
.article-toc { height: max-content; max-height: calc(100vh - 64px); padding: 5px 6px 12px 0; position: sticky; top: 32px; overflow-y: auto; display: flex; flex-direction: column; gap: 12px; scrollbar-width: thin; }
.article-toc span { margin-bottom: 7px; color: var(--muted); font-size: 11px; text-transform: uppercase; }
.article-toc a { color: var(--ink); font-size: 12px; line-height: 1.45; text-decoration: none; }
.article-toc a:hover { text-decoration: underline; text-underline-offset: 3px; }
.article-toc-mobile { display: none; }
.article-toc-trigger { width: 58px; height: 58px; padding: 0; position: fixed; z-index: 430; right: max(20px, env(safe-area-inset-right)); bottom: 20px; border: 0; border-radius: 50%; color: var(--white); background: var(--ink); box-shadow: 0 10px 32px rgba(23,26,32,.24); cursor: pointer; transition: opacity .2s ease, transform .2s ease, background .2s ease; }
body:has(.contact-launcher.open) .article-toc-trigger { opacity: 0; pointer-events: none; transform: translateY(8px) scale(.86); }
.article-toc-trigger svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: square; }
.article-toc-trigger svg circle { fill: currentColor; stroke: none; }
.article-toc-mobile.open .article-toc-trigger { color: var(--ink); background: var(--white); }
.article-toc-backdrop { position: fixed; z-index: 410; inset: 0; border: 0; opacity: 0; visibility: hidden; background: rgba(23,26,32,.42); transition: opacity .22s ease, visibility .22s ease; }
.article-toc-panel { width: min(420px, calc(100vw - 32px)); max-height: min(620px, calc(100dvh - 188px)); padding: 0 22px 12px; position: fixed; z-index: 420; right: 16px; bottom: 164px; overflow-y: auto; border: 1px solid var(--line); border-radius: 6px; opacity: 0; visibility: hidden; transform: translateY(14px); color: var(--ink); background: var(--white); box-shadow: 0 22px 70px rgba(23,26,32,.25); transition: opacity .22s ease, transform .22s ease, visibility .22s ease; }
.article-toc-mobile.open .article-toc-backdrop, .article-toc-mobile.open .article-toc-panel { opacity: 1; visibility: visible; }
.article-toc-mobile.open .article-toc-panel { transform: translateY(0); }
.article-toc-panel-head { min-height: 66px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.article-toc-panel-head > span { color: var(--muted); font-size: 11px; letter-spacing: .04em; }
.article-toc-panel-head button { width: 38px; height: 38px; padding: 0; border: 0; color: var(--ink); background: transparent; font: 300 30px/1 Arial, sans-serif; cursor: pointer; }
.article-toc-panel-links { display: flex; flex-direction: column; }
.article-toc-panel-links a { min-height: 56px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; }
.article-toc-panel-links a:last-child { border-bottom: 0; }
.article-toc-panel-links a span { color: var(--accent); font-size: 11px; }
.article-toc-panel-links a b { font-size: 14px; line-height: 1.35; font-weight: 500; }
.article-content { min-width: 0; font-size: 18px; line-height: 1.78; }
.article-content > section { margin-top: 82px; scroll-margin-top: 110px; }
.article-content > section:first-of-type { margin-top: 74px; }
.article-lead { margin: 0; font-size: 25px; line-height: 1.55; }
.article-content h2 { margin: 0 0 26px; font-size: 42px; line-height: 1.14; font-weight: 500; letter-spacing: 0; }
.article-content h3 { margin: 40px 0 14px; font-size: 25px; line-height: 1.3; font-weight: 600; letter-spacing: 0; }
.article-content p { margin: 0 0 22px; }
.article-content a { color: var(--ink); text-underline-offset: 4px; }
.article-content ul, .article-content ol { margin: 25px 0; padding-left: 25px; }
.article-content li + li { margin-top: 12px; }
.article-content blockquote { margin: 48px 0; padding: 30px 0 30px 32px; border-left: 4px solid var(--accent); font-size: 27px; line-height: 1.45; font-weight: 500; }
.article-note { margin: 38px 0; padding: 24px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); display: grid; grid-template-columns: 100px 1fr; gap: 26px; }
.article-note strong { color: var(--accent); font-size: 12px; text-transform: uppercase; }
.article-note p { margin: 0; font-size: 15px; }
.article-checklist { margin-top: 46px; padding: 34px; background: var(--neutral); }
.article-checklist h3 { margin-top: 0; }
.article-faq details { border-top: 1px solid var(--line); }
.article-faq details:last-child { border-bottom: 1px solid var(--line); }
.article-faq summary { padding: 22px 38px 22px 0; position: relative; list-style: none; font-size: 18px; font-weight: 600; cursor: pointer; }
.article-faq summary::-webkit-details-marker { display: none; }
.article-faq summary::after { content: "+"; position: absolute; right: 4px; top: 20px; font-size: 24px; font-weight: 400; }
.article-faq details[open] summary::after { content: "−"; }
.article-faq details p { margin: 0 50px 24px 0; color: var(--muted); font-size: 16px; }
.article-cta { padding: 85px 8vw; display: grid; grid-template-columns: 1fr .75fr; align-items: end; gap: 8vw; color: var(--white); background: var(--ink); }
.article-cta h2 { margin: 28px 0 0; font-size: 68px; line-height: .95; font-weight: 500; letter-spacing: 0; }
.article-cta > div:last-child { display: flex; flex-direction: column; align-items: flex-start; }
.article-cta > div:last-child p { max-width: 520px; margin: 0 0 34px; color: #c5c6c8; font-size: 18px; line-height: 1.65; }

@media (min-width: 821px) {
  .faq-column > h2 { margin-top: 103px; }
  .showcase { min-height: 100svh; padding-top: clamp(36px, 4.5svh, 72px); padding-bottom: clamp(22px, 2.5svh, 42px); }
  .showcase-head { padding-bottom: clamp(24px, 3svh, 44px); }
  .showcase-head h2 { font-size: clamp(46px, min(5.2vw, 7vh), 76px); }
  .work-slide { width: min(84vw, 100.5svh); height: clamp(500px, 67svh, 1450px); grid-template-columns: minmax(0, 1fr) clamp(280px, 18vw, 420px); }
  .work-media { min-height: 0; }
  .showcase-note { margin-top: 20px; }
}

.scroll-progress { height: 3px; position: fixed; z-index: 200; top: 0; left: 0; right: 0; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: var(--accent); transform: scaleX(0); transform-origin: left; }

@keyframes intro-fallback { to { opacity: 0; visibility: hidden; } }

@media (max-width: 1100px) {
  .site-header { padding: 0 28px; }.site-header > nav { gap: 20px; }.brand-logo { width: 175px; }
  .hero { padding-left: 28px; padding-right: 28px; }.hero-copy { width: min(calc(100% - 56px), 820px); }.hero-actions { right: 28px; width: 270px; }.hero-specs { left: max(28px, calc(50% - 360px)); right: max(28px, calc(50% - 360px)); }
  .showcase-head, .calculator-heading { grid-template-columns: 1fr 1.7fr; }.calculator-heading > p:last-child { grid-column: 2; }
  .showcase-title-row { flex-direction: column; align-items: flex-start; gap: 22px; }
  .work-slide { width: 82vw; grid-template-columns: minmax(0,1fr) 280px; }
  .calculator-shell { grid-template-columns: 1fr .66fr; }.calculator-controls, .price-panel { padding: 30px; }
  .final-section { gap: 42px; }.request-card { padding: 34px; }
}

@media (max-width: 820px) {
  html { scrollbar-width: none; }
  html::-webkit-scrollbar { width: 0; height: 0; display: none; }
  body { font-size: 17px; }
  .site-header { height: 72px; grid-template-columns: 1fr auto auto; gap: 12px; }
  .site-header > nav, .header-action { display: none; }
  .header-controls { justify-self: end; gap: 0; }
  .header-phone { min-width: 104px; min-height: 40px; padding: 0 14px; border: 1px solid var(--ink); }
  .header-phone-canvas { display: none; }
  .header-phone-label { display: block; }
  .mobile-menu-toggle { width: 38px; height: 38px; padding: 8px 5px; position: relative; z-index: 2; justify-self: end; border: 0; display: flex; flex-direction: column; justify-content: center; gap: 5px; color: var(--ink); background: transparent; cursor: pointer; }
  .mobile-menu-toggle span { width: 27px; height: 2px; display: block; background: currentColor; transform-origin: center; transition: transform .25s ease, opacity .2s ease; }
  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .mobile-menu { height: calc(100svh - 72px); position: absolute; z-index: 1; top: 72px; left: 0; right: 0; display: block; overflow-y: auto; visibility: hidden; opacity: 0; transform: translateY(-12px); pointer-events: none; background: rgba(255,255,255,.98); transition: opacity .25s ease, transform .25s ease, visibility .25s; }
  .mobile-menu.open { visibility: visible; opacity: 1; transform: translateY(0); pointer-events: auto; }
  .mobile-menu nav { padding: 24px; display: flex; flex-direction: column; align-items: stretch; }
  .mobile-menu nav a { min-height: 62px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; font-size: 22px; font-weight: 500; }
.mobile-menu nav a::after { content: ""; width: 18px; height: 18px; flex: 0 0 18px; background: var(--accent); clip-path: polygon(0 44%, 64% 44%, 64% 14%, 100% 50%, 64% 86%, 64% 56%, 0 56%); transform: rotate(-45deg); }
  body.mobile-menu-open { overflow: hidden; }
  .blog-page, .article-page, .legal-page, .commercial-page { padding-top: 72px; }
  .hero { min-height: 100svh; padding: 105px 22px 35px; display: flex; flex-direction: column; }
  .hero-topline { order: 0; }.hero-topline span:last-child { display: none; }
  .hero-title { order: 1; position: relative; top: auto; left: auto; margin: 42px 0 28px; font-size: clamp(24px, 13vw, 106px); align-items: center; text-align: center; }
  .hero-copy { width: min(100%, 580px); order: 3; max-width: 580px; margin: auto auto 28px; position: relative; left: auto; bottom: auto; transform: none; text-align: center; text-wrap: balance; }
  .hero-actions { order: 4; width: 100%; position: relative; right: auto; bottom: auto; flex-direction: row; }.hero-actions .button { flex: 1; }
  .hero-specs { order: 5; margin-top: 36px; position: relative; left: auto; right: auto; bottom: auto; gap: 0; }.scroll-indicator { display: none; }
  .statement { min-height: 750px; padding: 95px 24px 38px; }.statement-title { margin: 75px 0; font-size: clamp(48px, 11vw, 82px); }.statement-footer { flex-direction: column; }
  .precision { grid-template-columns: 1fr; }.precision-media { min-height: 700px; }.precision-copy { padding: 95px 24px; }
  .showcase, .calculator-section, .process-section, .final-section { padding-top: 95px; padding-bottom: 95px; }
  .showcase-head, .calculator-heading { padding-left: 24px; padding-right: 24px; grid-template-columns: 1fr; }.calculator-heading > p:last-child { grid-column: 1; }
  .showcase-mobile-cue { margin: -30px 24px 22px; display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 14px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
  .showcase-mobile-cue > span { display: inline-flex; align-items: center; gap: 12px; }
  .showcase-mobile-cue svg { width: 26px; color: var(--accent); animation: gallery-cue 1.4s ease-in-out infinite; }
  .showcase-mobile-cue strong { font-size: 14px; font-weight: 500; letter-spacing: .04em; }
  .showcase-mobile-cue strong b { color: var(--accent); font-weight: 700; }
  .showcase-viewport { overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }.showcase-viewport::-webkit-scrollbar { display: none; }.showcase-track { padding-left: 24px; padding-right: 24px; }.work-slide { width: 86vw; grid-template-columns: 1fr; scroll-snap-align: center; }.work-media { min-height: 570px; }.work-info { min-height: 250px; }.work-info h3 { margin-top: 45px; }.showcase-note { margin-left: 24px; margin-right: 24px; }
  .option-grid.six, .option-grid.five { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .calculator-section, .process-section, .final-section { padding-left: 24px; padding-right: 24px; }.calculator-shell { grid-template-columns: 1fr; }.price-panel { min-height: 550px; }
  .process-heading { grid-template-columns: 1fr; gap: 32px; }.process-card { grid-template-columns: 50px 1fr 40px; }.process-card p { grid-column: 2; }.process-card > svg { grid-column: 3; grid-row: 1; }
  .final-section { grid-template-columns: 1fr; grid-template-areas: "request" "faq"; gap: 80px; }.request-card { max-width: 700px; }
  .final-section { padding-bottom: 0; }
  .article-feedback { padding-bottom: 95px; }
  .cookie-banner { grid-template-columns: 1fr; align-items: stretch; }
  body:has(.cookie-banner) .contact-launcher { bottom: 224px; }
  body:has(.article-page):has(.cookie-banner) .contact-launcher { bottom: 294px; }
  body:has(.cookie-banner) .article-toc-trigger { bottom: 224px; }
  body:has(.cookie-banner) .article-toc-panel { bottom: 368px; max-height: calc(100dvh - 392px); }
  .legal-page > article { padding-top: 70px; }
  .blog-masthead { min-height: 420px; grid-template-columns: 1fr; align-items: start; gap: 26px; }
  .blog-masthead h1 { font-size: 62px; }
  .blog-card { grid-template-columns: 1fr; }
  .blog-card:nth-child(even) .blog-card-media { order: 0; }
  .blog-card-media { min-height: 520px; }
  .blog-card-copy { min-height: 490px; }
  .article-hero h1 { font-size: 58px; }
  .article-cover { height: 560px; }
  .article-layout { grid-template-columns: 1fr; padding-top: 75px; gap: 0; }
  .article-toc-desktop { display: none; }
  .article-toc-mobile { display: block; }
  .article-cta { grid-template-columns: 1fr; gap: 60px; }
}

@media (max-width: 560px) {
  .site-header { padding: 0 17px; }.brand-logo { width: 148px; }.header-action { font-size: 0; }.header-action svg { width: 24px; }
  .hero { padding-left: 17px; padding-right: 17px; }.hero::before { font-size: 35vw; transform: translate(-50%,-50%) rotate(-90deg); }.hero-topline { font-size: 13px; }.hero-copy { width: min(100%, 340px); margin-bottom: 28px; font-size: 16px; line-height: 1.55; letter-spacing: .005em; }.hero-actions { display: none; }.hero-specs { gap: 0; }.hero-specs span { align-items: center; text-align: center; }
  .statement-title { font-size: 46px; }.statement-footer p { font-size: 18px; }
  .precision-media { min-height: 540px; }.precision-copy h2, .showcase-head h2, .calculator-heading h2, .process-heading h2, .faq-column > h2, .request-card h2 { font-size: 44px; }
  .focus-frame { width: 66%; left: 17%; top: 17%; }
  .showcase-track { gap: 16px; }.work-slide { width: calc(100vw - 78px); scroll-snap-align: start; }.work-media { min-height: 500px; }.work-info { min-height: 235px; padding: 25px; }.work-info h3 { font-size: 36px; }
  .calculator-controls, .price-panel { padding: 24px 16px; }.option-grid.six, .option-grid.five, .option-grid.four, .option-grid.three, .option-grid.two { grid-template-columns: 1fr; }.option-grid button { min-height: 72px; }.extras button { grid-template-columns: 1fr 48px; }.extras strong { grid-row: 2; }.extras i { grid-column: 2; grid-row: 1 / span 2; }.price-panel output { width: 100%; max-width: 100%; font-size: clamp(38px, 11vw, 48px); letter-spacing: -.055em; }
  .process-card { grid-template-columns: 38px 1fr 32px; gap: 14px; }.process-card h3 { font-size: 26px; }.process-card p { font-size: 16px; }
  .faq-item button { grid-template-columns: 38px 1fr 28px; gap: 10px; }.faq-answer p { margin-left: 38px; }.request-card { padding: 28px 18px; }
  .legal-footer { min-height: 270px; padding: 32px 16px 28px; gap: 10px; }
  .legal-footer-logo { width: min(210px, 66vw); margin-bottom: 16px; }
  .legal-footer .product-navigation, .legal-footer .legal-navigation { width: 100%; max-width: 430px; padding: 0; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; column-gap: 18px; row-gap: 9px; border: 0; }
  .legal-footer .product-navigation a, .legal-footer .legal-navigation a, .legal-footer .legal-navigation button { min-height: 0; padding: 0; border: 0; display: inline; font-size: 10px; line-height: 1.4; }
  .operator-details { width: 100%; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 6px 14px; font-size: 9px; line-height: 1.45; }
  .operator-details strong { margin-bottom: 0; }
  .cookie-banner { width: calc(100vw - 16px); right: 8px; bottom: 8px; padding: 14px; gap: 12px; }
  .cookie-banner strong { font-size: 15px; }
  .cookie-banner p { font-size: 12px; }
  .cookie-actions { grid-template-columns: 1fr 1fr; gap: 8px; }
  .cookie-actions .button { width: 100%; min-width: 0; min-height: 42px; padding: 9px 10px; font-size: 12px; }
  .contact-launcher { right: 14px; bottom: 14px; }
  body:has(.cookie-banner) .contact-launcher { bottom: 216px; }
  body:has(.article-page) .contact-launcher { bottom: 84px; }
  body:has(.article-page):has(.cookie-banner) .contact-launcher { bottom: 286px; }
  .article-toc-trigger { right: 14px; bottom: 14px; }
  .article-toc-panel { bottom: 154px; max-height: calc(100dvh - 178px); }
  body:has(.cookie-banner) .article-toc-trigger { bottom: 216px; }
  body:has(.cookie-banner) .article-toc-panel { bottom: 356px; max-height: calc(100dvh - 380px); }
  .contact-launcher-panel { width: 242px; height: 132px; }
  .contact-launcher-message { bottom: 76px; padding: 13px 16px; font-size: 13px; }
  .contact-launcher-options { right: 68px; bottom: 4px; gap: 9px; }
  .contact-launcher-option { width: 58px; height: 58px; }
  .contact-launcher-toggle { width: 58px; height: 58px; }
  .legal-header { height: 74px; padding: 0 18px; }
  .legal-header img { width: 145px; }
  .legal-page > article { width: calc(100% - 36px); padding: 58px 0 80px; }
  .legal-page h1 { font-size: 42px; }
  .legal-date { margin-bottom: 48px; }
  .legal-content { font-size: 16px; }
  .consent-template { padding: 22px !important; }
  .editorial-header { height: 74px; padding: 0 18px; }
  .editorial-header img { width: 145px; }
  .blog-masthead { min-height: 385px; padding: 58px 18px 48px; }
  .blog-masthead h1 { font-size: 47px; line-height: .96; }
  .blog-masthead > p:last-child { font-size: 16px; }
  .blog-feed { padding: 18px 18px 70px; }
  .blog-card, .blog-card-media { min-height: 430px; }
  .blog-card-copy { min-height: 440px; padding: 28px 22px; }
  .blog-card h2 { margin-top: 55px; font-size: 34px; }
  .breadcrumbs { width: calc(100% - 36px); padding-top: 22px; }
  .article-hero { width: calc(100% - 36px); padding: 48px 0 44px; }
  .article-hero h1 { margin-top: 22px; font-size: 43px; line-height: 1.06; }
  .article-deck { font-size: 18px; }
  .article-meta { margin-top: 30px; }
  .article-cover { width: 100%; height: 470px; }
  .article-cover figcaption { max-width: calc(100% - 24px); right: 12px; bottom: 12px; }
  .article-layout { width: calc(100% - 36px); padding: 60px 0 85px; }
  .article-content { font-size: 17px; line-height: 1.72; }
  .article-lead { font-size: 21px; }
  .article-content > section, .article-content > section:first-of-type { margin-top: 64px; }
  .article-content h2 { font-size: 34px; }
  .article-content h3 { font-size: 23px; }
  .article-content blockquote { margin: 38px 0; padding-left: 22px; font-size: 23px; }
  .article-note { grid-template-columns: 1fr; gap: 10px; }
  .article-checklist { padding: 25px 20px; }
  .article-faq summary { font-size: 17px; }
  .article-cta { padding: 64px 18px; gap: 45px; }
  .article-cta h2 { font-size: 48px; }
}

@keyframes gallery-cue {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(7px); }
}

/* Statuette by photo landing */
.statuette-page { background: var(--neutral); }
.statuette-page > article { overflow: hidden; }
.statuette-hero { min-height: calc(100svh - 118px); margin: 18px; border-radius: 6px; overflow: hidden; display: grid; grid-template-columns: 1.35fr .65fr; color: var(--ink); background: var(--white); }
.statuette-hero-object { min-width: 0; min-height: 690px; margin: 0; padding: 42px 3vw 36px 7vw; display: grid; place-items: center; }
.statuette-hero-object img { width: 100%; height: 100%; max-height: 760px; object-fit: contain; }
.statuette-hero-info { min-width: 0; padding: 36px 3.7vw 42px 2vw; display: flex; flex-direction: column; }
.statuette-index { color: var(--accent); font-size: 18px; font-weight: 600; }
.statuette-hero-copy { margin-top: auto; }
.statuette-hero-copy .section-kicker { margin-bottom: 24px; color: var(--accent); font-size: 11px; }
.statuette-hero h1 { margin: 0; font-size: clamp(58px, 5vw, 88px); font-weight: 400; line-height: .94; letter-spacing: -.05em; }
.statuette-hero-lead { max-width: 490px; margin: 28px 0 0; color: var(--muted); font-size: clamp(18px, 1.45vw, 24px); line-height: 1.5; }
.statuette-hero-spec { margin: 34px 0 24px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 10px 26px; font-size: 15px; }
.statuette-hero-copy .button { width: min(100%, 290px); }
.statuette-statement { min-height: 790px; padding: 9vw 5vw 7vw; color: var(--white); background: var(--ink); }
.statuette-statement .section-kicker { color: var(--accent); }
.statuette-statement h2 { max-width: 1350px; margin: 80px 0 100px; font-size: clamp(55px, 7.2vw, 116px); font-weight: 400; line-height: .93; letter-spacing: -.05em; }
.statuette-statement > div { padding-top: 30px; border-top: 1px solid rgba(255,255,255,.25); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7vw; }
.statuette-statement > div p { max-width: 670px; margin: 0; color: #c5c6c8; font-size: 19px; line-height: 1.65; }
.statuette-details, .statuette-examples, .statuette-photos, .statuette-process, .statuette-price { padding: 9vw 5vw; }
.statuette-section-heading { display: grid; grid-template-columns: .5fr 1.5fr; gap: 5vw; margin-bottom: 70px; }
.statuette-section-heading .section-kicker { color: var(--accent); }
.statuette-section-heading h2, .statuette-photos h2 { margin: 0; font-size: clamp(48px, 5.6vw, 88px); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.statuette-detail-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.statuette-detail-grid article { min-height: 320px; padding: 32px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.statuette-detail-grid article > span, .statuette-process-grid article > span { color: var(--accent); font-size: 12px; }
.statuette-detail-grid h3 { margin: 72px 0 22px; font-size: 27px; font-weight: 400; line-height: 1.08; }
.statuette-detail-grid p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.55; }
.statuette-examples { background: #e9e9e5; }
.statuette-example-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.statuette-example-grid figure { min-width: 0; margin: 0; background: var(--white); }
.statuette-example-grid figure > div { height: clamp(430px, 43vw, 650px); padding: 28px; display: grid; place-items: center; overflow: hidden; background: #f8f8f6; }
.statuette-example-grid img { width: 100%; height: 100%; object-fit: contain; }
.statuette-example-grid figcaption { min-height: 160px; padding: 28px; }
.statuette-example-grid b { display: block; margin-bottom: 15px; font-size: 27px; font-weight: 400; line-height: 1.1; }
.statuette-example-grid span { display: block; color: var(--muted); font-size: 15px; line-height: 1.5; }
.statuette-photos { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; background: var(--white); }
.statuette-photos > div > p:last-child { max-width: 680px; margin: 32px 0 0; color: var(--muted); font-size: 19px; line-height: 1.6; }
.statuette-photos ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.statuette-photos li { min-height: 84px; padding: 20px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 55px 1fr; align-items: center; gap: 18px; }
.statuette-photos li span { color: var(--accent); font-size: 12px; }
.statuette-photos li b { font-size: 18px; font-weight: 400; line-height: 1.4; }
.statuette-process { color: var(--white); background: var(--ink); }
.statuette-process .statuette-section-heading h2 { color: var(--white); }
.statuette-process-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid #4b4d51; border-left: 1px solid #4b4d51; }
.statuette-process-grid article { min-height: 300px; padding: 30px 24px; border-right: 1px solid #4b4d51; border-bottom: 1px solid #4b4d51; }
.statuette-process-grid h3 { margin: 70px 0 18px; font-size: 24px; font-weight: 400; }
.statuette-process-grid p { margin: 0; color: #b7b8bb; font-size: 15px; line-height: 1.55; }
.statuette-price { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; background: var(--white); }
.statuette-price .section-kicker { color: var(--accent); }
.statuette-price h2 { margin: 30px 0 24px; font-size: clamp(70px, 8vw, 130px); font-weight: 400; line-height: .9; letter-spacing: -.06em; }
.statuette-price > div:first-child > p:last-child { max-width: 600px; color: var(--muted); font-size: 19px; line-height: 1.6; }
.statuette-price h3 { margin: 0 0 28px; font-size: 31px; font-weight: 400; }
.statuette-price ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.statuette-price li { position: relative; padding: 21px 0 21px 30px; border-bottom: 1px solid var(--line); font-size: 17px; }
.statuette-price li::before { content: ""; width: 7px; height: 7px; position: absolute; left: 0; top: 30px; border-radius: 50%; background: var(--accent); }

@media (max-width: 980px) {
  .statuette-hero { grid-template-columns: 1fr; }
  .statuette-hero-object { min-height: 670px; padding: 50px 8vw 20px; }
  .statuette-hero-info { min-height: 500px; padding: 34px 7vw 55px; }
  .statuette-statement > div, .statuette-photos, .statuette-price { grid-template-columns: 1fr; gap: 55px; }
  .statuette-detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .statuette-example-grid { grid-template-columns: 1fr; }
  .statuette-example-grid figure > div { height: 700px; }
  .statuette-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .statuette-page { padding-top: 72px; }
}

@media (max-width: 560px) {
  .statuette-hero { min-height: 0; margin: 8px; }
  .statuette-hero-object { min-height: 470px; padding: 30px 12px 10px; }
  .statuette-hero-info { min-height: 460px; padding: 25px 18px 38px; }
  .statuette-hero h1 { font-size: 55px; }
  .statuette-hero-lead { font-size: 17px; }
  .statuette-hero-spec { gap: 8px 20px; font-size: 13px; }
  .statuette-statement { min-height: 0; padding: 80px 18px; }
  .statuette-statement h2 { margin: 60px 0 68px; font-size: 47px; }
  .statuette-statement > div { gap: 28px; }
  .statuette-statement > div p { font-size: 17px; }
  .statuette-details, .statuette-examples, .statuette-photos, .statuette-process, .statuette-price { padding: 78px 18px; }
  .statuette-section-heading { grid-template-columns: 1fr; gap: 26px; margin-bottom: 46px; }
  .statuette-section-heading h2, .statuette-photos h2 { font-size: 43px; }
  .statuette-detail-grid { grid-template-columns: 1fr; }
  .statuette-detail-grid article { min-height: 265px; padding: 27px 23px; }
  .statuette-detail-grid h3 { margin-top: 50px; }
  .statuette-example-grid { gap: 12px; }
  .statuette-example-grid figure > div { height: 430px; padding: 16px; }
  .statuette-example-grid figcaption { min-height: 145px; padding: 23px; }
  .statuette-example-grid b { font-size: 25px; }
  .statuette-photos { gap: 42px; }
  .statuette-photos li { min-height: 74px; grid-template-columns: 40px 1fr; gap: 10px; }
  .statuette-photos li b { font-size: 16px; }
  .statuette-process-grid { grid-template-columns: 1fr; }
  .statuette-process-grid article { min-height: 245px; padding: 25px 22px; }
  .statuette-process-grid h3 { margin-top: 48px; }
  .statuette-price { gap: 48px; }
  .statuette-price h2 { font-size: 74px; }
}

/* Product landing pages */
.commercial-page { background: var(--white); color: var(--ink); }
.commercial-header { height: 88px; padding: 0 4.6vw; display: flex; align-items: center; justify-content: space-between; gap: 34px; border-bottom: 1px solid rgba(13, 20, 25, .16); background: rgba(247, 247, 244, .96); }
.commercial-header img { display: block; width: 178px; height: auto; }
.commercial-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.2vw, 38px); margin-left: auto; }
.commercial-nav a { font-size: 12px; line-height: 1; letter-spacing: .08em; text-transform: uppercase; }
.commercial-header .header-action { flex: 0 0 auto; }
.commercial-page .breadcrumbs { padding-bottom: 22px; }
.commercial-hero { min-height: 690px; display: grid; grid-template-columns: 1.04fr .96fr; background: var(--ink); color: #fff; }
.commercial-hero-copy { padding: clamp(68px, 8vw, 130px) 6vw clamp(66px, 7vw, 112px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.commercial-eyebrow { margin: 0 0 28px; color: var(--accent); font-size: 12px; letter-spacing: .15em; text-transform: uppercase; }
.commercial-hero h1 { max-width: 870px; margin: 0; font-size: clamp(54px, 5.3vw, 94px); font-weight: 400; line-height: .96; letter-spacing: -.045em; }
.commercial-lead { max-width: 710px; margin: 35px 0 0; font-size: clamp(18px, 1.45vw, 25px); line-height: 1.48; color: rgba(255,255,255,.76); }
.commercial-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 15px 28px; margin-top: 43px; }
.commercial-hero-price { display: grid; gap: 2px; }
.commercial-hero-price span { color: rgba(255,255,255,.52); font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.commercial-hero-price strong { font-size: 25px; font-weight: 400; }
.commercial-hero-media { min-width: 0; margin: 0; display: grid; place-items: center; padding: 7vw 4vw; overflow: hidden; background: var(--ink); }
.commercial-hero-media img { width: 100%; height: 100%; max-height: 590px; object-fit: contain; }
.commercial-hero-media figcaption { align-self: end; margin-top: 24px; color: #D5D6D7; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.commercial-facts { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid rgba(13,20,25,.16); }
.commercial-fact { min-height: 145px; padding: 35px 3vw; border-right: 1px solid rgba(13,20,25,.16); }
.commercial-fact:last-child { border-right: 0; }
.commercial-fact small { display: block; margin-bottom: 14px; color: rgba(13,20,25,.48); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.commercial-fact b { font-size: clamp(20px, 1.65vw, 29px); font-weight: 400; line-height: 1.2; }
.commercial-section { padding: clamp(82px, 9vw, 150px) 5vw; }
.commercial-section-heading { max-width: 1050px; margin: 0 0 65px; }
.commercial-section-kicker { margin: 0 0 22px; color: var(--accent); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.commercial-section h2 { margin: 0; max-width: 980px; font-size: clamp(43px, 5vw, 80px); font-weight: 400; line-height: 1.02; letter-spacing: -.04em; }
.commercial-section-head { max-width: 1120px; margin-bottom: 65px; }
.commercial-section-head > p:last-child { max-width: 720px; margin: 30px 0 0; color: rgba(13,20,25,.65); font-size: 18px; line-height: 1.6; }
.commercial-process .commercial-section-head > p:last-child { color: rgba(255,255,255,.62); }
.commercial-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; align-items: start; }
.commercial-intro-label { color: rgba(13,20,25,.5); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.commercial-intro-copy { max-width: 900px; }
.commercial-intro-copy p { margin: 0 0 28px; font-size: clamp(23px, 2.3vw, 37px); line-height: 1.35; letter-spacing: -.025em; }
.commercial-benefits { padding-top: 0; }
.commercial-benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(13,20,25,.18); border-left: 1px solid rgba(13,20,25,.18); }
.commercial-benefit { min-height: 320px; padding: 35px 30px; border-right: 1px solid rgba(13,20,25,.18); border-bottom: 1px solid rgba(13,20,25,.18); }
.commercial-benefit span { color: var(--accent); font-size: 12px; }
.commercial-benefit h3 { margin: 72px 0 22px; font-size: 27px; font-weight: 400; line-height: 1.08; }
.commercial-benefit p { margin: 0; color: rgba(13,20,25,.68); font-size: 16px; line-height: 1.55; }
.commercial-examples { background: #ecece7; }
.commercial-example-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.commercial-example { min-width: 0; margin: 0; background: var(--white); }
.commercial-example-media { height: clamp(400px, 40vw, 590px); display: grid; place-items: center; overflow: hidden; background: #e2e2dc; }
.commercial-example-media img { width: 100%; height: 100%; object-fit: contain; }
.commercial-example-copy { min-height: 220px; padding: 30px; }
.commercial-example-copy b { display: block; margin: 0 0 18px; font-size: 30px; font-weight: 400; line-height: 1.06; }
.commercial-example-copy span { display: block; margin: 0; color: rgba(13,20,25,.66); font-size: 16px; line-height: 1.55; }
.commercial-photos { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; align-items: start; }
.commercial-photo-list, .commercial-price-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(13,20,25,.18); }
.commercial-photo-list li, .commercial-price-list li { position: relative; padding: 23px 0 23px 34px; border-bottom: 1px solid rgba(13,20,25,.18); font-size: 18px; line-height: 1.5; }
.commercial-photo-list li::before, .commercial-price-list li::before { content: ""; position: absolute; left: 0; top: 31px; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }
.commercial-process { background: var(--ink); color: #fff; }
.commercial-process .commercial-section-kicker { color: var(--accent); }
.commercial-process-grid { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 65px; border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.commercial-step { min-height: 300px; padding: 30px 25px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.commercial-step span { color: var(--accent); font-size: 12px; }
.commercial-step h3 { margin: 72px 0 17px; font-size: 24px; font-weight: 400; }
.commercial-step p { margin: 0; color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.55; }
.commercial-price { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; background: #ecece7; }
.commercial-price > div:first-child > p:last-child { max-width: 650px; margin: 30px 0 0; font-size: 20px; line-height: 1.6; }
.commercial-price h3 { margin: 0 0 30px; font-size: 30px; font-weight: 400; }
.commercial-price-note { margin: 34px 0 0; max-width: 650px; color: rgba(13,20,25,.62); font-size: 17px; line-height: 1.6; }
.commercial-related { padding-top: 0; }
.commercial-related nav { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(13,20,25,.18); border-left: 1px solid rgba(13,20,25,.18); }
.commercial-related a { position: relative; min-height: 105px; padding: 30px 74px 30px 30px; display: flex; align-items: center; border-right: 1px solid rgba(13,20,25,.18); border-bottom: 1px solid rgba(13,20,25,.18); font-size: 22px; line-height: 1.25; transition: color .2s, background .2s; }
.commercial-related a::after { content: "↗"; position: absolute; right: 30px; font-size: 24px; }
.commercial-related a:hover { color: #fff; background: var(--ink); }

/* City SEO landing pages */
.city-page .breadcrumbs { display: none; }
.city-text-link { color: #fff; font-size: 14px; text-decoration: underline; text-decoration-color: rgba(255,255,255,.42); text-underline-offset: 6px; }
.city-hero .commercial-hero-media { position: relative; isolation: isolate; grid-template-rows: 1fr auto; padding-left: 2vw; padding-right: 2vw; }
.city-hero .commercial-hero-media::before { content: ""; width: min(30vw, 430px); aspect-ratio: 1; position: absolute; z-index: -1; left: 50%; top: 48%; border: 1px solid rgba(232,33,39,.5); border-radius: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 110px rgba(232,33,39,.13), inset 0 0 80px rgba(232,33,39,.06); }
.city-hero .commercial-hero-media img { min-height: 0; max-height: 650px; object-fit: contain; filter: drop-shadow(0 28px 35px rgba(0,0,0,.42)); }
.city-hero .commercial-hero-media figcaption { position: relative; z-index: 1; }
.city-page .commercial-related { padding-top: clamp(76px,7vw,120px); }
.city-process-grid { grid-template-columns: repeat(3, 1fr); }
.city-formats { background: var(--white); }
.city-format-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(13,20,25,.18); border-left: 1px solid rgba(13,20,25,.18); }
.city-format-card { min-height: 330px; padding: 31px 28px; border-right: 1px solid rgba(13,20,25,.18); border-bottom: 1px solid rgba(13,20,25,.18); }
.city-format-card > span { color: var(--accent); font-size: 12px; }
.city-format-card h3 { min-height: 62px; margin: 58px 0 10px; font-size: 28px; font-weight: 400; line-height: 1.08; }
.city-format-card .city-format-size { margin: 0 0 8px; color: rgba(13,20,25,.56); font-size: 14px; text-transform: uppercase; letter-spacing: .08em; }
.city-format-card strong { display: block; margin-bottom: 25px; font-size: 24px; font-weight: 500; }
.city-format-card > p:last-child { margin: 0; color: rgba(13,20,25,.66); font-size: 15px; line-height: 1.55; }
.city-local { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; color: #fff; background: var(--ink); }
.city-local h2 { color: #fff; }
.city-local-copy > p { max-width: 720px; margin: 0 0 27px; color: rgba(255,255,255,.72); font-size: clamp(18px, 1.6vw, 24px); line-height: 1.55; }
.city-occasions { background: #ecece7; }
.city-calculator { scroll-margin-top: 82px; }
.city-final { border-top: 1px solid rgba(23,26,32,.12); }

@media (max-width: 980px) {
  .city-process-grid, .city-format-grid { grid-template-columns: repeat(2, 1fr); }
  .city-local { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 820px) {
  .city-hero .city-hero-art { display: none; }
}

@media (max-width: 560px) {
  .city-page .breadcrumbs { width: auto; padding-left: 18px; padding-right: 18px; white-space: normal; }
  .city-hero .commercial-hero-media { min-height: 500px; padding-left: 0; padding-right: 0; }
  .city-hero .commercial-hero-media::before { width: 76vw; }
  .city-hero .commercial-hero-media img { width: 112%; max-width: none; }
  .city-page .commercial-related { padding-top: 70px; }
  .city-process-grid, .city-format-grid { grid-template-columns: 1fr; }
  .city-format-card { min-height: 285px; padding: 27px 22px; }
  .city-format-card h3 { min-height: 0; margin-top: 45px; }
  .city-local { gap: 38px; }
}

@media (max-width: 980px) {
  .commercial-header { padding: 0 24px; }
  .commercial-nav { display: none; }
  .commercial-hero { min-height: 0; grid-template-columns: 1fr; }
  .commercial-hero-copy { min-height: 620px; }
  .commercial-hero-media { min-height: 620px; padding: 65px 8vw; }
  .commercial-facts { grid-template-columns: repeat(2, 1fr); }
  .commercial-fact:nth-child(2) { border-right: 0; }
  .commercial-fact:nth-child(-n+2) { border-bottom: 1px solid rgba(13,20,25,.16); }
  .commercial-intro, .commercial-photos, .commercial-price { grid-template-columns: 1fr; gap: 50px; }
  .commercial-benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .commercial-example-grid { grid-template-columns: 1fr; }
  .commercial-example-media { height: 680px; }
  .commercial-process-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .commercial-header { height: 74px; padding: 0 18px; }
  .commercial-header img { width: 145px; }
  .commercial-page .breadcrumbs { padding-bottom: 14px; }
  .commercial-hero-copy { min-height: 545px; padding: 62px 18px; }
  .commercial-hero h1 { font-size: 46px; line-height: 1; }
  .commercial-lead { margin-top: 27px; font-size: 17px; }
  .commercial-hero-actions { align-items: flex-start; flex-direction: column; margin-top: 34px; }
  .commercial-hero-media { min-height: 465px; padding: 44px 18px; }
  .commercial-facts { grid-template-columns: 1fr; }
  .commercial-fact { min-height: 112px; padding: 26px 18px; border-right: 0; border-bottom: 1px solid rgba(13,20,25,.16); }
  .commercial-fact:last-child { border-bottom: 0; }
  .commercial-section { padding: 76px 18px; }
  .commercial-section-heading { margin-bottom: 43px; }
  .commercial-section h2 { font-size: 42px; }
  .commercial-intro { gap: 30px; }
  .commercial-intro-copy p { font-size: 23px; }
  .commercial-benefits, .commercial-related { padding-top: 0; }
  .commercial-benefit-grid { grid-template-columns: 1fr; }
  .commercial-benefit { min-height: 265px; padding: 28px 24px; }
  .commercial-benefit h3 { margin-top: 52px; }
  .commercial-example-grid { gap: 12px; }
  .commercial-example-media { height: 430px; }
  .commercial-example-copy { min-height: 190px; padding: 25px 22px; }
  .commercial-example-copy h3 { font-size: 27px; }
  .commercial-photo-list li, .commercial-price-list li { padding: 20px 0 20px 30px; font-size: 16px; }
  .commercial-photo-list li::before, .commercial-price-list li::before { top: 28px; }
  .commercial-process-grid { grid-template-columns: 1fr; margin-top: 45px; }
  .commercial-step { min-height: 245px; padding: 26px 22px; }
  .commercial-step h3 { margin-top: 48px; }
  .commercial-price { gap: 44px; }
  .commercial-related nav { grid-template-columns: 1fr; }
  .commercial-related a { min-height: 90px; padding: 24px 64px 24px 22px; font-size: 19px; }
  .commercial-related a::after { right: 22px; }
}

@media (max-width: 820px) {
  .portfolio-section { padding: 95px 0 0; }
  .portfolio-heading { padding: 0 24px; grid-template-columns: 1fr; align-items: start; gap: 20px; }
  .portfolio-heading h2 { font-size: clamp(54px, 15vw, 78px); }
  .portfolio-title-row { flex-direction: column; align-items: flex-start; gap: 20px; }
  .portfolio-title-row > p { max-width: 520px; margin: 0; font-size: 16px; }
  .portfolio-orbit { height: 590px; margin-top: 46px; }
  .portfolio-card { width: clamp(190px, 62vw, 250px); top: 59%; border-radius: 16px; }
  .portfolio-lightbox { padding: 50px 14px 10px; }
  .portfolio-lightbox-close { top: 16px; right: 18px; }
  .portfolio-lightbox-preview { height: min(80svh, 780px); }
}

@media (max-width: 480px) {
  .portfolio-section { padding-top: 82px; }
  .portfolio-heading { padding: 0 18px; }
  .portfolio-orbit { height: 570px; margin-top: 42px; }
  .portfolio-card { top: 60%; }
  .portfolio-card { width: clamp(184px, 62vw, 242px); }
  .portfolio-lightbox-preview { height: min(82svh, 720px); }
}

.portfolio-section + .calculator-section { position: relative; z-index: 2; margin-top: -2px; border-top: 0; box-shadow: 0 -2px 0 var(--dark-section); }

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