/* ==========================================================================
   CC Advisors — Editorial rebuild
   Fraunces (serif display) + Inter (sans body) on warm cream
   ========================================================================== */

:root {
  --ink: #0f1419;
  --ink-soft: #2a2f3a;
  --muted: #6e6e72;
  --line: #e7e1d2;
  --line-soft: #efeadd;
  --bg: #faf7f2;
  --bg-alt: #ffffff;
  --bg-dark: #0f1419;
  --bg-cream: #f1ebdc;

  --brand: #15afbb;
  --brand-dark: #0d8089;
  --brand-light: #e4f6f8;
  --accent: #b58a5b;          /* warm editorial gold */
  --accent-soft: #f3ebd9;

  --max: 1280px;
  --pad: clamp(1.25rem, 4vw, 2.5rem);
  --radius: 4px;
  --radius-lg: 12px;
  --t: 280ms cubic-bezier(.4,.0,.2,1);

  --font-serif: 'Fraunces', 'PP Editorial New', Georgia, serif;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

/* The [hidden] attribute must win over component display rules (e.g. .field is
   display:flex), so JS-toggled fields like the business-name field hide reliably. */
[hidden] { display: none !important; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-soft);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "ss01", "cv11";
}

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

a { color: var(--ink); text-decoration: underline; text-decoration-color: var(--line); text-underline-offset: 4px; text-decoration-thickness: 1px; transition: color var(--t), text-decoration-color var(--t); }
a:hover { color: var(--brand-dark); text-decoration-color: var(--brand); }

h1, h2, h3, h4 {
  font-family: var(--font-serif);
  font-weight: 400;
  color: var(--ink);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 .6em;
  font-variation-settings: "opsz" 144, "SOFT" 50;
}
h1 { font-size: clamp(2.4rem, 6vw, 5rem); letter-spacing: -0.035em; }
h2 { font-size: clamp(1.8rem, 4vw, 3.25rem); letter-spacing: -0.025em; }
h3 { font-size: clamp(1.25rem, 2.2vw, 1.6rem); letter-spacing: -0.015em; }
h4 { font-family: var(--font-sans); font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); font-weight: 600; }

p { margin: 0 0 1em; }

em { font-style: italic; font-family: var(--font-serif); font-feature-settings: "ss01"; }

::selection { background: var(--brand); color: #fff; }

/* Containers */
.container { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: var(--pad); }
.container-narrow { max-width: 720px; margin-inline: auto; padding-inline: var(--pad); }
.container-wide { max-width: 1480px; margin-inline: auto; padding-inline: var(--pad); }

section { padding: clamp(4rem, 10vw, 8rem) 0; }

/* Skip link */
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--ink); color: #fff; padding: .75rem 1.25rem;
}
.skip-link:focus { left: 1rem; top: 1rem; }

/* Editorial labels */
.label {
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--font-sans);
  font-size: .72rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}
.label::before {
  content: ''; display: inline-block;
  width: 24px; height: 1px; background: var(--accent);
}

/* Number markers (editorial) */
.numeral {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 300;
  color: var(--accent);
  font-size: 2rem;
  line-height: 1;
  font-feature-settings: "lnum";
}

/* ==========================================================================
   Header
   ========================================================================== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 247, 242, .85);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--line-soft);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 80px;
  padding-block: .5rem;
}
.nav-brand {
  text-decoration: none; color: var(--ink);
  display: inline-flex; align-items: baseline; gap: .65rem;
}
.nav-brand .mark {
  font-family: var(--font-serif);
  font-size: 1.55rem;
  font-weight: 400;
  letter-spacing: -.04em;
  color: var(--ink);
}
.nav-brand .mark em { color: var(--brand-dark); font-style: italic; font-weight: 400; }
.nav-brand:hover { color: var(--ink); }

/* Formal wordmark — "CC | Advisors" */
.mark-formal {
  display: inline-flex; align-items: center; gap: .85rem;
  letter-spacing: 0 !important;
}
.mark-formal .abbr {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: -.03em;
  color: var(--brand-dark);
  line-height: 1;
}
.mark-formal .bar {
  width: 1px;
  align-self: stretch;
  min-height: 1.4rem;
  background: var(--accent);
}
.mark-formal .name {
  font-family: var(--font-sans);
  font-size: .82rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink);
  line-height: 1;
  padding-top: .15rem;
}
.nav-brand:hover .mark-formal .abbr { color: var(--brand); }

