:root {
  --ink: #3d424a;
  --ink-deep: #242a30;
  --muted: #65717c;
  --line: #d9e0e4;
  --surface: #fff;
  --soft: #f3f5f5;
  --soft-blue: #e9f4f9;
  --brand: #3d424a;
  --brand-dark: #31363c;
  --accent: #3792bf;
  --accent-light: #65afd3;
  --accent-dark: #245e7b;
  --danger: #b42318;
  --success: #18794e;
  --display: "Arial Narrow", "Aptos Display", "Helvetica Neue", Arial, sans-serif;
  --body: Inter, "Aptos", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--surface); color: var(--ink); font-family: var(--body); font-size: 1rem; line-height: 1.65; }
body.drawer-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; background: #e8edef; }
img.is-loading { filter: saturate(.55); opacity: .74; }
img.is-unavailable { min-height: 180px; background: repeating-linear-gradient(135deg, #edf1f2, #edf1f2 14px, #e3e8ea 14px, #e3e8ea 28px); color: transparent; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid var(--accent-light); outline-offset: 4px; }
.container { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 200; padding: 12px 18px; transform: translateY(-150%); background: #fff; color: var(--ink-deep); font-weight: 800; }
.skip-link:focus { transform: none; }

h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { font-family: var(--display); font-weight: 800; letter-spacing: -.035em; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--accent-dark); font-size: .73rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 22px; border: 1px solid transparent; border-radius: 0; font-weight: 850; line-height: 1.2; text-decoration: none; cursor: pointer; transition: background .18s ease, color .18s ease, border .18s ease, transform .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent-dark); color: #fff; }
.button-primary:hover { background: #fff; color: var(--accent-dark); border-color: currentColor; }
.button-secondary { border-color: rgba(255,255,255,.6); color: #fff; }
.button-light { border-color: var(--ink); background: transparent; color: var(--ink); }
.button-light:hover { background: var(--ink); color: #fff; }
.button-large { min-height: 58px; padding-inline: 30px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding: 6px 0; border-bottom: 1px solid currentColor; color: var(--accent-dark); font-weight: 850; text-decoration: none; }
.text-link span { transition: transform .18s ease; }
.text-link:hover span { transform: translate(3px, -2px); }
.text-link-light { color: #fff; }

.notice { padding: 7px 20px; background: var(--ink-deep); color: rgba(255,255,255,.85); text-align: center; font-size: .78rem; letter-spacing: .035em; }
.site-header { position: sticky; top: 0; z-index: 50; background: var(--brand); border-bottom: 1px solid rgba(255,255,255,.12); }
.header-grid { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 28px; min-height: 84px; }
.brand, .header-actions, .nav, .site-footer a { display: flex; align-items: center; }
.brand { gap: 12px; text-decoration: none; }
.brand-logo, .footer-brand-logo { width: auto; max-width: 172px; max-height: 54px; object-fit: contain; background: transparent; }
.brand-mark { display: grid; width: 52px; height: 52px; place-items: center; background: var(--accent); color: #fff; font-weight: 900; }
.brand strong, .brand small { display: block; }
.brand strong { color: #fff; }
.brand small { color: rgba(255,255,255,.65); font-size: .75rem; }
.nav { justify-content: center; gap: 24px; font-size: .83rem; font-weight: 760; }
.nav a, .site-footer a { text-decoration: none; }
.nav a { position: relative; padding: 31px 0 27px; color: rgba(255,255,255,.72); }
.nav a::after { content: ""; position: absolute; right: 0; bottom: 20px; left: 0; height: 2px; transform: scaleX(0); transform-origin: left; background: var(--accent-light); transition: transform .18s ease; }
.nav a:hover, .nav a[aria-current="page"] { color: #fff; }
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-actions { justify-content: end; gap: 16px; }
.phone-link { color: #fff; font-size: .9rem; font-weight: 850; text-decoration: none; white-space: nowrap; }
.header-actions .button { min-height: 42px; padding: 10px 16px; font-size: .82rem; }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.3); background: transparent; color: #fff; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 20px; height: 2px; margin: 4px auto; background: currentColor; }

.hero { position: relative; display: grid; min-height: min(790px, calc(100vh - 84px)); overflow: hidden; color: #fff; background: var(--ink-deep); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(22,28,33,.96) 0%, rgba(35,43,49,.74) 48%, rgba(35,43,49,.16) 78%), linear-gradient(0deg, rgba(15,20,24,.58), transparent 50%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 790px) 180px; align-items: end; justify-content: space-between; gap: 64px; padding-block: 100px 118px; }
.hero-copy { align-self: center; }
.hero .eyebrow, .page-hero .eyebrow, .urgent-band .eyebrow, .cta-band .eyebrow { color: var(--accent-light); }
.hero h1 { max-width: 900px; margin: 18px 0 24px; font-size: clamp(3.4rem, 7vw, 6.8rem); line-height: .91; letter-spacing: -.06em; }
.hero-copy > p { max-width: 680px; margin: 0; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 1.7vw, 1.3rem); }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 34px; }
.hero-index { align-self: end; padding-left: 20px; border-left: 1px solid rgba(255,255,255,.4); }
.hero-index > span { color: var(--accent-light); font-size: .7rem; font-weight: 900; letter-spacing: .14em; }
.hero-index p { margin: 11px 0; font-size: .82rem; line-height: 1.35; }
.hero-scroll { position: absolute; right: 32px; bottom: 28px; z-index: 2; color: #fff; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; writing-mode: vertical-rl; }

.trust-strip { background: var(--brand); color: #fff; border-top: 1px solid rgba(255,255,255,.12); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { padding: 24px 24px 26px; border-left: 1px solid rgba(255,255,255,.16); }
.trust-grid div:last-child { border-right: 1px solid rgba(255,255,255,.16); }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { font-family: var(--display); font-size: 1.05rem; }
.trust-grid span { margin-top: 2px; color: rgba(255,255,255,.62); font-size: .75rem; }

.section { padding: clamp(72px, 7.5vw, 108px) 0; }
.section-compact { padding: 42px 0; }
.section.muted, .muted { background: var(--soft); }
.section.soft-blue { background: var(--soft-blue); }
.intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 10vw, 150px); align-items: start; }
.intro-grid h2 { max-width: 580px; margin: 14px 0 0; font-size: clamp(3rem, 5.8vw, 5.5rem); line-height: .95; }
.intro-copy > p { max-width: 640px; margin: 0 0 48px; color: var(--muted); font-size: clamp(1.1rem, 1.9vw, 1.45rem); line-height: 1.5; }
.audience-list { border-top: 1px solid var(--line); }
.audience-list a { display: grid; grid-template-columns: 44px minmax(140px,.7fr) 1fr; gap: 18px; align-items: baseline; padding: 22px 8px; border-bottom: 1px solid var(--line); text-decoration: none; transition: padding .18s ease, color .18s ease; }
.audience-list a:hover { padding-inline: 18px; color: var(--accent-dark); }
.audience-list span { color: var(--accent-dark); font-size: .7rem; font-weight: 900; }
.audience-list strong { font-size: 1.05rem; }
.audience-list small { color: var(--muted); font-size: .86rem; }

.services-section { background: var(--soft); }
.editorial-heading { display: grid; grid-template-columns: 1.15fr .6fr; gap: 64px; align-items: end; margin-bottom: 48px; }
.editorial-heading h2 { margin: 14px 0 0; font-size: clamp(2.8rem, 6vw, 5.5rem); line-height: .94; }
.editorial-heading-side { display: grid; justify-items: start; gap: 24px; }
.editorial-heading-side p { margin: 0; color: var(--muted); font-size: 1.05rem; }
.editorial-heading-side .button { min-width: 220px; gap: 12px; }
.editorial-heading-side .button span { transition: transform .18s ease; }
.editorial-heading-side .button:hover span { transform: translateX(4px); }
.card-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #bbc5ca; }
.service-card { display: grid; grid-template-columns: 48px 1fr auto; gap: 22px; align-items: start; min-height: 168px; padding: 30px 28px 30px 0; border-bottom: 1px solid #bbc5ca; color: var(--ink); text-decoration: none; transition: background .18s ease, padding .18s ease; }
.service-card:nth-child(odd) { border-right: 1px solid #bbc5ca; }
.service-card:nth-child(even) { padding-left: 28px; }
.service-card:hover { padding-right: 18px; background: #fff; }
.service-card:nth-child(even):hover { padding-left: 38px; }
.service-number { color: var(--accent-dark); font-size: .72rem; font-weight: 900; letter-spacing: .08em; }
.service-content strong, .service-content small { display: block; }
.service-content strong { font-family: var(--display); font-size: clamp(1.25rem, 2vw, 1.55rem); line-height: 1.12; letter-spacing: -.025em; }
.service-content small { max-width: 430px; margin-top: 10px; color: var(--muted); font-size: .86rem; line-height: 1.5; }
.card-link { color: var(--accent-dark); font-size: 1.2rem; transition: transform .18s ease; }
.service-card:hover .card-link { transform: translate(3px, -3px); }
.image-story { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(380px,.85fr); min-height: 760px; background: var(--ink-deep); color: #fff; }
.image-story-media { min-height: 680px; overflow: hidden; }
.image-story-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.image-story-copy { align-self: center; max-width: 650px; padding: clamp(52px, 6vw, 88px); }
.image-story-copy .eyebrow { color: var(--accent-light); }
.image-story-copy h2 { margin: 18px 0 28px; font-size: clamp(2.8rem, 5vw, 5rem); line-height: .96; }
.image-story-copy > p { color: rgba(255,255,255,.7); font-size: 1.05rem; }
.principles-list { margin: 42px 0; }
.principles-list div { display: grid; grid-template-columns: 90px 1fr; gap: 20px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.2); }
.principles-list div:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.principles-list dt { font-weight: 850; }
.principles-list dd { margin: 0; color: rgba(255,255,255,.64); }
.image-story-copy .text-link { color: var(--accent-light); }

.work-section { overflow: hidden; }
.project-mosaic { display: grid; grid-template-columns: 1.35fr .8fr .8fr; grid-template-rows: 330px 330px; gap: 8px; width: min(1440px, calc(100% - 24px)); margin-inline: auto; }
.project-image { position: relative; overflow: hidden; background: var(--ink-deep); color: #fff; }
.project-image-wide { grid-row: 1 / 3; }
.project-image-tall { grid-column: 2 / 4; }
.project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1), opacity .25s ease; }
.project-image:hover img { transform: scale(1.035); opacity: .78; }
.project-image::after { content: "View"; position: absolute; top: 18px; right: 18px; display: grid; width: 58px; height: 58px; place-items: center; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; opacity: 0; font-size: .7rem; font-weight: 850; text-transform: uppercase; transition: opacity .2s ease; }
.project-image:hover::after { opacity: 1; }
.project-image > span { position: absolute; right: 0; bottom: 0; left: 0; padding: 28px 22px 18px; background: linear-gradient(transparent, rgba(0,0,0,.7)); font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

.reviews-section { background: var(--soft-blue); }
.reviews-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(60px, 9vw, 130px); }
.reviews-layout h2 { margin: 14px 0 0; font-size: clamp(2.8rem, 5vw, 5rem); line-height: .95; }
.review-stack { border-top: 1px solid #b9ced8; }
.review-stack blockquote { display: grid; grid-template-columns: 46px 1fr auto; gap: 24px; align-items: start; margin: 0; padding: 32px 0; border-bottom: 1px solid #b9ced8; }
.review-stack p { margin: 0; font-family: var(--display); font-size: clamp(1.2rem, 2vw, 1.55rem); font-weight: 700; line-height: 1.35; letter-spacing: -.02em; }
.review-number { color: var(--accent-dark); font-size: .7rem; font-weight: 900; }
cite { color: var(--ink); font-size: .82rem; font-style: normal; font-weight: 850; }
cite span { display: block; margin-top: 2px; color: var(--muted); font-weight: 600; }

.urgent-band, .cta-band { color: #fff; }
.urgent-band { padding: clamp(60px,6vw,80px) 0; background: var(--accent-dark); }
.cta-band { padding: clamp(72px,7vw,96px) 0; background: var(--ink-deep); }
.urgent-grid, .cta-grid { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.urgent-grid h2, .cta-grid h2 { max-width: 900px; margin: 14px 0 16px; font-size: clamp(2.5rem, 5vw, 5rem); line-height: .95; }
.urgent-grid p, .cta-grid p { max-width: 680px; margin-bottom: 0; color: rgba(255,255,255,.82); }
.urgent-band .eyebrow { color: #fff; }
.urgent-band .button-primary, .cta-band .button-primary { background: #fff; color: var(--ink-deep); }

.page-hero { position: relative; overflow: hidden; padding: clamp(64px, 6vw, 92px) 0; background: var(--ink-deep); color: #fff; }
.page-hero.compact { padding-block: clamp(56px,5vw,76px); }
.page-hero-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.62fr); gap: clamp(60px,8vw,120px); align-items: center; }
.page-hero h1 { max-width: 900px; margin: 18px 0 24px; font-size: clamp(3.1rem, 6.5vw, 6rem); line-height: .92; letter-spacing: -.055em; }
.page-hero.compact h1 { font-size: clamp(2.8rem,5.5vw,5rem); }
.page-hero p { max-width: 680px; color: rgba(255,255,255,.7); font-size: 1.15rem; }
.page-hero .button { margin-top: 20px; }
.page-hero-media { position: relative; height: min(520px, 58vw); margin: -92px 0; overflow: hidden; }
.page-hero-media::before { content: ""; position: absolute; inset: 0; z-index: 1; border: 1px solid rgba(255,255,255,.2); pointer-events: none; }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero-media-landscape img { object-position: 60% center; }
.contact-hero-grid { display: grid; grid-template-columns: 1fr auto; gap: 80px; align-items: end; }
.contact-direct { min-width: 300px; padding-left: 24px; border-left: 1px solid rgba(255,255,255,.25); }
.contact-direct > span, .contact-direct small { display: block; color: rgba(255,255,255,.6); }
.contact-direct > span { font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.contact-direct a { display: block; margin: 8px 0; color: #fff; font-family: var(--display); font-size: 1.7rem; font-weight: 850; text-decoration: none; }

.section-heading { margin-bottom: 40px; }
.section-heading h2, .split h2, .prose h2, .contact-card h2, .decision-panel h2 { max-width: 820px; margin: 12px 0 18px; font-size: clamp(2rem,4vw,3.7rem); line-height: 1; }
.section-heading p, .prose p, .side-panel p, .contact-card p { color: var(--muted); }
.route-grid, .service-intent-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.route-grid a, .service-intent-grid div { min-height: 140px; padding: 24px; border-right: 1px solid var(--line); text-decoration: none; }
.route-grid a:last-child, .service-intent-grid div:last-child { border-right: 0; }
.route-grid a { position: relative; transition: background .18s ease; }
.route-grid a:hover { background: var(--soft-blue); }
.route-grid a::after { content: "↗"; position: absolute; top: 20px; right: 20px; color: var(--accent-dark); }
.route-grid span, .service-intent-grid span, .expectation-list strong { display: block; color: var(--accent-dark); font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.route-grid strong, .service-intent-grid strong { display: block; margin-top: 18px; line-height: 1.3; }
.split-grid, .contact-grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(340px,.7fr); gap: clamp(60px,8vw,120px); align-items: start; }
.prose { max-width: 840px; }
.prose > :first-child { margin-top: 0; }
.prose h2 { margin-top: 50px; }
.prose h3 { margin-top: 34px; font-size: 1.45rem; }
.prose p, .prose li { font-size: 1.04rem; }
.prose ul { padding-left: 20px; }
.prose li { margin: 9px 0; }
.side-panel, .contact-card, .quote-form { background: var(--soft); border-top: 4px solid var(--accent); padding: 34px; }
.service-detail-grid .side-panel { position: sticky; top: 118px; }
.side-actions { display: grid; gap: 16px; margin-top: 24px; }
.phone-link.dark { color: var(--accent-dark); }
.tick-list, .mini-list { padding: 0; list-style: none; }
.tick-list li, .mini-list li { padding: 12px 0; border-bottom: 1px solid var(--line); }
.tick-list li { position: relative; padding-left: 26px; }
.tick-list li::before { content: "+"; position: absolute; left: 0; color: var(--accent-dark); font-weight: 900; }
.mini-list { margin: 24px 0 0; color: var(--muted); font-size: .9rem; font-weight: 700; }
.local-note, .inline-cta { margin-top: 48px; padding: 30px; border-left: 4px solid var(--accent); background: var(--soft-blue); }
.local-note h2, .inline-cta h2 { margin-top: 0; }
.decision-panel { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; padding: 48px; border: 1px solid var(--line); background: #fff; }
.local-page-list, .review-list { margin-top: 56px; }
.local-link-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); }
.local-link-grid a { display: block; padding: 24px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; transition: background .18s ease; }
.local-link-grid a:nth-child(even) { border-right: 0; }
.local-link-grid a:hover { background: var(--soft-blue); }
.local-link-grid strong, .local-link-grid span { display: block; }
.local-link-grid span { margin-top: 8px; color: var(--muted); font-size: .9rem; }
.review-list { display: grid; gap: 16px; }
.review-list blockquote, .large-quote { margin: 0; padding: 30px; border-left: 4px solid var(--accent); background: var(--soft); }
.review-list blockquote p, .large-quote p { font-family: var(--display); font-size: 1.35rem; font-weight: 700; }
.faq-list { display: grid; border-top: 1px solid var(--line); }
details { padding: 24px 6px; border-bottom: 1px solid var(--line); }
summary { cursor: pointer; font-size: 1.05rem; font-weight: 850; }
details p { max-width: 840px; color: var(--muted); }
.project-detail-image { display: block; width: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.project-detail-image img { width: 100%; }

.contact-card h2 { margin-top: 0; }
.contact-card p strong, .contact-card p a, .contact-card p span { display: block; }
.contact-card p a { color: var(--accent-dark); font-weight: 800; }
.expectation-list { display: grid; gap: 9px; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); }
.expectation-list span { color: var(--muted); }
.quote-form { background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--accent); }
.form-intro { margin-bottom: 26px; }
.form-intro h2 { margin: 0 0 8px; font-size: clamp(2rem,3vw,3rem); line-height: 1; }
.form-intro p, .form-footnote, .contact-lead { color: var(--muted); }
.form-footnote { margin: 14px 0 0; font-size: .82rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
label, label span { display: block; }
label { font-size: .88rem; font-weight: 800; }
label.full, .checkbox { grid-column: 1 / -1; }
input, select, textarea { width: 100%; margin-top: 7px; border: 0; border-bottom: 1px solid #aeb9bf; border-radius: 0; padding: 13px 4px; background: transparent; color: var(--ink); }
input:focus, select:focus, textarea:focus { border-color: var(--accent); }
textarea { resize: vertical; }
.checkbox { display: flex; gap: 12px; align-items: start; color: var(--muted); font-weight: 500; }
.checkbox input { width: auto; margin-top: 5px; }
[data-valmsg-for] { min-height: 18px; color: var(--danger); font-size: .8rem; }
.form-message { margin-bottom: 18px; padding: 14px; font-weight: 750; }
.form-message.success { background: #e9f8f0; color: var(--success); }
.form-message.error { background: #fff0ee; color: var(--danger); }
.quote-form .button { margin-top: 22px; }

.site-footer { padding: 72px 0 94px; background: var(--brand); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .8fr .8fr; gap: 60px; }
.footer-grid strong { display: block; margin-bottom: 14px; }
.footer-grid p, .footer-grid span { max-width: 480px; color: rgba(255,255,255,.62); }
.footer-grid a { width: fit-content; margin: 5px 0; color: rgba(255,255,255,.82); }
.footer-grid a:hover { color: var(--accent-light); }
.footer-call { margin-top: 24px !important; border-bottom: 1px solid currentColor; color: #fff !important; font-family: var(--display); font-size: 1.5rem; font-weight: 850; }
.footer-legal { display: grid; grid-template-columns: 1fr 1.5fr; gap: 36px; margin-top: 54px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.58); font-size: .75rem; }
.mobile-cta { display: none; }
.drawer-backdrop { position: fixed; inset: 0; z-index: 70; background: rgba(17,24,31,.56); opacity: 0; pointer-events: none; transition: opacity .18s ease; }
.mobile-drawer { position: fixed; top: 0; right: 0; bottom: 0; z-index: 80; width: min(400px,90vw); padding: 28px; transform: translateX(100%); background: #fff; box-shadow: -20px 0 50px rgba(0,0,0,.2); transition: transform .22s ease; }
.drawer-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; }
.drawer-close { border: 1px solid var(--line); background: #fff; padding: 9px 13px; color: var(--ink); font-weight: 800; cursor: pointer; }
.drawer-nav { display: grid; }
.drawer-nav a { padding: 16px 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 1.35rem; font-weight: 850; text-decoration: none; }
.drawer-actions { display: grid; gap: 14px; margin-top: 26px; }
.drawer-actions .phone-link { color: var(--accent-dark); }
body.drawer-open .drawer-backdrop { opacity: 1; pointer-events: auto; }
body.drawer-open .mobile-drawer { transform: translateX(0); }

.lightbox { width: min(1100px, calc(100vw - 40px)); max-width: none; max-height: calc(100vh - 40px); padding: 0; border: 0; background: #111; color: #fff; }
.lightbox::backdrop { background: rgba(14,18,21,.9); backdrop-filter: blur(8px); }
.lightbox figure { display: grid; place-items: center; margin: 0; min-height: 220px; }
.lightbox img { width: 100%; max-height: calc(100vh - 100px); object-fit: contain; background: #111; }
.lightbox figcaption { position: absolute; bottom: 14px; left: 18px; padding: 7px 10px; background: rgba(0,0,0,.65); font-size: .78rem; }
.lightbox-close { position: absolute; top: 14px; right: 14px; z-index: 2; min-width: 50px; min-height: 50px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; background: rgba(0,0,0,.62); color: #fff; font-size: .7rem; font-weight: 900; cursor: pointer; }

.reveal { transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.reveal:not(.is-visible) { transform: translateY(12px); }
.reveal.is-visible { transform: none; }

@media (max-width: 1120px) {
  .header-grid { grid-template-columns: auto 1fr auto; }
  .nav { gap: 15px; }
  .header-actions .phone-link { display: none; }
  .hero h1 { font-size: clamp(3.3rem,7vw,5.6rem); }
}

@media (max-width: 900px) {
  .container { width: min(100% - 40px, 1240px); }
  .header-grid { grid-template-columns: 1fr auto; min-height: 76px; }
  .nav, .header-actions { display: none; }
  .menu-toggle { display: block; }
  .hero { min-height: 720px; }
  .hero-grid { grid-template-columns: 1fr; align-items: end; padding-block: 84px; }
  .hero-index { display: none; }
  .hero-shade { background: linear-gradient(90deg, rgba(22,28,33,.94), rgba(35,43,49,.36)), linear-gradient(0deg, rgba(15,20,24,.7), transparent 60%); }
  .intro-grid, .editorial-heading, .reviews-layout, .page-hero-grid, .contact-hero-grid, .split-grid, .contact-grid { grid-template-columns: 1fr; }
  .intro-grid, .editorial-heading, .reviews-layout, .page-hero-grid, .contact-hero-grid, .split-grid, .contact-grid { gap: 44px; }
  .image-story { grid-template-columns: 1fr; }
  .image-story-media { min-height: 580px; max-height: 760px; }
  .image-story-copy { max-width: none; padding: 72px 40px; }
  .project-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: 460px 300px 300px; }
  .project-image-wide { grid-column: 1 / 3; grid-row: 1; }
  .project-image-tall { grid-column: 1 / 3; }
  .urgent-grid, .cta-grid, .decision-panel { grid-template-columns: 1fr; }
  .route-grid, .service-intent-grid { grid-template-columns: 1fr 1fr; }
  .route-grid a:nth-child(2), .service-intent-grid div:nth-child(2) { border-right: 0; }
  .route-grid a:nth-child(-n+2), .service-intent-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .page-hero-media { height: 520px; margin: 0; }
  .service-detail-grid .side-panel { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-about { grid-column: 1 / -1; }
  .footer-legal { grid-template-columns: 1fr; gap: 8px; }
}

@media (max-width: 620px) {
  body { padding-bottom: 60px; }
  .container { width: min(100% - 28px, 1240px); }
  .notice { padding: 6px 12px; font-size: .68rem; }
  .site-header { top: 0; }
  .header-grid { min-height: 68px; }
  .brand-logo { max-width: 138px; }
  .brand small { display: none; }
  .menu-toggle { width: 44px; height: 44px; }
  .hero { min-height: calc(100svh - 98px); }
  .hero-grid { padding-block: 60px 80px; }
  .hero h1 { margin-block: 14px 20px; font-size: clamp(2.7rem,14vw,4.1rem); }
  .hero-copy > p { font-size: 1rem; }
  .hero-scroll { display: none; }
  .actions { align-items: stretch; gap: 16px; margin-top: 28px; }
  .actions .button, .actions .text-link { width: 100%; justify-content: center; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid div { min-height: 100px; padding: 18px 14px; border-bottom: 1px solid rgba(255,255,255,.16); }
  .section { padding: 72px 0; }
  .section-compact { padding: 26px 0; }
  .intro-grid h2, .editorial-heading h2, .reviews-layout h2 { font-size: 2.8rem; }
  .intro-copy > p { margin-bottom: 32px; font-size: 1.05rem; }
  .audience-list a { grid-template-columns: 32px 1fr; gap: 12px; }
  .audience-list small { grid-column: 2; }
  .editorial-heading { margin-bottom: 40px; }
  .card-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(even) { min-height: 0; padding: 24px 10px 24px 0; border-right: 0; }
  .service-card:hover, .service-card:nth-child(even):hover { padding-left: 8px; padding-right: 2px; }
  .service-content small { font-size: .82rem; }
  .image-story-media { min-height: 460px; }
  .image-story-copy { padding: 64px 22px; }
  .image-story-copy h2 { font-size: 2.75rem; }
  .principles-list div { grid-template-columns: 70px 1fr; }
  .project-mosaic { display: flex; width: 100%; gap: 6px; padding: 0 14px 12px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .project-image { flex: 0 0 84vw; height: 470px; scroll-snap-align: center; }
  .project-image::after { opacity: 1; }
  .review-stack blockquote { grid-template-columns: 34px 1fr; }
  .review-stack cite { grid-column: 2; }
  .urgent-grid, .cta-grid { gap: 32px; }
  .urgent-grid h2, .cta-grid h2 { font-size: 2.7rem; }
  .urgent-grid .button, .cta-grid .button { width: 100%; }
  .page-hero { padding: 64px 0; }
  .page-hero h1, .page-hero.compact h1 { font-size: clamp(2.65rem,14vw,4rem); }
  .page-hero p { font-size: 1rem; }
  .page-hero-media { height: 420px; }
  .contact-direct { min-width: 0; }
  .route-grid, .service-intent-grid { grid-template-columns: 1fr; }
  .route-grid a, .service-intent-grid div { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .route-grid a:last-child, .service-intent-grid div:last-child { border-bottom: 0; }
  .split-grid, .contact-grid { gap: 42px; }
  .side-panel, .contact-card, .quote-form { padding: 26px 20px; }
  .form-grid, .local-link-grid { grid-template-columns: 1fr; }
  .local-link-grid a { border-right: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-about { grid-column: auto; }
  .footer-legal { margin-top: 40px; }
  .site-footer { padding-bottom: 54px; }
  .mobile-cta { position: fixed; right: 0; bottom: 0; left: 0; z-index: 60; display: grid; grid-template-columns: 1fr 1fr; background: var(--brand-dark); }
  .mobile-cta a { display: grid; min-height: 60px; place-items: center; color: #fff; font-weight: 900; text-decoration: none; }
  .mobile-cta a + a { background: var(--accent-dark); }
  .lightbox { width: calc(100vw - 20px); max-height: calc(100vh - 20px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}
