@font-face {
  font-family: "Nimbus Body";
  src: url("assets/fonts/NimbusSans-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Nimbus Condensed";
  src: url("assets/fonts/NimbusSansNarrow-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Rodrigo Script";
  src: url("assets/fonts/Z003-MediumItalic.otf") format("opentype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

:root {
  --navy-950: #041d30;
  --navy-900: #082c46;
  --navy-800: #0c3b5a;
  --navy-700: #135075;
  --ink: #0d2638;
  --orange: #d8891d;
  --orange-bright: #eca32c;
  --sand-50: #fbf8f0;
  --sand-100: #f4eddf;
  --sand-200: #e8dcc7;
  --sand-300: #d7c6aa;
  --white: #fffdf7;
  --muted: #5e6b72;
  --line: rgba(8, 44, 70, 0.19);
  --font-body: "Nimbus Body", "Trebuchet MS", sans-serif;
  --font-display: "Nimbus Condensed", "Franklin Gothic Condensed", sans-serif;
  --font-script: "Rodrigo Script", cursive;
  --shell: min(100% - clamp(2rem, 7vw, 8rem), 90rem);
  --header-h: 6rem;
  --ease: cubic-bezier(.2, .75, .25, 1);
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-h);
  background: var(--navy-950);
  overflow-x: hidden;
  max-width: 100vw;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--sand-50);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.6;
  overflow-x: hidden;
  max-width: 100vw;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

::selection { color: var(--white); background: var(--orange); }

a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: square; stroke-linejoin: miter; }

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: .75rem;
  left: .75rem;
  padding: .75rem 1rem;
  color: var(--white);
  background: var(--navy-950);
  transform: translateY(-150%);
  transition: transform .2s;
}

.skip-link:focus { transform: translateY(0); }

:focus-visible {
  outline: .19rem solid var(--orange-bright);
  outline-offset: .25rem;
}

.site-loader {
  position: fixed;
  z-index: 9998;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  color: var(--sand-100);
  background: radial-gradient(circle at 50% 38%, #0a3350 0%, #041d30 70%, #02111d 100%);
  transition: opacity .55s var(--ease), visibility .55s;
}

.site-loader.is-done { opacity: 0; visibility: hidden; pointer-events: none; }

.loader-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  animation: loaderPop .65s var(--ease) both;
}

.loader-emblem {
  position: relative;
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.1rem;
  border: 2.5px solid var(--orange);
  box-shadow: 0 0 0 4px rgba(216, 137, 29, 0.15), 0 0 40px rgba(216, 137, 29, 0.3), 0 14px 28px rgba(0, 0, 0, 0.45);
  animation: emblemPulse 2.4s ease-in-out infinite alternate;
}

.loader-logo {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.loader-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .25rem;
  text-align: center;
}

.loader-brand-name {
  font-family: var(--font-display);
  font-size: 1.85rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--sand-100);
  line-height: 1.1;
}

.loader-brand-name em {
  font-family: var(--font-script);
  font-style: italic;
  text-transform: none;
  font-size: 2.3rem;
  color: var(--orange-bright);
  margin-right: .3rem;
  line-height: .7;
}

.loader-brand-name strong {
  font-family: var(--font-display);
  color: var(--sand-100);
}

.loader-brand-tag {
  font-family: var(--font-display);
  font-size: .86rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--orange);
  font-weight: 700;
}

.loader-track {
  width: 13.5rem;
  height: .22rem;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 2px;
  overflow: hidden;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}

.loader-track span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--orange), var(--orange-bright));
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(236, 163, 44, 0.7);
  animation: load .9s var(--ease) forwards;
}

.loader-status {
  margin: 0;
  color: rgba(244, 237, 223, 0.65);
  font-family: var(--font-display);
  font-size: .75rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  animation: statusGlow 1.8s ease-in-out infinite alternate;
}

@keyframes loaderPop {
  0% { transform: scale(.85) translateY(12px); opacity: 0; }
  100% { transform: scale(1) translateY(0); opacity: 1; }
}

@keyframes emblemPulse {
  0% { transform: scale(1); box-shadow: 0 0 0 4px rgba(216, 137, 29, 0.15), 0 0 30px rgba(216, 137, 29, 0.25), 0 14px 28px rgba(0, 0, 0, 0.45); }
  100% { transform: scale(1.03); box-shadow: 0 0 0 5px rgba(236, 163, 44, 0.3), 0 0 50px rgba(236, 163, 44, 0.45), 0 16px 32px rgba(0, 0, 0, 0.5); }
}

@keyframes statusGlow {
  0% { opacity: .45; }
  100% { opacity: .95; }
}

@keyframes load { to { width: 100%; } }

.section-shell { width: var(--shell); margin-inline: auto; }

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-height: var(--header-h);
  padding-inline: clamp(1rem, 4vw, 4rem);
  color: var(--navy-900);
  background: rgba(251, 248, 240, .93);
  border-bottom: 1px solid transparent;
  transition: min-height .35s var(--ease), background .35s, border-color .35s, box-shadow .35s;
  backdrop-filter: blur(14px);
}

.site-header.is-scrolled {
  min-height: 4.75rem;
  border-bottom-color: var(--line);
  box-shadow: 0 10px 32px rgba(4, 29, 48, .08);
}

.brand, .footer-brand { display: inline-flex; align-items: center; gap: .75rem; width: max-content; }

.brand-logo {
  display: block;
  width: 3.3rem;
  height: 2.6rem;
  object-fit: contain;
  transition: transform .25s var(--ease);
}
.brand:hover .brand-logo {
  transform: scale(1.06);
}
.brand-logo--footer {
  width: 3.4rem;
  height: 2.7rem;
  background: #ffffff;
  padding: .25rem .45rem;
  border-radius: .4rem;
  border: 1.5px solid var(--orange);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}

