:root {
  --bg: oklch(0.965 0.006 18);
  --surface: oklch(0.92 0.012 35);
  --surface-strong: oklch(0.86 0.018 45);
  --ink: oklch(0.16 0.012 32);
  --muted: oklch(0.39 0.018 35);
  --dark: oklch(0.12 0.006 30);
  --dark-soft: oklch(0.20 0.012 30);
  --primary: oklch(0.53 0.13 8);
  --primary-deep: oklch(0.36 0.10 8);
  --accent: oklch(0.78 0.075 72);
  --champagne: oklch(0.88 0.05 78);
  --line: oklch(0.78 0.018 42 / 0.55);
  --shadow: 0 18px 48px oklch(0.13 0.01 30 / 0.18);
  --radius: 16px;
  --max: 1180px;
  --serif: "Bodoni 72", Didot, "Iowan Old Style", Georgia, serif;
  --sans: Avenir, "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 20;
  padding: 0.65rem 1rem;
  background: var(--dark);
  color: white;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

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

.site-header {
  position: fixed;
  inset: 18px 0 auto;
  z-index: 10;
  transition: transform 260ms ease, background 260ms ease;
}

.nav-shell {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 70px;
  padding: 0.7rem 0.85rem 0.7rem 1.25rem;
  color: white;
  background: oklch(0.13 0.008 30 / 0.62);
  border: 1px solid oklch(1 0 0 / 0.14);
  border-radius: 999px;
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled .nav-shell {
  background: oklch(0.12 0.006 30 / 0.88);
}

.brand {
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
  min-width: max-content;
}

.brand-mark {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 3vw, 2.05rem);
  letter-spacing: 0.08em;
}

.brand-sub {
  margin-top: 0.2rem;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: clamp(0.85rem, 2vw, 1.7rem);
  font-size: 0.95rem;
}

.nav-menu a {
  color: oklch(0.95 0.01 70 / 0.88);
}

.nav-menu a:hover,
.nav-menu a:focus-visible {
  color: white;
}

.nav-cta {
  padding: 0.82rem 1.12rem;
  background: var(--accent);
  color: var(--dark) !important;
  border-radius: 999px;
  font-weight: 700;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: oklch(1 0 0 / 0.12);
  color: white;
  cursor: pointer;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 100dvh;
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: clamp(8rem, 12vw, 11rem) 1rem clamp(3rem, 7vw, 5.5rem);
  color: white;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("https://images.unsplash.com/photo-1540555700478-4be289fbecef?auto=format&fit=crop&w=1800&q=82");
  background-size: cover;
  background-position: center;
  transform: scale(1.07);
  will-change: transform;
}

.hero-overlay {
  background:
    linear-gradient(90deg, oklch(0.08 0.006 30 / 0.88) 0%, oklch(0.10 0.01 25 / 0.58) 43%, oklch(0.08 0.006 30 / 0.24) 100%),
    linear-gradient(0deg, oklch(0.08 0.006 30 / 0.74), transparent 42%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding-right: min(20vw, 260px);
}

.hero-note,
.section-kicker {
  margin: 0 0 1.1rem;
  color: var(--accent);
  font-size: 0.92rem;
  font-weight: 700;
}

.hero h1,
.intro h2,
.services h2,
.beauty h2,
.contact h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.04;
  text-wrap: balance;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 920px;
  font-size: clamp(3.25rem, 8.4vw, 6rem);
}

.hero-copy {
  max-width: 690px;
  margin: 1.35rem 0 0;
  color: oklch(0.94 0.012 70);
  font-size: clamp(1.04rem, 1.6vw, 1.25rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.88rem 1.25rem;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 750;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--primary);
  color: white;
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--primary-deep);
}

.button-secondary {
  color: white;
  border-color: oklch(1 0 0 / 0.32);
  background: oklch(1 0 0 / 0.08);
}

.hero-card {
  position: absolute;
  right: max(1rem, calc((100vw - var(--max)) / 2));
  bottom: clamp(2rem, 6vw, 4rem);
  z-index: 1;
  width: min(280px, calc(100% - 32px));
  padding: 1.25rem;
  background: oklch(0.12 0.006 30 / 0.66);
  border: 1px solid oklch(1 0 0 / 0.16);
  border-radius: var(--radius);
  backdrop-filter: blur(18px);
}

.hero-card span {
  color: var(--accent);
  font-size: 0.86rem;
  font-weight: 700;
}

