@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/cormorant-500.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/cormorant-500-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/cormorant-600.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/cormorant-600-italic.woff2") format("woff2");
}
@font-face {
  font-family: Outfit;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/outfit-400.woff2") format("woff2");
}
@font-face {
  font-family: Outfit;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/outfit-500.woff2") format("woff2");
}
@font-face {
  font-family: Outfit;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/outfit-600.woff2") format("woff2");
}

:root {
  --ink: #2a2422;
  --muted: #5e554f;
  --line: rgba(42, 36, 34, 0.14);
  --paper: #f6f1ec;
  --white: #fffcfa;
  --blush: #f3a6c6;
  --blush-deep: #e592b4;
  --sage: #8b9a8c;
  --shadow: 0 18px 50px rgba(42, 36, 34, 0.08);
  --serif: "Cormorant Garamond", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Outfit, "Segoe UI", sans-serif;
  --header: 84px;
  --radius: 22px;
}

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

html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 16px); }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.nav-open { overflow: hidden; }

img { max-width: 100%; height: auto; display: block; }
.hero > *,
.about-home > *,
.treatment > *,
.story > *,
.pair > *,
.contact-layout > *,
.service-card,
.mosaic figure { min-width: 0; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, p { overflow-wrap: break-word; }

h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.025em;
  margin: 0;
}

h1 { font-size: clamp(3.1rem, 7vw, 5.5rem); }
h2 { font-size: clamp(2.3rem, 4vw, 3.6rem); }
h3 { font-size: 1.7rem; }

p { margin: 0; color: var(--muted); }

.container {
  width: min(1120px, calc(100% - 2.4rem));
  margin-inline: auto;
}

.skip {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 80;
  background: var(--white);
  color: var(--ink);
  padding: 0.6rem 0.9rem;
  border-radius: 10px;
}
.skip:focus { top: 0.7rem; }

.visually-hidden,
.hp {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 0.85rem;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 1.6rem;
  height: 1px;
  background: var(--blush-deep);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  height: var(--header);
  background: var(--paper);
  border-bottom: 1px solid transparent;
}
.site-header.is-stuck { border-bottom-color: var(--line); }

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
}

.brand { display: flex; align-items: center; margin-right: auto; }
.brand img { height: 64px; width: auto; }

.nav {
  display: flex;
  align-items: center;
  gap: 1.35rem;
}
.nav a {
  text-decoration: none;
  color: var(--muted);
  font-size: 0.98rem;
}
.nav a:hover,
.nav a[aria-current="page"] { color: var(--ink); }
.nav a[aria-current="page"] { box-shadow: inset 0 -1px 0 var(--blush-deep); }
.nav-extra { display: none; }
.header-actions { display: flex; align-items: center; gap: 0.45rem; flex: 0 0 auto; }
.header-actions .btn { min-height: 44px; padding: 0.65rem 1rem; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 48px;
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  border: 1px solid transparent;
  background: transparent;
  text-decoration: none;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}
.btn-primary { background: var(--blush); color: var(--ink); }
.btn-primary:hover { background: var(--blush-deep); }
.btn-ghost { border-color: var(--line); background: var(--white); color: var(--ink); }
.btn-ghost:hover { border-color: var(--ink); }

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--white);
  align-items: center;
  justify-content: center;
  padding: 0;
}
.nav-toggle span[aria-hidden],
.nav-toggle span[aria-hidden]::before,
.nav-toggle span[aria-hidden]::after {
  display: block;
  width: 16px;
  height: 1.5px;
  background: var(--ink);
  position: relative;
}
.nav-toggle span[aria-hidden]::before,
.nav-toggle span[aria-hidden]::after {
  content: "";
  position: absolute;
  left: 0;
}
.nav-toggle span[aria-hidden]::before { top: -6px; }
.nav-toggle span[aria-hidden]::after { top: 6px; }
.nav-toggle[aria-expanded="true"] span[aria-hidden] { background: transparent; }
.nav-toggle[aria-expanded="true"] span[aria-hidden]::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] span[aria-hidden]::after { top: 0; transform: rotate(-45deg); }

:focus-visible {
  outline: 2px solid #3f5344;
  outline-offset: 3px;
}

.hero {
  width: min(1120px, calc(100% - 2.4rem));
  margin: 0.5rem auto 1rem;
  padding: 1.2rem 0 2.2rem;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.9fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
}

