/* West Acton Sauna — design tokens */
:root {
  /* Crisp Scandinavian: near-white, near-black, crescent gold from the logo */
  --pine: #1d201f;        /* charcoal (bands, dark buttons) */
  --pine-deep: #131615;   /* deepest charcoal (footer, announce) */
  --gold: #d99b31;        /* crescent-moon gold */
  --gold-soft: #e7bd76;
  --cream: #fafaf8;       /* page background, barely off-white */
  --paper: #ffffff;
  --ink: #141614;
  --stone: #5f6461;       /* muted body text */
  --line: #e7e7e2;
  --radius: 14px;
  --wrap: 1120px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: "Inter", system-ui, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, .price {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.01em;
}
img { max-width: 100%; display: block; }

/* announcement */
.announce {
  background: var(--pine-deep);
  color: var(--gold-soft);
  text-align: center;
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.7rem 1rem;
}

a.announce {
  display: block;
  text-decoration: none;
}
a.announce:hover { color: var(--gold); }

/* video + quotes */
.video-wrap {
  max-width: 820px;
  margin: 2.5rem auto 0;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--pine-deep);
  box-shadow: 0 18px 50px rgba(19, 22, 21, 0.20);
}
.video-wrap iframe { width: 100%; height: 100%; border: 0; }
.quote { border-left: 3px solid var(--gold); }
.quote p {
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-size: 1.02rem;
  color: var(--ink);
}
.quote footer {
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  color: var(--stone);
}

/* nav */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 0.7rem clamp(1rem, 4vw, 2.5rem);
  background: rgba(250, 250, 248, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: var(--ink);
  margin-right: auto;
}
.brand img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 1px 4px rgba(0,0,0,0.15);
}
.brand span {
  font-family: "Fraunces", serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.1;
  display: flex;
  flex-direction: column;
}
.brand em {
  font-style: normal;
  font-family: "Inter", sans-serif;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--stone);
}
.nav-links { display: flex; gap: 1.6rem; }
.nav-links a {
  text-decoration: none;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 500;
  white-space: nowrap;
}
.nav-links a:hover { color: var(--gold); }
.nav-toggle { display: none; }

/* buttons */
.btn {
  display: inline-block;
  white-space: nowrap;
  padding: 0.78rem 1.5rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-gold {
  background: var(--gold);
  color: var(--pine-deep);
  box-shadow: 0 4px 14px rgba(223, 160, 60, 0.35);
}
.btn-gold:hover { background: var(--gold-soft); }
.btn-dark { background: var(--pine); color: var(--cream); }
.btn-ghost {
  border: 1px solid rgba(250, 246, 238, 0.45);
  color: var(--cream);
}

/* hero */
.hero {
  background:
    radial-gradient(60% 80% at 70% 110%, rgba(223,160,60,0.22), transparent 65%),
    radial-gradient(45% 60% at 15% -10%, rgba(238,194,122,0.10), transparent 60%),
    linear-gradient(175deg, var(--pine) 0%, var(--pine-deep) 100%);
  color: var(--cream);
  text-align: center;
  padding: clamp(5rem, 12vw, 9rem) 1.5rem clamp(4rem, 9vw, 7rem);
}
.eyebrow {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.2rem;
}
.eyebrow.light { color: var(--gold-soft); }
.hero h1 {
  font-size: clamp(3rem, 9vw, 5.8rem);
  font-weight: 700;
}
.hero h1 em { font-style: italic; color: var(--gold-soft); }
.lede {
  max-width: 34rem;
  margin: 1.6rem auto 0;
  font-size: 1.08rem;
  color: rgba(250, 246, 238, 0.85);
}
.hero-cta {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2.4rem;
}
.hero-note {
  margin-top: 2.2rem;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  color: rgba(250, 246, 238, 0.55);
}

.hero-photo {
  background:
    linear-gradient(178deg, rgba(17, 19, 18, 0.42) 0%, rgba(19, 22, 21, 0.85) 90%),
    url("assets/hero-night-patio.jpg") center 40% / cover no-repeat;
}

/* manifesto */
.manifesto {
  background: var(--cream);
  text-align: center;
  padding: clamp(4rem, 8vw, 6rem) 1.5rem 1rem;
}
.manifesto p:first-child {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.5rem, 3.6vw, 2.3rem);
  line-height: 1.35;
  max-width: 46rem;
  margin: 0 auto;
  color: var(--pine);
}
.manifesto em { font-style: italic; color: var(--gold); }
.manifesto-sig {
  margin-top: 1.4rem;
  font-size: 0.85rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--stone);
}

/* sections */
.section {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 6.5rem) 1.5rem;
  text-align: center;
}
.section h2 {
  font-size: clamp(1.9rem, 4.5vw, 2.8rem);
}
.section-lede {
  max-width: 38rem;
  margin: 1rem auto 0;
  color: var(--stone);
}

/* cards */
.cards {
  display: grid;
  gap: 1.4rem;
  margin-top: 3rem;
  text-align: left;
}
.cards.three { grid-template-columns: repeat(3, 1fr); }
.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 2rem 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.card h3 { font-size: 1.35rem; }
.card p { color: var(--stone); font-size: 0.95rem; }
.card-num {
  font-family: "Fraunces", serif;
  font-style: italic;
  color: var(--gold);
  font-size: 1.1rem;
}
.pricing .card { align-items: flex-start; }
.pricing .btn { margin-top: auto; }
.price { font-size: 2rem; color: var(--pine); }
.card.featured {
  background: var(--pine);
  border-color: var(--pine);
  color: var(--cream);
}
.card.featured h3 { color: var(--cream); }
.card.featured .price { color: var(--gold-soft); }
.card.featured p { color: rgba(250, 246, 238, 0.75); }
.flag {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-soft) !important;
}
.fine {
  margin-top: 2rem;
  font-size: 0.82rem;
  color: var(--stone);
}
.price .per {
  font-family: "Inter", sans-serif;
  font-size: 0.85rem;
  color: var(--stone);
}
.card.featured .price .per { color: rgba(250, 246, 238, 0.6); }

