@font-face {
  font-family: "Manrope";
  src: url("/website/assets/fonts/manrope-latin-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

@font-face {
  font-family: "Newsreader";
  src: url("/website/assets/fonts/newsreader-latin-500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

:root {
  color-scheme: light;
  --storm-950: #061820;
  --storm-900: #0a2835;
  --storm-800: #103b4d;
  --atlantic-600: #187394;
  --cloud-50: #f3f6f5;
  --cloud-100: #e7edeb;
  --paper: #fbfcfa;
  --sunset-500: #f4762c;
  --sunset-600: #d95d18;
  --pine-600: #216153;
  --ink: #10232b;
  --muted: #5a6d75;
  --line: #ccd7d5;
  --shadow: 0 32px 80px rgba(6, 24, 32, 0.16);
  --shell: min(1320px, calc(100% - 36px));
  --display: "Manrope", "Segoe UI", system-ui, sans-serif;
  --body: "Manrope", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --editorial: "Newsreader", Georgia, serif;
  --utility: ui-monospace, "SFMono-Regular", Consolas, monospace;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.modal-open, body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--storm-950); font-family: var(--display); font-weight: 900; letter-spacing: -0.035em; line-height: 0.98; }
h1 { font-size: clamp(3rem, 13vw, 6.8rem); }
h2 { font-size: clamp(2.15rem, 8vw, 4.25rem); }
h3 { font-size: clamp(1.35rem, 5vw, 2rem); line-height: 1.05; }
p { color: var(--muted); }
::selection { background: var(--sunset-500); color: var(--storm-950); }
:focus-visible { outline: 3px solid var(--sunset-500); outline-offset: 3px; }
[hidden] { display: none !important; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 12px; top: 12px; transform: translateY(-160%); background: var(--paper); color: var(--storm-950); padding: 10px 14px; border-radius: 4px; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.license-bar { background: var(--storm-950); color: var(--cloud-100); font: 700 0.67rem/1.2 var(--utility); letter-spacing: 0.04em; text-transform: uppercase; }
.license-bar__inner { display: flex; align-items: center; gap: 8px; min-height: 34px; }
.license-bar__dot { width: 4px; height: 4px; border-radius: 50%; background: var(--sunset-500); }
.license-bar__local { display: none; margin-left: auto; color: #b6c8cc; }
.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(207, 219, 222, 0.84); background: rgba(255, 255, 255, 0.94); backdrop-filter: blur(16px); }
.site-header__inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; flex-shrink: 0; align-items: center; gap: 9px; color: var(--storm-950); text-decoration: none; min-width: 0; }
.brand-mark { width: 45px; flex: 0 0 45px; }
.brand-copy { display: grid; line-height: 1; text-transform: uppercase; }
.brand-copy strong { font-family: var(--display); font-size: 1.08rem; letter-spacing: -0.03em; white-space: nowrap; }
.brand-copy small { margin-top: 4px; color: var(--muted); font: 700 0.52rem/1 var(--utility); letter-spacing: 0.12em; }
.desktop-nav { display: none; }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 9px; }
.header-call, .header-estimate { display: none; }
.menu-toggle { width: 46px; height: 46px; display: grid; place-content: center; gap: 5px; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); color: var(--storm-950); }
.menu-toggle span:not(.sr-only) { width: 19px; height: 2px; background: currentColor; transition: transform 180ms ease, opacity 180ms ease; }
.menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { position: fixed; z-index: 95; inset: 111px 0 auto; height: calc(100dvh - 111px); padding: 24px 20px 120px; overflow-y: auto; background: var(--cloud-50); border-top: 1px solid var(--line); }
.mobile-menu nav { display: grid; margin-bottom: 24px; }
.mobile-menu nav a { padding: 12px 4px; border-bottom: 1px solid var(--line); color: var(--storm-950); font-family: var(--display); font-size: 1.45rem; font-weight: 900; text-decoration: none; }
.mobile-menu nav a[aria-current="page"] { color: var(--sunset-600); }
.mobile-menu .button { width: 100%; margin-top: 10px; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 19px; border: 1px solid transparent; border-radius: 4px; font-weight: 850; line-height: 1.1; text-decoration: none; cursor: pointer; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button--accent { background: var(--sunset-500); color: var(--storm-950); box-shadow: 0 10px 24px rgba(244, 119, 39, 0.25); }
.button--accent:hover { background: #ff8b3e; box-shadow: 0 14px 30px rgba(244, 119, 39, 0.34); }
.button--dark { background: var(--storm-950); color: var(--paper); }
.button--ghost { border-color: currentColor; background: transparent; color: inherit; }
.button--ghost-dark { border-color: var(--storm-950); background: transparent; color: var(--storm-950); }
.button--wide { width: 100%; }
.button svg { width: 20px; height: 20px; }

.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--sunset-600); font: 800 0.72rem/1.2 var(--utility); letter-spacing: 0.105em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 24px; height: 3px; background: currentColor; transform: skewX(-34deg); }
.section { padding: 78px 0; }
.section--cloud { background: var(--cloud-50); }
.section--dark { position: relative; overflow: hidden; background: var(--storm-950); color: var(--paper); }
.section--dark::before { content: ""; position: absolute; inset: 0; opacity: 0.12; background-image: linear-gradient(125deg, transparent 48%, var(--atlantic-600) 48%, var(--atlantic-600) 49%, transparent 49%); background-size: 54px 54px; }
.section--dark > * { position: relative; }
.section--dark h2, .section--dark h3 { color: var(--paper); }
.section--dark p { color: #bbcbcf; }
.section--dark .feature-card { background: rgba(255, 255, 255, .06); border-color: rgba(255, 255, 255, .14); }
.section--dark .feature-card h2, .section--dark .feature-card h3 { color: var(--paper); }
.section--dark .feature-card p { color: #bbcbcf; }
.section--dark .content-aside { background: var(--paper); }
.section--dark .content-aside h2 { color: var(--storm-950); }
.section--dark .content-aside p { color: var(--muted); }
.section-head { max-width: 760px; margin-bottom: 34px; }
.section-head .eyebrow { margin-bottom: 18px; }
.section-head h2 { margin-bottom: 18px; }
.section-head p { max-width: 650px; margin-bottom: 0; font-size: 1.06rem; }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center .eyebrow::before { display: none; }
.section-head--center p { margin-inline: auto; }
.roof-seam { position: relative; }
.roof-seam::before { content: ""; position: absolute; z-index: 3; top: 0; left: 0; width: min(42vw, 540px); height: 8px; background: var(--sunset-500); clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0 100%); }

.hero { position: relative; overflow: hidden; background: var(--storm-950); color: var(--paper); }
.hero__media { position: absolute; inset: 0; }
.hero__media::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(6, 24, 32, 0.97) 0%, rgba(6, 24, 32, 0.88) 46%, rgba(6, 24, 32, 0.32) 100%), linear-gradient(0deg, rgba(6, 24, 32, 0.72) 0%, transparent 45%); }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 60% center; }
.hero__media-panel--roof { position: absolute; inset: 0; }
.hero__media-panel--concrete { display: none; }
.hero__content { position: relative; z-index: 2; min-height: 720px; display: flex; flex-direction: column; justify-content: flex-end; padding: 82px 0 74px; }
.hero .eyebrow { margin-bottom: 22px; color: #ff9a58; }
.hero h1 { max-width: 860px; margin-bottom: 24px; color: var(--paper); text-transform: uppercase; }
.hero h1 em { display: block; color: var(--sunset-500); font-style: normal; }
.hero__lede { max-width: 650px; margin-bottom: 28px; color: #d9e3e5; font-size: clamp(1.05rem, 3.8vw, 1.35rem); line-height: 1.55; }
.hero__actions { display: flex; flex-direction: column; align-items: stretch; gap: 12px; }
.hero__note { display: flex; align-items: center; gap: 10px; margin-top: 20px; color: #bdcccf; font-size: 0.82rem; }
.hero__note svg { width: 20px; flex: 0 0 20px; color: var(--sunset-500); }
.hero--simple .hero__content { min-height: 580px; }
.hero--home-premium .hero__content { min-height: 520px; padding-block: 70px 62px; }
.hero--home-premium h1 { max-width: 760px; }
.hero--interior .hero__content { min-height: 560px; }
.hero--interior h1 { font-size: clamp(3rem, 12vw, 5.8rem); }
.hero--interior .hero__media img { object-position: center; }
.hero--text-only .hero__content { min-height: 430px; }
.hero--concrete { background-image: linear-gradient(135deg, rgba(255,255,255,.055) 25%, transparent 25%), linear-gradient(315deg, rgba(255,255,255,.035) 25%, transparent 25%); background-position: 0 0, 44px 44px; background-size: 88px 88px; }
.hero--concrete::after { content: "CONCRETE"; position: absolute; right: -0.06em; bottom: -.16em; color: rgba(255,255,255,.035); font: 900 clamp(5rem, 18vw, 15rem)/.8 var(--display); letter-spacing: -.06em; }

.trust-strip { position: relative; z-index: 4; margin-top: -1px; background: var(--paper); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; }
.trust-item { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: center; padding: 19px 0; border-bottom: 1px solid var(--line); }
.trust-item:last-child { border-bottom: 0; }
.trust-item svg { width: 29px; color: var(--sunset-600); }
.trust-item strong { display: block; color: var(--storm-950); font-family: var(--display); font-size: 1.08rem; line-height: 1; text-transform: uppercase; }
.trust-item span { display: block; margin-top: 4px; color: var(--muted); font-size: 0.79rem; }
.home-trust-strip { border-bottom: 1px solid var(--line); background: var(--paper); }
.home-trust-strip__inner { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.home-trust-strip__inner span { min-height: 54px; display: flex; align-items: center; padding: 13px 10px; border-bottom: 1px solid var(--line); color: var(--storm-900); font: 850 .68rem/1.25 var(--utility); letter-spacing: .045em; text-transform: uppercase; }
.home-trust-strip__inner span:nth-child(odd) { border-right: 1px solid var(--line); }
.home-trust-strip__inner span:nth-last-child(-n + 2) { border-bottom: 0; }
.home-trust-strip__inner span::before { content: ""; width: 7px; height: 7px; flex: 0 0 7px; margin-right: 9px; border-radius: 50%; background: var(--sunset-500); }

.card-grid { display: grid; gap: 18px; }
.service-card { position: relative; min-height: 360px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 28px; border-radius: 6px; color: var(--paper); text-decoration: none; box-shadow: var(--shadow); }
.service-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6, 24, 32, 0.96) 0%, rgba(6, 24, 32, 0.25) 75%); }
.service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 520ms cubic-bezier(.2,.7,.2,1); }
.service-card:hover img { transform: scale(1.035); }
.service-card__content { position: relative; z-index: 2; }
.service-card__label { display: block; margin-bottom: 10px; color: #ff9a58; font: 700 0.67rem/1.2 var(--utility); letter-spacing: 0.1em; text-transform: uppercase; }
.service-card h3 { margin-bottom: 9px; color: var(--paper); font-size: 2rem; text-transform: uppercase; }
.service-card p { margin-bottom: 17px; color: #cedadd; }
.service-card__link { display: inline-flex; align-items: center; gap: 7px; color: var(--paper); font-weight: 800; }

.service-pillars { display: grid; gap: 18px; }
.service-pillar { position: relative; overflow: hidden; min-height: 340px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 34px; border-radius: 6px; box-shadow: var(--shadow); }
.service-pillar::after { content: ""; position: absolute; right: -70px; top: -70px; width: 230px; height: 230px; border: 36px solid currentColor; border-radius: 50%; opacity: .06; }
.service-pillar > * { position: relative; z-index: 1; }
.service-pillar--roofing { color: var(--paper); background: var(--storm-950); }
.service-pillar--concrete { color: var(--storm-950); background: #d8d3c7; }
.service-pillar__number { margin-bottom: auto; font: 800 .75rem/1 var(--utility); letter-spacing: .12em; }
.service-pillar h2 { margin: 42px 0 14px; color: currentColor; font-size: clamp(3rem, 9vw, 5rem); text-transform: uppercase; }
.service-pillar p { max-width: 480px; color: currentColor; opacity: .82; }
.service-pillars--simple .service-pillar { min-height: 390px; }
.service-pillars--simple .service-pillar h2 { margin: 34px 0 22px; }
.service-menu { width: 100%; display: grid; border-top: 1px solid currentColor; }
.service-menu a { display: flex; align-items: center; justify-content: space-between; min-height: 49px; border-bottom: 1px solid currentColor; color: currentColor; font-weight: 800; text-decoration: none; }
.service-menu a::after { content: "→"; color: var(--sunset-500); }
.service-pillar--roofing .service-menu { border-color: rgba(255,255,255,.2); }
.service-pillar--roofing .service-menu a { border-color: rgba(255,255,255,.2); }
.service-pillar--concrete .service-menu { border-color: rgba(6,24,32,.2); }
.service-pillar--concrete .service-menu a { border-color: rgba(6,24,32,.2); }
.service-pillar__all { margin-top: 18px; color: currentColor; font-size: .82rem; font-weight: 850; text-decoration: none; }

.concrete-band { background: #ddd8cc; }
.concrete-grid { display: grid; gap: 16px; }
.concrete-card { min-height: 235px; display: flex; flex-direction: column; align-items: flex-start; padding: 25px; border: 1px solid rgba(6,24,32,.16); border-top: 5px solid var(--storm-900); border-radius: 5px; background: rgba(255,255,255,.72); }
.concrete-card > span { color: var(--sunset-600); font: 800 .7rem/1 var(--utility); letter-spacing: .12em; }
.concrete-card h2, .concrete-card h3 { margin: 42px 0 11px; font-size: 1.55rem; text-transform: uppercase; }
.concrete-card p { margin-bottom: 0; }
.concrete-card button { margin-top: auto; padding: 18px 0 0; border: 0; background: transparent; color: var(--storm-900); font-weight: 850; cursor: pointer; }
.section-action { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }

.split { display: grid; gap: 34px; align-items: center; }
.split__media { position: relative; min-height: 360px; overflow: hidden; border-radius: 6px; box-shadow: var(--shadow); }
.split__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.split__media::after { content: ""; position: absolute; left: 0; bottom: 0; width: 58%; height: 9px; background: var(--sunset-500); clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0 100%); }
.split__copy .eyebrow { margin-bottom: 18px; }
.split__copy h2 { margin-bottom: 20px; }
.split__copy > p { font-size: 1.04rem; }
.check-list { display: grid; gap: 12px; padding: 0; margin: 25px 0 28px; list-style: none; }
.check-list li { position: relative; padding-left: 31px; color: var(--ink); }
.check-list li::before { content: ""; position: absolute; left: 0; top: 0.42em; width: 18px; height: 10px; border-left: 3px solid var(--sunset-500); border-bottom: 3px solid var(--sunset-500); transform: rotate(-45deg); }

.process-grid { display: grid; gap: 18px; counter-reset: step; }
.process-card { counter-increment: step; padding: 26px; background: var(--paper); border: 1px solid var(--line); border-top: 5px solid var(--storm-900); border-radius: 5px; }
.section--dark .process-card { background: rgba(255,255,255,0.07); border-color: rgba(255,255,255,0.16); border-top-color: var(--sunset-500); }
.process-card::before { content: "0" counter(step); display: block; margin-bottom: 36px; color: var(--sunset-600); font: 800 0.76rem/1 var(--utility); letter-spacing: 0.1em; }
.process-card h3 { margin-bottom: 12px; font-size: 1.55rem; text-transform: uppercase; }
.process-card p { margin-bottom: 0; font-size: 0.93rem; }

.why-grid { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; }
.why-grid li { min-height: 72px; display: flex; align-items: center; padding: 18px 20px 18px 50px; border: 1px solid var(--line); border-radius: 5px; background: var(--paper); color: var(--storm-950); font-family: var(--display); font-size: 1.15rem; font-weight: 900; line-height: 1.05; text-transform: uppercase; }
.why-grid li::before { content: ""; width: 17px; height: 10px; margin-left: -29px; margin-right: 12px; border-left: 3px solid var(--sunset-500); border-bottom: 3px solid var(--sunset-500); transform: rotate(-45deg); }

.service-photo-groups { display: grid; gap: 52px; }
.service-photo-group { min-width: 0; }
.service-photo-group__head { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 18px; padding-bottom: 12px; border-bottom: 2px solid var(--storm-900); }
.service-photo-group__head h3 { margin: 0; color: var(--storm-900); font-size: 1.45rem; letter-spacing: .04em; text-transform: uppercase; }
.service-photo-group__head a { color: var(--sunset-600); font-size: .78rem; font-weight: 850; text-decoration: none; }
.service-photo-grid { width: 100%; min-width: 0; max-width: 100%; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(250px, 82vw); gap: 14px; overflow-x: auto; padding: 2px 2px 14px; scroll-snap-type: x mandatory; scrollbar-color: var(--sunset-500) var(--cloud-100); }
.service-photo-card { min-width: 0; display: flex; overflow: hidden; flex-direction: column; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); box-shadow: 0 12px 28px rgba(6,24,32,.09); scroll-snap-align: start; transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease; }
.service-photo-card:hover, .service-photo-card:focus-within { border-color: #9eb0b5; box-shadow: 0 20px 42px rgba(6,24,32,.14); transform: translateY(-4px); }
.service-photo-card__media { display: block; overflow: hidden; aspect-ratio: 16 / 11; background: var(--cloud-100); }
.service-photo-card__media picture { display: block; width: 100%; height: 100%; }
.service-photo-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 300ms ease; }
.service-photo-card:hover .service-photo-card__media img { transform: scale(1.025); }
.service-photo-card__body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 20px; }
.service-photo-card__body > a { text-decoration: none; }
.service-photo-card h4 { margin: 0 0 10px; color: var(--storm-950); font-family: var(--display); font-size: 1.35rem; font-weight: 900; letter-spacing: -.025em; line-height: 1.05; text-transform: uppercase; }
.service-photo-card p { margin-bottom: 17px; font-size: .9rem; line-height: 1.5; }
.text-button { margin-top: auto; padding: 0; border: 0; background: transparent; color: var(--sunset-600); font-weight: 850; text-align: left; cursor: pointer; }
.text-button:hover { color: var(--storm-900); }

.home-reviews .section-head p a { color: #ff9a58; font-weight: 800; }
.home-reviews .review-grid { width: 100%; min-width: 0; max-width: 100%; grid-auto-flow: column; grid-auto-columns: minmax(265px, 84vw); grid-auto-rows: 1fr; overflow-x: auto; padding: 2px 2px 14px; scroll-snap-type: x mandatory; scrollbar-color: var(--sunset-500) rgba(255,255,255,.12); }
.home-reviews .review-card { min-width: 0; display: flex; flex-direction: column; padding: 26px; border-radius: 8px; background: rgba(255,255,255,.075); scroll-snap-align: start; }
.review-card__stars { margin-bottom: 20px; color: #ff9a58; font-size: 1.08rem; letter-spacing: .13em; }
.home-reviews .review-card blockquote { flex: 1; margin-bottom: 30px; font-size: clamp(1.4rem, 5vw, 1.75rem); letter-spacing: -.025em; line-height: 1.15; text-transform: none; }
.home-reviews .review-card figcaption strong { color: var(--paper); }
.home-reviews .review-card figcaption span { color: #aebfc3; }
.home-reviews .review-card figcaption a { color: #ff9a58; font-weight: 800; }
.review-source-link { display: inline-flex; margin-top: 22px; color: #ff9a58; font-size: .82rem; font-weight: 850; text-decoration: none; }

.local-band { position: relative; overflow: hidden; padding: 68px 0; background: var(--storm-900); color: var(--paper); }
.local-band::after { content: "DAVENPORT"; position: absolute; right: -16px; bottom: -0.17em; color: rgba(255,255,255,0.045); font-family: var(--display); font-size: clamp(5rem, 23vw, 18rem); font-weight: 900; line-height: 0.7; letter-spacing: -0.06em; }
.local-band__content { position: relative; z-index: 2; max-width: 770px; }
.local-band h2 { margin: 17px 0 20px; color: var(--paper); }
.local-band p { color: #bfd0d4; font-size: 1.05rem; }
.local-band__links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.local-band__links a { padding: 8px 13px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: var(--paper); text-decoration: none; font-size: .82rem; }
.local-band .text-link { display: inline-block; margin-top: 8px; color: #ff9a58; font-weight: 850; text-decoration: none; }

.feature-grid { display: grid; gap: 16px; }
.feature-card { padding: 24px; border: 1px solid var(--line); border-radius: 5px; background: var(--paper); }
.feature-card svg { width: 34px; height: 34px; margin-bottom: 24px; color: var(--sunset-600); }
.feature-card h2, .feature-card h3 { margin-bottom: 10px; font-size: 1.5rem; text-transform: uppercase; }
.feature-card p { margin-bottom: 0; font-size: .92rem; }

.faq-list { display: grid; gap: 10px; max-width: 850px; margin-inline: auto; }
.faq-list details { border: 1px solid var(--line); border-radius: 4px; background: var(--paper); }
.faq-list summary { position: relative; padding: 19px 52px 19px 18px; color: var(--storm-950); font-family: var(--display); font-size: 1.25rem; font-weight: 900; line-height: 1.1; text-transform: uppercase; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); color: var(--sunset-600); font-family: var(--body); font-size: 1.65rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 18px 20px; margin: 0; }

.cta-panel { position: relative; overflow: hidden; display: grid; gap: 25px; padding: 36px 26px; border-radius: 6px; background: var(--storm-950); color: var(--paper); box-shadow: var(--shadow); }
.cta-panel::after { content: ""; position: absolute; right: -100px; top: -90px; width: 340px; height: 220px; border: 50px solid rgba(244,119,39,.13); transform: rotate(-18deg); }
.cta-panel > * { position: relative; z-index: 2; }
.cta-panel h2 { margin: 12px 0 14px; color: var(--paper); font-size: clamp(2.3rem, 9vw, 4.4rem); }
.cta-panel p { max-width: 650px; margin-bottom: 0; color: #c2d1d4; }
.cta-panel__actions { display: flex; flex-direction: column; gap: 10px; align-self: center; }

.content-grid { display: grid; gap: 28px; }
.content-main h2 { margin: 42px 0 18px; font-size: clamp(2rem, 8vw, 3.4rem); }
.content-main h2:first-child { margin-top: 0; }
.content-main h3 { margin: 30px 0 10px; font-size: 1.6rem; }
.content-main p, .content-main li { color: var(--muted); }
.content-main ul { padding-left: 22px; }
.content-aside { align-self: start; padding: 24px; border-top: 6px solid var(--sunset-500); border-radius: 5px; background: var(--cloud-50); }
.content-aside h2 { font-size: 1.6rem; text-transform: uppercase; }
.content-aside .button { width: 100%; margin-top: 12px; }

.project-grid { display: grid; gap: 18px; }
.project-card { overflow: hidden; border: 1px solid var(--line); border-radius: 5px; background: var(--paper); }
.project-card__media { aspect-ratio: 4 / 3; overflow: hidden; background: var(--cloud-100); }
.project-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 450ms ease; }
.project-card:hover img { transform: scale(1.025); }
.project-card__body { padding: 24px; }
.project-card__meta { display: block; margin-bottom: 12px; color: var(--sunset-600); font: 700 .68rem/1.2 var(--utility); letter-spacing: .08em; text-transform: uppercase; }
.project-card h2, .project-card h3 { margin-bottom: 12px; font-size: 1.7rem; text-transform: uppercase; }
.project-card p { margin-bottom: 0; }
.honesty-note { margin-bottom: 28px; padding: 16px 18px; border-left: 5px solid var(--sunset-500); background: #fff5ee; color: #69412b; font-size: .9rem; }
.proof-empty { grid-column: 1 / -1; padding: 34px; border: 1px dashed #91a1a6; border-radius: 6px; background: var(--paper); }
.proof-empty h3 { margin: 15px 0 12px; font-size: 2rem; text-transform: uppercase; }
.proof-empty p { max-width: 720px; }
.proof-empty .button { margin-top: 8px; }
.proof-empty--simple { min-height: 220px; display: grid; place-content: center; text-align: center; border-style: solid; background: linear-gradient(135deg, var(--paper), var(--cloud-50)); }
.proof-empty--simple h3 { margin: 0; }
.review-summary { display: grid; gap: 6px; max-width: 760px; margin-bottom: 28px; padding: 24px; border: 1px solid rgba(255,255,255,.16); border-left: 5px solid var(--sunset-500); background: rgba(255,255,255,.06); }
.review-summary strong { color: var(--paper); font: 900 2.6rem/1 var(--display); }
.review-summary span { color: #c5d2d5; }
.review-summary a { color: #ff9a58; font-weight: 800; }
.review-grid { display: grid; gap: 16px; }
.review-card { margin: 0; padding: 26px; border: 1px solid rgba(255,255,255,.15); border-radius: 5px; background: rgba(255,255,255,.06); }
.review-card blockquote { margin: 0 0 28px; color: var(--paper); font: 900 1.7rem/1.12 var(--display); text-transform: uppercase; }
.review-card figcaption { display: grid; gap: 4px; }
.review-card figcaption strong { color: #ff9a58; }
.review-card figcaption span { color: #9fb2b7; font-size: .78rem; }
.proof-disclosure { max-width: 850px; margin: 22px 0 0; color: #9fb2b7 !important; font-size: .78rem; }

.area-grid { display: grid; gap: 14px; }
.area-card { min-height: 180px; display: flex; flex-direction: column; justify-content: flex-end; padding: 23px; border: 1px solid var(--line); border-radius: 5px; background: linear-gradient(145deg, var(--paper), var(--cloud-50)); }
.area-card--primary { color: var(--paper); background: var(--storm-900); border-color: var(--storm-900); }
.area-card h3 { margin-bottom: 7px; font-size: 1.7rem; text-transform: uppercase; }
.area-card--primary h3 { color: var(--paper); }
.area-card p { margin-bottom: 0; font-size: .9rem; }
.area-card--primary p { color: #bfd0d4; }

.contact-layout { display: grid; gap: 28px; }
.contact-details { align-self: start; }
.contact-details h2 { margin-bottom: 18px; }
.contact-method { display: grid; grid-template-columns: auto 1fr; gap: 14px; padding: 18px 0; border-top: 1px solid var(--line); text-decoration: none; }
.contact-method svg { width: 28px; color: var(--sunset-600); }
.contact-method strong { display: block; color: var(--storm-950); }
.contact-method span { display: block; color: var(--muted); font-size: .9rem; }
.contact-form-panel { padding: 25px; border-radius: 6px; background: var(--cloud-50); border: 1px solid var(--line); }
.contact-form-panel > h2 { margin-bottom: 12px; font-size: 2.2rem; }

.lead-form { position: relative; }
.form-grid { display: grid; gap: 14px; }
.project-choice { min-width: 0; padding: 0; margin: 0; border: 0; }
.project-choice legend { margin-bottom: 8px; color: var(--storm-950); font-size: .92rem; font-weight: 800; }
.project-choice legend b { color: var(--sunset-600); }
.project-choice__options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.project-choice__options label { position: relative; cursor: pointer; }
.project-choice__options input { position: absolute; inset: 0; opacity: 0; }
.project-choice__options span { min-height: 56px; display: grid; place-content: center; border: 2px solid #b9c8cc; border-radius: 4px; background: var(--paper); color: var(--storm-950); font-family: var(--display); font-size: 1.15rem; font-weight: 900; text-transform: uppercase; transition: border-color 150ms ease, background 150ms ease, color 150ms ease, box-shadow 150ms ease; }
.project-choice__options input:checked + span { border-color: var(--storm-950); background: var(--storm-950); color: var(--paper); }
.project-choice__options input:focus-visible + span { box-shadow: 0 0 0 3px rgba(244,119,39,.35); }
.field { display: grid; gap: 6px; color: var(--storm-950); font-size: .85rem; font-weight: 750; }
.field b { color: var(--sunset-600); }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 12px 13px; border: 1px solid #b9c8cc; border-radius: 3px; background: var(--paper); color: var(--ink); font-weight: 450; outline: none; transition: border-color 150ms ease, box-shadow 150ms ease; }
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--atlantic-600); box-shadow: 0 0 0 3px rgba(24,115,148,.15); }
.consent-row { display: grid; grid-template-columns: 20px 1fr; gap: 10px; margin: 18px 0; color: var(--muted); font-size: .76rem; line-height: 1.45; }
.consent-row input { width: 19px; height: 19px; margin: 1px 0 0; accent-color: var(--sunset-500); }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-status { display: none; margin-bottom: 16px; padding: 12px 14px; border-radius: 3px; font-size: .86rem; font-weight: 700; }
.form-status:not(:empty) { display: block; }
.form-status--pending { background: #e8f1f4; color: var(--storm-800); }
.form-status--success { background: #e3f3ec; color: #174d3e; border: 1px solid #9bc8b9; }
.form-status--error { background: #fff0e8; color: #7b3515; border: 1px solid #e7b093; }
.form-footnote { margin: 12px 0 0; color: #6a7c83; font-size: .72rem; text-align: center; }
.form-footnote a { font-weight: 750; }
.lead-form button:disabled { cursor: wait; opacity: .68; transform: none; }

.estimate-modal { position: fixed; z-index: 500; inset: 0; display: grid; align-items: end; }
.estimate-modal__backdrop { position: absolute; inset: 0; background: rgba(1, 12, 17, .82); backdrop-filter: blur(7px); }
.estimate-modal__panel { position: relative; width: 100%; max-height: 92dvh; overflow-y: auto; padding: 31px 22px calc(34px + env(safe-area-inset-bottom)); border-radius: 14px 14px 0 0; background: var(--cloud-50); box-shadow: 0 -20px 70px rgba(0,0,0,.35); }
.modal-close { position: absolute; z-index: 2; top: 14px; right: 14px; width: 44px; height: 44px; display: grid; place-content: center; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); color: var(--storm-950); font-size: 1.7rem; line-height: 1; cursor: pointer; }
.modal-intro { padding-right: 42px; margin-bottom: 22px; }
.modal-intro h2 { margin: 12px 0 10px; font-size: 2.45rem; }
.modal-intro p { margin-bottom: 0; }

.mobile-conversion { position: fixed; z-index: 90; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1.15fr; padding: 9px 12px calc(9px + env(safe-area-inset-bottom)); background: rgba(6,24,32,.96); box-shadow: 0 -8px 30px rgba(0,0,0,.22); backdrop-filter: blur(10px); }
.mobile-conversion a, .mobile-conversion button { min-height: 48px; border: 0; border-radius: 3px; font-weight: 850; text-decoration: none; }
.mobile-conversion a { display: grid; place-content: center; color: var(--paper); }
.mobile-conversion button { background: var(--sunset-500); color: var(--storm-950); }

.analytics-banner { position: fixed; z-index: 650; left: 12px; right: 12px; bottom: 80px; max-width: 700px; padding: 17px; border: 1px solid #52707b; border-radius: 5px; background: var(--storm-950); color: var(--paper); box-shadow: var(--shadow); }
.analytics-banner p { margin-bottom: 14px; color: #d0dcdf; font-size: .82rem; }
.analytics-banner p strong { color: var(--paper); }
.analytics-banner p a { color: #ff9a58; }
.analytics-banner > div { display: flex; flex-wrap: wrap; gap: 8px; }
.analytics-banner .button { min-height: 44px; font-size: .8rem; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity 620ms ease, transform 620ms cubic-bezier(.2,.7,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }

.site-footer { padding-bottom: 74px; background: var(--storm-950); color: var(--paper); }
.footer-grid { display: grid; gap: 38px; padding-top: 58px; padding-bottom: 45px; }
.brand--footer { color: var(--paper); margin-bottom: 18px; }
.brand--footer .brand-copy small { color: #aebfc3; }
.footer-brand p { max-width: 350px; color: #aebfc3; }
.footer-phone { display: block; margin: 15px 0 5px; color: var(--paper); font-family: var(--display); font-size: 1.75rem; font-weight: 900; text-decoration: none; }
.footer-brand > span { color: #8fa4a9; font: 700 .68rem/1.2 var(--utility); text-transform: uppercase; }
.footer-grid > div:not(.footer-brand):not(.footer-cta) { display: grid; align-content: start; gap: 8px; }
.footer-grid h2 { margin-bottom: 8px; color: var(--paper); font-size: 1.18rem; text-transform: uppercase; }
.footer-grid > div > a:not(.brand):not(.footer-phone):not(.button) { color: #aebfc3; font-size: .88rem; text-decoration: none; }
.footer-grid > div > a:hover { color: var(--paper); }
.footer-cta { padding: 24px; border: 1px solid rgba(255,255,255,.13); border-radius: 5px; }
.footer-cta h2 { margin: 13px 0; font-size: 1.75rem; }
.footer-cta p { color: #aebfc3; font-size: .88rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); color: #83999e; font-size: .68rem; }
.footer-bottom .shell { display: grid; gap: 4px; padding-block: 17px; }

@media (min-width: 600px) {
  :root { --shell: min(1360px, calc(100% - 52px)); }
  .hero__actions, .cta-panel__actions { flex-direction: row; align-items: center; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .home-trust-strip__inner { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .home-trust-strip__inner span { min-height: 62px; justify-content: center; border-right: 1px solid var(--line); border-bottom: 0; text-align: center; }
  .home-trust-strip__inner span:last-child { border-right: 0; }
  .trust-item { padding: 22px; border-right: 1px solid var(--line); }
  .trust-item:nth-child(2n), .trust-item:last-child { border-right: 0; }
  .card-grid, .project-grid, .area-grid { grid-template-columns: repeat(2, 1fr); }
  .service-pillars, .concrete-grid, .review-grid { grid-template-columns: repeat(2, 1fr); }
  .service-photo-grid { grid-auto-flow: row; grid-auto-columns: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: visible; padding: 0; }
  .home-reviews .review-grid { grid-template-columns: none; grid-auto-columns: minmax(300px, 58vw); }
  .feature-grid, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .form-grid { grid-template-columns: 1fr 1fr; }
  .field--wide { grid-column: 1 / -1; }
  .estimate-modal { align-items: center; padding: 26px; }
  .estimate-modal__panel { width: min(780px, 100%); margin: auto; padding: 38px; border-radius: 8px; }
  .analytics-banner { left: 24px; right: auto; bottom: 24px; }
}

@media (min-width: 860px) {
  .license-bar__local { display: block; }
  .site-header__inner { min-height: 84px; }
  .brand-mark { width: 52px; flex-basis: 52px; }
  .brand-copy strong { font-size: 1.25rem; }
  .brand-copy small { font-size: .57rem; }
  .header-call { display: grid; text-align: right; color: var(--muted); text-decoration: none; line-height: 1; }
  .header-call span { font: 700 .58rem/1 var(--utility); text-transform: uppercase; letter-spacing: .08em; }
  .header-call strong { margin-top: 5px; color: var(--storm-950); font-size: .9rem; }
  .header-estimate { display: inline-flex; min-height: 46px; }
  .menu-toggle { display: grid; }
  .desktop-nav { display: none; align-items: center; gap: clamp(10px, 1.25vw, 19px); }
  .desktop-nav a { position: relative; padding: 31px 0; color: var(--storm-900); font-size: clamp(.71rem, .8vw, .84rem); font-weight: 780; text-decoration: none; white-space: nowrap; }
  .desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 3px; background: var(--sunset-500); transition: right 180ms ease; }
  .desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { right: 0; }
  .hero__content { min-height: 700px; padding: 105px 0 100px; }
  .hero--simple .hero__content { min-height: 640px; }
  .hero--home-premium .hero__content { min-height: 570px; padding-block: 86px 78px; }
  .hero__media--dual { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(260px, .8fr); }
  .hero__media-panel--roof { position: relative; inset: auto; overflow: hidden; }
  .hero__media-panel--roof img { object-position: 62% center; }
  .hero__media-panel--concrete {
    display: block;
    overflow: hidden;
    background: center / cover no-repeat url("/website/assets/services/concrete-driveway-1200.webp");
  }
  .hero__actions .button { min-width: 190px; }
  .hero--interior .hero__content { min-height: 590px; }
  .trust-grid { grid-template-columns: repeat(4, 1fr); }
  .trust-item { border-bottom: 0; }
  .trust-item:nth-child(2n) { border-right: 1px solid var(--line); }
  .card-grid { grid-template-columns: repeat(3, 1fr); }
  .split { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 70px; }
  .split--reverse .split__media { order: 2; }
  .process-grid { grid-template-columns: repeat(4, 1fr); }
  .process-grid--three { grid-template-columns: repeat(3, 1fr); }
  .process-card { min-height: 260px; }
  .process-grid--three .process-card { min-height: 225px; }
  .process-grid--three .process-card::before { margin-bottom: 26px; }
  .why-grid { grid-template-columns: repeat(4, 1fr); }
  .feature-grid { grid-template-columns: repeat(3, 1fr); }
  .concrete-grid { grid-template-columns: repeat(4, 1fr); }
  .review-grid { grid-template-columns: repeat(3, 1fr); }
  .home-reviews .review-grid { grid-auto-flow: row; grid-auto-columns: auto; grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: visible; padding: 0; }
  .cta-panel { grid-template-columns: minmax(0, 1.7fr) auto; padding: 52px 55px; }
  .content-grid { grid-template-columns: minmax(0, 1.8fr) minmax(260px, .7fr); gap: 70px; }
  .project-grid { grid-template-columns: repeat(3, 1fr); }
  .area-grid { grid-template-columns: repeat(3, 1fr); }
  .area-card--primary { grid-column: span 2; }
  .contact-layout { grid-template-columns: minmax(270px, .7fr) minmax(0, 1.35fr); gap: 70px; }
  .contact-form-panel { padding: 38px; }
  .mobile-conversion { display: none; }
  .site-footer { padding-bottom: 0; }
  .footer-grid { grid-template-columns: 1.3fr .7fr .7fr 1.1fr; }
  .footer-bottom .shell { grid-template-columns: 1fr auto; }
}

@media (min-width: 1120px) {
  .section { padding: 108px 0; }
  .home-services, .home-reviews, .home-why, .home-process, .home-final-cta { padding: 78px 0; }
  .split__media { min-height: 520px; }
  .service-photo-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (min-width: 1420px) {
  .menu-toggle { display: none; }
  .desktop-nav { display: flex; }
  .header-actions { margin-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

/* Premium agency redesign v1 — editorial contractor system */
html { background: var(--storm-950); }
body { background: var(--paper); font-weight: 450; line-height: 1.62; }
h1, h2, h3 { font-family: var(--display); font-weight: 650; letter-spacing: -.055em; line-height: 1.02; text-wrap: balance; }
h1 { font-size: clamp(3.2rem, 12.5vw, 6.8rem); }
h2 { font-size: clamp(2.25rem, 8vw, 4.55rem); }
h3 { font-size: clamp(1.4rem, 4.7vw, 2.15rem); }
p { text-wrap: pretty; }
a, button { transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, opacity 180ms ease, transform 220ms cubic-bezier(.2,.75,.25,1), box-shadow 220ms ease; }
.shell { width: var(--shell); }
.section { padding: 70px 0; }
.section-head { max-width: 760px; margin-bottom: 40px; }
.section-head--wide { max-width: 1060px; }
.section-head h2 { margin-bottom: 16px; }
.section-head p { max-width: 620px; font-size: 1rem; line-height: 1.7; }
.section-head--center { text-align: left; }
.section-head--center .eyebrow::before { display: block; }
.eyebrow { gap: 11px; font: 720 .68rem/1.2 var(--body); letter-spacing: .16em; }
.eyebrow::before { width: 32px; height: 1px; transform: none; }
.button { min-height: 52px; padding: 13px 22px; border-radius: 2px; font-size: .79rem; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.button--accent { box-shadow: 0 14px 34px rgba(244,118,44,.24); }
.button--accent:hover { box-shadow: 0 18px 42px rgba(244,118,44,.34); }
.button--ghost { border-color: rgba(255,255,255,.55); }

sf-header { display: block; }
.license-bar { position: fixed; z-index: 210; inset: 0 0 auto; height: 28px; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(3,16,22,.92); backdrop-filter: blur(18px); }
.license-bar__inner { min-height: 28px; justify-content: center; }
.license-bar__inner > span:first-child, .license-bar__dot { display: none; }
.license-bar__inner > span:nth-child(3) { color: #cad6d7; }
.site-header { position: fixed; z-index: 200; top: 28px; left: 0; right: 0; border-bottom: 1px solid rgba(255,255,255,.14); background: linear-gradient(180deg, rgba(5,22,29,.84), rgba(5,22,29,.58)); backdrop-filter: blur(20px) saturate(130%); box-shadow: none; }
.site-scrolled .site-header { background: rgba(5,22,29,.94); box-shadow: 0 16px 40px rgba(0,0,0,.16); }
.site-header__inner { min-height: 74px; }
.brand { color: var(--paper); }
.brand-mark { width: 42px; flex-basis: 42px; padding: 5px 6px; background: rgba(255,255,255,.95); }
.brand-copy { text-transform: none; }
.brand-copy strong { font-size: 1rem; font-weight: 760; letter-spacing: -.045em; }
.brand-copy small { margin-top: 5px; color: #aebfc3; font: 620 .49rem/1 var(--body); letter-spacing: .13em; text-transform: uppercase; }
.header-call { color: #adc0c4; }
.header-call strong { color: var(--paper); }
.header-estimate { display: none; }
.menu-toggle { border-color: rgba(255,255,255,.25); border-radius: 2px; background: rgba(255,255,255,.06); color: var(--paper); }
.mobile-menu { inset: 102px 0 0; height: calc(100dvh - 102px); padding: 32px 18px 120px; border-top: 1px solid rgba(255,255,255,.12); background: rgba(6,24,32,.985); }
.mobile-menu nav a { padding: 16px 4px; border-color: rgba(255,255,255,.12); color: var(--paper); font-size: 1.4rem; font-weight: 600; letter-spacing: -.035em; }
.mobile-menu nav a[aria-current="page"] { color: #ff9a60; }
.mobile-menu .button--dark { display: none; }
.desktop-nav a { color: #d9e2e3; font-size: .76rem; font-weight: 650; letter-spacing: .02em; }
.desktop-nav a::after { bottom: 25px; height: 1px; }

.roof-seam::before { width: min(30vw, 420px); height: 3px; clip-path: none; }
.hero { isolation: isolate; }
.hero__media::after { background: linear-gradient(90deg, rgba(4,18,24,.93) 0%, rgba(4,18,24,.72) 52%, rgba(4,18,24,.25) 100%), linear-gradient(0deg, rgba(4,18,24,.72) 0%, transparent 52%); }
.hero__content { z-index: 3; min-height: 680px; justify-content: center; padding: 155px 0 76px; }
.hero--simple .hero__content, .hero--home-premium .hero__content { min-height: min(760px, 88svh); padding: 150px 0 72px; }
.hero--home-premium .hero__media--dual { display: block; }
.hero--home-premium .hero__media-panel--roof { position: absolute; inset: 0; overflow: hidden; }
.hero--home-premium .hero__media-panel--roof img { width: 100%; height: calc(100% + 28px); object-fit: cover; object-position: 64% center; transform: translateY(var(--hero-depth, 0)) scale(1.055); transition: transform 120ms linear; }
.hero--home-premium .hero__media-panel--concrete { display: none; }
.hero--home-premium h1 { max-width: 820px; margin-bottom: 22px; font-size: clamp(3.35rem, 13.7vw, 7rem); font-weight: 760; letter-spacing: -.075em; line-height: .84; text-transform: uppercase; }
.hero--home-premium h1 em { display: block; margin-top: .22em; color: #ff9655; font-family: var(--editorial); font-size: .67em; font-style: italic; font-weight: 520; letter-spacing: -.045em; line-height: 1; text-transform: none; }
.hero__lede { max-width: 520px; margin-bottom: 26px; color: #d5dfe0; font-size: clamp(1rem, 3.5vw, 1.2rem); line-height: 1.55; }
.hero__actions { gap: 10px; }
.hero__actions .button { min-width: 184px; }
.hero__scroll-cue { display: none; }
.hero .eyebrow { margin-bottom: 20px; color: #ff9b60; }
.hero--interior .hero__content { min-height: 590px; }
.hero--interior h1 { max-width: 970px; font-size: clamp(3rem, 10vw, 5.7rem); font-weight: 650; letter-spacing: -.065em; text-transform: none; }
.hero--interior .hero__media img { transform: scale(1.02); }
.hero--concrete { background: var(--storm-950); }
.hero--concrete::after { content: none; }
.hero--concrete .hero__media img { object-position: 50% 58%; }
.hero--concrete .hero__media::after { background: linear-gradient(90deg, rgba(5,20,26,.93) 0%, rgba(5,20,26,.68) 58%, rgba(5,20,26,.2) 100%), linear-gradient(0deg, rgba(5,20,26,.65), transparent 55%); }
.hero--contact .hero__content { min-height: 520px; }

body.premium-motion-pending:not(.is-ready) .hero--home-premium .hero__content > * { opacity: 0; transform: translateY(18px); }
body.is-ready .hero--home-premium .hero__content > * { animation: premium-enter 740ms cubic-bezier(.2,.75,.25,1) both; }
body.is-ready .hero--home-premium .hero__content > :nth-child(2) { animation-delay: 80ms; }
body.is-ready .hero--home-premium .hero__content > :nth-child(3) { animation-delay: 160ms; }
body.is-ready .hero--home-premium .hero__content > :nth-child(4) { animation-delay: 230ms; }
body.is-ready .hero--home-premium .hero__content > :nth-child(5) { animation-delay: 300ms; }
body.premium-motion-pending:not(.is-ready) .hero--home-premium .hero__media-panel--roof img { opacity: .5; transform: scale(1.11); }
body.is-ready .hero--home-premium .hero__media-panel--roof img { animation: premium-image-in 1.2s cubic-bezier(.2,.75,.25,1) both; }
@keyframes premium-enter { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes premium-image-in { from { opacity: .55; transform: scale(1.11); } to { opacity: 1; transform: translateY(var(--hero-depth, 0)) scale(1.055); } }

.home-trust-strip { border-color: rgba(6,24,32,.12); background: #edf1ef; }
.home-trust-strip__inner span { min-height: 48px; border-color: rgba(6,24,32,.12); font: 660 .61rem/1.25 var(--body); letter-spacing: .1em; }
.home-trust-strip__inner span::before { width: 4px; height: 4px; flex-basis: 4px; border-radius: 0; }

.home-divisions { background: var(--paper); }
.division-grid { display: grid; gap: 14px; }
.division-panel { position: relative; min-height: 530px; overflow: hidden; color: var(--paper); background: var(--storm-950); }
.division-panel__media { position: absolute; inset: 0; }
.division-panel__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,18,24,.96) 4%, rgba(4,18,24,.48) 62%, rgba(4,18,24,.1) 100%); }
.division-panel__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.2,.75,.25,1), filter 400ms ease; }
.division-panel:hover .division-panel__media img { transform: scale(1.035); filter: saturate(.85) contrast(1.04); }
.division-panel__content { position: relative; z-index: 1; min-height: 530px; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; }
.division-panel__content > span { margin-bottom: auto; color: #ff9a5e; font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.division-panel h3 { max-width: 470px; margin-bottom: 22px; color: var(--paper); font-size: clamp(2.25rem, 8vw, 4.2rem); font-weight: 590; }
.division-panel nav { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.25); }
.division-panel nav a, .division-panel nav button { min-height: 43px; display: flex; align-items: center; padding: 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.18); background: transparent; color: #dbe4e4; font-size: .76rem; font-weight: 640; text-align: left; text-decoration: none; cursor: pointer; }
.division-panel nav > :nth-child(odd) { border-right: 1px solid rgba(255,255,255,.18); }
.division-panel nav > :nth-child(even) { padding-left: 14px; }
.division-panel nav a:hover, .division-panel nav button:hover { color: #ff9a5e; }
.division-panel__link { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; color: var(--paper); font-size: .72rem; font-weight: 720; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.division-panel__link b { color: #ff9a5e; font-size: 1.1rem; font-weight: 400; }

.home-services { background: #e9eeec; }
.service-photo-groups { gap: 64px; }
.service-photo-group__head { margin-bottom: 20px; padding-bottom: 14px; border-bottom-width: 1px; }
.service-photo-group__head h3 { font-size: 1.1rem; font-weight: 700; letter-spacing: .08em; }
.service-photo-group__head a { color: #8c360d; font-size: .74rem; letter-spacing: .02em; text-decoration: underline; text-decoration-color: rgba(140,54,13,.35); text-underline-offset: 4px; }
.service-photo-grid { grid-auto-flow: row; grid-auto-columns: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; overflow: visible; padding: 0; }
.service-photo-card { position: relative; min-height: 300px; border: 0; border-radius: 0; background: var(--storm-950); box-shadow: none; }
.service-photo-card:first-child, .service-photo-card:last-child { grid-column: 1 / -1; min-height: 380px; }
.service-photo-card:hover, .service-photo-card:focus-within { border-color: transparent; box-shadow: 0 22px 50px rgba(6,24,32,.2); transform: translateY(-3px); }
.service-photo-card__media { position: absolute; inset: 0; aspect-ratio: auto; }
.service-photo-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,18,24,.94) 0%, rgba(4,18,24,.3) 67%, rgba(4,18,24,.08) 100%); }
.service-photo-card__media img { filter: saturate(.9); transition: transform 600ms cubic-bezier(.2,.75,.25,1), filter 300ms ease; }
.service-photo-card:hover .service-photo-card__media img { transform: scale(1.045); filter: saturate(1); }
.service-photo-card__body { position: relative; z-index: 1; justify-content: flex-end; min-height: inherit; padding: 20px; pointer-events: none; }
.service-photo-card__body > a, .service-photo-card__body button { pointer-events: auto; }
.service-photo-card__body > a { min-height: 28px; display: inline-flex; align-items: center; }
.service-photo-card h4 { margin-bottom: 8px; color: var(--paper); font-size: clamp(1.05rem, 4vw, 1.55rem); font-weight: 650; letter-spacing: -.04em; text-transform: none; }
.service-photo-card p { display: none; color: #c9d5d6; }
.service-photo-card .text-button { min-height: 32px; display: inline-flex; align-items: center; padding: 6px 0; color: #ff9a5e; font-size: .74rem; font-weight: 690; letter-spacing: .04em; }

.home-reviews { background: #071b23; }
.home-reviews::before { content: "“"; position: absolute; right: 3vw; top: -5.5rem; color: rgba(255,255,255,.035); font: 500 24rem/1 var(--editorial); }
.home-reviews .section-head { max-width: 920px; }
.home-reviews .section-head h2 { max-width: 880px; }
.home-reviews .review-grid { grid-auto-flow: row; grid-auto-columns: auto; grid-auto-rows: auto; grid-template-columns: 1fr; gap: 0; overflow: visible; padding: 0; }
.home-reviews .review-card { min-width: 0; min-height: auto; padding: 28px 0; border: 0; border-top: 1px solid rgba(255,255,255,.16); border-radius: 0; background: transparent; }
.home-reviews .review-card:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.review-card__stars { margin-bottom: 18px; color: #ff9350; font-size: .78rem; letter-spacing: .18em; }
.home-reviews .review-card blockquote { flex: none; max-width: 800px; margin-bottom: 24px; color: #f4f7f5; font: 500 clamp(1.45rem, 6vw, 2.25rem)/1.22 var(--editorial); letter-spacing: -.025em; }
.home-reviews .review-card figcaption { gap: 7px; }
.home-reviews .review-card figcaption strong { color: var(--paper); font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; }
.home-reviews .review-card figcaption span { color: #8fa5aa; font-size: .68rem; }
.home-reviews .review-card figcaption a { color: #afc0c3; font-weight: 580; text-decoration-color: rgba(255,255,255,.2); text-underline-offset: 3px; }
.review-provenance { margin: 20px 0 0; color: #718a90 !important; font-size: .68rem; }
.review-provenance a { color: #9eb2b6; }

.home-why__layout { display: grid; gap: 30px; }
.home-why .section-head { margin-bottom: 0; }
.home-why .section-head p { max-width: 440px; }
.home-why .why-grid { grid-template-columns: 1fr; }
.why-grid { gap: 0; counter-reset: reason; border-top: 1px solid var(--line); }
.why-grid li { counter-increment: reason; min-height: 78px; display: grid; grid-template-columns: 38px 1fr; align-items: center; padding: 16px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; font-size: clamp(1.05rem, 3.8vw, 1.35rem); font-weight: 580; letter-spacing: -.03em; line-height: 1.2; text-transform: none; }
.why-grid li::before { content: "0" counter(reason); width: auto; height: auto; margin: 0; border: 0; color: var(--sunset-600); font-size: .62rem; font-weight: 700; letter-spacing: .1em; transform: none; }

.home-process { background: var(--storm-950); color: var(--paper); }
.home-process .section-head h2 { color: var(--paper); }
.home-process .process-grid { gap: 0; border-top: 1px solid rgba(255,255,255,.18); }
.home-process .process-card { min-height: 230px; padding: 26px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.18); border-radius: 0; background: transparent; }
.home-process .process-card::before { margin-bottom: 58px; color: #ff9554; }
.home-process .process-card h3 { color: var(--paper); font-size: 2rem; font-weight: 580; text-transform: none; }
.home-process .process-card p { max-width: 300px; color: #9eb2b6; }

.process-grid { gap: 0; border-top: 1px solid var(--line); }
.process-card, .section--dark .process-card { min-height: 210px; padding: 28px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; }
.process-card::before { margin-bottom: 44px; }
.process-card h3 { font-size: 1.45rem; font-weight: 620; text-transform: none; }
.section--dark .process-grid { border-color: rgba(255,255,255,.18); }
.section--dark .process-card { border-color: rgba(255,255,255,.18); }

.local-band { padding: 78px 0; background: #d9e0dd; color: var(--storm-950); }
.local-band::after { right: -8px; bottom: -.08em; color: rgba(6,24,32,.045); font-size: clamp(5rem, 21vw, 17rem); font-weight: 700; }
.local-band h2 { max-width: 850px; color: var(--storm-950); }
.local-band p { color: #4f656d; }
.local-band .text-link { color: var(--storm-950); font-size: .76rem; text-decoration: underline; text-decoration-color: var(--sunset-500); text-underline-offset: 5px; }

.home-final-cta { position: relative; isolation: isolate; overflow: hidden; min-height: 560px; display: grid; align-items: center; padding: 74px 0; background: var(--storm-950); }
.home-final-cta__media { position: absolute; z-index: -2; inset: 0; }
.home-final-cta__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,18,24,.95), rgba(4,18,24,.68) 62%, rgba(4,18,24,.35)); }
.home-final-cta__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.65); }
.cta-panel--cinematic { overflow: visible; padding: 0; border-radius: 0; background: transparent; box-shadow: none; }
.cta-panel--cinematic::after { content: none; }
.cta-panel--cinematic h2 { max-width: 850px; font-size: clamp(2.7rem, 10vw, 5.5rem); }
.cta-panel--cinematic p { color: #c2d0d2; }

.concrete-services-simple .concrete-grid { gap: 12px; }
.concrete-card { position: relative; min-height: 430px; overflow: hidden; display: block; padding: 0; border: 0; border-radius: 0; background: var(--storm-950); }
.concrete-card picture { position: absolute; inset: 0; }
.concrete-card picture::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,18,24,.96) 0%, rgba(4,18,24,.28) 75%, rgba(4,18,24,.05)); }
.concrete-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88); transition: transform 650ms cubic-bezier(.2,.75,.25,1), filter 300ms ease; }
.concrete-card:hover img { transform: scale(1.045); filter: saturate(1); }
.concrete-card > div { position: relative; z-index: 1; min-height: 430px; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; }
.concrete-card > div > span { margin-bottom: auto; color: #ff9a5e; font: 700 .66rem/1 var(--body); letter-spacing: .13em; text-transform: uppercase; }
.concrete-card h2 { margin: 0 0 10px; color: var(--paper); font-size: clamp(1.8rem, 7vw, 3.2rem); font-weight: 580; text-transform: none; }
.concrete-card p { max-width: 420px; margin-bottom: 19px; color: #c7d4d5; }
.concrete-card button { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: 0; padding: 15px 0 0; border-top: 1px solid rgba(255,255,255,.25); color: var(--paper); font-size: .72rem; letter-spacing: .05em; text-transform: uppercase; }
.concrete-card button b { color: #ff9a5e; font-size: 1.1rem; font-weight: 400; }
.concrete-final-cta { background: #e8edeb; }

.feature-grid, .card-grid { gap: 0; border-top: 1px solid var(--line); }
.feature-card { padding: 26px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; }
.feature-card svg { width: 30px; height: 30px; margin-bottom: 34px; }
.feature-card h2, .feature-card h3 { margin-bottom: 10px; font-size: 1.4rem; font-weight: 620; text-transform: none; }
.feature-card p { max-width: 470px; }
.feature-card a { display: inline-block; margin-top: 16px; color: var(--sunset-600); font-size: .78rem; font-weight: 680; text-decoration: none; }
.split { gap: 42px; }
.split__media { border-radius: 0; box-shadow: none; }
.split__media::after { height: 3px; clip-path: none; }
.check-list { border-top: 1px solid var(--line); }
.check-list li { padding: 12px 0 12px 26px; border-bottom: 1px solid var(--line); }
.check-list li::before { top: 1.2em; width: 10px; height: 6px; border-width: 0 0 2px 2px; }
.content-main { max-width: 760px; }
.content-main h2 { margin: 48px 0 16px; font-size: clamp(2rem, 6vw, 3.15rem); font-weight: 620; }
.content-main h3 { font-size: 1.45rem; }
.content-main p, .content-main li { line-height: 1.75; }
.content-aside { padding: 28px; border-top-width: 2px; border-radius: 0; }
.content-aside h2 { font-size: 1.55rem; font-weight: 640; text-transform: none; }
.section--dark .content-aside { background: rgba(255,255,255,.96); }
.faq-list { gap: 0; max-width: 940px; margin-left: 0; }
.faq-list details { border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { padding: 23px 54px 23px 0; font-size: 1.1rem; font-weight: 620; text-transform: none; }
.faq-list summary::after { right: 2px; }
.faq-list details p { max-width: 760px; padding: 0 54px 24px 0; }

.cta-panel { border-radius: 0; box-shadow: none; }
.cta-panel::after { border-width: 1px; opacity: .5; }
.cta-panel h2 { font-weight: 590; }
.contact-form-panel { padding: 25px; border-radius: 0; border: 0; background: #e8edeb; }
.contact-form-panel > h2 { font-size: clamp(2rem, 7vw, 3rem); font-weight: 620; }
.contact-method { padding: 22px 0; }
.project-choice__options { gap: 8px; }
.project-choice__options span { min-height: 58px; border-width: 1px; border-radius: 2px; font-size: .9rem; font-weight: 700; letter-spacing: .04em; }
.field input, .field select, .field textarea { min-height: 54px; border-radius: 2px; }
.estimate-modal__panel { border-radius: 0; background: #edf1ef; }
.modal-intro h2 { font-weight: 620; }
.mobile-conversion { grid-template-columns: 1fr 1.22fr; padding: 7px 10px calc(7px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(255,255,255,.15); background: rgba(4,18,24,.94); box-shadow: 0 -12px 34px rgba(0,0,0,.18); }
.mobile-conversion a, .mobile-conversion button { min-height: 46px; border-radius: 2px; font-size: .75rem; letter-spacing: .04em; text-transform: uppercase; }
.analytics-banner { border-radius: 2px; }

[data-reveal] { transform: translateY(18px); transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.75,.25,1); }
.site-footer { background: #041219; }
.footer-grid { padding-top: 70px; }
.footer-grid h2 { font-size: .9rem; font-weight: 700; letter-spacing: .08em; }
.footer-cta { padding: 0 0 0 24px; border: 0; border-left: 1px solid rgba(255,255,255,.15); border-radius: 0; }
.footer-cta h2 { font-size: 1.65rem; letter-spacing: -.045em; text-transform: none; }
.footer-bottom { color: #6d868c; }

@media (min-width: 600px) {
  :root { --shell: min(1320px, calc(100% - 56px)); }
  .service-photo-card p { display: block; }
  .service-photo-card__body { padding: 26px; }
  .division-panel__content { padding: 34px; }
  .concrete-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .concrete-card { min-height: 470px; }
  .concrete-card > div { min-height: 470px; }
}

@media (min-width: 860px) {
  .license-bar__inner { justify-content: flex-start; }
  .license-bar__inner > span:first-child, .license-bar__dot { display: inline-flex; }
  .site-header__inner { min-height: 82px; }
  .brand-mark { width: 46px; flex-basis: 46px; }
  .brand-copy strong { font-size: 1.12rem; }
  .header-call { display: grid; }
  .header-estimate { display: inline-flex; }
  .hero--home-premium .hero__content { min-height: min(800px, 90svh); padding: 178px 0 96px; }
  .hero--home-premium .hero__media-panel--concrete { position: absolute; z-index: 2; right: clamp(28px, 4vw, 70px); bottom: 8%; width: min(29vw, 410px); display: block; overflow: hidden; aspect-ratio: 4 / 3; border: 1px solid rgba(255,255,255,.32); background-color: var(--storm-900); background-image: url("/website/assets/services/concrete-driveway-640.webp"); background-image: image-set(url("/website/assets/services/concrete-driveway-640.webp") 1x, url("/website/assets/services/concrete-driveway-1200.webp") 2x); background-position: center; background-size: cover; background-repeat: no-repeat; box-shadow: 0 30px 80px rgba(0,0,0,.32); }
  .hero--home-premium .hero__media-panel--concrete::before { content: "Concrete"; position: absolute; z-index: 2; left: 18px; bottom: 15px; color: var(--paper); font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
  .hero--home-premium .hero__media-panel--concrete::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,18,24,.7), transparent 60%); }
  .hero--home-premium h1 { max-width: 760px; }
  .hero__scroll-cue { position: absolute; right: 0; bottom: 38px; display: flex; align-items: center; gap: 12px; color: #98adb1; font-size: .62rem; font-weight: 650; letter-spacing: .15em; text-transform: uppercase; }
  .hero__scroll-cue i { width: 54px; height: 1px; background: rgba(255,255,255,.45); }
  .division-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .division-panel, .division-panel__content { min-height: 680px; }
  .division-panel__content { padding: 42px; }
  .home-why__layout { grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 90px; align-items: start; }
  .home-process .process-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .home-process .process-card { min-height: 300px; padding: 34px 30px 28px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 0; }
  .home-process .process-card:first-child { padding-left: 0; }
  .home-process .process-card:last-child { border-right: 0; }
  .process-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .process-grid--three { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .process-card, .section--dark .process-card { min-height: 240px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 0; }
  .process-card:first-child, .section--dark .process-card:first-child { padding-left: 0; }
  .process-card:last-child, .section--dark .process-card:last-child { border-right: 0; }
  .home-reviews .review-grid { grid-template-columns: minmax(0,1.25fr) minmax(300px,.75fr); }
  .home-reviews .review-card { padding: 30px; border-top: 1px solid rgba(255,255,255,.16); }
  .home-reviews .review-card:first-child { grid-row: span 2; min-height: 410px; justify-content: space-between; padding: 42px 54px 42px 0; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
  .home-reviews .review-card:first-child blockquote { font-size: clamp(2.35rem, 3.8vw, 3.7rem); }
  .home-reviews .review-card:nth-child(2), .home-reviews .review-card:nth-child(3) { padding-left: 42px; }
  .home-reviews .review-card:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
  .split { gap: 82px; }
  .feature-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .feature-card { min-height: 240px; padding: 30px 28px; border-right: 1px solid var(--line); }
  .feature-card:last-child { border-right: 0; }
  .card-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .card-grid .feature-card:nth-child(odd) { padding-right: 36px; border-right: 1px solid var(--line); }
  .card-grid .feature-card:nth-child(even) { padding-left: 36px; }
  .contact-form-panel { padding: 42px; }
}

@media (min-width: 1120px) {
  .section { padding: 108px 0; }
  .home-services, .home-reviews, .home-why, .home-process { padding: 100px 0; }
  .service-photo-groups { gap: 92px; }
  .service-photo-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 14px; }
  .service-photo-card { grid-column: span 5; min-height: 390px; }
  .service-photo-card:first-child { grid-column: span 7; min-height: 470px; }
  .service-photo-card:nth-child(2) { grid-column: span 5; min-height: 470px; }
  .service-photo-card:nth-child(3) { grid-column: span 5; min-height: 420px; }
  .service-photo-card:last-child { grid-column: span 7; min-height: 420px; }
  .concrete-grid { grid-template-columns: repeat(12, minmax(0,1fr)); }
  .concrete-card:nth-child(1), .concrete-card:nth-child(4) { grid-column: span 7; }
  .concrete-card:nth-child(2), .concrete-card:nth-child(3) { grid-column: span 5; }
  .concrete-card:nth-child(1), .concrete-card:nth-child(2) { min-height: 550px; }
  .concrete-card:nth-child(1) > div, .concrete-card:nth-child(2) > div { min-height: 550px; }
  .concrete-card:nth-child(3), .concrete-card:nth-child(4) { min-height: 470px; }
  .concrete-card:nth-child(3) > div, .concrete-card:nth-child(4) > div { min-height: 470px; }
}

@media (min-width: 1180px) {
  .menu-toggle { display: none; }
  .desktop-nav { display: flex; gap: clamp(18px, 1.7vw, 28px); }
  .header-actions { margin-left: 0; }
  .header-call { display: none; }
}

@media (min-width: 1420px) {
  .desktop-nav { gap: 31px; }
}

@media (prefers-reduced-motion: reduce) {
  body.premium-motion-pending:not(.is-ready) .hero--home-premium .hero__content > *,
  body.premium-motion-pending:not(.is-ready) .hero--home-premium .hero__media-panel--roof img { opacity: 1; transform: none; }
  body.is-ready .hero--home-premium .hero__content > *,
  body.is-ready .hero--home-premium .hero__media-panel--roof img { animation: none; }
  .hero--home-premium .hero__media-panel--roof img { transform: scale(1.055); }
}
