/* styles/globals.css — Alpharetta Cleaning Co. */

:root {
  --gold: #D4A017;
  --gold-dark: #A87D10;
  --gold-light: #fdf3d8;
  --near-black: #0D0D0D;
  --slate: #52616b;
  --off-white: #FAFAF8;
  --white: #FFFFFF;
  --text-dark: #1A1A1A;
  --text-body: #4A4A4A;
  --text-muted: #9CA3AF;
  --border-light: #E8E4D9;
  --surface-dark-2: #1A1A1A;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--text-body);
  background: var(--off-white);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4 { font-family: 'Playfair Display', Georgia, serif; color: var(--text-dark); margin: 0; line-height: 1.15; }
h1 { font-size: clamp(2.75rem, 5vw, 4.5rem); font-weight: 700; letter-spacing: -0.01em; }
h2 { font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 600; letter-spacing: -0.01em; }
h3 { font-family: 'Inter', sans-serif; font-size: 1.25rem; font-weight: 600; color: var(--text-dark); }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
img { max-width: 100%; display: block; }

.container { max-width: 1240px; margin: 0 auto; padding: 0 28px; }
@media (max-width: 1080px) { .container { padding: 0 36px; } }
@media (max-width: 480px) { .container { padding: 0 20px; } }

.label-caps {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.gold-text { color: var(--gold); }
.italic-serif { font-family: 'Playfair Display', serif; font-style: italic; font-weight: 400; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 16px 28px;
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: all 0.25s ease;
  border: 1px solid transparent;
  white-space: nowrap;
}
.btn-primary { background: var(--gold); color: var(--near-black); }
.btn-primary:hover { background: var(--gold-dark); color: var(--white); transform: translateY(-1px); }
.btn-outline-gold { background: transparent; color: var(--text-dark); border-color: var(--gold); }
.btn-outline-gold:hover { background: var(--gold); color: var(--near-black); }
/* Dark-background contexts keep white text for contrast */
.hero .btn-outline-gold,
.service-featured .btn-outline-gold,
.sticky-mobile .btn-outline-gold,
.page-hero .btn-outline-gold { color: var(--white); }
.btn-outline-dark { background: transparent; color: var(--text-dark); border-color: var(--near-black); }
.btn-outline-dark:hover { background: var(--near-black); color: var(--white); }
.btn-outline-white { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.6); }
.btn-outline-white:hover { background: var(--white); color: var(--near-black); border-color: var(--white); }

/* ---------- NAV ---------- */
.nav {
  position: sticky; top: 0; z-index: 40;
  background: #0a0a0a;
  border-bottom: 1px solid rgba(184,137,21,0.22);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 0;
}
.nav-logo { display: flex; align-items: center; gap: 12px; }
.nav-logo img { height: 88px; width: auto; }
.nav-links { display: flex; gap: 34px; }
.nav-links a {
  color: var(--white); font-size: 0.82rem; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase; white-space: nowrap;
  transition: color 0.2s;
  position: relative;
}
.nav-links a:hover { color: var(--gold); }
.nav-links a::after {
  content: ''; position: absolute; left: 0; bottom: -6px; width: 0;
  height: 1px; background: var(--gold); transition: width 0.25s;
}
.nav-links a:hover::after { width: 100%; }
.nav-phone {
  color: var(--gold); font-weight: 600; font-size: 0.95rem;
  display: flex; align-items: center; gap: 8px;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.nav-phone:hover { color: var(--gold-dark); }
.hamburger { display: none; color: var(--white); font-size: 1.5rem; padding: 4px 8px; }
@media (max-width: 1080px) {
  .nav-links { gap: 18px; }
  .nav-links a { font-size: 0.76rem; letter-spacing: 0.10em; }
  .nav-phone { font-size: 0.85rem; }
  .nav-logo img { height: 68px; }
}
@media (max-width: 900px) {
  .nav-links { display: none; }
  .hamburger { display: block; }
  .nav-logo img { height: 68px; }
  .nav-book-btn { display: none; }
}
/* Mobile nav: logo + phone number + hamburger */
@media (max-width: 767px) {
  .nav-phone-text { display: inline; }
  .nav-logo img { height: 68px; }
  .nav-inner { padding: 10px 0; }
  .nav-phone { font-size: 0.82rem; gap: 6px; }
}

/* ---------- HERO ---------- */
.hero {
  position: relative;
  min-height: 88vh;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  background: var(--near-black);
  padding: 80px 24px;
}
.hero-bg {
  position: absolute; inset: -6%; z-index: 0;
  background-image: url('/images/hero-living-room.webp');
  background-size: cover;
  background-position: center 30%;
  background-repeat: no-repeat;
  animation: heroKenBurns 24s ease-in-out infinite;
  will-change: transform;
  backface-visibility: hidden;
}
.hero-bg::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(13,13,13,0.28) 0%, rgba(13,13,13,0.38) 100%);
}
@keyframes heroKenBurns {
  0%   { transform: scale(1.00) translate( 0%,    0%);   }
  30%  { transform: scale(1.07) translate(-1.5%,  0.8%); }
  65%  { transform: scale(1.05) translate( 1.2%, -0.6%); }
  100% { transform: scale(1.00) translate( 0%,    0%);   }
}
@media (prefers-reduced-motion: reduce) {
  .hero-bg { animation: none; }
}
.hero-content {
  position: relative; z-index: 2;
  max-width: 760px; text-align: center;
  color: var(--white);
}
.hero-eyebrow { color: var(--gold); margin-bottom: 10px; }
.hero-brand-name {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  color: var(--white);
  margin-bottom: 22px;
  letter-spacing: 0.02em;
}
.hero h1 { color: var(--white); margin-bottom: 24px; }
.hero .divider {
  width: 80px; height: 1px; background: var(--gold);
  margin: 24px auto;
}
.hero-sub {
  color: rgba(255,255,255,0.82);
  font-size: 1.125rem;
  max-width: 560px; margin: 0 auto 36px;
  line-height: 1.7;
}
.hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 40px; }
.hero-trust { display: flex; align-items: center; justify-content: center; gap: 28px; margin-top: 28px; flex-wrap: wrap; }
.htw-nd { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.htw-nd-imgs { display: flex; gap: 12px; align-items: center; opacity: 0.88; transition: opacity 0.25s; }
.htw-nd-imgs:hover { opacity: 1; }
.htw-nd-img { display: block; width: 72px; height: 72px; filter: brightness(0) invert(1); }
.htw-nd-label { color: rgba(255,255,255,0.6); font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; text-align: center; line-height: 1.45; }
.htw-divider { width: 1px; height: 72px; background: rgba(255,255,255,0.18); flex-shrink: 0; }
.htw-google { display: flex; flex-direction: column; align-items: center; gap: 4px; text-decoration: none; opacity: 0.9; transition: opacity 0.25s; }
.htw-google:hover { opacity: 1; }
.htw-stars { color: var(--gold); font-size: 1.05rem; letter-spacing: 2px; }
.htw-rating { color: var(--white); font-size: 0.95rem; font-weight: 600; }
.htw-count { color: rgba(255,255,255,0.6); font-size: 0.78rem; font-weight: 400; }
@media (max-width: 600px) {
  /* keep hero-trust horizontal on mobile — overridden by 767px block below */
  .htw-divider { width: 1px; height: 52px; }
}
.trust-row {
  display: flex; justify-content: center; align-items: center; flex-wrap: wrap;
  gap: 10px 22px;
  color: rgba(255,255,255,0.72);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.trust-row .dot { color: var(--gold); }
/* Tablet: break into 2 rows of 2 items (Licensed+BG-checked / Guaranteed+Family-owned) */
@media (min-width: 601px) and (max-width: 900px) {
  .trust-row > span:nth-child(4) { flex-basis: 100%; font-size: 0; height: 0; margin: 0; padding: 0; line-height: 0; }
}
@media (max-width: 600px) {
  .hero-ctas { flex-direction: column; align-items: stretch; width: 100%; max-width: 320px; margin-inline: auto; }
  .btn { width: 100%; }
}
/* ---- Mobile hero: compact so everything fits above the fold ---- */
@media (max-width: 767px) {
  .hero {
    min-height: auto;
    padding: 44px 20px 36px;
    align-items: flex-start;
  }
  .hero-content { text-align: center; max-width: 100%; }
  .hero h1 { font-size: 2.05rem; line-height: 1.18; margin-bottom: 16px; }
  .hero-eyebrow { margin-bottom: 12px; }
  .hero .divider { margin: 14px auto; }
  .hero-sub { font-size: 0.95rem; margin-bottom: 22px; }
  .hero-ctas { margin-bottom: 20px; gap: 10px; }
  /* trust-row is redundant with the badge widget on mobile — hide it */
  .trust-row { display: none; }
  /* badge widget: stay horizontal, smaller icons */
  .hero-trust { flex-direction: row; flex-wrap: nowrap; justify-content: center; gap: 16px; margin-top: 18px; }
  .htw-nd-img { width: 52px; height: 52px; }
  .htw-nd-label { font-size: 0.62rem; }
  .htw-stars { font-size: 0.92rem; }
  .htw-rating { font-size: 0.82rem; }
  .htw-count { font-size: 0.70rem; }
}

/* ---------- GOLD TRUST BAR ---------- */
.trust-bar {
  background: var(--gold);
  padding: 0;
  color: var(--text-dark);
  display: flex;
  align-items: center;
  min-height: 80px;
}
.trust-bar-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 36px;
  flex-wrap: nowrap;
  padding: 20px 0;
}
.trust-item {
  display: flex; align-items: center; justify-content: center; gap: 9px;
  font-size: 0.76rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  white-space: nowrap;
}
.trust-item svg { flex: none; width: 20px; height: 20px; }
@media (max-width: 900px) {
  .trust-bar-inner { gap: 22px; }
  .trust-item { font-size: 0.68rem; gap: 7px; }
}
@media (max-width: 600px) {
  .trust-bar-inner { flex-wrap: wrap; gap: 14px 22px; padding: 16px 0; }
  .trust-item { white-space: normal; }
}

/* ---------- SECTION HEADS ---------- */
.section { padding: 110px 0; }
.section-head { text-align: center; max-width: 680px; margin: 0 auto 64px; }
.section-head .eyebrow { color: var(--gold); margin-bottom: 16px; }
.section-head h2 { margin-bottom: 16px; }
.section-head p { color: var(--text-body); font-size: 1.05rem; }

/* Legacy .section-dark is now light. Only nav and footer remain dark site-wide. */
.section-dark { background: var(--off-white); color: var(--text-dark); }
.section-dark h2, .section-dark h3 { color: var(--text-dark); }
.section-dark .section-head p { color: var(--text-body); }

/* ---------- BOOK NOW CTA SECTION (black background) ---------- */
.section-booknow-cta {
  background: var(--near-black);
  border-top: 1px solid rgba(212,160,23,0.25);
  border-bottom: 1px solid rgba(212,160,23,0.25);
}

/* ---------- SERVICES ---------- */
.services-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 24px;
}
.service-featured {
  background: var(--near-black);
  color: var(--white);
  padding: 48px 42px;
  border-radius: 4px;
  position: relative;
  display: flex; flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}
