:root {
  --rose: #ff4f9a;
  --rose-deep: #b5175a;
  --rose-soft: #ffe3ef;
  --ink: #25121b;
  --muted: #755766;
  --jade: #1e7767;
  --gold: #bd7a32;
  --paper: #fff8fb;
  --line: rgba(181, 23, 90, .18);
  --shadow: 0 24px 70px rgba(105, 20, 58, .16);
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 79, 154, .18), transparent 26rem),
    linear-gradient(180deg, #fff7fb 0%, #fff 42%, #fff8fb 100%);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 248, 251, .88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.brand { display: flex; align-items: center; gap: 12px; min-width: 220px; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--rose), var(--gold));
  color: white;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(181,23,90,.25);
}
.brand strong { display: block; font-family: Georgia, serif; font-size: 20px; }
.brand small { display: block; color: var(--muted); font-size: 12px; }
.nav-menu { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.nav-menu a {
  padding: 10px 13px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #5e3045;
  font-weight: 700;
  font-size: 14px;
}
.nav-menu a:hover { border-color: var(--line); background: white; }
.nav-toggle { display: none; }
.hero, .page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, .98fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(36px, 6vw, 78px) clamp(18px, 5vw, 72px);
}
.hero h1, .page-hero h1, .text-page h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 6vw, 82px);
  line-height: .98;
  max-width: 860px;
}
.hero p, .page-hero p { color: var(--muted); font-size: clamp(17px, 2vw, 21px); line-height: 1.65; max-width: 720px; }
.eyebrow {
  margin: 0 0 14px;
  color: var(--rose-deep);
  text-transform: uppercase;
  font-weight: 850;
  font-size: 12px;
  letter-spacing: 0;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button, .newsletter button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-weight: 850;
}
.button.primary, .newsletter button { color: white; background: linear-gradient(135deg, var(--rose), var(--rose-deep)); box-shadow: 0 18px 40px rgba(181,23,90,.23); }
.button.secondary { background: white; color: var(--rose-deep); }
.hero-media { position: relative; }
.hero-media img, .page-hero img, .article-hero img, .section-tile img, .article-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.floating-note {
  position: absolute;
  left: 22px;
  bottom: 22px;
  width: min(260px, calc(100% - 44px));
  padding: 16px;
  border-radius: 8px;
  background: rgba(255,255,255,.88);
  border: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.floating-note strong, .floating-note span { display: block; }
.floating-note span { color: var(--muted); margin-top: 4px; }
.trust-strip {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 18px 34px;
}
.trust-strip span {
  padding: 9px 14px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #67334a;
  font-weight: 800;
}
.section-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 34px clamp(18px, 5vw, 72px);
}
.section-tile, .article-card {
  background: rgba(255,255,255,.82);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  box-shadow: 0 16px 42px rgba(105, 20, 58, .08);
}
.section-tile h2, .article-card h3 { margin: 14px 0 8px; font-family: Georgia, serif; }
.section-tile p, .article-card p { color: var(--muted); line-height: 1.55; }
.ritual-band, .newsletter {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
  margin: 34px clamp(18px, 5vw, 72px);
  padding: clamp(24px, 4vw, 42px);
  border-radius: 8px;
  background: linear-gradient(135deg, #ffe0ee, #fff8fb 52%, #f0fff8);
  border: 1px solid var(--line);
}
.ritual-band h2, .newsletter h2, .section-heading h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(30px, 4vw, 52px); }
.ritual-band p, .newsletter p { color: var(--muted); line-height: 1.65; font-size: 18px; }
.article-grid-wrap { padding: 42px clamp(18px, 5vw, 72px); }
.section-heading { margin-bottom: 18px; }
.article-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.article-card span {
  display: inline-block;
  margin-top: 14px;
  color: var(--jade);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 850;
}
.newsletter form { display: flex; gap: 10px; justify-content: flex-end; }
.newsletter input {
  min-height: 48px;
  flex: 1;
  min-width: 220px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  color: var(--ink);
}
.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 34px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}
.footer-links { display: flex; flex-wrap: wrap; gap: 12px; align-content: flex-start; }
.footer-links a { color: var(--rose-deep); font-weight: 800; }
.page-hero.compact h1 { font-size: clamp(42px, 5vw, 68px); }
.breadcrumbs { display: flex; gap: 10px; color: var(--muted); margin-bottom: 22px; font-size: 14px; }
.breadcrumbs a { color: var(--rose-deep); font-weight: 800; }
.article-shell { padding: 28px clamp(18px, 5vw, 72px) 60px; }
.article-hero {
  max-width: 960px;
  margin: 0 auto;
  display: block;
  padding-bottom: 10px;
}
.article-hero h1 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.04;
}
.article-hero img {
  aspect-ratio: 16 / 10;
  max-height: 420px;
}
.lede { font-size: 20px; color: var(--muted); line-height: 1.58; }
.meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.meta span {
  padding: 8px 11px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: white;
  color: #67334a;
  font-weight: 750;
  font-size: 13px;
}
.article-jump { margin-top: 22px; }
.article-hero .lede,
.article-hero .article-jump,
.article-shell > .quick-answer,
.article-shell > .article-content:not(.hero-inline-content) {
  display: none;
}
.quick-answer, .article-content, .text-page {
  max-width: 880px;
  margin: 20px auto 0;
  background: rgba(255,255,255,.78);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(22px, 4vw, 42px);
}
.hero-inline-content {
  max-width: none;
  margin: 22px 0 0;
  padding: clamp(18px, 2.8vw, 28px);
}
.hero-inline-content h2 {
  font-size: clamp(24px, 2.3vw, 34px);
}
.hero-inline-content p,
.hero-inline-content li {
  font-size: 17px;
  line-height: 1.72;
}
.quick-answer h2, .article-content h2 { margin-top: 0; font-family: Georgia, serif; font-size: 30px; }
.article-content h2 { margin-top: 36px; }
.article-content p, .quick-answer p, .text-page p, .article-content li {
  color: #4f3541;
  line-height: 1.78;
  font-size: 18px;
}
.ritual-list { padding-left: 22px; }
details {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 16px;
  margin: 10px 0;
  background: var(--paper);
}
summary { cursor: pointer; font-weight: 850; color: var(--rose-deep); }
.source-note {
  margin-top: 34px;
  padding: 18px;
  border-left: 4px solid var(--jade);
  background: #f2fff9;
  color: #315247;
  line-height: 1.65;
}
.text-page { margin-bottom: 60px; }
.sitemap-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 20px; }
.sitemap-list a { padding: 10px 12px; border: 1px solid var(--line); border-radius: 8px; background: white; color: var(--rose-deep); font-weight: 750; }
@media (max-width: 980px) {
  .hero, .page-hero, .article-hero, .ritual-band, .newsletter { grid-template-columns: 1fr; }
  .section-grid, .article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .newsletter form { justify-content: stretch; }
}
@media (max-width: 720px) {
  .site-header { align-items: flex-start; }
  .nav-toggle { display: inline-flex; padding: 9px 12px; border: 1px solid var(--line); background: white; border-radius: 999px; color: var(--rose-deep); font-weight: 850; }
  .nav-menu { display: none; width: 100%; }
  .nav-menu.open { display: flex; flex-direction: column; align-items: stretch; margin-top: 12px; }
  .site-header { flex-wrap: wrap; }
  .brand { min-width: 0; }
  .section-grid, .article-grid, .sitemap-list { grid-template-columns: 1fr; }
  .newsletter form { flex-direction: column; }
  .site-footer { flex-direction: column; }
}