/* Differentiator: Aurora's vertical restore spectrum shifts from cold aqua through sage to sauna amber as the visitor moves from discovery into booking. */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Newsreader:opsz,wght@6..72,300;6..72,400;6..72,500&display=swap');

:root {
  --ink: #173c39;
  --ink-deep: #0c2a28;
  --paper: #f3f0e7;
  --paper-light: #fbfaf6;
  --sage: #8fa99a;
  --sage-soft: #d9e2da;
  --aqua: #a9d9d5;
  --amber: #c9784d;
  --amber-soft: #eed1bb;
  --line: rgba(23, 60, 57, .18);
  --serif: 'Newsreader', Georgia, serif;
  --sans: 'DM Sans', Arial, sans-serif;
  --shadow: 0 28px 80px rgba(12, 42, 40, .14);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 20;
  opacity: .055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; }
.shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.serif { font-family: var(--serif); font-weight: 300; }
.muted { color: rgba(23, 60, 57, .66); }
.page { overflow: hidden; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 12;
  background: rgba(243, 240, 231, .84);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: border-color .25s ease, background .25s ease;
}
.site-header.scrolled { border-color: var(--line); background: rgba(243, 240, 231, .96); }
.nav { min-height: 84px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.nav-links { display: flex; gap: 28px; align-items: center; font-size: .88rem; }
.nav-links:last-child { justify-content: flex-end; }
.brand { display: inline-flex; align-items: center; justify-self: center; gap: 11px; letter-spacing: .13em; font-family: var(--serif); font-size: 1.25rem; }
.brand-mark { width: 34px; height: 34px; }
.nav-link { position: relative; }
.nav-link::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: currentColor; transition: right .25s ease; }
.nav-link:hover::after, .nav-link.active::after { right: 0; }
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-solid { background: var(--ink); color: var(--paper-light); }
.btn-solid:hover { background: var(--ink-deep); }
.btn-light { border-color: rgba(255,255,255,.55); color: white; }
.btn-light:hover { background: white; color: var(--ink); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); padding: 8px; }

.hero { min-height: 100svh; padding: 128px 0 44px; display: flex; align-items: stretch; }
.hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; min-height: calc(100svh - 172px); gap: 18px; }
.hero-copy { position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: 34px 26px 18px 0; }
.hero-kicker { display: flex; align-items: center; gap: 14px; font-size: .82rem; }
.hero-kicker::before { content: ''; width: 42px; height: 1px; background: var(--ink); }
.hero h1 { margin: 40px 0 26px; max-width: 680px; font-family: var(--serif); font-size: clamp(4.8rem, 8vw, 8.4rem); line-height: .78; letter-spacing: -.055em; font-weight: 300; }
.hero h1 span { display: block; margin-left: .72em; color: var(--amber); }
.hero-intro { max-width: 470px; margin: 0 0 32px; font-size: clamp(1rem, 1.3vw, 1.18rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { margin-top: 34px; display: flex; gap: 26px; align-items: center; font-size: .8rem; color: rgba(23,60,57,.65); }
.hero-note strong { color: var(--ink); font-size: 1.5rem; font-family: var(--serif); font-weight: 400; }
.hero-media { position: relative; overflow: hidden; border-radius: 140px 16px 16px 16px; background: var(--sage); }
.hero-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(12,42,40,.42)); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.hero-caption { position: absolute; left: 30px; right: 30px; bottom: 28px; z-index: 1; display: flex; justify-content: space-between; color: white; align-items: flex-end; }
.hero-caption strong { font-family: var(--serif); font-size: 2rem; font-weight: 300; }
.hero-caption span { font-size: .78rem; max-width: 150px; text-align: right; }
.spectrum { position: absolute; z-index: 2; left: -18px; top: 18%; width: 38px; height: 62%; border-radius: 30px; background: linear-gradient(180deg, var(--aqua), var(--sage) 48%, var(--amber)); box-shadow: 0 8px 38px rgba(12,42,40,.24); animation: spectrum-breathe 7s ease-in-out infinite; }

.manifesto { padding: 128px 0 108px; }
.manifesto-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; align-items: start; }
.side-title { margin: 6px 0; font-size: .82rem; font-weight: 500; }
.manifesto blockquote { margin: 0; font-family: var(--serif); font-weight: 300; font-size: clamp(2.8rem, 5vw, 5.7rem); line-height: .98; letter-spacing: -.035em; }
.manifesto blockquote em { color: var(--amber); font-weight: 300; }
.manifesto-foot { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 48px; border-top: 1px solid var(--line); padding-top: 22px; }