.service-featured::before {
  content:''; position:absolute; inset:0;
  background: radial-gradient(ellipse at top right, rgba(184,137,21,0.14), transparent 60%);
  pointer-events: none;
}
.service-featured > * { position: relative; }
.sparkle-icon { color: var(--gold); margin-bottom: 22px; }
.service-featured .tag {
  display: inline-block; padding: 5px 12px;
  background: var(--gold); color: var(--near-black);
  font-size: 0.7rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  border-radius: 2px;
  margin-bottom: 22px; width: fit-content;
}
.service-featured h3 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 2.25rem;
  color: var(--gold);
  font-weight: 400;
  margin-bottom: 8px;
}
.service-featured .sub {
  font-size: 0.9rem;
  color: var(--text-muted);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.service-featured .desc {
  color: rgba(255,255,255,0.82);
  font-size: 1rem;
  margin-bottom: auto;
  padding-bottom: 32px;
}
.mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.service-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  padding: 28px 26px;
  border-radius: 4px;
  transition: all 0.25s;
  display: flex; flex-direction: column;
}
.service-card:hover {
  border-color: var(--gold);
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(13,13,13,0.06);
}
.service-card .icon-wrap { color: var(--gold); margin-bottom: 18px; }
.service-card h3 {
  font-family: 'Playfair Display', serif;
  font-weight: 600; font-size: 1.35rem;
  color: var(--text-dark);
  margin-bottom: 10px;
}
.service-card p {
  color: var(--text-body); font-size: 0.92rem; line-height: 1.65;
  margin-bottom: 18px; flex: 1;
}
.link-gold {
  color: var(--gold); font-weight: 600;
  font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 8px;
  transition: gap 0.2s;
}
.link-gold:hover { gap: 14px; color: var(--gold-dark); }

