/* ============ DD's Mobile Detailing — Brand Kit v1.0 ============
   Brass Gold #C9A24B · Onyx #1A1917 · Slate #26241F · Bone #EFE9DC
   Archivo — 400 / 600 / 800. Labels uppercase, tracked. Flush left.
   Hard corners everywhere. One precious accent: gold.
================================================================= */
@font-face {
  font-family: "Archivo Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(assets/fonts/archivo-latin-wght-normal.woff2) format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Archivo Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(assets/fonts/archivo-latin-ext-wght-normal.woff2) format("woff2-variations");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --gold: #C9A24B;
  --gold-bright: #DAB763;
  --gold-press: #B08C3E;
  --onyx: #1A1917;
  --onyx-deep: #131211;
  --slate: #26241F;
  --bone: #EFE9DC;
  --bone-70: rgba(239, 233, 220, 0.72);
  --bone-50: rgba(239, 233, 220, 0.52);
  --bone-35: rgba(239, 233, 220, 0.35);
  --hairline: rgba(239, 233, 220, 0.12);
  --hairline-soft: rgba(239, 233, 220, 0.07);
  --font: "Archivo Variable", Archivo, ui-sans-serif, system-ui, -apple-system, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background: var(--onyx);
  color: var(--bone);
  font-size: 1.0625rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
::selection { background: var(--gold); color: var(--onyx); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.wrap { max-width: 82rem; margin-inline: auto; padding-inline: clamp(1.25rem, 4vw, 3rem); }

/* ---------- type ---------- */
.display {
  font-weight: 800;
  font-size: clamp(2.6rem, 6vw, 5.25rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: var(--bone);
}
.title {
  font-weight: 800;
  font-size: clamp(2.1rem, 4.6vw, 3.9rem);
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: var(--bone);
}
.title .dot, .display .dot { color: var(--gold); }
.lede { color: var(--bone-70); max-width: 34rem; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.7rem;
  font-family: var(--font);
  font-size: 0.82rem; font-weight: 650;
  letter-spacing: 0.16em; text-transform: uppercase;
  padding: 1.05rem 2.1rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.15s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-gold { background: var(--gold); color: var(--onyx); }
.btn-gold:hover { background: var(--gold-bright); }
.btn-ghost { border-color: rgba(239, 233, 220, 0.28); color: var(--bone); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn-dark { background: var(--onyx); color: var(--bone); }
.btn-dark:hover { background: var(--onyx-deep); }
.btn-sm { padding: 0.65rem 1.25rem; font-size: 0.72rem; letter-spacing: 0.14em; }

/* ---------- reveal ---------- */
[data-reveal] {
  opacity: 0; transform: translateY(26px);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: calc(var(--i, 0) * 90ms);
}
[data-reveal].in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  .marquee-track { animation: none !important; }
}

/* ---------- header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 60;
  transition: background-color 0.3s ease, border-color 0.3s ease, backdrop-filter 0.3s ease;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(19, 18, 17, 0.86);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: var(--hairline-soft);
}
.header-inner {
  display: flex; align-items: center; gap: 2.4rem;
  padding-block: 1.1rem;
}

/* lockup — horizontal (per brand kit: wide, short spaces) */
.lockup { display: flex; align-items: center; gap: 0.95rem; flex: none; }
.lockup .word {
  font-size: 1.72rem; font-weight: 800; letter-spacing: -0.035em; line-height: 1;
  color: var(--gold);
}
.lockup .rule { width: 1px; height: 2rem; background: var(--hairline); }
.lockup .tag {
  display: flex; flex-direction: column; gap: 0.28rem;
  font-size: 0.53rem; font-weight: 600; letter-spacing: 0.34em;
  text-transform: uppercase; color: var(--bone); line-height: 1;
}

.nav { display: flex; align-items: center; gap: 1.9rem; margin-left: auto; }
.nav > li { position: relative; }
.nav a.top-link, .nav .top-link {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.8rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--bone-70); padding-block: 0.6rem;
  transition: color 0.2s ease;
  background: none; border: 0; cursor: pointer; font-family: var(--font);
}
.nav .top-link:hover { color: var(--gold); }
.nav .chev { width: 9px; height: 9px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform 0.2s ease; }
.nav > li:hover .chev { transform: rotate(225deg) translateY(-1px); }

.dropdown {
  position: absolute; top: 100%; left: -1.2rem; min-width: 15.5rem;
  background: var(--slate);
  border: 1px solid var(--hairline-soft);
  padding: 0.6rem 0;
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.45);
}
.nav > li:hover .dropdown, .nav > li:focus-within .dropdown { opacity: 1; visibility: visible; transform: none; }
.dropdown a {
  display: block; padding: 0.62rem 1.3rem;
  font-size: 0.8rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--bone-70); transition: color 0.15s ease, background-color 0.15s ease;
}
.dropdown a:hover { color: var(--gold); background: rgba(239, 233, 220, 0.04); }

.header-actions { display: flex; align-items: center; gap: 1.3rem; margin-left: 0.4rem; }
.icon-btn { background: none; border: 0; cursor: pointer; color: var(--bone-70); display: grid; place-items: center; padding: 0.2rem; transition: color 0.2s ease; }
.icon-btn:hover { color: var(--gold); }
.icon-btn svg { width: 18px; height: 18px; }
.header-phone {
  font-size: 0.85rem; font-weight: 650; letter-spacing: 0.06em; color: var(--bone);
  transition: color 0.2s ease;
}
.header-phone:hover { color: var(--gold); }
.header .btn { padding: 0.85rem 1.6rem; }
.book-btn { padding: 0.85rem 1.65rem; }

.burger { display: none; background: none; border: 0; cursor: pointer; flex-direction: column; gap: 5px; padding: 6px; margin-left: auto; }
.burger span { display: block; width: 24px; height: 2px; background: var(--bone); transition: transform 0.25s ease, opacity 0.25s ease; }

@media (max-width: 1180px) {
  .header-phone, .header-actions .icon-btn { display: none; }
}
@media (max-width: 980px) {
  .nav, .header-actions { display: none; }
  .burger { display: flex; }
}

/* mobile menu */
.mobile-menu {
  position: fixed; inset: 0; z-index: 55;
  background: rgba(19, 18, 17, 0.97);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  display: flex; flex-direction: column; justify-content: center;
  padding: clamp(1.5rem, 6vw, 4rem);
  opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s;
}
.mobile-menu.open { opacity: 1; visibility: visible; }
.mobile-menu a.mm-link {
  font-size: clamp(1.9rem, 7vw, 2.6rem); font-weight: 800; letter-spacing: -0.02em;
  color: var(--bone); padding-block: 0.55rem; line-height: 1.1;
}
.mobile-menu a.mm-link:hover { color: var(--gold); }
.mobile-menu .mm-sub { font-size: 0.88rem; font-weight: 400; letter-spacing: 0.01em; line-height: 1.55; color: var(--bone-50); margin: 1.4rem 0 0.2rem; max-width: 26rem; }
.mobile-menu .btn { margin-top: 2rem; align-self: flex-start; }
body.menu-open { overflow: hidden; }

/* ---------- hero ---------- */
.hero {
  position: relative; min-height: 100vh; min-height: 100svh;
  display: flex; align-items: flex-end;
  isolation: isolate;
}
.hero-bg { position: absolute; inset: 0; z-index: -2; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 62% 42%; }
.hero-shade { position: absolute; inset: 0; z-index: -1; }
/* centred, bottom-anchored copy — the scrim is weighted to the lower band */
.hero-shade::before {
  content: ""; position: absolute; inset: 0;
  background: rgba(19, 18, 17, 0.3);
}
.hero-shade::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to bottom,
    rgba(19, 18, 17, 0.55) 0%,
    rgba(19, 18, 17, 0.12) 20%,
    rgba(19, 18, 17, 0.34) 40%,
    rgba(19, 18, 17, 0.66) 58%,
    rgba(19, 18, 17, 0.82) 78%,
    rgba(19, 18, 17, 0.88) 100%);
}
.hero-content {
  padding-block: clamp(5.5rem, 11vh, 7rem) clamp(5rem, 11vh, 7.5rem);
  width: 100%; text-align: center;
}
/* "We come to you." holds a single line down to 320px */
.hero .display { font-size: clamp(2.15rem, 11vw, 5.25rem); }
.hero-sub { margin: 1.4rem auto 0; font-size: clamp(1.02rem, 1.35vw, 1.18rem); max-width: 40em; }
.hero-cta { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; margin-top: 2.2rem; }
.hero-proof { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 0.9rem; margin-top: 2rem; font-size: 0.86rem; color: var(--bone-70); letter-spacing: 0.04em; }
.stars { color: var(--gold); letter-spacing: 0.18em; font-size: 0.92rem; }
.hero-scroll {
  position: absolute; right: clamp(1.25rem, 4vw, 3rem); bottom: 0; z-index: 1;
  display: flex; flex-direction: column; align-items: center; gap: 0.9rem;
  font-size: 0.62rem; font-weight: 600; letter-spacing: 0.34em; text-transform: uppercase; color: var(--bone-50);
  writing-mode: vertical-rl;
  padding-bottom: 0;
}
.hero-scroll::after { content: ""; width: 1px; height: 4.6rem; background: linear-gradient(var(--bone-50), transparent); animation: drip 2.4s ease-in-out infinite; }
@keyframes drip { 0% { transform: scaleY(0); transform-origin: top; } 45% { transform: scaleY(1); transform-origin: top; } 46% { transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }
@media (max-width: 767px) {
  /* tall hero crop — frame the front end, not the middle of the car */
  .hero-bg img { object-position: 62% 55%; }
  .hero-shade::before {
    background: linear-gradient(to top, rgba(19, 18, 17, 0.97) 6%, rgba(19, 18, 17, 0.84) 42%, rgba(19, 18, 17, 0.76) 72%, rgba(19, 18, 17, 0.72) 100%);
  }
  .hero-scroll { display: none; }
}

/* ---------- marquee ---------- */
.marquee { border-block: 1px solid var(--hairline-soft); padding-block: 1.15rem; overflow: hidden; background: var(--onyx); }
.marquee-track { display: flex; width: max-content; animation: marq 46s linear infinite; }
.marquee-seq { display: flex; align-items: center; flex: none; }
.marquee-seq span {
  font-size: 0.8rem; font-weight: 600; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--bone-50); padding-inline: 1.6rem; white-space: nowrap;
}
.marquee-seq i { font-style: normal; color: var(--gold); font-size: 0.6rem; }
@keyframes marq { to { transform: translateX(-50%); } }