.services { padding: 30px 0 130px; }
.section-head { display: flex; justify-content: space-between; gap: 32px; align-items: end; margin-bottom: 50px; }
.section-head h2 { margin: 0; max-width: 720px; font-family: var(--serif); font-size: clamp(3rem, 5.4vw, 6rem); line-height: .9; letter-spacing: -.035em; font-weight: 300; }
.section-head p { max-width: 380px; margin: 0; }
.service-stack { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 68px 1.1fr 1.6fr auto; gap: 30px; align-items: center; padding: 27px 8px; border-bottom: 1px solid var(--line); transition: padding .25s ease, background .25s ease; }
.service-row:hover { padding-left: 18px; background: rgba(255,255,255,.35); }
.service-index { font-family: var(--serif); font-size: 1.5rem; }
.service-row h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.7rem, 2.6vw, 2.8rem); font-weight: 300; }
.service-row p { margin: 0; max-width: 560px; }
.service-orb { width: 56px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line); transition: transform .3s ease, background .3s ease; }
.service-row:hover .service-orb { transform: rotate(16deg); background: var(--ink); color: white; }

.ritual { position: relative; padding: 120px 0; background: var(--ink-deep); color: var(--paper-light); }
.ritual::before { content: ''; position: absolute; inset: 0; opacity: .4; background: radial-gradient(circle at 12% 20%, rgba(169,217,213,.35), transparent 25%), radial-gradient(circle at 88% 80%, rgba(201,120,77,.28), transparent 30%); }
.ritual-grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.ritual h2 { margin: 0 0 20px; font-family: var(--serif); font-weight: 300; font-size: clamp(3.2rem, 5vw, 5.5rem); line-height: .93; }
.ritual p { max-width: 430px; color: rgba(255,255,255,.7); }
.ritual-panel { padding: 34px; border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius); background: rgba(255,255,255,.07); backdrop-filter: blur(12px); }
.feeling-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 22px 0 34px; }
.feeling { padding: 14px 10px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: white; background: transparent; cursor: pointer; }
.feeling.active { color: var(--ink-deep); background: var(--aqua); border-color: var(--aqua); }
.ritual-result { display: grid; grid-template-columns: 84px 1fr; gap: 20px; align-items: center; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.18); }
.ritual-number { width: 84px; height: 84px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(140deg, var(--aqua), var(--amber)); color: var(--ink-deep); font-family: var(--serif); font-size: 2rem; }
.ritual-result strong { display: block; font-family: var(--serif); font-size: 1.7rem; font-weight: 300; }

.space { padding: 130px 0; }
.space-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 20px; }
.space-large, .space-small { position: relative; overflow: hidden; border-radius: 12px; }
.space-large { height: 690px; }
.space-small { height: 460px; margin-top: 150px; }
.space img { width: 100%; height: 100%; object-fit: cover; }
.space-large img { object-position: 50% center; }
.space-small img { object-position: 55% center; }
.space-card { position: absolute; bottom: 22px; left: 22px; right: 22px; padding: 22px; color: white; background: rgba(12,42,40,.78); backdrop-filter: blur(12px); border-radius: 12px; }
.space-card p { margin: 7px 0 0; max-width: 460px; color: rgba(255,255,255,.74); }

.cafe { padding: 40px 0 140px; }
.cafe-card { position: relative; display: grid; grid-template-columns: 1fr 1fr; min-height: 580px; overflow: hidden; border-radius: 90px 12px 12px 12px; background: var(--amber-soft); }
.cafe-copy { padding: clamp(40px, 7vw, 90px); display: flex; flex-direction: column; justify-content: center; }
.cafe-copy h2 { font-family: var(--serif); font-size: clamp(3.5rem, 6vw, 6.4rem); font-weight: 300; line-height: .86; margin: 0 0 28px; }
.cafe-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.closing { padding: 100px 0; text-align: center; }
.closing h2 { margin: 0 auto 32px; max-width: 900px; font-family: var(--serif); font-size: clamp(3.5rem, 7vw, 7rem); line-height: .88; font-weight: 300; }
.closing-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

.site-footer { padding: 56px 0 34px; color: white; background: var(--ink-deep); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 50px; padding-bottom: 48px; }
.footer-brand { font-family: var(--serif); font-size: 3rem; font-weight: 300; }
.footer-col strong { display: block; margin-bottom: 15px; font-weight: 500; }
.footer-col a, .footer-col span { display: block; margin: 8px 0; color: rgba(255,255,255,.68); }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.16); padding-top: 22px; color: rgba(255,255,255,.5); font-size: .76rem; }