/* Footer variant — slightly larger, allow stacking on narrow */
.footer-brand .mark-formal { margin-bottom: 1.25rem; }
.footer-brand .mark-formal .abbr { font-size: 1.7rem; }
.footer-brand .mark-formal .name { font-size: .8rem; }

.nav-list {
  display: flex; align-items: center; gap: 2rem;
  list-style: none; margin: 0; padding: 0;
}
.nav-list a {
  font-family: var(--font-sans);
  font-size: .9rem; font-weight: 500;
  color: var(--ink-soft);
  text-decoration: none;
  padding: .5rem 0;
  position: relative;
  letter-spacing: .01em;
}
.nav-list a:hover { color: var(--ink); }
.nav-list a.active::after,
.nav-list a:hover::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0;
  height: 1px; background: var(--brand);
}
.nav-cta a {
  font-family: var(--font-sans);
  color: var(--ink); border: 1px solid var(--ink);
  padding: .75rem 1.5rem;
  text-decoration: none; font-size: .85rem; font-weight: 500;
  letter-spacing: .04em;
  transition: all var(--t);
}
.nav-cta a:hover { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.nav-cta a::after { display: none; }

.nav-toggle {
  display: none; border: 0; background: transparent;
  width: 44px; height: 44px; cursor: pointer; color: var(--ink);
}

@media (max-width: 920px) {
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .nav-list {
    position: fixed; inset: 80px 0 auto 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--bg); border-bottom: 1px solid var(--line-soft);
    padding: 1.5rem var(--pad) 2rem;
    transform: translateY(-110%); transition: transform var(--t);
  }
  .nav-list.open { transform: translateY(0); }
  .nav-list a { padding: 1rem 0; font-size: 1.05rem; border-bottom: 1px solid var(--line-soft); }
  .nav-list a::after { display: none; }
  .nav-cta { margin-top: 1.25rem; }
  .nav-cta a { border-bottom: 1px solid var(--ink); display: inline-block; text-align: center; }
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
  display: inline-flex; align-items: center; gap: .6rem;
  padding: 1.05rem 2rem;
  font-family: var(--font-sans);
  font-size: .92rem; font-weight: 500;
  letter-spacing: .04em;
  border-radius: 999px; border: 1px solid transparent;
  cursor: pointer; transition: all var(--t);
  text-decoration: none;
  white-space: nowrap;
}
.btn-primary { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.btn-primary:hover { background: var(--brand-dark); border-color: var(--brand-dark); color: #fff; }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: var(--bg); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--ink); }
.btn-large { font-size: 1rem; padding: 1.15rem 2.25rem; }

/* Arrow link */
.arrow-link {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--font-sans);
  font-size: .92rem; font-weight: 500;
  text-decoration: none;
  color: var(--ink);
  letter-spacing: .02em;
  border-bottom: 1px solid var(--ink);
  padding-bottom: .15rem;
  transition: gap var(--t), color var(--t);
}
.arrow-link:hover { gap: .85rem; color: var(--brand-dark); border-color: var(--brand); }
.arrow-link::after { content: '→'; font-size: 1.05rem; line-height: 1; }

/* ==========================================================================
   Hero
   ========================================================================== */
.hero {
  padding: clamp(4rem, 10vw, 8rem) 0 clamp(5rem, 12vw, 10rem);
  background: var(--bg);
  position: relative;
  overflow: hidden;
}
.hero-grid {
  display: grid; gap: 4rem; align-items: end;
}
@media (min-width: 920px) {
  .hero-grid { grid-template-columns: 1.5fr 1fr; gap: 6rem; }
}
.hero-eyebrow {
  display: flex; align-items: center; gap: 1rem;
  font-family: var(--font-sans);
  font-size: .78rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--muted); font-weight: 600;
  margin-bottom: 2.5rem;
}
.hero-eyebrow .dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--brand);
}
.hero h1 {
  margin: 0 0 2rem;
  font-weight: 300;
}
.hero h1 em { color: var(--brand-dark); font-style: italic; font-weight: 400; }
.hero-lede {
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.55; color: var(--ink-soft);
  max-width: 52ch;
  margin-bottom: 2.5rem;
  font-weight: 400;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }

