:root {
    --navy: #0b1420;
    --navy-2: #152231;
    --ink: #15202b;
    --fog: #f0f1ed;
    --stone: #e1e4de;
    --paper: #fafaf7;
    --sage: #9eb7a8;
    --sage-deep: #6f8f7e;
    --blue: #69879f;
    --sand: #c7b9a5;
    --white: #fff;
    --muted: #69727a;
    --line: rgba(21,32,43,.14);
    --dark-line: rgba(255,255,255,.16);
    --pad: clamp(1.25rem,4.6vw,4.8rem);
    --max: 92rem;
    --radius: 1.5rem;
    --ease: cubic-bezier(.19,.8,.2,1);
    --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--fog); color: var(--ink); font: 400 16px/1.55 var(--font); letter-spacing: -.02em; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button,input,textarea,select { font: inherit; }
button { color: inherit; }
::selection { background: var(--sage); color: var(--navy); }
[hidden] { display: none !important; }

.skip-link { position: fixed; z-index: 1000; left: 1rem; top: 1rem; padding: .75rem 1rem; border-radius: 999px; background: white; transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.page-progress { position: fixed; z-index: 700; inset: 0 0 auto; height: 2px; pointer-events: none; }
.page-progress span { display: block; width: 0; height: 100%; background: var(--sage-deep); }

.site-header { position: fixed; z-index: 600; inset: 0 0 auto; min-height: 7rem; padding: .7rem var(--pad); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; border-bottom: 1px solid transparent; transition: min-height .35s,background .35s,border-color .35s; }
.site-header.is-scrolled { min-height: 5.5rem; background: rgba(240,241,237,.9); border-color: var(--line); backdrop-filter: blur(18px); }
.brand-wordmark { width: clamp(10rem,15vw,14.5rem); border-radius: .55rem; overflow: hidden; box-shadow: 0 .5rem 2rem rgba(11,20,32,.13); transition: width .35s var(--ease); }
.site-header.is-scrolled .brand-wordmark { width: 10rem; }
.brand-wordmark img { width: 100%; aspect-ratio: 1.905/1; object-fit: cover; }
.desktop-nav { display: flex; align-items: center; gap: 2.3rem; font-size: .8rem; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -.35rem; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .3s var(--ease); }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-contact { justify-self: end; display: inline-flex; align-items: center; gap: 1rem; padding: .72rem .75rem .72rem 1.1rem; border-radius: 999px; background: var(--navy); color: white; font-size: .8rem; font-weight: 600; }
.header-contact span { display: grid; place-items: center; width: 1.8rem; height: 1.8rem; border-radius: 50%; background: var(--sage); color: var(--navy); transition: transform .3s; }
.header-contact:hover span { transform: rotate(45deg); }
.menu-button,.mobile-menu { display: none; }

.button { appearance: none; border: 0; min-height: 3.4rem; padding: .9rem 1.25rem; display: inline-flex; align-items: center; justify-content: center; gap: 1.25rem; border-radius: 999px; font-size: .84rem; font-weight: 600; cursor: pointer; transition: transform .3s var(--ease),background .3s,color .3s; }
.button:hover { transform: translateY(-3px); }
.button-navy { background: var(--navy); color: white; }
.button-sage { background: var(--sage); color: var(--navy); }
.button-light { background: white; color: var(--navy); }
.button-line { border: 1px solid currentColor; background: transparent; }
.text-link { display: inline-flex; gap: 1rem; padding-bottom: .35rem; border-bottom: 1px solid var(--line); font-size: .84rem; }
.text-link span { transition: transform .3s; }.text-link:hover span { transform: translate(3px,-3px); }
.on-dark { color: rgba(255,255,255,.74); }.text-link.on-dark { border-color: rgba(255,255,255,.28); }
.eyebrow,.section-label { margin: 0 0 1.5rem; color: var(--muted); font-size: .64rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.section-pad { padding: clamp(8rem,13vw,13rem) var(--pad); }
.section-inner { max-width: var(--max); margin: auto; }

/* Home hero */
.home-hero { min-height: 100svh; padding: clamp(11rem,18vh,15rem) var(--pad) 5rem; }
.hero-grid { max-width: var(--max); margin: auto; display: grid; grid-template-columns: minmax(0,1.35fr) minmax(19rem,.65fr); gap: 5vw; align-items: center; }
.hero-title { margin: 0; font-size: clamp(4.4rem,9vw,10rem); font-weight: 600; line-height: .84; letter-spacing: -.085em; }
.hero-title span { display: block; }.hero-title span:nth-child(2) { color: var(--sage-deep); }
.hero-intro { max-width: 39rem; margin: 2.5rem 0 0 23%; color: #58636c; font-size: clamp(1rem,1.4vw,1.25rem); line-height: 1.7; }
.hero-actions { margin: 2rem 0 0 23%; display: flex; align-items: center; gap: 1.5rem; }
.hero-object-wrap { position: relative; min-height: 42rem; display: grid; place-items: center; }
.hero-object { position: relative; width: min(30vw,24rem); min-width: 19rem; aspect-ratio: .72; overflow: hidden; border-radius: 8rem 1.5rem 1.5rem; background: var(--navy); box-shadow: 0 3rem 8rem rgba(11,20,32,.2); transform: rotate(2deg); will-change: transform; }
.hero-object img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.76) contrast(.98); }
.hero-object::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 45%,rgba(11,20,32,.78)); }
.hero-object-caption { position: absolute; z-index: 2; left: 1.4rem; right: 1.4rem; bottom: 1.4rem; color: white; }
.hero-object-caption span { display: block; color: rgba(255,255,255,.62); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.hero-object-caption strong { display: block; margin-top: .35rem; font-size: 1.25rem; line-height: 1.15; }
.hero-badge { position: absolute; z-index: 4; right: -1.5rem; top: 14%; width: 9rem; aspect-ratio: 1; padding: 1rem; display: flex; flex-direction: column; justify-content: center; border-radius: 50%; background: var(--sage); color: var(--navy); text-align: center; transform: rotate(7deg); box-shadow: 0 1rem 3rem rgba(11,20,32,.16); }
.hero-badge small { font-size: .55rem; letter-spacing: .09em; text-transform: uppercase; }.hero-badge strong { font-size: 1.7rem; line-height: 1; }
.hero-side-note { position: absolute; left: -2rem; bottom: 6%; width: 11rem; padding: 1rem; border: 1px solid var(--line); border-radius: 1rem; background: rgba(250,250,247,.8); backdrop-filter: blur(10px); font-size: .72rem; }
.hero-side-note strong { display: block; margin-bottom: .4rem; }.hero-side-note span { color: var(--muted); }
.hero-proof { max-width: var(--max); margin: 5rem auto 0; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hero-proof p { margin: 0; padding: 1.4rem; border-right: 1px solid var(--line); }.hero-proof p:last-child { border-right: 0; }
.hero-proof strong,.hero-proof span { display: block; }.hero-proof strong { font-size: .82rem; }.hero-proof span { margin-top: .25rem; color: var(--muted); font-size: .72rem; }

.floating-nav { position: fixed; z-index: 550; left: 50%; bottom: 1.2rem; display: flex; align-items: center; gap: .15rem; padding: .35rem; border-radius: 999px; background: rgba(11,20,32,.94); color: white; box-shadow: 0 1rem 3rem rgba(0,0,0,.24); transform: translate(-50%,140%); transition: transform .5s var(--ease); backdrop-filter: blur(12px); }
.floating-nav.is-visible { transform: translate(-50%,0); }
.floating-nav a { padding: .65rem .95rem; border-radius: 999px; font-size: .72rem; white-space: nowrap; }
.floating-nav a:last-child { background: var(--sage); color: var(--navy); }

.positioning { background: var(--paper); }
.positioning-grid { max-width: var(--max); margin: auto; display: grid; grid-template-columns: .45fr 1.55fr; gap: 9vw; }
.positioning h2 { margin: 0; font-size: clamp(4rem,8vw,9rem); line-height: .9; letter-spacing: -.08em; }
.positioning h2 span { color: var(--blue); }
.positioning-copy { margin: 5rem 0 0 35%; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }
.positioning-copy p { margin: 0; color: #5e6870; line-height: 1.8; }

/* Nikola-inspired original card-stack story */
.stack-story { position: relative; height: 580vh; background: var(--navy); color: white; }
.stack-sticky { position: sticky; top: 0; height: 100svh; min-height: 44rem; padding: 6.2rem var(--pad) 2rem; overflow: hidden; }
.stack-sticky::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 48%,rgba(158,183,168,.16),transparent 32%); transition: background 1s; }
.stack-head { position: relative; z-index: 12; max-width: var(--max); margin: auto; padding-bottom: .9rem; display: flex; justify-content: space-between; border-bottom: 1px solid var(--dark-line); color: rgba(255,255,255,.48); font-size: .6rem; letter-spacing: .14em; text-transform: uppercase; }
.stack-head b { color: var(--sage); }
.stack-stage { position: relative; z-index: 3; max-width: var(--max); height: calc(100% - 3rem); margin: auto; display: grid; grid-template-columns: minmax(18rem,.58fr) minmax(28rem,1.42fr); gap: 6vw; align-items: center; }
.story-copy { position: relative; min-height: 25rem; }
.story-copy article { position: absolute; inset: 50% 0 auto; opacity: 0; transform: translateY(calc(-50% + 2rem)); transition: opacity .4s,transform .8s var(--ease); }
.story-copy article.is-active { opacity: 1; transform: translateY(-50%); }
.story-copy small { color: var(--sage); font-size: .62rem; letter-spacing: .13em; text-transform: uppercase; }
.story-copy h2 { margin: .8rem 0 1.2rem; font-size: clamp(2.7rem,5vw,6rem); line-height: .92; letter-spacing: -.07em; }
.story-copy p { max-width: 31rem; color: rgba(255,255,255,.62); line-height: 1.75; }
.story-visual { position: relative; min-height: 38rem; }
.story-deck { position: absolute; left: 0; top: 50%; width: min(37vw,32rem); height: 30rem; transform: translateY(-50%); perspective: 1000px; }
.story-card { --slot: 0; position: absolute; inset: 0; padding: 2rem; display: flex; flex-direction: column; border: 1px solid rgba(11,20,32,.08); border-radius: 2rem; background: var(--paper); color: var(--ink); box-shadow: 0 2rem 5rem rgba(0,0,0,.25); transform: translateY(calc(var(--slot) * 1rem)) rotate(calc((var(--slot) - 2) * 1.2deg)) scale(calc(1 - var(--slot) * .025)); transform-origin: bottom center; transition: transform 1s var(--ease),opacity .6s,background .7s; }
.story-card small { color: var(--sage-deep); font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }
.story-card h3 { margin: auto 0 1rem; font-size: clamp(2.2rem,3.5vw,4rem); line-height: .93; letter-spacing: -.065em; }
.story-card p { margin: 0; max-width: 24rem; color: #657079; }
.story-card.is-past { opacity: .15; transform: translate(-55%,-22%) rotate(-11deg) scale(.78); }
.story-card.is-active { z-index: 8; opacity: 1; transform: translate(0,0) rotate(-1deg) scale(1); }
.story-card.is-future { opacity: .86; }
.story-card:nth-child(2) { background: #e7ebe6; }.story-card:nth-child(3) { background: #dbe3e6; }.story-card:nth-child(4) { background: #e6dfd5; }.story-card:nth-child(5) { background: var(--sage); }
.story-screen { position: absolute; z-index: 9; right: 0; top: 50%; width: min(28vw,23rem); height: 32rem; overflow: hidden; border-radius: 7rem 1.4rem 1.4rem; background: #d9ddd8; color: var(--ink); box-shadow: 0 3rem 6rem rgba(0,0,0,.35); transform: translateY(-50%) rotate(2deg); transition: transform 1s var(--ease),border-radius 1s,background .8s; }
.story-screen-photo { position: absolute; inset: 0; opacity: 1; transition: opacity .6s; }.story-screen-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7) brightness(.72); }
.story-screen-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 35%,rgba(11,20,32,.78)); }
.story-screen-label { position: absolute; z-index: 3; left: 1.5rem; right: 1.5rem; bottom: 1.5rem; color: white; }
.story-screen-label small { color: rgba(255,255,255,.55); font-size: .55rem; letter-spacing: .12em; }.story-screen-label strong { display: block; margin-top: .4rem; font-size: 1.5rem; line-height: 1.1; }
.story-ui { position: absolute; inset: 0; padding: 1.2rem; opacity: 0; transition: opacity .6s; }
.story-ui-bar { height: 1.6rem; display: flex; align-items: center; gap: .25rem; border-bottom: 1px solid var(--line); }.story-ui-bar i { width: .3rem; height: .3rem; border-radius: 50%; background: #9ca4a7; }.story-ui-bar span { margin-left: auto; font-size: .38rem; }
.story-ui-copy { padding: 4rem 1rem 1rem; }.story-ui-copy small { color: var(--sage-deep); font-size: .45rem; }.story-ui-copy strong { display: block; margin: .7rem 0; font-size: 2.4rem; line-height: .9; letter-spacing: -.07em; }.story-ui-copy p { color: #647078; font-size: .62rem; }.story-ui-copy b { display: inline-block; margin-top: 1rem; padding: .55rem .7rem; border-radius: 999px; background: var(--navy); color: white; font-size: .45rem; }
.story-metrics { position: absolute; left: 1.2rem; right: 1.2rem; bottom: 1.2rem; display: grid; grid-template-columns: repeat(3,1fr); gap: .45rem; }.story-metrics span { padding: .65rem .4rem; border-radius: .6rem; background: white; text-align: center; font-size: .42rem; box-shadow: 0 .5rem 1.5rem rgba(11,20,32,.08); }
.stack-story.step-1 .story-screen { border-radius: 2rem; transform: translateY(-50%) rotate(-2deg); }
.stack-story.step-2 .story-screen-photo,.stack-story.step-3 .story-screen-photo,.stack-story.step-4 .story-screen-photo { opacity: 0; }
.stack-story.step-2 .story-ui,.stack-story.step-3 .story-ui,.stack-story.step-4 .story-ui { opacity: 1; }
.stack-story.step-3 .story-screen { transform: translateY(-50%) rotate(0) scale(1.04); background: #eef0ec; }
.stack-story.step-3 .story-ui-copy b { background: var(--sage-deep); }
.stack-story.step-4 .story-screen { border-radius: 50%; width: min(26vw,22rem); height: min(26vw,22rem); transform: translateY(-50%) rotate(7deg); background: var(--sage); }
.stack-story.step-4 .story-ui { padding: 2rem; }.stack-story.step-4 .story-ui-bar,.stack-story.step-4 .story-ui-copy p,.stack-story.step-4 .story-metrics { display: none; }.stack-story.step-4 .story-ui-copy { padding: 3.5rem 1rem; text-align: center; }.stack-story.step-4 .story-ui-copy strong { font-size: 3rem; }.stack-story.step-4 .story-ui-copy b { background: var(--navy); }
.stack-track { position: absolute; z-index: 12; left: var(--pad); right: var(--pad); bottom: 1.4rem; height: 1px; background: var(--dark-line); }.stack-track span { display: block; width: 0; height: 100%; background: var(--sage); }

/* Homepage editorial sections */
.section-head { max-width: var(--max); margin: 0 auto 5rem; display: grid; grid-template-columns: 1.35fr .65fr; gap: 8vw; align-items: end; }
.section-head.compact { grid-template-columns: 1fr; }
.section-head h2 { margin: 0; font-size: clamp(3.7rem,7vw,8rem); line-height: .9; letter-spacing: -.078em; }
.section-head > p { margin: 0; color: #5f6971; line-height: 1.8; }
.services-home { background: var(--paper); }
.service-list { max-width: var(--max); margin: auto; border-top: 1px solid var(--line); }
.service-list a { min-height: 13rem; padding: 1.5rem 0; display: grid; grid-template-columns: .2fr 1fr .85fr auto; gap: 2rem; align-items: center; border-bottom: 1px solid var(--line); transition: padding .35s,background .35s; }
.service-list a:hover { padding-left: 1.5rem; padding-right: 1.5rem; background: var(--fog); }
.service-list > a > span { color: var(--sage-deep); font-size: .65rem; }.service-list h3 { margin: 0; font-size: clamp(2.2rem,4vw,4.6rem); line-height: .94; letter-spacing: -.065em; }.service-list p { color: #616c74; }.service-list i { font-style: normal; }

.human-break { position: relative; min-height: 100svh; overflow: hidden; color: white; }
.human-break figure { position: absolute; inset: 0; margin: 0; }.human-break img { width: 100%; height: 112%; object-fit: cover; transform: translateY(-5%); filter: saturate(.65) contrast(.98); will-change: transform; }
.human-break figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(11,20,32,.9),rgba(11,20,32,.08) 72%); }
.human-copy { position: relative; z-index: 2; width: min(62rem,76vw); padding: clamp(10rem,17vw,17rem) var(--pad); }
.human-copy h2 { margin: 0; font-size: clamp(4rem,7.5vw,8.5rem); line-height: .9; letter-spacing: -.08em; }.human-copy h2 span { color: var(--sage); }.human-copy > p:not(.eyebrow) { max-width: 36rem; margin: 2rem 0; color: rgba(255,255,255,.68); line-height: 1.75; }

.industry-home { background: var(--fog); }
.industry-grid { max-width: var(--max); margin: auto; display: grid; grid-template-columns: repeat(4,1fr); gap: .8rem; }
.industry-card { position: relative; min-height: 23rem; padding: 1.4rem; display: flex; flex-direction: column; overflow: hidden; border-radius: var(--radius); background: var(--paper); transition: transform .45s var(--ease),background .35s,color .35s; }
.industry-card:hover { transform: translateY(-.5rem); background: var(--navy); color: white; }.industry-card > span { color: var(--sage-deep); font-size: .6rem; }.industry-card h3 { margin: auto 0 .8rem; font-size: clamp(1.8rem,2.5vw,2.7rem); line-height: .96; letter-spacing: -.055em; }.industry-card p { margin: 0 0 1rem; color: #68727a; font-size: .78rem; }.industry-card:hover p { color: rgba(255,255,255,.58); }.industry-card i { font-style: normal; font-size: .7rem; }
.industry-card.photo-card { grid-column: span 2; color: white; }.photo-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.52) saturate(.66); }.photo-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent,rgba(11,20,32,.8)); }.photo-card > *:not(img) { position: relative; z-index: 2; }.photo-card p { color: rgba(255,255,255,.68); }

