/* =========================================================
   941 Accent, Media Walls & Cabinetry
   Palette pulled from the logo: deep teal, brass, walnut, linen
   ========================================================= */
:root {
  --teal-950: #0b1f28;
  --teal-900: #132d38;
  --teal-800: #1b3f4e;
  --teal-700: #25566a;
  --brass-300: #e0c793;
  --brass-400: #cfa76b;
  --brass-500: #b98b4e;
  --brass-700: #86601f;
  --walnut: #7b4a28;
  --linen-50: #fbf8f2;
  --linen-100: #f4ede0;
  --linen-200: #e9dfcc;
  --ink: #17272e;
  --ink-soft: #4a5b62;
  --on-dark: #ece5d6;
  --on-dark-soft: #b7c3c6;

  --font-display: "Cormorant Garamond", "Iowan Old Style", Georgia, serif;
  --font-body: "Jost", "Segoe UI", system-ui, -apple-system, sans-serif;

  --radius: 6px;
  --shadow-lg: 0 24px 60px -24px rgba(11, 31, 40, .55);
  --shadow-md: 0 14px 34px -18px rgba(11, 31, 40, .45);
  --header-h: 76px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 8px); -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--ink);
  background: var(--linen-50);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 600; line-height: 1.08; margin: 0 0 .5em; letter-spacing: -.005em; }
/* Cormorant defaults to old-style figures ("01" reads like "OI"), so force lining numerals everywhere it is used */
h1, h2, h3, .brand-name, .service-num, .step-num, .footer-name, .contact-list a, blockquote { font-variant-numeric: lining-nums; font-feature-settings: "lnum" 1; }
h1 em, h2 em { font-style: italic; font-weight: 500; color: var(--brass-700); }
p { margin: 0 0 1.05em; }
ul, ol { margin: 0; padding: 0; list-style: none; }
:focus-visible { outline: 3px solid var(--brass-400); outline-offset: 3px; border-radius: 2px; }

.container { width: min(1200px, 100% - 48px); margin-inline: auto; }
.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 200;
  background: var(--brass-400); color: var(--teal-950); padding: 10px 16px; border-radius: var(--radius); font-weight: 600;
}
.skip-link:focus { top: 12px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font: 500 1rem/1 var(--font-body); letter-spacing: .06em; text-transform: uppercase; text-decoration: none;
  padding: 1.05em 1.9em; border-radius: 3px; border: 1.5px solid transparent; cursor: pointer;
  transition: transform .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-sm { padding: .85em 1.3em; font-size: .82rem; }
.btn-block { width: 100%; }
.btn-brass { background: linear-gradient(180deg, var(--brass-300), var(--brass-500)); color: var(--teal-950); box-shadow: 0 10px 24px -12px rgba(185, 139, 78, .9); }
.btn-brass:hover { background: linear-gradient(180deg, #ecd6a8, var(--brass-400)); }
.btn-ghost { color: var(--on-dark); border-color: rgba(236, 229, 214, .45); }
.btn-ghost:hover { border-color: var(--brass-300); color: var(--brass-300); }
.btn-teal { background: var(--teal-900); color: var(--linen-50); }
.btn-teal:hover { background: var(--teal-700); }

.eyebrow {
  display: inline-flex; align-items: center; gap: .8em;
  font: 500 .82rem/1 var(--font-body); letter-spacing: .22em; text-transform: uppercase; color: var(--brass-700); margin-bottom: 1.2rem;
}
.eyebrow::before { content: ""; width: 34px; height: 1.5px; background: currentColor; }
.eyebrow-light { color: var(--brass-300); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100; height: var(--header-h);
  background: rgba(19, 45, 56, .94); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(207, 167, 107, .22);
  transition: box-shadow .25s ease;
}
.site-header.is-scrolled { box-shadow: 0 10px 30px -14px rgba(0, 0, 0, .6); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--on-dark); margin-right: auto; }
.brand img { width: 52px; height: 52px; filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .35)); }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name { font: 700 1.5rem/1 var(--font-display); letter-spacing: .02em; }
.brand-sub { font: 500 .66rem/1.2 var(--font-body); letter-spacing: .2em; text-transform: uppercase; color: var(--brass-300); margin-top: 4px; }