@media (max-width: 900px) {
  .services-grid { grid-template-columns: 1fr; }
  .mini-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .service-featured { padding: 28px 24px; }
  .sparkle-icon { margin-bottom: 12px; }
  .service-featured h3 { font-size: clamp(1.5rem, 7vw, 2.25rem); }
}

/* ---------- CALCULATOR ---------- */
.calc-grid {
  display: grid; grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: start;
}
.calc-step { margin-bottom: 32px; }
.calc-step-label {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase;
  margin-bottom: 6px;
}
.calc-step-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem; color: var(--text-dark); font-weight: 600;
  margin-bottom: 18px;
}
.section-dark .calc-step-title { color: var(--text-dark); }
.chip-row { display: flex; flex-wrap: wrap; gap: 10px; }

/* First-clean advisory note in calculator */
.first-clean-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 14px;
  padding: 12px 16px;
  background: rgba(212,160,23,0.10);
  border: 1px solid rgba(212,160,23,0.35);
  border-radius: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 0.83rem;
  line-height: 1.55;
  color: var(--text-body);
}
.first-clean-note svg { color: var(--gold); flex-shrink: 0; margin-top: 2px; }
.first-clean-note strong { color: var(--text-dark); }
.chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 11px 18px;
  border: 1px solid var(--gold);
  color: var(--gold);
  background: transparent;
  border-radius: 999px;
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem; font-weight: 500;
  transition: all 0.2s;
  user-select: none;
  cursor: pointer;
}
.chip:hover { background: rgba(184,137,21,0.12); }
.chip.selected {
  background: var(--gold); color: var(--near-black);
  font-weight: 600;
}
.chip .count {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 20px; height: 20px; padding: 0 6px;
  background: rgba(13,13,13,0.22); color: var(--near-black);
  border-radius: 10px; font-size: 0.72rem; font-weight: 700;
}
.chip-ctrl {
  width: 22px; height: 22px; border-radius: 50%;
  background: rgba(13,13,13,0.18);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1rem; line-height: 1; color: var(--near-black); font-weight: 700;
  cursor: pointer;
}
.chip-ctrl:hover { background: rgba(13,13,13,0.35); }

.calc-result {
  background: var(--white);
  border: 1px solid var(--gold);
  border-radius: 4px;
  padding: 40px 36px;
  position: sticky; top: 100px;
  box-shadow: 0 4px 28px rgba(0,0,0,0.07);
}
.calc-result .label {
  color: var(--gold);
  font-size: 0.72rem; letter-spacing: 0.18em;
  text-transform: uppercase; font-weight: 600;
  margin-bottom: 14px;
}
.calc-estimate {
  font-family: 'Playfair Display', serif;
  color: var(--gold);
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}
.calc-disclaimer {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 28px;
  font-style: italic;
}
.calc-summary {
  border-top: 1px solid rgba(184,137,21,0.25);
  padding-top: 20px; margin-bottom: 28px;
}
.calc-summary-row {
  display: flex; justify-content: space-between;
  color: rgba(255,255,255,0.82);
  font-size: 0.88rem;
  padding: 6px 0;
}
.calc-summary-row .k { color: var(--text-muted); letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.72rem; }
.calc-summary-row .v { color: var(--text-dark); font-weight: 500; text-align: right; }

@media (max-width: 900px) {
  .calc-grid { grid-template-columns: 1fr; gap: 32px; }
  .calc-result { position: static; }
}

/* ---------- HOW IT WORKS ---------- */
.steps-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 28px; position: relative;
}
.steps-grid::before {
  content:''; position: absolute;
  top: 72px; left: 12%; right: 12%; height: 1px;
  background-image: linear-gradient(to right, var(--gold) 50%, transparent 0%);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  opacity: 0.5;
  z-index: 0;
}
.step {
  position: relative; text-align: center; padding: 12px 20px;
  background: var(--off-white);
  z-index: 1;
}
.step-num {
  font-family: 'Playfair Display', serif;
  color: var(--gold-light);
  font-size: 9rem;
  font-weight: 700;
  line-height: 1;
  user-select: none;
}
.step-icon {
  color: var(--gold);
  margin-top: -75px;
  margin-bottom: 16px;
  position: relative; z-index: 2;
}
.step h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.45rem; font-weight: 600; color: var(--text-dark);
  margin-bottom: 10px;
}
.step p { color: var(--text-body); font-size: 0.95rem; }
@media (max-width: 900px) {
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid::before { display: none; }
}

/* ---------- TESTIMONIALS ---------- */
.testi-feature {
  text-align: center;
  max-width: 860px; margin: 0 auto 56px;
  position: relative;
  padding: 40px 20px;
}
.testi-quote-mark {
  position: absolute; top: -24px; left: 50%; transform: translateX(-50%);
  color: var(--gold);
  opacity: 0.14;
  font-family: 'Playfair Display', serif;
  font-size: 14rem;
  line-height: 1;
  font-weight: 700;
  pointer-events: none;
}
.testi-feature-quote {
  font-family: 'Playfair Display', serif;
  font-style: italic; font-weight: 400;
  color: var(--text-dark);
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  line-height: 1.55;
  margin-bottom: 28px;
  position: relative;
}
.section-dark .testi-feature-quote { color: var(--text-dark); }
.testi-meta {
  color: var(--text-muted);
  font-size: 0.75rem;
  letter-spacing: 0.18em; text-transform: uppercase;
}
.section-dark .testi-meta { color: var(--text-muted); }
.testi-meta .name { color: var(--gold); font-weight: 600; margin-right: 10px; }
.stars { color: var(--gold); letter-spacing: 3px; margin-bottom: 16px; }

.testi-pull {
  text-align: center; max-width: 780px; margin: 0 auto 48px;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: var(--gold);
  font-size: 1.35rem;
  line-height: 1.5;
}
.testi-cards {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 24px; max-width: 960px; margin: 0 auto;
}
.testi-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  padding: 32px 30px;
  border-radius: 4px;
}
.section-dark .testi-card { background: var(--white); border-color: var(--border-light); }
.testi-card blockquote {
  margin: 0 0 24px; padding: 0;
  color: var(--text-body);
  font-size: 0.98rem;
  line-height: 1.7;
  font-style: italic;
}
.section-dark .testi-card blockquote { color: var(--text-body); }
.testi-card .name {
  color: var(--gold); font-size: 0.75rem;
  font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  margin-bottom: 4px;
}
.testi-card .service {
  color: var(--text-muted); font-size: 0.78rem;
  letter-spacing: 0.08em;
}
@media (max-width: 700px) {
  .testi-cards { grid-template-columns: 1fr; }
}

