/* The Shiatsu Space — shared styles */

:root {
  --cream: #F6F1E6;
  --cream-deep: #EFE7D6;
  --clay: #B5684A;
  --clay-deep: #9C5539;
  --gold: #E9DAAE;
  --gold-deep: #D7C287;
  --sage: #566B4F;
  --sage-deep: #3F4F3A;
  --charcoal: #2B2620;
  --line: #DED1B4;
  --font-display: "Poppins", "Inter", -apple-system, sans-serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--charcoal);
  background: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: inherit; }

.wrap {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Announcement bar */
.announce {
  background: var(--sage-deep);
  color: var(--cream);
  text-align: center;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  padding: 10px 16px;
}

/* Header / nav */
header.site {
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 50;
}

.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  max-width: 1040px;
  margin: 0 auto;
  gap: 20px;
}

.logo-link {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  text-decoration: none;
}

.logo-link img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.logo-link span {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--sage-deep);
  white-space: nowrap;
}

nav.primary {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

nav.primary a {
  text-decoration: none;
  font-size: 0.92rem;
  color: var(--charcoal);
  letter-spacing: 0.01em;
  transition: color 0.15s ease;
}

nav.primary a:hover { color: var(--clay-deep); }

.nav-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.lang-switch {
  display: flex;
  gap: 8px;
  font-size: 0.82rem;
}

.lang-switch a {
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 4px;
  color: var(--charcoal);
  opacity: 0.6;
}

.lang-switch a.active {
  opacity: 1;
  background: var(--cream-deep);
  font-weight: 600;
}

.btn {
  display: inline-block;
  background: var(--clay);
  color: #fff;
  padding: 11px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: background 0.15s ease;
  white-space: nowrap;
}

.btn:hover { background: var(--clay-deep); }

.btn.outline {
  background: transparent;
  border: 1.5px solid var(--sage-deep);
  color: var(--sage-deep);
}

.btn.outline:hover { background: var(--sage-deep); color: #fff; }

.btn-lg {
  padding: 13.2px 26.4px;
  font-size: 1.056rem;
}

.btn-spacing {
  margin-top: 28px;
  margin-bottom: 36px;
}

@media (max-width: 820px) {
  .nav-row { flex-wrap: wrap; }
  nav.primary { order: 3; width: 100%; justify-content: center; gap: 20px; padding-top: 8px; }
}

/* Hero */
.hero {
  position: relative;
  height: 46vh;
  min-height: 320px;
  max-height: 480px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.85);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(43,38,32,0.05) 0%, rgba(43,38,32,0.55) 100%);
}

.hero h1 {
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto;
  padding: 0 24px;
  max-width: 1040px;
  width: 100%;
}

/* Sections */
section {
  padding: 72px 0;
  border-bottom: 1px solid var(--line);
}

section:last-of-type { border-bottom: none; }

.section-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 56px;
  align-items: center;
}

.section-grid.reverse { grid-template-columns: 1.15fr 0.85fr; }
.section-grid.reverse .media { order: 2; }
.section-grid.reverse .copy { order: 1; }

@media (max-width: 780px) {
  .section-grid, .section-grid.reverse {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .section-grid.reverse .media,
  .section-grid.reverse .copy { order: initial; }
}

.media img {
  border-radius: 6px;
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}

.eyebrow {
  font-family: var(--font-body);
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  color: var(--clay-deep);
  font-weight: 700;
  margin: 0 0 10px;
}

h2 {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  color: var(--sage-deep);
  line-height: 1.25;
  margin: 0 0 18px;
  font-weight: 600;
}

.copy p { margin: 0 0 16px; color: var(--charcoal); }
.copy p:last-child { margin-bottom: 0; }

.scroll-arrow {
  text-align: center;
  margin-top: 32px;
}

.scroll-arrow img {
  display: inline-block;
  width: 48px;
  height: auto;
  opacity: 0.85;
}

.scroll-arrow img.flip-x {
  transform: scaleX(-1);
}

section.alt { background: var(--cream-deep); }

.section-grid.align-top {
  align-items: start;
}

.section-wide {
  padding: 40px 0;
}

.section-wide .wrap {
  max-width: 940px;
}

.section-wide .eyebrow { text-align: center; }
.section-wide h2 { text-align: center; }
.section-wide p { text-align: center; }

.details-block {
  max-width: 780px;
  margin: 8px auto 0;
}

.copy .details-block {
  max-width: none;
  margin: 4px 0 0;
}

.details-heading {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--sage-deep);
  line-height: 1.3;
  margin: 0 0 14px;
  font-weight: 600;
}

.details-list {
  margin: 0;
  padding-left: 20px;
}

.details-list li {
  margin-bottom: 14px;
  line-height: 1.65;
}

.details-list li:last-child { margin-bottom: 0; }

/* Contact / footer */
footer.site {
  background: var(--sage-deep);
  color: var(--cream);
  padding: 48px 0 32px;
}

footer.site .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
}

footer.site h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  margin: 0 0 12px;
}

footer.site p { margin: 0 0 6px; font-size: 0.92rem; opacity: 0.92; }
footer.site a { text-decoration: none; }
footer.site a:hover { text-decoration: underline; }

.footer-note {
  font-size: 0.85rem;
  opacity: 0.75;
  max-width: 480px;
  line-height: 1.6;
}

/* Rates & FAQ page */
.rate-card {
  background: var(--cream-deep);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 32px 36px;
  margin-bottom: 20px;
}

.rate-card .price-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--sage-deep);
  padding: 10px 0;
  border-bottom: 1px dashed var(--line);
}

.rate-card .price-row:last-of-type { border-bottom: none; }

.discount-box {
  background: var(--gold);
  color: var(--charcoal);
  border-radius: 10px;
  padding: 16px 20px;
  margin: 22px 0 8px;
  border: 1px solid var(--gold-deep);
}

.discount-box strong { font-size: 1.05rem; }

.faq-item {
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.faq-item:last-child { border-bottom: none; }

.faq-item h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--sage-deep);
  line-height: 1.3;
  margin: 0 0 10px;
  font-weight: 600;
}

.faq-item ul { margin: 10px 0; padding-left: 20px; }
.faq-item li { margin-bottom: 6px; }
.faq-item p { margin: 0 0 12px; }

.page-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: var(--sage-deep);
  line-height: 1.2;
  margin: 0 0 8px;
  font-weight: 600;
}

.page-header {
  padding: 56px 0 8px;
}

.tight-top {
  padding-top: 28px;
}

.whatsapp-float {
  position: fixed;
  bottom: 22px;
  right: 22px;
  background: var(--clay);
  color: #fff;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(43,38,32,0.25);
  z-index: 60;
  text-decoration: none;
}

.whatsapp-float svg { width: 26px; height: 26px; fill: #fff; }
