:root {
  --black: #080808;
  --ink: #151515;
  --charcoal: #222222;
  --muted: #6b6b6b;
  --line: #dedbd4;
  --cream: #f6f3ed;
  --white: #ffffff;
  --gold: #d4a94f;
  --gold-light: #f0d38a;
  --gold-dark: #9e7427;
  --green: #31563a;
  --shadow: 0 24px 70px rgba(0,0,0,.14);
  --radius: 22px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 9999;
  padding: .8rem 1rem;
  background: var(--gold);
  color: var(--black);
  font-weight: 800;
}
.skip-link:focus { top: 1rem; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 110px 0; }
.section--dark { background: var(--black); color: var(--white); }

.announcement { background: var(--gold); color: var(--black); font-size: .78rem; font-weight: 800; letter-spacing: .035em; }
.announcement__inner { min-height: 36px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.announcement a { white-space: nowrap; border-bottom: 1px solid currentColor; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(8,8,8,.96);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
}
.header__inner { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { flex: 0 0 auto; }
.brand img { width: 190px; height: 72px; object-fit: contain; object-position: center; }
.primary-nav { display: flex; align-items: center; gap: 28px; color: rgba(255,255,255,.85); font-size: .86rem; font-weight: 750; letter-spacing: .035em; }
.primary-nav > a:not(.button) { position: relative; padding: 32px 0; }
.primary-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; bottom: 24px; width: 0; height: 2px; background: var(--gold); transition: width .25s ease; }
.primary-nav > a:hover::after, .primary-nav > a:focus-visible::after { width: 100%; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 1px solid rgba(255,255,255,.18); background: transparent; border-radius: 50%; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--white); transition: transform .25s, opacity .25s; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 26px; border: 1px solid transparent; border-radius: 100px; font-size: .84rem; font-weight: 850; letter-spacing: .04em; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 44px; padding-inline: 20px; }
.button--gold { color: var(--black); background: linear-gradient(135deg, var(--gold-light), var(--gold), var(--gold-dark)); box-shadow: 0 12px 35px rgba(212,169,79,.22); }
.button--gold:hover { box-shadow: 0 14px 40px rgba(212,169,79,.36); }
.button--outline { color: var(--white); border-color: rgba(255,255,255,.52); background: rgba(0,0,0,.16); }
.button--outline:hover { background: rgba(255,255,255,.1); border-color: var(--white); }
.button--dark { color: var(--white); background: var(--black); }
.button--full { width: 100%; }
.text-link { display: inline-flex; gap: .6rem; align-items: center; margin-top: 18px; color: var(--gold-dark); font-weight: 850; border-bottom: 1px solid rgba(158,116,39,.3); }
.text-link span { font-size: 1.2rem; }

.hero { position: relative; min-height: calc(100vh - 126px); display: grid; align-items: center; color: var(--white); overflow: hidden; background: var(--black); }
.hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 57%; filter: saturate(.86) contrast(1.05); }
.hero__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.66) 42%, rgba(0,0,0,.18) 78%), linear-gradient(0deg, rgba(0,0,0,.45), transparent 50%); }
.hero__content { position: relative; z-index: 2; padding: 90px 0 170px; }
.eyebrow { margin: 0 0 16px; color: var(--gold-dark); font-size: .73rem; line-height: 1.35; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.hero .eyebrow, .section--dark .eyebrow, .commercial .eyebrow, .estimate .eyebrow { color: var(--gold-light); }
.hero h1 { max-width: 920px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.25rem, 7.6vw, 7.4rem); line-height: .93; letter-spacing: -.055em; font-weight: 500; }
.hero h1 span { color: var(--gold-light); }
.hero__lead { max-width: 680px; margin: 28px 0 0; font-size: clamp(1.05rem, 2vw, 1.25rem); color: rgba(255,255,255,.78); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.hero__stats { position: absolute; z-index: 2; left: 50%; bottom: 0; transform: translateX(-50%); width: min(calc(100% - 40px), var(--container)); display: grid; grid-template-columns: repeat(3, 1fr); background: rgba(8,8,8,.90); border: 1px solid rgba(255,255,255,.1); border-bottom: 0; backdrop-filter: blur(12px); }
.hero__stats div { padding: 25px 30px; border-right: 1px solid rgba(255,255,255,.1); }
.hero__stats div:last-child { border-right: 0; }
.hero__stats strong, .hero__stats span { display: block; }
.hero__stats strong { color: var(--gold-light); font-family: Georgia, serif; font-size: 1.4rem; font-weight: 500; }
.hero__stats span { margin-top: 2px; color: rgba(255,255,255,.58); font-size: .78rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.split__media { position: relative; }
.split__media::before { content: ""; position: absolute; inset: -22px 38px 45px -22px; border: 1px solid rgba(212,169,79,.5); border-radius: var(--radius); }
.split__media img { position: relative; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.media-badge { position: absolute; right: -28px; bottom: 34px; padding: 20px 25px; color: var(--white); background: var(--black); border-left: 4px solid var(--gold); box-shadow: var(--shadow); }
.media-badge span, .media-badge strong { display: block; }
.media-badge span { font-size: .75rem; color: rgba(255,255,255,.65); text-transform: uppercase; letter-spacing: .12em; }
.media-badge strong { margin-top: 2px; font-family: Georgia, serif; font-size: 1.35rem; font-weight: 500; }
.split__content h2, .section-heading h2, .commercial h2, .estimate h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.35rem, 4.5vw, 4.6rem); line-height: 1.04; letter-spacing: -.035em; font-weight: 500; }
.split__content > p:not(.eyebrow) { color: var(--muted); font-size: 1.03rem; }
.check-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 20px; margin: 28px 0 0; }
.check-grid span { position: relative; padding-left: 25px; font-size: .9rem; font-weight: 800; }
.check-grid span::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--gold-dark); }