/* ---------- stats ---------- */
.stats { padding-block: clamp(3.5rem, 7vw, 5.5rem); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 0.4rem 2rem 0.4rem 1.6rem; border-left: 1px solid var(--hairline); }
.stat b { display: block; font-size: clamp(2.1rem, 3.6vw, 3.2rem); font-weight: 800; letter-spacing: -0.02em; line-height: 1.05; color: var(--gold); }
.stat span { display: block; margin-top: 0.55rem; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; color: var(--bone-50); }
@media (max-width: 860px) { .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 2.2rem 0; } }

/* ---------- sections ---------- */
.section { padding-block: clamp(4.5rem, 9vw, 8rem); }
.section-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 1.6rem 3rem; margin-bottom: clamp(2.6rem, 5vw, 4.2rem); }
.section-head .title { margin-top: 1.3rem; max-width: 15em; }
.section-head .lede { max-width: 24rem; padding-bottom: 0.4rem; }

/* services */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2vw, 1.8rem); }
.svc {
  background: var(--slate); border: 1px solid var(--hairline-soft);
  display: flex; flex-direction: column;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
}
.svc:hover { transform: translateY(-6px); border-color: rgba(201, 162, 75, 0.45); }
.svc-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; }
.svc-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
.svc:hover .svc-media img { transform: scale(1.05); }
.svc-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(26, 25, 23, 0.5), transparent 45%); }
.svc-num {
  position: absolute; top: 0; left: 0; z-index: 1;
  background: var(--onyx); color: var(--gold);
  font-size: 0.72rem; font-weight: 650; letter-spacing: 0.26em;
  padding: 0.55rem 0.95rem 0.55rem 1.05rem;
}
.svc-body { padding: 1.7rem 1.7rem 1.9rem; display: flex; flex-direction: column; flex: 1; }
.svc h3 { font-size: 1.32rem; font-weight: 800; letter-spacing: -0.015em; line-height: 1.15; }
.svc p { margin-top: 0.85rem; font-size: 0.94rem; color: var(--bone-70); flex: 1; }
.svc-link {
  margin-top: 1.5rem; display: inline-flex; align-items: center; gap: 0.6rem;
  font-size: 0.76rem; font-weight: 650; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold);
}
.svc-link .arr { transition: transform 0.25s ease; }
.svc:hover .svc-link .arr { transform: translateX(5px); }
@media (max-width: 900px) { .svc-grid { grid-template-columns: 1fr; max-width: 30rem; } }

