@font-face { font-family: 'DM Sans'; font-style: normal; font-weight: 400 700; font-display: swap; src: url('../fonts/dm-sans-latin.woff2') format('woff2'); }
@font-face { font-family: 'Space Grotesk'; font-style: normal; font-weight: 500 700; font-display: swap; src: url('../fonts/space-grotesk-latin.woff2') format('woff2'); }

:root {
    --ink: #072b4f;
    --paper: #ffffff;
    --orange: #f15a24;
    --yellow: #dbeeff;
    --mint: #eef7ff;
    --violet: #0b5eae;
    --line: rgba(7, 43, 79, .18);
    --display: 'Space Grotesk', sans-serif;
    --body: 'DM Sans', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 14px; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: relative; z-index: 20; background: var(--ink); color: #fff; border-bottom: 1px solid rgba(255,255,255,.12); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--display); line-height: 1; }
.desktop-nav { display: flex; align-items: center; gap: 32px; margin-left: auto; }
.desktop-nav a { position: relative; font-weight: 600; font-size: 14px; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -7px; height: 3px; background: var(--yellow); transition: right .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { right: 0; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 58px; padding: 0 24px; border: 2px solid var(--ink); border-radius: 3px; background: var(--orange); color: var(--ink); font-weight: 800; box-shadow: 6px 6px 0 var(--ink); transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translate(3px, 3px); box-shadow: 3px 3px 0 var(--ink); }
.site-header .button { border-color: var(--yellow); box-shadow: 5px 5px 0 var(--yellow); }
.button--small { min-height: 46px; padding-inline: 18px; font-size: 14px; }
.menu-toggle, .mobile-menu { display: none; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 10px; height: 10px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(255,90,31,.2); }
h1 { max-width: 760px; margin: 0; font-family: var(--display); font-size: clamp(56px, 6.2vw, 94px); line-height: .91; letter-spacing: -.065em; text-transform: uppercase; }
h1 em { position: relative; display: inline-block; color: var(--paper); font-style: normal; z-index: 1; }
h1 em::before { content: ''; position: absolute; z-index: -1; inset: 2px -10px -1px; background: var(--orange); transform: rotate(-1.5deg); border: 2px solid var(--ink); box-shadow: 5px 5px 0 var(--ink); }
.text-link { font-weight: 800; border-bottom: 2px solid var(--ink); }
.section { padding-block: 110px; }
.kicker { margin: 0 0 20px; font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.kicker::before { content: ''; display: inline-block; width: 26px; height: 3px; margin: 0 10px 3px 0; background: var(--orange); }
.kicker--yellow { color: var(--yellow); }
.kicker--yellow::before { background: var(--yellow); }
h2 { margin: 0; font: 700 clamp(42px, 5.2vw, 72px)/.97 var(--display); letter-spacing: -.055em; text-transform: uppercase; }
h2 span { color: var(--orange); }
h2 em { color: var(--yellow); font-style: normal; }
h3 { margin: 0; font: 700 27px/1.1 var(--display); letter-spacing: -.035em; }
.split-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 9vw; align-items: end; }
.intro-copy { align-self: end; font-size: 19px; line-height: 1.65; }
.intro-copy p { margin: 0 0 24px; }
.large-copy { font-size: clamp(21px, 2.2vw, 29px); line-height: 1.48; font-weight: 600; letter-spacing: -.02em; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 9vw; align-items: end; margin-bottom: 55px; }
.section-heading > p { margin: 0; font-size: 18px; color: rgba(255,255,255,.65); }
.section-heading--light h2 { color: #fff; }
.section-heading--light h2 em { color: var(--yellow); }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 10vw; align-items: start; }
.faq-grid > div:first-child > p:not(.kicker) { max-width: 390px; margin: 25px 0; }
.accordion details { border-top: 2px solid var(--ink); }
.accordion details:last-child { border-bottom: 2px solid var(--ink); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 0; cursor: pointer; font: 700 21px/1.3 var(--display); list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { flex: 0 0 auto; display: grid; place-items: center; width: 33px; height: 33px; border: 2px solid var(--ink); border-radius: 50%; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); background: var(--yellow); }
.accordion details p { margin: -5px 55px 25px 0; color: rgba(9,9,9,.7); }

.final-cta { background: var(--yellow); border-top: 2px solid var(--ink); }
.final-cta--orange { background: var(--orange); }
.final-cta-inner { display: grid; grid-template-columns: 1.25fr .75fr; gap: 45px 9vw; padding-block: 105px; align-items: end; }
.final-cta-inner > .kicker { grid-column: 1 / -1; }
.final-cta h2 { font-size: clamp(52px, 7vw, 94px); }
.final-cta h2 em { position: relative; color: #fff; z-index: 1; }
.final-cta h2 em::before { content: ''; position: absolute; inset: 2px -8px; z-index: -1; background: var(--ink); transform: rotate(-1deg); }
.final-cta-inner > div p { margin-top: 0; font-size: 19px; }
.button--dark { background: var(--ink); color: #fff; box-shadow: 6px 6px 0 #fff; }

.page-hero { position: relative; overflow: hidden; border-bottom: 2px solid var(--ink); }
.page-hero--orange { background: var(--orange); }
.page-hero--yellow { background: var(--yellow); }
.page-hero--black { background: var(--ink); color: #fff; }
.page-hero--violet { background: var(--violet); color: #fff; }
.page-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end; min-height: 620px; padding-block: 105px 120px; }
.page-hero h1 { font-size: clamp(64px, 8vw, 116px); }
.page-hero--violet h1 em { color: var(--ink); }
.page-hero--violet h1 em::before { background: var(--yellow); }
.page-hero--yellow h1 em { color: #fff; }
.page-hero--yellow h1 em::before { background: var(--orange); }
.page-hero--black h1 em { color: var(--ink); }
.page-hero--black h1 em::before { background: var(--yellow); }
.page-hero-copy { padding-bottom: 15px; font-size: 22px; }
.page-hero-copy .button { margin-top: 25px; background: var(--yellow); }
.page-hero-word { position: absolute; left: -20px; bottom: -75px; color: rgba(255,255,255,.14); font: 700 clamp(130px, 21vw, 320px)/.8 var(--display); letter-spacing: -.08em; }
.services-intro { padding-bottom: 80px; }
.service-detail { border-top: 2px solid var(--ink); }
.service-detail--paper { background: var(--paper); }
.service-detail--yellow { background: var(--yellow); }
.service-detail--mint { background: var(--mint); }
.service-detail--violet { background: var(--violet); color: #fff; }
.service-detail-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10vw; padding-block: 100px; }
.service-detail-title > span { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 45px; border: 2px solid currentColor; border-radius: 50%; font-weight: 800; }
.service-detail-title > p { margin: 0 0 10px; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.service-detail-title h2 { font-size: clamp(43px, 5vw, 67px); }
.service-lead { margin-top: 0; font-size: clamp(24px, 2.5vw, 32px); line-height: 1.4; font-weight: 700; }
.service-detail-body > p:not(.service-lead) { font-size: 18px; }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; margin: 40px 0 0; padding: 0; list-style: none; border-top: 2px solid currentColor; }
.check-list li { position: relative; padding: 15px 0 15px 25px; border-bottom: 1px solid currentColor; font-weight: 700; }
.check-list li::before { content: '✓'; position: absolute; left: 0; }
.launch-section { background: #fff; }
.launch-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10vw; }
.launch-list { border-top: 2px solid var(--ink); }
.launch-list div { display: grid; grid-template-columns: .7fr 1.3fr; gap: 30px; padding: 24px 0; border-bottom: 2px solid var(--ink); }
.launch-list strong { font: 700 19px/1.3 var(--display); text-transform: uppercase; }

.story-section { background: var(--paper); }
.story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; align-items: center; }
.story-logo { overflow: hidden; border: 3px solid var(--ink); background: var(--orange); box-shadow: 13px 13px 0 var(--ink); transform: rotate(-2deg); }
.story-logo img { display: block; width: 100%; height: auto; }
.story-grid h2 { margin-bottom: 35px; }
.story-grid > div:last-child > p:not(.kicker,.large-copy) { font-size: 18px; }
.values-section { padding: 110px 0; background: var(--ink); color: #fff; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.values-grid article { position: relative; min-height: 360px; padding: 28px; overflow: hidden; border: 1px solid rgba(255,255,255,.2); background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.035)); box-shadow: 0 22px 55px rgba(0,0,0,.16); }
.values-grid article::before { content: ''; position: absolute; inset: 0 0 auto; height: 4px; background: var(--orange); }
.values-grid article::after { content: ''; position: absolute; right: -50px; bottom: -65px; width: 160px; height: 160px; border: 26px solid rgba(255,255,255,.035); border-radius: 50%; pointer-events: none; }
.values-grid .value-number { position: absolute; top: 30px; right: 28px; color: rgba(255,255,255,.48); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.value-icon { display: grid; place-items: center; width: 72px; height: 72px; border-radius: 18px; background: var(--orange); color: #fff; box-shadow: 9px 9px 0 rgba(255,255,255,.08); }
.value-icon svg { width: 42px; height: 42px; fill: none; stroke: currentColor; stroke-width: 2.25; stroke-linecap: round; stroke-linejoin: round; }
.values-grid article:nth-child(even) .value-icon { background: #fff; color: var(--violet); box-shadow: 9px 9px 0 rgba(241,90,36,.85); }
.values-grid h3 { margin-top: 58px; font-size: 31px; text-transform: uppercase; }
.values-grid p { position: relative; z-index: 1; color: rgba(255,255,255,.68); }
.difference-section { background: #fff; }
.stat-banner { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border: 2px solid var(--ink); background: var(--yellow); box-shadow: 10px 10px 0 var(--ink); }
.stat-banner div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 20px; padding: 28px; border-right: 2px solid var(--ink); }
.stat-banner div:last-child { border-right: 0; }
.stat-banner strong { font: 700 50px/1 var(--display); }
.stat-banner span { max-width: 135px; font-size: 12px; font-weight: 800; line-height: 1.3; text-transform: uppercase; }

.contact-hero { background: var(--yellow); border-bottom: 2px solid var(--ink); }
.contact-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 8vw; align-items: center; min-height: 650px; padding-block: 90px; }
.contact-heading h1 { font-size: clamp(60px, 8vw, 112px); }
.contact-intro { font-size: 20px; }
.contact-intro img { display: block; width: min(300px, 75%); height: auto; margin: 0 auto 28px; border: 2px solid var(--ink); box-shadow: 8px 8px 0 var(--ink); transform: rotate(2deg); }
.contact-intro > a { display: grid; margin-top: 30px; padding: 20px 0; border-block: 2px solid var(--ink); }
.contact-intro > a span { font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-intro > a strong { font: 700 28px/1.2 var(--display); }
.contact-section { padding: 110px 0; background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 8vw; align-items: start; }
.contact-grid aside { position: sticky; top: 35px; }
.contact-grid aside > p:not(.kicker) { font-size: 17px; }
.contact-grid aside ul { padding: 0; list-style: none; }
.contact-grid aside li { padding: 12px 0; border-top: 1px solid var(--ink); font-weight: 700; }
.contact-grid aside li::before { content: '✓'; margin-right: 10px; color: var(--orange); }
.form-card { padding: 45px; border: 3px solid var(--ink); background: #fff; box-shadow: 12px 12px 0 var(--ink); }
.form-notice { margin-bottom: 28px; padding: 16px 18px; border: 2px solid var(--ink); }
.form-notice strong { display: block; }
.form-notice--success { background: var(--mint); }
.form-notice--error { background: #ffb29b; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.field { position: relative; display: grid; gap: 8px; margin-bottom: 24px; }
.field label { font-weight: 800; line-height: 1.35; }
.field input, .field textarea { width: 100%; border: 0; border-bottom: 2px solid var(--ink); border-radius: 0; background: #f5f0e6; padding: 13px 15px; outline: none; transition: box-shadow .2s, background .2s; }
.field textarea { min-height: 170px; resize: vertical; border: 2px solid var(--ink); }
.field input:focus, .field textarea:focus { background: #fff; box-shadow: 0 0 0 4px var(--yellow); }
.field small { justify-self: end; color: rgba(9,9,9,.55); }
.form-honey { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-submit { width: 100%; border: 0; cursor: pointer; }
.form-privacy { margin: 20px 0 0; color: rgba(9,9,9,.6); font-size: 12px; text-align: center; }
.form-privacy a { text-decoration: underline; }

.legal-hero { padding: 100px 0; background: var(--yellow); border-bottom: 2px solid var(--ink); }
.legal-hero h1 { font-size: clamp(70px, 10vw, 125px); }
.legal-content { background: #fff; }
.legal-shell { max-width: 850px; }
.legal-intro { padding-bottom: 35px; border-bottom: 2px solid var(--ink); font-size: 24px; font-weight: 600; }
.legal-content h2 { margin: 55px 0 16px; font-size: 30px; letter-spacing: -.035em; text-transform: none; }
.legal-content h3 { margin: 30px 0 10px; font-size: 20px; letter-spacing: -.02em; }
.legal-content p { font-size: 17px; }
.legal-content li { margin-bottom: 9px; font-size: 16px; }
.legal-content a { color: #9e2b08; text-decoration: underline; }
.legal-toc { display: grid; grid-template-columns: 1fr 1fr; gap: 0 25px; margin: 45px 0 65px; border-top: 2px solid var(--ink); }
.legal-toc strong { grid-column: 1 / -1; padding: 16px 0; font: 700 13px/1 var(--display); letter-spacing: .12em; text-transform: uppercase; }
.legal-toc a { padding: 10px 0; border-top: 1px solid var(--ink); font-weight: 700; text-decoration: none; }
.error-page { display: grid; place-items: center; min-height: 70vh; padding-block: 100px; background: var(--yellow); text-align: center; }
.error-page > div > span { font: 700 clamp(100px, 20vw, 250px)/.8 var(--display); color: var(--orange); -webkit-text-stroke: 3px var(--ink); }
.error-page h1 { max-width: 850px; margin: 35px auto; font-size: clamp(45px, 6vw, 80px); }

.city-market { background: var(--paper); }
.city-market-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 9vw; }
.city-market-grid .large-copy { margin-top: 0; }
.city-priority-section { padding: 110px 0; background: var(--ink); color: #fff; }
.city-priority-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.25); }
.city-priority-grid article { min-height: 310px; padding: 32px; border-right: 1px solid rgba(255,255,255,.25); }
.city-priority-grid article:last-child { border-right: 0; }
.city-priority-grid span { color: var(--yellow); font-weight: 800; }
.city-priority-grid h3 { margin-top: 105px; font-size: 29px; text-transform: uppercase; }
.city-priority-grid p { color: rgba(255,255,255,.63); }
.city-services { background: var(--yellow); }
.city-service-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 70px; border: 2px solid var(--ink); }
.city-service-grid a { position: relative; min-height: 270px; padding: 32px; border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); background: #fff; }
.city-service-grid a:nth-child(even) { border-right: 0; }
.city-service-grid a:nth-last-child(-n+2) { border-bottom: 0; }
.city-service-grid a:nth-child(2) { background: var(--orange); }
.city-service-grid a:nth-child(3) { background: var(--mint); }
.city-service-grid a:nth-child(4) { background: var(--violet); color: #fff; }
.city-service-grid a > span { font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.city-service-grid h3 { margin-top: 75px; font-size: 30px; text-transform: uppercase; }
.city-service-grid p { max-width: 430px; margin-bottom: 0; }
.city-service-grid i { position: absolute; top: 28px; right: 28px; font-style: normal; font-size: 25px; }
.industry-section { background: #fff; }
.industry-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; align-items: start; }
.industry-grid > div:first-child > p:not(.kicker) { max-width: 560px; font-size: 18px; }
.industry-list { border-top: 2px solid var(--ink); }
.industry-list span { display: flex; justify-content: space-between; padding: 20px 4px; border-bottom: 2px solid var(--ink); font: 700 23px/1 var(--display); text-transform: uppercase; }
.industry-list i { font-style: normal; color: var(--orange); }
.city-faq { background: var(--paper); }
.nearby-section { padding: 30px 0; border-block: 2px solid var(--ink); background: var(--mint); }
.nearby-inner { display: flex; align-items: center; gap: 30px; }
.nearby-inner p { margin: 0; font-weight: 800; }
.nearby-inner div { display: flex; flex-wrap: wrap; gap: 8px; }
.nearby-inner span { padding: 7px 11px; border: 1px solid var(--ink); border-radius: 99px; background: rgba(255,255,255,.4); font-size: 11px; font-weight: 800; text-transform: uppercase; }

.projects-hero { background: var(--ink); color: #fff; border-bottom: 2px solid var(--ink); }
.projects-hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 8vw; align-items: end; min-height: 670px; padding-block: 100px; }
.projects-hero h1 { font-size: clamp(65px, 8vw, 112px); }
.projects-hero h1 em { color: var(--ink); }
.projects-hero h1 em::before { background: var(--yellow); }
.projects-hero-grid > div:last-child { padding-bottom: 20px; font-size: 21px; }
.projects-hero .button { margin-top: 25px; background: var(--orange); color: var(--ink); border-color: var(--yellow); box-shadow: 6px 6px 0 var(--yellow); }
.projects-intro { background: var(--paper); }
.project-list-section { padding-bottom: 115px; background: var(--paper); }
.project-stack { display: grid; gap: 80px; }
.project-card { display: grid; grid-template-columns: 1.15fr .85fr; border: 3px solid var(--ink); box-shadow: 12px 12px 0 var(--ink); }
.project-card--orange { background: var(--orange); }
.project-card--yellow { background: var(--yellow); }
.project-card--mint { background: var(--mint); }
.project-preview { position: relative; min-width: 0; overflow: hidden; border-right: 3px solid var(--ink); background: var(--ink); }
.project-preview img { display: block; width: 100%; height: 100%; min-height: 510px; object-fit: cover; object-position: top center; transition: transform .35s ease; }
.project-preview span { position: absolute; right: 20px; bottom: 20px; padding: 10px 14px; border: 2px solid var(--ink); background: var(--yellow); box-shadow: 4px 4px 0 var(--ink); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.project-preview:hover img { transform: scale(1.02); }
.project-copy { padding: 45px; }
.project-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; margin-bottom: 80px; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.project-copy h2 { font-size: clamp(38px, 4vw, 58px); }
.project-copy > p { font-size: 17px; }
.project-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 22px; margin: 28px 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.project-copy li { padding: 10px 0; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 800; }
.project-copy li::before { content: '✓'; margin-right: 8px; }
.project-outcomes { padding: 110px 0; background: var(--ink); color: #fff; }
.outcomes-bar { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.25); }
.outcomes-bar span { padding: 28px 15px; border-right: 1px solid rgba(255,255,255,.25); color: var(--yellow); font: 700 16px/1 var(--display); text-align: center; text-transform: uppercase; }
.outcomes-bar span:last-child { border-right: 0; }

.checklist-intro { background: var(--paper); }
.checklist-section { padding-bottom: 115px; background: var(--paper); }
.checklist-grid { display: grid; gap: 0; border-top: 3px solid var(--ink); }
.checklist-grid article { display: grid; grid-template-columns: 120px 1fr; gap: 40px; padding: 65px 0; border-bottom: 3px solid var(--ink); }
.checklist-grid article > span { display: grid; place-items: center; width: 74px; height: 74px; border: 2px solid var(--ink); border-radius: 50%; background: var(--yellow); font: 700 20px/1 var(--display); box-shadow: 5px 5px 0 var(--ink); }
.checklist-grid article:nth-child(3n+2) > span { background: var(--orange); }
.checklist-grid article:nth-child(3n) > span { background: var(--mint); }
.checklist-grid h2 { margin-bottom: 18px; font-size: clamp(34px, 4vw, 53px); }
.checklist-grid article > div > p { max-width: 850px; font-size: 18px; }
.checklist-grid ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; max-width: 920px; margin: 30px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.checklist-grid li { position: relative; padding: 11px 0 11px 23px; border-bottom: 1px solid var(--ink); }
.checklist-grid li::before { content: '✓'; position: absolute; left: 0; color: #b53008; font-weight: 800; }
.checklist-note, .checklist-warning { max-width: 920px !important; padding: 16px 18px; border: 2px solid var(--ink); background: var(--yellow); font-size: 14px !important; }
.checklist-warning { background: #ffb29b; }
.handoff-summary { padding: 110px 0; background: var(--ink); color: #fff; }
.handoff-summary h2 { max-width: 950px; }
.handoff-summary > div > div { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 45px; }
.handoff-summary span { padding: 10px 15px; border: 1px solid rgba(255,255,255,.4); border-radius: 99px; color: var(--yellow); font-size: 12px; font-weight: 800; text-transform: uppercase; }

.reviewed-date { padding: 13px 15px; border-left: 4px solid var(--yellow); background: rgba(255,255,255,.08); font-size: 13px; }
.gbp-notice { border-bottom: 2px solid var(--ink); background: var(--orange); }
.gbp-notice > div { display: grid; grid-template-columns: 110px 1fr; gap: 25px; padding-block: 22px; }
.gbp-notice strong { font: 700 15px/1.5 var(--display); text-transform: uppercase; }
.gbp-notice p { margin: 0; }
.gbp-layout { background: var(--paper); }
.guide-grid { display: grid; grid-template-columns: 250px 1fr; gap: 8vw; align-items: start; }
.guide-nav { position: sticky; top: 24px; display: grid; border-top: 2px solid var(--ink); }
.guide-nav strong { padding: 16px 0; font: 700 13px/1 var(--display); letter-spacing: .1em; text-transform: uppercase; }
.guide-nav a { padding: 11px 0; border-top: 1px solid var(--ink); font-size: 13px; font-weight: 700; }
.guide-nav a:hover { color: #b53008; }
.guide-content > section { padding: 0 0 80px; margin-bottom: 80px; border-bottom: 3px solid var(--ink); scroll-margin-top: 30px; }
.guide-content > section:last-child { margin-bottom: 0; }
.guide-content h2 { margin: 12px 0 30px; font-size: clamp(39px, 5vw, 62px); }
.guide-content h3 { margin: 45px 0 15px; font-size: 27px; text-transform: uppercase; }
.guide-content p, .guide-content li { font-size: 17px; }
.guide-content ol, .guide-content ul { padding-left: 24px; }
.guide-content li { margin-bottom: 11px; }
.guide-content a { color: #9e2b08; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.guide-step { display: grid; place-items: center; width: 54px; height: 54px; border: 2px solid var(--ink); border-radius: 50%; background: var(--yellow); box-shadow: 4px 4px 0 var(--ink); font: 700 16px/1 var(--display); }
.guide-do-dont { display: grid; grid-template-columns: 1fr 1fr; margin: 35px 0; border: 2px solid var(--ink); }
.guide-do-dont > div { padding: 25px; }
.guide-do-dont > div:first-child { border-right: 2px solid var(--ink); background: var(--mint); }
.guide-do-dont > div:last-child { background: #ffb29b; }
.guide-do-dont strong { font: 700 20px/1.2 var(--display); text-transform: uppercase; }
.guide-cards { display: grid; grid-template-columns: 1fr 1fr; margin: 35px 0; border: 2px solid var(--ink); }
.guide-cards > div { padding: 24px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.guide-cards > div:nth-child(even) { border-right: 0; }
.guide-cards > div:nth-last-child(-n+2) { border-bottom: 0; }
.guide-cards strong { font: 700 18px/1.2 var(--display); text-transform: uppercase; }
.guide-cards p { margin-bottom: 0; font-size: 15px; }
.video-checklist { margin: 35px 0; padding: 28px; border: 3px solid var(--ink); background: var(--yellow); box-shadow: 7px 7px 0 var(--ink); }
.video-checklist > strong { font: 700 21px/1.3 var(--display); text-transform: uppercase; }
.official-link { margin-top: 30px; padding: 14px 18px; border-left: 5px solid var(--orange); background: #fff; }
.sab-section { margin-inline: -35px; padding: 55px 35px !important; border: 3px solid var(--ink) !important; background: var(--orange); box-shadow: 10px 10px 0 var(--ink); }
.sab-section .guide-step { background: var(--ink); color: #fff; box-shadow: 4px 4px 0 var(--yellow); }
.sab-rule { margin: 35px 0; padding: 25px; border: 3px solid var(--ink); background: #fff; }
.sab-rule strong { font: 700 25px/1.25 var(--display); text-transform: uppercase; }
.sab-limits { display: grid; grid-template-columns: repeat(3, 1fr); margin: 35px 0; border: 2px solid var(--ink); background: var(--yellow); }
.sab-limits div { padding: 22px; border-right: 2px solid var(--ink); }
.sab-limits div:last-child { border-right: 0; }
.sab-limits strong { display: block; font: 700 35px/1 var(--display); }
.sab-limits span { display: block; margin-top: 8px; font-size: 11px; font-weight: 800; line-height: 1.3; text-transform: uppercase; }
.big-check-list { margin: 35px 0; padding: 0 !important; list-style: none; border-top: 2px solid var(--ink); }
.big-check-list li { display: grid; grid-template-columns: 180px 1fr; gap: 25px; margin: 0; padding: 17px 0; border-bottom: 1px solid var(--ink); }
.big-check-list strong { font-family: var(--display); text-transform: uppercase; }
.source-section { padding: 45px !important; border: 3px solid var(--ink) !important; background: var(--mint); }
.source-section h2 { font-size: clamp(34px, 4vw, 48px); }
.source-section ul { columns: 2; column-gap: 40px; }
.source-section li { break-inside: avoid; }

.cookie-banner { position: fixed; z-index: 100; left: 50%; bottom: 18px; display: grid; grid-template-columns: 1fr auto; gap: 28px; width: min(1180px, calc(100% - 32px)); padding: 22px; border: 3px solid var(--ink); background: #fff; color: var(--ink); box-shadow: 10px 10px 0 var(--ink); transform: translateX(-50%); }
.cookie-banner[hidden] { display: none; }
.cookie-banner-copy strong { display: block; font: 700 21px/1.1 var(--display); text-transform: uppercase; }
.cookie-banner-copy p { max-width: 690px; margin: 7px 0 3px; font-size: 14px; line-height: 1.45; }
.cookie-banner-copy a { color: #9e2b08; font-size: 12px; font-weight: 800; text-decoration: underline; }
.cookie-banner-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; align-self: center; min-width: 360px; }
.consent-button { min-height: 44px; padding: 0 15px; border: 2px solid var(--ink); color: var(--ink); font-size: 12px; font-weight: 800; cursor: pointer; }
.consent-button--reject { background: var(--yellow); }
.consent-button--accept { background: var(--orange); }
.consent-button--customize { grid-column: 1 / -1; background: #fff; }
.consent-button:hover, .consent-button:focus-visible { box-shadow: 3px 3px 0 var(--ink); transform: translate(-1px, -1px); }
.cookie-dialog { width: min(720px, calc(100% - 28px)); max-height: min(820px, calc(100vh - 28px)); padding: 0; overflow: auto; border: 3px solid var(--ink); background: var(--paper); color: var(--ink); box-shadow: 14px 14px 0 rgba(0,0,0,.55); }
.cookie-dialog::backdrop { background: rgba(0,0,0,.72); }
.cookie-dialog form { padding: 32px; }
.cookie-dialog-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 25px; padding-bottom: 25px; border-bottom: 2px solid var(--ink); }
.cookie-dialog-head span { font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.cookie-dialog-head h2 { margin-top: 5px; font-size: clamp(34px, 5vw, 48px); }
.cookie-dialog-head button { display: grid; place-items: center; flex: 0 0 auto; width: 42px; height: 42px; border: 2px solid var(--ink); border-radius: 50%; background: var(--yellow); font-size: 27px; cursor: pointer; }
.consent-category { display: grid; grid-template-columns: 1fr auto; gap: 25px; align-items: center; padding: 22px 0; border-top: 1px solid var(--ink); }
.consent-category:first-of-type { margin-top: 20px; }
.consent-category strong { font: 700 18px/1.2 var(--display); text-transform: uppercase; }
.consent-category p { margin: 5px 0 0; color: rgba(9,9,9,.68); font-size: 13px; }
.consent-switch { display: grid; justify-items: end; gap: 6px; cursor: pointer; }
.consent-switch > span { font-size: 10px; font-weight: 800; text-transform: uppercase; }
.consent-switch input { position: absolute; opacity: 0; pointer-events: none; }
.consent-switch i { position: relative; display: block; width: 52px; height: 28px; border: 2px solid var(--ink); border-radius: 99px; background: #d6d0c6; }
.consent-switch i::after { content: ''; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border: 2px solid var(--ink); border-radius: 50%; background: #fff; transition: left .2s, background .2s; }
.consent-switch input:checked + i { background: var(--mint); }
.consent-switch input:checked + i::after { left: 25px; background: var(--yellow); }
.consent-switch input:focus-visible + i { box-shadow: 0 0 0 4px var(--yellow); }
.consent-switch input:disabled + i { opacity: .7; }
.cookie-dialog-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding-top: 25px; border-top: 2px solid var(--ink); }
.cookie-settings-link { width: max-content; padding: 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.4); background: transparent; color: rgba(255,255,255,.72); font: inherit; cursor: pointer; }
.cookie-settings-link:hover { color: #fff; }
.cookie-table-wrap { overflow-x: auto; margin: 30px 0; }
.cookie-table { width: 100%; min-width: 680px; border-collapse: collapse; border: 2px solid var(--ink); }
.cookie-table th, .cookie-table td { padding: 15px; border: 1px solid var(--ink); text-align: left; vertical-align: top; }
.cookie-table th { background: var(--yellow); font-family: var(--display); text-transform: uppercase; }
.cookie-table code { font-weight: 800; }
.inline-cookie-button { padding: 0; border: 0; border-bottom: 2px solid currentColor; background: transparent; color: #9e2b08; font: inherit; font-weight: 800; cursor: pointer; }
.legal-caution { margin-top: 55px; padding: 22px; border: 2px solid var(--ink); background: var(--yellow); }
.legal-caution strong { font: 700 18px/1 var(--display); text-transform: uppercase; }
.legal-caution p { margin-bottom: 0; font-size: 14px; }

.site-footer { background: var(--ink); color: #fff; padding: 72px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .55fr .85fr .65fr; gap: 55px; }
.brand--footer { margin-bottom: 22px; }
.footer-grid p { max-width: 430px; color: rgba(255,255,255,.65); }
.footer-links { display: grid; align-content: start; gap: 10px; }
.footer-links strong { margin-bottom: 8px; color: var(--yellow); font-family: var(--display); text-transform: uppercase; }
.footer-links a { color: rgba(255,255,255,.72); }
.footer-links a:hover { color: #fff; }
.footer-links span { color: rgba(255,255,255,.62); }
.social-links { display: flex; gap: 10px; margin-top: 24px; }
.social-links a { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; transition: background .2s, color .2s, transform .2s; }
.social-links a:hover { background: var(--yellow); color: var(--ink); transform: translateY(-3px); }
.social-links svg { width: 21px; height: 21px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.social-links a:nth-child(2) svg path, .social-links a:nth-child(4) svg path:first-child { fill: currentColor; stroke: none; }
.social-links .icon-fill { fill: var(--ink); stroke: none; }
.social-links .icon-dot { fill: currentColor; stroke: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 54px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.46); font-size: 12px; }

@media (max-width: 900px) {
    .desktop-nav, .site-header .button--small { display: none; }
    .menu-toggle { display: grid; gap: 6px; width: 46px; height: 46px; padding: 13px; border: 1px solid rgba(255,255,255,.25); background: transparent; }
    .menu-toggle span { width: 100%; height: 2px; background: #fff; }
    .mobile-menu.is-open { display: grid; position: absolute; left: 0; right: 0; top: 86px; padding: 20px; background: var(--ink); border-top: 1px solid rgba(255,255,255,.15); }
    .mobile-menu a { padding: 12px 20px; border-bottom: 1px solid rgba(255,255,255,.12); font-weight: 700; }
    .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; gap: 35px; }
}

@media (max-width: 600px) {
    .shell { width: min(100% - 28px, 1180px); }
    .nav-wrap { min-height: 74px; }
    .mobile-menu.is-open { top: 74px; }
    h1 { font-size: clamp(47px, 15vw, 68px); }
    h1 em::before { inset-inline: -5px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid > div:first-child { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; }
}

@media (max-width: 900px) {
    .section { padding-block: 85px; }
    .split-heading, .section-heading, .page-hero-grid, .service-detail-grid, .launch-grid, .story-grid, .contact-heading, .contact-grid, .city-market-grid, .industry-grid, .projects-hero-grid { grid-template-columns: 1fr; gap: 45px; }
    .section-heading { align-items: start; }
    .faq-grid { grid-template-columns: .85fr 1.15fr; gap: 7vw; }
    .final-cta-inner { grid-template-columns: 1fr; }
    .final-cta-inner > .kicker { grid-column: auto; }
    .page-hero-grid, .projects-hero-grid { min-height: 0; padding-block: 80px 95px; }
    .page-hero-copy, .projects-hero-grid > div:last-child { max-width: 680px; padding-bottom: 0; }
    .page-hero-word { bottom: -35px; }
    .service-detail-grid { gap: 55px; }
    .values-grid { grid-template-columns: 1fr 1fr; }
    .values-grid article { min-height: 340px; }
    .stat-banner { grid-template-columns: 1fr; }
    .stat-banner div { border-right: 0; border-bottom: 2px solid var(--ink); }
    .stat-banner div:last-child { border-bottom: 0; }
    .contact-heading { min-height: 0; }
    .contact-intro img { width: min(320px, 70%); margin-inline: 0; }
    .contact-grid aside { position: static; }
    .city-priority-grid { grid-template-columns: 1fr; }
    .city-priority-grid article { min-height: 230px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
    .city-priority-grid article:last-child { border-bottom: 0; }
    .city-priority-grid h3 { margin-top: 65px; }
    .project-card { grid-template-columns: 1fr; }
    .project-preview { border-right: 0; border-bottom: 3px solid var(--ink); }
    .project-preview img { min-height: 440px; }
    .project-meta { margin-bottom: 55px; }
    .guide-grid { grid-template-columns: 1fr; }
    .guide-nav { position: static; grid-template-columns: 1fr 1fr; padding-bottom: 45px; }
    .guide-nav strong { grid-column: 1 / -1; }
    .guide-nav a { padding-right: 15px; }
    .footer-grid { grid-template-columns: 1.25fr .75fr; gap: 45px; }
    .cookie-banner { grid-template-columns: 1fr; gap: 17px; }
    .cookie-banner-actions { width: 100%; min-width: 0; }
}

@media (max-width: 600px) {
    .section { padding-block: 68px; }
    h2 { font-size: clamp(38px, 12vw, 52px); }
    .split-heading, .section-heading, .page-hero-grid, .service-detail-grid, .launch-grid, .story-grid, .contact-heading, .contact-grid, .city-market-grid, .industry-grid, .projects-hero-grid { gap: 32px; }
    .values-section, .city-priority-section, .project-outcomes { padding-block: 72px; }
    .faq-grid { grid-template-columns: 1fr; gap: 55px; }
    .final-cta-inner { padding-block: 75px; }
    .final-cta h2 { font-size: clamp(45px, 14vw, 63px); }
    .page-hero-grid, .projects-hero-grid { padding-block: 62px 75px; }
    .page-hero h1, .projects-hero h1 { font-size: clamp(53px, 16vw, 76px); }
    .page-hero-copy, .projects-hero-grid > div:last-child { font-size: 18px; }
    .service-detail-grid { padding-block: 72px; }
    .check-list { grid-template-columns: 1fr; }
    .launch-list div { grid-template-columns: 1fr; gap: 7px; }
    .story-logo { box-shadow: 8px 8px 0 var(--ink); }
    .values-grid { grid-template-columns: 1fr; }
    .values-grid article { min-height: 300px; padding: 25px; }
    .values-grid .value-number { top: 27px; right: 25px; }
    .value-icon { width: 66px; height: 66px; }
    .value-icon svg { width: 38px; height: 38px; }
    .values-grid h3 { margin-top: 50px; }
    .contact-heading { padding-block: 58px 70px; }
    .contact-heading h1 { font-size: clamp(52px, 16vw, 75px); }
    .contact-intro img { width: min(270px, 80%); }
    .contact-section { padding-block: 72px; }
    .form-card { padding: 25px 20px; box-shadow: 7px 7px 0 var(--ink); }
    .field-row { grid-template-columns: 1fr; gap: 0; }
    .city-service-grid { grid-template-columns: 1fr; }
    .city-service-grid a { min-height: 245px; border-right: 0; border-bottom: 2px solid var(--ink) !important; }
    .city-service-grid a:last-child { border-bottom: 0 !important; }
    .nearby-inner { align-items: flex-start; flex-direction: column; }
    .project-stack { gap: 55px; }
    .project-card { box-shadow: 7px 7px 0 var(--ink); }
    .project-preview img { min-height: 250px; aspect-ratio: 16 / 10; }
    .project-copy { padding: 28px 22px 34px; }
    .project-meta { margin-bottom: 38px; }
    .project-copy ul { grid-template-columns: 1fr; }
    .outcomes-bar { grid-template-columns: 1fr 1fr; }
    .outcomes-bar span:nth-child(2) { border-right: 0; }
    .outcomes-bar span:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.25); }
    .checklist-grid article { grid-template-columns: 1fr; gap: 24px; padding-block: 48px; }
    .checklist-grid article > span { width: 58px; height: 58px; }
    .checklist-grid ul { grid-template-columns: 1fr; }
    .handoff-summary { padding-block: 75px; }
    .gbp-notice > div { grid-template-columns: 1fr; gap: 5px; }
    .guide-nav { grid-template-columns: 1fr; }
    .guide-nav strong { grid-column: auto; }
    .guide-content > section { padding-bottom: 55px; margin-bottom: 60px; }
    .guide-do-dont, .guide-cards { grid-template-columns: 1fr; }
    .guide-do-dont > div:first-child { border-right: 0; border-bottom: 2px solid var(--ink); }
    .guide-cards > div { border-right: 0; border-bottom: 1px solid var(--ink) !important; }
    .guide-cards > div:last-child { border-bottom: 0 !important; }
    .sab-section { margin-inline: 0; padding: 35px 20px !important; box-shadow: 7px 7px 0 var(--ink); }
    .sab-limits { grid-template-columns: 1fr; }
    .sab-limits div { border-right: 0; border-bottom: 2px solid var(--ink); }
    .sab-limits div:last-child { border-bottom: 0; }
    .big-check-list li { grid-template-columns: 1fr; gap: 5px; }
    .source-section { padding: 30px 20px !important; }
    .source-section ul { columns: 1; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 26px; }
    .footer-grid > div:first-child { grid-column: 1 / -1; }
    .footer-locations { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; }
    .footer-locations strong { grid-column: 1 / -1; }
    .cookie-banner { bottom: 9px; width: calc(100% - 18px); max-height: calc(100vh - 18px); padding: 17px; overflow-y: auto; box-shadow: 6px 6px 0 var(--ink); }
    .cookie-banner-copy strong { font-size: 18px; }
    .cookie-banner-copy p { font-size: 13px; }
    .cookie-banner-actions { grid-template-columns: 1fr; }
    .consent-button--customize { grid-column: auto; }
    .cookie-dialog { width: calc(100% - 18px); max-height: calc(100vh - 18px); box-shadow: 6px 6px 0 rgba(0,0,0,.55); }
    .cookie-dialog form { padding: 21px 17px; }
    .cookie-dialog-head { gap: 12px; padding-bottom: 18px; }
    .consent-category { grid-template-columns: 1fr; gap: 14px; padding-block: 18px; }
    .consent-switch { justify-items: start; }
    .cookie-dialog-actions { grid-template-columns: 1fr; }
}

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