:root {
  --forest: #22381e;
  --forest-deep: #142813;
  --moss: #52603b;
  --sage: #a5aa83;
  --clay: #a86f4d;
  --sand: #d9cfb5;
  --cream: #f3eee4;
  --paper: #fbf8f2;
  --ink: #241f1a;
  --white: #fff;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --script: "Segoe Script", "Bradley Hand", cursive;
  --max: 1180px;
  --shadow: 0 30px 70px rgba(26, 35, 22, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link:focus { position: fixed; z-index: 999; top: 1rem; left: 1rem; padding: .75rem 1rem; background: white; color: black; }

.site-header { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; color: var(--forest); }
.brand-mark { width: 56px; height: 56px; flex: 0 0 auto; }
.brand-mark svg { width: 100%; height: 100%; }
.brand strong { display: block; font: 500 clamp(1.55rem, 2.6vw, 2.15rem)/1 var(--serif); letter-spacing: .03em; }
.brand small { display: block; margin-top: .45rem; font-size: .66rem; font-weight: 700; text-transform: uppercase; letter-spacing: .22em; }
#primary-nav { display: flex; align-items: center; gap: 1.6rem; }
#primary-nav a { text-decoration: none; font-size: .86rem; font-weight: 700; letter-spacing: .04em; }
#primary-nav a:not(.nav-book):hover { color: var(--moss); }
.nav-book { padding: .8rem 1.15rem; border: 1px solid var(--forest); border-radius: 999px; }
.nav-book:hover { background: var(--forest); color: var(--cream); }
.nav-toggle { display: none; border: 0; background: transparent; padding: .5rem; }
.nav-toggle span:not(.sr-only) { display: block; width: 27px; height: 2px; margin: 5px; background: var(--forest); }

.hero { width: min(calc(100% - 40px), var(--max)); margin: 1.5rem auto 5.5rem; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.eyebrow { margin: 0 0 1rem; color: var(--moss); font-size: .77rem; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.hero h1, .section-heading h2, .place h2, .visit h2, .booking-cta h2 { margin: 0; font-family: var(--serif); font-weight: 500; line-height: .96; letter-spacing: -.035em; }
.hero h1 { font-size: clamp(3.5rem, 7.3vw, 6.6rem); }
.hero h1 em, .place h2 em { color: var(--forest); font-family: var(--script); font-weight: 400; font-size: .72em; letter-spacing: -.05em; }
.hero-intro { max-width: 610px; margin: 2rem 0 0; font-size: clamp(1rem, 1.6vw, 1.18rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem; margin: 2rem 0; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: .85rem 1.35rem; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 800; font-size: .86rem; letter-spacing: .035em; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary, .button-dark { background: var(--forest); color: var(--cream); }
.button-primary:hover, .button-dark:hover { background: var(--forest-deep); }
.button-cream { background: var(--cream); color: var(--forest); }
.button-outline { border-color: rgba(255,255,255,.65); color: white; }
.button-outline:hover { background: rgba(255,255,255,.1); }
.text-link { font-weight: 800; text-underline-offset: 5px; }
.hero-details { display: flex; flex-wrap: wrap; gap: .75rem 1.5rem; padding: 0; margin: 2rem 0 0; list-style: none; color: var(--moss); font-size: .82rem; font-weight: 700; }
.hero-details li::before { content: "•"; margin-right: .55rem; color: var(--clay); }
.hero-images { position: relative; min-height: 680px; }
.hero-image { margin: 0; overflow: hidden; box-shadow: var(--shadow); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-image-main { position: absolute; right: 0; top: 0; width: 84%; height: 92%; border-radius: 48% 48% 2.2rem 2.2rem / 28% 28% 2.2rem 2.2rem; }
.hero-image-round { position: absolute; left: 0; bottom: 0; width: 45%; aspect-ratio: 1; border: 8px solid var(--paper); border-radius: 50%; }
.hero-stamp { position: absolute; right: -1rem; bottom: 1rem; transform: rotate(-5deg); padding: .8rem 1.15rem; color: var(--cream); background: var(--forest); font: 400 1rem/1.35 var(--script); text-align: center; box-shadow: 0 15px 30px rgba(0,0,0,.18); }

.intro-band { padding: 1.15rem 5vw; display: flex; justify-content: center; align-items: center; gap: clamp(1rem, 5vw, 5rem); color: var(--cream); background: var(--forest); text-align: center; font: 400 clamp(1rem, 2.2vw, 1.45rem)/1.2 var(--serif); }
.intro-band p { margin: 0; }

.experiences { width: min(calc(100% - 40px), var(--max)); margin: 7rem auto; }
.section-heading { max-width: 760px; margin-bottom: 3rem; }
.section-heading h2, .place h2, .visit h2, .booking-cta h2 { font-size: clamp(2.8rem, 5.2vw, 5rem); }
.section-heading > p:last-child { max-width: 690px; margin: 1.4rem 0 0; }
.experience-card { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; margin: 2rem 0; overflow: hidden; border-radius: 2rem; box-shadow: var(--shadow); }
.experience-photo { position: relative; min-height: 480px; }
.experience-photo img { width: 100%; height: 100%; object-fit: cover; }
.photo-label { position: absolute; top: 1.5rem; left: 1.5rem; padding: .55rem 1rem; border-radius: 999px; color: var(--forest); background: rgba(243,238,228,.92); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
.experience-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(2.2rem, 5vw, 5rem); background: var(--cream); }
.experience-content h3 { margin: 0 0 1.25rem; font: 500 clamp(2.6rem, 4.4vw, 4.7rem)/.98 var(--serif); }
.experience-content > p:not(.eyebrow) { margin: 0; }
.feature-list { display: grid; gap: 0; padding: 0; margin: 2rem 0; list-style: none; }
.feature-list li { padding: 1rem 0; border-top: 1px solid rgba(34,56,30,.22); }
.feature-list li:last-child { border-bottom: 1px solid rgba(34,56,30,.22); }
.feature-list strong, .feature-list span { display: block; }
.feature-list strong { color: var(--forest); font-size: .9rem; text-transform: uppercase; letter-spacing: .08em; }
.feature-list span { margin-top: .2rem; font-size: .9rem; }
.experience-content .button { align-self: flex-start; }
.sauna-card { color: var(--cream); }
.sauna-card .experience-content { background: var(--forest); }
.sauna-card .eyebrow, .sauna-card .feature-list strong { color: var(--sand); }
.sauna-card .feature-list li { border-color: rgba(255,255,255,.25); }
.sauna-card .feature-list li:last-child { border-bottom-color: rgba(255,255,255,.25); }
.sauna-card .photo-label { left: auto; right: 1.5rem; }

.place { display: grid; grid-template-columns: 1.35fr .65fr; gap: 3rem; width: min(calc(100% - 40px), var(--max)); margin: 7rem auto; align-items: stretch; }
.place-copy { padding: clamp(2rem, 5vw, 5rem); border: 1px solid rgba(34,56,30,.18); border-radius: 2rem; background: #f7f2e8; }
.place-copy > p:not(.eyebrow) { max-width: 720px; margin: 1.5rem 0 2rem; }
.place-points { display: grid; gap: 0; }
.place-points > div { display: grid; grid-template-columns: 48px 1fr; gap: .8rem; padding: 1.1rem 0; border-top: 1px solid rgba(34,56,30,.18); }
.place-points span { color: var(--clay); font-family: var(--serif); font-size: 1.3rem; }
.place-points p { margin: 0; }
.quote-card { display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0; padding: 3rem; border-radius: 2rem; color: var(--cream); background: var(--forest); text-align: center; }
.quote-card svg { width: 130px; margin-bottom: 2rem; }
.quote-card blockquote { margin: 0; font: 400 clamp(2rem, 3.8vw, 3.3rem)/1.2 var(--script); }

.visit { padding: 6rem max(20px, calc((100vw - var(--max)) / 2)); background: #e4dcc9; }
.visit-heading { max-width: 800px; }
.visit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 3rem; background: rgba(34,56,30,.18); border: 1px solid rgba(34,56,30,.18); }
.visit-item { min-height: 240px; padding: 2rem; background: var(--cream); }
.visit-item .icon { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--forest); border-radius: 50%; color: var(--forest); font: 500 1.3rem/1 var(--serif); }
.visit-item h3 { margin: 2rem 0 .5rem; color: var(--forest); font-size: .85rem; text-transform: uppercase; letter-spacing: .1em; }
.visit-item p { margin: 0; }
.visit-item a { text-underline-offset: 4px; }

.booking-cta { width: min(calc(100% - 40px), var(--max)); margin: 7rem auto; padding: clamp(2.5rem, 6vw, 5.5rem); border-radius: 2rem; display: flex; justify-content: space-between; align-items: center; gap: 3rem; color: white; background: var(--forest); }
.booking-cta > div:first-child { max-width: 760px; }
.booking-cta .eyebrow { color: var(--sand); }
.booking-cta p:last-child { margin: 1.4rem 0 0; }
.booking-buttons { display: flex; flex-direction: column; gap: .8rem; min-width: 190px; }

footer { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 2.2rem 0 3rem; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 2rem; border-top: 1px solid rgba(34,56,30,.2); }
.footer-brand .brand-mark { width: 46px; height: 46px; }
.footer-links { display: flex; gap: 1.2rem; font-size: .82rem; font-weight: 700; }
.footer-links a { text-underline-offset: 4px; }
.copyright { margin: 0; color: var(--moss); font-size: .78rem; }

@media (max-width: 900px) {
  .site-header { min-height: 82px; }
  .nav-toggle { display: block; z-index: 20; }
  #primary-nav { display: none; position: absolute; z-index: 10; top: 78px; left: 20px; right: 20px; padding: 1.3rem; flex-direction: column; align-items: stretch; background: var(--cream); border: 1px solid rgba(34,56,30,.15); border-radius: 1rem; box-shadow: var(--shadow); }
  #primary-nav.open { display: flex; }
  #primary-nav a { padding: .6rem; }
  .hero { grid-template-columns: 1fr; margin-top: 2rem; }
  .hero-images { min-height: 590px; }
  .hero-image-main { width: 82%; }
  .experience-card, .place { grid-template-columns: 1fr; }
  .sauna-card .experience-content { order: 2; }
  .sauna-card .experience-photo { order: 1; }
  .visit-grid { grid-template-columns: repeat(2, 1fr); }
  .booking-cta { flex-direction: column; align-items: flex-start; }
  .booking-buttons { flex-direction: row; flex-wrap: wrap; }
  footer { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .site-header, .hero, .experiences, .place, .booking-cta, footer { width: min(calc(100% - 28px), var(--max)); }
  .brand-mark { width: 44px; height: 44px; }
  .brand strong { font-size: 1.45rem; }
  .brand small { font-size: .55rem; letter-spacing: .14em; }
  .hero { margin-bottom: 3.5rem; }
  .hero h1 { font-size: clamp(3rem, 16vw, 4.4rem); }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-images { min-height: 460px; }
  .hero-image-main { width: 92%; height: 91%; }
  .hero-image-round { width: 46%; border-width: 5px; }
  .hero-stamp { right: -.3rem; bottom: -.5rem; font-size: .82rem; }
  .intro-band { align-items: stretch; flex-direction: column; gap: .45rem; }
  .intro-band span { display: none; }
  .experiences, .place, .booking-cta { margin-top: 4.5rem; margin-bottom: 4.5rem; }
  .experience-card { border-radius: 1.3rem; }
  .experience-content { padding: 2rem; }
  .experience-content h3 { font-size: 2.7rem; }
  .experience-photo { min-height: 390px; }
  .place-copy, .quote-card, .booking-cta { padding: 2rem; border-radius: 1.3rem; }
  .visit { padding-top: 4.5rem; padding-bottom: 4.5rem; }
  .visit-grid { grid-template-columns: 1fr; }
  .visit-item { min-height: auto; }
  .booking-buttons { width: 100%; }
  .booking-buttons .button { flex: 1 1 100%; }
  .footer-links { flex-wrap: wrap; }
}

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