/* ---------- ABOUT ---------- */
.about-grid {
  display: grid; grid-template-columns: 1fr 1.1fr;
  gap: 60px; align-items: center;
}
.about-photo {
  aspect-ratio: 4/5;
  border: 1px solid var(--border-light);
  border-radius: 4px;
  overflow: hidden;
  background: var(--off-white);
}
.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-label { color: var(--gold); margin-bottom: 16px; }
.about h2 { margin-bottom: 22px; }
.about p { color: var(--text-body); margin-bottom: 18px; font-size: 1.02rem; }
.stats-row {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 22px; margin: 36px 0 28px;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  padding: 28px 0;
}
.stat-num {
  font-family: 'Playfair Display', serif;
  color: var(--gold);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6px;
}
.stat-label {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-body);
  font-weight: 500;
}
.link-gold-under {
  color: var(--gold); font-weight: 600;
  font-size: 0.82rem; letter-spacing: 0.14em; text-transform: uppercase;
  border-bottom: 1px solid transparent; padding-bottom: 2px;
  transition: border-color 0.2s;
}
.link-gold-under:hover { border-bottom-color: var(--gold); }

@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; gap: 36px; }
  .stats-row { grid-template-columns: repeat(2, 1fr); gap: 24px 16px; }
}

/* ---------- SERVICE AREA ---------- */
.area-section {
  background: var(--off-white);
  color: var(--text-dark);
  padding: 110px 0;
}
.area-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: center;
}
.area-section h2 { color: var(--text-dark); margin-bottom: 20px; }
.area-section p { color: var(--text-body); margin-bottom: 28px; }
.city-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.city-chip {
  padding: 10px 18px;
  background: transparent;
  color: var(--text-dark);
  border: 1px solid var(--gold);
  border-radius: 999px;
  font-size: 0.82rem; font-weight: 500;
  letter-spacing: 0.06em;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.city-chip:hover { background: var(--gold); border-color: var(--gold); color: var(--near-black); }
.city-chip.city-chip-primary { background: var(--gold); border-color: var(--gold); color: var(--near-black); font-weight: 600; }
a.city-chip { text-decoration: none; color: var(--text-dark); cursor: pointer; }
a.city-chip.city-chip-primary { color: var(--near-black); }
a.city-chip.city-chip-link::after { content: ' ↗'; font-size: 0.72em; opacity: 0.55; }
a.city-chip:hover { color: var(--near-black); }
.area-note {
  font-style: italic;
  color: rgba(13,13,13,0.72);
  font-size: 0.95rem;
}
.area-map {
  aspect-ratio: 5/4;
  background: var(--near-black);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(13,13,13,0.2);
}
.area-map svg,
.area-map iframe { width: 100%; height: 100%; display: block; }
@media (max-width: 900px) {
  .area-grid { grid-template-columns: 1fr; gap: 32px; }
}

/* ---------- GIFT CARDS ---------- */
.gift-section {
  background: var(--off-white);
  color: var(--text-dark);
  padding: 110px 0;
}
.gift-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: center;
}
.gift-card-visual {
  aspect-ratio: 1.58;
  background:
    linear-gradient(135deg, #1a1a1a 0%, #0D0D0D 60%),
    var(--near-black);
  border: 1px solid var(--gold);
  border-radius: 10px;
  padding: 28px;
  position: relative;
  box-shadow: 0 30px 60px rgba(0,0,0,0.45), 0 0 0 1px rgba(184,137,21,0.12) inset;
  display: flex; flex-direction: column; justify-content: space-between;
  transform: rotate(-2deg);
  transition: transform 0.35s ease;
}
.gift-card-visual:hover { transform: rotate(0deg) translateY(-6px); }
.gift-card-visual::after {
  content: ''; position: absolute; inset: 8px;
  border: 1px solid rgba(184,137,21,0.25);
  border-radius: 6px;
  pointer-events: none;
}
.gift-card-visual .gc-top {
  display: flex; justify-content: space-between; align-items: center;
}
.gift-card-visual .gc-brand {
  font-family: 'Playfair Display', serif;
  color: var(--gold);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.gift-card-visual .gc-label {
  font-size: 0.62rem;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--text-muted);
}
.gift-card-visual .gc-amount {
  font-family: 'Playfair Display', serif;
  color: var(--gold);
  font-size: 2.5rem;
  font-weight: 700;
}
.gift-card-visual .gc-footer {
  display: flex; justify-content: space-between; align-items: flex-end;
  color: var(--text-muted);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.gift-section h2 { color: var(--text-dark); margin-bottom: 18px; }
.gift-section .eyebrow { color: var(--gold); margin-bottom: 14px; }
.gift-section p.lead { color: var(--text-body); margin-bottom: 28px; font-size: 1.05rem; }
.gift-section p.small { color: var(--text-muted); font-size: 0.88rem; font-style: italic; margin-top: 20px; }
@media (max-width: 800px) {
  .gift-grid { grid-template-columns: 1fr; gap: 40px; }
}

/* ---------- FINAL CTA ---------- */
.final-cta {
  padding: 120px 24px;
  text-align: center;
  background: var(--white);
  border-top: 3px solid var(--gold);
  color: var(--text-dark);
}
.final-cta h2 { color: var(--text-dark); max-width: 720px; margin: 0 auto 20px; }
.final-cta p { color: var(--text-body); max-width: 580px; margin: 0 auto 36px; font-size: 1.1rem; }
.final-cta .ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
/* btn-outline-white is invisible on the now-white .final-cta — restyle as dark */
.final-cta .btn-outline-white { color: var(--text-dark); border-color: var(--near-black); }
.final-cta .btn-outline-white:hover { background: var(--near-black); color: var(--white); border-color: var(--near-black); }

/* ---------- FOOTER ---------- */
footer {
  background: var(--near-black); color: rgba(255,255,255,0.78);
  padding: 80px 0 0;
}
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 56px;
}
@media (max-width: 1100px) {
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; gap: 32px; }
}
.footer-col h4 {
  color: var(--gold);
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}
.footer-col a { display: block; color: rgba(255,255,255,0.7); font-size: 0.92rem; padding: 5px 0; transition: color 0.2s; }
.footer-col a:hover { color: var(--gold); }
.footer-logo img { height: 80px; width: auto; margin-bottom: 18px; }
.footer-col.brand p { color: rgba(255,255,255,0.64); font-size: 0.92rem; margin-bottom: 16px; line-height: 1.6; }
.social-row { display: flex; gap: 12px; margin-top: 14px; }
.social-btn,
.footer-col a.social-btn {
  width: 38px; height: 38px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--gold);
  transition: all 0.2s;
}
.social-btn:hover,
.footer-col a.social-btn:hover { background: var(--gold); color: var(--near-black); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 24px 0;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 12px;
  color: rgba(255,255,255,0.5);
  font-size: 0.8rem;
}
.footer-bottom .links { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-bottom a:hover { color: var(--gold); }
.footer-credit a { color: rgba(255,255,255,0.55); }
.footer-credit a:hover { color: var(--gold); }
@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

/* ---------- STICKY MOBILE CTA ---------- */
.sticky-mobile {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 45;
  background: var(--near-black);
  border-top: 1px solid rgba(184,137,21,0.3);
  padding: 10px;
  gap: 8px;
}
.sticky-mobile .btn { flex: 1; padding: 12px; font-size: 0.75rem; }
@media (max-width: 720px) {
  .sticky-mobile { display: flex; }
  body { padding-bottom: 70px; }
}

/* ---------- MOBILE MENU ---------- */
.mobile-menu {
  display: none;
  position: fixed; inset: 0; z-index: 50;
  background: rgba(13,13,13,0.98);
  backdrop-filter: blur(16px);
  padding: 90px 28px 40px;
  flex-direction: column;
  gap: 8px;
}
.mobile-menu.active { display: flex; }
.mobile-menu a {
  color: var(--white); font-size: 1.2rem; font-weight: 500;
  padding: 16px 0;
  border-bottom: 1px solid rgba(184,137,21,0.15);
  letter-spacing: 0.12em; text-transform: uppercase;
}
.mobile-menu a:hover { color: var(--gold); }
.mobile-menu-close {
  position: absolute; top: 20px; right: 20px;
  color: var(--white); font-size: 2rem; padding: 8px 14px;
}

/* ---------- MODAL ---------- */
.modal-backdrop {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(13,13,13,0.82);
  backdrop-filter: blur(6px);
  display: none; align-items: center; justify-content: center;
  padding: 20px;
}
.modal-backdrop.active { display: flex; }
.modal {
  background: var(--white); color: var(--text-dark);
  max-width: 460px; width: 100%;
  border-radius: 6px;
  padding: 40px 36px;
  position: relative;
  border-top: 4px solid var(--gold);
  max-height: 90vh;
  overflow-y: auto;
}
.modal h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem; font-weight: 600; color: var(--text-dark);
  margin-bottom: 8px;
}
.modal .sub { color: var(--text-body); font-size: 0.95rem; margin-bottom: 22px; }
.modal .field { margin-bottom: 14px; }
.modal label {
  display: block;
  font-size: 0.72rem; letter-spacing: 0.14em;
  text-transform: uppercase; font-weight: 600;
  color: var(--text-dark); margin-bottom: 6px;
}
.modal input, .modal select {
  width: 100%; padding: 12px 14px;
  border: 1px solid var(--border-light);
  border-radius: 2px;
  font-family: inherit; font-size: 0.95rem;
  background: var(--off-white);
  transition: border-color 0.2s;
}
.modal input:focus, .modal select:focus {
  outline: none; border-color: var(--gold);
}
.modal-close {
  position: absolute; top: 14px; right: 14px;
  width: 32px; height: 32px;
  font-size: 1.3rem;
  color: var(--text-body);
}
.modal .btn { width: 100%; margin-top: 10px; }
.modal-success { text-align: center; padding: 20px 0; }
.modal-success .check {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--gold); color: var(--near-black);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px; font-size: 1.8rem;
}