.brand-copy { position: relative; display: grid; grid-template-columns: auto auto; align-items: end; column-gap: .4rem; line-height: .75; text-transform: uppercase; }
.brand-copy em { position: absolute; left: -.05rem; top: -1.12rem; font-family: var(--font-script); font-size: 1.25rem; font-weight: 400; text-transform: none; transform: rotate(-4deg); }
.brand-copy strong { grid-column: 1 / -1; font-family: var(--font-display); font-size: 1.45rem; letter-spacing: .055em; }
.brand-copy small { grid-column: 1 / -1; margin-top: .38rem; color: var(--orange); font-size: .52rem; font-weight: 700; letter-spacing: .25em; }

.main-nav { justify-self: end; display: flex; align-items: center; gap: clamp(1rem, 2.4vw, 2.7rem); }
.main-nav > a:not(.nav-cta) {
  position: relative;
  padding-block: .7rem;
  font-family: var(--font-display);
  font-size: .83rem;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: .35rem; height: .13rem; background: var(--orange); transition: right .3s var(--ease); }
.main-nav > a:not(.nav-cta):hover::after, .main-nav > a:not(.nav-cta).is-active::after { right: 0; }
.main-nav > a span { margin-right: .25rem; color: var(--orange); font-size: .62rem; }

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  min-height: 2.85rem;
  padding: .65rem 1rem;
  color: var(--white);
  background: var(--navy-900);
  font-family: var(--font-display);
  font-size: .82rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  clip-path: polygon(.55rem 0, 100% 0, 100% calc(100% - .55rem), calc(100% - .55rem) 100%, 0 100%, 0 .55rem);
  transition: background .25s, color .25s;
}
.nav-cta:hover { color: var(--navy-950); background: var(--orange-bright); }
.nav-cta svg { width: 1.1rem; height: 1.1rem; }

.menu-toggle { display: none; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.13fr) minmax(25rem, .87fr);
  min-height: max(47rem, 100svh);
  padding: calc(var(--header-h) + clamp(2.5rem, 6vw, 6rem)) clamp(1rem, 5vw, 6rem) clamp(3rem, 7vw, 7rem);
  color: var(--navy-900);
  background: var(--sand-100);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: .45rem;
  background: linear-gradient(90deg, var(--orange) 0 24%, var(--navy-900) 24% 100%);
}

.hero-grid, .final-cta__grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .28;
  background-image: linear-gradient(rgba(8,44,70,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(8,44,70,.14) 1px, transparent 1px);
  background-size: clamp(2.25rem, 4vw, 4.5rem) clamp(2.25rem, 4vw, 4.5rem);
  mask-image: linear-gradient(to right, black, transparent 65%);
}

.hero-signal {
  position: absolute;
  left: -3.5rem;
  top: 50%;
  z-index: 2;
  color: var(--navy-700);
  font-family: var(--font-display);
  font-size: .66rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  transform: rotate(-90deg);
}

.hero-copy { position: relative; z-index: 4; align-self: center; max-width: 53rem; }

.eyebrow { display: flex; align-items: center; gap: .8rem; margin: 0 0 1.3rem; font-family: var(--font-display); font-size: .75rem; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 2.4rem; height: .18rem; background: var(--orange); }
.eyebrow span { display: inline-block; }
.eyebrow--dark { color: var(--navy-700); }
.eyebrow--light { color: var(--orange-bright); }

.hero h1, .section-heading h2, .trust h2, .process h2, .quote-policy h2, .coverage h2, .faq h2, .final-cta h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  line-height: .82;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.hero h1 { font-size: clamp(4.5rem, 10.4vw, 10.5rem); }
.hero-line { display: block; white-space: nowrap; }
.hero-line--two { position: relative; z-index: 2; margin-left: clamp(0rem, 4vw, 4rem); color: var(--orange); }
.hero-line--two em { position: relative; color: var(--navy-900); font-style: normal; }
.hero-line--two em::after { content: ""; position: absolute; z-index: -1; left: -.15em; right: -.12em; bottom: .04em; height: .16em; background: var(--orange-bright); transform: rotate(-2deg); opacity: .85; }
.hero-line--three { margin-left: clamp(1.5rem, 8vw, 8rem); }