/* story split */
.story-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(2.5rem, 6vw, 5.5rem); align-items: center; }
.story-copy .title { margin-top: 1.3rem; }
.story-copy p { margin-top: 1.4rem; color: var(--bone-70); max-width: 33rem; }
.story-copy p strong { color: var(--bone); font-weight: 650; }
.story-social { display: flex; gap: 1.8rem; margin-top: 2.2rem; padding-top: 1.8rem; border-top: 1px solid var(--hairline-soft); }
.story-social a { display: inline-flex; align-items: center; gap: 0.6rem; font-size: 0.78rem; font-weight: 650; letter-spacing: 0.18em; text-transform: uppercase; color: var(--bone-70); transition: color 0.2s ease; }
.story-social a:hover { color: var(--gold); }
.story-social svg { width: 16px; height: 16px; }
.frame { position: relative; }
.frame img { position: relative; z-index: 1; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; }
.frame::before { content: ""; position: absolute; inset: 1.1rem -1.1rem -1.1rem 1.1rem; border: 1px solid rgba(201, 162, 75, 0.5); }
@media (max-width: 900px) { .story-grid { grid-template-columns: 1fr; } .frame { margin-right: 1.1rem; } }

/* gold band */
.gold-band { background: var(--gold); color: var(--onyx); position: relative; overflow: hidden; }
.gold-band .wrap { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(2.5rem, 6vw, 5rem); align-items: center; padding-block: clamp(3.8rem, 8vw, 6.5rem); position: relative; }
.gold-band h2 { font-size: clamp(2rem, 4.4vw, 3.6rem); font-weight: 800; letter-spacing: -0.025em; line-height: 1.02; margin-top: 1.3rem; }
.gold-band p { margin-top: 1.4rem; font-size: 1.02rem; color: rgba(26, 25, 23, 0.78); max-width: 30rem; }
.gold-band .btn { margin-top: 2rem; }
.gold-band .frame::before { border-color: rgba(26, 25, 23, 0.45); }
.gold-band .frame img { aspect-ratio: 4 / 3; }
.gold-watermark {
  position: absolute; right: -1.5rem; bottom: -5rem;
  font-size: 22rem; font-weight: 800; letter-spacing: -0.05em; line-height: 1;
  color: rgba(26, 25, 23, 0.06); user-select: none; pointer-events: none;
}
@media (max-width: 900px) { .gold-band .wrap { grid-template-columns: 1fr; } .gold-band .frame { margin-right: 1.1rem; } }