/* first visit steps */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 3rem;
  text-align: left;
}
.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid var(--gold);
  color: var(--gold);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.step h3 { font-size: 1.25rem; margin-bottom: 0.5rem; }
.step p { color: var(--stone); font-size: 0.95rem; }

/* why heat + cold */
.why-cards { gap: 2.5rem; }
.why-item {
  text-align: left;
  border-top: 2px solid var(--gold);
  padding-top: 1.2rem;
}
.why-item h3 { font-size: 1.3rem; margin-bottom: 0.6rem; }
.why-item p { color: var(--stone); font-size: 0.95rem; }

/* gift strip */
.gift-strip {
  margin-top: 1.4rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.8rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  text-align: left;
  flex-wrap: wrap;
}
.gift-strip h3 { font-size: 1.3rem; margin-bottom: 0.3rem; }
.gift-strip p { color: var(--stone); font-size: 0.95rem; max-width: 34rem; }

/* about */
.about-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 2.5rem;
  margin-top: 2.5rem;
  text-align: left;
  align-items: center;
}
.about-photo {
  border-radius: var(--radius);
  overflow: hidden;
}
.about-photo img { width: 100%; height: 100%; object-fit: cover; }
.about-text p { color: var(--stone); margin-bottom: 1rem; }
.about-punch {
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-size: 1.25rem;
  color: var(--pine) !important;
}

/* gallery */
.gallery {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 1.4rem;
  align-items: stretch;
}
.gallery figure {
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  min-height: 260px;
}
.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 1.4rem 1.2rem 0.9rem;
  color: var(--cream);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: linear-gradient(transparent, rgba(19, 22, 21, 0.78));
}

/* band */
.band {
  background:
    radial-gradient(50% 90% at 85% 120%, rgba(217,155,49,0.18), transparent 60%),
    var(--pine);
  color: var(--cream);
  text-align: center;
  padding: clamp(4rem, 8vw, 6rem) 1.5rem;
}
.band h2 { font-size: clamp(1.9rem, 4.5vw, 2.6rem); }
.band p {
  max-width: 36rem;
  margin: 1.2rem auto 2rem;
  color: rgba(250, 246, 238, 0.82);
}

/* faq */
.faq-list {
  max-width: 44rem;
  margin: 2.5rem auto 0;
  text-align: left;
}
.faq-list details {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.1rem 1.4rem;
  margin-bottom: 0.8rem;
}
.faq-list summary {
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 2rem;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Fraunces", serif;
  font-size: 1.3rem;
  color: var(--gold);
  transition: transform 0.2s ease;
}
.faq-list details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-list details p { margin-top: 0.8rem; color: var(--stone); font-size: 0.95rem; }

/* visit */
.visit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
  margin-top: 2.5rem;
  text-align: left;
}
.visit-grid > div {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 2rem 1.8rem;
}
.visit-grid h3 { font-size: 1.2rem; margin-bottom: 0.6rem; }
.visit-grid p { color: var(--stone); font-size: 0.95rem; margin-bottom: 0.6rem; }
.visit-cta { margin-top: 2.5rem; }
.link { color: var(--pine); font-weight: 600; text-decoration-color: var(--gold); }

/* footer */
body > footer {
  background: var(--pine-deep);
  color: rgba(250, 246, 238, 0.7);
  text-align: center;
  padding: 3.5rem 1.5rem 2.5rem;
  font-size: 0.9rem;
}
footer .foot-logo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 1rem;
}
footer .link { color: var(--gold-soft); }
footer .fine { margin-top: 1.5rem; font-size: 0.75rem; opacity: 0.6; }
.socials {
  display: flex;
  gap: 1.1rem;
  justify-content: center;
  margin-top: 1.2rem;
}
.socials a { color: var(--gold-soft); }
.socials a:hover { color: var(--gold); }
.socials svg { width: 22px; height: 22px; }

/* booking page */
.book-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 4.5rem) 1.5rem;
  text-align: center;
}
.embed-shell {
  margin-top: 2.5rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0;
  overflow: hidden;
  min-height: 900px;
}
.embed-shell iframe { width: 100%; min-height: 900px; border: 0; display: block; }
.todo {
  background: #fff6e6;
  border: 1px dashed var(--gold);
  border-radius: var(--radius);
  padding: 1.2rem 1.4rem;
  font-size: 0.9rem;
  color: #7a5a1e;
  text-align: left;
}

/* responsive */
@media (max-width: 1120px) {
  .cards.three { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .visit-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .gift-strip { justify-content: center; text-align: center; }
  .steps { grid-template-columns: 1fr; gap: 2rem; }
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    flex-direction: column;
    gap: 0;
    background: var(--cream);
    border-bottom: 1px solid var(--line);
    padding: 0.5rem 0;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 0.9rem 1.5rem; }
  .nav-cta { margin-left: auto; }
  .nav-toggle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: 0;
    padding: 0.5rem;
    cursor: pointer;
  }
  .nav-toggle span {
    width: 22px;
    height: 2px;
    background: var(--ink);
  }
  .brand span { font-size: 0.9rem; }
  .brand em { display: none; }
}

/* four-image gallery */
.gallery-four { grid-template-columns: repeat(4, 1fr); }
.gallery-four figure { min-height: 240px; }
@media (max-width: 1120px) { .gallery-four { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .gallery-four { grid-template-columns: 1fr; } }