.hero-meta {
  font-family: var(--font-sans);
  font-size: .82rem; letter-spacing: .04em;
  color: var(--muted);
  border-top: 1px solid var(--line);
  padding-top: 2rem;
}
.hero-meta dl { display: grid; gap: 1.5rem; margin: 0; }
.hero-meta dt { color: var(--muted); font-weight: 500; margin-bottom: .2rem; text-transform: uppercase; font-size: .72rem; letter-spacing: .14em; }
.hero-meta dd { margin: 0; color: var(--ink); font-family: var(--font-serif); font-size: 1.25rem; font-weight: 400; line-height: 1.3; }
.hero-meta dd small { font-family: var(--font-sans); color: var(--muted); font-size: .82rem; display: block; margin-top: .15rem; letter-spacing: 0; text-transform: none; font-weight: 400; }

/* ==========================================================================
   Editorial section heads
   ========================================================================== */
.section-head {
  display: grid; gap: 2rem; margin-bottom: 4rem;
  align-items: start;
}
@media (min-width: 820px) {
  .section-head { grid-template-columns: 1fr 2fr; gap: 5rem; }
}
.section-head .label { display: inline-flex; }
.section-head h2 { margin: .5rem 0 1rem; }
.section-head p { font-size: 1.05rem; color: var(--ink-soft); margin: 0; max-width: 56ch; }

/* ==========================================================================
   Value pillars — big numbered editorial
   ========================================================================== */
.pillars {
  display: grid; gap: 0;
  border-top: 1px solid var(--line);
}
.pillar {
  display: grid; gap: 1.25rem;
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}
@media (min-width: 820px) {
  .pillar { grid-template-columns: 80px 1fr 1.5fr; gap: 3rem; align-items: baseline; }
}
.pillar .numeral { font-size: 2.4rem; }
.pillar h3 { margin: 0; font-size: clamp(1.5rem, 2.6vw, 2rem); font-weight: 300; letter-spacing: -.02em; }
.pillar p { margin: 0; color: var(--ink-soft); font-size: 1.02rem; }

/* ==========================================================================
   Feature blocks (split panels)
   ========================================================================== */
.feature {
  display: grid; gap: clamp(2rem, 5vw, 5rem); align-items: center;
}
@media (min-width: 820px) {
  .feature { grid-template-columns: 1fr 1fr; }
  .feature.reverse > :first-child { order: 2; }
}
.feature-media { position: relative; }
.feature-media img {
  width: 100%; aspect-ratio: 4/5; object-fit: cover;
  border-radius: var(--radius);
}
.feature-media .caption {
  font-family: var(--font-sans);
  font-size: .72rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--muted);
  margin-top: 1rem;
  display: inline-flex; align-items: center; gap: .6rem;
}
.feature-media .caption::before {
  content: ''; width: 16px; height: 1px; background: var(--accent);
}
.feature-body .label { margin-bottom: 1.5rem; }
.feature-body h2 { margin-bottom: 1.5rem; max-width: 18ch; }
.feature-body p { font-size: 1.05rem; color: var(--ink-soft); margin-bottom: 1.5rem; max-width: 48ch; }
.feature-body .arrow-link { margin-top: .5rem; }

/* Lists */
.editorial-list { list-style: none; padding: 0; margin: 0; }
.editorial-list li {
  display: grid; grid-template-columns: 24px 1fr; gap: .85rem;
  padding: .85rem 0;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: .98rem;
  align-items: baseline;
}
.editorial-list li:last-child { border-bottom: 1px solid var(--line); }
.editorial-list li::before {
  content: '—'; color: var(--accent); font-family: var(--font-serif); line-height: 1;
}

/* ==========================================================================
   Services index (numbered editorial)
   ========================================================================== */