.hero-card strong {
  display: block;
  margin-top: 0.45rem;
  font-family: var(--serif);
  font-size: 1.22rem;
  line-height: 1.2;
}

.section-pad {
  padding: clamp(4.5rem, 9vw, 8rem) 1rem;
}

.intro,
.services,
.beauty,
.contact {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.75fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: start;
}

.intro h2,
.services h2,
.beauty h2,
.contact h2 {
  font-size: clamp(2.35rem, 5vw, 4.7rem);
}

.intro-copy {
  color: var(--muted);
  font-size: 1.06rem;
}

.intro-copy p {
  margin: 0 0 1.25rem;
}

.services {
  border-top: 1px solid var(--line);
}

.services-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.55fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: end;
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.services-lede {
  margin: 0;
  color: var(--muted);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: minmax(260px, auto);
  gap: 1rem;
}

.service-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  grid-column: span 3;
  border-radius: var(--radius);
  background: var(--surface);
  color: white;
}

.service-card.large {
  grid-column: span 4;
  min-height: 520px;
}

.service-card.wide {
  grid-column: span 4;
}

.service-card.dark {
  grid-column: span 2;
  background:
    radial-gradient(circle at 70% 14%, oklch(0.53 0.13 8 / 0.42), transparent 36%),
    linear-gradient(135deg, var(--dark), var(--dark-soft));
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, oklch(0.08 0.006 30 / 0.86), oklch(0.08 0.006 30 / 0.10) 62%);
}

.service-card.dark::after {
  display: none;
}

.service-card img {
  position: absolute;
  inset: 0;
  transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.service-card:hover img {
  transform: scale(1.045);
}

.service-content {
  position: relative;
  z-index: 1;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.service-content span {
  color: var(--champagne);
  font-size: 0.83rem;
  font-weight: 800;
}

.service-content h3,
.beauty-list h3 {
  margin: 0.45rem 0 0.55rem;
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.6vw, 2.25rem);
  line-height: 1.1;
  font-weight: 500;
}

.service-content p,
.beauty-list p {
  max-width: 48ch;
  margin: 0;
  color: oklch(0.94 0.012 70 / 0.88);
}

.service-card.dark p {
  color: oklch(0.92 0.012 70 / 0.86);
}

.beauty {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  background: var(--dark);
  color: white;
}

.beauty-panel {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
}

.beauty-image {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: var(--radius);
}

.beauty-content {
  max-width: 660px;
}

.beauty-content h2 {
  color: white;
}

.beauty-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.beauty-list div {
  padding-top: 1.1rem;
  border-top: 1px solid oklch(1 0 0 / 0.18);
}

.beauty-list p {
  color: oklch(0.9 0.01 70 / 0.78);
}

.contact-head {
  max-width: 860px;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: stretch;
}

.contact-info,
.booking-form {
  border-radius: var(--radius);
}

.map-card {
  min-height: 360px;
  display: grid;
  place-items: center;
  align-content: center;
  padding: 2rem;
  color: white;
  text-align: center;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 25% 25%, oklch(0.78 0.075 72 / 0.24), transparent 28%),
    radial-gradient(circle at 76% 62%, oklch(0.53 0.13 8 / 0.24), transparent 34%),
    linear-gradient(135deg, oklch(0.12 0.006 30 / 0.96), oklch(0.23 0.035 12 / 0.88));
}

.map-card span {
  font-family: var(--serif);
  font-size: clamp(3rem, 8vw, 5.5rem);
  letter-spacing: 0.08em;
}

.map-card strong {
  margin-top: 0.3rem;
  color: var(--champagne);
}

.map-card small {
  margin-top: 1.4rem;
  color: oklch(0.92 0.01 70 / 0.72);
}

.info-list {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
  color: var(--muted);
}

.info-list p {
  margin: 0;
  padding: 1rem 0;
  border-top: 1px solid var(--line);
}

.info-list strong {
  color: var(--ink);
}

.booking-form {
  display: grid;
  gap: 1rem;
  padding: clamp(1.2rem, 3vw, 2rem);
  background: oklch(0.985 0.002 30);
  box-shadow: var(--shadow);
}

.booking-step-title {
  margin: 0 0 0.25rem;
  color: var(--ink);
  font-weight: 800;
}

.booking-details {
  display: grid;
  gap: 1rem;
}

.field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

label {
  display: grid;
  gap: 0.45rem;
  color: var(--ink);
  font-weight: 750;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.9rem 0.95rem;
  background: white;
  color: var(--ink);
  outline: 0;
}