/* gallery */
.gal-grid { display: grid; grid-template-columns: 1.55fr 1fr; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 1.6rem); height: clamp(26rem, 62vh, 42rem); }
.gal-item { position: relative; overflow: hidden; min-height: 15rem; }
.gal-item.tall { grid-row: span 2; }
.gal-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1); }
.gal-item:hover img { transform: scale(1.045); }
.gal-item figcaption {
  position: absolute; inset: auto 0 0 0; z-index: 1;
  display: flex; align-items: center; gap: 0.8rem;
  padding: 1.6rem 1.4rem 1.2rem;
  font-size: 0.74rem; font-weight: 650; letter-spacing: 0.22em; text-transform: uppercase; color: var(--bone);
  background: linear-gradient(to top, rgba(19, 18, 17, 0.82), transparent);
}
.gal-item figcaption::before { content: ""; width: 1.4rem; height: 1px; background: var(--gold); }
@media (max-width: 900px) { .gal-grid { grid-template-columns: 1fr; height: auto; } .gal-item.tall { grid-row: auto; } .gal-item { min-height: 0; aspect-ratio: 4/3; } .gal-item.tall { aspect-ratio: 3/4; } }

/* reviews */
.rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2vw, 1.8rem); }
.rev {
  background: var(--slate); border: 1px solid var(--hairline-soft);
  padding: 2rem 1.9rem 1.8rem; display: flex; flex-direction: column; gap: 1.2rem;
}
.rev .stars { font-size: 0.8rem; }
.rev blockquote { font-size: 1.02rem; line-height: 1.65; color: var(--bone-70); flex: 1; }
.rev figcaption { font-size: 0.76rem; font-weight: 650; letter-spacing: 0.2em; text-transform: uppercase; color: var(--bone-50); }
.rev figcaption b { color: var(--bone); font-weight: 650; }
@media (max-width: 900px) { .rev-grid { grid-template-columns: 1fr; } }