/* ============================================================
   INNER PAGE HERO — smaller than homepage .hero, same tone
   ============================================================ */
.page-hero {
  background: var(--near-black);
  color: var(--white);
  padding: 120px 0 80px;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(184,137,21,0.14), transparent 55%),
    radial-gradient(ellipse at 10% 90%, rgba(184,137,21,0.06), transparent 55%);
  pointer-events: none;
}
.page-hero-inner {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.page-hero .eyebrow-gold,
.page-hero .label-caps { color: var(--gold); margin-bottom: 22px; display: inline-block; }
.page-hero h1 { color: var(--white); margin-bottom: 20px; font-size: clamp(2rem, 4.2vw, 3.2rem); }
.page-hero h1 em { color: var(--gold); font-style: italic; font-weight: 400; }
.page-hero .divider {
  width: 64px; height: 1px;
  background: var(--gold);
  margin: 26px auto;
}
.page-hero-sub {
  color: rgba(255,255,255,0.78);
  font-size: 1.1rem;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .page-hero { padding: 90px 0 60px; }
}

/* Cream variant of page-hero for lighter pages like pricing/FAQ */
.page-hero-cream {
  background: var(--cream, #FAFAF8);
  color: var(--text-dark);
}
.page-hero-cream h1 { color: var(--text-dark); }
.page-hero-cream h1 em { color: var(--gold); }
.page-hero-cream .page-hero-sub { color: var(--text-body); }
.page-hero-cream::before {
  background:
    radial-gradient(ellipse at 80% 20%, rgba(184,137,21,0.10), transparent 55%),
    radial-gradient(ellipse at 10% 90%, rgba(184,137,21,0.05), transparent 55%);
}

/* ============================================================
   IMAGE PLACEHOLDER — branded, not stock
   ============================================================ */
.image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--gold-light, #fdf3d8);
  color: var(--gold-dark, #A87D10);
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  border: 1px solid rgba(184,137,21,0.2);
  border-radius: 8px;
  padding: 28px;
  min-height: 260px;
  position: relative;
  overflow: hidden;
}
.image-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, transparent 40%, rgba(184,137,21,0.08) 60%, transparent 80%);
  pointer-events: none;
}
.image-placeholder-dark {
  background: var(--near-black);
  color: var(--gold);
  border: 1px solid rgba(184,137,21,0.3);
}

/* ============================================================
   PROSE — blog and long-form
   ============================================================ */