.hero-intro { max-width: 41rem; margin: 2rem 0 0; padding-left: clamp(0rem, 4vw, 4rem); color: #314a5a; font-size: clamp(1rem, 1.4vw, 1.25rem); line-height: 1.55; }

.hero-actions { display: flex; align-items: center; gap: 1.6rem; margin-top: 2rem; padding-left: clamp(0rem, 4vw, 4rem); }

.button {
  display: inline-flex;
  align-items: center;
  gap: .85rem;
  min-height: 3.75rem;
  padding: .85rem 1.2rem;
  font-family: var(--font-display);
  font-size: .94rem;
  letter-spacing: .07em;
  text-transform: uppercase;
  clip-path: polygon(.7rem 0, 100% 0, 100% calc(100% - .7rem), calc(100% - .7rem) 100%, 0 100%, 0 .7rem);
  transition: transform .25s var(--ease), background .25s, color .25s;
}
.button:hover { transform: translateY(-.2rem); }
.button--primary { color: var(--white); background: var(--navy-900); }
.button--primary:hover { color: var(--navy-950); background: var(--orange-bright); }
.button svg { width: 1.25rem; height: 1.25rem; }
.button .button-arrow { width: 1.6rem; margin-left: .6rem; transition: transform .25s; }
.button:hover .button-arrow { transform: translateX(.25rem); }

.text-link { position: relative; display: inline-flex; align-items: center; gap: .65rem; color: var(--navy-700); font-family: var(--font-display); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.text-link::after { content: ""; position: absolute; left: 0; right: 0; bottom: -.3rem; height: 1px; background: currentColor; transition: transform .25s; transform-origin: left; }
.text-link:hover::after { transform: scaleX(.55); }
.text-link span { color: var(--orange); font-size: 1.2rem; }

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem 1.5rem;
  margin: 2.2rem 0 0;
  padding: 1.15rem 0 0 clamp(0rem, 4vw, 4rem);
  border-top: 1px solid var(--line);
  list-style: none;
}
.hero-proof li { display: flex; align-items: center; gap: .45rem; color: var(--navy-700); font-family: var(--font-display); font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; }
.hero-proof svg { width: 1.05rem; height: 1.05rem; color: var(--orange); }

.hero-visual { position: relative; z-index: 3; align-self: end; height: min(72vh, 49rem); min-height: 35rem; margin: 0 -3vw -7rem 0; }
.hero-photo-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #e9dfce;
  clip-path: polygon(13% 0, 100% 0, 100% 87%, 79% 100%, 0 100%, 0 13%);
  filter: drop-shadow(0 2.2rem 2rem rgba(4, 29, 48, .22));
}
.hero-photo-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(244,237,223,.12), transparent 35%), linear-gradient(0deg, rgba(8,44,70,.24), transparent 28%); mix-blend-mode: multiply; pointer-events: none; }
.hero-photo-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 42% center; transform: scale(1.012); }
.hero-angle { position: absolute; z-index: -1; inset: 1.5rem -1.7rem -1.5rem 1.7rem; background: var(--orange); clip-path: polygon(13% 0, 100% 0, 100% 87%, 79% 100%, 0 100%, 0 13%); }
.hero-stamp { position: absolute; z-index: 5; right: -1.2rem; top: 12%; display: grid; width: 8.5rem; aspect-ratio: 1; place-content: center; text-align: center; color: var(--sand-100); background: var(--navy-900); border: .22rem solid var(--sand-100); outline: .12rem solid var(--navy-900); transform: rotate(5deg); }
.hero-stamp span, .hero-stamp small { font-family: var(--font-display); font-size: .64rem; letter-spacing: .16em; text-transform: uppercase; }
.hero-stamp strong { font-family: var(--font-display); font-size: 3.2rem; line-height: .9; color: var(--orange-bright); }
.hero-name { position: absolute; z-index: 5; left: -2.5rem; bottom: 1.7rem; display: grid; color: var(--white); line-height: .75; text-shadow: 0 .25rem 1rem rgba(0,0,0,.3); }
.hero-name span { font-family: var(--font-script); font-size: clamp(3rem, 5vw, 5rem); transform: rotate(-4deg); }
.hero-name strong { font-family: var(--font-display); font-size: clamp(2.2rem, 4vw, 4rem); letter-spacing: .06em; text-transform: uppercase; }

.hero-contact { position: absolute; z-index: 5; right: clamp(1rem, 5vw, 6rem); bottom: 1.8rem; display: flex; align-items: center; gap: 1rem; color: var(--sand-100); }
.hero-contact::before { content: ""; width: 2.5rem; height: .16rem; background: var(--orange); }
.hero-contact span { font-size: .66rem; letter-spacing: .15em; text-transform: uppercase; opacity: .7; }
.hero-contact a { font-family: var(--font-display); font-size: 1.2rem; letter-spacing: .06em; }

.service-ribbon { position: relative; z-index: 6; overflow: hidden; color: var(--navy-950); background: var(--orange-bright); border-bottom: .25rem solid var(--navy-950); }
.service-ribbon__track { display: flex; align-items: center; width: max-content; padding-block: .78rem; animation: marquee 32s linear infinite; }
.service-ribbon span { font-family: var(--font-display); font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; }
.service-ribbon i { width: .45rem; height: .45rem; margin-inline: 1.5rem; background: var(--navy-950); transform: rotate(45deg); }
@keyframes marquee { to { transform: translateX(-50%); } }

.services { padding-block: clamp(6rem, 10vw, 10rem); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(18rem, .6fr); gap: clamp(2rem, 8vw, 8rem); align-items: end; margin-bottom: clamp(3rem, 7vw, 6rem); }
.section-heading h2, .trust h2, .process h2, .quote-policy h2, .coverage h2, .faq h2, .final-cta h2 { font-size: clamp(3.5rem, 7.2vw, 7.5rem); }
.section-heading h2 em, .trust h2 em, .process h2 em, .quote-policy h2 em, .coverage h2 em, .faq h2 em, .final-cta h2 em { color: var(--orange); font-style: normal; }
.section-heading > p { margin: 0 0 .4rem; color: var(--muted); font-size: 1.05rem; line-height: 1.65; }