.hero-copy h1 { max-width: 8ch; margin-bottom: 1rem; }
.hero-copy h1 em { font-style: italic; }
.lead { font-size: 1.12rem; max-width: 38rem; }
.hero-actions, .cta-actions, .contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.5rem;
}
.hero-phone { margin-top: 1.4rem; font-family: var(--serif); font-size: 1.8rem; }
.hero-phone a { color: var(--ink); text-decoration: none; }
.hero-phone a:hover { text-decoration: underline; text-decoration-color: var(--blush-deep); }

.hero-photo {
  margin: 0;
  min-width: 0;
  height: clamp(420px, 68vh, 640px);
  border-radius: 28px 28px 120px 28px;
  overflow: hidden;
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; }

.section { width: min(1120px, calc(100% - 2.4rem)); margin: 0 auto; padding: 4.5rem 0; }
.section-head { max-width: 38rem; margin-bottom: 1.8rem; }
.section-head h2, .page-hero h1 { margin-bottom: 0.8rem; }
.section-head-row {
  max-width: none;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1.5rem;
}

.text-link {
  color: var(--ink);
  font-weight: 500;
  text-decoration-color: var(--blush-deep);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}
.service-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  text-decoration: none;
  color: var(--ink);
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.service-media { aspect-ratio: 4 / 5; overflow: hidden; background: #efe7e1; }
.service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.service-card:hover .service-media img { transform: scale(1.04); }
.service-body { display: flex; flex-direction: column; gap: 0.35rem; padding: 1rem 1rem 1.15rem; }
.service-body h3 { font-size: 1.85rem; }
.service-body p { font-size: 0.95rem; }
.meta {
  margin-top: 0.35rem;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.about-home {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
}
.about-photo, .story figure, .pair figure, .treatment figure { margin: 0; }
.about-photo img, .story img, .pair img, .treatment img {
  width: 100%;
  border-radius: var(--radius);
  object-fit: cover;
}
.about-copy, .story-copy, .treatment-copy { display: flex; flex-direction: column; gap: 1rem; align-items: flex-start; }
.about-copy h2 { margin-bottom: 0.2rem; }

.quote-wrap { width: min(1120px, calc(100% - 2.4rem)); margin: 0 auto 1rem; }
.quote-wrap blockquote {
  margin: 0;
  padding: clamp(2rem, 6vw, 4.5rem);
  border-radius: 32px;
  background:
    radial-gradient(circle at 8% 20%, rgba(243, 166, 198, 0.55), transparent 36%),
    radial-gradient(circle at 92% 80%, rgba(139, 154, 140, 0.28), transparent 34%),
    #f3ece6;
}
.quote-wrap p {
  max-width: 16em;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.15rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.03em;
}
.quote-wrap footer {
  margin-top: 1.2rem;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.5rem;
  color: var(--ink);
}

.mosaic {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0.85rem;
  height: 680px;
}
.mosaic-tall { grid-row: span 2; }
.mosaic figure { margin: 0; overflow: hidden; border-radius: var(--radius); height: 100%; }
.mosaic img { width: 100%; height: 100%; object-fit: cover; }

.highlights {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}
.highlights a {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-height: 140px;
  padding: 1.2rem;
  text-decoration: none;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.highlights strong {
  margin-top: auto;
  font-family: var(--serif);
  font-size: 2.4rem;
  font-weight: 500;
}
.highlights a:hover { background: #fff; }

.page-hero {
  width: min(760px, calc(100% - 2.4rem));
  margin: 1.5rem auto 0;
  padding: 1.5rem 0 0.5rem;
}
.page-hero .lead { margin-top: 0.4rem; }

.treatment {
  width: min(1120px, calc(100% - 2.4rem));
  margin: 1rem auto;
  padding: 2.2rem 0;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1.4rem, 4vw, 3.5rem);
  align-items: center;
}
.treatment:nth-child(even) figure { order: 2; }
.treatment img { aspect-ratio: 4 / 5; }
.treatment-copy .btn { margin-top: 0.4rem; }
.note {
  width: 100%;
  background: var(--white);
  border-left: 3px solid var(--blush-deep);
  border-radius: 0 14px 14px 0;
  padding: 0.9rem 1rem;
  color: var(--ink);
}
.note strong { font-weight: 600; }
.ticks { list-style: none; margin: 0; padding: 0; color: var(--muted); }
.ticks li { position: relative; padding-left: 1.3rem; margin: 0.35rem 0; }
.ticks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border: 1.5px solid var(--blush-deep);
  border-radius: 50%;
}

.jump { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.4rem; }
.jump a {
  text-decoration: none;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
  font-size: 0.95rem;
}
.jump a:hover { border-color: var(--ink); }

.menu-stack {
  width: min(720px, calc(100% - 2.4rem));
  margin: 1.5rem auto 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.menu-card {
  background: var(--white);
  border-radius: 28px;
  padding: 1.6rem 1.5rem 1.2rem;
  box-shadow: var(--shadow);
}
.menu-card h2 { margin-bottom: 0.6rem; }
.menu-card h3 {
  margin: 1.4rem 0 0.2rem;
  font-size: 1.6rem;
}
.menu-note { margin-top: 1rem; font-size: 0.95rem; }
.prices { margin: 1rem 0 0; }
.prices div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: baseline;
  padding: 0.8rem 0;
  border-top: 1px solid var(--line);
}
.prices dt { font-weight: 500; color: var(--ink); }
.prices dd {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.55rem;
  line-height: 1;
  color: var(--ink);
  white-space: nowrap;
}

.story {
  width: min(1120px, calc(100% - 2.4rem));
  margin: 1.5rem auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: start;
}
.story img { aspect-ratio: 5 / 4; }
.signature {
  margin-top: 0.4rem;
  font-family: var(--serif);
  font-style: italic;
  font-size: 2rem;
  color: var(--ink);
}
.pair {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 0.85rem;
}
.pair img { width: 100%; height: 460px; object-fit: cover; }

.prose {
  width: min(680px, calc(100% - 2.4rem));
  margin: 0.5rem auto 3rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.prose h2 { font-size: 2.2rem; margin-top: 0.8rem; }
.prose a { color: var(--ink); }

.contact-layout {
  width: min(1120px, calc(100% - 2.4rem));
  margin: 1.2rem auto 3rem;
  display: grid;
  grid-template-columns: minmax(240px, 0.78fr) minmax(0, 1.22fr);
  gap: 1rem;
  align-items: start;
}
.contact-card, .form-card {
  background: var(--white);
  border-radius: 28px;
  padding: 1.5rem;
  box-shadow: var(--shadow);
}
.contact-card { display: flex; flex-direction: column; gap: 0.7rem; position: sticky; top: calc(var(--header) + 16px); }
.phone-large {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4vw, 3rem);
  line-height: 1;
  color: var(--ink);
  text-decoration: none;
}
.contact-mail a { color: var(--ink); }
address { font-style: normal; color: var(--muted); }
.social-row { display: flex; gap: 1rem; }
.social-row li { margin: 0; }

.form-card form, .field { display: flex; flex-direction: column; gap: 0.4rem; }
.form-card form { gap: 1rem; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem; }
label { font-weight: 500; color: var(--ink); font-size: 0.95rem; }
label span { font-weight: 400; color: var(--muted); }
input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 14px;
  padding: 0.85rem 0.95rem;
  outline: none;
}
textarea { resize: vertical; min-height: 140px; }
select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%232a2422' stroke-width='1.5' d='M1 1.4 6 6.4 11 1.4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.95rem center;
  padding-right: 2.4rem;
}
input:focus, select:focus, textarea:focus { border-color: #3f5344; }
.field-error { color: #8a3040; font-size: 0.92rem; }
input[aria-invalid="true"], select[aria-invalid="true"], textarea[aria-invalid="true"] { border-color: #8a3040; }
.check { display: grid; grid-template-columns: auto 1fr; column-gap: 0.7rem; align-items: start; }
.check input { width: 1.15rem; height: 1.15rem; margin-top: 0.25rem; accent-color: #3f5344; }
.check .field-error { grid-column: 2; }
.check a { color: var(--ink); }

.banner { border-radius: 16px; padding: 1rem 1.05rem; margin-bottom: 0.4rem; }
.banner h2 { font-size: 2rem; margin-bottom: 0.35rem; }
.banner p { color: var(--ink); }
.banner-ok { background: #e7f0e6; }
.banner-bad { background: #fdecef; }

.cta-band { padding: 1rem 0 3rem; }
.cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1.5rem;
  padding: clamp(1.6rem, 4vw, 2.4rem);
  border-radius: 32px;
  background: #2a2422;
  color: #f6f1ec;
}
.cta-inner h2, .cta-inner p, .cta-inner .eyebrow { color: #f6f1ec; }
.cta-inner .eyebrow::before { background: var(--blush); }
.cta-inner .btn-ghost { background: transparent; color: #f6f1ec; border-color: rgba(246, 241, 236, 0.35); }
.cta-inner .btn-ghost:hover { border-color: #f6f1ec; }

.site-footer { padding: 1rem 0 2rem; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 0.8fr;
  gap: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}
.footer-brand img { height: 78px; width: auto; margin-bottom: 0.6rem; }
.footer-label {
  margin: 0 0 0.45rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.footer-list { list-style: none; margin: 0; padding: 0; }
.footer-list a { color: var(--ink); text-decoration: none; }
.footer-list a:hover { text-decoration: underline; text-decoration-color: var(--blush-deep); }
.footer-list li + li { margin-top: 0.25rem; }
.legal {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.6rem;
  padding-top: 0.8rem;
  font-size: 0.92rem;
}

@media (max-width: 980px) {
  .service-grid, .highlights { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero { min-height: 0; }
  .hero-photo { min-height: 380px; height: 62vh; }
}

@media (max-width: 860px) {
  :root { --header: 70px; }
  .brand img { height: 50px; }
  .header-actions .btn, .header-agenda { min-height: 38px; padding: 0.4rem 0.65rem; font-size: 0.9rem; }
  .js .nav-toggle { display: inline-flex; }
  .js .nav .nav-extra { display: block; }
  .header-inner { flex-wrap: wrap; height: auto; min-height: var(--header); padding: 0.4rem 0; }
  .nav { flex-wrap: wrap; gap: 0.6rem 1rem; }
  .js .header-inner { flex-wrap: nowrap; height: var(--header); padding: 0; }
  .js .nav {
    position: fixed;
    inset: var(--header) 0 0 0;
    z-index: 30;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 0.3rem;
    padding: 1.2rem 1.3rem 2rem;
    background: var(--paper);
    overflow: auto;
    visibility: hidden;
  }
  .js .nav.is-open { visibility: visible; }
  .js .nav a { font-family: var(--serif); font-size: 2.3rem; color: var(--ink); padding: 0.15rem 0; }
  .nav a[aria-current="page"] { box-shadow: none; font-style: italic; }
  .nav-cta { display: none; }

  .hero > *,
  .about-home > *,
  .treatment > *,
  .story > *,
  .pair > *,
  .contact-layout > *,
  .service-card,
  .mosaic figure {
    min-width: 0;
  }
  .hero, .about-home, .treatment, .story, .contact-layout, .pair, .split, .section-head-row, .cta-inner, .legal {
    grid-template-columns: 1fr;
    display: grid;
  }
  .cta-inner, .legal, .section-head-row { display: flex; flex-direction: column; align-items: flex-start; }
  .hero-photo { order: -1; height: 68vw; min-height: 240px; border-radius: 20px 20px 72px 20px; }
  .treatment:nth-child(even) figure { order: -1; }
  .treatment figure { order: -1; }
  .mosaic { height: auto; grid-template-columns: 1fr; grid-template-rows: none; }
  .mosaic-tall { grid-row: auto; }
  .mosaic figure { aspect-ratio: 4 / 3; height: auto; }
  .pair img { height: auto; aspect-ratio: 4 / 3; }
  .contact-card { position: static; }
  .about-copy, .story-copy { order: 2; }
}

@media (max-width: 640px) {
  .service-grid, .highlights, .footer-grid { grid-template-columns: 1fr; }
  h1 { font-size: clamp(2.7rem, 13vw, 3.5rem); }
  .menu-card { padding: 1.25rem 1rem 0.8rem; }
  .prices dd { font-size: 1.35rem; }
}

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

.booking {
  width: min(760px, calc(100% - 2.4rem));
  margin: 0.5rem auto 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.booking-form { box-shadow: none; padding: 0; background: transparent; }
.booking-chosen, .booking-back { margin: 0; }
.steps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 0.92rem;
}
.steps li[aria-current="step"] { color: var(--ink); font-weight: 600; }
.choice-list { display: flex; flex-direction: column; gap: 0.65rem; }
.choice {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.95rem 1.1rem;
  background: var(--white);
  border-radius: 18px;
  box-shadow: var(--shadow);
  text-decoration: none;
}
.choice strong { display: block; font-family: var(--serif); font-size: 1.7rem; font-weight: 500; line-height: 1; }
.choice em { display: block; margin-top: 0.25rem; color: var(--muted); font-style: normal; font-size: 0.95rem; }
.choice:hover { background: #fff; }
.choice .meta { white-space: nowrap; }
.week-label { margin: 0.8rem 0 0.25rem; color: var(--muted); font-size: 0.92rem; }
.day-head, .day-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.35rem;
}
.day-head { color: var(--muted); font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase; text-align: center; }
.day-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.05rem;
  min-height: 78px;
  padding: 0.35rem 0.1rem;
  border-radius: 16px;
  background: var(--white);
  color: var(--ink);
  text-decoration: none;
  text-align: center;
}
.day-cell strong { font-family: var(--serif); font-size: 1.45rem; font-weight: 500; line-height: 1; }
.day-cell em, .day-cell span { font-style: normal; font-size: 0.72rem; color: var(--muted); }
.day-cell.is-shut { background: transparent; opacity: 0.45; }
.day-cell:hover:not(.is-shut) { background: var(--blush); }
.slots { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.slots a {
  min-width: 5.4rem;
  padding: 0.75rem 0.7rem;
  border-radius: 999px;
  background: var(--white);
  border: 1px solid var(--line);
  text-align: center;
  text-decoration: none;
}
.slots a:hover { background: var(--blush); border-color: transparent; }

.admin { background: var(--paper); }
.admin-bar {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: min(1100px, calc(100% - 2rem));
  margin: 0 auto;
  min-height: 74px;
}
.admin-logo img { height: 52px; width: auto; }
.admin-nav { display: flex; flex-wrap: wrap; gap: 0.35rem 0.9rem; margin-left: auto; }
.admin-nav a { text-decoration: none; color: var(--muted); }
.admin-nav a[aria-current="page"], .admin-nav a:hover { color: var(--ink); }
.admin-main { width: min(1100px, calc(100% - 2rem)); margin: 0 auto 3rem; }
.admin-main > h1 { font-size: clamp(2.4rem, 5vw, 3.4rem); margin-bottom: 1rem; }
.admin-auth {
  width: min(440px, calc(100% - 2rem));
  margin: 8vh auto;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.admin-auth img { height: 92px; width: auto; }
.admin-auth h1 { font-size: 2.6rem; }
.week-nav, .agenda-day header, .block-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
}
.week-nav { margin-bottom: 1rem; }
.agenda { display: flex; flex-direction: column; gap: 0.8rem; }
.agenda-day {
  background: var(--white);
  border-radius: 22px;
  padding: 1rem 1.1rem 0.8rem;
  box-shadow: var(--shadow);
}
.agenda-day.is-today { outline: 2px solid var(--blush); }
.agenda-day h2 { font-size: 1.8rem; }
.avail-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
  margin-top: 0.8rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--line);
}
.avail-choice { display: flex; align-items: center; gap: 0.45rem; color: var(--ink); font-weight: 500; }
.avail-times { display: flex; flex-direction: column; gap: 0.4rem; padding-left: 1.55rem; }
.avail-times label { display: flex; flex-wrap: wrap; align-items: center; gap: 0.35rem; color: var(--muted); font-size: 0.95rem; }
.avail-times input { width: auto; }
.agenda-day header p, .agenda-empty { margin: 0.15rem 0 0; }
.agenda-list { list-style: none; margin: 0.7rem 0 0; padding: 0; }
.agenda-list a, .block-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.15rem 0.8rem;
  padding: 0.65rem 0;
  border-top: 1px solid var(--line);
  text-decoration: none;
  align-items: baseline;
}
.agenda-list time { font-variant-numeric: tabular-nums; }
.agenda-list span { grid-column: 2; color: var(--muted); font-size: 0.92rem; }
.agenda-block {
  margin: 0.6rem 0 0;
  padding: 0.45rem 0.7rem;
  border-radius: 12px;
  background: #f3ece6;
  color: var(--ink);
}
.inline-form button, .service-row button, .block-row button {
  background: none;
  border: 0;
  padding: 0;
  color: var(--muted);
  text-decoration: underline;
  text-underline-offset: 0.18em;
  cursor: pointer;
}
.admin-cancel { margin-top: 1rem; }
.admin-form { margin-top: 0.5rem; }
.admin-panel {
  background: var(--white);
  border-radius: 22px;
  padding: 1.1rem 1.15rem 1.2rem;
  margin: 0 0 1rem;
  box-shadow: var(--shadow);
}
.admin-panel h2 { font-size: 2rem; margin-bottom: 0.35rem; }
.hours-row, .service-row {
  display: grid;
  grid-template-columns: minmax(9rem, 1.4fr) auto auto;
  gap: 0.5rem;
  align-items: center;
  padding: 0.45rem 0;
  border-top: 1px solid var(--line);
}
.service-row { grid-template-columns: 1.3fr 1fr 5.5rem auto auto; }
.hours-form, .service-row input, .hours-row input { min-width: 0; }
.block-row { grid-template-columns: 1fr auto; }

@media (max-width: 800px) {
  .week-nav, .agenda-day header { flex-direction: column; align-items: flex-start; }
  .service-row { grid-template-columns: 1fr; }
  .day-cell { min-height: 58px; }
}