.prose {
  max-width: 720px;
  margin: 0 auto;
  font-family: 'Inter', sans-serif;
  color: var(--text-body);
  line-height: 1.75;
  font-size: 1.05rem;
}
.prose h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  margin: 2.4em 0 0.6em;
  color: var(--text-dark);
}
.prose h2 em { color: var(--gold); font-style: italic; font-weight: 400; }
.prose h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  margin: 2em 0 0.5em;
  color: var(--text-dark);
}
.prose p { margin-bottom: 1.3em; }
.prose ul, .prose ol { margin: 1.2em 0 1.4em 1.4em; }
.prose li { margin-bottom: 0.5em; }
.prose a {
  color: var(--gold-dark);
  text-decoration: underline;
  text-decoration-color: rgba(184,137,21,0.4);
  text-underline-offset: 3px;
  transition: text-decoration-color 0.2s;
}
.prose a:hover { text-decoration-color: var(--gold-dark); }
/* Buttons inside prose must not inherit the gold link color */
.prose .btn { color: var(--near-black); text-decoration: none; }
.prose .btn-primary { color: var(--near-black); }
.prose .btn-primary:hover { color: var(--white); }
.prose .btn-outline-gold { color: var(--text-dark); }
.prose .btn-outline-white { color: var(--white); }
.prose blockquote {
  border-left: 3px solid var(--gold);
  padding: 4px 0 4px 22px;
  margin: 1.6em 0;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1.2rem;
  color: var(--text-dark);
}
.prose hr { border: none; border-top: 1px solid rgba(0,0,0,0.08); margin: 2.4em 0; }

/* Inline blog lead capture */
.inline-capture {
  background: var(--near-black);
  color: var(--white);
  padding: 36px;
  border-radius: 4px;
  margin: 3em 0;
  border: 1px solid rgba(184,137,21,0.3);
}
.inline-capture h3 {
  color: var(--white);
  font-family: 'Playfair Display', serif;
  margin-bottom: 6px;
  font-size: 1.4rem;
}
.inline-capture h3 em { color: var(--gold); font-style: italic; font-weight: 400; }
.inline-capture p { color: rgba(255,255,255,0.75); margin-bottom: 20px; font-size: 0.95rem; }
.inline-capture form { display: flex; gap: 10px; flex-wrap: wrap; }
.inline-capture input {
  flex: 1 1 180px;
  padding: 12px 14px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.2);
  color: var(--white);
  border-radius: 4px;
  font-family: inherit;
}
.inline-capture input:focus {
  outline: none;
  border-color: var(--gold);
}
.inline-capture .btn { flex: 0 0 auto; }

/* ============================================================
   FAQ ACCORDION
   ============================================================ */
.faq-item {
  border-bottom: 1px solid rgba(0,0,0,0.08);
  padding: 24px 0;
}
.faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text-dark);
  list-style: none;
  padding-right: 20px;
}
.faq-q::-webkit-details-marker { display: none; }
.faq-q::after {
  content: "+";
  font-size: 1.5rem;
  color: var(--gold);
  transition: transform 0.2s;
}
.faq-item[open] .faq-q::after { content: "−"; }
.faq-a {
  padding-top: 14px;
  color: var(--text-body);
  line-height: 1.7;
}
.faq-a p { margin-bottom: 0.8em; }

/* ============================================================
   CHECKLIST (used on service pages, move-out lists, etc.)
   ============================================================ */
.checklist {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 10px 28px;
}
.checklist li {
  position: relative;
  padding-left: 28px;
  color: var(--text-dark);
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.6;
}
.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 12px;
  height: 6px;
  border-left: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  transform: rotate(-45deg);
}

/* ============================================================
   PRICING TABLE
   ============================================================ */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.pricing-card {
  background: var(--white);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 4px;
  padding: 36px 30px;
  transition: border-color 0.2s, transform 0.2s;
}
.pricing-card:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
}
.pricing-card.featured {
  border-color: var(--gold);
  position: relative;
}
.pricing-card.featured::before {
  content: "Most Popular";
  position: absolute;
  top: -12px; left: 30px;
  background: var(--gold);
  color: var(--near-black);
  padding: 4px 14px;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 2px;
}
.pricing-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  margin-bottom: 6px;
}
.pricing-card .price {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--gold);
  margin: 14px 0 4px;
}
.pricing-card .price small { font-size: 0.85rem; color: var(--text-muted); font-weight: 400; }
.pricing-card ul {
  list-style: none;
  padding: 22px 0 28px;
  margin: 0;
  border-top: 1px solid rgba(0,0,0,0.06);
  margin-top: 18px;
}
.pricing-card li {
  padding: 6px 0;
  color: var(--text-body);
  font-size: 0.95rem;
}

/* ============================================================
   LUXURY ANIMATIONS
   ============================================================ */

/* --- Page load fade-in --- */
body {
  opacity: 0;
  animation: pageIn 280ms ease 80ms forwards;
}
@keyframes pageIn { to { opacity: 1; } }

/* --- Scroll reveal (targets stamped by main.js) --- */
[data-reveal] {
  opacity: 0;
  translate: 0 44px;
  transition:
    opacity  600ms cubic-bezier(0.22, 1, 0.36, 1),
    translate 600ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, translate;
}
[data-reveal].is-visible {
  opacity: 1;
  translate: none;
}

/* Stagger delays — set via data-stagger="N" by main.js */
[data-stagger="1"] { transition-delay:  70ms; }
[data-stagger="2"] { transition-delay: 140ms; }
[data-stagger="3"] { transition-delay: 210ms; }
[data-stagger="4"] { transition-delay: 280ms; }
[data-stagger="5"] { transition-delay: 350ms; }
[data-stagger="6"] { transition-delay: 420ms; }

/* --- Gold divider line draw + pulse --- */
[data-reveal-line] {
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}
[data-reveal-line].is-visible {
  transform: scaleX(1);
  animation: dividerPulse 0.8s ease 0.52s both;
}
@keyframes dividerPulse {
  0%   { filter: brightness(1); }
  45%  { filter: brightness(2.8) drop-shadow(0 0 7px var(--gold)); }
  100% { filter: brightness(1); }
}

/* --- Photo tilts (same pattern as gift card) --- */
.about-photo {
  rotate: -1deg;
  transition: rotate 0.35s ease, translate 0.35s ease;
}
.about-photo:hover { rotate: 0deg; translate: 0 -4px; }

/* Add .team-card-photo class to team photo containers in about.html */
.team-card-photo {
  rotate: 1deg;
  transition: rotate 0.35s ease, translate 0.35s ease;
  overflow: hidden;
}
.team-card-photo:hover { rotate: 0deg; translate: 0 -4px; }