.main-nav ul { display: flex; gap: 26px; }
.main-nav a {
  position: relative; text-decoration: none; color: var(--on-dark); font-size: .9rem; letter-spacing: .06em; text-transform: uppercase; padding: 6px 0;
}
.main-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1.5px; background: var(--brass-400); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.main-nav a:hover::after { transform: scaleX(1); }
.header-cta { display: flex; align-items: center; gap: 18px; }
.header-phone { display: inline-flex; align-items: center; gap: 8px; color: var(--brass-300); text-decoration: none; font-weight: 500; letter-spacing: .04em; white-space: nowrap; }
.header-phone:hover { color: #fff; }

.nav-toggle { display: none; width: 46px; height: 46px; background: none; border: 1.5px solid rgba(207, 167, 107, .5); border-radius: 4px; cursor: pointer; padding: 0; position: relative; }
.nav-toggle span { position: absolute; left: 11px; right: 11px; height: 2px; background: var(--brass-300); transition: transform .25s ease, opacity .2s ease, top .25s ease; }
.nav-toggle span:nth-child(1) { top: 15px; }
.nav-toggle span:nth-child(2) { top: 22px; }
.nav-toggle span:nth-child(3) { top: 29px; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { top: 22px; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { top: 22px; transform: rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden; color: var(--on-dark);
  background:
    radial-gradient(900px 500px at 85% 10%, rgba(37, 86, 106, .55), transparent 65%),
    radial-gradient(700px 500px at 0% 100%, rgba(185, 139, 78, .14), transparent 60%),
    var(--teal-900);
}
/* subtle slat-wall texture */
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, .035) 0 2px, transparent 2px 26px);
  -webkit-mask-image: linear-gradient(90deg, #000 0%, transparent 60%); mask-image: linear-gradient(90deg, #000 0%, transparent 60%);
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; gap: 64px; align-items: center; padding-block: 76px 96px; }
.hero h1 { font-size: clamp(2.7rem, 5.6vw, 4.6rem); color: #fff; }
.hero h1 em { color: var(--brass-300); display: block; }
.lead { font-size: 1.2rem; color: var(--on-dark-soft); max-width: 34em; margin-bottom: 2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 2.2rem; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 26px; color: var(--on-dark); font-size: .95rem; }
.hero-points li { position: relative; padding-left: 20px; }
.hero-points li::before { content: ""; position: absolute; left: 0; top: .6em; width: 8px; height: 8px; background: var(--brass-400); transform: rotate(45deg); }

.hero-collage {
  position: relative; display: grid; gap: 14px; height: 640px;
  grid-template-columns: 1.12fr 1fr; grid-template-rows: 1fr 1fr;
}
.hc { margin: 0; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow-lg); border: 1px solid rgba(224, 199, 147, .35); background: var(--teal-800); }
.hc img { width: 100%; height: 100%; object-fit: cover; }
.hc-a { grid-row: 1 / 3; }
.hc-b img { object-position: 50% 62%; }
.hc-c img { object-position: 50% 62%; }
.hero-badge {
  position: absolute; left: -30px; bottom: -34px; width: 132px; height: 132px;
  filter: drop-shadow(0 14px 22px rgba(0, 0, 0, .55));
}

/* ---------- Trust strip ---------- */
.trust { background: var(--linen-100); border-bottom: 1px solid var(--linen-200); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding-block: 26px; }
.trust-item { display: flex; align-items: center; justify-content: center; gap: 12px; color: var(--teal-800); font-size: .98rem; line-height: 1.25; }
.trust-item svg { flex: none; color: var(--brass-700); }
.trust-item strong { font-weight: 600; }

/* ---------- Sections ---------- */
.section { padding-block: 104px; }
.section-head { max-width: 760px; margin: 0 auto 64px; text-align: center; }
.section-head .eyebrow::after { content: ""; width: 34px; height: 1.5px; background: currentColor; }
.section h2 { font-size: clamp(2.1rem, 4.2vw, 3.3rem); color: var(--teal-900); }
.section-intro { color: var(--ink-soft); font-size: 1.12rem; }
.section-sand { background: var(--linen-100); }
.section-dark { background: var(--teal-900); color: var(--on-dark); position: relative; overflow: hidden; }
.section-dark::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .6;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, .03) 0 2px, transparent 2px 28px);
}
.section-dark .container { position: relative; }
.section-dark h2, .section-head-light h2 { color: #fff; }
.section-dark h2 em { color: var(--brass-300); }

/* ---------- Services ---------- */
.service { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; margin-bottom: 96px; }
.service:last-child { margin-bottom: 0; }
.service-flip .service-media { order: 2; }
.service-media { position: relative; max-width: 540px; width: 100%; justify-self: center; }
.service-media::before {
  content: ""; position: absolute; inset: 18px -18px -18px 18px; border: 1.5px solid var(--brass-400); border-radius: var(--radius); z-index: 0;
}
.service-flip .service-media::before { inset: 18px 18px -18px -18px; }
.service-media img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.service-media-wide img { aspect-ratio: 1 / 1; object-position: 30% 50%; }
.service-num { display: block; font: 500 4.6rem/1 var(--font-display); color: transparent; -webkit-text-stroke: 1.2px var(--brass-500); margin-bottom: .1em; }
.service-body h3 { font-size: clamp(2rem, 3.6vw, 2.9rem); color: var(--teal-900); }
.service-body p { color: var(--ink-soft); }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 22px; margin: 1.6rem 0 1.8rem; }
.check-list li { position: relative; padding-left: 26px; color: var(--teal-800); font-weight: 500; font-size: .98rem; line-height: 1.4; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .28em; width: 12px; height: 12px; background: var(--brass-500); transform: rotate(45deg) scale(.72); box-shadow: 0 0 0 2px var(--linen-50), 0 0 0 3.5px var(--brass-500); }
.text-link { font-weight: 600; letter-spacing: .05em; text-transform: uppercase; font-size: .88rem; color: var(--brass-700); text-decoration: none; border-bottom: 1.5px solid currentColor; padding-bottom: 3px; }
.text-link:hover { color: var(--teal-900); }