.property-types { padding: 95px 0; background: var(--cream); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.property-types__inner { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: stretch; }
.property-types__heading h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1.04; letter-spacing: -.035em; font-weight: 500; }
.property-types__heading > p:not(.eyebrow) { color: var(--muted); }
.property-types__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.property-type-card { min-height: 100%; padding: 34px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 14px 40px rgba(0,0,0,.06); }
.property-type-card--dark { color: var(--white); background: var(--black); border-color: rgba(255,255,255,.12); }
.property-type-card > span { color: var(--gold-dark); font-size: .72rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.property-type-card--dark > span { color: var(--gold-light); }
.property-type-card h3 { margin: 42px 0 14px; font-family: Georgia, serif; font-size: 1.65rem; line-height: 1.15; font-weight: 500; }
.property-type-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.property-type-card--dark p { color: rgba(255,255,255,.64); }
.property-type-card--dark .text-link { color: var(--gold-light); border-bottom-color: rgba(240,211,138,.32); }

.section-heading { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: 70px; align-items: end; margin-bottom: 55px; }
.section-heading > p { margin: 0 0 7px; color: var(--muted); }
.section-heading--light > p { color: rgba(255,255,255,.62); }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); }
.service-card { min-height: 300px; padding: 34px 28px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); transition: background .25s ease, transform .25s ease; }
.service-card:hover { background: #151515; transform: translateY(-5px); }
.service-card__icon { color: var(--gold); font-family: Georgia, serif; font-size: 1rem; }
.service-card h3 { margin: 75px 0 12px; font-family: Georgia, serif; font-size: 1.45rem; line-height: 1.2; font-weight: 500; }
.service-card p { margin: 0; color: rgba(255,255,255,.58); font-size: .9rem; }

.projects { background: var(--cream); }
.project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; }
.project-card { overflow: hidden; background: var(--white); border-radius: var(--radius); box-shadow: 0 16px 50px rgba(0,0,0,.08); }
.project-card--optional { display: none; }
.project-card--optional.is-visible { display: block; }
.compare { --position: 50%; position: relative; width: 100%; aspect-ratio: 4 / 3; overflow: hidden; background: #ddd; isolation: isolate; }
.compare--portrait { aspect-ratio: 4 / 4.6; }
.compare > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; user-select: none; pointer-events: none; }
.compare__before { z-index: 2; clip-path: inset(0 calc(100% - var(--position)) 0 0); }
.compare__line { position: absolute; z-index: 4; top: 0; bottom: 0; left: var(--position); width: 2px; background: var(--white); box-shadow: 0 0 0 1px rgba(0,0,0,.12); pointer-events: none; }
.compare__line i { position: absolute; left: 50%; top: 50%; width: 46px; height: 46px; transform: translate(-50%, -50%); border-radius: 50%; background: var(--gold); box-shadow: 0 8px 25px rgba(0,0,0,.25); }
.compare__line i::before, .compare__line i::after { content: ""; position: absolute; top: 50%; width: 8px; height: 8px; border-top: 2px solid var(--black); border-left: 2px solid var(--black); }
.compare__line i::before { left: 11px; transform: translateY(-50%) rotate(-45deg); }
.compare__line i::after { right: 11px; transform: translateY(-50%) rotate(135deg); }
.compare input[type="range"] { position: absolute; z-index: 5; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.compare__label { position: absolute; z-index: 3; top: 18px; padding: 6px 10px; color: var(--white); background: rgba(0,0,0,.68); border-radius: 100px; font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(8px); }
.compare__label--before { left: 18px; }
.compare__label--after { right: 18px; }
.project-card__body { padding: 26px 28px 30px; }
.project-card__body > span { color: var(--gold-dark); font-size: .7rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.project-card__body h3 { margin: 7px 0 9px; font-family: Georgia, serif; font-size: 1.65rem; line-height: 1.16; font-weight: 500; }
.project-card__body p { margin: 0; color: var(--muted); font-size: .92rem; }
.project-toggle-wrap { display: flex; justify-content: center; margin-top: 42px; }

.gallery-section { padding-bottom: 0; }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 330px; gap: 4px; }
.gallery figure { position: relative; margin: 0; overflow: hidden; background: #ddd; }
.gallery__wide { grid-column: span 2; }
.gallery__triple { grid-column: span 3; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.65,.2,1); }
.gallery figure:hover img { transform: scale(1.045); }
.gallery figcaption { position: absolute; left: 20px; bottom: 18px; padding: 7px 12px; color: var(--white); background: rgba(0,0,0,.68); border-left: 2px solid var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.commercial { position: relative; min-height: 730px; display: flex; align-items: center; color: var(--white); background: var(--black); overflow: hidden; }
.commercial__background { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.84) 53%, rgba(0,0,0,.2) 100%), url("assets/images/roadside-after.webp") center/cover no-repeat; filter: saturate(.65); }
.commercial__content { position: relative; z-index: 2; }
.commercial__content > * { max-width: 750px; }
.commercial__content > p:not(.eyebrow) { color: rgba(255,255,255,.66); font-size: 1.04rem; }
.commercial__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 30px; margin: 30px 0 34px; }
.commercial__list span { position: relative; padding-left: 25px; color: rgba(255,255,255,.9); font-weight: 750; }
.commercial__list span::before { content: ""; position: absolute; left: 0; top: .68em; width: 12px; height: 1px; background: var(--gold); }