.service-ledger { border-top: .2rem solid var(--navy-900); }
.service-row {
  position: relative;
  display: grid;
  grid-template-columns: 4rem 4.5rem minmax(13rem, .55fr) minmax(18rem, 1fr) 3rem;
  gap: clamp(.8rem, 2vw, 2rem);
  align-items: center;
  min-height: 9.5rem;
  padding: 1.25rem .8rem;
  border-bottom: 1px solid var(--line);
  isolation: isolate;
  overflow: hidden;
  transition: color .4s var(--ease);
}
.service-row::before { content: ""; position: absolute; z-index: -1; inset: 0; background: var(--navy-900); transform: translateX(-101%); transition: transform .55s var(--ease); }
.service-row:hover { color: var(--white); }
.service-row:hover::before { transform: translateX(0); }
.service-number { align-self: start; color: var(--orange); font-family: var(--font-display); font-size: .72rem; letter-spacing: .12em; }
.service-icon { width: 3.1rem; height: 3.1rem; color: var(--orange); stroke-width: 1.35; transition: transform .45s var(--ease); }
.service-row:hover .service-icon { transform: rotate(-6deg) scale(1.08); }
.service-row h3 { margin: 0; font-family: var(--font-display); font-size: clamp(2rem, 3.4vw, 3.6rem); line-height: .9; text-transform: uppercase; }
.service-row p { margin: 0; color: var(--muted); font-size: .98rem; line-height: 1.6; transition: color .4s; }
.service-row:hover p { color: rgba(255,255,255,.7); }
.service-mark { color: var(--orange); font-family: var(--font-display); font-size: .7rem; letter-spacing: .1em; transform: rotate(-90deg); }

.remodel-feature {
  position: relative;
  display: grid;
  grid-template-columns: 7rem 5rem minmax(16rem, .7fr) minmax(18rem, 1fr) 4rem;
  gap: clamp(1rem, 2.5vw, 2.5rem);
  align-items: center;
  margin-top: 2rem;
  padding: clamp(1.5rem, 3vw, 3rem);
  color: var(--white);
  background: var(--orange);
  clip-path: polygon(1.25rem 0, 100% 0, 100% calc(100% - 1.25rem), calc(100% - 1.25rem) 100%, 0 100%, 0 1.25rem);
}
.remodel-feature::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(135deg, transparent 0 18px, rgba(255,255,255,.08) 18px 19px); pointer-events: none; }
.remodel-feature__label { display: grid; place-content: center; aspect-ratio: 1; color: var(--navy-950); background: var(--orange-bright); font-family: var(--font-display); line-height: .85; text-align: center; text-transform: uppercase; transform: rotate(-5deg); }
.remodel-feature__label span { font-size: .75rem; letter-spacing: .1em; }
.remodel-feature__label strong { font-size: 1.7rem; }
.remodel-feature > svg { width: 4.5rem; height: 4.5rem; color: var(--navy-950); }
.remodel-feature > div > p { margin: 0; color: var(--navy-950); font-family: var(--font-display); font-size: .7rem; letter-spacing: .17em; text-transform: uppercase; }
.remodel-feature h3 { margin: .25rem 0 0; font-family: var(--font-display); font-size: clamp(2.2rem, 4vw, 4.2rem); line-height: .88; text-transform: uppercase; }
.remodel-feature > p { margin: 0; color: var(--navy-950); font-size: 1.02rem; font-weight: 600; }
.remodel-feature > a { position: relative; display: grid; width: 4rem; aspect-ratio: 1; place-items: center; color: var(--orange); background: var(--navy-950); transition: transform .25s; }
.remodel-feature > a:hover { transform: translateX(.3rem); }
.remodel-feature > a svg { width: 1.8rem; height: 1.8rem; }

.trust { position: relative; color: var(--sand-100); background: var(--navy-950); overflow: hidden; }
.trust::before { content: "RM"; position: absolute; right: -1vw; top: -5vw; color: rgba(255,255,255,.025); font-family: var(--font-display); font-size: 31vw; line-height: .8; }
.trust-blueprint { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(244,237,223,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(244,237,223,.2) 1px, transparent 1px); background-size: 3.75rem 3.75rem; mask-image: radial-gradient(circle at 75% 40%, black, transparent 65%); }
.trust-inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(20rem, .8fr) minmax(28rem, 1.2fr); gap: clamp(3rem, 9vw, 9rem); padding-block: clamp(6rem, 11vw, 11rem); }
.trust-lead { align-self: start; position: sticky; top: 8rem; }
.trust h2 { font-size: clamp(3.6rem, 6.8vw, 7rem); }
.trust-lead > p:not(.eyebrow) { max-width: 29rem; margin: 2rem 0 0; color: rgba(244,237,223,.67); font-size: 1.05rem; }
.trust-signature { margin-top: 1rem; color: rgba(216,137,29,.45); font-family: var(--font-script); font-size: 5rem; transform: rotate(-6deg); }
.trust-points { border-top: 1px solid rgba(244,237,223,.22); }
.trust-point { display: grid; grid-template-columns: 2rem 4rem 1fr; gap: clamp(1rem, 2vw, 2rem); align-items: start; padding-block: clamp(2rem, 4vw, 3.5rem); border-bottom: 1px solid rgba(244,237,223,.18); }
.trust-point > span { color: var(--orange-bright); font-family: var(--font-display); font-size: .7rem; }
.trust-point > svg { width: 3rem; height: 3rem; color: var(--orange-bright); }
.trust-point h3 { margin: 0; font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 3rem); line-height: .9; text-transform: uppercase; }
.trust-point p { margin: .9rem 0 0; color: rgba(244,237,223,.64); line-height: 1.6; }
.trust-metrics { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 2rem; border-top: .18rem solid var(--orange); border-bottom: 1px solid rgba(244,237,223,.18); }
.trust-metrics div { display: grid; align-content: center; min-height: 10rem; padding: 1.5rem; border-right: 1px solid rgba(244,237,223,.18); }
.trust-metrics div:last-child { border-right: 0; }
.trust-metrics strong { font-family: var(--font-display); font-size: clamp(3.8rem, 7vw, 7.5rem); line-height: .8; color: var(--sand-100); }
.trust-metrics sup { color: var(--orange-bright); font-size: .4em; vertical-align: top; }
.trust-metrics span { margin-top: .8rem; color: rgba(244,237,223,.55); font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; }