.work-home { background: var(--navy); color: white; }
.work-home .section-head > p { color: rgba(255,255,255,.55); }
.work-table { max-width: var(--max); margin: auto; border-top: 1px solid var(--dark-line); }
.work-table a { min-height: 11rem; display: grid; grid-template-columns: .55fr 1.1fr 1fr auto; gap: 2rem; align-items: center; border-bottom: 1px solid var(--dark-line); transition: padding .35s,background .35s; }.work-table a:hover { padding: 0 1.2rem; background: rgba(255,255,255,.045); }.work-table span { color: var(--sage); font-size: .62rem; text-transform: uppercase; letter-spacing: .1em; }.work-table h3 { margin: 0; font-size: clamp(2.2rem,4vw,4.5rem); line-height: 1; letter-spacing: -.065em; }.work-table p { color: rgba(255,255,255,.56); }.work-table i { font-style: normal; font-size: .7rem; }

.pricing-home { background: var(--stone); }
.pricing-grid { max-width: var(--max); margin: auto; display: grid; grid-template-columns: repeat(4,1fr); gap: .75rem; }
.price-card { min-height: 33rem; padding: 1.6rem; display: flex; flex-direction: column; border-radius: var(--radius); background: var(--paper); }.price-card.featured { background: var(--navy); color: white; }.price-card > span { color: var(--sage-deep); font-size: .6rem; letter-spacing: .1em; text-transform: uppercase; }.price-card.featured > span { color: var(--sage); }.price-card h3 { margin: 2rem 0 .5rem; font-size: 1.55rem; }.price-card .price { margin: 0; font-size: clamp(3rem,4vw,4.8rem); font-weight: 600; line-height: 1; letter-spacing: -.07em; }.price-card .price small { font-size: .7rem; font-weight: 400; letter-spacing: 0; }.price-card > p { color: #68727a; }.price-card.featured > p { color: rgba(255,255,255,.58); }.price-card ul { margin: 2rem 0; padding: 1rem 0 0; border-top: 1px solid var(--line); list-style: none; }.price-card.featured ul { border-color: var(--dark-line); }.price-card li { margin: .55rem 0; color: #5e6870; font-size: .76rem; }.price-card.featured li { color: rgba(255,255,255,.68); }.price-card .button { margin-top: auto; }
.pricing-note { max-width: var(--max); margin: 2rem auto 0; display: flex; justify-content: space-between; gap: 2rem; color: #68727a; font-size: .72rem; }

.calculator-home { display: grid; grid-template-columns: minmax(17rem,.55fr) minmax(0,1.45fr); gap: 6vw; background: var(--navy); color: white; }
.calculator-intro { position: sticky; top: 7rem; align-self: start; }.calculator-intro h2 { margin: 0; font-size: clamp(3.5rem,6vw,7rem); line-height: .9; letter-spacing: -.075em; }.calculator-intro h2 span { color: var(--sage); }.calculator-intro > p:not(.eyebrow) { color: rgba(255,255,255,.58); line-height: 1.75; }
.calculator-trust { margin-top: 3rem; padding-top: 1.5rem; display: grid; grid-template-columns: 1fr auto; align-items: end; border-top: 1px solid var(--dark-line); }.calculator-trust span,.calculator-trust small { color: rgba(255,255,255,.48); font-size: .62rem; }.calculator-trust strong { grid-row: 1/3; grid-column: 2; color: var(--sage); font-size: 4.5rem; line-height: 1; letter-spacing: -.07em; }
.quote-builder { min-height: 46rem; overflow: hidden; border-radius: 2rem; background: var(--fog); color: var(--ink); }
.quote-steps { display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid var(--line); }.quote-steps button { border: 0; border-right: 1px solid var(--line); padding: 1rem; background: transparent; color: #7c858c; cursor: pointer; }.quote-steps button:last-child { border-right: 0; }.quote-steps span { display: inline-grid; place-items: center; width: 1.5rem; height: 1.5rem; margin-right: .4rem; border: 1px solid #a4acae; border-radius: 50%; }.quote-steps button.is-active { background: var(--navy); color: white; }
.quote-panel { display: none; padding: clamp(1.5rem,3vw,3rem); }.quote-panel.is-active { display: block; animation: panelIn .45s var(--ease); }@keyframes panelIn{from{opacity:.45;transform:translateY(.8rem)}}
.quote-head small { color: var(--sage-deep); font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; }.quote-head h3 { margin: .5rem 0 1.5rem; font-size: clamp(2.2rem,3.5vw,3.8rem); line-height: .96; letter-spacing: -.065em; }.quote-head p { color: #667078; }
.project-options { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }.project-options label,.feature-options label { position: relative; display: grid; cursor: pointer; border: 1px solid var(--line); border-radius: 1rem; background: var(--paper); transition: border-color .3s,background .3s; }.project-options label { min-height: 12rem; padding: 1.25rem; grid-template-columns: 1fr auto; align-content: space-between; }.project-options input,.feature-options input { position: absolute; opacity: 0; }.project-options label:has(input:checked),.feature-options label:has(input:checked) { border-color: var(--sage-deep); background: #e0e8e2; box-shadow: inset 0 0 0 1px var(--sage-deep); }.project-options b,.feature-options b { display: block; }.project-options small,.feature-options small { display: block; color: #747d83; }.project-options label > strong,.feature-options strong { color: var(--sage-deep); }
.feature-options { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }.feature-options label { grid-template-columns: 1fr auto; align-items: center; gap: 1rem; padding: 1rem; }
.quote-nav { margin-top: 2rem; display: flex; justify-content: space-between; align-items: center; }.back-button { border: 0; background: none; color: #68727a; cursor: pointer; }.final-nav { justify-content: flex-start; }
.estimate-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 2rem; }.estimate-card { min-height: 31rem; padding: 2rem; display: flex; flex-direction: column; justify-content: center; border-radius: 1.25rem; background: var(--navy); color: white; }.estimate-card > small { color: rgba(255,255,255,.45); font-size: .58rem; letter-spacing: .12em; }.estimate-card > strong { color: var(--sage); font-size: clamp(4rem,7vw,7rem); line-height: 1; letter-spacing: -.075em; }.estimate-card > span,.estimate-card > p { color: rgba(255,255,255,.5); font-size: .7rem; }.estimate-card ul { list-style: none; padding: 1rem 0; border-top: 1px solid var(--dark-line); border-bottom: 1px solid var(--dark-line); }.estimate-card li { display: flex; justify-content: space-between; color: rgba(255,255,255,.72); font-size: .72rem; }.lead-fields label:not(.consent,.honeypot) { display: block; margin-bottom: .75rem; }.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }.lead-fields label > span,.contact-form label > span { display: block; margin-bottom: .35rem; color: #657078; font-size: .66rem; }.lead-fields input,.lead-fields textarea,.contact-form input,.contact-form textarea,.contact-form select { width: 100%; border: 1px solid var(--line); border-radius: .65rem; padding: .82rem; background: white; color: var(--ink); }.lead-fields input:focus,.lead-fields textarea:focus,.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus { outline: 2px solid var(--sage-deep); outline-offset: 1px; }.honeypot { position: absolute !important; left: -9999px; }.consent { display: flex !important; gap: .6rem; align-items: start; margin: .5rem 0 1rem !important; }.consent input { width: auto !important; margin-top: .2rem; }.consent span { margin: 0 !important; }.form-note { color: #7b858b; font-size: .64rem; }.form-error { margin-bottom: .8rem; color: #a63838; font-size: .72rem; }.quote-success,.contact-success { padding: 6rem 3rem; text-align: center; }.quote-success > span,.contact-success > span { display: grid; place-items: center; width: 4rem; height: 4rem; margin: auto auto 1.5rem; border-radius: 50%; background: var(--sage); color: var(--navy); font-size: 1.5rem; }.quote-success small,.contact-success small { color: var(--sage-deep); letter-spacing: .1em; }.quote-success h3,.contact-success h2 { font-size: clamp(2.7rem,5vw,5rem); line-height: .95; letter-spacing: -.07em; }

.process-home { background: var(--paper); }.process-grid { max-width: var(--max); margin: 5rem auto 0; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); }.process-grid article { min-height: 24rem; padding: 1.5rem; display: flex; flex-direction: column; border-right: 1px solid var(--line); }.process-grid article:last-child { border-right: 0; }.process-grid span { color: var(--sage-deep); font-size: .62rem; }.process-grid h3 { margin: auto 0 1rem; font-size: 2.1rem; letter-spacing: -.05em; }.process-grid p { color: #657078; }
.home-faq { display: grid; grid-template-columns: .55fr 1.45fr; gap: 8vw; background: var(--fog); }.faq-title { position: sticky; top: 8rem; align-self: start; }.faq-title h2 { margin: 0; font-size: clamp(3.5rem,6vw,7rem); line-height: .92; letter-spacing: -.075em; }.faq-list details { border-top: 1px solid var(--line); }.faq-list details:last-child { border-bottom: 1px solid var(--line); }.faq-list summary { padding: 1.5rem 0; display: flex; justify-content: space-between; gap: 2rem; list-style: none; cursor: pointer; font-weight: 600; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--sage-deep); transition: transform .3s; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { max-width: 48rem; margin: 0; padding: 0 2rem 1.5rem 0; color: #657078; line-height: 1.75; }

/* Shared content pages */
.content-page { padding: 12rem var(--pad) 8rem; }
.page-hero { max-width: var(--max); margin: auto; padding-bottom: 7rem; display: grid; grid-template-columns: 1.35fr .65fr; gap: 9vw; align-items: end; border-bottom: 1px solid var(--line); }
.page-hero h1 { margin: 0; font-size: clamp(4rem,8vw,9rem); line-height: .88; letter-spacing: -.082em; }.page-hero h1 em { color: var(--sage-deep); font-style: normal; }.page-hero > p { color: #616c74; line-height: 1.8; }
.content-grid { max-width: var(--max); margin: auto; padding: 7rem 0; display: grid; grid-template-columns: .4fr 1.6fr; gap: 9vw; }.content-grid aside { color: var(--sage-deep); font-size: .62rem; letter-spacing: .11em; text-transform: uppercase; }.prose { max-width: 62rem; }.prose h2 { margin: 0 0 1.5rem; font-size: clamp(2.8rem,5.5vw,6rem); line-height: .94; letter-spacing: -.07em; }.prose h3 { margin: 3rem 0 .7rem; font-size: 1.5rem; }.prose p,.prose li { color: #606b73; line-height: 1.8; }.prose ul { padding-left: 1.2rem; }
.answer-box { margin: 0 0 3rem; padding: 2rem; border-radius: 1.25rem; background: var(--paper); font-size: 1.08rem; line-height: 1.75; }.answer-box strong { color: var(--navy); }
.facts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; margin-top: 3rem; }.facts-grid article { min-height: 15rem; padding: 1.5rem; border-radius: 1.25rem; background: var(--paper); }.facts-grid span { color: var(--sage-deep); font-size: .6rem; }.facts-grid h3 { margin-top: 4rem; }
.local-answer { margin-top: 3rem; padding: 2rem; border-radius: 1.25rem; background: var(--navy); color: white; }.local-answer span { color: var(--sage); font-size: .6rem; letter-spacing: .12em; }.local-answer p { color: rgba(255,255,255,.62); }
.page-photo { display: block; width: 100%; max-width: var(--max); max-height: 48rem; margin: auto; object-fit: cover; border-radius: 2rem; filter: saturate(.72); }
.type-faqs details { border-top: 1px solid var(--line); }.type-faqs details:last-of-type { border-bottom: 1px solid var(--line); }.type-faqs summary { padding: 1.4rem 0; display: flex; justify-content: space-between; list-style: none; cursor: pointer; }.type-faqs details p { color: #606b73; }
.page-cta { margin-top: 3rem; padding: 3rem; border-radius: 1.5rem; background: var(--navy); color: white; }.page-cta h2 { margin: 0; }.page-cta p { color: rgba(255,255,255,.58); }
.related-types { max-width: var(--max); margin: 4rem auto 0; display: grid; grid-template-columns: auto repeat(3,1fr); border: 1px solid var(--line); border-radius: 1rem; overflow: hidden; }.related-types > span,.related-types a { padding: 1.2rem; }.related-types > span { color: var(--muted); font-size: .7rem; }.related-types a { display: flex; justify-content: space-between; border-left: 1px solid var(--line); }.related-types i { font-style: normal; }
.hub-grid { max-width: var(--max); margin: auto; display: grid; grid-template-columns: repeat(3,1fr); gap: .8rem; }.hub-card { min-height: 22rem; padding: 1.5rem; display: flex; flex-direction: column; border-radius: 1.25rem; background: var(--paper); transition: transform .35s,background .35s,color .35s; }.hub-card:hover { transform: translateY(-.4rem); background: var(--navy); color: white; }.hub-card span { color: var(--sage-deep); font-size: .6rem; }.hub-card h2,.hub-card h3 { margin: auto 0 1rem; font-size: 2.2rem; line-height: .97; letter-spacing: -.055em; }.hub-card p { color: #667078; font-size: .78rem; }.hub-card:hover p { color: rgba(255,255,255,.58); }
.contact-layout { max-width: var(--max); margin: auto; padding: 7rem 0; display: grid; grid-template-columns: .55fr 1.45fr; gap: 8vw; }.contact-details h2 { margin: 0; font-size: clamp(2.7rem,5vw,5.5rem); line-height: .95; letter-spacing: -.07em; }.contact-details p { color: #647078; }.contact-details a { display: block; margin-top: 1rem; font-size: 1.1rem; }.contact-form { padding: clamp(1.5rem,4vw,3rem); border-radius: 1.5rem; background: var(--paper); }.contact-form .field-row { margin-bottom: .5rem; }.contact-form label { display: block; margin-bottom: .8rem; }

.site-closing { padding: clamp(9rem,14vw,14rem) var(--pad); background: var(--navy); color: white; text-align: center; }.site-closing h2 { max-width: 84rem; margin: 0 auto; font-size: clamp(4rem,8vw,9rem); line-height: .88; letter-spacing: -.08em; }.site-closing h2 span { color: var(--sage); }.site-closing > div { margin-top: 2.5rem; display: flex; justify-content: center; align-items: center; gap: 1.5rem; }
.site-footer { padding: 5rem var(--pad) 2rem; background: #111c29; color: white; }.footer-lead { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 3rem; align-items: center; padding-bottom: 4rem; border-bottom: 1px solid var(--dark-line); }.footer-brand { width: min(15rem,65vw); overflow: hidden; border-radius: .5rem; }.footer-lead p { color: rgba(255,255,255,.5); }.footer-lead > a:last-child { justify-self: end; color: var(--sage); }.footer-columns { padding: 4rem 0; display: grid; grid-template-columns: repeat(4,1fr); gap: 3rem; }.footer-columns div { display: flex; flex-direction: column; align-items: flex-start; gap: .65rem; }.footer-columns span { margin-bottom: .6rem; color: rgba(255,255,255,.34); font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }.footer-columns p { margin: 0; color: rgba(255,255,255,.5); }.footer-bottom { padding-top: 1.4rem; display: grid; grid-template-columns: 1fr auto 1fr; border-top: 1px solid var(--dark-line); color: rgba(255,255,255,.35); font-size: .68rem; }.footer-bottom a { justify-self: end; }

/* Text is always available. Motion only enhances it. */
.motion-text,.motion-card { opacity: 1; transform: none; }
.motion-text.motion-enter { animation: textEnter .9s var(--ease) both; }.motion-card.motion-enter { animation: cardEnter .8s var(--ease) both; }
@keyframes textEnter { from { transform: translateY(1.8rem); filter: blur(4px); } to { transform: none; filter: none; } }
@keyframes cardEnter { from { transform: translateY(1.2rem); } to { transform: none; } }

@media (max-width: 1150px) {
    .desktop-nav { display: none; }.site-header { grid-template-columns: 1fr auto; }.header-contact { margin-right: 4rem; }.menu-button { position: absolute; right: var(--pad); display: flex; width: 3rem; height: 3rem; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(240,241,237,.9); cursor: pointer; }.menu-button span { position: absolute; opacity: 0; }.menu-button i { position: absolute; width: 1rem; height: 1px; background: currentColor; transition: transform .25s; }.menu-button i:first-of-type { transform: translateY(-.18rem); }.menu-button i:last-of-type { transform: translateY(.18rem); }.menu-button[aria-expanded=true] i:first-of-type { transform: rotate(45deg); }.menu-button[aria-expanded=true] i:last-of-type { transform: rotate(-45deg); }.mobile-menu { position: fixed; inset: 0; z-index: -1; padding: 9rem var(--pad) 4rem; display: flex; flex-direction: column; background: var(--fog); }.mobile-menu[hidden] { display: none; }.mobile-menu a { padding: .8rem 0; border-bottom: 1px solid var(--line); font-size: clamp(1.6rem,4vw,2.5rem); letter-spacing: -.04em; }
    .hero-grid { grid-template-columns: 1fr .55fr; }.hero-intro,.hero-actions { margin-left: 10%; }.hero-object { width: 21rem; }
    .stack-stage { grid-template-columns: .6fr 1.4fr; }.story-deck { width: 38vw; }.story-screen { width: 25vw; }
    .industry-grid,.pricing-grid { grid-template-columns: 1fr 1fr; }.pricing-grid .price-card { min-height: 29rem; }.calculator-home { grid-template-columns: 1fr; }.calculator-intro { position: relative; top: auto; }.process-grid { grid-template-columns: 1fr 1fr; }.process-grid article:nth-child(2) { border-right: 0; }.process-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }.hub-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
    :root { --pad: 1.15rem; }
    .site-header { min-height: 5.3rem; }.site-header.is-scrolled { min-height: 4.8rem; }.brand-wordmark { width: 8.5rem; }.site-header.is-scrolled .brand-wordmark { width: 7.5rem; }.header-contact { display: none; }
    .home-hero { padding-top: 8.5rem; }.hero-grid { grid-template-columns: 1fr; }.hero-title { font-size: clamp(4.2rem,18vw,6.5rem); }.hero-intro,.hero-actions { margin-left: 0; }.hero-actions { align-items: flex-start; flex-direction: column; }.hero-object-wrap { min-height: 37rem; margin-top: 2rem; }.hero-object { width: min(76vw,22rem); }.hero-badge { right: 0; }.hero-side-note { left: 0; }.hero-proof { grid-template-columns: 1fr 1fr; }.hero-proof p:nth-child(2) { border-right: 0; }.hero-proof p:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .floating-nav { display: none; }.section-pad { padding-top: 7rem; padding-bottom: 7rem; }.positioning-grid,.section-head,.page-hero,.content-grid,.contact-layout { grid-template-columns: 1fr; gap: 2rem; }.positioning h2 { font-size: clamp(3.6rem,15vw,5.5rem); }.positioning-copy { margin: 3rem 0 0; grid-template-columns: 1fr; gap: 1.5rem; }
    .stack-story { height: 520vh; }.stack-sticky { min-height: 44rem; padding-top: 5.5rem; }.stack-stage { display: block; }.story-copy { position: absolute; z-index: 12; left: 0; right: 0; top: 1rem; min-height: 14rem; }.story-copy article { inset: 0; transform: translateY(1rem); }.story-copy article.is-active { transform: none; }.story-copy h2 { font-size: clamp(2.4rem,11vw,3.5rem); }.story-copy p { display: none; }.story-visual { position: absolute; left: 0; right: 0; bottom: 1.7rem; height: 25rem; min-height: 0; }.story-deck { left: 0; top: 50%; width: 69vw; height: 23rem; }.story-card { padding: 1.3rem; border-radius: 1.4rem; }.story-card h3 { font-size: 2.15rem; }.story-card p { font-size: .68rem; }.story-screen { right: 0; top: 50%; width: 39vw; height: 25rem; border-radius: 4rem 1rem 1rem; }.story-screen-label { left: 1rem; right: 1rem; }.story-screen-label strong { font-size: 1rem; }.stack-story.step-4 .story-screen { width: 42vw; height: 42vw; }.stack-story.step-4 .story-ui { padding: .7rem; }.stack-story.step-4 .story-ui-copy { padding: 1.4rem .2rem; }.stack-story.step-4 .story-ui-copy strong { font-size: 1.7rem; }
    .section-head { margin-bottom: 3.5rem; }.section-head h2 { font-size: clamp(3.3rem,14vw,5rem); }.service-list a,.work-table a { min-height: 16rem; padding: 1.4rem 0; grid-template-columns: 1fr auto; gap: .7rem; }.service-list h3,.service-list p,.work-table h3,.work-table p { grid-column: 1/3; }.service-list h3,.work-table h3 { font-size: 2.7rem; }.service-list i,.work-table i { grid-column: 2; grid-row: 1; }.human-break figure::after { background: linear-gradient(180deg,rgba(11,20,32,.08),rgba(11,20,32,.92)); }.human-copy { width: 100%; padding-top: 25rem; }.human-copy h2 { font-size: 3.7rem; }
    .industry-grid,.pricing-grid,.project-options,.feature-options,.estimate-layout,.field-row,.process-grid,.hub-grid,.footer-lead,.footer-columns { grid-template-columns: 1fr; }.industry-card.photo-card { grid-column: span 1; }.price-card { min-height: 28rem; }.pricing-note { flex-direction: column; }.quote-builder { border-radius: 1.25rem; }.quote-steps button { padding: .8rem .3rem; font-size: .62rem; }.quote-steps span { display: grid; margin: 0 auto .3rem; }.project-options label { min-height: 10rem; }.estimate-card { min-height: 24rem; }.process-grid article { min-height: 16rem; border-right: 0; border-bottom: 1px solid var(--line); }.home-faq { grid-template-columns: 1fr; gap: 3rem; }.faq-title { position: relative; top: auto; }
    .content-page { padding-top: 8.5rem; padding-bottom: 6rem; }.page-hero { padding-bottom: 4rem; }.page-hero h1 { font-size: clamp(3.7rem,15vw,5.3rem); }.content-grid { padding: 4rem 0; }.prose h2 { font-size: clamp(2.7rem,12vw,4.2rem); }.facts-grid,.related-types { grid-template-columns: 1fr; }.facts-grid h3 { margin-top: 2rem; }.related-types a { border-left: 0; border-top: 1px solid var(--line); }.page-cta { padding: 2rem; }.contact-layout { padding: 4rem 0; }
    .site-closing h2 { font-size: clamp(3.8rem,16vw,5.7rem); }.site-closing > div { flex-direction: column; }.footer-lead { align-items: start; }.footer-lead > a:last-child { justify-self: start; }.footer-bottom { grid-template-columns: 1fr; gap: .7rem; }.footer-bottom a { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    [data-parallax] img,.hero-object { transform: none !important; }
}