.subhero { padding: 170px 0 76px; }
.subhero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; }
.subhero h1 { margin: 0; max-width: 850px; font-family: var(--serif); font-size: clamp(4.4rem, 8vw, 8.2rem); line-height: .82; letter-spacing: -.045em; font-weight: 300; }
.subhero p { max-width: 470px; font-size: 1.1rem; margin: 0 0 8px; }
.service-feature { display: grid; grid-template-columns: 1fr 1fr; min-height: 660px; }
.service-feature:nth-child(even) .feature-photo { order: 2; }
.feature-photo img { width: 100%; height: 100%; object-fit: cover; }
.feature-photo.pilates img { object-position: 55% center; }
.feature-photo.sauna img { object-position: 53% center; }
.feature-photo.cold img { object-position: center 45%; }
.feature-photo.light img { object-position: center; }
.feature-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 8vw, 110px); background: var(--paper-light); }
.service-feature:nth-child(2) .feature-copy { background: var(--amber-soft); }
.service-feature:nth-child(3) .feature-copy { background: var(--sage-soft); }
.service-feature:nth-child(4) .feature-copy { background: #d9e9e7; }
.feature-copy h2 { margin: 0 0 22px; font-family: var(--serif); font-size: clamp(3rem, 5vw, 5.4rem); line-height: .9; font-weight: 300; }
.feature-copy p { max-width: 520px; }
.feature-meta { display: flex; gap: 12px; flex-wrap: wrap; margin: 18px 0 32px; }
.chip { padding: 8px 13px; border: 1px solid currentColor; border-radius: 999px; font-size: .78rem; }

.booking-page { min-height: 100vh; background: var(--paper-light); }
.booking-shell { width: min(1320px, calc(100% - 48px)); margin-inline: auto; padding: 132px 0 70px; }
.booking-top { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 40px; }
.booking-top h1 { margin: 0; font-family: var(--serif); font-size: clamp(3.4rem, 6vw, 6.6rem); line-height: .86; font-weight: 300; }
.demo-badge { padding: 8px 13px; border-radius: 999px; color: var(--ink); background: var(--aqua); font-size: .75rem; }
.booking-layout { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(310px, .6fr); gap: 18px; align-items: start; }
.booking-main, .booking-summary { border: 1px solid var(--line); border-radius: 20px; background: white; }
.booking-main { padding: 30px; }
.booking-summary { position: sticky; top: 104px; padding: 26px; }
.booking-step { display: none; }
.booking-step.active { display: block; animation: step-in .3s ease both; }
.progress { display: flex; align-items: center; gap: 8px; margin-bottom: 30px; }
.progress-dot { height: 5px; flex: 1; border-radius: 6px; background: var(--sage-soft); }
.progress-dot.active { background: var(--amber); }
.booking-main h2 { margin: 0 0 8px; font-family: var(--serif); font-size: 2.8rem; font-weight: 300; }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 26px; }
.choice { min-height: 158px; padding: 20px; text-align: left; border: 1px solid var(--line); border-radius: 14px; background: var(--paper-light); color: var(--ink); cursor: pointer; transition: border-color .2s ease, transform .2s ease, background .2s ease; }
.choice:hover { transform: translateY(-2px); border-color: var(--ink); }
.choice.selected { color: white; background: var(--ink); border-color: var(--ink); }
.choice-icon { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 22px; border-radius: 50%; background: var(--sage-soft); color: var(--ink); }
.choice strong { display: block; font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.choice span { font-size: .78rem; opacity: .7; }
.date-strip { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; margin: 26px 0; }
.date { padding: 14px 6px; border: 1px solid var(--line); border-radius: 12px; background: white; color: var(--ink); cursor: pointer; }
.date strong, .date span { display: block; }
.date span { font-size: .7rem; opacity: .65; }
.date.selected { color: white; background: var(--ink); }
.time-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.time { padding: 15px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper-light); cursor: pointer; }
.time.selected { border-color: var(--amber); box-shadow: inset 0 0 0 1px var(--amber); }
.time small { display: block; color: rgba(23,60,57,.58); }
.booking-controls { display: flex; justify-content: space-between; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); }
.text-button { padding: 10px 0; border: 0; background: none; color: var(--ink); cursor: pointer; }
.summary-title { font-family: var(--serif); font-size: 1.8rem; }
.summary-art { height: 190px; margin: 20px 0; overflow: hidden; border-radius: 13px; background: var(--sage-soft); }
.summary-art img { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; }
.summary-line { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: .86rem; }
.summary-line span:first-child { color: rgba(23,60,57,.57); }
.summary-note { margin: 18px 0 0; font-size: .76rem; color: rgba(23,60,57,.58); }
.confirmation { text-align: center; padding: 50px 20px; }
.confirmation-mark { width: 82px; height: 82px; margin: 0 auto 24px; display: grid; place-items: center; border-radius: 50%; background: var(--sage-soft); font-size: 2rem; }
.confirmation h2 { font-size: 3.4rem; }

