:root {
  --ink: #102235;
  --navy: #071a2a;
  --navy-2: #0b2942;
  --blue: #1695cf;
  --blue-dark: #0879ad;
  --blue-pale: #dff2fa;
  --stone: #ece8df;
  --paper: #f7f6f2;
  --white: #ffffff;
  --muted: #66727e;
  --line: #d9dde0;
  --shadow: 0 24px 70px rgba(7, 26, 42, .14);
  --shadow-soft: 0 18px 46px rgba(7, 26, 42, .10);
  --radius: 26px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: clamp(76px, 8vw, 116px); }
.section-muted { background: #efeee9; }
.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; z-index: 999; top: 8px; left: 8px; transform: translateY(-150%); background: var(--white); padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.practice-notice {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 7px 18px;
  background: #04131f;
  color: #c7d4de;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  text-align: center;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  background: rgba(247, 246, 242, .92);
  border-bottom: 1px solid rgba(16, 34, 53, .08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: box-shadow .2s ease, background .2s ease;
}
.site-header.is-scrolled { box-shadow: 0 10px 32px rgba(7,26,42,.08); background: rgba(247,246,242,.97); }
.nav-shell { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: 0; }
.brand-mark { position: relative; width: 38px; height: 38px; display: block; flex: 0 0 38px; }
.brand-mark i { position: absolute; display: block; background: var(--blue); border-radius: 2px; }
.brand-mark i:nth-child(1) { width: 7px; height: 32px; left: 4px; bottom: 3px; }
.brand-mark i:nth-child(2) { width: 22px; height: 7px; left: 9px; top: 6px; }
.brand-mark i:nth-child(3) { width: 7px; height: 21px; right: 5px; bottom: 4px; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-size: 20px; letter-spacing: -.03em; color: var(--navy); }
.brand-copy small { margin-top: 5px; font-size: 10px; color: var(--muted); letter-spacing: .18em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 28px; }
.primary-nav a { font-size: 14px; text-decoration: none; color: #405063; transition: color .2s ease; }
.primary-nav a:hover { color: var(--blue-dark); }
.primary-nav .nav-call { padding: 11px 16px; border: 1px solid rgba(16, 34, 53, .15); border-radius: 999px; font-weight: 800; color: var(--navy); background: var(--white); }
.menu-toggle { display: none; background: none; border: 0; width: 44px; height: 44px; padding: 10px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--navy); margin: 6px 0; transition: transform .2s ease; }

.hero {
  position: relative;
  min-height: min(830px, calc(100svh - 110px));
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background: #071b2a;
  color: var(--white);
}
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: center 55%; transform: scale(1.01); }
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4,17,28,.94) 0%, rgba(4,17,28,.88) 32%, rgba(4,17,28,.52) 58%, rgba(4,17,28,.14) 86%),
    linear-gradient(180deg, rgba(4,17,28,.16) 0%, rgba(4,17,28,.08) 55%, rgba(4,17,28,.55) 100%);
}
.hero-inner { position: relative; z-index: 2; min-height: inherit; display: grid; grid-template-columns: minmax(0, 700px) 1fr; align-items: center; gap: 48px; padding-block: clamp(70px, 8vw, 118px); }
.hero-copy { max-width: 690px; }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--blue-dark); font-size: 11px; line-height: 1.2; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #9bdcf7; }
.eyebrow span { width: 28px; height: 2px; background: #44b8e7; }
.hero h1 { max-width: 760px; margin: 0; color: var(--white); font-size: clamp(50px, 5.8vw, 80px); line-height: .98; letter-spacing: -.055em; font-weight: 760; text-wrap: balance; }
.hero-lede { max-width: 620px; margin: 26px 0 0; color: #d9e4eb; font-size: clamp(17px, 1.55vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 21px; border-radius: 12px; border: 1px solid transparent; font-size: 14px; font-weight: 850; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 17px; height: 17px; fill: currentColor; }
.button-primary { background: var(--blue); color: var(--white); box-shadow: 0 14px 34px rgba(22,149,207,.28); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 17px 38px rgba(22,149,207,.34); }
.button-ghost { border-color: rgba(255,255,255,.46); background: rgba(7,26,42,.32); color: var(--white); backdrop-filter: blur(8px); }
.button-ghost:hover { background: rgba(255,255,255,.10); border-color: rgba(255,255,255,.7); }
.hero-trust { display: flex; gap: 28px; margin-top: 36px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.24); }
.hero-trust div { display: grid; gap: 2px; }
.hero-trust strong { font-size: 21px; letter-spacing: -.03em; color: var(--white); }
.hero-trust span { color: #b9cbd7; font-size: 11px; }
.hero-proof {
  justify-self: end;
  align-self: end;
  width: min(100%, 310px);
  margin-bottom: 40px;
  padding: 21px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 18px;
  background: rgba(5, 22, 35, .64);
  box-shadow: 0 22px 60px rgba(0,0,0,.2);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  display: grid;
  gap: 6px;
}
.proof-label { color: #8fd7f3; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero-proof strong { font-size: 18px; }
.hero-proof a { margin-top: 4px; color: var(--white); font-size: 18px; font-weight: 850; text-decoration: none; }
.hero-proof > span:last-child { color: #bccbd4; font-size: 12px; line-height: 1.5; }
.hero-image-note { position: absolute; z-index: 2; left: 50%; bottom: 16px; transform: translateX(-50%); color: rgba(232,240,245,.72); font-size: 9px; letter-spacing: .04em; }

.story-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(42px, 7vw, 88px); align-items: center; }
.image-card { position: relative; border-radius: 24px; overflow: hidden; background: #dfe4e7; box-shadow: var(--shadow-soft); }
.image-card img { display: block; width: 100%; height: 100%; }
.image-card img { object-fit: cover; }
.story-media { min-height: 520px; }
.story-media img { min-height: 520px; object-position: center; }
.image-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,.25); border-radius: inherit; }
.image-label { position: absolute; left: 14px; bottom: 14px; max-width: calc(100% - 28px); padding: 8px 10px; border-radius: 999px; background: rgba(6,24,38,.78); color: #dce7ed; font-size: 9px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(10px); }
.story-copy h2, .section-heading h2, .trust-panel h2, .cta-inner h2, .contact-details h2 { margin: 0; color: var(--navy); font-size: clamp(40px, 4.4vw, 58px); line-height: 1.03; letter-spacing: -.045em; text-wrap: balance; }
.story-copy > p:not(.section-kicker) { margin: 20px 0 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.story-points { margin-top: 34px; border-top: 1px solid var(--line); }
.story-points > div { display: grid; grid-template-columns: 38px 1fr; column-gap: 14px; row-gap: 2px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.story-points span { grid-row: 1 / span 2; color: var(--blue-dark); font-size: 11px; font-weight: 850; padding-top: 3px; }
.story-points strong { color: var(--navy); font-size: 14px; }
.story-points small { color: #7a858f; font-size: 12px; line-height: 1.5; }

.section-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .62fr); align-items: end; gap: 50px; margin-bottom: 42px; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 350px; display: flex; flex-direction: column; padding: clamp(26px, 3vw, 36px); border: 1px solid rgba(16,34,53,.10); border-radius: 22px; background: rgba(255,255,255,.78); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); border-color: rgba(22,149,207,.28); }
.feature-card { background: var(--navy); color: var(--white); border-color: var(--navy); }
.card-index { position: absolute; right: 26px; top: 23px; color: #a8b0b6; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.feature-card .card-index { color: #6e8595; }
.service-icon { position: relative; width: 58px; height: 58px; margin-bottom: 60px; }
.service-icon span { position: absolute; background: var(--blue); }
.service-icon span:nth-child(1) { width: 9px; height: 50px; left: 3px; bottom: 0; }
.service-icon span:nth-child(2) { width: 42px; height: 9px; left: 9px; top: 0; }
.service-icon span:nth-child(3) { width: 9px; height: 31px; right: 2px; bottom: 0; }
.build-icon span:nth-child(1) { width: 48px; height: 3px; left: 3px; bottom: 12px; transform: rotate(-28deg); }
.build-icon span:nth-child(2) { width: 3px; height: 45px; left: 14px; top: 6px; }
.build-icon span:nth-child(3) { width: 3px; height: 45px; right: 14px; top: 6px; }
.concrete-icon span:nth-child(1) { width: 47px; height: 11px; left: 6px; bottom: 6px; }
.concrete-icon span:nth-child(2) { width: 10px; height: 46px; left: 12px; bottom: 6px; }
.concrete-icon span:nth-child(3) { width: 10px; height: 46px; right: 12px; bottom: 6px; }
.service-card h3 { margin: auto 0 10px; color: var(--navy); font-size: 23px; letter-spacing: -.03em; }
.feature-card h3 { color: var(--white); }
.service-card p { margin: 0; color: #65717c; font-size: 13px; line-height: 1.65; }
.feature-card p { color: #a9bfce; }
.source-note { margin-top: 22px; color: #8b959d; font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.feature-card .source-note { color: #73c7ea; }

.trust { background: #071a2a; color: var(--white); }
.trust-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(50px, 7vw, 96px); align-items: start; }
.section-kicker.light { color: #72c9ec; }
.trust-panel h2, .cta-inner h2 { color: var(--white); }
.trust-copy { margin: 21px 0 26px; max-width: 520px; color: #9fb4c3; font-size: 15px; line-height: 1.75; }
.text-link { display: inline-flex; gap: 8px; align-items: center; text-decoration: none; font-size: 13px; font-weight: 800; }
.light-link { color: var(--white); }
.trust-stats { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid rgba(255,255,255,.10); border-radius: 22px; overflow: hidden; }
.trust-stats article { min-height: 220px; padding: 30px; border-right: 1px solid rgba(255,255,255,.10); border-bottom: 1px solid rgba(255,255,255,.10); }
.trust-stats article:nth-child(2n) { border-right: 0; }
.trust-stats article:nth-child(n+3) { border-bottom: 0; }
.stat-value { display: block; margin-bottom: 28px; color: #76c9ed; font-size: 54px; line-height: 1; letter-spacing: -.05em; font-weight: 850; }
.small-stat { font-size: 40px; }
.trust-stats h3 { margin: 0 0 8px; font-size: 17px; }
.trust-stats p { margin: 0; color: #91a8ba; font-size: 13px; line-height: 1.6; }

.project-heading { align-items: start; }
.project-grid { display: grid; grid-template-columns: 1.18fr .82fr; grid-template-rows: 1fr 1fr; gap: 16px; }
.project-card { position: relative; margin: 0; min-height: 280px; border-radius: 22px; overflow: hidden; background: #dfe5e8; box-shadow: var(--shadow-soft); }
.project-large { grid-row: 1 / span 2; min-height: 620px; }
.project-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.project-card:hover img { transform: scale(1.025); }
.project-pool img { object-position: center 60%; }
.project-plan img { object-position: center; }
.project-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 55%, rgba(5,20,32,.50) 100%); }
.project-card figcaption { position: absolute; z-index: 2; left: 15px; right: 15px; bottom: 15px; display: flex; align-items: end; justify-content: space-between; gap: 24px; padding: 15px 17px; border: 1px solid rgba(255,255,255,.22); border-radius: 14px; background: rgba(6,24,38,.74); color: var(--white); backdrop-filter: blur(12px); }
.project-card figcaption span { color: #b7d9e9; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.project-card figcaption strong { font-size: 13px; text-align: right; }

.cta-band { background: var(--blue); color: var(--white); padding-block: clamp(60px, 7vw, 84px); }
.cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; }
.cta-inner p:not(.section-kicker) { margin: 14px 0 0; color: #d8f0fa; }
.cta-actions { display: flex; gap: 10px; }
.button-light { background: var(--white); color: var(--navy); }
.button-outline-light { border-color: rgba(255,255,255,.55); color: var(--white); }

.contact-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(50px, 7vw, 90px); align-items: start; }
.contact-details > p:not(.section-kicker) { max-width: 560px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.contact-media { margin-top: 30px; aspect-ratio: 4 / 3; max-height: 350px; }
.contact-media img { object-position: center; }
.contact-list { margin: 30px 0; border-top: 1px solid var(--line); }
.contact-list div { display: grid; grid-template-columns: 110px 1fr; gap: 22px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-list dt { color: #8a949d; font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.contact-list dd { margin: 0; color: var(--navy); font-weight: 750; overflow-wrap: anywhere; }
.contact-list a { text-decoration: none; }
.map-card { display: flex; align-items: center; gap: 14px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.map-card:hover { transform: translateY(-2px); box-shadow: 0 14px 35px rgba(11,34,57,.08); }
.map-pin { position: relative; flex: 0 0 42px; width: 42px; height: 42px; border-radius: 50% 50% 50% 0; background: var(--blue); transform: rotate(-45deg) scale(.72); }
.map-pin::after { content: ""; position: absolute; width: 13px; height: 13px; border-radius: 50%; background: var(--white); left: 14px; top: 14px; }
.map-card > span:nth-child(2) { display: grid; }
.map-card small { color: #8a949d; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.map-card strong { margin-top: 2px; color: var(--navy); font-size: 14px; }
.map-card b { margin-left: auto; color: var(--blue-dark); }

.estimate-form { position: sticky; top: 112px; padding: clamp(28px, 4vw, 44px); background: var(--white); border: 1px solid rgba(16,34,53,.10); border-radius: 24px; box-shadow: 0 24px 70px rgba(11,34,57,.09); }
.form-head { margin-bottom: 28px; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.form-head > span { color: var(--blue-dark); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.form-head h3 { margin: 7px 0 7px; color: var(--navy); font-size: 30px; letter-spacing: -.035em; }
.form-head p { margin: 0; color: #7b858e; font-size: 12px; }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.estimate-form label { display: grid; gap: 8px; margin-bottom: 14px; }
.estimate-form label > span { color: #506070; font-size: 12px; font-weight: 850; }
.estimate-form em { color: #9aa1a8; font-style: normal; font-weight: 500; }
.estimate-form input, .estimate-form textarea { width: 100%; border: 1px solid #d4d9de; border-radius: 11px; background: #fbfbf9; color: var(--ink); outline: 0; padding: 13px 14px; transition: border-color .2s ease, box-shadow .2s ease; }
.estimate-form textarea { resize: vertical; min-height: 125px; }
.estimate-form input:focus, .estimate-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(22,142,196,.11); }
.form-submit { width: 100%; margin-top: 4px; }
.form-status { min-height: 20px; margin: 12px 0 0; color: #60717f; font-size: 12px; text-align: center; }

.site-footer { background: #04131f; color: #b8c8d4; padding: 58px 0 26px; }
.footer-main { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; padding-bottom: 36px; }
.footer-brand .brand-copy strong { color: var(--white); }
.footer-brand .brand-copy small { color: #8098a9; }
.footer-main p { margin: 14px 0 0; color: #7f98aa; font-size: 13px; }
.footer-contact { display: grid; gap: 6px; text-align: right; font-size: 13px; max-width: 450px; }
.footer-contact a { color: var(--white); text-decoration: none; font-weight: 850; font-size: 16px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.10); color: #678091; font-size: 10px; line-height: 1.5; }
.mobile-cta { display: none; }

@media (max-width: 1050px) {
  .hero-inner { grid-template-columns: minmax(0, 700px) 1fr; }
  .hero-proof { width: 270px; }
  .story-grid { grid-template-columns: 1fr 1fr; gap: 48px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: 1 / -1; min-height: 300px; }
  .trust-grid, .contact-grid { grid-template-columns: 1fr; }
  .trust-panel { max-width: 720px; }
  .estimate-form { position: static; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 30px, 720px); }
  html { scroll-padding-top: 88px; }
  .primary-nav { position: fixed; z-index: 60; inset: 112px 15px auto; display: none; padding: 18px; background: rgba(247,246,242,.98); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .primary-nav.is-open { display: grid; gap: 4px; }
  .primary-nav a { padding: 12px 10px; border-radius: 9px; }
  .primary-nav .nav-call { margin-top: 6px; text-align: center; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }

  .hero { min-height: auto; }
  .hero-media img { object-position: 62% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(4,17,28,.90) 0%, rgba(4,17,28,.74) 48%, rgba(4,17,28,.38) 77%, rgba(4,17,28,.80) 100%); }
  .hero-inner { min-height: 760px; grid-template-columns: 1fr; align-content: center; gap: 24px; padding-block: 66px 82px; }
  .hero-copy { max-width: 680px; }
  .hero h1 { max-width: 650px; font-size: clamp(48px, 9.5vw, 72px); }
  .hero-proof { justify-self: start; align-self: auto; width: min(100%, 340px); margin: 0; }
  .hero-image-note { bottom: 10px; }

  .story-grid { grid-template-columns: 1fr; gap: 38px; }
  .story-media { min-height: 440px; }
  .story-media img { min-height: 440px; }
  .section-heading { grid-template-columns: 1fr; gap: 26px; }
  .project-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; }
  .project-large { grid-column: 1 / -1; grid-row: auto; min-height: 470px; }
  .project-card { min-height: 300px; }
  .cta-inner { grid-template-columns: 1fr; align-items: start; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-contact { text-align: left; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 28px); }
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .practice-notice { min-height: 40px; flex-wrap: wrap; gap: 3px 7px; line-height: 1.3; padding-inline: 10px; font-size: 8.5px; }
  .notice-dot { display: none; }
  .nav-shell { min-height: 68px; }
  .brand-copy strong { font-size: 18px; }
  .brand-copy small { font-size: 9px; }
  .brand-mark { transform: scale(.92); transform-origin: left center; margin-right: -2px; }
  .primary-nav { top: 116px; }

  .hero-inner { min-height: 700px; padding-block: 50px 66px; align-content: start; }
  .hero-media img { object-position: 67% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(4,17,28,.94) 0%, rgba(4,17,28,.83) 49%, rgba(4,17,28,.50) 75%, rgba(4,17,28,.82) 100%); }
  .eyebrow { font-size: 9px; letter-spacing: .13em; }
  .hero h1 { font-size: clamp(42px, 12vw, 56px); line-height: 1; }
  .hero-lede { font-size: 16px; line-height: 1.6; margin-top: 20px; }
  .hero-actions { display: grid; margin-top: 25px; }
  .button { width: 100%; min-height: 54px; }
  .hero-trust { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 8px; margin-top: 28px; padding-top: 20px; }
  .hero-trust div { padding-right: 8px; border-right: 1px solid rgba(255,255,255,.2); }
  .hero-trust div:last-child { border-right: 0; }
  .hero-trust strong { font-size: 18px; }
  .hero-trust span { font-size: 9px; line-height: 1.3; }
  .hero-proof { display: none; }
  .hero-image-note { font-size: 7.5px; line-height: 1.35; }

  .section { padding-block: 74px; }
  .story-copy h2, .section-heading h2, .trust-panel h2, .cta-inner h2, .contact-details h2 { font-size: clamp(36px, 10vw, 46px); }
  .story-media { min-height: auto; aspect-ratio: 4 / 3; }
  .story-media img { min-height: 0; }
  .story-points > div { grid-template-columns: 32px 1fr; }

  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:last-child { grid-column: auto; min-height: 310px; }
  .trust-stats { grid-template-columns: 1fr; }
  .trust-stats article, .trust-stats article:nth-child(n) { min-height: 190px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.10); }
  .trust-stats article:last-child { border-bottom: 0; }
  .stat-value { margin-bottom: 20px; }

  .project-grid { grid-template-columns: 1fr; }
  .project-card, .project-large { min-height: 320px; grid-column: auto; }
  .project-large { min-height: 390px; }
  .project-card figcaption { align-items: start; flex-direction: column; gap: 4px; padding: 13px 14px; }
  .project-card figcaption strong { text-align: left; }

  .cta-actions { width: 100%; display: grid; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .contact-media { max-height: none; }
  .contact-list div { grid-template-columns: 82px minmax(0,1fr); gap: 12px; }
  .estimate-form { padding: 25px 20px; }
  .form-head h3 { font-size: 27px; }
  .footer-main { padding-bottom: 28px; }
  .footer-contact { max-width: 100%; overflow-wrap: anywhere; }

  .mobile-cta {
    position: fixed;
    z-index: 90;
    left: 10px;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 17px;
    background: rgba(4,19,31,.94);
    box-shadow: 0 18px 48px rgba(0,0,0,.28);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: opacity .22s ease, transform .22s ease;
  }
  .mobile-cta.is-hidden { opacity: 0; pointer-events: none; transform: translateY(calc(100% + 24px)); }
  .mobile-cta a { min-height: 48px; display: flex; align-items: center; justify-content: center; border-radius: 11px; text-decoration: none; font-size: 13px; font-weight: 850; }
  .mobile-call { background: var(--blue); color: var(--white); }
  .mobile-estimate { border: 1px solid rgba(255,255,255,.28); color: var(--white); }
}

@media (max-width: 390px) {
  :root { --shell: calc(100% - 24px); }
  .hero-inner { min-height: 680px; padding-top: 46px; }
  .hero h1 { font-size: clamp(40px, 11.7vw, 48px); }
  .hero-lede { font-size: 15.5px; }
  .hero-actions { gap: 9px; }
  .hero-trust { gap: 6px; }
  .hero-trust span { font-size: 8.5px; }
  .contact-list div { grid-template-columns: 72px minmax(0,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; }
}
