:root {
  --milk: #f6f3ef;
  --paper: #fffdfa;
  --powder: #ece8e4;
  --ink: #211d1d;
  --muted: #6e6664;
  --wine: #6b1e2a;
  --wine-dark: #4d131d;
  --line: #d8d2ce;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--milk);
  color: var(--ink);
  font: 400 16px/1.6 var(--sans);
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link {
  position: fixed; left: 12px; top: -80px; z-index: 100;
  background: var(--ink); color: white; padding: 10px 14px;
}
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid #9d4351; outline-offset: 3px; }

.demo-bar {
  padding: 8px 20px; background: var(--wine); color: white;
  font-size: 12px; text-align: center; letter-spacing: .06em;
}
.site-header {
  position: sticky; top: 0; z-index: 30; background: rgba(246,243,239,.97);
  border-bottom: 1px solid var(--line);
}
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { text-decoration: none; font: 600 28px/1 var(--serif); letter-spacing: .03em; }
.logo i { color: var(--wine); font-style: italic; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { text-decoration: none; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.nav-links a:hover { color: var(--wine); }
.menu-button {
  display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line);
  background: transparent; color: var(--ink);
}
.menu-button span, .menu-button::before, .menu-button::after {
  content: ""; display: block; height: 1px; margin: 6px 0; background: currentColor;
}

.button {
  display: inline-flex; min-height: 48px; align-items: center; justify-content: center;
  padding: 12px 22px; border: 1px solid var(--wine); background: var(--wine);
  color: white; text-decoration: none; font-weight: 700; font-size: 13px;
  letter-spacing: .06em; text-transform: uppercase; transition: background .2s, color .2s;
}
.button:hover { background: var(--wine-dark); }
.button-outline { background: transparent; color: var(--wine); }
.button-outline:hover { color: white; }
.button:disabled { cursor: wait; opacity: .65; }

.hero { padding: 72px 0 82px; border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 7vw; align-items: end; }
.kicker {
  color: var(--wine); font-size: 12px; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; margin: 0 0 18px;
}
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: .98; margin: 0; }
h1 { max-width: 800px; font-size: clamp(54px, 8vw, 108px); letter-spacing: -.035em; }
.hero-copy { max-width: 590px; margin: 28px 0 32px; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.next-slot {
  border-top: 1px solid var(--ink); padding-top: 22px;
  display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: end;
}
.next-slot span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.next-slot strong { display: block; margin-top: 6px; font: 500 31px/1.1 var(--serif); }
.next-slot small { color: var(--muted); }

section { padding: 92px 0; }
.section-head { display: grid; grid-template-columns: .7fr 1.3fr; gap: 40px; margin-bottom: 48px; }
.section-head h2 { font-size: clamp(42px, 6vw, 72px); }
.section-head p:last-child { max-width: 540px; color: var(--muted); margin: 8px 0 0; }

.services { border-top: 1px solid var(--line); }
.service {
  display: grid; grid-template-columns: 48px 1fr auto; gap: 24px; align-items: center;
  padding: 24px 0; border-bottom: 1px solid var(--line);
}
.service-number { color: var(--wine); font: italic 500 20px var(--serif); }
.service h3 { font-size: 29px; line-height: 1.1; }
.service p { margin: 5px 0 0; color: var(--muted); font-size: 14px; }
.service-meta { min-width: 150px; text-align: right; }
.service-meta strong { display: block; color: var(--wine); font-size: 18px; }
.service-meta span { color: var(--muted); font-size: 13px; }

.gallery-section { background: #e8e5e1; }
.gallery-note {
  padding: 12px 16px; border-left: 3px solid var(--wine); background: var(--paper);
  color: var(--muted); font-size: 13px; margin-bottom: 20px;
}
.gallery { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 14px; }
.placeholder {
  position: relative; min-height: 330px; overflow: hidden; border: 1px solid #cac4c0;
  background: var(--paper);
}
.placeholder:first-child { grid-row: span 2; min-height: 674px; }
.placeholder-art { width: 100%; height: 100%; position: absolute; inset: 0; }
.placeholder-label {
  position: absolute; left: 14px; right: 14px; bottom: 14px; padding: 10px 12px;
  background: var(--paper); border: 1px solid var(--line); font-size: 11px;
  letter-spacing: .08em; text-transform: uppercase;
}

.sterile-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 8vw; }
.sterile-grid h2 { font-size: clamp(45px, 6vw, 74px); }
.steps { counter-reset: steps; border-top: 1px solid var(--line); }
.step { counter-increment: steps; display: grid; grid-template-columns: 55px 1fr; padding: 24px 0; border-bottom: 1px solid var(--line); }
.step::before { content: "0" counter(steps); color: var(--wine); font: italic 500 20px var(--serif); }
.step h3 { font-size: 26px; margin-bottom: 5px; }
.step p { color: var(--muted); margin: 0; font-size: 14px; }

.booking-section { background: var(--wine); color: white; }
.booking-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 7vw; }
.booking-section h2 { color: white; font-size: clamp(48px, 7vw, 82px); }
.booking-intro { color: #e3d3d5; max-width: 440px; margin: 22px 0; }
.booking-explainer { padding-top: 20px; border-top: 1px solid rgba(255,255,255,.35); font-size: 13px; color: #e3d3d5; }
.booking-form { background: var(--paper); color: var(--ink); padding: clamp(24px, 5vw, 48px); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1 / -1; }
label { font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
input, select, textarea {
  width: 100%; border: 0; border-bottom: 1px solid #aaa19d; border-radius: 0;
  background: transparent; color: var(--ink); padding: 11px 2px;
}
input:focus, select:focus, textarea:focus { outline: 0; border-color: var(--wine); }
.invalid { border-color: #b3261e; }
.field-error { min-height: 18px; color: #9f1d17; font-size: 12px; }
.consent { display: flex; gap: 11px; align-items: flex-start; text-transform: none; letter-spacing: 0; font-weight: 400; }
.consent input { width: 18px; height: 18px; flex: 0 0 auto; }
.consent a { color: var(--wine); }
.form-status { min-height: 24px; margin: 14px 0; font-size: 14px; }
.form-status.success { color: #275c37; }
.booking-form .button { width: 100%; }

.rules-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; }
.rules-contact h2 { font-size: clamp(40px, 5vw, 62px); margin-bottom: 28px; }
.rules-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.rules-list li { padding: 16px 0; border-bottom: 1px solid var(--line); color: var(--muted); }
.contact-card { background: var(--paper); padding: 34px; border: 1px solid var(--line); }
.contact-card address { font-style: normal; }
.contact-card p { color: var(--muted); margin: 0 0 20px; }
.contact-card a { color: var(--wine); }
.demo-chip { display: inline-block; padding: 5px 8px; background: var(--powder); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

footer { border-top: 1px solid var(--line); padding: 34px 0 100px; }
.footer-grid { display: flex; justify-content: space-between; gap: 25px; flex-wrap: wrap; }
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; font-size: 13px; }
.footer-copy { margin-top: 28px; color: var(--muted); font-size: 12px; }
.mobile-cta { display: none; }

.legal { padding: 70px 0; }
.legal article { max-width: 760px; }
.legal h1 { font-size: clamp(48px, 7vw, 80px); margin-bottom: 25px; }
.legal h2 { font-size: 31px; margin: 38px 0 12px; }
.legal p, .legal li { color: var(--muted); }
.error-page { min-height: 100vh; display: grid; place-items: center; text-align: center; padding: 30px; }
.error-code { color: var(--wine); font: 500 clamp(110px, 25vw, 250px)/.7 var(--serif); }
.error-page h1 { font-size: clamp(42px, 7vw, 70px); margin: 30px 0 15px; }
.error-page p { color: var(--muted); margin: 0 0 28px; }

@media (max-width: 860px) {
  .menu-button { display: block; }
  .nav-links {
    display: none; position: fixed; inset: 105px 0 0; padding: 42px 20px;
    background: var(--milk); flex-direction: column; align-items: flex-start;
  }
  .nav-links.open { display: flex; }
  .nav-links a { font: 500 32px/1.2 var(--serif); text-transform: none; }
  .nav > .button { display: none; }
  .hero-grid, .section-head, .sterile-grid, .booking-grid, .rules-contact { grid-template-columns: 1fr; }
  .hero { padding-top: 52px; }
  .hero-grid { align-items: start; }
  .next-slot { margin-top: 18px; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .placeholder:first-child { grid-row: auto; min-height: 330px; grid-column: 1 / -1; }
  .mobile-cta {
    display: flex; position: fixed; z-index: 25; left: 12px; right: 12px; bottom: 12px;
    box-shadow: 0 4px 18px rgba(40, 20, 22, .22);
  }
}
@media (max-width: 560px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  section { padding: 68px 0; }
  h1 { font-size: 53px; }
  .service { grid-template-columns: 34px 1fr; align-items: start; }
  .service-meta { grid-column: 2; text-align: left; min-width: 0; }
  .gallery { grid-template-columns: 1fr; }
  .placeholder:first-child { grid-column: auto; }
  .placeholder, .placeholder:first-child { min-height: 390px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .booking-form, .contact-card { padding: 24px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