/* FAQ */
.faq-wrap { max-width: 52rem; }
.faq { border-bottom: 1px solid var(--hairline-soft); }
.faq:first-of-type { border-top: 1px solid var(--hairline-soft); }
.faq summary {
  display: flex; align-items: center; justify-content: space-between; gap: 2rem;
  padding: 1.55rem 0.2rem; cursor: pointer; list-style: none;
  font-size: 1.12rem; font-weight: 650; letter-spacing: -0.01em;
  transition: color 0.2s ease;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--gold); }
.faq .plus { position: relative; width: 14px; height: 14px; flex: none; }
.faq .plus::before, .faq .plus::after { content: ""; position: absolute; background: var(--gold); transition: transform 0.25s ease; }
.faq .plus::before { inset: 0 6px; }
.faq .plus::after { inset: 6px 0; }
.faq[open] .plus::before { transform: rotate(90deg); }
.faq .faq-a { padding: 0 0.2rem 1.7rem; color: var(--bone-70); max-width: 44rem; }

/* book / CTA */
.book { position: relative; padding-block: clamp(4.5rem, 9vw, 8rem); }
.book::before { content: ""; position: absolute; inset: 0; background: url(assets/cta-foam-faint-1100.webp) center 38% / cover no-repeat; opacity: 0.14; }
.book::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, var(--onyx) 4%, rgba(26, 25, 23, 0.72) 50%, var(--onyx) 96%); }
.book .wrap { position: relative; z-index: 1; }
.book-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: clamp(3rem, 7vw, 6rem); align-items: center; }
.book .display { font-size: clamp(2.4rem, 5.4vw, 4.6rem); margin-top: 1.5rem; }
.book .lede { margin-top: 1.7rem; }
.book-cta { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.5rem; }
.contact-rows { border-top: 1px solid var(--hairline); }
.contact-rows a { transition: color 0.2s ease; }
.contact-rows a:hover { color: var(--gold); }
.c-row { display: flex; justify-content: space-between; align-items: baseline; gap: 2rem; padding-block: 1.15rem; border-bottom: 1px solid var(--hairline); }
.c-row span { font-size: 0.7rem; font-weight: 650; letter-spacing: 0.26em; text-transform: uppercase; color: var(--bone-50); flex: none; }
.c-row b { font-weight: 650; font-size: 1rem; letter-spacing: 0.02em; text-align: right; }
@media (max-width: 900px) { .book-grid { grid-template-columns: 1fr; } }