.visit-layout { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 680px; margin-bottom: 100px; }
.visit-copy { padding: 70px; background: var(--ink-deep); color: white; display: flex; flex-direction: column; justify-content: center; }
.visit-copy h2 { font-family: var(--serif); font-size: 4.5rem; line-height: .9; font-weight: 300; margin: 0 0 26px; }
.visit-copy p { color: rgba(255,255,255,.7); }
.visit-details { margin: 25px 0; border-top: 1px solid rgba(255,255,255,.2); }
.visit-details div { padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.visit-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

@keyframes spectrum-breathe { 0%,100% { transform: translateY(-8px); } 50% { transform: translateY(14px); } }
@keyframes step-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

@media (max-width: 900px) {
  .shell, .booking-shell { width: min(100% - 32px, 720px); }
  .nav { grid-template-columns: auto 1fr auto; min-height: 72px; }
  .brand { justify-self: start; }
  .menu-toggle { display: block; justify-self: end; }
  .nav-links { display: none; }
  .nav-links.mobile-open { position: fixed; display: flex; flex-direction: column; align-items: flex-start; top: 72px; left: 0; right: 0; padding: 28px 24px 34px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .nav-links.mobile-open + .nav-links { display: none; }
  .hero { padding-top: 96px; }
  .hero-grid, .manifesto-grid, .ritual-grid, .subhero-grid, .booking-layout, .visit-layout { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; }
  .hero-copy { min-height: 610px; padding-right: 0; }
  .hero h1 { font-size: clamp(4.5rem, 19vw, 7rem); }
  .hero-media { min-height: 72svh; border-radius: 90px 12px 12px 12px; }
  .manifesto { padding: 90px 0; }
  .manifesto-grid { gap: 30px; }
  .section-head { align-items: start; flex-direction: column; }
  .service-row { grid-template-columns: 46px 1fr auto; gap: 16px; }
  .service-row p { grid-column: 2 / -1; }
  .ritual-grid { gap: 45px; }
  .space-grid { grid-template-columns: 1fr; }
  .space-large { height: 600px; }
  .space-small { height: 450px; margin-top: 0; }
  .cafe-card, .service-feature { grid-template-columns: 1fr; }
  .cafe-photo { min-height: 460px; }
  .service-feature:nth-child(even) .feature-photo { order: 0; }
  .feature-photo { min-height: 540px; }
  .booking-summary { position: static; }
  .visit-photo { min-height: 520px; }
}

@media (max-width: 560px) {
  .shell, .booking-shell { width: calc(100% - 24px); }
  .site-header .btn { display: none; }
  .brand { font-size: 1rem; }
  .brand-mark { width: 29px; height: 29px; }
  .hero { padding-top: 82px; }
  .hero-copy { min-height: 535px; }
  .hero h1 { margin-top: 26px; }
  .hero-note { gap: 14px; }
  .hero-media { min-height: 620px; }
  .hero-caption { left: 20px; right: 20px; }
  .manifesto-foot { grid-template-columns: 1fr; }
  .service-row { padding: 23px 2px; }
  .service-orb { width: 45px; }
  .feeling-options { grid-template-columns: 1fr; }
  .ritual-panel { padding: 22px; }
  .ritual-result { grid-template-columns: 62px 1fr; }
  .ritual-number { width: 62px; height: 62px; }
  .space-large { height: 500px; }
  .space-small { height: 420px; }
  .cafe-card { border-radius: 60px 10px 10px 10px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; gap: 9px; }
  .subhero { padding-top: 130px; }
  .subhero h1 { font-size: clamp(4rem, 20vw, 6rem); }
  .service-feature { min-height: auto; }
  .feature-photo { min-height: 460px; }
  .feature-copy { padding: 52px 24px 64px; }
  .booking-shell { padding-top: 108px; }
  .booking-top { align-items: start; flex-direction: column; gap: 18px; }
  .booking-main { padding: 20px; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice { min-height: 132px; }
  .date-strip { grid-template-columns: repeat(4, 1fr); }
  .date:nth-child(n+5) { display: none; }
  .time-grid { grid-template-columns: repeat(2, 1fr); }
  .visit-copy { padding: 55px 24px; }
  .visit-copy h2 { font-size: 3.5rem; }
}

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