/* --- Booking Type Chooser --- */
.book-chooser {
  position: fixed;
  inset: 0;
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.22s ease;
}
.book-chooser[hidden] { display: none; }
.book-chooser.is-open { opacity: 1; }
.book-chooser-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(13, 10, 6, 0.62);
  backdrop-filter: blur(4px);
}
.book-chooser-card {
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: 44px 40px 40px;
  max-width: 500px;
  width: 100%;
  text-align: center;
  box-shadow: 0 32px 80px rgba(0,0,0,0.3);
  transform: translateY(12px);
  transition: transform 0.22s ease;
}
.book-chooser.is-open .book-chooser-card { transform: translateY(0); }
.book-chooser-close {
  position: absolute;
  top: 14px; right: 14px;
  background: none;
  border: none;
  cursor: pointer;
  color: #aaa;
  padding: 6px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.15s;
}
.book-chooser-close:hover { color: #333; }
.book-chooser-eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 8px;
}
.book-chooser-heading {
  font-family: 'Playfair Display', serif;
  font-size: 1.55rem;
  font-weight: 400;
  color: var(--text-dark);
  margin-bottom: 30px;
  line-height: 1.3;
}
.book-chooser-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.book-chooser-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 32px 20px 28px;
  border: 2px solid var(--border);
  border-radius: 8px;
  text-decoration: none;
  color: var(--text-dark);
  transition: border-color 0.18s, background 0.18s, transform 0.18s;
}
.book-chooser-option:hover {
  border-color: var(--gold);
  background: #faf8f4;
  transform: translateY(-2px);
}
.book-chooser-option svg { color: var(--gold); }
.book-chooser-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-dark);
  letter-spacing: 0.02em;
}
.book-chooser-sub {
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.4;
}
@media (max-width: 480px) {
  .book-chooser-options { grid-template-columns: 1fr; }
  .book-chooser-card { padding: 36px 24px 28px; }
  .book-chooser-heading { font-size: 1.3rem; margin-bottom: 22px; }
}