/* footer */
.footer { border-top: 1px solid var(--hairline-soft); padding-top: clamp(3.5rem, 7vw, 5.5rem); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 3rem; }
.f-lockup .word { font-size: 2.5rem; font-weight: 800; letter-spacing: -0.035em; line-height: 1; color: var(--gold); }
.f-lockup .rule { width: 7.2rem; height: 1px; background: var(--bone-35); margin-block: 0.85rem; }
.f-lockup .tag { font-size: 0.62rem; font-weight: 600; letter-spacing: 0.4em; text-transform: uppercase; color: var(--bone); }
.f-lockup p { margin-top: 1.5rem; font-size: 0.9rem; color: var(--bone-50); max-width: 18rem; }
.f-col h3 { font-size: 0.72rem; font-weight: 650; letter-spacing: 0.26em; text-transform: uppercase; color: var(--bone-50); margin-bottom: 1.2rem; }
.f-col li { margin-bottom: 0.7rem; }
.f-col a { font-size: 0.95rem; color: var(--bone-70); transition: color 0.2s ease; }
.f-col a:hover { color: var(--gold); }
.footer-bottom {
  margin-top: clamp(3rem, 6vw, 4.5rem); padding-block: 1.6rem;
  border-top: 1px solid var(--hairline-soft);
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.8rem 2.5rem;
  font-size: 0.78rem; color: var(--bone-50); letter-spacing: 0.04em;
}
.footer-bottom .cities { max-width: 46rem; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }

/* ================= subpage components ================= */
.top-link.active { color: var(--gold); }

/* subpage banner — same full-bleed component as the home hero */
.page-hero {
  position: relative;
  min-height: 100vh; min-height: 100svh;
  display: flex; align-items: flex-end;
  isolation: isolate;
}
.page-hero .hero-content { padding-block: clamp(5.5rem, 11vh, 7rem) clamp(5rem, 11vh, 7.5rem); width: 100%; }
.page-hero .display { font-size: clamp(2.5rem, 5.4vw, 4.6rem); }
.page-hero .lede { margin: 1.4rem auto 0; }
.page-hero .hero-cta { margin-top: 2.2rem; }
.page-hero .post-meta { margin-top: 1.5rem; }

.section-tight { padding-block: clamp(3.5rem, 7vw, 5.5rem); }

/* package cards */
.pkg-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(1rem, 2vw, 1.8rem); }
@media (max-width: 900px) { .pkg-grid { grid-template-columns: 1fr; } }
.pkg { position: relative; background: var(--slate); border: 1px solid var(--hairline-soft); padding: 2.2rem 2rem 2rem; display: flex; flex-direction: column; transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease; }
.pkg:hover { transform: translateY(-4px); border-color: rgba(201, 162, 75, 0.45); }
.pkg-badge { position: absolute; top: 0; right: 0; background: var(--gold); color: var(--onyx); font-size: 0.64rem; font-weight: 650; letter-spacing: 0.22em; text-transform: uppercase; padding: 0.5rem 0.9rem; }
.pkg h3, .pkg h2 { font-size: 1.5rem; font-weight: 800; letter-spacing: -0.02em; line-height: 1.1; padding-right: 3rem; }
.pkg .pkg-tag { margin-top: 0.5rem; font-size: 0.76rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }
.pkg .pkg-meta { display: flex; flex-wrap: wrap; gap: 0.5rem 1.4rem; margin-top: 1rem; font-size: 0.8rem; color: var(--bone-50); letter-spacing: 0.05em; }
.pkg .pkg-meta b { color: var(--bone); font-weight: 650; }
.pkg .pkg-desc { margin-top: 1rem; font-size: 0.94rem; color: var(--bone-70); }
.pkg ul { margin-top: 1.2rem; display: flex; flex-direction: column; gap: 0.55rem; flex: 1; }
.pkg li { position: relative; padding-left: 1.5rem; font-size: 0.93rem; color: var(--bone-70); }
.pkg li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--gold); font-weight: 700; }
.pkg li.plus::before { content: "+"; }
.pkg li.star::before { content: "★"; font-size: 0.8em; top: 0.15em; }
.pkg .note { margin-top: 1.2rem; font-size: 0.78rem; color: var(--bone-50); }
.pkg .btn { margin-top: 1.5rem; align-self: flex-start; }

