@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&family=DM+Serif+Display:ital@0;1&display=swap");

/* ============================================================
   Paver Designers — shared styles
   Brand: forest green + champagne gold + cream (per brand board).
   Cream canvas, white surfaces, forest-green ink & dark bands,
   champagne-gold accents & CTAs. Tagline: "Designed with
   precision. Built to last." Photo-forward.
   Headings: DM Serif Display. Body: DM Sans.
   Swap name/phone/email/license before launch.
   ============================================================ */

:root {
  /* Surfaces */
  --canvas:       #f5f1e8;   /* warm cream page background */
  --surface-1:    #ffffff;   /* cards, form panels */
  --surface-2:    #efe9dc;   /* subtle fills, inputs */
  --sand-band:    #eee7d8;   /* alternating section band (cream) */
  --hairline:     #ddd4c2;   /* warm borders */
  --hairline-soft:#e7e0cf;

  /* Ink */
  --ink:          #15291f;   /* deep forest-green text */
  --ink-soft:     #2c4034;
  --ink-muted:    #5e6a60;   /* muted green-gray secondary text */
  --on-light:     #ffffff;   /* text on dark surfaces */

  /* Brand */
  --terracotta:   #c8a45a;   /* primary CTA = champagne gold (token name kept for legacy refs) */
  --terracotta-d: #b08f3f;   /* CTA hover = darker gold */
  --gold:         #c8a45a;   /* champagne gold accent: stars, highlights */
  --gold-ink:     #8a6a2e;   /* gold used as TEXT on light (meets WCAG AA) */
  --navy:         #0f3b2e;   /* dark bands = forest green */
  --navy-2:       #0a1f17;   /* deepest forest (near-black green) */
  --success:      #2e7d52;

  /* Legacy aliases (keep older inline styles valid) */
  --green:        #0f3b2e;
  --muted:        #5e6a60;
  --sand-200:     #efe9dc;
  --stone-500:    #5e6a60;
  --accent-blue:  #8a6a2e;   /* repurposed: focus/links -> gold-ink */

  /* Radius */
  --r-sm:   6px;
  --r-md:   10px;
  --r-lg:   14px;
  --r-xl:   18px;
  --r-xxl:  26px;
  --r-pill: 100px;
  --r-btn:  6px;
  --radius: 10px;

  --maxw:     1180px;
  --header-h: 70px;

  --shadow-card: 0 14px 36px rgba(15,59,46,.12);
  --shadow-soft: 0 4px 16px rgba(15,59,46,.07);
  --edge-light:  none;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--canvas);
  line-height: 1.55;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: "DM Serif Display", Georgia, "Times New Roman", serif;
  color: var(--ink);
  font-weight: 400;
  line-height: 1.08;
}

h1 { font-size: clamp(2.5rem, 6vw, 4.4rem); letter-spacing: -0.01em; line-height: 1.02; }
h2 { font-size: clamp(1.9rem, 4.2vw, 3rem); letter-spacing: -0.005em; line-height: 1.06; }
h3 { font-size: 1.3rem; letter-spacing: 0; line-height: 1.2; }

/* Link/text accent uses the darker gold (gold-ink) so small text meets WCAG AA (≥4.5:1) on light. */
a { color: var(--gold-ink); text-decoration: none; }
a:hover { color: var(--navy); }
/* Persistent underline on genuine inline text links (a11y: not relying on color alone). */
.breadcrumb a, .footer-bottom a, .legal a, .consent a, .faq a { text-decoration: underline; text-underline-offset: 2px; }

::selection { background: rgba(200,164,90,.30); color: var(--ink); }