.services-index { border-top: 1px solid var(--ink); margin-top: 3rem; }
.service-row {
  display: grid; gap: 1.5rem;
  grid-template-columns: 1fr;
  padding: 2rem 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
  position: relative;
  transition: background var(--t);
}
@media (min-width: 820px) {
  .service-row { grid-template-columns: 70px 1.5fr 2fr 1fr; gap: 2.5rem; align-items: baseline; }
}
.service-row .numeral { font-size: 1.5rem; color: var(--muted); }
.service-row:hover .numeral { color: var(--accent); }
.service-row h3 { margin: 0; font-size: 1.5rem; font-weight: 400; }
.service-row p { margin: 0; color: var(--muted); font-size: .98rem; max-width: 52ch; }
.service-row .arrow-link { border: 0; padding: 0; }

/* ==========================================================================
   Team
   ========================================================================== */
.team {
  display: grid; gap: 1.5rem;
}
@media (min-width: 720px) {
  .team { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
.team-member {
  display: flex; flex-direction: column;
  background: var(--bg-alt);
  border: 1px solid var(--line);
  border-top: 3px solid var(--brand);
  border-radius: var(--radius);
  padding: clamp(1.75rem, 4vw, 2.5rem);
}
.team-monogram {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--brand-light); color: var(--brand-dark);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-serif); font-style: italic; font-weight: 400;
  font-size: 1.6rem; letter-spacing: .01em;
  margin-bottom: 1.5rem;
}
.team-member-meta { padding-top: 0; }
.team-member-meta h3 {
  font-size: clamp(1.6rem, 2.6vw, 2rem); margin: 0 0 .25rem;
}
.team-member-meta .role {
  font-family: var(--font-sans);
  font-size: .85rem; letter-spacing: .04em;
  color: var(--muted);
  margin: 0 0 .75rem;
}
.team-member-meta .marn {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--font-sans);
  font-size: .72rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--accent); font-weight: 600;
  margin-bottom: 1.5rem;
}
.team-member-meta .marn::before {
  content: ''; width: 14px; height: 1px; background: var(--accent);
}
.team-member-meta .bio { color: var(--ink-soft); font-size: 1rem; line-height: 1.7; max-width: 48ch; margin: 0; }

/* Principals card (homepage founders feature — photo-free) */
.principals-card {
  background: var(--bg-cream); border-radius: var(--radius);
  padding: clamp(1.75rem, 4vw, 2.75rem);
  display: grid; gap: 1.5rem;
}
.principal { display: flex; align-items: center; gap: 1rem; }
.principal .team-monogram { margin-bottom: 0; flex: 0 0 auto; width: 56px; height: 56px; font-size: 1.4rem; }
.principal-meta strong { display: block; font-family: var(--font-serif); font-size: 1.25rem; font-weight: 400; color: var(--ink); }
.principal-meta .marn { margin-bottom: 0; margin-top: .3rem; }

/* ==========================================================================
   Pull quote (editorial flourish)
   ========================================================================== */
.pullquote {
  background: var(--bg-cream);
  padding: clamp(4rem, 10vw, 7rem) 0;
}
.pullquote blockquote {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.25;
  letter-spacing: -.02em;
  color: var(--ink);
  font-weight: 300;
  font-style: italic;
  max-width: 22ch;
  margin: 0 auto;
  text-align: center;
}
.pullquote blockquote::before {
  content: '“'; display: block;
  font-size: 4rem; line-height: 0;
  color: var(--accent);
  margin-bottom: 2rem;
  font-style: normal;
}
.pullquote cite {
  display: block; text-align: center; margin-top: 2rem;
  font-family: var(--font-sans); font-style: normal;
  font-size: .82rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--muted);
}

/* ==========================================================================
   Process timeline
   ========================================================================== */
.process-list {
  display: grid; gap: 0;
  border-top: 1px solid var(--ink);
}
.process-step {
  padding: 3rem 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 820px) {
  .process-step { grid-template-columns: 120px 1.4fr 2fr; gap: 3rem; align-items: baseline; }
}
.process-step .numeral { font-size: 2.5rem; font-weight: 200; color: var(--accent); }
.process-step h3 { margin: 0; font-size: clamp(1.4rem, 2.4vw, 1.85rem); font-weight: 400; }
.process-step p { margin: 0; color: var(--ink-soft); font-size: 1rem; }

/* ==========================================================================
   Booking journey
   ========================================================================== */