.process { background: var(--white); }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-grid li { padding: 34px 28px 10px 0; border-right: 1px solid var(--line); }
.process-grid li:not(:first-child) { padding-left: 28px; }
.process-grid li:last-child { border-right: 0; }
.process-grid span { color: var(--gold-dark); font-family: Georgia, serif; font-size: 1.2rem; }
.process-grid h3 { margin: 50px 0 10px; font-family: Georgia, serif; font-size: 1.35rem; line-height: 1.2; font-weight: 500; }
.process-grid p { margin: 0; color: var(--muted); font-size: .88rem; }

.estimate { color: var(--white); background: radial-gradient(circle at 90% 10%, rgba(212,169,79,.15), transparent 28%), var(--black); }
.estimate__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.estimate__copy > p:not(.eyebrow) { color: rgba(255,255,255,.62); }
.contact-shortcuts { display: grid; gap: 12px; margin-top: 34px; }
.contact-shortcuts a { display: block; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.15); }
.contact-shortcuts span, .contact-shortcuts strong { display: block; }
.contact-shortcuts span { color: var(--gold); font-size: .67rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 850; }
.contact-shortcuts strong { margin-top: 3px; font-size: .9rem; overflow-wrap: anywhere; }
.estimate-form { padding: 36px; color: var(--ink); background: var(--white); border-radius: var(--radius); box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.estimate-form label { display: grid; gap: 7px; margin-bottom: 16px; font-size: .75rem; font-weight: 850; letter-spacing: .035em; }
.estimate-form input, .estimate-form select, .estimate-form textarea { width: 100%; border: 1px solid #d8d4cb; background: #faf9f6; border-radius: 10px; outline: 0; transition: border-color .2s, box-shadow .2s; }
.estimate-form input, .estimate-form select { min-height: 50px; padding: 0 13px; }
.estimate-form textarea { padding: 13px; resize: vertical; }
.estimate-form input:focus, .estimate-form select:focus, .estimate-form textarea:focus { border-color: var(--gold-dark); box-shadow: 0 0 0 3px rgba(212,169,79,.16); }
.form-note, .form-status { margin: 11px 0 0; color: var(--muted); font-size: .72rem; }
.form-status { min-height: 1.2em; color: var(--gold-dark); font-weight: 750; }
.form-status.is-success { padding: 12px 14px; color: #155d34; background: #eaf8ef; border: 1px solid #b9e3c7; border-radius: 9px; }
.form-status.is-error { padding: 12px 14px; color: #8a3b00; background: #fff4e7; border: 1px solid #efd0a8; border-radius: 9px; }
.estimate-form .honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.estimate-form button:disabled { cursor: wait; opacity: .68; transform: none; }
.contact-shortcuts a { border-radius: 8px; transition: background-color .2s, padding-left .2s, color .2s; }
.contact-shortcuts a:hover, .contact-shortcuts a:focus-visible { padding-left: 12px; color: var(--gold-light); background: rgba(255,255,255,.05); outline: none; }

.site-footer { padding: 75px 0 115px; color: rgba(255,255,255,.68); background: #030303; border-top: 1px solid rgba(255,255,255,.09); }
.footer__grid { display: grid; grid-template-columns: 1.8fr 1.25fr .8fr .7fr; gap: 50px; }
.footer__brand img { width: 250px; height: 140px; object-fit: contain; }
.footer__brand p { max-width: 360px; margin: 14px 0 0; font-size: .88rem; }
.site-footer h2 { margin: 25px 0 16px; color: var(--white); font-family: Georgia, serif; font-size: 1.05rem; font-weight: 500; }
.site-footer a, .site-footer span { display: block; margin: 8px 0; font-size: .82rem; overflow-wrap: anywhere; }
.site-footer a:hover { color: var(--gold-light); }
.footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 65px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); }
.footer__bottom span, .footer__bottom a { margin: 0; font-size: .72rem; }
.mobile-actions { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-in-view { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1020px) {
  .announcement__inner span { max-width: 70%; }
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; inset: 90px 0 auto; display: grid; align-content: start; gap: 0; padding: 20px; color: var(--white); background: rgba(8,8,8,.99); border-top: 1px solid rgba(255,255,255,.1); transform: translateY(-130%); opacity: 0; visibility: hidden; transition: transform .28s ease, opacity .28s ease, visibility .28s; }
  .primary-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
  .primary-nav > a:not(.button) { padding: 16px 10px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .primary-nav > a:not(.button)::after { display: none; }
  .primary-nav .button { margin-top: 18px; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .property-types__inner { grid-template-columns: 1fr; gap: 38px; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .gallery__triple { grid-column: span 1; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid li:nth-child(2) { border-right: 0; }
  .process-grid li:nth-child(n+3) { margin-top: 35px; border-top: 1px solid var(--line); }
  .estimate__grid { grid-template-columns: 1fr; gap: 55px; }
  .footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer__grid > div:last-child { grid-column: 2 / 3; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 78px 0; }
  .announcement { display: none; }
  .header__inner { min-height: 76px; }
  .brand img { width: 145px; height: 62px; }
  .primary-nav { inset: 76px 0 auto; min-height: calc(100vh - 76px); }
  .hero { min-height: calc(100svh - 76px); }
  .hero__image { object-position: 62% center; }
  .hero__veil { background: linear-gradient(0deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.62) 70%, rgba(0,0,0,.38) 100%); }
  .hero__content { padding: 110px 0 220px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.9rem); }
  .hero__lead { font-size: .98rem; }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .hero__stats { grid-template-columns: 1fr; }
  .hero__stats div { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 12px 17px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.09); }
  .hero__stats div:last-child { border-bottom: 0; }
  .hero__stats strong { font-size: 1rem; }
  .hero__stats span { margin: 0; text-align: right; }
  .split { grid-template-columns: 1fr; }
  .split__media { max-width: 600px; }
  .split__media::before { inset: -13px 22px 35px -10px; }
  .media-badge { right: 10px; bottom: 18px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 38px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 240px; }
  .service-card h3 { margin-top: 45px; }
  .property-types__grid { grid-template-columns: 1fr; }
  .property-type-card { padding: 28px; }
  .project-grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 320px; }
  .gallery__wide, .gallery__triple { grid-column: auto; }
  .commercial { min-height: auto; }
  .commercial__background { background-position: 67% center; }
  .commercial__list { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li, .process-grid li:not(:first-child) { padding: 28px 0; border-right: 0; border-top: 1px solid var(--line); margin-top: 0; }
  .process-grid h3 { margin-top: 28px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .estimate-form { padding: 25px 20px; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer__brand { grid-column: 1 / -1; }
  .footer__grid > div:last-child { grid-column: auto; }
  .footer__bottom { flex-direction: column; padding-bottom: 10px; }
  .site-footer { padding-bottom: 130px; }
  .mobile-actions { position: fixed; z-index: 1000; left: 10px; right: 10px; bottom: 10px; display: grid; grid-template-columns: 1fr 1.15fr; gap: 8px; padding: 7px; background: rgba(8,8,8,.94); border: 1px solid rgba(255,255,255,.12); border-radius: 100px; backdrop-filter: blur(15px); box-shadow: 0 10px 35px rgba(0,0,0,.3); }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; min-height: 46px; border-radius: 100px; color: var(--white); font-size: .78rem; font-weight: 850; }
  .mobile-actions a:last-child { color: var(--black); background: var(--gold); }
}

@media (max-width: 430px) {
  .hero__stats { width: calc(100% - 20px); }
  .check-grid { grid-template-columns: 1fr; }
  .project-card__body { padding-inline: 20px; }
  .footer__grid { grid-template-columns: 1fr; }
}

/* Expanded service details */
.service-card ul {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255,255,255,.64);
  font-size: .86rem;
}
.service-card li {
  position: relative;
  margin: 8px 0;
  padding-left: 18px;
}
.service-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .7em;
  width: 7px;
  height: 1px;
  background: var(--gold);
}
.service-card h3 { margin-top: 38px; }
.service-card { min-height: 385px; }

@media (max-width: 760px) {
  .service-card { min-height: auto; }
  .service-card h3 { margin-top: 30px; }
}

/* Cross-browser before/after slider cleanup
   Removes the browser's native range thumb/track so only the branded gold handle is visible. */
.compare input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: transparent;
  outline: none;
  padding: 0;
  touch-action: none;
}
.compare input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.compare input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1px;
  height: 1px;
  margin: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.compare input[type="range"]::-moz-range-track {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.compare input[type="range"]::-moz-range-progress {
  background: transparent;
  border: 0;
}
.compare input[type="range"]::-moz-range-thumb {
  width: 1px;
  height: 1px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.compare input[type="range"]::-ms-track,
.compare input[type="range"]::-ms-fill-lower,
.compare input[type="range"]::-ms-fill-upper {
  background: transparent;
  border: 0;
  color: transparent;
}
.compare input[type="range"]::-ms-thumb {
  width: 1px;
  height: 1px;
  background: transparent;
  border: 0;
  box-shadow: none;
}


/* Client testimonials */
.testimonials {
  background:
    radial-gradient(circle at 85% 0%, rgba(212,169,79,.13), transparent 28%),
    #f5f1e8;
}
.testimonial-summary {
  display: flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  margin: -18px 0 34px;
  padding: 12px 18px;
  background: var(--black);
  color: var(--white);
  border-radius: 999px;
  box-shadow: 0 16px 35px rgba(0,0,0,.12);
}
.testimonial-summary strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
}
.testimonial-summary > span:last-child {
  color: rgba(255,255,255,.68);
  font-size: .78rem;
  font-weight: 750;
  letter-spacing: .045em;
  text-transform: uppercase;
}
.testimonial-stars,
.testimonial-card__stars {
  color: var(--gold-dark);
  letter-spacing: .14em;
}
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.testimonial-card {
  position: relative;
  min-height: 245px;
  padding: 34px;
  background: var(--white);
  border: 1px solid rgba(30,27,22,.10);
  border-radius: var(--radius);
  box-shadow: 0 22px 55px rgba(39,31,16,.08);
}
.testimonial-card::after {
  content: "“";
  position: absolute;
  right: 25px;
  bottom: 3px;
  color: rgba(212,169,79,.16);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 7rem;
  line-height: 1;
}
.testimonial-card__stars {
  margin-bottom: 18px;
  font-size: .95rem;
}
.testimonial-card blockquote {
  position: relative;
  z-index: 1;
  margin: 0 0 24px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.5;
}
.testimonial-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--gold-dark);
  font-size: .82rem;
  font-weight: 850;
  letter-spacing: .055em;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-card { min-height: 0; padding: 26px 23px; }
  .testimonial-summary { margin-top: -8px; flex-wrap: wrap; }
}


/* Functional footer Back to top control */
.footer__bottom .back-to-top {
  display: block;
  margin: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  font: inherit;
  font-size: .72rem;
  line-height: inherit;
  cursor: pointer;
  text-align: right;
  transition: color .2s ease;
}
.footer__bottom .back-to-top:hover,
.footer__bottom .back-to-top:focus-visible {
  color: var(--gold-light);
}
.footer__bottom .back-to-top:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 5px;
  border-radius: 2px;
}


/* Smooth in-page navigation */
section[id],
main[id],
header[id] {
  scroll-margin-top: 110px;
}

@media (max-width: 760px) {
  section[id],
  main[id],
  header[id] {
    scroll-margin-top: 96px;
  }
}