.process { display: grid; grid-template-columns: minmax(19rem, .75fr) minmax(30rem, 1.25fr); gap: clamp(3rem, 9vw, 9rem); padding-block: clamp(6rem, 11vw, 11rem); }
.process-intro { align-self: start; position: sticky; top: 8rem; }
.process-steps { margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.process-step { position: relative; display: grid; grid-template-columns: 5rem 1fr; gap: 1.5rem; min-height: 11rem; padding: 0 0 2.5rem; }
.process-step:not(:last-child)::before { content: ""; position: absolute; left: 2.2rem; top: 4.7rem; bottom: -.2rem; width: 1px; background: var(--line); }
.process-step:not(:last-child)::after { content: ""; position: absolute; left: 1.96rem; bottom: 0; width: .55rem; height: .55rem; background: var(--orange); transform: rotate(45deg); }
.process-step__number { display: grid; width: 4.5rem; aspect-ratio: 1; place-items: center; color: var(--sand-100); background: var(--navy-900); font-family: var(--font-display); font-size: 1.4rem; clip-path: polygon(.55rem 0, 100% 0, 100% calc(100% - .55rem), calc(100% - .55rem) 100%, 0 100%, 0 .55rem); }
.process-step h3 { margin: 0; font-family: var(--font-display); font-size: clamp(2.1rem, 4vw, 3.8rem); line-height: .9; text-transform: uppercase; }
.process-step p { max-width: 35rem; margin: 1rem 0 0; color: var(--muted); }
.process-step p strong { color: var(--orange); font-weight: 700; }

.quote-policy { position: relative; display: grid; grid-template-columns: clamp(5rem, 10vw, 10rem) 1fr; color: var(--sand-100); background: var(--navy-800); }
.quote-policy__side { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .3rem; color: var(--navy-950); background: var(--orange); font-family: var(--font-display); font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.quote-policy__side strong { color: var(--sand-100); font-size: 2rem; letter-spacing: .06em; }
.quote-policy__body { width: min(100% - clamp(2rem, 7vw, 8rem), 80rem); display: grid; grid-template-columns: minmax(22rem, .9fr) minmax(28rem, 1.1fr); gap: clamp(3rem, 8vw, 8rem); padding-block: clamp(6rem, 10vw, 10rem); }
.quote-policy__heading { align-self: start; position: sticky; top: 8rem; }
.quote-policy h2 { font-size: clamp(3.4rem, 6.5vw, 6.8rem); }
.cost-note { display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: start; margin-top: 2.2rem; padding: 1.2rem; color: var(--navy-950); background: var(--orange-bright); clip-path: polygon(.6rem 0, 100% 0, 100% calc(100% - .6rem), calc(100% - .6rem) 100%, 0 100%, 0 .6rem); }
.cost-note span { padding: .25rem .5rem; color: var(--sand-100); background: var(--navy-950); font-family: var(--font-display); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.cost-note p { margin: 0; line-height: 1.45; }
.quote-policy__list { border-top: 1px solid rgba(244,237,223,.2); }
.policy-item { display: grid; grid-template-columns: 2rem 1fr; gap: 1.2rem; padding-block: 2.3rem; border-bottom: 1px solid rgba(244,237,223,.2); }
.policy-item > span { color: var(--orange-bright); font-family: var(--font-display); font-size: .7rem; }
.policy-item h3 { margin: 0; font-family: var(--font-display); font-size: clamp(1.7rem, 2.8vw, 2.7rem); line-height: .9; text-transform: uppercase; }
.policy-item p { margin: .8rem 0 0; color: rgba(244,237,223,.65); }

.coverage { display: grid; grid-template-columns: minmax(20rem, .7fr) minmax(32rem, 1.3fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; min-height: 52rem; padding-block: clamp(6rem, 10vw, 10rem); }
.coverage h2 { font-size: clamp(4rem, 8vw, 8rem); }
.coverage-copy > p:not(.eyebrow) { max-width: 31rem; margin: 2rem 0; color: var(--muted); }
.text-link--dark { color: var(--navy-900); }
.coverage-map-frame { position: relative; width: 100%; height: 42rem; border: 1px solid var(--line); overflow: hidden; clip-path: polygon(1.2rem 0, 100% 0, 100% calc(100% - 1.2rem), calc(100% - 1.2rem) 100%, 0 100%, 0 1.2rem); background: #e5e3df; box-shadow: 0 10px 30px rgba(8,44,70,.06); }
.coverage-map-frame iframe { width: 100%; height: 100%; display: block; border: 0; }

.contact-strip { display: grid; grid-template-columns: repeat(3, 1fr); color: var(--sand-100); background: var(--navy-900); border-top: .35rem solid var(--orange); }
.contact-strip > a { display: grid; grid-template-columns: 2.7rem 1fr auto; gap: 1rem; align-items: center; min-height: 8.5rem; padding: 1.5rem clamp(1.2rem, 3vw, 3rem); border-right: 1px solid rgba(244,237,223,.18); transition: color .25s, background .25s; }
.contact-strip > a:last-child { border-right: 0; }
.contact-strip > a:hover { color: var(--navy-950); background: var(--orange-bright); }
.contact-strip svg { width: 2.4rem; height: 2.4rem; color: var(--orange-bright); }
.contact-strip a:hover svg { color: var(--navy-950); }
.contact-strip span { min-width: 0; font-family: var(--font-display); font-size: clamp(1.1rem, 1.6vw, 1.5rem); line-height: 1.1; letter-spacing: .03em; overflow-wrap: anywhere; }
.contact-strip small { display: block; margin-bottom: .4rem; color: rgba(244,237,223,.55); font-family: var(--font-body); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; }
.contact-strip .contact-arrow { width: 1.6rem; height: 1.6rem; color: inherit; }

.faq { display: grid; grid-template-columns: minmax(18rem, .55fr) minmax(30rem, 1.45fr); gap: clamp(3rem, 9vw, 9rem); padding-block: clamp(6rem, 10vw, 10rem); }
.faq-heading { align-self: start; position: sticky; top: 8rem; }
.faq-heading > p:not(.eyebrow) { max-width: 22rem; color: var(--muted); }
.faq-list { border-top: .2rem solid var(--navy-900); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-item button { display: grid; grid-template-columns: 2.2rem 1fr 2.4rem; gap: 1rem; align-items: center; width: 100%; padding: 1.65rem .5rem; color: var(--navy-900); background: transparent; border: 0; cursor: pointer; font-family: var(--font-display); font-size: clamp(1.35rem, 2.2vw, 2.2rem); line-height: 1.05; text-align: left; text-transform: uppercase; }
.faq-item button > span { align-self: start; padding-top: .25rem; color: var(--orange); font-size: .66rem; letter-spacing: .1em; }
.faq-item button i { position: relative; display: block; width: 2rem; height: 2rem; border: 1px solid var(--line); }
.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; left: 50%; top: 50%; width: .85rem; height: .1rem; background: currentColor; transform: translate(-50%,-50%); transition: transform .25s; }
.faq-item button i::after { transform: translate(-50%,-50%) rotate(90deg); }
.faq-item button[aria-expanded="true"] i { color: var(--sand-100); background: var(--orange); border-color: var(--orange); }
.faq-item button[aria-expanded="true"] i::after { transform: translate(-50%,-50%) rotate(0); }
.faq-answer { display: grid; grid-template-rows: 1fr; transition: grid-template-rows .35s var(--ease); }
.faq-answer[hidden] { display: grid; grid-template-rows: 0fr; }
.faq-answer > div { overflow: hidden; }
.faq-answer p { max-width: 44rem; margin: 0; padding: 0 3.9rem 1.8rem; color: var(--muted); line-height: 1.7; }

.final-cta { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 3rem; min-height: 35rem; padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 7vw, 8rem); color: var(--sand-100); background: var(--navy-950); overflow: hidden; }
.final-cta::after { content: ""; position: absolute; right: -10%; top: -30%; width: 35rem; aspect-ratio: 1; border: 10rem solid rgba(216,137,29,.08); border-radius: 50%; }
.final-cta__grid { opacity: .18; background-image: linear-gradient(rgba(244,237,223,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(244,237,223,.2) 1px, transparent 1px); mask-image: linear-gradient(to right, black, transparent); }
.final-cta__copy { position: relative; z-index: 2; }
.final-cta__copy > p { margin: 0 0 1rem; color: var(--orange-bright); font-family: var(--font-display); font-size: .78rem; letter-spacing: .17em; text-transform: uppercase; }
.final-cta h2 { font-size: clamp(3.8rem, 8.3vw, 9rem); }
.final-cta__copy > span { display: block; max-width: 42rem; margin-top: 1.8rem; color: rgba(244,237,223,.62); font-size: 1.08rem; }
.final-cta__button { position: relative; z-index: 3; display: grid; place-content: center; width: clamp(13rem, 18vw, 18rem); aspect-ratio: 1; padding: 2rem; color: var(--navy-950); background: var(--orange-bright); font-family: var(--font-display); font-size: clamp(1.6rem, 2.8vw, 2.8rem); line-height: .9; text-transform: uppercase; clip-path: polygon(1.5rem 0, 100% 0, 100% calc(100% - 1.5rem), calc(100% - 1.5rem) 100%, 0 100%, 0 1.5rem); transition: transform .35s var(--ease), background .25s; }
.final-cta__button:hover { background: var(--sand-100); transform: rotate(-3deg); }
.final-cta__button svg { width: 2.4rem; height: 2.4rem; margin-top: 1.2rem; }

.site-footer { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem 5rem; padding: clamp(3rem, 6vw, 6rem) clamp(1rem, 7vw, 8rem) 2rem; color: var(--sand-100); background: #031725; border-top: 1px solid rgba(244,237,223,.12); }
.footer-brand .brand-copy em { color: var(--sand-100); }
.site-footer > p { align-self: end; justify-self: end; max-width: 29rem; margin: 0; color: rgba(244,237,223,.52); text-align: right; }
.footer-links { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 1rem 2rem; padding-block: 2rem; border-top: 1px solid rgba(244,237,223,.12); border-bottom: 1px solid rgba(244,237,223,.12); }
.footer-links a { color: rgba(244,237,223,.72); font-family: var(--font-display); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-links a:hover { color: var(--orange-bright); }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 1rem; color: rgba(244,237,223,.38); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom a:hover { color: var(--orange-bright); }

.floating-whatsapp { position: fixed; z-index: 900; right: 1rem; bottom: 1rem; display: inline-flex; align-items: center; gap: .8rem; min-height: 3.7rem; padding: .65rem .65rem .65rem 1.1rem; color: var(--sand-100); background: var(--navy-900); box-shadow: 0 .7rem 2rem rgba(4,29,48,.3); font-family: var(--font-display); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; clip-path: polygon(.6rem 0, 100% 0, 100% calc(100% - .6rem), calc(100% - .6rem) 100%, 0 100%, 0 .6rem); transition: transform .25s, opacity .25s; }
.floating-whatsapp:hover { transform: translateY(-.25rem); }
.floating-whatsapp svg { display: grid; width: 2.5rem; height: 2.5rem; padding: .5rem; color: var(--navy-950); background: var(--orange-bright); stroke-width: 1.9; }
.floating-whatsapp.is-hidden { opacity: 0; pointer-events: none; transform: translateY(1rem); }

.scroll-progress { position: fixed; z-index: 1100; left: 0; right: 0; top: 0; height: .18rem; pointer-events: none; }
.scroll-progress span { display: block; width: 0; height: 100%; background: var(--orange-bright); }

.js .reveal { opacity: 0; transform: translateY(2rem); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 74rem) {
  :root { --header-h: 5.3rem; }
  .main-nav { gap: 1.1rem; }
  .main-nav > a:not(.nav-cta) span { display: none; }
  .hero { grid-template-columns: minmax(0, 1.1fr) minmax(22rem, .9fr); padding-inline: 3rem; }
  .hero h1 { font-size: clamp(4.2rem, 9.7vw, 8rem); }
  .hero-visual { margin-right: -4rem; }
  .service-row { grid-template-columns: 3rem 3.7rem minmax(12rem, .55fr) 1fr; }
  .service-mark { display: none; }
  .remodel-feature { grid-template-columns: 5rem 4rem minmax(13rem,.7fr) 1fr 3.5rem; }
  .contact-strip { grid-template-columns: 1fr 1fr; }
  .contact-strip > a:last-child { grid-column: 1 / -1; border-top: 1px solid rgba(244,237,223,.18); }
}

@media (max-width: 58rem) {
  .site-header { grid-template-columns: 1fr auto; }
  .menu-toggle { position: relative; z-index: 1002; display: flex; align-items: center; gap: .7rem; min-height: 2.8rem; padding: .4rem .75rem; color: var(--navy-900); background: transparent; border: 1px solid var(--line); cursor: pointer; font-family: var(--font-display); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
  .menu-lines { display: grid; gap: .35rem; width: 1.25rem; }
  .menu-lines i { display: block; height: .13rem; background: currentColor; transition: transform .3s, width .3s; }
  .menu-lines i:last-child { width: 70%; justify-self: end; }
  .menu-toggle[aria-expanded="true"] .menu-lines i:first-child { transform: translateY(.24rem) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-lines i:last-child { width: 100%; transform: translateY(-.24rem) rotate(-45deg); }
  .main-nav { position: fixed; z-index: 1001; inset: 0; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 0; padding: 6rem 2rem 2rem; color: var(--sand-100); background: var(--navy-950); transform: translateX(100%); visibility: hidden; transition: transform .45s var(--ease), visibility .45s; }
  .main-nav.is-open { transform: translateX(0); visibility: visible; }
  .main-nav > a:not(.nav-cta) { display: flex; align-items: baseline; gap: .7rem; padding: 1rem 0; border-bottom: 1px solid rgba(244,237,223,.16); font-size: clamp(2.2rem, 8vw, 4rem); line-height: 1; }
  .main-nav > a:not(.nav-cta) span { display: inline; font-size: .65rem; }
  .main-nav > a:not(.nav-cta)::after { display: none; }
  .nav-cta { justify-content: center; margin-top: 2rem; min-height: 4rem; color: var(--navy-950); background: var(--orange-bright); font-size: 1rem; }

  .hero { grid-template-columns: 1fr; min-height: auto; padding: 8.5rem 2rem 0; overflow: hidden; }
  .hero-copy { max-width: 47rem; }
  .hero h1 { font-size: clamp(3.2rem, 11vw, 6.5rem); }
  .hero-line { white-space: normal; }
  .hero-line--two, .hero-line--three { margin-left: 0; }
  .hero-intro, .hero-actions, .hero-proof { padding-left: 0; }
  .hero-visual { width: 100%; max-width: 35rem; height: 37rem; min-height: 0; margin: 3rem auto 0; overflow: hidden; }
  .hero-angle { inset: 1rem 0 -1rem 1rem; }
  .hero-stamp { right: 0; }
  .hero-name { left: 0; }
  .hero-contact { display: none; }
  .hero-signal { left: -4rem; top: 38%; }
  .hero-photo-wrap { clip-path: polygon(10% 0, 100% 0, 100% 90%, 82% 100%, 0 100%, 0 10%); }

  .section-heading, .trust-inner, .process, .quote-policy__body, .coverage, .faq { grid-template-columns: 1fr; }
  .section-heading { gap: 2rem; }
  .service-row { grid-template-columns: 2.6rem 3.4rem 1fr; align-items: start; }
  .service-row h3 { align-self: center; }
  .service-row p { grid-column: 3; }
  .remodel-feature { grid-template-columns: 5rem 1fr 3.5rem; }
  .remodel-feature > svg { display: none; }
  .remodel-feature > div:nth-of-type(2) { grid-column: 2; }
  .remodel-feature > p { grid-column: 2; }
  .remodel-feature > a { grid-column: 3; grid-row: 1 / 3; }
  .trust-lead, .process-intro, .quote-policy__heading, .faq-heading { position: static; }
  .trust-inner { gap: 4rem; }
  .process { gap: 4rem; }
  .quote-policy__body { gap: 4rem; }
  .coverage { min-height: 0; gap: 4rem; }
  .coverage-map-frame { height: 36rem; }
  .faq { gap: 4rem; }
  .final-cta { grid-template-columns: 1fr; }
  .final-cta__button { justify-self: end; }
}

@media (max-width: 42rem) {
  :root { --shell: min(100% - 2rem, 90rem); }
  .site-header { padding-inline: 1rem; }
  .brand-logo { width: 2.7rem; height: 2.2rem; }
  .brand-copy strong { font-size: 1.15rem; }
  .brand-copy em { top: -.95rem; font-size: 1.1rem; }
  .brand-copy small { font-size: .44rem; }
  .menu-label { display: none; }

  .hero { padding-inline: 1rem; overflow: hidden; }
  .hero-signal { display: none; }
  .hero h1 { font-size: clamp(2.6rem, 11vw, 4.4rem); letter-spacing: -.03em; word-break: break-word; }
  .hero-line { white-space: normal; }
  .hero-line--two, .hero-line--three { margin-left: 0; }
  .hero-intro, .hero-actions, .hero-proof { padding-left: 0; }
  .hero-intro { margin-top: 1.6rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 1rem; }
  .button { justify-content: center; width: 100%; }
  .text-link { width: max-content; }
  .hero-proof { display: grid; grid-template-columns: 1fr; gap: .8rem; }
  .hero-visual { height: 31rem; overflow: hidden; max-width: 100%; }
  .hero-angle { inset: 1rem 0 -1rem 1rem; }
  .hero-stamp { right: .5rem; width: 6.8rem; }
  .hero-stamp strong { font-size: 2.4rem; }
  .hero-name { left: .5rem; }
  .hero-name span { font-size: 3rem; }

  .section-heading h2, .trust h2, .process h2, .quote-policy h2, .coverage h2, .faq h2, .final-cta h2 { font-size: clamp(2.6rem, 12vw, 4.8rem); word-break: break-word; }
  .service-row { grid-template-columns: 2rem 2.8rem 1fr; min-height: 0; padding-block: 1.5rem; }
  .service-icon { width: 2.5rem; height: 2.5rem; }
  .service-row h3 { font-size: 2.2rem; }
  .service-row p { font-size: .92rem; }
  .remodel-feature { grid-template-columns: 4rem 1fr; padding: 1.25rem; }
  .remodel-feature__label { width: 4rem; }
  .remodel-feature__label strong { font-size: 1.2rem; }
  .remodel-feature > div:nth-of-type(2), .remodel-feature > p, .remodel-feature > a { grid-column: 2; }
  .remodel-feature > a { grid-row: auto; width: 3.5rem; }

  .trust-point { grid-template-columns: 1.5rem 3rem 1fr; gap: .7rem; }
  .trust-point > svg { width: 2.4rem; height: 2.4rem; }
  .trust-metrics { grid-template-columns: 1fr; }
  .trust-metrics div { min-height: 8rem; border-right: 0; border-bottom: 1px solid rgba(244,237,223,.18); }
  .trust-metrics div:last-child { border-bottom: 0; }

  .process-step { grid-template-columns: 4rem 1fr; }
  .process-step__number { width: 3.8rem; }
  .process-step:not(:last-child)::before { left: 1.9rem; }
  .process-step:not(:last-child)::after { left: 1.65rem; }

  .quote-policy { grid-template-columns: 1fr; }
  .quote-policy__side { writing-mode: horizontal-tb; transform: none; padding: .6rem 1rem; width: 100%; flex-direction: row; gap: .8rem; }
  .quote-policy__side strong { font-size: 1.2rem; }
  .quote-policy__body { width: 100%; max-width: 100%; box-sizing: border-box; padding-inline: 1rem; }
  .cost-note { grid-template-columns: 1fr; }
  .policy-item { grid-template-columns: 1.5rem 1fr; }

  .coverage-map-frame { height: 32rem; max-width: 100%; }
  .coverage-map-frame iframe { max-width: 100%; }

  .contact-strip { grid-template-columns: 1fr; }
  .contact-strip > a, .contact-strip > a:last-child { grid-column: auto; min-height: 7rem; border-right: 0; border-bottom: 1px solid rgba(244,237,223,.18); }
  .contact-strip > a:last-child { border-bottom: 0; }

  .faq-item button { grid-template-columns: 1.5rem 1fr 2rem; gap: .7rem; padding-block: 1.3rem; }
  .faq-item button i { width: 1.8rem; height: 1.8rem; }
  .faq-answer p { padding: 0 2.2rem 1.5rem; }

  .final-cta { min-height: 40rem; padding-inline: 1rem; }
  .final-cta__button { justify-self: start; width: 12rem; }
  .site-footer { grid-template-columns: 1fr; padding-inline: 1rem; }
  .site-footer > p { justify-self: start; text-align: left; }
  .footer-links, .footer-bottom { grid-column: 1; }
  .footer-bottom { flex-direction: column; }
  .floating-whatsapp span { display: none; }
  .floating-whatsapp { padding: .55rem; }
}

@media (max-width: 24rem) {
  .hero h1 { font-size: 3.5rem; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-visual { height: 27rem; }
  .service-row { grid-template-columns: 1.8rem 1fr; }
  .service-row .service-icon { grid-column: 2; }
  .service-row h3, .service-row p { grid-column: 2; }
  .remodel-feature { grid-template-columns: 1fr; }
  .remodel-feature__label, .remodel-feature > div:nth-of-type(2), .remodel-feature > p, .remodel-feature > a { grid-column: 1; }
  .trust-point { grid-template-columns: 1.5rem 1fr; }
  .trust-point > div { grid-column: 2; }
  .coverage-map-frame { height: 28rem; }
}

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

@media (prefers-contrast: more) {
  :root { --muted: #344752; --line: rgba(8,44,70,.42); }
  .trust-point p, .quote-policy p, .final-cta__copy > span { color: var(--sand-200); }
}

@media print {
  .site-header, .site-loader, .floating-whatsapp, .scroll-progress, .service-ribbon { display: none !important; }
  .hero { min-height: 0; padding-top: 2rem; }
  .reveal { opacity: 1 !important; transform: none !important; }
}