/* --- Commercial quote form inside book-chooser --- */
.book-chooser-card.bcq-active {
  max-width: 580px;
  text-align: left;
  max-height: calc(100vh - 48px);
  overflow-y: auto;
}
.bcq-panel { display: flex; flex-direction: column; }
.bcq-back {
  background: none; border: none; cursor: pointer;
  display: inline-flex; align-items: center; gap: 5px;
  color: var(--text-muted); font-size: 0.8rem; font-weight: 500;
  padding: 0; margin-bottom: 12px;
  transition: color 0.15s;
}
.bcq-back:hover { color: var(--text-dark); }
.bcq-heading {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem; font-weight: 400;
  color: var(--text-dark); margin-bottom: 20px; line-height: 1.3;
}
.bcq-step { margin-bottom: 16px; }
.bcq-lbl {
  font-size: 0.7rem; letter-spacing: 0.13em; text-transform: uppercase;
  color: var(--gold); font-weight: 600; margin-bottom: 8px;
}
.bcq-lbl-unit { text-transform: none; letter-spacing: 0; font-weight: 400; color: var(--text-muted); }
.bcq-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 6px; }
.bcq-chip {
  padding: 6px 13px; border: 1.5px solid var(--border); border-radius: 100px;
  background: #fff; font-size: 0.8rem; color: var(--text-body);
  cursor: pointer; white-space: nowrap; line-height: 1.2;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
  font-family: inherit;
}
.bcq-chip:hover { border-color: var(--gold); background: #faf8f4; }
.bcq-chip.selected { border-color: var(--gold); background: var(--gold); color: #fff; }
.bcq-price-row {
  background: var(--bg-section); border: 1.5px solid var(--border);
  border-radius: 8px; padding: 14px 16px; margin: 12px 0 6px;
}
.bcq-price-lbl {
  font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--text-muted); font-weight: 600; margin-bottom: 3px;
}
.bcq-price {
  font-size: 2rem; font-weight: 700; color: var(--text-dark); line-height: 1.1;
}
.bcq-price-note { font-size: 0.78rem; color: var(--text-muted); margin-top: 4px; line-height: 1.4; }
.bcq-divider { height: 1px; background: var(--border); margin: 16px 0; }
.bcq-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 10px; }
.bcq-field { display: flex; flex-direction: column; gap: 4px; margin-bottom: 10px; }
.bcq-field label { font-size: 0.74rem; color: #555; font-weight: 600; }
.bcq-field input {
  border: 1.5px solid #C4BDB5; border-radius: 6px;
  padding: 9px 11px; font-size: 0.88rem; color: var(--text-dark);
  outline: none; transition: border-color 0.15s; font-family: inherit;
  background: #fff;
}
.bcq-field input:focus { border-color: var(--gold); outline: 2px solid color-mix(in srgb, var(--gold) 25%, transparent); }
.bcq-field input::placeholder { color: #b8b0a8; }
.bcq-field select {
  border: 1.5px solid #C4BDB5; border-radius: 6px;
  padding: 9px 11px; font-size: 0.88rem; color: var(--text-dark);
  outline: none; transition: border-color 0.15s; font-family: inherit;
  background: #fff; appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2.5' stroke-linecap='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 11px center; padding-right: 30px;
  width: 100%;
}
.bcq-field select:focus { border-color: var(--gold); outline: 2px solid color-mix(in srgb, var(--gold) 25%, transparent); }
.bcq-field select option[value=""] { color: #b8b0a8; }
.bcq-success { text-align: center; padding: 12px 0 4px; }
.bcq-check {
  width: 48px; height: 48px; border-radius: 50%; background: #f0fdf4;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; color: #16a34a; margin: 0 auto 16px;
}
.bcq-success h3 { margin-bottom: 10px; color: var(--text-dark); }
.bcq-success p { color: var(--text-muted); font-size: 0.88rem; line-height: 1.55; margin: 0; }
@media (max-width: 480px) {
  .book-chooser-card.bcq-active { padding: 36px 20px 28px; }
  .bcq-form-row { grid-template-columns: 1fr; }
}


/* --- Mobile menu: slide from right (replaces display:none toggle) --- */
.mobile-menu {
  display: flex;
  transform: translateX(100%);
  visibility: hidden;
  transition:
    transform 380ms cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0ms 380ms;
}
.mobile-menu.active {
  transform: translateX(0);
  visibility: visible;
  transition:
    transform 380ms cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0ms;
}

/* --- FAQ smooth accordion (JS wraps content in .faq-a-inner, adds .faq-animated) --- */
.faq-item.faq-animated .faq-a {
  display: grid !important;
  grid-template-rows: 0fr;
  overflow: hidden;
  padding-top: 0;
  transition:
    grid-template-rows 340ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    padding-top        340ms ease;
}
.faq-item.faq-animated[open] .faq-a {
  grid-template-rows: 1fr;
  padding-top: 14px;
}
.faq-a-inner { overflow: hidden; min-height: 0; }

@media (hover: none) { .cursor-dot { display: none !important; } }

/* --- Reduced motion: kill all animations --- */
@media (prefers-reduced-motion: reduce) {
  body { animation: none; opacity: 1; }
  [data-reveal]      { opacity: 1 !important; translate: none !important; transition: none !important; }
  [data-reveal-line] { transform: none !important; transition: none !important; animation: none !important; }
  .about-photo, .team-card-photo { rotate: none; transition: none !important; }
  .faq-item.faq-animated .faq-a { transition: none !important; }
  .mobile-menu  { transition: none !important; }
  .cursor-dot { display: none !important; }
}

/* --- Touch: skip hover transforms on tap devices --- */
@media (hover: none) {
  .about-photo:hover      { rotate: -1deg; translate: none; }
  .team-card-photo:hover  { rotate: 1deg;  translate: none; }
  .gift-card-visual:hover { transform: rotate(-2deg); }
  .service-card:hover  { transform: none; box-shadow: none; border-color: var(--border-light); }
  .pricing-card:hover  { transform: none; border-color: rgba(0,0,0,0.08); }
}

/* ============================================================
   LAYOUT FIXES — cascade overrides
   These rules come last so they win over earlier same-specificity rules.
   ============================================================ */

/* 0. Steps section: step-num was --gold-light (#fdf3d8) on --off-white (#FAFAF8) — near-zero contrast.
      Give cards a white surface with a gold border so they lift off the section bg. */
.step {
  background: var(--white);
  border: 1px solid rgba(212, 160, 23, 0.18);
  border-radius: 12px;
  padding: 28px 24px;
}
.step-num {
  color: rgba(212, 160, 23, 0.22);
}

/* 1. Nav horizontal padding:
      <div class="container nav-inner"> — .nav-inner { padding: 14px 0 } (line ~83)
      comes after .container { padding: 0 28px } in the cascade and wins,
      stripping horizontal padding. Restore it explicitly here. */
.nav-inner { padding: 14px 28px 14px 8px; }
@media (max-width: 900px) {
  .nav-inner { padding: 10px 20px 10px 6px; }
}

/* 2. Trust row: orphan-proof separator dots.
      Hide the raw .dot spans; re-create dots via ::after anchored inside
      each item span so they always wrap with their item, never alone. */
.trust-row .dot { display: none; }
.trust-row { gap: 10px 0; }
.trust-row span:not(.dot) { white-space: nowrap; }
.trust-row span:not(.dot):not(:last-child) {
  padding-right: 28px;
  position: relative;
}
.trust-row span:not(.dot):not(:last-child)::after {
  content: '\00B7'; /* · */
  color: var(--gold);
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}

/* 3. Gold trust bar: same cascade problem as nav.
      .trust-bar-inner { padding: 20px 0 } overrides .container's 0 28px.
      Also unlock wrapping so items never overflow at medium viewports. */
.trust-bar-inner { padding: 20px 28px; flex-wrap: wrap; }
@media (max-width: 900px) {
  .trust-bar-inner { gap: 14px 24px; padding: 16px 20px; }
}
@media (max-width: 600px) {
  .trust-bar-inner {
    flex-direction: column;
    align-items: center;
    gap: 13px;
    padding: 20px 20px;
  }
  .trust-item {
    font-size: 0.7rem;
    white-space: nowrap;
    text-align: center;
    justify-content: center;
  }
  .trust-item svg { width: 16px; height: 16px; flex-shrink: 0; }
}

/* 4. Trust row: column stack on mobile, truly centered.
      Must use the same high-specificity selectors as the cascade rules above
      to override padding-right: 28px and ::after dots. */
@media (max-width: 600px) {
  .trust-row { flex-direction: column; align-items: center; gap: 5px; flex-wrap: nowrap; }
  .trust-row .dot { display: none; }
  .trust-row span:not(.dot):not(:last-child) { padding-right: 0; }
  .trust-row span:not(.dot):not(:last-child)::after { display: none; }
}

/* ── Nav Services Dropdown ── */
.nav-dropdown { position: relative; display: flex; align-items: center; }
.nav-dropdown-trigger { display: flex; align-items: center; gap: 5px; cursor: pointer; }
.nav-dropdown-trigger svg { transition: transform 0.2s; flex-shrink: 0; margin-top: 1px; }
.nav-dropdown:hover .nav-dropdown-trigger svg,
.nav-dropdown.open   .nav-dropdown-trigger svg { transform: rotate(180deg); }
.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%; transform: translateX(-50%) translateY(-4px);
  background: #0a0a0a;
  border: 1px solid rgba(212,160,23,0.22);
  border-radius: 6px;
  padding: 6px 0;
  min-width: 220px;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 0.15s, visibility 0.15s, transform 0.15s;
  z-index: 100;
  white-space: nowrap;
}
/* Invisible bridge fills the gap between trigger and menu so mouse doesn't exit hover */
.nav-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -14px;
  left: 0; right: 0;
  height: 14px;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown.open   .nav-dropdown-menu {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.nav-dropdown-menu a {
  display: block;
  padding: 9px 20px;
  color: rgba(255,255,255,0.72);
  font-size: 0.78rem; font-weight: 500;
  letter-spacing: 0.10em; text-transform: uppercase;
  transition: color 0.15s, background 0.15s;
  position: static;
}
.nav-dropdown-menu a::after { display: none !important; }
.nav-dropdown-menu a:hover { color: var(--gold); background: rgba(212,160,23,0.07); }

/* Mobile menu: services as sub-links */
.mobile-menu .mobile-svc-label {
  color: rgba(255,255,255,0.38);
  font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  padding: 14px 0 4px; border: none;
  pointer-events: none; cursor: default;
}
.mobile-menu .mobile-svc-link {
  padding-left: 18px !important;
  font-size: 0.88rem !important;
  color: rgba(255,255,255,0.65) !important;
}
.mobile-menu .mobile-svc-link:hover { color: var(--gold) !important; }

/* ---------- INCLUDED GRID (checklist columns) ---------- */
@media (max-width: 768px) {
  .included-grid,
  .recurring-included-grid { grid-template-columns: 1fr !important; }
}
