:root {
  --white: oklch(0.99 0 0);
  --ink: oklch(0.16 0 0);
  --muted: oklch(0.46 0 0);
  --soft: oklch(0.96 0 0);
  --border: oklch(0.87 0 0);
  --brand: oklch(0.08 0 0);
  --brand-muted: oklch(0.78 0 0);
  font-family: 'Trebuchet MS', 'Segoe UI', sans-serif;
  color: var(--ink);
  background: var(--white);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
body { margin: 0; font-size: 16px; line-height: 1.5; }
h1, h2, p, dl, dd { margin: 0; }
a { color: inherit; }
img { display: block; max-width: 100%; }
svg { width: 16px; height: 16px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.container { max-width: 1024px; margin-inline: auto; padding-inline: 20px; }
header { background: var(--brand); border-bottom: 1px solid var(--border); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 20px; }
.logo { height: 96px; width: auto; }
.reserve-link { color: var(--white); font-size: 24px; line-height: 32px; font-weight: 600; text-underline-offset: 4px; text-decoration-color: oklch(0.99 0 0 / 40%); }
.reserve-link:hover, .map-link:hover { text-decoration-color: var(--white); }
main > section { border-bottom: 1px solid var(--border); }
.section-content { padding-block: 56px; }
.soft { background: var(--soft); }
.hero { display: flex; flex-direction: column; align-items: center; text-align: center; padding-block: 56px; }
.eyebrow { font-size: 14px; line-height: 20px; font-weight: 600; text-transform: uppercase; color: var(--muted); }
.hero .eyebrow { margin-bottom: 20px; }
h1 { max-width: 768px; font-size: 36px; line-height: 1.25; font-weight: 600; }
h2 { font-size: 30px; line-height: 36px; font-weight: 600; }
.intro { margin-top: 20px; max-width: 768px; font-size: 20px; line-height: 1.625; color: var(--muted); }
.studio { margin-top: 32px; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.description { margin-top: 32px; max-width: 768px; line-height: 32px; }
.price { margin-top: 36px; border-top: 4px solid var(--ink); padding-top: 20px; }
.price-title { font-size: 24px; line-height: 32px; font-weight: 600; }
.price-note { margin-top: 8px; max-width: 672px; font-size: 14px; line-height: 24px; color: var(--muted); }
.hero-action { margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 100%; height: 48px; padding-inline: 20px; border-radius: 2px; background: var(--ink); color: var(--white); font-size: 16px; line-height: 24px; font-weight: 500; text-decoration: none; white-space: nowrap; transition: background-color 150ms; }
.button:hover { background: oklch(0.16 0 0 / 90%); }
a:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
.button-bordered { border: 1px solid var(--ink); }
.prose { max-width: 768px; margin-top: 24px; line-height: 32px; }
.prose > * + *, .package-copy > * + * { margin-top: 20px; }
.section-action { margin-top: 32px; }
.packages { display: grid; gap: 40px; }
.packages h2 { margin-top: 12px; }
.package-copy { line-height: 32px; }
.package-lead { font-size: 20px; line-height: 28px; font-weight: 600; }
.package-action { padding-top: 12px; }
.rules { margin-top: 32px; max-width: 768px; border-block: 1px solid var(--border); }
.rules > div { display: grid; gap: 4px; padding-block: 16px; }
.rules > div + div { border-top: 1px solid var(--border); }
dt { font-weight: 600; }
dd { color: var(--muted); }
.rules-note { margin-top: 24px; max-width: 768px; line-height: 28px; }
.next-steps { display: grid; }
.next-step { padding-block: 56px; }
.next-step + .next-step { border-top: 1px solid var(--border); }
.next-step p { margin-top: 20px; max-width: 448px; line-height: 28px; color: var(--muted); }
.next-action { margin-top: 28px; }
footer { background: var(--brand); color: var(--white); }
.footer-inner { display: flex; flex-direction: column; align-items: center; padding-block: 40px; text-align: center; font-size: 14px; line-height: 20px; }
.footer-name { font-size: 20px; line-height: 28px; font-weight: 600; }
.address { margin-top: 16px; }
.footer-muted { color: var(--brand-muted); }
.map-link { display: flex; align-items: center; gap: 8px; max-width: max-content; margin: 8px auto 0; text-underline-offset: 4px; text-decoration-color: oklch(0.99 0 0 / 40%); }
.second-address, .hours { margin-top: 8px; }
.contact { margin-top: 32px; border-top: 1px solid oklch(0.99 0 0 / 20%); padding-top: 24px; }
@media (min-width: 640px) {
  .container { padding-inline: 32px; }
  .section-content, .hero { padding-block: 80px; }
  h1 { font-size: 60px; }
  h2 { font-size: 36px; line-height: 40px; }
  .intro { font-size: 24px; }
  .description { font-size: 18px; }
  .button { width: auto; }
  .rules > div { grid-template-columns: 128px 1fr; }
}
@media (min-width: 1024px) {
  .hero { padding-block: 96px; }
  .packages { grid-template-columns: 0.8fr 1.2fr; gap: 80px; }
  .next-steps { grid-template-columns: repeat(2, 1fr); }
  .next-step { padding-block: 80px; }
  .next-step:first-child { padding-right: 48px; border-right: 1px solid var(--border); }
  .next-step + .next-step { padding-left: 48px; border-top: 0; }
}
.next-step h2 { font-size: 30px; line-height: 36px; }