/* ceramic tiers */
.tier-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2vw, 1.8rem); }
@media (max-width: 900px) { .tier-grid { grid-template-columns: 1fr; } }
.tier { background: var(--slate); border: 1px solid var(--hairline-soft); padding: 2.2rem 2rem 2rem; display: flex; flex-direction: column; transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease; }
.tier:hover { transform: translateY(-4px); border-color: rgba(201, 162, 75, 0.45); }
.tier.featured { border-color: rgba(201, 162, 75, 0.55); }
.tier .tier-years { font-size: 0.74rem; font-weight: 650; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); }
.tier h3 { margin-top: 0.7rem; font-size: 1.45rem; font-weight: 800; letter-spacing: -0.02em; }
.tier .price { margin-top: 1.2rem; font-size: 2.6rem; font-weight: 800; letter-spacing: -0.02em; color: var(--gold); line-height: 1; }
.tier .price small { display: block; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--bone-50); margin-bottom: 0.5rem; }
.tier p { margin-top: 1.1rem; font-size: 0.93rem; color: var(--bone-70); flex: 1; }
.tier .btn { margin-top: 1.6rem; align-self: flex-start; }

/* callouts */
.callout { background: var(--slate); border-left: 2px solid var(--gold); padding: 1.35rem 1.6rem; font-size: 0.96rem; color: var(--bone-70); }
.callout b { color: var(--bone); font-weight: 650; }
.callout + .callout { margin-top: 1rem; }

/* add-ons */
.addon-list { border-top: 1px solid var(--hairline-soft); }
.addon { display: flex; justify-content: space-between; align-items: baseline; gap: 2rem; padding: 1.25rem 0.2rem; border-bottom: 1px solid var(--hairline-soft); }
.addon .addon-name { font-weight: 650; font-size: 1.02rem; }
.addon .addon-desc { margin-top: 0.3rem; font-size: 0.88rem; color: var(--bone-50); max-width: 40rem; }
.addon .addon-price { font-weight: 800; font-size: 1.15rem; color: var(--gold); white-space: nowrap; }

/* prose (blog articles) */
.prose { max-width: 46rem; }
.prose h2 { font-size: clamp(1.4rem, 2.4vw, 1.75rem); font-weight: 800; letter-spacing: -0.02em; margin: 2.8rem 0 1rem; }
.prose h2:first-child { margin-top: 0; }
.prose p { color: var(--bone-70); margin-bottom: 1.1rem; }
.prose ul { margin: 1.1rem 0 1.4rem; display: flex; flex-direction: column; gap: 0.5rem; }
.prose li { position: relative; padding-left: 1.5rem; color: var(--bone-70); }
.prose li::before { content: ""; position: absolute; left: 0; top: 0.72em; width: 0.55rem; height: 1px; background: var(--gold); }
.prose strong { color: var(--bone); font-weight: 650; }
.post-meta { display: flex; flex-wrap: wrap; gap: 0.9rem; align-items: center; margin-top: 1.4rem; font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; color: var(--bone-50); }
.post-meta i { font-style: normal; color: var(--gold); }


/* contact form */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
@media (max-width: 700px) { .form-grid { grid-template-columns: 1fr; } }
.field label { display: block; font-size: 0.7rem; font-weight: 650; letter-spacing: 0.22em; text-transform: uppercase; color: var(--bone-50); margin-bottom: 0.55rem; }
.field input, .field select, .field textarea { width: 100%; background: var(--slate); border: 1px solid var(--hairline); color: var(--bone); padding: 0.95rem 1.05rem; font-family: var(--font); font-size: 0.95rem; }
.field textarea { resize: vertical; min-height: 7.5rem; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); }
.field-full { grid-column: 1 / -1; }
.choice-row { display: flex; flex-wrap: wrap; gap: 0.6rem 1.6rem; padding-top: 0.2rem; }
.choice-row label {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-size: 0.95rem; font-weight: 400; color: var(--bone-70); cursor: pointer;
  text-transform: none; letter-spacing: normal;   /* undo .field label */
  min-height: 44px;                                /* comfortable tap row */
}
.choice-row input { accent-color: var(--gold); width: 1.375rem; height: 1.375rem; flex: none; }
.form-note { font-size: 0.78rem; color: var(--bone-50); }