.journey-grid {
  display: grid; gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  border-top: 1px solid var(--line);
  padding-top: 2.5rem;
  margin-top: 3rem;
}
.journey-item {
  padding: 0;
}
.journey-item .numeral {
  display: block; font-size: 2rem; color: var(--accent); margin-bottom: .75rem;
}
.journey-item h4 { font-family: var(--font-serif); font-size: 1.05rem; text-transform: none; letter-spacing: -.01em; color: var(--ink); font-weight: 400; margin-bottom: .25rem; }
.journey-item p { font-size: .88rem; color: var(--muted); margin: 0; line-height: 1.55; }

.pay-card {
  max-width: 720px; margin: 0 auto;
  background: var(--bg-alt);
  border: 1px solid var(--line);
  padding: clamp(2.5rem, 5vw, 4rem);
  border-radius: var(--radius);
}
.pay-amount {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 300;
  color: var(--ink);
  margin: 1rem 0 1.5rem;
  letter-spacing: -.02em;
}
.pay-amount-note {
  font-family: var(--font-sans);
  font-size: .92rem; color: var(--muted);
  margin-left: .5rem; letter-spacing: 0;
}
.pay-note {
  display: inline-flex; align-items: center; gap: .5rem;
  margin-top: 1.25rem;
  font-size: .82rem; color: var(--muted);
}

.bookings-frame {
  background: var(--bg-alt);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 780px;
}
.bookings-frame iframe { width: 100%; height: 1100px; border: 0; display: block; }
.bookings-fallback {
  text-align: center; margin-top: 1rem;
  font-size: .88rem; color: var(--muted);
}

/* ==========================================================================
   Contact
   ========================================================================== */
.contact-grid {
  display: grid; gap: 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}
@media (min-width: 720px) {
  .contact-grid { grid-template-columns: repeat(3, 1fr); }
}
.contact-row {
  padding: 2.5rem 2rem;
  display: flex; flex-direction: column; gap: 1rem;
  border-bottom: 1px solid var(--line);
  position: relative;
}
@media (min-width: 720px) {
  .contact-row { border-bottom: 0; border-right: 1px solid var(--line); }
  .contact-row:last-child { border-right: 0; }
}
.contact-row .label { font-size: .68rem; }
.contact-row h3 {
  font-family: var(--font-serif);
  font-size: 1.5rem; font-weight: 400;
  margin: 0;
}
.contact-row a { color: var(--ink); text-decoration: underline; text-decoration-color: var(--accent); }

/* ==========================================================================
   Prose
   ========================================================================== */
.prose { font-size: 1.075rem; line-height: 1.75; color: var(--ink-soft); }
.prose h2 { margin-top: 3rem; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 2.25rem; font-size: 1.3rem; }
.prose p { max-width: 64ch; }
.prose ul { padding-left: 0; list-style: none; max-width: 64ch; }
.prose ul li { padding: .85rem 0 .85rem 1.5rem; border-bottom: 1px solid var(--line-soft); position: relative; }
.prose ul li:first-child { border-top: 1px solid var(--line-soft); }
.prose ul li::before {
  content: '—'; color: var(--accent); font-family: var(--font-serif);
  position: absolute; left: 0; top: .85rem;
}
.prose strong { font-weight: 600; color: var(--ink); }
.prose .lede {
  font-family: var(--font-serif);
  font-size: clamp(1.35rem, 2.2vw, 1.65rem);
  line-height: 1.45;
  color: var(--ink);
  font-weight: 300;
  max-width: 28ch;
  margin-bottom: 2.5rem;
  letter-spacing: -.01em;
}
.prose .lede::first-line { font-style: italic; }

/* ==========================================================================
   Page banner (interior pages)
   ========================================================================== */
.page-banner {
  padding: clamp(5rem, 10vw, 8rem) 0 clamp(3rem, 6vw, 5rem);
  background: var(--bg);
  border-bottom: 1px solid var(--line);
}
.page-banner .label { display: inline-flex; }
.page-banner h1 {
  margin: 1.5rem 0 1.5rem;
  max-width: 18ch;
  font-weight: 300;
}
.page-banner h1 em { color: var(--brand-dark); font-style: italic; }
.page-banner .lede {
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  color: var(--ink-soft);
  max-width: 56ch;
  margin: 0;
  line-height: 1.5;
}
.page-banner-grid {
  display: grid; gap: 3rem; align-items: end;
}
@media (min-width: 820px) {
  .page-banner-grid { grid-template-columns: 1.4fr 1fr; }
}