/* ---------- Before / After ---------- */
.transform-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.transform-copy p { color: var(--ink-soft); }
.transform-copy .btn { margin-top: .6rem; }
.ba-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ba { position: relative; margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); background: var(--teal-900); }
.ba img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.ba figcaption {
  position: absolute; left: 12px; bottom: 12px; padding: 7px 14px; border-radius: 2px;
  background: rgba(11, 31, 40, .82); color: var(--on-dark); font: 500 .78rem/1 var(--font-body); letter-spacing: .2em; text-transform: uppercase; backdrop-filter: blur(4px);
}
.ba figcaption.is-after { background: var(--brass-400); color: var(--teal-950); }

/* ---------- Gallery ---------- */
.filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 40px; }
.filter {
  font: 500 .86rem/1 var(--font-body); letter-spacing: .12em; text-transform: uppercase; cursor: pointer;
  padding: .95em 1.6em; border-radius: 999px; background: transparent; color: var(--teal-800); border: 1.5px solid var(--linen-200);
  transition: all .2s ease;
}
.filter:hover { border-color: var(--brass-500); }
.filter.is-active { background: var(--teal-900); border-color: var(--teal-900); color: var(--brass-300); }
.gallery { columns: 4 220px; column-gap: 16px; }
.g-item {
  display: block; width: 100%; margin: 0 0 16px; padding: 0; border: 0; background: var(--linen-200); cursor: zoom-in; overflow: hidden;
  border-radius: var(--radius); break-inside: avoid; position: relative; box-shadow: var(--shadow-md);
}
.g-item img { width: 100%; transition: transform .6s ease; }
.g-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(11, 31, 40, .55)); opacity: 0; transition: opacity .3s ease; }
.g-item:hover img { transform: scale(1.05); }
.g-item:hover::after, .g-item:focus-visible::after { opacity: 1; }
.g-item[hidden] { display: none; }

