:root {
  --ink: #242126;
  --ink-soft: #514b55;
  --cream: #f6f0e8;
  --cream-deep: #ece2d6;
  --lavender: #c9b6dc;
  --lavender-soft: #e7dff0;
  --plum: #5f4967;
  --plum-dark: #382f3e;
  --gold: #b79a66;
  --white: #fffdf9;
  --line: rgba(56, 47, 62, 0.14);
  --shadow: 0 24px 70px rgba(56, 47, 62, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
}
a { color: inherit; }
h1, h2, h3 {
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.08;
  margin: 0;
  font-weight: 600;
}
h1 { font-size: clamp(3.25rem, 8vw, 6.4rem); letter-spacing: -0.055em; }
h2 { font-size: clamp(2.2rem, 5vw, 4.2rem); letter-spacing: -0.035em; }
h3 { font-size: 1.65rem; }
p { margin-top: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 16px clamp(20px, 5vw, 72px);
  background: rgba(246, 240, 232, 0.9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(56, 47, 62, 0.08);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.2rem;
  font-weight: 600;
}
.brand-moon { color: var(--plum); font-size: 1.55rem; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a { text-decoration: none; font-size: 0.93rem; }
.nav-cta { padding: 10px 16px; border: 1px solid var(--plum); border-radius: 999px; }
.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 0;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 8px 30px rgba(56, 47, 62, 0.08);
}
.menu-button span { width: 18px; height: 1.5px; background: var(--ink); }

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 70px;
  padding: clamp(72px, 8vw, 120px) clamp(22px, 7vw, 100px);
}
.hero-copy { position: relative; z-index: 2; max-width: 780px; }
.eyebrow, .section-kicker {
  margin-bottom: 18px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--plum);
}
.hero h1 em { color: var(--plum); }
.hero-text {
  max-width: 680px;
  margin: 30px 0 0;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  color: var(--ink-soft);
}
.hero-actions, .booking-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--plum-dark); color: white; box-shadow: 0 12px 30px rgba(56, 47, 62, 0.18); }
.button.ghost { border: 1px solid rgba(56, 47, 62, 0.3); background: rgba(255, 255, 255, 0.26); }
.hero-card-wrap { position: relative; min-height: 500px; }
.tarot-card {
  position: absolute;
  width: min(310px, 70vw);
  aspect-ratio: 0.62;
  border-radius: 22px;
  box-shadow: var(--shadow);
  padding: 13px;
}
.card-back { right: 24%; top: 9%; transform: rotate(-11deg); background: linear-gradient(145deg, var(--lavender), #aa8fc0); }
.card-front { right: 2%; top: 18%; transform: rotate(8deg); background: linear-gradient(170deg, #fffaf2, #efe2d2); }
.card-border {
  height: 100%;
  border: 1px solid rgba(56, 47, 62, 0.28);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 24px 16px;
  text-align: center;
}
.card-front .card-border { border-color: rgba(183, 154, 102, 0.66); }
.card-number, .card-title { margin: 0; font-size: 0.7rem; letter-spacing: 0.16em; }
.card-title { font-family: "Playfair Display", Georgia, serif; font-size: 0.85rem; }
.moon-symbol, .card-moon { font-size: 6rem; line-height: 1; color: var(--plum-dark); }
.bee-symbol { margin-top: -120px; font-size: 2.3rem; color: var(--gold); }
.constellation { color: var(--gold); letter-spacing: 0.3em; }
.tiny-star { color: var(--cream); }
.card-back .bottom { transform: rotate(180deg); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); opacity: 0.55; }
.hero-glow-one { width: 560px; height: 560px; right: -180px; top: 40px; background: radial-gradient(circle, var(--lavender-soft), transparent 70%); }
.hero-glow-two { width: 400px; height: 400px; left: -250px; bottom: -150px; background: radial-gradient(circle, rgba(183, 154, 102, 0.25), transparent 68%); }

.manifesto {
  margin: 0 clamp(20px, 5vw, 72px);
  padding: clamp(64px, 8vw, 110px);
  text-align: center;
  background: var(--plum-dark);
  color: var(--cream);
  border-radius: 34px;
}
.manifesto .section-kicker { color: var(--lavender); }
.manifesto h2 { max-width: 870px; margin-inline: auto; }
.manifesto > p:last-child { max-width: 780px; margin: 26px auto 0; color: rgba(255, 253, 249, 0.76); font-size: 1.06rem; }

.section-pad { padding: clamp(90px, 10vw, 150px) clamp(22px, 7vw, 100px); }
.section-heading {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 520px);
  gap: 60px;
  align-items: end;
  margin-bottom: 50px;
}
.section-intro { margin: 0; color: var(--ink-soft); font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.service-card {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 253, 249, 0.62);
}
.service-card.featured { background: var(--lavender-soft); }
.service-icon { font-size: 1.8rem; color: var(--plum); }
.service-tag { margin: -28px 0 10px auto; font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--plum); }
.service-card h3 { margin: 22px 0 15px; }
.service-card p { color: var(--ink-soft); }
.service-card a { margin-top: auto; text-decoration: none; font-weight: 600; color: var(--plum); }

.tea-time {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  align-items: center;
  padding: clamp(90px, 10vw, 150px) clamp(22px, 9vw, 130px);
  background: var(--cream-deep);
}
.tea-orbit {
  width: min(360px, 80vw);
  aspect-ratio: 1;
  margin: auto;
  border: 1px solid rgba(95, 73, 103, 0.35);
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: relative;
}
.tea-orbit::before { content: ""; position: absolute; inset: 35px; border: 1px dashed rgba(95, 73, 103, 0.22); border-radius: 50%; }
.tea-cup { font-size: 5rem; }
.tea-orbit > span:first-child { position: absolute; top: 20px; right: 58px; color: var(--gold); }
.tea-orbit > span:last-child { position: absolute; bottom: 38px; left: 54px; font-size: 2.2rem; color: var(--plum); }
.tea-copy { max-width: 720px; }
.tea-copy h2 { margin-bottom: 28px; }
.tea-copy p { color: var(--ink-soft); font-size: 1.05rem; }
.tea-note { font-family: "Playfair Display", Georgia, serif; font-style: italic; font-size: 1.35rem !important; color: var(--plum) !important; }
.text-link { display: inline-block; margin-top: 14px; text-decoration: none; font-weight: 600; color: var(--plum); }

.about-panel {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 80px;
  align-items: center;
  padding: clamp(42px, 7vw, 80px);
  background: var(--white);
  border-radius: 34px;
  box-shadow: 0 24px 80px rgba(56, 47, 62, 0.08);
}
.about-mark { min-height: 330px; display: grid; place-items: center; position: relative; border-radius: 26px; background: linear-gradient(145deg, var(--lavender-soft), #f3eaf5); }
.large-moon { font-size: 9rem; color: var(--plum); }
.spark { position: absolute; color: var(--gold); }
.spark-one { top: 54px; right: 70px; font-size: 1.5rem; }
.spark-two { bottom: 64px; left: 62px; font-size: 1.1rem; }
.about-copy p { color: var(--ink-soft); font-size: 1.03rem; }

.booking { padding-top: 0; }
.booking-box {
  padding: clamp(58px, 8vw, 100px);
  text-align: center;
  border-radius: 34px;
  background: linear-gradient(145deg, var(--plum), var(--plum-dark));
  color: var(--cream);
}
.booking-box .eyebrow { color: var(--lavender); }
.booking-box p { max-width: 650px; margin: 25px auto 0; color: rgba(255, 253, 249, 0.76); }
.booking-actions { justify-content: center; }
.button.ghost.light { color: var(--cream); border-color: rgba(255, 255, 255, 0.3); background: rgba(255, 255, 255, 0.06); }
.booking-box .button.primary { background: var(--cream); color: var(--plum-dark); }
.tiny-note { font-size: 0.8rem; }

footer { padding: 44px 24px 52px; text-align: center; color: var(--ink-soft); }
.footer-brand { display: flex; justify-content: center; align-items: center; gap: 8px; margin-bottom: 10px; color: var(--ink); font-family: "Playfair Display", Georgia, serif; }
footer p { margin: 7px 0; font-size: 0.88rem; }
.copyright { opacity: 0.7; }

@media (max-width: 900px) {
  .menu-button { display: flex; }
  .nav-links {
    display: none;
    position: absolute;
    top: 70px;
    left: 18px;
    right: 18px;
    padding: 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow);
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px 8px; }
  .nav-cta { text-align: center; margin-top: 6px; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 20px; padding-top: 90px; }
  .hero-card-wrap { min-height: 440px; margin-top: 20px; }
  .card-back { right: 35%; }
  .card-front { right: 10%; }
  .section-heading, .tea-time, .about-panel { grid-template-columns: 1fr; }
  .section-heading { gap: 24px; }
  .tea-time, .about-panel { gap: 48px; }
  .about-mark { min-height: 280px; }
}

@media (max-width: 620px) {
  .site-header { min-height: 68px; padding: 13px 18px; }
  .brand { font-size: 1.05rem; }
  .hero { padding-inline: 20px; }
  .hero-actions, .booking-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-card-wrap { min-height: 380px; }
  .tarot-card { width: 220px; }
  .card-back { right: 32%; }
  .card-front { right: 4%; }
  .moon-symbol, .card-moon { font-size: 4.5rem; }
  .manifesto { margin-inline: 14px; padding: 58px 22px; border-radius: 26px; }
  .section-pad { padding-inline: 20px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 290px; }
  .tea-time { padding-inline: 20px; }
  .tea-orbit { width: 280px; }
  .about-panel { padding: 24px; border-radius: 26px; }
  .booking-box { padding: 58px 22px; border-radius: 26px; }
}