/* cta band */
.cta-band { position: relative; padding-block: clamp(4.5rem, 9vw, 7rem); border-top: 1px solid var(--hairline-soft); }
.cta-band::before { content: ""; position: absolute; inset: 0; background: url(assets/cta-foam-faint-1100.webp) center 40% / cover no-repeat; opacity: 0.12; }
.cta-band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, var(--onyx) 2%, rgba(26, 25, 23, 0.75) 50%, var(--onyx) 98%); }
.cta-band .wrap { position: relative; z-index: 1; }
.cta-band .title { margin-top: 1.3rem; max-width: 16em; }
.cta-band .lede { margin-top: 1.4rem; }
.cta-band .hero-cta { margin-top: 2.4rem; }

/* misc */
.back-link { display: inline-flex; align-items: center; gap: 0.6rem; font-size: 0.78rem; font-weight: 650; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }
.back-link:hover { color: var(--gold-bright); }
.error-hero { min-height: 100svh; display: flex; align-items: center; }

/* areas dropdown (non-navigating) + portfolio */
.dropdown span { display: block; padding: 0.55rem 1.3rem; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--bone-70); cursor: default; }
.dropdown-areas { min-width: 14.5rem; max-height: 70vh; overflow-y: auto; padding-top: 0; }
.dropdown-areas .areas-head {
  display: block; padding: 0.75rem 1.3rem 0.5rem;
  font-size: 0.62rem; font-weight: 650; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold); border-bottom: 1px solid var(--hairline-soft); margin-bottom: 0.45rem;
}
.dropdown-areas span:not(.areas-head) { color: var(--bone-50); text-transform: none; letter-spacing: 0.01em; font-weight: 400; font-size: 0.9rem; padding-block: 0.42rem; }
.port-grid { columns: 3; gap: clamp(1rem, 2vw, 1.6rem); }
.port-grid .gal-item { display: block; margin-bottom: clamp(1rem, 2vw, 1.6rem); break-inside: avoid; min-height: 0; }
.port-grid .gal-item img { height: auto; }
@media (max-width: 1000px) { .port-grid { columns: 2; } }
@media (max-width: 640px) { .port-grid { columns: 1; } }

/* headings now lead their block (eyebrow labels removed) */
.section-head .title:first-child,
.story-copy .title:first-child,
.gold-band h2:first-child,
.cta-band .title:first-child,
.book .display:first-child,
.page-hero .display:first-child { margin-top: 0; }

/* mobile: tap-to-call is the highest-intent action, so it stays reachable */
.header-call { display: none; color: var(--gold); padding: 0.69rem; margin-left: auto; }
.header-call svg { width: 22px; height: 22px; display: block; }
@media (max-width: 980px) {
  .header-call { display: block; }
  .burger { margin-left: 0.35rem; }
}
.mobile-menu .mm-call {
  display: inline-flex; align-items: center; gap: 0.7rem;
  margin-top: 1.9rem; font-size: 1.15rem; font-weight: 650;
  color: var(--gold); min-height: 44px;
}
.mobile-menu .mm-call svg { width: 20px; height: 20px; flex: none; }
.mobile-menu .mm-subnav { display: flex; flex-direction: column; gap: 0.1rem; margin: 0.25rem 0 0.35rem 0.15rem; }
.mobile-menu .mm-subnav a {
  font-size: 1rem; color: var(--bone-50); padding-block: 0.42rem; min-height: 40px;
  display: flex; align-items: center;
}
.mobile-menu .mm-subnav a:hover { color: var(--gold); }