/* ==========================================================================
   CTA strip
   ========================================================================== */
.cta-band {
  background: var(--ink);
  color: var(--bg);
  padding: clamp(5rem, 10vw, 8rem) 0;
}
.cta-band h2 { color: var(--bg); max-width: 18ch; font-weight: 300; }
.cta-band h2 em { color: var(--brand); font-style: italic; }
.cta-band p { color: rgba(250,247,242,.7); max-width: 50ch; font-size: 1.05rem; margin: 1.5rem 0 2.5rem; }
.cta-band .btn-primary { background: var(--bg); color: var(--ink); border-color: var(--bg); }
.cta-band .btn-primary:hover { background: var(--brand); color: var(--ink); border-color: var(--brand); }
.cta-band .btn-outline { color: var(--bg); border-color: var(--bg); }
.cta-band .btn-outline:hover { background: var(--bg); color: var(--ink); }
.cta-band .label { color: rgba(250,247,242,.5); }
.cta-band .label::before { background: var(--brand); }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
  background: var(--bg-cream);
  color: var(--ink-soft);
  padding: clamp(4rem, 8vw, 6rem) 0 2rem;
  border-top: 1px solid var(--line);
}
.footer-grid {
  display: grid; gap: 3rem;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  margin-bottom: 4rem;
}
@media (max-width: 820px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }

.footer-brand .mark {
  font-family: var(--font-serif);
  font-size: 1.5rem; font-weight: 400;
  letter-spacing: -.03em;
  color: var(--ink);
  margin-bottom: 1.25rem; display: block;
}
.footer-brand .mark em { color: var(--brand-dark); font-style: italic; }
.footer-brand p { font-size: .92rem; color: var(--muted); max-width: 36ch; margin: 0; }

.site-footer h5 {
  font-family: var(--font-sans);
  font-size: .72rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--muted); font-weight: 600;
  margin: 0 0 1.25rem;
}
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin: .55rem 0; }
.site-footer a {
  color: var(--ink); text-decoration: none; font-size: .92rem;
}
.site-footer a:hover { color: var(--brand-dark); text-decoration: underline; text-decoration-color: var(--brand); text-underline-offset: 4px; }

.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 2rem;
  display: flex; flex-wrap: wrap; gap: 1rem 2rem;
  justify-content: space-between; align-items: center;
  font-size: .8rem; color: var(--muted);
}
.footer-bottom .social {
  display: inline-flex; gap: 1.25rem;
}
.footer-bottom .social a { color: var(--muted); }
.footer-bottom .social a:hover { color: var(--brand-dark); }
.footer-bottom .social svg { width: 18px; height: 18px; display: block; }

/* ==========================================================================
   Reveal animations
   ========================================================================== */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .9s ease, transform .9s ease; }
.reveal.visible { opacity: 1; transform: none; }

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

/* Anchor offset */
section[id], h2[id] { scroll-margin-top: 100px; }

/* ==========================================================================
   Booking slot picker (native availability — book.html)
   ========================================================================== */
.slot-picker {
  background: var(--bg-alt);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.5rem, 4vw, 2.5rem);
}
.slot-picker-head {
  display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between;
  gap: .75rem 1.5rem; margin-bottom: 1.75rem;
}
.slot-picker-head .label { display: inline-flex; }
.slot-tz { margin: 0; font-size: .82rem; color: var(--muted); }
.slot-tz span { color: var(--ink-soft); }

.slot-status { margin: 0; padding: 1.5rem 0; font-size: .95rem; color: var(--muted); }

.slot-body { display: grid; gap: 2rem; }

/* Day strip */
.slot-days {
  display: flex; gap: .65rem;
  overflow-x: auto; padding-bottom: .5rem;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}