.button[disabled] {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

input::placeholder,
textarea::placeholder {
  color: oklch(0.43 0.018 35);
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px oklch(0.53 0.13 8 / 0.16);
}

textarea {
  resize: vertical;
}

.slot-picker {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, oklch(0.96 0.006 35), oklch(0.99 0.002 30));
}

.slot-picker-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.slot-picker h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 500;
  line-height: 1.15;
}

.slot-picker p {
  margin: 0.35rem 0 0;
  color: var(--muted);
}

.slot-refresh {
  min-height: 40px;
  padding: 0.62rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  color: var(--ink);
  cursor: pointer;
  font-weight: 750;
}

.slot-refresh:hover,
.slot-refresh:focus-visible {
  border-color: var(--primary);
}

.slot-list {
  display: grid;
  gap: 0.9rem;
  max-height: 420px;
  overflow: auto;
  padding-right: 0.25rem;
}

.slot-day {
  display: grid;
  gap: 0.55rem;
}

.slot-day-title {
  margin: 0;
  color: var(--ink);
  font-weight: 850;
}

.slot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
  gap: 0.45rem;
}

.slot-button {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  color: var(--ink);
  cursor: pointer;
  font-weight: 800;
}

.slot-button:hover,
.slot-button:focus-visible {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px oklch(0.53 0.13 8 / 0.12);
}

.slot-button.is-selected {
  border-color: var(--primary);
  background: var(--primary);
  color: white;
}

.slot-empty {
  margin: 0;
  padding: 1rem;
  border-radius: 10px;
  background: white;
  color: var(--muted);
}

.selected-slot {
  min-height: 1.5rem;
  margin: 0;
  color: var(--primary-deep) !important;
  font-weight: 850;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.form-status {
  display: none;
  margin: 0;
  padding: 0.9rem 1rem;
  border-radius: 10px;
  font-weight: 750;
}

.form-status.is-visible {
  display: block;
}

.form-status.is-success {
  background: oklch(0.90 0.045 150);
  color: oklch(0.25 0.055 150);
}

.form-status.is-error {
  background: oklch(0.91 0.045 18);
  color: oklch(0.34 0.09 18);
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem max(1rem, calc((100vw - var(--max)) / 2));
  background: var(--dark);
  color: oklch(0.92 0.01 70 / 0.78);
}

.footer-brand {
  color: white;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer p {
  margin: 0;
  font-size: 0.9rem;
}

.reveal {
  opacity: 1;
  transform: translateY(0);
}

.js .reveal {
  opacity: 0.001;
  transform: translateY(26px);
  transition: opacity 700ms cubic-bezier(0.16, 1, 0.3, 1), transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.image-reveal img {
  transform: scale(1.035);
}

.image-reveal.is-visible img {
  transform: scale(1);
}

@media (max-width: 900px) {
  .menu-toggle {
    display: block;
  }

  .nav-menu {
    position: fixed;
    left: 16px;
    right: 16px;
    top: 96px;
    display: grid;
    gap: 0.2rem;
    padding: 1rem;
    background: oklch(0.12 0.006 30 / 0.96);
    border: 1px solid oklch(1 0 0 / 0.14);
    border-radius: var(--radius);
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .nav-menu.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .nav-menu a {
    padding: 0.8rem 0.75rem;
  }

  .nav-cta {
    width: max-content;
    margin-top: 0.4rem;
  }

  .hero-content {
    padding-right: 0;
  }

  .hero-card {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 2rem auto 0;
  }

  .intro-grid,
  .services-head,
  .beauty-panel,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .service-card.large,
  .service-card.wide,
  .service-card.dark {
    grid-column: auto;
    min-height: 380px;
  }

  .beauty-list,
  .field-row {
    grid-template-columns: 1fr;
  }

  .slot-picker-head {
    display: grid;
  }

  .slot-refresh {
    width: max-content;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .site-header {
    inset-top: 10px;
  }

  .nav-shell {
    width: min(calc(100% - 20px), var(--max));
    min-height: 62px;
    padding-left: 1rem;
  }

  .brand-mark {
    font-size: 1.35rem;
  }

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

  .hero {
    padding-top: 7rem;
  }

  .hero h1 {
    font-size: clamp(3rem, 15vw, 4.35rem);
  }

  .button {
    width: 100%;
  }

  .section-pad {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }

  .hero-media,
  .image-reveal img {
    transform: none !important;
  }
}