/* ---------- Process ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; counter-reset: step; position: relative; }
.steps::before { content: ""; position: absolute; top: 31px; left: 12%; right: 12%; height: 1.5px; background: linear-gradient(90deg, transparent, var(--brass-500) 12%, var(--brass-500) 88%, transparent); opacity: .55; }
.step { text-align: center; position: relative; padding: 0 6px; }
.step-num {
  display: grid; place-items: center; width: 62px; height: 62px; margin: 0 auto 1.3rem; border-radius: 50%;
  background: var(--teal-900); border: 1.5px solid var(--brass-400); color: var(--brass-300); font: 600 1.7rem/1 var(--font-display);
  box-shadow: 0 0 0 8px var(--teal-900);
}
.step h3 { font-size: 1.55rem; color: #fff; }
.step p { color: var(--on-dark-soft); font-size: 1rem; }

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.about-plate {
  position: relative; aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; padding: 8%;
  background: radial-gradient(circle at 30% 25%, var(--teal-700), var(--teal-950) 75%); box-shadow: var(--shadow-lg);
  max-width: 460px; margin-inline: auto;
}
.about-plate::before { content: ""; position: absolute; inset: 14px; border: 1.5px dashed rgba(224, 199, 147, .5); border-radius: 50%; }
.about-plate img { width: 100%; filter: drop-shadow(0 18px 24px rgba(0, 0, 0, .5)); }
.about-copy p { color: var(--ink-soft); }
.about-copy blockquote {
  margin: 1.8rem 0 0; padding: .4rem 0 .4rem 1.6rem; border-left: 3px solid var(--brass-500);
  font: italic 500 1.55rem/1.35 var(--font-display); color: var(--teal-900);
}

/* ---------- Contact ---------- */
.section-contact { background: linear-gradient(160deg, var(--teal-900), var(--teal-950)); color: var(--on-dark); position: relative; overflow: hidden; }
.section-contact::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .55; background: repeating-linear-gradient(90deg, rgba(255, 255, 255, .03) 0 2px, transparent 2px 28px); }
.contact-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: start; }
.section-contact h2 { color: #fff; }
.section-contact h2 em { color: var(--brass-300); display: block; }
.contact-copy p { color: var(--on-dark-soft); }
.contact-kicker { color: var(--brass-300) !important; font: italic 500 1.5rem/1.3 var(--font-display); }
.contact-list { display: grid; gap: 18px; margin-top: 2rem; }
.contact-list li { display: flex; align-items: center; gap: 16px; color: var(--on-dark); }
.contact-list .ci { display: grid; place-items: center; flex: none; width: 46px; height: 46px; border-radius: 50%; border: 1.5px solid var(--brass-400); color: var(--brass-300); }
.contact-list small { display: block; font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--on-dark-soft); line-height: 1.3; }
.contact-list a { font: 600 1.4rem/1.2 var(--font-display); text-decoration: none; color: #fff; }
.contact-list a:hover { color: var(--brass-300); }

.estimate-form { background: var(--linen-50); color: var(--ink); border-radius: 10px; padding: 40px; box-shadow: 0 30px 70px -30px rgba(0, 0, 0, .7); border-top: 4px solid var(--brass-400); }
.estimate-form h3 { font-size: 2rem; color: var(--teal-900); margin-bottom: .2em; }
.form-note { color: var(--ink-soft); font-size: .98rem; margin-bottom: 1.5rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: .8rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: var(--teal-800); margin-bottom: 7px; }
.req { color: var(--brass-700); }
.field input, .field select, .field textarea {
  width: 100%; font: inherit; font-size: 1rem; color: var(--ink); background: #fff; border: 1.5px solid var(--linen-200); border-radius: 4px; padding: 13px 14px;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.field textarea { resize: vertical; min-height: 110px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--brass-500); box-shadow: 0 0 0 3px rgba(207, 167, 107, .35); }
.field input.is-invalid { border-color: #b3402f; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.btn:disabled { opacity: .7; cursor: progress; transform: none; }
.form-status { min-height: 1.4em; margin: 14px 0 0; font-size: .95rem; font-weight: 500; color: var(--teal-800); }
.form-status.is-error { color: #a33a2a; }
.form-fine { margin: 6px 0 0; font-size: .85rem; color: var(--ink-soft); }

/* ---------- Footer ---------- */
.site-footer { background: var(--teal-950); color: var(--on-dark-soft); padding-top: 56px; }
.footer-inner { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 40px; align-items: center; padding-bottom: 40px; }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand img { width: 64px; height: 64px; }
.footer-name { font: 600 1.35rem/1.2 var(--font-display); color: #fff; margin: 0; }
.footer-tag { margin: 4px 0 0; font-size: .82rem; letter-spacing: .2em; text-transform: uppercase; color: var(--brass-300); }
.footer-nav, .footer-contact { display: flex; flex-direction: column; gap: 6px; }
.footer-nav { flex-direction: row; flex-wrap: wrap; gap: 8px 22px; }
.site-footer a { text-decoration: none; color: var(--on-dark); }
.site-footer a:hover { color: var(--brass-300); }
.footer-base { border-top: 1px solid rgba(255, 255, 255, .1); padding-block: 22px; font-size: .88rem; }
.footer-base p { margin: 0; }

/* ---------- Mobile action bar ---------- */
.mobile-bar { display: none; }

/* ---------- Lightbox ---------- */
.lightbox { border: 0; padding: 0; background: transparent; max-width: 100vw; max-height: 100vh; width: 100vw; height: 100vh; color: #fff; }
.lightbox::backdrop { background: rgba(6, 16, 21, .94); }
.lightbox[open] { display: grid; place-items: center; }
.lightbox figure { margin: 0; max-width: min(92vw, 900px); }
.lightbox img { max-height: 86vh; width: auto; margin-inline: auto; border-radius: 4px; box-shadow: 0 30px 80px rgba(0, 0, 0, .6); }
.lightbox figcaption { text-align: center; margin-top: 12px; font-size: .9rem; color: var(--on-dark-soft); }
.lb-close, .lb-nav { position: absolute; background: rgba(19, 45, 56, .8); border: 1.5px solid rgba(224, 199, 147, .5); color: var(--brass-300); cursor: pointer; border-radius: 50%; width: 50px; height: 50px; font: 400 2rem/1 var(--font-body); display: grid; place-items: center; padding: 0 0 4px; transition: background .2s ease; }
.lb-close:hover, .lb-nav:hover { background: var(--teal-700); }
.lb-close { top: 18px; right: 18px; }
.lb-prev { left: 18px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 18px; top: 50%; transform: translateY(-50%); }

/* ---------- Reveal animation (only when JS is running) ---------- */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s cubic-bezier(.2, .7, .2, 1); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.js .steps .reveal:nth-child(2) { transition-delay: .1s; }
.js .steps .reveal:nth-child(3) { transition-delay: .2s; }
.js .steps .reveal:nth-child(4) { transition-delay: .3s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  * { animation: none !important; }
  .btn, .g-item img { transition: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .header-phone span { display: none; }
  .main-nav ul { gap: 18px; }
  .hero-grid { gap: 44px; }
  .service, .transform-grid, .about-grid, .contact-grid { gap: 48px; }
}

@media (max-width: 960px) {
  :root { --header-h: 68px; }
  .nav-toggle { display: block; }
  .header-cta .btn { display: none; }
  .header-phone { display: none; }
  .main-nav {
    position: fixed; left: 0; right: 0; top: var(--header-h); background: var(--teal-900); border-bottom: 1px solid rgba(207, 167, 107, .3);
    padding: 12px 24px 24px; transform: translateY(-8px); opacity: 0; visibility: hidden; transition: opacity .2s ease, transform .2s ease, visibility .2s;
    max-height: calc(100vh - var(--header-h)); overflow: auto;
  }
  .main-nav.is-open { opacity: 1; transform: none; visibility: visible; }
  .main-nav ul { flex-direction: column; gap: 0; }
  .main-nav a { display: block; padding: 16px 0; font-size: 1rem; border-bottom: 1px solid rgba(255, 255, 255, .08); }
  .main-nav a::after { display: none; }

  .hero-grid { grid-template-columns: 1fr; padding-block: 56px 80px; }
  .hero-collage { height: 520px; max-width: 620px; margin-inline: auto; width: 100%; }
  .hero-badge { left: -8px; bottom: -28px; width: 108px; height: 108px; }
  .trust-grid { grid-template-columns: 1fr 1fr; gap: 18px 12px; }
  .trust-item { justify-content: flex-start; }

  .section { padding-block: 76px; }
  .section-head { margin-bottom: 44px; }
  .service, .transform-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .service { margin-bottom: 76px; gap: 44px; }
  .service-flip .service-media { order: 0; }
  .service-media { max-width: 480px; margin-right: 18px; }
  .service-flip .service-media { margin-right: 0; margin-left: 18px; }
  .steps { grid-template-columns: 1fr 1fr; gap: 44px 24px; }
  .steps::before { display: none; }
  .about-plate { max-width: 340px; }
  .footer-inner { grid-template-columns: 1fr; gap: 26px; }
}

@media (max-width: 600px) {
  body { font-size: 1rem; padding-bottom: 68px; }
  .container { width: min(1200px, 100% - 32px); }
  .brand img { width: 44px; height: 44px; }
  .brand-name { font-size: 1.3rem; }
  .brand-sub { font-size: .58rem; letter-spacing: .14em; }
  .hero-grid { padding-block: 40px 76px; }
  .eyebrow { font-size: .72rem; letter-spacing: .15em; gap: .65em; }
  .eyebrow::before { width: 22px; }
  .section-head .eyebrow::after { width: 22px; }
  .lead { font-size: 1.08rem; }
  .hero-actions .btn { flex: 1 1 100%; }
  .hero-collage { height: 440px; gap: 10px; }
  .hero-badge { width: 92px; height: 92px; left: -4px; bottom: -22px; }
  .trust-item { font-size: .9rem; gap: 9px; }
  .trust-item svg { width: 22px; height: 22px; }
  .section { padding-block: 60px; }
  .check-list { grid-template-columns: 1fr; }
  .service-num { font-size: 3.6rem; }
  .ba-pair { gap: 10px; }
  .gallery { columns: 2; column-gap: 10px; }
  .g-item { margin-bottom: 10px; }
  .steps { grid-template-columns: 1fr; gap: 36px; }
  .estimate-form { padding: 28px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .about-copy blockquote { font-size: 1.3rem; }

  .mobile-bar {
    display: grid; grid-template-columns: 1fr 1fr; position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
    background: var(--teal-950); border-top: 1px solid rgba(207, 167, 107, .35); padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); gap: 10px;
  }
  .mobile-bar a { text-align: center; text-decoration: none; padding: 14px 8px; border-radius: 3px; font: 600 .86rem/1 var(--font-body); letter-spacing: .1em; text-transform: uppercase; }
  .mb-call { border: 1.5px solid var(--brass-400); color: var(--brass-300); }
  .mb-est { background: linear-gradient(180deg, var(--brass-300), var(--brass-500)); color: var(--teal-950); }
  .lb-nav { width: 42px; height: 42px; }
  .lb-prev { left: 8px; } .lb-next { right: 8px; }
}
