
:root {
  --paper: #f4f4ef;
  --paper-warm: #f8f3ec;
  --surface: #fffaf2;
  --surface-soft: #ebe8df;
  --ink: #242426;
  --muted: #63645f;
  --sage: #737c65;
  --sage-soft: #aeb7a1;
  --clay: #bf765f;
  --blush: #e9c2c3;
  --sand: #d7c6ad;
  --line: rgba(36, 36, 38, 0.14);
  --shadow: 0 24px 70px rgba(36, 36, 38, 0.08);
  --radius: 34px;
  --font-title: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-editorial: "Lora", Georgia, serif;
  --font-body: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img, svg { max-width: 100%; }
button, input, textarea { font: inherit; }
.site-shell { min-height: 100vh; }
.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(244, 244, 239, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.nav {
  width: min(1220px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  min-width: 0;
}
.brand-mark {
  width: 96px;
  height: 44px;
  display: block;
  object-fit: contain;
}
.brand-text { display: grid; min-width: 0; }
.brand-name { font-weight: 600; letter-spacing: -0.02em; overflow-wrap: anywhere; }
.brand-sub { color: var(--muted); font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; white-space: nowrap; }
.nav-links { display: flex; align-items: center; gap: 24px; color: var(--muted); font-size: 0.88rem; font-weight: 600; }
.nav-links a { text-decoration: none; }
.nav-links a[aria-current="page"] { color: var(--ink); }
.button, button.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 22px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: #fffaf2;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}
.button.sage { border-color: var(--sage); background: var(--sage); }
.button.secondary { background: transparent; color: var(--ink); }
.button.soft { border-color: var(--line); background: var(--surface); color: var(--ink); }
.main { overflow: hidden; }
.section { width: min(1220px, calc(100% - 32px)); margin: 0 auto; padding: 88px 0; }
.section.tight { padding: 54px 0; }
.page-title { max-width: 980px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0 0 22px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--sage);
  color: #fffaf2;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, .display {
  max-width: 980px;
  margin-bottom: 24px;
  font-family: var(--font-title);
  font-size: clamp(3rem, 6.4vw, 6.4rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 0.94;
}
h1 .serif, h2 .serif, .display .serif {
  display: block;
  font-family: var(--font-editorial);
  font-weight: 400;
  font-style: italic;
  letter-spacing: -0.055em;
}
h2 {
  max-width: 850px;
  margin-bottom: 22px;
  font-family: var(--font-title);
  font-size: clamp(2.1rem, 4.2vw, 4.3rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 0.98;
}
h3 { margin-bottom: 10px; font-size: 1.08rem; line-height: 1.15; letter-spacing: -0.03em; }
.lead { max-width: 680px; color: var(--muted); font-size: clamp(1.04rem, 1.5vw, 1.22rem); font-weight: 500; }
.hero {
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(330px, 0.98fr);
  gap: clamp(34px, 5.6vw, 86px);
  align-items: center;
  padding-top: 44px;
  padding-bottom: 54px;
}
.hero-actions, .actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-visual {
  position: relative;
  min-height: 620px;
  display: grid;
  align-items: end;
  overflow: hidden;
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 8% 0 18% 18%;
  border-radius: 48% 52% 12% 42%;
  background: var(--sand);
  opacity: 0.72;
}
.hero-visual::after {
  content: "";
  position: absolute;
  right: 5%;
  top: 13%;
  width: 130px;
  height: 170px;
  border-right: 3px solid rgba(115, 124, 101, 0.55);
  border-bottom: 3px solid rgba(115, 124, 101, 0.55);
  transform: rotate(-24deg);
  border-radius: 999px;
}
.portrait-card {
  position: relative;
  z-index: 1;
  min-height: 520px;
  display: grid;
  align-content: end;
  padding: 34px;
  border-radius: 48px 48px 12px 48px;
  background: linear-gradient(180deg, rgba(255, 250, 242, 0.18), rgba(255, 250, 242, 0.94));
  box-shadow: var(--shadow);
}
.placeholder-label {
  display: inline-flex;
  max-width: 360px;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.82);
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 700;
}
.photo-cutout {
  min-height: 310px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  border: 2px dashed rgba(36, 36, 38, 0.22);
  border-radius: 42% 58% 18% 44%;
  color: var(--muted);
  text-align: center;
}
.info-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  box-shadow: var(--shadow);
}
.stat {
  min-height: 190px;
  padding: 30px;
  background: var(--surface);
}
.stat-icon, .circle-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 50%;
  background: var(--surface-soft);
  color: var(--ink);
  font-size: 1.7rem;
}
.split { display: grid; grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr); gap: clamp(32px, 6vw, 76px); align-items: center; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.card, .review-card, .notice {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--surface);
  text-decoration: none;
}
.quiet-panel {
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.82);
  box-shadow: var(--shadow);
}
.card.sage { background: #eef1e8; }
.card.clay { background: #f0ddd3; }
.card.blush { background: #f5e3e3; }
.muted { color: var(--muted); }
.editorial-panel {
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--line);
  border-radius: 42px;
  background: var(--surface);
  box-shadow: var(--shadow);
}
.nutrition-graphic {
  position: relative;
  min-height: 430px;
  display: grid;
  align-content: end;
  padding: 34px;
  overflow: hidden;
  border-radius: 44px;
  background: var(--surface);
  box-shadow: var(--shadow);
}
.nutrition-graphic::before {
  content: "";
  position: absolute;
  width: 390px;
  height: 390px;
  left: 50%;
  bottom: 58px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, #dfe7d2 0 18%, #c9d4bb 19% 31%, transparent 32%), radial-gradient(circle at 38% 42%, #b67b50 0 7%, transparent 8%), radial-gradient(circle at 62% 42%, #d2a86a 0 7%, transparent 8%), radial-gradient(circle at 50% 60%, #799f55 0 11%, transparent 12%);
  border: 2px solid rgba(36, 36, 38, 0.08);
}
.nutrition-graphic::after {
  content: "↘";
  position: absolute;
  right: 44px;
  top: 48px;
  font-size: 6rem;
  line-height: 1;
  transform: rotate(28deg);
}
.graphic-note { position: relative; z-index: 1; }
.service-list { display: grid; gap: 14px; }
.service-row {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--surface);
}
.number {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sage);
  color: #fffaf2;
  font-weight: 700;
}
.band { background: var(--paper-warm); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.booking-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 26px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 42px;
  background: var(--surface);
  box-shadow: var(--shadow);
}
.appointment-types { display: grid; gap: 12px; }
.option {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fbf7ef;
}
.option.selected { border-color: var(--sage); box-shadow: inset 0 0 0 2px var(--sage); }
.calendar { padding: 24px; border-radius: 30px; background: #f6f1e8; border: 1px solid var(--line); }
.calendar-head { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 18px; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.slot-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-bottom: 20px; }
.slot { min-height: 54px; display: grid; place-items: center; padding: 8px; border-radius: 18px; border: 1px solid var(--line); font-weight: 700; text-align: center; }
.slot.open { background: #fffaf2; }
.slot.selected { background: var(--sage); color: #fffaf2; }
.slot.blocked { color: rgba(99, 100, 95, 0.68); background: rgba(36, 36, 38, 0.05); text-decoration: line-through; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 18px; }
.field { width: 100%; min-height: 52px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); color: var(--muted); }
textarea.field { grid-column: 1 / -1; min-height: 120px; resize: vertical; }
.notice { grid-column: 1 / -1; background: #eef1e8; }
.footer { background: var(--ink); color: #fffaf2; }
.footer .section { padding: 56px 0; }
.footer-grid { display: grid; grid-template-columns: 1.1fr 0.7fr 1fr; gap: 34px; }
.footer .muted { color: rgba(255, 250, 242, 0.72); }
.link-list { display: grid; gap: 10px; }
.link-list a { color: inherit; text-decoration: none; }
.asset-note { display: inline-flex; padding: 10px 14px; border-radius: 999px; background: #f0ddd3; color: var(--ink); font-weight: 700; }
.review-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.review-card { display: grid; min-height: 190px; align-content: space-between; }

@media (max-width: 980px) {
  .nav { align-items: flex-start; flex-direction: column; padding: 16px 0; }
  .nav-links { width: 100%; flex-wrap: wrap; gap: 12px 18px; }
  .nav .button { width: 100%; }
  .hero, .split, .booking-showcase, .footer-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-visual { min-height: 520px; }
  .grid-3, .review-grid { grid-template-columns: 1fr; }
  .info-strip { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .section { width: min(100% - 24px, 1220px); padding: 62px 0; }
  .brand-sub { white-space: normal; }
  h1, .display { font-size: clamp(3rem, 18vw, 5rem); }
  h2 { font-size: clamp(2.4rem, 14vw, 4rem); }
  .grid-2, .slot-grid, .form-grid { grid-template-columns: 1fr; }
  .portrait-card, .nutrition-graphic, .editorial-panel { border-radius: 30px; }
  .nutrition-graphic::before { width: 280px; height: 280px; }
  .nutrition-graphic::after { font-size: 4rem; right: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

.generated-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 34px;
}
.portrait-image {
  max-height: 520px;
  object-fit: cover;
  box-shadow: var(--shadow);
}
.nutrition-graphic.has-image {
  padding: 0;
  min-height: 0;
  background: transparent;
  box-shadow: none;
}
.nutrition-graphic.has-image::before,
.nutrition-graphic.has-image::after {
  content: none;
}
.nutrition-graphic.has-image .generated-image {
  box-shadow: var(--shadow);
}
.logo-img {
  display: block;
  width: 96px;
  height: 44px;
  object-fit: contain;
}


/* Light practice-site pass, aligned to discovery references. */
:root {
  --paper: #f7f6f1;
  --surface: #fffdf8;
  --surface-soft: #efeee7;
  --line: rgba(36, 36, 38, 0.09);
  --shadow: 0 14px 38px rgba(36, 36, 38, 0.055);
  --radius: 22px;
}
body { background: var(--paper); }
.nav { min-height: 68px; }
.brand { gap: 12px; }
.brand-mark, .logo-img { width: 74px; height: 44px; }
.brand-name { font-size: 0.95rem; }
.brand-sub { font-size: 0.62rem; letter-spacing: 0.12em; }
.nav-links { gap: 20px; font-size: 0.84rem; }
.button, button.button {
  min-height: 42px;
  padding: 0 18px;
  border-width: 1px;
  font-weight: 600;
  box-shadow: none;
}
.section { width: min(1120px, calc(100% - 40px)); padding: 68px 0; }
.section.tight { padding: 42px 0; }
.eyebrow {
  min-height: 28px;
  padding: 0 13px;
  margin-bottom: 16px;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  font-weight: 600;
}
h1, .display {
  max-width: 720px;
  font-size: clamp(2.55rem, 5.3vw, 5.2rem);
  line-height: 0.99;
  letter-spacing: -0.035em;
  font-weight: 600;
}
h2 {
  max-width: 680px;
  font-size: clamp(2rem, 3.5vw, 3.55rem);
  line-height: 1.04;
  letter-spacing: -0.035em;
  font-weight: 600;
}
h3 { font-size: 1rem; line-height: 1.25; letter-spacing: -0.015em; }
.lead { max-width: 58ch; font-size: clamp(0.98rem, 1.2vw, 1.08rem); line-height: 1.7; font-weight: 400; }
.hero {
  min-height: auto;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.82fr);
  gap: clamp(30px, 5vw, 68px);
  padding-top: 58px;
  padding-bottom: 72px;
}
.hero-actions, .actions { margin-top: 24px; gap: 10px; }
.hero-visual { min-height: 0; overflow: visible; }
.hero-visual::before, .hero-visual::after { content: none; }
.portrait-card {
  min-height: 0;
  padding: 0;
  border-radius: 28px;
  background: transparent;
  box-shadow: none;
  align-content: start;
}
.generated-image { border-radius: 24px; }
.portrait-image {
  aspect-ratio: 4 / 5;
  max-height: 520px;
  object-fit: cover;
  object-position: center;
  box-shadow: var(--shadow);
}
.placeholder-label {
  margin-top: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 500;
  background: rgba(255, 253, 248, 0.76);
}
.info-strip {
  gap: 14px;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.stat {
  min-height: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255,253,248,0.72);
}
.stat-icon, .circle-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  font-size: 1.05rem;
}
.band { background: #fbfaf6; border-color: var(--line); }
.split { grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: clamp(28px, 5vw, 58px); }
.grid-2, .grid-3 { gap: 14px; }
.card, .review-card, .notice {
  padding: 22px;
  border-radius: 18px;
  background: rgba(255,253,248,0.78);
}
.editorial-panel {
  padding: clamp(22px, 4vw, 42px);
  border-radius: 24px;
  box-shadow: none;
}
.nutrition-graphic.has-image .generated-image { box-shadow: var(--shadow); }
.service-row {
  grid-template-columns: 42px 1fr;
  padding: 16px 0;
  border-width: 0 0 1px 0;
  border-radius: 0;
  background: transparent;
}
.number { width: 34px; height: 34px; font-size: 0.82rem; font-weight: 600; }
.booking-showcase {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  gap: clamp(22px, 4vw, 48px);
}
.option { padding: 16px; border-radius: 16px; background: rgba(255,253,248,0.72); }
.option.selected { box-shadow: inset 0 0 0 1px var(--sage); }
.calendar { padding: 20px; border-radius: 20px; background: rgba(255,253,248,0.82); }
.slot { min-height: 46px; border-radius: 13px; font-size: 0.86rem; font-weight: 600; }
.field { min-height: 46px; border-radius: 12px; background: rgba(255,253,248,0.86); }
.notice { border-radius: 14px; }
.footer .section { padding: 44px 0; }

@media (max-width: 980px) {
  .hero { padding-top: 38px; }
  .hero-visual { min-height: 0; }
}
@media (max-width: 640px) {
  .section { width: min(100% - 24px, 1120px); padding: 50px 0; }
  h1, .display { font-size: clamp(2.45rem, 14vw, 4.15rem); }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .portrait-image { aspect-ratio: 1 / 1.08; }
}


/* Proper calendar booking mockup */
.booking-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,253,248,0.9);
  padding: 18px;
}
.booking-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}
.booking-card-head strong {
  display: block;
  margin-top: 2px;
  font-size: 1rem;
  letter-spacing: -0.01em;
}
.mini-label {
  display: block;
  color: var(--sage);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.calendar-pill {
  flex: 0 0 auto;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 600;
}
.calendar-controls {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
}
.calendar-controls button {
  width: 30px;
  height: 30px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--surface);
  color: var(--ink);
  cursor: pointer;
}
.availability-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 600;
}
.availability-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}
.dot.available { background: var(--sage); }
.dot.limited { background: var(--clay); }
.dot.booked { background: rgba(36,36,38,0.25); }
.week-calendar {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}
.day-column {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 7px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(247,246,241,0.56);
}
.day-column.active {
  border-color: rgba(115,124,101,0.45);
  background: rgba(174,183,161,0.16);
}
.day-head {
  display: grid;
  gap: 1px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
}
.day-head span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.day-head strong {
  font-size: 1.22rem;
  line-height: 1;
}
.day-head em {
  color: var(--muted);
  font-size: 0.66rem;
  font-style: normal;
}
.time-slot {
  min-height: 38px;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: var(--surface);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
}
.time-slot.available { border-color: rgba(115,124,101,0.36); background: #fffdf8; }
.time-slot.limited { border-color: rgba(191,118,95,0.28); background: #f8efe9; color: #8f5949; }
.time-slot.selected { border-color: var(--sage); background: var(--sage); color: #fffdf8; }
.time-slot.booked,
.time-slot.unavailable {
  background: rgba(36,36,38,0.045);
  color: rgba(99,100,95,0.62);
  text-decoration: line-through;
  cursor: not-allowed;
}
.selected-summary {
  margin-top: 14px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(247,246,241,0.7);
  color: var(--muted);
  font-size: 0.86rem;
}
.selected-summary strong { color: var(--ink); }
.full-calendar { margin-bottom: 18px; }

@media (max-width: 760px) {
  .booking-card-head { flex-direction: column; }
  .week-calendar { grid-template-columns: 1fr; }
  .day-column { grid-template-columns: 88px repeat(3, minmax(0, 1fr)); align-items: start; }
  .day-head { border-bottom: 0; padding-bottom: 0; }
  .preview-week .day-column { grid-template-columns: 72px repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 430px) {
  .day-column,
  .preview-week .day-column { grid-template-columns: 1fr; }
  .day-head { border-bottom: 1px solid var(--line); padding-bottom: 8px; }
}


.review-return {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 max(20px, calc((100vw - 1120px) / 2));
  border-bottom: 1px solid var(--line);
  background: rgba(247,246,241,0.94);
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  backdrop-filter: blur(14px);
}
.review-return a {
  color: var(--sage);
  text-decoration: none;
}
.review-return a:hover {
  color: var(--ink);
}
.review-return + .topbar {
  top: 34px;
}
@media (max-width: 640px) {
  .review-return {
    padding: 0 12px;
    font-size: 0.7rem;
  }
}



/* Review preview controls */
.preview-toggle {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 2px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,253,248,0.76);
}
.preview-toggle button {
  min-height: 26px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
}
.preview-toggle button.active {
  background: var(--sage);
  color: #fffdf8;
}
body.mobile-preview {
  background: #e7e5dc;
}
body.mobile-preview .review-return,
body.mobile-preview .topbar,
body.mobile-preview .main,
body.mobile-preview .footer {
  width: min(430px, calc(100% - 24px));
  margin-left: auto;
  margin-right: auto;
}
body.mobile-preview .review-return {
  position: relative;
  top: auto;
  min-height: 44px;
  margin-top: 18px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-bottom: 0;
  border-radius: 24px 24px 0 0;
  box-shadow: 0 22px 60px rgba(36,36,38,0.12);
}
body.mobile-preview .topbar {
  position: relative;
  top: auto;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
}
body.mobile-preview .review-return + .topbar {
  top: auto;
}
body.mobile-preview .main {
  background: var(--paper);
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
}
body.mobile-preview .footer {
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 24px 24px;
  overflow: hidden;
  box-shadow: 0 40px 90px rgba(36,36,38,0.13);
}
body.mobile-preview .nav,
body.mobile-preview .section {
  width: min(100% - 24px, 1120px);
}
body.mobile-preview .nav {
  align-items: flex-start;
  flex-direction: column;
  padding: 16px 0;
}
body.mobile-preview .nav-links {
  width: 100%;
  flex-wrap: wrap;
  gap: 10px 16px;
}
body.mobile-preview .nav .button {
  width: 100%;
}
body.mobile-preview .hero,
body.mobile-preview .split,
body.mobile-preview .booking-showcase,
body.mobile-preview .footer-grid,
body.mobile-preview .grid-2,
body.mobile-preview .grid-3,
body.mobile-preview .review-grid,
body.mobile-preview .info-strip,
body.mobile-preview .form-grid {
  grid-template-columns: 1fr;
}
body.mobile-preview .hero {
  min-height: auto;
  padding-top: 38px;
}
body.mobile-preview h1,
body.mobile-preview .display {
  font-size: clamp(2.4rem, 14vw, 4.1rem);
}
body.mobile-preview h2 {
  font-size: clamp(2rem, 10vw, 3rem);
}
body.mobile-preview .week-calendar {
  grid-template-columns: 1fr;
}
body.mobile-preview .day-column,
body.mobile-preview .preview-week .day-column {
  grid-template-columns: 1fr;
}
body.mobile-preview .day-head {
  border-bottom: 1px solid var(--line);
  padding-bottom: 8px;
}
@media (max-width: 640px) {
  .review-return {
    min-height: 44px;
  }
  .preview-toggle button {
    padding: 0 9px;
  }
}



/* Refinement pass: branded review chrome, mono client palette, and booking app */
:root {
  --review-bg: #0f0e0d;
  --review-surface: #1a1817;
  --review-text: #f8f5f0;
  --review-muted: rgba(248,245,240,0.62);
  --review-border: rgba(248,245,240,0.12);
  --review-coral: #e85d5d;
  --review-olive: #b8c98a;
  --review-frame-height: 48px;
}
.review-frame {
  position: sticky;
  top: 0;
  z-index: 90;
  min-height: var(--review-frame-height);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 0 max(18px, calc((100vw - 1120px) / 2));
  background: var(--review-bg);
  color: var(--review-text);
  border-bottom: 1px solid var(--review-border);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.review-back {
  color: var(--review-coral);
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.review-meta {
  color: var(--review-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
}
.review-frame .preview-toggle {
  justify-self: end;
  border-color: var(--review-border);
  background: var(--review-surface);
}
.review-frame .preview-toggle button {
  min-height: 30px;
  color: var(--review-muted);
  font-size: 0.76rem;
}
.review-frame .preview-toggle button.active {
  background: var(--review-olive);
  color: var(--review-bg);
}
.review-frame + .site-shell .topbar,
.review-frame + .topbar {
  top: var(--review-frame-height);
}

.hero {
  grid-template-columns: minmax(0, 1.14fr) minmax(280px, 0.72fr);
}
.hero h1 {
  max-width: 820px;
  font-size: clamp(2.55rem, 4vw, 3.9rem);
  line-height: 1.02;
}
.keep-line { white-space: nowrap; }

.card.sage,
.card.clay,
.card.blush,
.card {
  background: rgba(255,253,248,0.82);
}
.mono-card-grid .card,
.grid-3 .card {
  border-color: rgba(36,36,38,0.11);
}
.circle-icon,
.stat-icon {
  background: rgba(36,36,38,0.045);
  color: var(--ink);
  border: 1px solid rgba(36,36,38,0.07);
}
.card:hover {
  border-color: rgba(115,124,101,0.34);
}

.booking-showcase-app {
  grid-template-columns: minmax(240px, 0.56fr) minmax(0, 1.44fr);
  align-items: start;
}
.booking-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.48fr) minmax(0, 1.52fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: start;
}
.booking-app-section {
  padding-top: 18px;
}
.booking-app {
  border: 1px solid rgba(36,36,38,0.12);
  border-radius: 24px;
  background: rgba(255,253,248,0.92);
  padding: 18px;
  box-shadow: 0 14px 38px rgba(36,36,38,0.055);
}
.booking-app-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(36,36,38,0.08);
}
.booking-app-head h3 {
  margin: 2px 0 0;
  font-size: 1.35rem;
}
.booking-step {
  margin-top: 16px;
}
.step-label,
.slot-note {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.slot-title-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
}
.slot-note {
  color: rgba(99,100,95,0.72);
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-align: right;
}
.service-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 9px;
}
.service-tabs button,
.date-strip button,
.slot-button {
  border: 1px solid rgba(36,36,38,0.12);
  background: rgba(247,246,241,0.58);
  color: var(--ink);
  cursor: pointer;
}
.service-tabs button {
  min-height: 42px;
  border-radius: 999px;
  font-weight: 700;
}
.service-tabs button.active,
.date-strip button.active {
  border-color: rgba(115,124,101,0.46);
  background: rgba(115,124,101,0.11);
  box-shadow: inset 0 0 0 1px rgba(115,124,101,0.22);
}
.date-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: 9px;
}
.date-strip button {
  min-height: 86px;
  padding: 10px;
  border-radius: 18px;
  text-align: left;
}
.date-strip span,
.date-strip small {
  display: block;
  color: var(--muted);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.date-strip strong {
  display: block;
  margin: 2px 0;
  font-size: 1.45rem;
  line-height: 1;
}
.workday-slots {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}
.slot-button {
  min-height: 54px;
  display: grid;
  place-items: center;
  gap: 1px;
  padding: 8px;
  border-radius: 14px;
  font-weight: 800;
}
.slot-button span {
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.slot-button.open:hover {
  border-color: rgba(115,124,101,0.48);
  background: #fffdf8;
}
.slot-button.selected {
  border-color: var(--sage);
  background: var(--sage);
  color: #fffdf8;
}
.slot-button.selected span {
  color: rgba(255,253,248,0.82);
}
.slot-button.booked,
.slot-button.break {
  color: rgba(99,100,95,0.62);
  background: rgba(36,36,38,0.045);
  cursor: not-allowed;
}
.slot-button.booked {
  text-decoration: line-through;
}
.slot-button.break {
  font-weight: 700;
}
.booking-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 16px;
  padding: 14px;
  border: 1px solid rgba(36,36,38,0.1);
  border-radius: 16px;
  background: rgba(247,246,241,0.64);
}
.booking-summary span {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.booking-summary strong span {
  display: inline;
  color: inherit;
  font-size: inherit;
  letter-spacing: 0;
  text-transform: none;
}
.booking-help-list {
  display: grid;
  gap: 8px;
  margin-top: 24px;
}
.booking-help-list span {
  padding: 12px 14px;
  border: 1px solid rgba(36,36,38,0.1);
  border-radius: 999px;
  background: rgba(255,253,248,0.7);
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
}
.booking-details-panel {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1.58fr);
  gap: clamp(22px, 4vw, 48px);
  margin-top: 22px;
  padding: 24px;
  border: 1px solid rgba(36,36,38,0.1);
  border-radius: 24px;
  background: rgba(255,253,248,0.78);
}

body.mobile-preview .review-frame {
  width: 100%;
  margin: 0;
}
body.mobile-preview .review-frame + .site-shell .topbar,
body.mobile-preview .review-frame + .topbar {
  top: auto;
}
body.mobile-preview .booking-showcase-app,
body.mobile-preview .booking-layout,
body.mobile-preview .booking-details-panel {
  grid-template-columns: 1fr;
}
body.mobile-preview .date-strip {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
body.mobile-preview .workday-slots {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 980px) {
  .booking-showcase-app,
  .booking-layout,
  .booking-details-panel {
    grid-template-columns: 1fr;
  }
  .workday-slots {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .review-frame {
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 10px 14px;
  }
  .review-meta {
    display: none;
  }
  .review-frame .preview-toggle {
    justify-self: stretch;
  }
  .review-frame .preview-toggle button {
    flex: 1;
  }
  .keep-line {
    white-space: normal;
  }
  .service-tabs,
  .date-strip,
  .workday-slots {
    grid-template-columns: 1fr;
  }
  .booking-summary {
    align-items: stretch;
    flex-direction: column;
  }
  .booking-summary .button {
    width: 100%;
  }
}


/* Keep the client site responsive after the desktop hero refinement. */
@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
  }
}



/* Private booking admin mockup */
.admin-main {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  padding: 42px 0 80px;
}
.admin-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: end;
  padding: 30px 0 34px;
}
.admin-logo-row {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.admin-logo {
  width: 74px;
  height: 42px;
  object-fit: contain;
}
.admin-hero h1 {
  max-width: 820px;
  font-size: clamp(2.2rem, 4vw, 4.2rem);
}
.admin-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.admin-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}
.metric,
.admin-panel,
.admin-schedule {
  border: 1px solid rgba(36,36,38,0.1);
  border-radius: 22px;
  background: rgba(255,253,248,0.86);
}
.metric {
  padding: 18px;
}
.metric span,
.metric small {
  display: block;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.metric strong {
  display: block;
  margin: 8px 0 2px;
  font-size: 2rem;
  line-height: 1;
}
.admin-board {
  display: grid;
  grid-template-columns: minmax(190px, 0.58fr) minmax(0, 1.42fr) minmax(240px, 0.78fr);
  gap: 16px;
  align-items: start;
}
.admin-panel,
.admin-schedule {
  padding: 18px;
}
.panel-head,
.schedule-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(36,36,38,0.08);
}
.schedule-head h2,
.detail-panel h2 {
  margin-bottom: 0;
  font-size: clamp(1.5rem, 2vw, 2.2rem);
}
.admin-week-list {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}
.admin-week-list button,
.schedule-row {
  border: 1px solid rgba(36,36,38,0.1);
  background: rgba(247,246,241,0.58);
  color: var(--ink);
  cursor: pointer;
}
.admin-week-list button {
  min-height: 70px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px;
  align-items: center;
  padding: 10px;
  border-radius: 16px;
  text-align: left;
}
.admin-week-list span,
.admin-week-list small {
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.admin-week-list strong {
  font-size: 1.45rem;
}
.admin-week-list button.active,
.schedule-row.active {
  border-color: rgba(115,124,101,0.46);
  background: rgba(115,124,101,0.11);
  box-shadow: inset 0 0 0 1px rgba(115,124,101,0.22);
}
.admin-rule-box {
  margin-top: 14px;
  padding: 14px;
  border: 1px solid rgba(36,36,38,0.08);
  border-radius: 16px;
  background: rgba(247,246,241,0.58);
}
.admin-rule-box p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
}
.admin-filter-tabs {
  display: inline-flex;
  gap: 4px;
  padding: 3px;
  border: 1px solid rgba(36,36,38,0.1);
  border-radius: 999px;
  background: rgba(247,246,241,0.58);
}
.admin-filter-tabs button {
  min-height: 32px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  cursor: pointer;
}
.admin-filter-tabs button.active {
  background: var(--sage);
  color: #fffdf8;
}
.schedule-list {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}
.schedule-row {
  min-height: 64px;
  display: grid;
  grid-template-columns: 58px 92px minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 16px;
  text-align: left;
}
.schedule-row .time {
  font-weight: 800;
}
.schedule-row .status {
  justify-self: start;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(36,36,38,0.05);
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.schedule-row.pending .status,
.detail-status.pending {
  background: rgba(115,124,101,0.13);
  color: var(--sage);
}
.schedule-row.confirmed .status,
.detail-status.confirmed {
  background: rgba(36,36,38,0.08);
  color: var(--ink);
}
.schedule-row.open .status,
.schedule-row.blocked .status {
  background: rgba(36,36,38,0.045);
}
.schedule-row small {
  color: var(--muted);
}
.detail-status {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 10px 0 16px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.booking-detail-list {
  display: grid;
  gap: 12px;
  margin: 0;
}
.booking-detail-list div {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(36,36,38,0.08);
}
.booking-detail-list dt {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.booking-detail-list dd {
  margin: 4px 0 0;
  color: var(--ink);
  font-weight: 700;
}
.admin-action-stack {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}
.admin-action-stack .button {
  width: 100%;
}

body.mobile-preview .admin-main {
  width: min(430px, calc(100% - 24px));
}
body.mobile-preview .admin-hero,
body.mobile-preview .admin-board,
body.mobile-preview .admin-metrics {
  grid-template-columns: 1fr;
}
body.mobile-preview .admin-actions {
  justify-content: stretch;
}
body.mobile-preview .admin-actions .button {
  width: 100%;
}
body.mobile-preview .schedule-row {
  grid-template-columns: 58px 1fr;
}
body.mobile-preview .schedule-row small {
  grid-column: 2;
}

@media (max-width: 980px) {
  .admin-hero,
  .admin-board,
  .admin-metrics {
    grid-template-columns: 1fr;
  }
  .admin-actions {
    justify-content: flex-start;
  }
}
@media (max-width: 640px) {
  .admin-main {
    width: min(100% - 24px, 1240px);
    padding-top: 28px;
  }
  .schedule-row {
    grid-template-columns: 58px 1fr;
  }
  .schedule-row small {
    grid-column: 2;
  }
}


/* Admin preview overflow guard */
.admin-panel,
.admin-schedule,
.admin-board,
.admin-week-list button,
.schedule-row,
.detail-panel {
  min-width: 0;
}
.admin-panel *,
.admin-schedule * {
  overflow-wrap: anywhere;
}


/* Open Design aesthetic pass: keep our structure, reduce bulk, sharpen booking app. */
:root {
  --paper: #fbfbfa;
  --paper-warm: #f8f7f3;
  --surface: #ffffff;
  --surface-soft: #f2f2ee;
  --ink: #252527;
  --muted: #676864;
  --sage: #6f7964;
  --sage-soft: #dfe5d7;
  --clay: #a96f5e;
  --blush: #ead8d6;
  --sand: #e8e1d5;
  --line: rgba(37, 37, 39, 0.09);
  --shadow: 0 1px 3px rgba(37, 37, 39, 0.04), 0 18px 44px rgba(37, 37, 39, 0.055);
  --radius: 12px;
  --font-title: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", system-ui, sans-serif;
  --font-body: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", system-ui, sans-serif;
  --font-editorial: "Iowan Old Style", Charter, Georgia, serif;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
}

.topbar {
  background: rgba(255, 255, 255, 0.84);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px) saturate(180%);
}

.nav {
  width: min(1200px, calc(100% - 48px));
  min-height: 64px;
}

.brand-mark,
.logo-img {
  width: 74px;
  height: 36px;
}

.brand-name {
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.brand-sub {
  font-size: 0.62rem;
  letter-spacing: 0.11em;
}

.nav-links {
  gap: 28px;
  font-size: 0.86rem;
  font-weight: 500;
}

.button,
button.button {
  min-height: 42px;
  padding: 0 18px;
  border-width: 1px;
  border-radius: 6px;
  box-shadow: none;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.button.sage {
  border-color: var(--sage);
  background: var(--sage);
}

.button.secondary,
.button.soft {
  background: transparent;
  color: var(--ink);
  border-color: var(--line);
}

.button:hover {
  transform: translateY(-1px);
}

.section {
  width: min(1200px, calc(100% - 48px));
  padding: 86px 0;
}

.section.tight {
  padding: 44px 0;
}

.eyebrow {
  min-height: auto;
  margin-bottom: 16px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

h1,
.display {
  max-width: 760px;
  margin-bottom: 20px;
  font-family: var(--font-title);
  font-size: clamp(2.7rem, 5vw, 4.35rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

h2 {
  max-width: 720px;
  margin-bottom: 18px;
  font-family: var(--font-title);
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

h1 .serif,
h2 .serif,
.display .serif {
  display: inline;
  color: var(--muted);
  font-family: var(--font-editorial);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.012em;
}

h3 {
  font-size: 1.02rem;
  font-weight: 650;
  letter-spacing: -0.012em;
}

.lead {
  max-width: 62ch;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  font-weight: 400;
  line-height: 1.65;
}

.hero {
  min-height: auto;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  gap: clamp(36px, 6vw, 86px);
  padding-top: 72px;
  padding-bottom: 78px;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(2.85rem, 5vw, 4.45rem);
}

.keep-line {
  white-space: nowrap;
}

.hero-actions,
.actions {
  gap: 12px;
  margin-top: 28px;
}

.portrait-card,
.generated-image,
.portrait-image,
.nutrition-graphic.has-image .generated-image {
  border-radius: 12px;
}

.portrait-image,
.nutrition-graphic.has-image .generated-image {
  box-shadow: var(--shadow);
}

.placeholder-label {
  border-radius: 6px;
  font-size: 0.68rem;
}

.info-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.stat,
.card,
.review-card,
.notice,
.editorial-panel,
.booking-details-panel,
.admin-panel,
.admin-schedule,
.metric {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: none;
}

.stat {
  padding: 22px;
}

.stat-icon,
.circle-icon {
  width: 36px;
  height: 36px;
  margin-bottom: 16px;
  border-radius: 8px;
  background: var(--surface-soft);
  font-size: 0.95rem;
}

.band {
  background: var(--surface);
  border-color: var(--line);
}

.split {
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: clamp(34px, 6vw, 76px);
}

.grid-2,
.grid-3 {
  gap: 12px;
}

.card {
  padding: 24px;
}

.card:hover {
  transform: translateY(-2px);
  border-color: rgba(111, 121, 100, 0.28);
}

.booking-band .section,
.booking-showcase-app {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(34px, 5vw, 68px);
  align-items: start;
}

.booking-layout {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}

.booking-app {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.booking-app-head {
  align-items: flex-start;
  margin-bottom: 18px;
  padding-bottom: 0;
  border-bottom: 0;
}

.booking-app-head h3 {
  margin-top: 2px;
  font-size: 1.15rem;
  font-weight: 700;
}

.mini-label,
.step-label {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.calendar-controls {
  gap: 8px;
}

.calendar-controls button {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: var(--paper);
}

.booking-step {
  margin-top: 18px;
}

.service-tabs,
.date-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.service-tabs button,
.date-strip button {
  min-width: 64px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper);
  color: var(--muted);
  box-shadow: none;
}

.service-tabs button {
  min-height: 38px;
  padding: 0 14px;
  font-size: 0.84rem;
  font-weight: 600;
}

.date-strip button {
  min-height: 66px;
  padding: 8px 12px;
  text-align: center;
}

.service-tabs button.active,
.date-strip button.active {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--surface);
  box-shadow: none;
}

.date-strip button.active span,
.date-strip button.active small {
  color: rgba(255, 255, 255, 0.72);
}

.date-strip span,
.date-strip small {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.date-strip strong {
  font-size: 1.04rem;
}

.slot-title-row {
  margin-bottom: 8px;
}

.slot-note {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.workday-slots {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.slot-button {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper);
  font-size: 0.82rem;
  font-weight: 650;
}

.slot-button span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.slot-button.open:hover {
  background: var(--surface);
  border-color: rgba(111, 121, 100, 0.5);
  color: var(--sage);
}

.slot-button.selected {
  background: var(--sage);
  border-color: var(--sage);
  color: var(--surface);
}

.slot-button.selected span {
  color: rgba(255, 255, 255, 0.78);
}

.slot-button.booked,
.slot-button.break {
  background: rgba(37, 37, 39, 0.045);
  color: rgba(103, 104, 100, 0.65);
}

.slot-button.booked {
  text-decoration: line-through;
}

.booking-summary {
  margin-top: 18px;
  padding: 16px 0 0;
  border-width: 1px 0 0;
  border-radius: 0;
  background: transparent;
}

.booking-summary > div > span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.booking-summary strong {
  display: block;
  margin-top: 2px;
  font-size: 0.9rem;
  font-weight: 650;
}

.booking-details-panel {
  padding: 24px;
  border-color: var(--line);
}

.field {
  min-height: 46px;
  border-radius: 6px;
  background: var(--paper);
}

textarea.field {
  min-height: 112px;
}

.footer {
  background: var(--ink);
}

@media (max-width: 980px) {
  .nav {
    width: min(100% - 32px, 1200px);
  }

  .hero,
  .split,
  .booking-band .section,
  .booking-showcase-app,
  .booking-layout,
  .booking-details-panel,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .workday-slots,
  body.mobile-preview .workday-slots {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .section {
    width: min(100% - 28px, 1200px);
    padding: 58px 0;
  }

  .nav {
    min-height: 0;
    padding: 14px 0;
  }

  h1,
  .display,
  .hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.45rem);
  }

  h2 {
    font-size: clamp(1.7rem, 8vw, 2.4rem);
  }

  h1 .serif,
  h2 .serif,
  .display .serif {
    display: block;
  }

  .keep-line {
    white-space: normal;
  }

  .service-tabs,
  .date-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .workday-slots,
  body.mobile-preview .workday-slots {
    grid-template-columns: 1fr;
  }

  .booking-summary {
    align-items: stretch;
    flex-direction: column;
  }
}


/* Client preference pass: monochrome first, colour only as a functional accent. */
:root {
  --paper: #fafafa;
  --paper-warm: #f6f6f3;
  --surface: #ffffff;
  --surface-soft: #f0f0ed;
  --ink: #202022;
  --muted: #686865;
  --sage: #6f7764;
  --sage-soft: #ecefea;
  --clay: #9f7466;
  --blush: #f1eeee;
  --sand: #ece9e3;
  --line: rgba(32, 32, 34, 0.105);
  --shadow: 0 1px 2px rgba(32, 32, 34, 0.035), 0 14px 32px rgba(32, 32, 34, 0.045);
}

body {
  background: var(--paper);
}

.topbar {
  background: rgba(255, 255, 255, 0.9);
}

.band {
  background: var(--paper-warm);
}

.button.sage,
button.button.sage {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--surface);
}

.button.sage:hover,
button.button.sage:hover {
  border-color: var(--sage);
  background: var(--sage);
}

.button.secondary,
.button.soft {
  background: var(--surface);
}

.eyebrow,
.mini-label,
.step-label,
.slot-note {
  color: var(--muted);
}

h1 .serif,
h2 .serif,
.display .serif {
  color: var(--muted);
}

.stat,
.card,
.review-card,
.editorial-panel,
.booking-details-panel,
.admin-panel,
.admin-schedule,
.metric,
.notice,
.booking-app {
  background: rgba(255, 255, 255, 0.92);
}

.card.sage,
.card.clay,
.card.blush,
.option,
.calendar,
.notice,
.asset-note {
  background: var(--surface);
}

.stat-icon,
.circle-icon,
.calendar-controls button,
.service-tabs button,
.date-strip button,
.slot-button,
.field,
.booking-help-list span,
.admin-week-list button,
.schedule-row,
.admin-filter-tabs {
  background: var(--surface-soft);
}

.card:hover,
.slot-button.open:hover,
.time-slot.available:hover,
.admin-week-list button:hover,
.schedule-row:hover {
  border-color: rgba(32, 32, 34, 0.24);
}

.service-tabs button.active,
.date-strip button.active,
.admin-filter-tabs button.active {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--surface);
  box-shadow: none;
}

.service-tabs button.active small,
.date-strip button.active span,
.date-strip button.active small {
  color: rgba(255, 255, 255, 0.66);
}

.slot-button.selected,
.time-slot.selected {
  border-color: var(--sage);
  background: var(--sage);
  color: var(--surface);
}

.slot-button.selected span,
.time-slot.selected span {
  color: rgba(255, 255, 255, 0.78);
}

.slot-button.booked,
.slot-button.break,
.time-slot.booked,
.time-slot.unavailable,
.time-slot.blocked {
  background: rgba(32, 32, 34, 0.045);
  color: rgba(104, 104, 101, 0.68);
}

.time-slot.limited,
.dot.limited {
  border-color: rgba(159, 116, 102, 0.34);
  color: var(--clay);
}

.dot.available {
  background: var(--ink);
}

.dot.limited {
  background: var(--clay);
}

.dot.booked {
  background: rgba(32, 32, 34, 0.28);
}

.selected-summary,
.booking-summary,
.admin-rule-box {
  background: rgba(246, 246, 243, 0.72);
}

.admin-week-list button.active,
.schedule-row.active {
  border-color: rgba(111, 119, 100, 0.42);
  background: var(--sage-soft);
  box-shadow: none;
}

.schedule-row.pending .status,
.detail-status.pending {
  background: var(--sage-soft);
  color: var(--sage);
}

.schedule-row.confirmed .status,
.detail-status.confirmed {
  background: rgba(32, 32, 34, 0.08);
  color: var(--ink);
}


/* Brand off-black and minimal wellness motif layer. */
:root {
  --brand-black: #242426;
  --ink: var(--brand-black);
  --motif-line: rgba(36, 36, 38, 0.16);
  --motif-soft: rgba(36, 36, 38, 0.045);
  --motif-sage: rgba(111, 119, 100, 0.34);
  --motif-clay: rgba(159, 116, 102, 0.28);
  --line: rgba(36, 36, 38, 0.105);
  --shadow: 0 1px 2px rgba(36, 36, 38, 0.035), 0 14px 32px rgba(36, 36, 38, 0.045);
}

body,
h1,
h2,
h3,
.brand-name,
.nav-links a[aria-current="page"] {
  color: var(--brand-black);
}

.button.sage,
button.button.sage,
.service-tabs button.active,
.date-strip button.active,
.admin-filter-tabs button.active {
  border-color: var(--brand-black);
  background: var(--brand-black);
}

.footer {
  background: var(--brand-black);
}

.hero,
.page-title,
.split,
.booking-app,
.booking-details-panel,
.card,
.stat {
  position: relative;
}

.hero::after,
.page-title::after {
  content: "";
  position: absolute;
  right: clamp(18px, 5vw, 82px);
  bottom: clamp(16px, 6vw, 74px);
  width: 156px;
  height: 82px;
  border-top: 1px dashed var(--motif-line);
  border-radius: 50%;
  transform: rotate(-12deg);
  opacity: 0.52;
  pointer-events: none;
}

.page-title::after {
  right: 0;
  bottom: 28px;
  width: 108px;
  height: 58px;
  opacity: 0.38;
}

.split::before {
  content: "";
  position: absolute;
  right: min(-22px, -1vw);
  top: 24px;
  width: 92px;
  height: 126px;
  opacity: 0.52;
  pointer-events: none;
  background:
    linear-gradient(102deg, transparent 49%, var(--motif-line) 50%, transparent 51%) 50% 0 / 1px 100% no-repeat,
    radial-gradient(ellipse 10px 22px at 34px 28px, var(--motif-sage) 0 58%, transparent 60%),
    radial-gradient(ellipse 10px 22px at 58px 48px, rgba(36,36,38,0.12) 0 58%, transparent 60%),
    radial-gradient(ellipse 10px 22px at 32px 72px, rgba(36,36,38,0.1) 0 58%, transparent 60%),
    radial-gradient(ellipse 10px 22px at 58px 94px, var(--motif-sage) 0 58%, transparent 60%);
}

.booking-app::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 24px;
  width: 84px;
  height: 44px;
  border-top: 1px dashed var(--motif-line);
  border-radius: 50%;
  opacity: 0.34;
  pointer-events: none;
}

.stat::after,
.card::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--motif-sage);
  opacity: 0.64;
}

.grid-2 .card:nth-child(3)::after,
.grid-3 .card:nth-child(2)::after {
  background: var(--motif-clay);
}

.stat-icon,
.circle-icon {
  border-radius: 50%;
  background: var(--surface);
  border-color: var(--line);
  color: var(--brand-black);
}

.slot-button.selected,
.time-slot.selected {
  border-color: var(--sage);
  background: var(--sage);
}

.slot-button.open:hover {
  color: var(--brand-black);
}

@media (max-width: 760px) {
  .hero::after,
  .page-title::after,
  .split::before,
  .booking-app::before {
    content: none;
  }
}


/* Minimal organic brand shapes, used as accents behind content only. */
:root {
  --blob-sage: rgba(111, 119, 100, 0.34);
  --blob-clay: rgba(159, 116, 102, 0.24);
  --blob-sand: rgba(213, 201, 183, 0.34);
  --blob-blush: rgba(226, 197, 195, 0.26);
}

.hero-visual,
.portrait-card,
.nutrition-graphic.has-image,
.booking-app,
.booking-details-panel,
.editorial-panel {
  position: relative;
}

.hero-visual {
  overflow: visible;
}

.portrait-card::before,
.portrait-card::after,
.nutrition-graphic.has-image::before,
.nutrition-graphic.has-image::after,
.booking-app::after,
.booking-details-panel::after,
.editorial-panel::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.portrait-card::before {
  width: 42%;
  height: 34%;
  right: -10%;
  top: 8%;
  border-radius: 58% 42% 61% 39%;
  background: var(--blob-sand);
}

.portrait-card::after {
  width: 32%;
  height: 23%;
  left: -8%;
  bottom: 13%;
  border-radius: 44% 56% 35% 65%;
  background: var(--blob-sage);
}

.portrait-card .generated-image,
.portrait-card .placeholder-label,
.nutrition-graphic.has-image .generated-image {
  position: relative;
  z-index: 1;
}

.nutrition-graphic.has-image {
  padding: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
}

.nutrition-graphic.has-image::before {
  width: 34%;
  height: 42%;
  right: -7%;
  bottom: -9%;
  border-radius: 63% 37% 39% 61%;
  background: var(--blob-clay);
}

.nutrition-graphic.has-image::after {
  width: 22%;
  height: 22%;
  left: -5%;
  top: -4%;
  border-radius: 54% 46% 62% 38%;
  background: var(--blob-sage);
}

.booking-app {
  overflow: hidden;
}

.booking-app::after {
  width: 92px;
  height: 64px;
  right: -26px;
  bottom: -24px;
  border-radius: 62% 38% 46% 54%;
  background: var(--blob-sand);
  opacity: 0.55;
}

.booking-app > *,
.booking-details-panel > *,
.editorial-panel > * {
  position: relative;
  z-index: 1;
}

.booking-details-panel {
  overflow: hidden;
}

.booking-details-panel::after {
  width: 112px;
  height: 84px;
  left: -32px;
  bottom: -30px;
  border-radius: 44% 56% 62% 38%;
  background: var(--blob-blush);
}

.editorial-panel {
  overflow: hidden;
}

.editorial-panel::after {
  width: 128px;
  height: 86px;
  right: -34px;
  top: -28px;
  border-radius: 56% 44% 40% 60%;
  background: var(--blob-sage);
  opacity: 0.58;
}

.band {
  position: relative;
  overflow: hidden;
}

.band::after {
  content: "";
  position: absolute;
  right: -72px;
  top: 34px;
  width: 148px;
  height: 96px;
  border-radius: 64% 36% 46% 54%;
  background: var(--blob-sand);
  opacity: 0.46;
  pointer-events: none;
}

@media (max-width: 760px) {
  .portrait-card::before,
  .portrait-card::after,
  .nutrition-graphic.has-image::before,
  .nutrition-graphic.has-image::after,
  .booking-app::after,
  .booking-details-panel::after,
  .editorial-panel::after,
  .band::after {
    opacity: 0.28;
  }
}


/* Restrained motif pass: use reference elements in one composed visual, not across every component. */
.motif-panel img {
  display: block;
  width: 1.35em;
  height: 1.35em;
}

.motif-panel {
  min-height: 430px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.motif-panel::before,
.motif-panel::after {
  content: none;
}

.motif-panel.compact {
  min-height: 360px;
}

.organic-shape {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.shape-sand {
  width: 40%;
  height: 46%;
  left: -15%;
  top: -11%;
  border-radius: 64% 36% 48% 52%;
  background: rgba(213, 201, 183, 0.45);
}

.shape-sage {
  width: 44%;
  height: 52%;
  right: -20%;
  bottom: 4%;
  border-radius: 45% 55% 62% 38%;
  background: rgba(111, 119, 100, 0.30);
}

.shape-clay {
  width: 24%;
  height: 28%;
  right: -7%;
  top: 15%;
  border-radius: 60% 40% 40% 60%;
  background: rgba(159, 116, 102, 0.28);
}

.motif-main,
.motif-orbit,
.micro-lines {
  position: relative;
  z-index: 1;
}

.motif-main {
  width: min(230px, 60%);
  aspect-ratio: 1;
  margin: 24px auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(36,36,38,0.14);
  border-radius: 50%;
  background: rgba(246,246,243,0.74);
}

.motif-bowl {
  width: 104px;
  height: 104px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--brand-black);
  background: var(--surface);
  border: 1px solid var(--line);
}

.motif-bowl svg {
  width: 58px;
  height: 58px;
}

.motif-leaf {
  position: absolute;
  right: 22%;
  bottom: 20%;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: rgba(111,119,100,0.9);
}

.motif-orbit {
  position: absolute;
  inset: 42px;
  border: 1px solid rgba(36,36,38,0.15);
  border-radius: 50%;
  pointer-events: none;
}

.orb {
  position: absolute;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(36,36,38,0.12);
  border-radius: 50%;
  color: var(--brand-black);
  background: var(--surface);
}

.orb svg {
  width: 30px;
  height: 30px;
}

.orb-sage {
  left: 8%;
  top: 12%;
  background: rgba(111,119,100,0.16);
}

.orb-blush {
  right: 10%;
  top: 18%;
  background: rgba(226,197,195,0.22);
}

.orb-sand {
  left: 14%;
  bottom: 10%;
  background: rgba(213,201,183,0.25);
}

.orb-clay {
  right: 16%;
  bottom: 8%;
  background: rgba(159,116,102,0.18);
}

.micro-lines {
  width: min(180px, 54%);
  display: grid;
  gap: 8px;
  margin: 20px auto 0;
}

.micro-lines span {
  height: 2px;
  border-radius: 999px;
  background: rgba(36,36,38,0.16);
}

.micro-lines span:nth-child(2) {
  width: 72%;
  margin: 0 auto;
}

.micro-lines span:nth-child(3) {
  width: 44%;
  margin: 0 auto;
}

.service-tabs button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.booking-help-list span {
  display: inline-flex;
  align-items: center;
  gap: 0;
}

.motif-bowl img {
  width: 58px;
  height: 58px;
}

.orb img {
  width: 30px;
  height: 30px;
}

.number {
  background: var(--surface);
  color: var(--brand-black);
  border: 1px solid var(--line);
}

.portrait-card::before,
.booking-app::after {
  background: none;
}

.portrait-card::before {
  width: 152px;
  height: 260px;
  right: -58px;
  top: 12%;
  border-radius: 58% 42% 44% 56%;
  background: rgba(213, 201, 183, 0.32);
  opacity: 1;
}

.booking-app::after {
  width: 124px;
  height: 168px;
  right: -54px;
  bottom: -34px;
  border-radius: 44% 56% 62% 38%;
  background: rgba(111, 119, 100, 0.16);
  opacity: 1;
}

@media (max-width: 760px) {
  .motif-panel {
    min-height: 340px;
    padding: 24px;
  }

  .motif-orbit {
    inset: 34px;
  }

  .orb {
    width: 48px;
    height: 48px;
  }
}

/* Private admin typography softening: quieter operational UI, not poster-weight type. */
.admin-page .admin-logo-row,
.admin-page .metric span,
.admin-page .metric small,
.admin-page .admin-week-list span,
.admin-page .admin-week-list small,
.admin-page .admin-filter-tabs button,
.admin-page .schedule-row .status,
.admin-page .detail-status,
.admin-page .booking-detail-list dt {
  font-weight: 600;
  letter-spacing: 0.075em;
}

.admin-page .admin-hero h1 {
  font-weight: 500;
  letter-spacing: -0.028em;
}

.admin-page .schedule-head h2,
.admin-page .detail-panel h2 {
  font-weight: 500;
  letter-spacing: -0.025em;
}

.admin-page .metric strong {
  font-weight: 500;
  letter-spacing: -0.035em;
}

.admin-page .panel-head strong,
.admin-page .admin-week-list strong,
.admin-page .schedule-row .time,
.admin-page .schedule-row strong,
.admin-page .booking-detail-list dd {
  font-weight: 600;
}

.admin-page .admin-rule-box p,
.admin-page .schedule-row small,
.admin-page .lead {
  font-weight: 400;
}

.admin-page .button {
  font-weight: 600;
}

/* Review mobile mode should behave like a phone canvas even on a desktop viewport. */
body.mobile-preview .site-shell {
  width: min(430px, calc(100% - 24px));
  margin: 0 auto;
  overflow: hidden;
  background: var(--paper);
  box-shadow: 0 40px 90px rgba(36, 36, 38, 0.13);
}

body.mobile-preview .site-shell .topbar,
body.mobile-preview .site-shell .main,
body.mobile-preview .site-shell .footer {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

body.mobile-preview .nav,
body.mobile-preview .section {
  width: min(100% - 28px, 100%);
}

body.mobile-preview .hero h1 {
  max-width: 100%;
  font-size: clamp(2.25rem, 11vw, 2.95rem);
  line-height: 1.07;
  overflow-wrap: normal;
}

body.mobile-preview .keep-line {
  white-space: normal;
}

body.mobile-preview h1 .serif,
body.mobile-preview h2 .serif,
body.mobile-preview .display .serif {
  display: block;
}

body.mobile-preview .lead {
  max-width: 100%;
  font-size: 1rem;
  line-height: 1.58;
}

body.mobile-preview .hero-visual {
  min-height: 0;
  overflow: visible;
}

body.mobile-preview .portrait-card {
  width: 100%;
  min-height: 0;
  overflow: visible;
}

body.mobile-preview .portrait-card::before,
body.mobile-preview .portrait-card::after {
  content: none;
}

body.mobile-preview .portrait-image {
  aspect-ratio: auto;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center top;
}

body.mobile-preview .placeholder-label {
  max-width: 100%;
}

body.mobile-preview .booking-app-section .booking-summary,
body.mobile-preview .booking-layout .booking-summary,
body.mobile-preview .booking-summary {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: stretch;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
}

body.mobile-preview .booking-app-section .booking-summary > div,
body.mobile-preview .booking-layout .booking-summary > div,
body.mobile-preview .booking-summary > div {
  min-width: 0;
}

body.mobile-preview .booking-summary strong {
  font-size: 0.92rem;
  line-height: 1.32;
}

body.mobile-preview .booking-app-section .booking-summary .button,
body.mobile-preview .booking-layout .booking-summary .button,
body.mobile-preview .booking-summary .button {
  width: 100%;
  min-height: 54px;
  justify-content: center;
  border-radius: 14px;
  white-space: nowrap;
  word-break: keep-all;
}

@media (max-width: 760px) {
  .booking-app-section .booking-summary,
  .booking-layout .booking-summary,
  .booking-summary {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: stretch;
  }

  .booking-summary strong {
    font-size: 0.92rem;
    line-height: 1.32;
  }

  .booking-app-section .booking-summary .button,
  .booking-layout .booking-summary .button,
  .booking-summary .button {
    width: 100%;
    min-height: 54px;
    justify-content: center;
    border-radius: 14px;
    white-space: nowrap;
    word-break: keep-all;
  }
}

/* Cookie banner */
#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 18px;
  background: rgba(247,246,241,0.96);
  border-top: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.cookie-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 22px;
}
#cookie-banner p {
  flex: 1 1 320px;
  margin: 0;
  font-size: 0.86rem;
  color: var(--muted);
}
.cookie-actions {
  display: flex;
  gap: 10px;
}
#cookie-banner .button {
  min-height: 36px;
  padding: 0 16px;
  font-size: 0.8rem;
}
@media (max-width: 640px) {
  .cookie-inner { flex-direction: column; align-items: flex-start; }
  .cookie-actions { width: 100%; }
  .cookie-actions .button { flex: 1; }
}
