:root {
  --navy: #0f3989;
  --navy-deep: #0a2a6b;
  --red: #c90b06;
  --red-dark: #b22129;
  --white: #fff;
  --ink: #10110f;
  --mist: #f3f5f7;
  --line: #d9dee6;
  --text: #25282d;
  --muted: #68707b;
  --shell: min(1240px, calc(100vw - 48px));
  --display: "Barlow Condensed", Arial Narrow, sans-serif;
  --body: "Barlow", Arial, sans-serif;
  --ease: cubic-bezier(.22,.68,0,1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--white); font-family: var(--body); font-size: 17px; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #64a7ff; outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: clamp(88px, 10vw, 150px) 0; }
.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; left: 16px; top: 12px; z-index: 100; transform: translateY(-150%); background: var(--white); padding: 10px 14px; font-weight: 700; }
.skip-link:focus { transform: none; }

html.intro-pending, html.intro-pending body { overflow: hidden; }
.site-intro { --intro-x: 0px; --intro-y: 0px; --intro-scale: 1; --intro-progress: 0; position: fixed; inset: 0; z-index: 1000; display: none; place-items: center; overflow: hidden; }
html.intro-pending .site-intro { display: grid; }
.site-intro__veil { position: absolute; inset: 0; background: #071630; opacity: 1; transition: opacity 820ms cubic-bezier(.4,0,.2,1); }
.site-intro__flight { position: absolute; left: 50%; top: 47%; z-index: 2; width: clamp(280px, 33vw, 430px); transform: translate(-50%, -50%) translate3d(0,0,0) scale(1.8); transform-origin: center; transition: transform 820ms cubic-bezier(.16,1,.3,1), opacity 150ms ease-out; will-change: transform, opacity; }
.site-intro__flight img { width: 100%; height: auto; }
.site-intro__progress { position: absolute; left: 50%; top: calc(47% + clamp(76px, 11vw, 132px)); z-index: 2; width: min(180px, 42vw); height: 2px; overflow: hidden; background: rgba(255,255,255,.18); transform: translateX(-50%); transition: opacity 180ms ease-out; }
.site-intro__progress-fill { display: block; width: 100%; height: 100%; background: #fff; transform: scaleX(calc(var(--intro-progress) / 100)); transform-origin: left; transition: transform 140ms linear; }
.site-intro__skip { position: absolute; right: 22px; bottom: 18px; z-index: 3; padding: 9px; border: 0; color: rgba(10,42,107,.58); background: transparent; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; cursor: pointer; transition: color 140ms ease, opacity 180ms ease-out; }
.site-intro__skip:hover, .site-intro__skip:focus-visible { color: var(--navy-deep); }
body.intro-running .site-header .brand { opacity: 0; }
.site-header .brand { transition: opacity 140ms ease-out; }
.site-intro.is-travelling { pointer-events: none; }
.site-intro.is-travelling .site-intro__veil { opacity: 0; }
.site-intro.is-travelling .site-intro__flight { transform: translate(-50%, -50%) translate3d(var(--intro-x), var(--intro-y), 0) scale(var(--intro-scale)); }
.site-intro.is-travelling .site-intro__progress, .site-intro.is-travelling .site-intro__skip { opacity: 0; }
.site-intro.is-handoff .site-intro__flight { opacity: 0; }

.utility { height: 34px; color: #fff; background: var(--ink); font-size: 12px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.utility__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.utility p { margin: 0; }
.utility a { text-decoration: none; }

.hero { min-height: calc(100vh - 34px); padding: 0; color: var(--white); background: var(--ink); }
.hero__frame { position: relative; min-height: calc(100vh - 34px); overflow: hidden; border-radius: 0; isolation: isolate; }
.hero__image, .hero__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__image { object-fit: cover; object-position: center; z-index: -3; filter: saturate(.84) contrast(1.04); }
.hero__veil { z-index: -2; background: linear-gradient(90deg, rgba(5,16,36,.87) 0%, rgba(7,22,48,.67) 42%, rgba(7,19,42,.18) 74%, rgba(5,16,36,.34) 100%), linear-gradient(0deg, rgba(4,13,31,.62) 0%, transparent 45%); }
.site-header { position: absolute; top: 0; left: 0; right: 0; z-index: 10; display: grid; grid-template-columns: 250px 1fr auto; align-items: center; gap: 28px; min-height: 112px; padding: 18px clamp(20px, 3vw, 44px); border-bottom: 1px solid rgba(255,255,255,.24); background: transparent; }
.brand { justify-self: start; width: 225px; filter: drop-shadow(0 2px 10px rgba(0,0,0,.28)); }
.brand__mark { position: relative; display: block; height: 69px; overflow: hidden; }
.brand__mark::before { content: ""; position: absolute; left: 1px; right: 1px; z-index: 2; height: 1px; background: rgba(255,255,255,.94); box-shadow: 0 1px 3px rgba(0,0,0,.38); pointer-events: none; }
.brand__mark::before { top: 8px; }
.brand img { display: block; width: 100%; height: auto; clip-path: inset(15.5% 0 5%); filter: brightness(0) invert(1); mask-image: url('assets/brand/triangle-cutout.svg'); mask-size: 100% 100%; mask-repeat: no-repeat; }
.brand__tagline { display: block; margin-top: 5px; color: #fff; font-size: 11px; font-style: italic; font-weight: 700; letter-spacing: .015em; line-height: 1; text-align: center; text-shadow: 0 2px 5px rgba(0,0,0,.5); }
.desktop-nav { display: flex; justify-content: center; gap: clamp(22px, 3vw, 44px); }
.desktop-nav a, .header-call { color: #fff; text-decoration: none; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: #fff; transition: right 180ms ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.header-socials { display: flex; align-items: center; gap: 5px; }
.header-socials a { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.46); color: #fff; transition: color 140ms ease, border-color 140ms ease, background 140ms ease; }
.header-socials a:hover { border-color: #fff; color: var(--ink); background: #fff; }
.header-socials svg { width: 17px; height: 17px; fill: currentColor; stroke: none; }
.header-socials svg rect, .header-socials svg circle:not(.social-dot) { fill: none; stroke: currentColor; stroke-width: 1.8; }
.header-socials .social-dot { stroke: none; }
.header-call { display: none; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 18px; padding: 0 24px; border: 1px solid var(--red); border-radius: 2px; color: #fff; background: var(--red); font-size: 14px; font-weight: 700; letter-spacing: .03em; text-decoration: none; cursor: pointer; transition: background 120ms ease, border-color 120ms ease, transform 90ms ease; }
.line-arrow { position: relative; display: inline-block; width: 14px; height: 14px; flex: 0 0 14px; padding: 0; border: 0; border-radius: 0; color: inherit; background: none; box-shadow: none; transition: transform 180ms var(--ease); }
.line-arrow::before { content: ""; position: absolute; left: 1px; top: 7px; width: 14px; height: 1.5px; border-radius: 2px; background: currentColor; transform: rotate(-45deg); transform-origin: center; }
.line-arrow::after { content: ""; position: absolute; right: 0; top: 0; width: 6px; height: 6px; border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; }
.line-arrow--small { width: 11px; height: 11px; flex-basis: 11px; }
.line-arrow--small::before { top: 5.5px; width: 11px; }
.line-arrow--small::after { width: 5px; height: 5px; }
.line-arrow--large { width: 18px; height: 18px; flex-basis: 18px; }
.line-arrow--large::before { top: 9px; width: 18px; height: 2px; }
.line-arrow--large::after { width: 8px; height: 8px; border-width: 2px; }
.button:hover { background: var(--red-dark); border-color: var(--red-dark); }
.button:hover .line-arrow, .text-link:hover .line-arrow, .project-card:hover .line-arrow, .review-card:hover .line-arrow { transform: translate(3px,-3px); }
.button:active { transform: scale(.98); }
.button--small { min-height: 46px; padding-inline: 19px; font-size: 12px; text-transform: uppercase; }
.button--outline { border-color: rgba(255,255,255,.72); color: #fff; background: transparent; }
.button--outline:hover { border-color: #fff; background: rgba(255,255,255,.1); }
.button--white { border-color: #fff; color: var(--ink); background: #fff; }
.button--white:hover { border-color: var(--mist); color: var(--ink); background: var(--mist); }
.menu-button { display: none; width: 46px; height: 46px; padding: 12px; border: 1px solid rgba(255,255,255,.6); color: #fff; background: transparent; }
.menu-button span:not(.sr-only) { display: block; height: 1px; margin: 5px 0; background: currentColor; }
.mobile-menu { position: absolute; top: 94px; left: 16px; right: 16px; z-index: 30; padding: 20px; color: var(--ink); background: #fff; box-shadow: 0 20px 50px rgba(0,0,0,.2); }
.mobile-menu a { display: block; padding: 13px 4px; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 24px; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.mobile-menu .mobile-socials { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding-top: 16px; }
.mobile-menu .mobile-socials a { padding: 11px; border: 1px solid var(--navy); color: var(--navy); font-family: var(--body); font-size: 12px; text-align: center; }

.hero__content { width: var(--shell); min-height: calc(100vh - 34px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; margin-inline: auto; padding-top: 120px; padding-bottom: 104px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 18px; color: var(--navy); font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 36px; height: 2px; background: currentColor; }
.eyebrow--light { color: #fff; }
.hero h1, .section h2 { margin: 0; font-family: var(--display); font-weight: 800; letter-spacing: -.035em; line-height: .88; text-transform: uppercase; }
.hero h1 { max-width: 980px; font-size: clamp(68px, 8.4vw, 134px); text-shadow: 0 2px 20px rgba(0,0,0,.16); }
.hero h1::after { content: ""; display: block; width: min(360px, 45vw); height: 5px; margin-top: 22px; background: #fff; }
.hero__lede { max-width: 650px; margin: 26px 0 0; font-size: clamp(18px, 1.7vw, 24px); line-height: 1.42; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero__rating { display: inline-flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 22px; color: #fff; font-size: 14px; text-decoration: none; }
.hero__rating .stars { letter-spacing: 2px; }
.hero__rating small, .hero__proof small, .media-label small { padding: 2px 5px; border: 1px solid currentColor; border-radius: 2px; font-size: 8px; letter-spacing: .08em; }
.hero__proof { position: absolute; left: 0; right: 0; bottom: 0; overflow: hidden; border-top: 1px solid rgba(255,255,255,.28); background: rgba(5,17,39,.58); backdrop-filter: blur(8px); mask-image: linear-gradient(90deg, transparent 0, #000 3%, #000 97%, transparent 100%); }
.hero__proof-track { display: flex; width: max-content; animation: proof-ticker 30s linear infinite; will-change: transform; }
.hero__proof-group { display: flex; flex-shrink: 0; }
.hero__proof-group > span { display: flex; align-items: center; justify-content: center; gap: 7px; width: clamp(250px, 25vw, 340px); min-height: 67px; padding: 10px 24px; border-right: 1px solid rgba(255,255,255,.22); font-family: var(--display); font-size: clamp(14px, 1.25vw, 19px); font-weight: 700; letter-spacing: .03em; text-transform: uppercase; white-space: nowrap; }
.hero__proof:hover .hero__proof-track { animation-play-state: paused; }
@keyframes proof-ticker { to { transform: translateX(-50%); } }

.section h2 { color: var(--ink); font-size: clamp(52px, 7vw, 96px); }
.section-heading { display: grid; grid-template-columns: 1.55fr .65fr; align-items: end; gap: 80px; margin-bottom: clamp(46px, 6vw, 80px); }
.section-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 19px; }
.kicker { margin: 0 0 14px; color: var(--red-dark); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.large-copy { font-size: clamp(24px, 2.3vw, 34px); line-height: 1.28; }
.large-copy em { color: var(--red-dark); font-style: normal; font-weight: 600; }
.text-link { display: inline-flex; gap: 10px; align-items: center; padding-bottom: 4px; border-bottom: 1px solid currentColor; color: var(--ink); font-weight: 700; text-decoration: none; }

.proof { background: #fff; }
.proof__grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(60px, 10vw, 150px); align-items: center; }
.proof__score { padding-right: clamp(30px, 5vw, 80px); border-right: 1px solid var(--line); }
.score { margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(110px, 15vw, 210px); font-weight: 800; letter-spacing: -.07em; line-height: .75; }
.score span { font-size: .34em; letter-spacing: -.02em; }
.proof__score > p:not(.eyebrow):not(.score) { max-width: 410px; margin: 34px 0 26px; font-size: 18px; }
.proof__copy h2 { max-width: 700px; }
.proof__copy .large-copy { max-width: 740px; }
.source-note { max-width: 690px; color: var(--muted); font-size: 14px; }
.proof__themes { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.proof__themes span { padding: 10px 14px; border: 1px solid var(--line); border-radius: 99px; font-size: 13px; font-weight: 600; }

.services { background: var(--mist); }
.service-chooser { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 650px; background: var(--ink); }
.service-list { display: flex; flex-direction: column; padding: 34px; }
.service-tab { position: relative; flex: 1; display: grid; grid-template-columns: 44px 1fr auto; grid-template-rows: auto auto; gap: 2px 12px; align-content: center; width: 100%; padding: 28px 8px; border: 0; border-bottom: 1px solid rgba(255,255,255,.17); color: rgba(255,255,255,.6); background: transparent; text-align: left; cursor: pointer; transition: color 200ms ease, padding-left 200ms ease; }
.service-tab:last-child { border-bottom: 0; }
.service-tab > span { grid-row: 1 / 3; padding-top: 4px; font-size: 11px; }
.service-tab strong { font-family: var(--display); font-size: clamp(29px, 3vw, 42px); line-height: 1; text-transform: uppercase; }
.service-tab small { font-size: 13px; }
.service-tab i { grid-column: 3; grid-row: 1 / 3; align-self: center; font-style: normal; font-size: 24px; }
.service-tab.is-active { padding-left: 20px; color: #fff; }
.service-tab.is-active::before { content: ""; position: absolute; left: 0; top: 22%; bottom: 22%; width: 3px; background: var(--red); }
.service-panel { position: relative; min-width: 0; overflow: hidden; }
.service-panel > img { width: 100%; height: 100%; object-fit: cover; transition: opacity 180ms ease, transform 320ms var(--ease); }
.service-panel:hover > img { transform: scale(1.018); }
.service-panel__plate { position: absolute; right: 24px; bottom: 24px; width: min(480px, calc(100% - 48px)); padding: 28px; color: var(--ink); background: #fff; }
.service-panel__plate > p:first-child { margin: 0 0 8px; color: var(--red-dark); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.service-panel__plate h3 { margin: 0; font-family: var(--display); font-size: 40px; line-height: 1; text-transform: uppercase; }
.service-panel__plate p { margin: 16px 0; }

.section--ink { color: #fff; background: var(--ink); }
.section--ink h2 { color: #fff; }
.flagship__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.flagship__media { position: relative; }
.flagship__media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.media-label { position: absolute; left: 18px; bottom: 18px; display: inline-flex; gap: 8px; align-items: center; padding: 9px 12px; color: var(--ink); background: #fff; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.credential-trigger { position: absolute; right: 18px; bottom: 18px; display: flex; align-items: center; justify-content: space-between; gap: 34px; min-width: 235px; min-height: 76px; padding: 14px 18px; border: 0; color: #fff; background: var(--navy); font-family: var(--display); font-size: 20px; font-weight: 700; line-height: .95; text-align: left; text-transform: uppercase; cursor: pointer; transition: background 120ms ease, transform 90ms ease; }
.credential-trigger:hover { background: var(--navy-deep); }
.credential-trigger:active { transform: scale(.98); }
.credential-trigger i { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-family: var(--body); font-size: 24px; font-style: normal; font-weight: 400; }
.flagship__copy .large-copy { color: rgba(255,255,255,.75); }
.project-facts { margin: 42px 0; border-top: 1px solid rgba(255,255,255,.22); }
.project-facts > div { display: grid; grid-template-columns: 90px 1fr; gap: 20px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.project-facts dt { color: rgba(255,255,255,.55); font-size: 12px; text-transform: uppercase; }
.project-facts dd { margin: 0; font-weight: 600; }

.one-team__intro { display: grid; grid-template-columns: .55fr 1.45fr; gap: 60px; align-items: start; }
.team-line { display: grid; grid-template-columns: repeat(4, 1fr); margin: 80px 0 0; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.team-line li { position: relative; min-height: 260px; padding: 34px 26px 0 0; border-right: 1px solid var(--line); }
.team-line li + li { padding-left: 26px; }
.team-line li:last-child { border-right: 0; }
.team-line span { display: inline-grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; color: #fff; background: var(--navy); font-size: 11px; font-weight: 700; }
.team-line h3 { margin: 60px 0 12px; font-family: var(--display); font-size: 30px; line-height: 1; text-transform: uppercase; }
.team-line p { margin: 0; color: var(--muted); font-size: 15px; }

.projects { background: var(--mist); }
.project-stage { display: grid; grid-template-columns: 1.45fr .75fr; gap: 20px; }
.project-card { position: relative; overflow: hidden; background: var(--ink); }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 300ms var(--ease); }
.project-card:hover img { transform: scale(1.022); }
.project-card--feature { min-height: 720px; }
.project-card__plate { position: absolute; left: 24px; right: 24px; bottom: 24px; padding: 26px; color: var(--ink); background: #fff; transition: transform 260ms var(--ease); }
.project-card:hover .project-card__plate { transform: translateY(-6px); }
.project-card__plate p, .project-card__caption p { margin: 0 0 6px; color: var(--red-dark); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.project-card__plate h3 { margin: 0 0 20px; font-family: var(--display); font-size: clamp(38px, 4vw, 58px); line-height: .94; text-transform: uppercase; }
.project-card__plate span { font-size: 13px; font-weight: 700; }
.project-card__link, .verified-link, .review-total small, .hero__rating small, .footer__call { display: inline-flex; align-items: center; gap: 8px; }
.project-stack { display: grid; grid-template-rows: 1fr 1fr; gap: 20px; }
.project-stack .project-card { min-height: 350px; }
.project-card__caption { position: absolute; left: 0; right: 0; bottom: 0; display: flex; align-items: flex-end; justify-content: space-between; padding: 24px; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.83)); }
.project-card__caption h3 { margin: 0; font-family: var(--display); font-size: 31px; line-height: 1; text-transform: uppercase; }
.project-card__caption > .line-arrow { margin: 0 5px 5px 0; }

.estimate-includes { padding-top: 0; background: #fff; }
.includes-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 50px 90px; padding: clamp(50px, 7vw, 92px); color: #fff; background: var(--navy); }
.includes-panel h2 { color: #fff; font-size: clamp(48px, 6vw, 80px); }
.includes-panel ol { margin: 0; padding: 0; list-style: none; }
.includes-panel li { display: grid; grid-template-columns: 40px 1fr; gap: 16px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.25); }
.includes-panel li:last-child { border-bottom: 1px solid rgba(255,255,255,.25); }
.includes-panel li span { font-size: 11px; }
.includes-panel li p { margin: 0; color: rgba(255,255,255,.8); }
.includes-panel li strong { display: block; color: #fff; }
.includes-panel .button { grid-column: 2; justify-self: start; }

.process__grid, .faq__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(70px, 10vw, 150px); }
.process__intro { position: sticky; top: 40px; align-self: start; }
.process__intro p:last-child { max-width: 370px; color: var(--muted); }
.process__steps { margin: 0; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.process__steps li { display: grid; grid-template-columns: 60px 1fr; gap: 22px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.process__steps li > span { color: var(--navy); font-size: 13px; font-weight: 700; }
.process__steps h3 { margin: 0 0 7px; font-family: var(--display); font-size: 34px; line-height: 1; text-transform: uppercase; }
.process__steps p { margin: 0; color: var(--muted); }
.process__steps small { padding: 2px 4px; border: 1px solid var(--muted); font-size: 8px; }

.accordion { border-top: 1px solid var(--ink); }
.accordion__item { border-bottom: 1px solid var(--line); }
.accordion__item button { display: flex; justify-content: space-between; align-items: center; width: 100%; min-height: 86px; padding: 0; border: 0; color: var(--ink); background: transparent; font-family: var(--display); font-size: 28px; font-weight: 700; text-align: left; text-transform: uppercase; cursor: pointer; }
.accordion__item button span { font-family: var(--body); font-size: 30px; font-weight: 400; transition: transform 200ms ease; }
.accordion__item button[aria-expanded="true"] span { transform: rotate(45deg); }
.accordion__panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 220ms ease; }
.accordion__panel > p { overflow: hidden; margin: 0; color: var(--muted); }
.accordion__item.is-open .accordion__panel { grid-template-rows: 1fr; }
.accordion__item.is-open .accordion__panel > p { padding: 0 0 26px; }

.credentials-dialog { width: min(900px, calc(100vw - 32px)); max-height: min(820px, calc(100vh - 32px)); padding: 0; border: 0; color: var(--text); background: #fff; box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.credentials-dialog::backdrop { background: rgba(6,12,25,.76); backdrop-filter: blur(7px); }
.credentials-dialog__inner { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(44px, 7vw, 84px); padding: clamp(42px, 7vw, 76px); }
.credentials-dialog__close { position: absolute; top: 16px; right: 18px; display: flex; align-items: center; gap: 9px; padding: 8px; border: 0; color: var(--ink); background: transparent; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.credentials-dialog__close span { font-size: 24px; font-weight: 400; }
.credentials-dialog__heading h2 { margin: 0; color: var(--ink); font-family: var(--display); font-size: clamp(50px, 6vw, 74px); font-weight: 800; letter-spacing: -.035em; line-height: .9; text-transform: uppercase; }
.credentials-dialog__heading > p:last-child { color: var(--muted); }

.local { padding-top: 40px; }
.local__grid { padding-top: clamp(70px, 8vw, 110px); border-top: 1px solid var(--ink); }
.local__grid > div:first-child { display: grid; grid-template-columns: .45fr 1.55fr; gap: 60px; }
.area-list { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 60px; }
.area-list span { flex: 1 0 28%; padding: 16px 18px; border: 1px solid var(--line); font-family: var(--display); font-size: 25px; font-weight: 700; text-transform: uppercase; }

.review-showcase { padding-top: 0; background: #fff; }
.reviews-panel { padding: clamp(50px, 7vw, 92px); color: #fff; background: var(--navy); }
.reviews-panel h2 { color: #fff; font-size: clamp(50px, 6.5vw, 88px); }
.reviews-panel__head { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; }
.review-total { display: flex; flex-direction: column; align-items: flex-start; padding-left: clamp(25px, 4vw, 58px); border-left: 1px solid rgba(255,255,255,.28); color: #fff; text-decoration: none; }
.review-total strong { font-family: var(--display); font-size: clamp(104px, 12vw, 170px); font-weight: 800; letter-spacing: -.06em; line-height: .72; }
.review-total strong span { font-size: .34em; letter-spacing: -.02em; }
.review-total .stars { margin-top: 30px; font-size: 20px; letter-spacing: 4px; }
.review-total > span:not(.stars) { margin-top: 7px; font-family: var(--display); font-size: 24px; font-weight: 700; text-transform: uppercase; }
.review-total small { margin-top: 16px; padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,.75); font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 64px; background: rgba(255,255,255,.26); }
.review-card { min-height: 360px; display: flex; flex-direction: column; padding: clamp(26px, 3vw, 40px); color: var(--ink); background: #fff; text-decoration: none; transition: transform 260ms var(--ease), background 160ms ease; }
.review-card:hover { z-index: 1; transform: translateY(-6px); background: var(--mist); }
.review-card__score { display: flex; align-items: center; justify-content: space-between; gap: 14px; color: var(--navy); }
.review-card__score .stars { font-size: 13px; letter-spacing: 2px; }
.review-card__score strong { font-family: var(--display); font-size: 24px; }
.review-card blockquote { margin: auto 0; font-family: var(--display); font-size: clamp(32px, 3.2vw, 46px); font-weight: 700; letter-spacing: -.02em; line-height: 1.02; text-transform: uppercase; }
.review-card__meta { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid var(--line); }
.review-card__meta > div { display: flex; flex-direction: column; }
.review-card__meta strong { font-size: 13px; }
.review-card__meta span { color: var(--muted); font-size: 11px; }
.review-card__meta > span { color: var(--navy); font-weight: 700; text-align: right; }
.reviews-panel__foot { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-top: 30px; }
.reviews-panel__foot p { max-width: 610px; margin: 0; color: rgba(255,255,255,.72); }
.reviews-panel__foot p strong { color: #fff; }

.faq { background: #fff; }

.enquiry { color: #fff; background: var(--navy); }
.enquiry h2 { color: #fff; }
.enquiry__grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(70px, 9vw, 130px); }
.enquiry__intro > p:not(.eyebrow) { max-width: 470px; color: rgba(255,255,255,.72); font-size: 20px; }
.enquiry__phone { display: block; margin-top: 42px; color: #fff; font-family: var(--display); font-size: clamp(34px, 4vw, 55px); font-weight: 700; line-height: 1; text-decoration: none; }
.enquiry__phone span { display: block; margin-bottom: 8px; font-family: var(--body); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.estimate-form { padding: clamp(28px, 4vw, 50px); color: var(--ink); background: #fff; }
.estimate-form fieldset { margin: 0 0 28px; padding: 0; border: 0; }
.estimate-form legend, .estimate-form label > span { display: block; margin-bottom: 9px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.choice-row { display: flex; flex-wrap: wrap; gap: 8px; }
.choice-row label { cursor: pointer; }
.estimate-form .choice-row input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.choice-row span { display: block; min-height: 42px; margin: 0 !important; padding: 10px 13px; border: 1px solid var(--line); font-size: 13px !important; letter-spacing: 0 !important; text-transform: none !important; }
.choice-row input:checked + span { border-color: var(--navy); color: #fff; background: var(--navy); }
.choice-row input:focus-visible + span { outline: 3px solid #64a7ff; outline-offset: 2px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.estimate-form input, .estimate-form textarea { width: 100%; border: 0; border-bottom: 1px solid #9ea5af; border-radius: 0; background: transparent; padding: 11px 0; }
.estimate-form textarea { resize: vertical; }
.estimate-form label small { color: var(--muted); font-weight: 400; text-transform: none; }
.estimate-form .wide { display: block; margin: 24px 0 30px; }
.form-note { display: inline-block; margin-left: 14px; color: var(--muted); font-size: 12px; }
.form-success { margin-top: 24px; padding: 20px; border-left: 3px solid var(--navy); background: var(--mist); }
.form-success p { margin: 5px 0 0; }

.footer { padding: 70px 0 24px; color: #fff; background: var(--ink); }
.footer__top { display: grid; grid-template-columns: .7fr 1fr auto; align-items: center; gap: 50px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.17); }
.footer__brand { width: 225px; padding: 0; background: transparent; }
.footer__top > p { max-width: 420px; color: rgba(255,255,255,.65); }
.footer__call { font-family: var(--display); font-size: 32px; font-weight: 700; text-decoration: none; }
.footer__links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; padding: 55px 0; }
.footer__links > div { display: flex; flex-direction: column; gap: 9px; }
.footer__links p { margin: 0 0 12px; color: rgba(255,255,255,.4); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.footer__links a, .footer__links span { color: rgba(255,255,255,.75); font-size: 14px; text-decoration: none; }
.footer__links a:hover { color: #fff; }
.footer__bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.17); color: rgba(255,255,255,.5); font-size: 12px; }
.footer__bottom a { color: #fff; }
.mobile-actions { position: fixed; top: 20px; right: 20px; z-index: 50; display: flex; color: #fff; background: var(--red); box-shadow: 0 12px 34px rgba(4,13,31,.3); opacity: 0; transform: translateY(-150%); transition: opacity 180ms ease, transform 240ms var(--ease); pointer-events: none; }
.mobile-actions.is-visible { opacity: 1; transform: none; pointer-events: auto; }
.mobile-actions a { display: grid; min-height: 52px; padding: 0 24px; place-items: center; font-size: 13px; font-weight: 700; letter-spacing: .02em; text-decoration: none; }
.mobile-actions a:first-child { display: none; }

.reveal { opacity: 0; transform: translateY(14px); transition: opacity 500ms var(--ease), transform 500ms var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 210px 1fr auto; }
  .brand { width: 205px; }
  .desktop-nav { gap: 20px; }
  .desktop-nav a { font-size: 11px; }
  .header-actions .button { display: none; }
  .header-call { display: inline; }
  .service-chooser { grid-template-columns: .9fr 1.1fr; }
  .one-team__intro, .local__grid > div:first-child { grid-template-columns: 1fr; }
}

@media (max-width: 800px) {
  :root { --shell: min(100% - 32px, 680px); }
  body { font-size: 16px; }
  .section { padding: 80px 0; }
  .utility { height: 30px; }
  .utility p { display: none; }
  .utility__inner { justify-content: center; }
  .hero { min-height: auto; padding: 0; }
  .hero__frame { min-height: 790px; border-radius: 0; }
  .site-header { grid-template-columns: 1fr auto; min-height: 90px; padding: 13px 16px; }
  .brand { width: 183px; padding: 0; }
  .brand__mark { height: 56px; }
  .brand__mark::before { top: 6px; }
  .brand__tagline { margin-top: 4px; font-size: 8.5px; }
  .desktop-nav { display: none; }
  .header-socials { display: none; }
  .header-actions { gap: 12px; }
  .menu-button { display: block; }
  .hero__image { object-position: 57% center; }
  .hero__veil { background: linear-gradient(90deg, rgba(3,13,31,.89), rgba(3,13,31,.42)), linear-gradient(0deg, rgba(3,13,31,.72), transparent 60%); }
  .hero__content { min-height: 790px; justify-content: flex-end; padding-top: 120px; padding-bottom: 144px; }
  .hero h1 { font-size: clamp(58px, 17vw, 86px); }
  .hero h1 br { display: none; }
  .hero__lede { margin-top: 20px; font-size: 18px; }
  .hero__actions { width: 100%; }
  .hero__actions .button { flex: 1 1 100%; }
  .hero__rating { margin-top: 17px; }
  .hero__proof-group > span { width: 220px; min-height: 58px; padding: 8px 16px; border-right: 1px solid rgba(255,255,255,.18); font-size: 13px; text-align: center; }
  .hero__proof-track { animation-duration: 24s; }
  .hero__proof small { display: none; }
  .section-heading, .proof__grid, .flagship__grid, .process__grid, .faq__grid, .enquiry__grid, .includes-panel { grid-template-columns: 1fr; }
  .section-heading { gap: 24px; }
  .proof__grid { gap: 60px; }
  .proof__score { padding: 0 0 55px; border-right: 0; border-bottom: 1px solid var(--line); }
  .score { font-size: 132px; }
  .service-chooser { display: block; min-height: 0; }
  .service-list { padding: 20px; }
  .service-tab { min-height: 128px; }
  .service-tab strong { font-size: 30px; }
  .service-panel { min-height: 560px; }
  .service-panel__plate { left: 14px; right: 14px; bottom: 14px; width: auto; padding: 22px; }
  .service-panel__plate h3 { font-size: 34px; }
  .flagship__media img { aspect-ratio: 4 / 3; }
  .credential-trigger { right: 12px; bottom: 12px; min-width: 205px; min-height: 64px; font-size: 17px; }
  .flagship__media .media-label { top: 12px; bottom: auto; left: 12px; }
  .flagship__copy h2 br { display: none; }
  .one-team__intro { gap: 20px; }
  .team-line { grid-template-columns: 1fr; margin-top: 50px; }
  .team-line li, .team-line li + li { min-height: 0; padding: 24px 0 28px; border-right: 0; border-bottom: 1px solid var(--line); }
  .team-line h3 { margin: 22px 0 8px; }
  .project-stage { grid-template-columns: 1fr; }
  .project-card--feature { min-height: 570px; }
  .project-stack { grid-template-rows: auto; }
  .project-stack .project-card { min-height: 360px; }
  .includes-panel { gap: 36px; padding: 38px 24px; }
  .includes-panel .button { grid-column: auto; }
  .process__intro { position: static; }
  .credentials-dialog__inner { grid-template-columns: 1fr; gap: 34px; padding: 56px 24px 32px; }
  .credentials-dialog__heading h2 { font-size: 52px; }
  .local__grid > div:first-child { gap: 14px; }
  .area-list span { flex-basis: 45%; font-size: 21px; }
  .reviews-panel { padding: 42px 24px; }
  .reviews-panel__head { grid-template-columns: 1fr; gap: 48px; }
  .review-total { padding: 34px 0 0; border-top: 1px solid rgba(255,255,255,.28); border-left: 0; }
  .review-total strong { font-size: 126px; }
  .reviews-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .review-card { min-height: 330px; }
  .review-card blockquote { font-size: 38px; }
  .reviews-panel__foot { align-items: flex-start; flex-direction: column; }
  .enquiry__grid { gap: 50px; }
  .estimate-form { padding: 28px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-note { display: block; margin: 12px 0 0; }
  .footer { padding-bottom: 82px; }
  .footer__top { grid-template-columns: 1fr; gap: 20px; }
  .footer__links { grid-template-columns: 1fr 1fr; }
  .footer__bottom { flex-direction: column; gap: 8px; }
  .mobile-actions { top: auto; left: 10px; right: 10px; bottom: 10px; display: grid; grid-template-columns: .75fr 1.25fr; padding: 4px; background: var(--ink); transform: translateY(140%); }
  .mobile-actions a { min-height: 50px; padding: 0 12px; }
  .mobile-actions a:first-child { display: grid; }
  .mobile-actions a:last-child { background: var(--red); }
  .site-intro__flight { width: min(76vw, 340px); }
  .site-intro__progress { top: calc(47% + 102px); }
}

@media (max-width: 470px) {
  .site-header { gap: 8px; }
  .brand { width: 150px; }
  .brand__mark { height: 46px; }
  .brand__mark::before { top: 5px; }
  .header-call { font-size: 10px; }
  .hero__frame, .hero__content { min-height: 760px; }
  .hero__content { padding-bottom: 132px; }
  .hero h1 { font-size: 58px; }
  .hero__lede { font-size: 16px; }
  .hero__rating span:nth-of-type(2) { font-size: 12px; }
  .section h2 { font-size: 48px; }
  .score { font-size: 108px; }
  .project-card__plate { left: 12px; right: 12px; bottom: 12px; padding: 20px; }
  .project-card__plate h3 { font-size: 37px; }
  .area-list span { flex-basis: 100%; }
  .footer__links { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .project-card:hover img, .service-panel:hover > img { transform: none; }
  .hero__proof { mask-image: none; }
  .hero__proof-track { width: 100%; animation: none !important; }
  .hero__proof-group { width: 100%; }
  .hero__proof-group[aria-hidden="true"] { display: none; }
  .hero__proof-group > span { flex: 1; width: auto; min-width: 0; white-space: normal; }
  .site-intro__flight { transition: opacity .01ms linear !important; }
  .site-intro__veil { transition: opacity 120ms ease-out !important; }
}

.legal-page { max-width: 850px; line-height: 1.7; }
.legal-page h1 { font-size: clamp(38px, 7vw, 64px); line-height: 1.1; }
.legal-page h2 { font-size: 27px; margin-top: 35px; }
.legal-page a,.form-note a,.form-error a { overflow-wrap: anywhere; }
.form-error { color: #9b1b1b; }
button[disabled] { opacity: .65; cursor: wait; }
