:root {
  --ink: #080b10;
  --ink-2: #111722;
  --silver: #c5cbd3;
  --cream: #e8ebef;
  --paper: #f5f7f9;
  --blue: #095cd6;
  --blue-light: #3c8cff;
  --muted: #626b76;
  --line: #cbd1d8;
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
  --header-h: 84px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 130px 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 16px; color: white; background: var(--blue); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: var(--header-h); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 3.5vw; color: var(--ink); background: rgba(232,235,239,.96); border-bottom: 1px solid rgba(8,11,16,.16); box-shadow: 0 8px 30px rgba(0,0,0,.08); backdrop-filter: blur(12px); transition: background .3s, height .3s; }
.site-header.scrolled { height: 72px; background: rgba(245,247,249,.98); box-shadow: 0 8px 30px rgba(0,0,0,.14); }
.brand { display: flex; align-items: center; width: max-content; }
.brand-logo { width: 194px; height: auto; }
.desktop-nav { display: flex; gap: 36px; font-size: 13px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; }
.desktop-nav a { position: relative; padding: 8px 0; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: var(--blue); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-phone { justify-self: end; display: flex; align-items: center; gap: 10px; padding: 11px 17px; color: white; background: var(--blue); font-family: var(--display); font-size: 20px; font-weight: 700; line-height: 1; transition: background .2s; }
.header-phone:hover { background: #064cad; }
.header-phone span { display: flex; flex-direction: column; }
.header-phone small { margin-bottom: 4px; color: #dce9ff; font-family: var(--body); font-size: 9px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; }
.menu-toggle, .mobile-menu { display: none; }

.hero { position: relative; min-height: 790px; height: 100svh; max-height: 980px; color: white; background: var(--ink); overflow: hidden; }
.hero-media { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,9,16,.96) 0%, rgba(5,12,24,.75) 39%, rgba(4,26,57,.18) 68%, rgba(4,26,57,.08) 100%), linear-gradient(0deg, rgba(5,9,16,.5), transparent 42%), url("images/hero-5874.webp") center/cover; transform: scale(1.01); }
.hero-media::after { content: ""; position: absolute; inset: 0; opacity: .14; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.4'/%3E%3C/svg%3E"); }
.hero-grid { position: relative; z-index: 1; height: 100%; display: grid; grid-template-columns: minmax(0, 760px) 1fr; align-items: center; padding-top: 70px; }
.hero-copy { min-width: 0; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 25px; color: #7db0ff; font-size: 12px; font-weight: 700; letter-spacing: 2.3px; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 3px; background: currentColor; }
.eyebrow.dark { color: #0752bd; }
.hero h1, .section-heading h2, .project-heading h2, .about-copy h2, .contact h2, .quote-hero h1, .quote-details h2, .success-main h1 { margin: 0; font-family: var(--display); font-weight: 900; letter-spacing: -2px; line-height: .82; text-transform: uppercase; }
.hero h1 { font-size: clamp(66px, 6.4vw, 98px); }
h1 em, h2 em { color: var(--blue-light); font-style: italic; }
.hero-intro { max-width: 580px; margin: 34px 0 0; color: #dde2e8; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 30px; min-height: 57px; padding: 0 24px; font-size: 12px; font-weight: 800; letter-spacing: 1.1px; text-transform: uppercase; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--blue); }
.button-primary:hover { background: #064cad; }
.text-link { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.4); font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.hero-stats { align-self: end; justify-self: end; display: flex; margin-bottom: 60px; }
.hero-stats div { display: grid; grid-template-columns: auto auto; align-items: center; gap: 10px; padding: 0 22px; border-right: 1px solid rgba(255,255,255,.25); }
.hero-stats div:last-child { padding-right: 0; border: 0; }
.hero-stats strong { color: var(--blue-light); font-family: var(--display); font-size: 27px; line-height: 1; }
.hero-stats span { color: #c9d0d8; font-size: 9px; font-weight: 600; line-height: 1.35; letter-spacing: .7px; text-transform: uppercase; }
.hero-caption { position: absolute; z-index: 1; right: 0; bottom: 0; width: 34vw; padding: 13px 25px; color: #b6bec8; background: rgba(8,11,16,.92); font-size: 10px; letter-spacing: 1.3px; text-transform: uppercase; }
.hero-caption span { margin-right: 16px; color: var(--blue-light); }

.section-heading { display: grid; grid-template-columns: 2fr 1fr; align-items: end; gap: 60px; margin-bottom: 70px; }
.section-heading h2, .project-heading h2, .about-copy h2, .contact h2 { font-size: clamp(64px, 7.2vw, 106px); }
.section-heading > p { max-width: 430px; margin: 0 0 5px; color: var(--muted); font-size: 16px; }
.service-grid { display: grid; grid-template-columns: 1.04fr 1fr; gap: 60px; }
.service-feature { position: relative; min-height: 600px; overflow: hidden; background: var(--ink); }
.service-feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.82); transition: transform .7s; }
.service-feature:hover img { transform: scale(1.025); }
.service-feature::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.9)); }
.service-feature-copy { position: absolute; z-index: 1; right: 35px; bottom: 32px; left: 35px; display: flex; align-items: flex-start; gap: 22px; color: white; }
.service-number, .service-list article > span { padding-top: 7px; color: var(--blue); font-family: var(--display); font-size: 14px; font-weight: 700; }
.service-feature h3, .service-list h3 { margin: 0; font-family: var(--display); font-size: 33px; line-height: 1; text-transform: uppercase; }
.service-feature p { max-width: 400px; margin: 10px 0 0; color: #d0d6dd; font-size: 13px; }
.service-list { border-top: 1px solid var(--line); }
.service-list article { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: center; min-height: 145px; padding: 25px 8px; border-bottom: 1px solid var(--line); }
.service-list p { margin: 9px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.more-services { display: grid; grid-template-columns: 180px 1fr; gap: 25px; margin-top: 48px; padding-top: 25px; border-top: 1px solid var(--line); }
.more-services > span { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; }
.more-services ul { display: flex; flex-wrap: wrap; gap: 10px 28px; margin: 0; padding: 0; list-style: none; font-family: var(--display); font-size: 18px; font-weight: 700; text-transform: uppercase; }
.more-services li::before { content: "+"; margin-right: 8px; color: var(--blue); }

.project-section { padding: 125px 0 0; color: white; background: var(--ink); }
.project-heading { position: relative; display: grid; grid-template-columns: 1fr 430px; align-items: end; padding-bottom: 70px; }
.project-heading .eyebrow { grid-column: 1 / -1; }
.project-heading > p:last-child { margin: 0 0 5px; color: #aab2bc; }
.project-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: 350px 350px; gap: 3px; }
.project-card { position: relative; margin: 0; overflow: hidden; background: #333; }
.project-card.project-wide { grid-row: span 2; }
.project-card.project-tall { grid-row: span 2; }
.project-card img { height: 100%; object-fit: cover; filter: saturate(.8); transition: transform .8s, filter .5s; }
.project-card:hover img { transform: scale(1.035); filter: saturate(1); }
.project-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.82)); }
.project-card figcaption { position: absolute; z-index: 1; right: 25px; bottom: 25px; left: 25px; display: flex; flex-direction: column; }
.project-card figcaption span { color: #78adff; font-size: 9px; font-weight: 700; letter-spacing: 1.7px; text-transform: uppercase; }
.project-card figcaption strong { font-family: var(--display); font-size: 25px; text-transform: uppercase; }

.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.about-images { position: relative; min-height: 710px; }
.about-main { position: absolute; top: 0; right: 65px; width: calc(100% - 65px); height: 620px; object-fit: cover; }
.about-detail { position: absolute; right: 0; bottom: 0; width: 230px; height: 270px; object-fit: cover; border: 9px solid var(--cream); }
.image-label { position: absolute; bottom: 55px; left: -20px; padding: 13px 25px; color: white; background: var(--blue); font-family: var(--display); font-size: 17px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; transform: rotate(-90deg); transform-origin: left bottom; }
.about-copy .lead { margin: 35px 0 40px; color: #59636f; font-size: 17px; line-height: 1.85; }
.value-list { border-top: 1px solid var(--line); }
.value-list > div { display: grid; grid-template-columns: 45px 155px 1fr; gap: 10px; align-items: center; padding: 23px 0; border-bottom: 1px solid var(--line); }
.value-list span { color: var(--blue); font-family: var(--display); font-size: 13px; font-weight: 700; }
.value-list h3 { margin: 0; font-family: var(--display); font-size: 21px; text-transform: uppercase; }
.value-list p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }

.contact { position: relative; min-height: 760px; display: flex; align-items: center; padding: 110px 0; color: white; background: var(--ink); overflow: hidden; }
.contact-bg { position: absolute; inset: 0; opacity: .3; background: linear-gradient(90deg, var(--ink) 10%, transparent 70%), url("images/site-grading.webp") center 58%/cover; filter: grayscale(.25) saturate(.75); }
.contact-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,11,16,.97), rgba(8,17,31,.7) 58%, rgba(8,25,52,.3)); }
.contact-content { position: relative; z-index: 1; }
.contact-content > p:not(.eyebrow) { max-width: 500px; margin: 30px 0 36px; color: #c7ced7; font-size: 17px; }
.contact-actions { display: flex; gap: 12px; }
.contact-link { position: relative; min-width: 315px; padding: 20px 22px; color: white; background: var(--blue); }
.contact-link.email { color: white; background: transparent; border: 1px solid rgba(255,255,255,.42); }
.contact-link small { display: block; margin-bottom: 4px; font-size: 9px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.contact-link strong { font-family: var(--display); font-size: 23px; }
.contact-meta { display: flex; gap: 70px; margin-top: 55px; }
.contact-meta div { display: flex; flex-direction: column; }
.contact-meta small { color: #78adff; font-size: 9px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.contact-meta strong { margin-top: 4px; font-family: var(--display); font-size: 18px; text-transform: uppercase; }
.contact-meta span { color: #a5adb8; font-size: 12px; }

.footer { padding: 55px 0 25px; color: var(--ink); background: var(--cream); }
.footer-main { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; padding-bottom: 45px; }
.footer-main > p { max-width: 300px; color: var(--muted); font-size: 12px; }
.footer-brand { padding: 0; background: transparent; }
.footer-brand .brand-logo { width: 180px; }
.facebook-link { display: grid; place-items: center; width: 38px; height: 38px; color: white; background: var(--blue); border: 1px solid var(--blue); font-family: Arial; font-size: 20px; font-weight: bold; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 23px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; letter-spacing: .5px; text-transform: uppercase; }
.mobile-call { display: none; }

.quote-hero { position: relative; min-height: 630px; display: flex; align-items: center; padding: 170px 0 95px; color: white; background: var(--ink); overflow: hidden; }
.quote-hero-bg { position: absolute; inset: 0; opacity: .48; background: linear-gradient(90deg, rgba(8,11,16,.98) 5%, rgba(8,18,34,.76) 55%, rgba(8,27,56,.26)), url("images/site-grading.webp") center 54%/cover; }
.quote-hero-bg::after, .success-main-bg::after { content: ""; position: absolute; inset: 0; opacity: .12; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.4'/%3E%3C/svg%3E"); }
.quote-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 760px) 300px; align-items: end; justify-content: space-between; gap: 60px; }
.quote-hero h1 { font-size: clamp(72px, 8vw, 116px); }
.quote-hero h1 em { color: var(--blue-light); font-style: italic; }
.quote-hero-grid > div > p:last-child { max-width: 620px; margin: 35px 0 0; color: #c9d0d9; font-size: 17px; }
.quote-call-card { padding: 27px 28px; color: white; background: var(--blue); border-left: 4px solid var(--blue-light); transition: transform .2s, background .2s; }
.quote-call-card:hover { background: #0752bd; transform: translateY(-3px); }
.quote-call-card small, .quote-call-card span { display: block; }
.quote-call-card small { margin-bottom: 7px; color: #dce9ff; font-size: 9px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }
.quote-call-card strong { display: block; font-family: var(--display); font-size: 32px; line-height: 1; }
.quote-call-card span { margin-top: 9px; color: #dce9ff; font-size: 10px; }

.quote-section { padding: 115px 0 130px; background: var(--cream); }
.quote-layout { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(540px, 1.28fr); align-items: start; gap: 90px; }
.quote-details { position: sticky; top: 115px; }
.quote-details h2 { font-size: clamp(58px, 6vw, 82px); }
.quote-details ol { margin: 45px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.quote-details li { display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.quote-details li > span { padding-top: 3px; color: var(--blue); font-family: var(--display); font-size: 13px; font-weight: 700; }
.quote-details li strong { font-family: var(--display); font-size: 20px; text-transform: uppercase; }
.quote-details li p { margin: 5px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

.quote-form-panel { min-width: 0; padding: 52px 58px 58px; background: var(--paper); box-shadow: 0 22px 65px rgba(16,26,40,.12); border-top: 5px solid var(--blue); }
.form-heading { margin-bottom: 36px; padding-bottom: 27px; border-bottom: 1px solid var(--line); }
.form-heading > span { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: 1.7px; text-transform: uppercase; }
.form-heading h2, .form-success h2 { margin: 5px 0 0; font-family: var(--display); font-size: 43px; line-height: 1; text-transform: uppercase; }
.form-heading p { margin: 8px 0 0; color: var(--muted); font-size: 11px; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 23px 20px; }
.form-field { min-width: 0; }
.form-field-wide { grid-column: 1 / -1; }
.form-field label, .contact-preference legend { display: block; margin-bottom: 7px; color: #313943; font-size: 11px; font-weight: 800; letter-spacing: .4px; }
.form-field label span { color: var(--blue); }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid #b7bec7; border-radius: 0; color: var(--ink); background: white; font: inherit; font-size: 14px; outline: none; transition: border-color .2s, box-shadow .2s; }
.form-field input, .form-field select { height: 51px; padding: 0 14px; }
.form-field textarea { display: block; min-height: 150px; padding: 13px 14px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(9,92,214,.13); }
.form-field input::placeholder, .form-field textarea::placeholder { color: #8a929d; }
.form-field > small { display: block; margin-top: 7px; color: var(--muted); font-size: 10px; }
.contact-preference { display: flex; flex-wrap: wrap; gap: 10px; margin: 27px 0 0; padding: 0; border: 0; }
.contact-preference legend { width: 100%; }
.contact-preference label { position: relative; display: flex; align-items: center; gap: 8px; min-width: 100px; padding: 10px 14px; background: #e9edf2; border: 1px solid transparent; cursor: pointer; font-size: 12px; }
.contact-preference label:has(input:checked) { color: #064cad; background: #e2ecfb; border-color: #83ace7; }
.contact-preference input { accent-color: var(--blue); }
.form-consent { margin: 24px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.form-captcha { margin-top: 24px; min-height: 1px; }
.form-status { margin-top: 18px; color: #a52828; font-size: 12px; font-weight: 700; }
.form-status:empty { display: none; }
.form-submit { width: 100%; margin-top: 24px; border: 0; cursor: pointer; }
.form-submit:disabled { opacity: .65; cursor: wait; transform: none; }
.form-privacy { margin: 11px 0 0; color: var(--muted); font-size: 9px; text-align: center; }
.form-success { padding: 70px 10px 55px; text-align: center; outline: none; }
.form-success .eyebrow { justify-content: center; margin-top: 25px; }
.form-success h2 { font-size: 68px; }
.form-success > p:not(.eyebrow) { max-width: 480px; margin: 20px auto 0; color: var(--muted); }
.success-mark { display: grid; place-items: center; width: 68px; height: 68px; margin: 0 auto; color: white; background: var(--blue); font-size: 30px; }
.success-actions { display: flex; flex-direction: column; align-items: center; gap: 18px; margin-top: 32px; }
.success-phone { color: var(--blue); border-bottom: 1px solid #aabbd3; font-size: 12px; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; }

.success-page { padding: 0; }
.success-main { position: relative; min-height: 100svh; display: grid; place-items: center; padding: 145px 24px 70px; color: white; background: var(--ink); overflow: hidden; }
.success-main-bg { position: absolute; inset: 0; opacity: .34; background: linear-gradient(rgba(8,11,16,.64), rgba(8,11,16,.92)), url("images/site-grading.webp") center/cover; }
.success-card { position: relative; z-index: 1; width: min(650px, 100%); padding: 58px; background: rgba(8,11,16,.88); border-top: 4px solid var(--blue); text-align: center; box-shadow: 0 28px 80px rgba(0,0,0,.34); }
.success-card .eyebrow { justify-content: center; margin-top: 26px; }
.success-main h1 { font-size: clamp(70px, 10vw, 110px); }
.success-card > p:not(.eyebrow) { max-width: 470px; margin: 26px auto 0; color: #c7ced7; }
.success-card .success-phone { color: #7db0ff; border-color: rgba(125,176,255,.45); }

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid #7db0ff; outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } * { animation: none !important; transition-duration: .01ms !important; } }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-phone { display: none; }
  .menu-toggle { justify-self: end; display: flex; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; padding: 8px; color: var(--ink); background: transparent; border: 0; }
  .menu-toggle span { display: block; width: 100%; height: 2px; background: currentColor; transition: transform .25s, opacity .25s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .mobile-menu { position: fixed; inset: var(--header-h) 0 auto; display: block; padding: 35px 24px 40px; color: white; background: var(--ink); border-top: 1px solid #313946; transform: translateY(-130%); visibility: hidden; transition: transform .3s, visibility .3s; }
  .mobile-menu.open { transform: none; visibility: visible; }
  .mobile-menu nav { display: flex; flex-direction: column; margin-bottom: 30px; }
  .mobile-menu nav a { padding: 11px 0; border-bottom: 1px solid #333630; font-family: var(--display); font-size: 28px; font-weight: 700; text-transform: uppercase; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-stats { justify-self: start; margin-bottom: 45px; }
  .hero-stats div:first-child { padding-left: 0; }
  .service-grid { gap: 30px; }
  .about-grid { gap: 55px; }
  .about-images { min-height: 620px; }
  .about-main { height: 550px; }
  .contact-link { min-width: 290px; }
  .quote-hero-grid { grid-template-columns: 1fr 270px; }
  .quote-layout { gap: 45px; }
  .quote-form-panel { padding: 45px 38px 50px; }
}

@media (max-width: 760px) {
  :root { --header-h: 70px; }
  body { padding-bottom: 60px; }
  .container { width: calc(100% - 32px); max-width: 600px; }
  .section { padding: 85px 0; }
  .site-header { height: var(--header-h); padding: 0 16px; background: rgba(238,241,245,.97); }
  .site-header.scrolled { height: var(--header-h); }
  .brand-logo { width: 150px; }
  .hero { min-height: 720px; height: 100svh; max-height: 850px; }
  .hero-media { background: linear-gradient(0deg, rgba(5,9,16,.96) 0%, rgba(5,12,24,.72) 55%, rgba(5,22,45,.28) 100%), url("images/hero-5874-mobile.webp") 64% center/cover; }
  .hero-grid { align-content: end; padding-top: 110px; padding-bottom: 34px; }
  .hero h1 { font-size: clamp(48px, 13vw, 62px); letter-spacing: -1px; }
  .eyebrow { margin-bottom: 18px; }
  .hero-intro { margin-top: 24px; font-size: 15px; line-height: 1.65; }
  .hero-actions { display: block; margin-top: 27px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { display: none; }
  .hero-stats { width: 100%; justify-content: space-between; margin: 36px 0 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.23); }
  .hero-stats div { display: block; padding: 0 12px; border-right: 0; }
  .hero-stats div:first-child { padding-left: 0; }
  .hero-stats strong { display: block; margin-bottom: 5px; font-size: 24px; }
  .hero-stats span { font-size: 8px; }
  .hero-caption { display: none; }
  .section-heading { display: block; margin-bottom: 42px; }
  .section-heading h2, .project-heading h2, .about-copy h2, .contact h2 { font-size: clamp(57px, 18vw, 76px); letter-spacing: -1px; }
  .section-heading > p { margin-top: 30px; font-size: 14px; }
  .service-grid { display: block; }
  .service-feature { min-height: 460px; margin-bottom: 35px; }
  .service-feature-copy { right: 22px; bottom: 22px; left: 22px; }
  .service-feature h3 { font-size: 29px; }
  .service-list article { min-height: 130px; padding: 20px 0; }
  .service-list h3 { font-size: 25px; }
  .service-list p { font-size: 12px; }
  .more-services { grid-template-columns: 1fr; margin-top: 40px; }
  .more-services ul { gap: 8px 18px; font-size: 16px; }
  .project-section { padding-top: 85px; }
  .project-heading { display: block; padding-bottom: 45px; }
  .project-heading > p:last-child { margin-top: 27px; font-size: 14px; }
  .project-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 390px 280px 280px; }
  .project-card.project-wide { grid-column: 1 / -1; grid-row: auto; }
  .project-card.project-tall { grid-row: span 2; }
  .project-card:last-child { grid-row: span 2; }
  .project-card figcaption { right: 16px; bottom: 16px; left: 16px; }
  .project-card figcaption strong { font-size: 19px; line-height: 1.1; }
  .about-grid { display: flex; flex-direction: column-reverse; gap: 60px; }
  .about-images { width: 100%; min-height: 520px; }
  .about-main { right: 35px; width: calc(100% - 35px); height: 470px; }
  .about-detail { width: 155px; height: 200px; border-width: 7px; }
  .image-label { left: -10px; bottom: 25px; font-size: 14px; }
  .about-copy .lead { margin: 28px 0 35px; font-size: 15px; }
  .value-list > div { grid-template-columns: 30px 1fr; padding: 19px 0; }
  .value-list p { grid-column: 2; }
  .contact { min-height: 760px; padding: 90px 0; }
  .contact-bg { background-position: 65% center; }
  .contact-content > p:not(.eyebrow) { margin: 25px 0 30px; font-size: 15px; }
  .contact-actions { display: block; }
  .contact-link { display: block; min-width: 0; margin-bottom: 10px; }
  .contact-link strong { font-size: 20px; }
  .contact-link.email strong { font-size: 17px; }
  .contact-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 18px; margin-top: 40px; }
  .contact-meta strong { font-size: 15px; }
  .footer { padding: 50px 0 25px; }
  .footer-main { display: block; }
  .footer-main > p { margin: 25px 0; }
  .footer-bottom { display: block; line-height: 2; }
  .footer-bottom span { display: block; }
  .mobile-call { position: fixed; z-index: 90; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; height: 60px; font-size: 11px; font-weight: 800; letter-spacing: .8px; text-align: center; text-transform: uppercase; box-shadow: 0 -5px 20px rgba(0,0,0,.15); }
  .mobile-call a { display: flex; align-items: center; justify-content: center; padding: 0 10px; }
  .mobile-call a:first-child { color: var(--blue); background: white; border-top: 1px solid #d4d9df; }
  .mobile-call a:last-child { color: white; background: var(--blue); border-top: 1px solid var(--blue); }
  .quote-hero { min-height: 700px; padding: 135px 0 65px; }
  .quote-hero-bg { background-position: 64% center; }
  .quote-hero-grid { display: block; }
  .quote-hero h1 { font-size: clamp(58px, 18vw, 80px); letter-spacing: -1px; }
  .quote-hero-grid > div > p:last-child { margin-top: 27px; font-size: 14px; }
  .quote-call-card { display: block; margin-top: 38px; }
  .quote-section { padding: 80px 0 95px; }
  .quote-layout { display: block; }
  .quote-details { position: static; margin-bottom: 45px; }
  .quote-details h2 { font-size: clamp(48px, 13vw, 54px); }
  .quote-form-panel { padding: 37px 22px 42px; }
  .form-heading h2 { font-size: 38px; }
  .form-grid { grid-template-columns: 1fr; gap: 19px; }
  .form-field-wide { grid-column: auto; }
  .contact-preference label { flex: 1; justify-content: center; min-width: 85px; padding: 9px 8px; }
  .form-captcha { overflow-x: auto; }
  .form-success { padding: 45px 0 35px; }
  .form-success h2 { font-size: 55px; }
  .success-main { padding: 115px 16px 90px; }
  .success-card { padding: 45px 23px; }
  .success-main h1 { font-size: 70px; }
}

@media (max-width: 390px) {
  .hero h1 { font-size: clamp(45px, 12.5vw, 50px); }
  .hero-intro { font-size: 14px; }
  .hero-stats div { padding: 0 7px; }
  .section-heading h2, .project-heading h2, .about-copy h2, .contact h2 { font-size: 54px; }
  .contact-link.email { padding-right: 38px; }
  .contact-link.email strong { font-size: 15px; }
}

@media (max-width: 760px) and (max-height: 700px) {
  .hero { min-height: 640px; }
  .hero-grid { padding-top: 90px; padding-bottom: 75px; }
  .hero-stats { margin-top: 25px; padding-top: 15px; }
}