.slot-day {
  flex: 0 0 auto; scroll-snap-align: start;
  display: flex; flex-direction: column; align-items: center; gap: .15rem;
  min-width: 64px; padding: .75rem .9rem;
  background: var(--bg-cream); color: var(--ink-soft);
  border: 1px solid var(--line); border-radius: var(--radius);
  cursor: pointer; transition: all var(--t);
  font-family: var(--font-sans);
}
.slot-day:hover { border-color: var(--brand); color: var(--ink); }
.slot-day-dow { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.slot-day-num { font-family: var(--font-serif); font-size: 1.5rem; line-height: 1; color: var(--ink); }
.slot-day-mon { font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.slot-day.is-selected { background: var(--brand-light); border-color: var(--brand); }
.slot-day.is-selected .slot-day-num,
.slot-day.is-selected .slot-day-dow,
.slot-day.is-selected .slot-day-mon { color: var(--brand-dark); }

/* Times grid */
.slot-times {
  display: grid; gap: .65rem;
  grid-template-columns: repeat(auto-fill, minmax(104px, 1fr));
}
.slot-time {
  padding: .8rem .5rem;
  background: var(--bg-alt); color: var(--ink);
  border: 1px solid var(--line); border-radius: var(--radius);
  font-family: var(--font-sans); font-size: .92rem; font-weight: 500;
  letter-spacing: .02em;
  cursor: pointer; transition: all var(--t);
}
.slot-time:hover { border-color: var(--brand); color: var(--brand-dark); }
.slot-time.is-selected {
  background: var(--brand-light); border-color: var(--brand); color: var(--brand-dark);
  font-weight: 600;
}

/* Confirm */
.slot-confirm { margin-top: 2rem; padding-top: 1.75rem; border-top: 1px solid var(--line); }
.slot-selected {
  font-family: var(--font-serif); font-size: 1.25rem; font-weight: 400;
  color: var(--ink); margin: 0 0 1.25rem;
}
.slot-confirm-note {
  display: flex; align-items: center; gap: .5rem;
  margin: 1rem 0 0; font-size: .82rem; color: var(--muted);
}

@media (max-width: 520px) {
  .slot-times { grid-template-columns: repeat(auto-fill, minmax(88px, 1fr)); }
}

/* Service chooser */
.svc-step { margin-bottom: 2rem; }
.svc-step-title {
  font-family: var(--font-serif); font-size: 1.3rem; font-weight: 400;
  color: var(--ink); letter-spacing: -.01em; margin: 0 0 1.25rem;
}
.svc-options {
  display: grid; gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.svc-option {
  display: flex; flex-direction: column; gap: .35rem;
  text-align: left; cursor: pointer;
  background: var(--bg-alt); color: var(--ink);
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.25rem 1.35rem; transition: all var(--t);
  font-family: var(--font-sans);
}
.svc-option:hover { border-color: var(--brand); }
.svc-option.is-selected { border-color: var(--brand); background: var(--brand-light); box-shadow: inset 0 0 0 1px var(--brand); }
.svc-option-name { font-family: var(--font-serif); font-size: 1.2rem; font-weight: 400; color: var(--ink); letter-spacing: -.01em; }
.svc-option-meta { font-size: .82rem; letter-spacing: .04em; color: var(--brand-dark); font-weight: 500; }
.svc-option-desc { font-size: .9rem; color: var(--muted); line-height: 1.5; margin-top: .15rem; }

/* ==========================================================================
   Booking stepper (book.html)
   ========================================================================== */
.journey-item.is-active .numeral { color: var(--brand-dark); }
.journey-item.is-done .numeral { color: var(--brand); }
.journey-item.is-active h4 { color: var(--ink); }
.journey-item:not(.is-active):not(.is-done) { opacity: .55; }

.booking-step { padding-top: 1rem; }
.step-head { display: grid; gap: 1rem; margin-bottom: 2.5rem; align-items: start; }
@media (min-width: 820px) { .step-head { grid-template-columns: 1fr 2fr; gap: 3rem; } }
.step-head .label { display: inline-flex; }
.step-head h2 { margin: 0 0 .75rem; }
.step-head p { margin: 0; color: var(--ink-soft); max-width: 56ch; }

.step-actions {
  display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; justify-content: space-between;
  margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line);
}
.step-note { font-family: var(--font-serif); font-size: 1.05rem; color: var(--ink); }

.slot-area { margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.slot-loading, .slot-empty { color: var(--muted); font-size: .95rem; padding: 1rem 0; margin: 0; }

/* Booking form */
.persona { border: 0; margin: 0 0 2rem; padding: 0; }
.persona legend { font-weight: 500; color: var(--ink); margin-bottom: .85rem; padding: 0; font-size: .95rem; }
.persona-opt {
  display: flex; gap: .65rem; align-items: flex-start;
  padding: .85rem 1rem; border: 1px solid var(--line); border-radius: var(--radius);
  margin-bottom: .65rem; cursor: pointer; background: var(--bg-alt);
}
.persona-opt input { margin-top: .2rem; accent-color: var(--brand); }
.form-grid { display: grid; gap: 1.25rem; grid-template-columns: 1fr 1fr; }
@media (max-width: 600px) { .form-grid { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: .4rem; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .82rem; letter-spacing: .04em; color: var(--muted); font-weight: 500; }
.field input, .field textarea {
  font-family: var(--font-sans); font-size: 1rem; color: var(--ink);
  background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--radius);
  padding: .75rem .9rem; transition: border-color var(--t);
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--brand); }
.field-error { color: var(--brand-dark); font-size: .8rem; margin: .1rem 0 0; }
.check { flex-direction: row; align-items: flex-start; gap: .6rem; font-size: .9rem; color: var(--ink-soft); line-height: 1.5; cursor: pointer; }
.check input { margin-top: .2rem; accent-color: var(--brand); }

/* Payment */
.pay-grid { display: grid; gap: 2rem; }
@media (min-width: 820px) { .pay-grid { grid-template-columns: 1fr 1.4fr; gap: 3rem; align-items: start; } }
.pay-summary { background: var(--bg-cream); border-radius: var(--radius); padding: 1.75rem; }
.pay-summary h4 { margin: 0 0 1rem; }
.pay-summary dl { margin: 0; display: grid; gap: .65rem; }
.pay-summary dl > div { display: flex; justify-content: space-between; gap: 1rem; font-size: .92rem; }
.pay-summary dt { color: var(--muted); }
.pay-summary dd { margin: 0; color: var(--ink); text-align: right; }
.pay-total { display: flex; justify-content: space-between; align-items: baseline; margin-top: 1.25rem; padding-top: 1.25rem; border-top: 1px solid var(--line); }
.pay-total strong { font-family: var(--font-serif); font-size: 1.5rem; font-weight: 400; color: var(--ink); }
.pay-fine { font-size: .78rem; color: var(--muted); margin: .75rem 0 0; }
.pay-box h4 { margin: 0 0 1rem; }
.card-element { padding: .9rem 1rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--bg-alt); }
.card-errors { color: var(--brand-dark); font-size: .85rem; min-height: 1.2rem; margin-top: .5rem; }

/* Confirmation */
.confirm { max-width: 640px; margin: 0 auto; text-align: center; padding: 2rem 0; }
.confirm .label { display: inline-flex; }
.confirm h2 { margin: 1rem 0; }
.conf-lead { color: var(--ink-soft); font-size: 1.05rem; }
.conf-summary { display: grid; gap: .5rem; text-align: left; max-width: 460px; margin: 2rem auto; border-top: 1px solid var(--line); padding-top: 1.5rem; }
.conf-summary > div { display: flex; justify-content: space-between; gap: 1rem; font-size: .95rem; }
.conf-summary .cs-full { flex-direction: column; gap: .2rem; }
.conf-summary dt { color: var(--muted); }
.conf-summary dd { margin: 0; color: var(--ink); font-weight: 500; text-align: right; }
.conf-summary .cs-full dd { text-align: left; font-family: var(--font-serif); font-size: 1.2rem; }
.conf-next { text-align: left; background: var(--bg-cream); border-radius: var(--radius); padding: 1.75rem; margin-top: 2rem; }
.conf-next h4 { margin: 0 0 1rem; }
.conf-next ol { margin: 0; padding-left: 1.2rem; color: var(--ink-soft); font-size: .95rem; line-height: 1.6; }
.conf-next li { margin-bottom: .5rem; }