img { max-width: 100%; display: block; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.section { padding: 90px 0; }
.section--tight { padding: 56px 0; }
.section--sand  { background: var(--sand-band); }
.section--slate { background: var(--navy); color: #e6efe9; }
.section--slate h2, .section--slate h3, .section--slate h4 { color: #fff; }
.section--slate .lead, .section--slate p { color: #c4d2cb; }
.section--slate .eyebrow { color: var(--gold); }

.eyebrow {
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .74rem;
  font-weight: 600;
  color: var(--gold-ink);
  margin-bottom: 14px;
}

.lead { font-size: 1.15rem; color: var(--ink-muted); max-width: 62ch; line-height: 1.6; }

.center { text-align: center; }
.center .lead { margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600; font-size: .95rem; letter-spacing: 0;
  padding: 13px 24px; border-radius: var(--r-btn);
  border: 1px solid transparent; cursor: pointer;
  transition: transform .12s ease, background .15s ease, color .15s ease, box-shadow .15s ease, border-color .15s ease;
  text-decoration: none; white-space: nowrap;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
/* Primary = champagne gold with forest-green text (pops on light and on dark green bands) */
.btn--primary { background: var(--gold); color: var(--navy); box-shadow: 0 6px 18px rgba(15,59,46,.22); }
.btn--primary:hover { background: var(--terracotta-d); color: var(--navy); box-shadow: 0 10px 24px rgba(15,59,46,.28); }
/* Ghost = outlined forest on light */
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--hairline); }
.btn--ghost:hover { background: #fff; border-color: var(--ink); color: var(--ink); }
/* Dark = forest fill */
.btn--dark { background: var(--navy); color: #fff; border-color: var(--navy); }
.btn--dark:hover { background: var(--navy-2); color: #fff; }
.btn--lg { padding: 16px 32px; font-size: 1rem; }
.btn--block { width: 100%; justify-content: center; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(245,241,232,.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--hairline);
  height: var(--header-h);
}
.site-header .container { height: 100%; display: flex; align-items: center; gap: 24px; }
.brand { display: flex; align-items: center; gap: 11px; font-family: "DM Serif Display", serif; font-weight: 400; font-size: 1.32rem; letter-spacing: 0; color: var(--ink); }
.brand:hover { text-decoration: none; color: var(--ink); }
.brand .mark {
  width: 34px; height: 34px; border-radius: 8px;
  background: linear-gradient(135deg, var(--navy), var(--gold));
  display: grid; place-items: center; color: #fff;
}
.brand .mark svg { display: block; width: 18px; height: 18px; }
.brand small { display: block; font-size: .56rem; letter-spacing: .18em; color: var(--ink-muted); font-weight: 600; text-transform: uppercase; font-family: "DM Sans", sans-serif; }

.main-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.main-nav a { color: var(--ink-soft); font-weight: 500; font-size: .92rem; letter-spacing: 0; }
.main-nav a:hover { color: var(--gold-ink); }
/* Current-page indicator (skip the CTA button, which has its own fill). */
.main-nav a[aria-current="page"]:not(.btn) { color: var(--gold-ink); font-weight: 700; }
.main-nav a.btn { color: var(--navy); }
.main-nav a.btn--primary:hover { color: var(--navy); }

.header-phone { display: flex; align-items: center; gap: 7px; font-weight: 700; color: var(--ink); white-space: nowrap; font-size: .95rem; }
.header-phone:hover { color: var(--gold-ink); }
.header-phone .ico { color: var(--gold-ink); }

.nav-toggle { display: none; background: none; border: 0; font-size: 1.5rem; cursor: pointer; color: var(--ink); }

/* ---------- Hero ---------- */
.hero {
  position: relative; color: #fff; overflow: hidden;
  min-height: 660px; display: flex; align-items: center;
  background:
    linear-gradient(90deg, rgba(10,31,23,.88) 0%, rgba(10,31,23,.58) 55%, rgba(10,31,23,.30) 100%),
    url("../images/hero.jpg") center/cover no-repeat,
    var(--navy);
}
.hero .container { padding-top: 72px; padding-bottom: 72px; position: relative; z-index: 2; }
.hero-inner { max-width: 760px; }

/* Video-backed hero: kill the CSS background image so the <video> shows through,
   and apply the dark gradient as a separate layer so the video reads clean
   while the headline copy stays legible. */
.hero--video { background: var(--navy); }
.hero-video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  z-index: 0;
  filter: saturate(.9) brightness(.85);
}
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(90deg, rgba(10,31,23,.82) 0%, rgba(10,31,23,.55) 55%, rgba(10,31,23,.28) 100%);
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  /* Don't autoplay motion for motion-sensitive users: hide the video and
     fall back to the poster still so the hero stays photographic, not flat. */
  .hero-video { display: none; }
  .hero--video {
    background:
      linear-gradient(90deg, rgba(10,31,23,.82) 0%, rgba(10,31,23,.55) 55%, rgba(10,31,23,.28) 100%),
      url("../images/hero.jpg") center/cover no-repeat,
      var(--navy);
  }
}
.hero h1 { color: #fff; }
/* Eyebrow above the headline (light gold reads on the dark hero; .hero p would
   otherwise size this like a body paragraph, so scope a dedicated rule). */
.hero .hero-eyebrow {
  text-transform: uppercase; letter-spacing: .18em; font-size: .82rem;
  font-weight: 600; color: var(--gold); margin: 0 0 16px; max-width: none;
}
/* Brand signature line under the headline */
.hero .hero-tagline {
  font-family: "DM Serif Display", serif; font-style: italic;
  font-size: 1.4rem; color: var(--gold); margin: 16px 0 0;
  letter-spacing: .01em; line-height: 1.2; max-width: none;
}
.hero p { font-size: 1.2rem; margin: 22px 0 32px; color: #e7efe9; line-height: 1.6; max-width: 56ch; }
/* Honest availability signal — a live "booking now" badge above the CTA.
   Real scarcity (one family, one crew), not invented urgency. The pulsing dot
   draws the eye to the action; motion is disabled for reduced-motion users. */
.hero .hero-availability {
  display: inline-flex; align-items: center; gap: 9px;
  margin: 22px 0 0; padding: 8px 16px;
  background: rgba(255,255,255,.10); border: 1px solid rgba(200,164,90,.45);
  border-radius: var(--r-pill); backdrop-filter: blur(4px);
  font-size: .9rem; font-weight: 600; letter-spacing: .02em; color: #fff;
  max-width: none;
}
.hero-availability .dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--gold); box-shadow: 0 0 0 0 rgba(200,164,90,.6);
  animation: heroPulse 2s ease-out infinite;
}
@keyframes heroPulse {
  0%   { box-shadow: 0 0 0 0 rgba(200,164,90,.55); }
  70%  { box-shadow: 0 0 0 8px rgba(200,164,90,0); }
  100% { box-shadow: 0 0 0 0 rgba(200,164,90,0); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-availability .dot { animation: none; }
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 22px; }
/* Risk-reversal microcopy under the CTA — kept small and quiet so it reassures
   at the point of action without competing with the headline. */
.hero .hero-fineprint {
  margin: 16px 0 0; font-size: .92rem; color: #cfdcd3;
  letter-spacing: .01em; max-width: none; line-height: 1.5;
}
.hero .hero-fineprint span { margin: 0 .5em; color: var(--gold); }
.hero .btn--ghost { color: #fff; border-color: rgba(255,255,255,.45); }
.hero .btn--ghost:hover { background: rgba(255,255,255,.12); border-color: #fff; color: #fff; }
.rating-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22);
  padding: 9px 16px; border-radius: var(--r-pill); margin-top: 26px; font-size: .9rem; color: #e7efe9;
  backdrop-filter: blur(4px);
}
.rating-badge strong { color: #fff; }
.stars { color: var(--gold); letter-spacing: 2px; }

/* ---------- Trust strip ---------- */
.trust-strip { background: #fff; border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); color: var(--ink-soft); }
.trust-strip .container { display: flex; flex-wrap: wrap; gap: 16px 32px; justify-content: center; padding: 20px 24px; }
.trust-item { display: flex; align-items: center; gap: 9px; font-size: .9rem; font-weight: 600; }
.trust-item .ico { color: var(--success); font-size: .95rem; }

/* ---------- Grids / cards ---------- */
.grid { display: grid; gap: 22px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }

.card {
  background: var(--surface-1); border: 1px solid var(--hairline);
  border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--shadow-soft);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); border-color: #cdbf9e; }
.card .thumb {
  aspect-ratio: 4/3; display: grid; place-items: center;
  color: #fff; font-weight: 600; font-family: "DM Serif Display", serif; font-size: 1.35rem; letter-spacing: 0;
  background-color: var(--navy);
  background-image: linear-gradient(135deg, #2c5446, var(--navy));
  background-size: cover; background-position: center; background-repeat: no-repeat;
}
/* green/gold/stone gradient rotation for text-only category tiles (services) */
.grid > .card:nth-child(4n+1) .thumb { background-image: linear-gradient(140deg, #1f5a47, #0a2419); }
.grid > .card:nth-child(4n+2) .thumb { background-image: linear-gradient(140deg, var(--gold), #8a6418); }
.grid > .card:nth-child(4n+3) .thumb { background-image: linear-gradient(140deg, #3a5a4e, var(--navy)); }
.grid > .card:nth-child(4n+4) .thumb { background-image: linear-gradient(140deg, #b9a07e, #6b5a3e); }
.card .body { padding: 22px; }
.card h3 { margin-bottom: 8px; }
.card p { color: var(--ink-muted); font-size: .96rem; margin-bottom: 14px; line-height: 1.55; }
.card .more { font-weight: 600; color: var(--gold-ink); font-size: .9rem; }

/* ---------- Gallery filters ---------- */
.gallery-filters { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 40px; }
.chip {
  appearance: none; cursor: pointer; font: inherit; font-size: .9rem; font-weight: 600;
  padding: 9px 18px; border-radius: var(--r-pill);
  background: #fff; color: var(--ink-soft); border: 1px solid var(--hairline);
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.chip:hover { color: var(--gold-ink); border-color: #cdbf9e; }
.chip.active { background: var(--navy); color: #fff; border-color: var(--navy); }
.gallery-card.is-hidden { display: none; }
.gallery-card .thumb { position: relative; background-image: linear-gradient(135deg, #3a5a4e, var(--navy)); }
.gallery-card .thumb .tag {
  position: absolute; top: 12px; left: 12px;
  font-size: .72rem; font-weight: 700; letter-spacing: .02em; text-transform: uppercase;
  padding: 5px 11px; border-radius: var(--r-pill);
  background: rgba(10,31,23,.62); color: #fff; backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,.22);
}
.gallery-empty { text-align: center; color: var(--ink-muted); padding: 40px 0; display: none; }
.gallery-empty.show { display: block; }

/* ---------- Work showcase (expanding cards) ---------- */
.work-showcase { display: flex; align-items: stretch; overflow: hidden; width: 100%; height: 460px; }
.ws-item {
  position: relative; overflow: hidden; cursor: pointer;
  min-width: 60px; margin: 6px; flex-grow: 1;
  border-radius: 18px;
  background-color: var(--surface-2);
  background-image: linear-gradient(135deg, #3a5a4e, var(--navy)); /* fallback; each .ws-item sets its own photo inline */
  background-size: cover; background-position: center;
  transition: .5s cubic-bezier(.05,.61,.41,.95);
}
.ws-item:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.ws-item .ws-shadow {
  position: absolute; left: 0; right: 0; bottom: -40px; height: 160px;
  box-shadow: inset 0 -120px 0 -120px #000, inset 0 -120px 0 -100px #000;
  transition: .5s cubic-bezier(.05,.61,.41,.95);
}
.ws-item .ws-label { display: flex; position: absolute; right: 0; bottom: 12px; left: 12px; height: 44px; transition: .5s cubic-bezier(.05,.61,.41,.95); }
.ws-item .ws-icon { flex: 0 0 44px; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; font-size: 1.15rem; background: #fff; }
.ws-item .ws-info { display: flex; flex-direction: column; justify-content: center; margin-left: 12px; color: #fff; white-space: pre; }
.ws-item .ws-info > div { position: relative; left: 18px; opacity: 0; transition: .5s cubic-bezier(.05,.61,.41,.95), opacity .5s ease-out; }
.ws-item .ws-info .ws-main { font-family: "DM Serif Display", serif; font-weight: 400; font-size: 1.2rem; letter-spacing: 0; }
.ws-item .ws-info .ws-sub { font-size: .9rem; color: rgba(255,255,255,.82); transition-delay: .1s; }
.ws-item.active { flex-grow: 10000; max-width: 640px; margin: 0; border-radius: 22px; }
.ws-item.active .ws-shadow { bottom: 0; box-shadow: inset 0 -140px 120px -120px #000, inset 0 -120px 120px -100px #000; }
.ws-item.active .ws-label { bottom: 22px; left: 22px; }
.ws-item.active .ws-info > div { left: 0; opacity: 1; }
@media (max-width: 760px) { .work-showcase { height: 380px; } .ws-item:nth-child(5) { display: none; } }
@media (max-width: 620px) { .ws-item:nth-child(4) { display: none; } }

.section-head { margin-bottom: 44px; }

/* ---------- Why / features ---------- */
.feature { display: flex; gap: 16px; align-items: flex-start; }
.feature .ico { flex: 0 0 50px; height: 50px; border-radius: var(--r-md); background: var(--surface-2); border: 1px solid var(--hairline); display: grid; place-items: center; font-size: 1.4rem; }
.section--slate .feature .ico { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.16); }
.feature h3 { margin-bottom: 5px; }
.feature p { color: var(--ink-muted); font-size: .96rem; line-height: 1.55; }

/* ---------- Process ---------- */
.steps { counter-reset: step; }
.step { position: relative; padding-left: 68px; }
.step::before {
  counter-increment: step; content: counter(step);
  position: absolute; left: 0; top: 0;
  width: 48px; height: 48px; border-radius: var(--r-pill);
  background: var(--gold);
  color: var(--navy); font-weight: 700; font-size: 1.2rem; font-family: "DM Sans", sans-serif;
  display: grid; place-items: center;
}
.step h3 { margin-bottom: 6px; }
.step p, .section--slate .step p, .section--slate .feature p { color: var(--ink-muted); }
.section--slate .step p, .section--slate .feature p { color: #c4d2cb; }

/* ---------- Reviews ---------- */
.review {
  background: var(--surface-1); border: 1px solid var(--hairline); border-radius: var(--r-lg);
  padding: 28px; box-shadow: var(--shadow-soft);
}
.review .stars { font-size: 1.05rem; }
.review p { margin: 14px 0; font-size: 1.04rem; color: var(--ink-soft); letter-spacing: 0; line-height: 1.6; }
.review .who { font-weight: 700; color: var(--ink); font-size: .92rem; }
.review .src { color: var(--ink-muted); font-size: .82rem; }

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(120deg, var(--navy) 0%, #0c2f24 60%, var(--navy-2) 100%);
  color: #fff; text-align: center; border-radius: 0;
}
.cta-band h2 { color: #fff; }
.cta-band p { font-size: 1.15rem; margin: 14px auto 28px; max-width: 56ch; color: rgba(255,255,255,.92); line-height: 1.6; }
.cta-band .btn--primary { background: var(--gold); color: var(--navy); box-shadow: 0 8px 22px rgba(0,0,0,.22); }
.cta-band .btn--primary:hover { background: #d8b56e; color: var(--navy); }

/* ---------- Credibility stats band ----------
   Trust & Authority pattern: surface verifiable, concrete proof points
   (years, area, warranty, license) — no invented numbers. Numbers tagged
   [data-count] animate up on scroll; reduced-motion users see the final
   value immediately (handled in js/main.js). */
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat { text-align: center; padding: 8px 4px; }
.stat .num {
  font-family: "DM Serif Display", serif; font-weight: 400;
  font-size: clamp(2.5rem, 5vw, 3.5rem); line-height: 1; color: var(--gold);
  letter-spacing: -0.01em;
}
.stat .lbl { margin-top: 12px; font-size: .92rem; line-height: 1.4; color: #c4d2cb; }
.stats-note {
  text-align: center; margin-top: 36px; font-size: .9rem; color: #9fb0a6;
  display: flex; align-items: center; justify-content: center; gap: 9px; flex-wrap: wrap;
}
.stats-note .ico { color: var(--gold); display: inline-flex; }
.stats-note strong { color: #fff; font-weight: 600; }
@media (max-width: 680px) {
  .stat-grid { grid-template-columns: 1fr 1fr; gap: 28px 16px; }
}

/* ---------- Financing ---------- */
.financing { display: flex; align-items: center; gap: 48px; flex-wrap: wrap; }
.financing .big { font-size: clamp(2.8rem, 7vw, 4.4rem); font-weight: 400; font-family: "DM Serif Display", serif; letter-spacing: -0.01em; line-height: 1; color: var(--navy); }
.financing .col { flex: 1 1 280px; }
.financing .big span { color: var(--ink-muted); }

/* ---------- Service area ---------- */
.city-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.city-links a, .section--slate .city-links a,
.city-links span, .section--slate .city-links span {
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); padding: 8px 15px;
  border-radius: var(--r-pill); font-size: .88rem; color: #d6ded8;
}
.city-links a:hover, .section--slate .city-links a:hover { background: rgba(255,255,255,.16); color: #fff; border-color: rgba(255,255,255,.4); }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-2); border-top: 1px solid rgba(255,255,255,.08); color: #a7b6ad; padding: 64px 0 28px; }
.site-footer h4 { color: #fff; font-size: .95rem; margin-bottom: 16px; font-family: "DM Sans", sans-serif; font-weight: 700; letter-spacing: 0; }
.site-footer a { color: #a7b6ad; font-size: .9rem; }
.site-footer a:hover { color: #fff; }
.site-footer .brand { color: #fff; }
.site-footer .brand small { color: #a7b6ad; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; }
.footer-grid ul { list-style: none; display: grid; gap: 9px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); margin-top: 40px; padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: .82rem; color: #889389; }

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

/* ---------- Legal / long-form text ---------- */
.legal h2 { font-size: 1.3rem; margin: 30px 0 8px; }
.legal h2:first-child { margin-top: 0; }
.legal p, .legal li { color: var(--ink-soft); line-height: 1.7; }
.legal ul { margin: 8px 0 8px 1.1em; }
.legal li { margin-bottom: 6px; }

/* ---------- Forms ---------- */
.form-card { background: var(--surface-1); border: 1px solid var(--hairline); border-radius: var(--r-lg); box-shadow: var(--shadow-card); padding: 34px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 600; margin-bottom: 7px; font-size: .9rem; color: var(--ink-soft); }
.field .req { color: var(--gold-ink); }
.field .opt { color: var(--ink-muted); font-weight: 400; font-size: .82em; }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 14px; border: 1px solid var(--hairline);
  border-radius: var(--r-md); font-size: 1rem; font-family: inherit;
  background: #fff; color: var(--ink);
  transition: border .15s ease, box-shadow .15s ease;
}
.field input::placeholder, .field textarea::placeholder { color: #9aa1a8; }

/* Keyboard focus affordance for all interactive controls */
a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.chip:focus-visible,
.nav-toggle:focus-visible,
.dot:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 4px;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--navy); box-shadow: 0 0 0 3px rgba(15,59,46,.15);
}
.field select { color: var(--ink); }
.field select option { background: #fff; color: var(--ink); }
.field textarea { min-height: 110px; resize: vertical; }
.field input[type="file"] { padding: 10px 12px; color: var(--ink-muted); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.checks { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; }
.check { display: flex; align-items: center; gap: 8px; background: var(--surface-2); border: 1px solid var(--hairline); padding: 12px 13px; border-radius: var(--r-md); font-size: .92rem; cursor: pointer; color: var(--ink-soft); }
.check input { width: auto; accent-color: var(--navy); }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: .84rem; color: var(--ink-muted); }
.consent input { width: auto; margin-top: 4px; accent-color: var(--navy); }

/* ---------- Multi-step ---------- */
.stepper { display: flex; gap: 8px; margin-bottom: 30px; }
.stepper .dot { flex: 1; text-align: center; font-size: .8rem; font-weight: 600; color: var(--ink-muted); padding-bottom: 12px; border-bottom: 2px solid var(--hairline); }
.stepper .dot.active { color: var(--ink); border-color: var(--gold); }
.stepper .dot.done { color: var(--success); border-color: var(--success); }
.form-step { display: none; }
.form-step.active { display: block; animation: fade .25s ease; }
@keyframes fade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.step-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 8px; }

.success { display: none; text-align: center; padding: 20px; }
.success.show { display: block; }
.form-error { display: none; background: #fcebe6; border: 1px solid #e3a48f; color: #9c3a1c; padding: 12px 14px; border-radius: var(--r-md); font-size: .9rem; margin-bottom: 14px; }
.success .check-circle { width: 64px; height: 64px; border-radius: var(--r-pill); background: var(--success); color: #fff; display: grid; place-items: center; font-size: 2rem; margin: 0 auto 16px; }

/* ---------- FAQ ---------- */
.faq details { border: 1px solid var(--hairline); border-radius: var(--r-md); margin-bottom: 12px; background: var(--surface-1); }
.faq summary { cursor: pointer; padding: 18px 22px; font-weight: 700; color: var(--ink); list-style: none; display: flex; justify-content: space-between; align-items: center; letter-spacing: 0; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.4rem; color: var(--gold-ink); }
.faq details[open] summary::after { content: "\2212"; }
.faq details > p { padding: 0 22px 20px; color: var(--ink-muted); line-height: 1.6; }

/* ---------- Page hero (interior) ---------- */
.page-hero {
  color: #fff; padding: 92px 0 76px;
  background:
    radial-gradient(60% 100% at 80% 0%, rgba(200,164,90,.20), transparent 60%),
    var(--navy);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.page-hero h1 { color: #fff; }
.page-hero p { color: #c4d2cb; font-size: 1.15rem; max-width: 62ch; margin-top: 14px; line-height: 1.6; }
.breadcrumb { font-size: .82rem; color: #9aaaa0; margin-bottom: 14px; }
.breadcrumb a { color: #9aaaa0; }
.breadcrumb a:hover { color: #fff; }

.materials-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.material { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--hairline); background: var(--surface-1); }
.material .swatch { aspect-ratio: 1; background: #c9c2b6; }
.material .swatch.s2 { background: #b9a07e; }
.material .swatch.s3 { background: #8a7a63; }
.material .swatch.s4 { background: #4a4a4f; }
.material .swatch.s5 { background: #c9c2b6; }
.material .swatch.s6 { background: #2e2a25; }
.material span { display: block; padding: 11px 13px; font-size: .88rem; font-weight: 600; color: var(--ink-soft); }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .grid--3, .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .materials-grid { grid-template-columns: repeat(2,1fr); }
  .main-nav { display: none; position: absolute; top: var(--header-h); left: 0; right: 0; flex-direction: column; align-items: stretch; background: var(--canvas); border-bottom: 1px solid var(--hairline); padding: 14px 24px; gap: 4px; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 0; border-bottom: 1px solid var(--hairline-soft); color: var(--ink); }
  .main-nav .btn { margin-top: 10px; text-align: center; justify-content: center; }
  .nav-toggle { display: block; margin-left: auto; }
  .header-phone span.label { display: none; }
  .section { padding: 72px 0; }
}
@media (max-width: 680px) {
  .grid--3, .grid--4, .grid--2, .field-row, .checks { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .materials-grid { grid-template-columns: repeat(2,1fr); }
  body { padding-bottom: 64px; }
  .mobile-bar {
    display: grid; grid-template-columns: 1fr 1fr 1fr;
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 60;
    background: #fff; border-top: 1px solid var(--hairline); box-shadow: 0 -4px 16px rgba(15,59,46,.10);
  }
  .mobile-bar a { padding: 11px 6px; text-align: center; font-weight: 600; font-size: .82rem; color: var(--ink-soft); display: flex; flex-direction: column; align-items: center; gap: 3px; }
  .mobile-bar a:hover { color: var(--gold-ink); }
  .mobile-bar a.cta { background: var(--gold); color: var(--navy); }
  .mobile-bar .ico { font-size: 1.1rem; }
}

/* ---------- Skip link (keyboard / screen-reader users) ---------- */
.skip-link {
  position: fixed; left: 12px; top: -80px; z-index: 200;
  background: var(--navy); color: #fff; padding: 11px 18px;
  border-radius: var(--r-md); font-weight: 600; font-size: .92rem;
  box-shadow: 0 8px 22px rgba(15,59,46,.28);
  transition: top .18s ease;
}
.skip-link:focus, .skip-link:focus-visible {
  top: 12px; color: #fff; outline: 2px solid var(--gold); outline-offset: 2px;
}
/* The <main> region is focused programmatically when the skip link is used;
   don't paint an outline around the whole page. */
main:focus { outline: none; }

/* ---------- Reduced motion ----------
   Respect the OS "reduce motion" setting site-wide: neutralize transitions,
   animations, and smooth scrolling so nothing moves for motion-sensitive users.
   (The hero video is already display:none under this query above.) */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
}

/* ---------- Gallery lightbox ---------- */
.gallery-card { cursor: zoom-in; }
.gallery-card:focus-visible { outline: 3px solid var(--gold-ink); outline-offset: 3px; }

.lightbox {
  position: fixed; inset: 0; z-index: 1000;
  display: none; place-items: center; padding: 24px;
  background: rgba(10, 31, 23, .92);
  -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px);
}
.lightbox.open { display: grid; }
body.lb-open { overflow: hidden; }

.lightbox-figure {
  margin: 0; max-width: min(1100px, 100%); max-height: 100%;
  display: flex; flex-direction: column; align-items: center; gap: 14px;
}
.lightbox-img {
  max-width: 100%; max-height: 78vh; width: auto; height: auto;
  border-radius: var(--r-lg); box-shadow: 0 24px 60px rgba(0,0,0,.5);
  background: var(--navy);
}
.lightbox-cap { color: #f5f1e8; text-align: center; max-width: 60ch; }
.lightbox-cap strong { display: block; font-family: "DM Serif Display", serif; font-weight: 400; font-size: 1.25rem; margin-bottom: 4px; }
.lightbox-cap span { color: #c4d2cb; font-size: .95rem; }

.lightbox-btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  appearance: none; cursor: pointer; border: 0;
  width: 52px; height: 52px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(245,241,232,.12); color: #fff;
  transition: background .15s ease, color .15s ease;
}
.lightbox-btn:hover { background: var(--gold); color: var(--navy); }
.lightbox-btn:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.lightbox-prev { left: 16px; }
.lightbox-next { right: 16px; }
.lightbox-close { top: 18px; right: 18px; transform: none; }
.lightbox-count { position: absolute; top: 24px; left: 24px; color: #c4d2cb; font-size: .85rem; font-weight: 600; letter-spacing: .04em; }

@media (max-width: 640px) {
  .lightbox-btn { width: 44px; height: 44px; }
  .lightbox-prev { left: 6px; }
  .lightbox-next { right: 6px; }
  .lightbox-img { max-height: 70vh; }
}
