* { box-sizing: border-box; }
:root {
  --ink: #2b2231;
  --muted: rgba(43, 34, 49, .70);
  --plum: #55336e;
  --purple: #6b3e8b;
  --violet: #a477d1;
  --lilac: #efe5fb;
  --mist: #faf7ff;
  --white: rgba(255,255,255,.82);
  --line: rgba(85,51,110,.16);
  --shadow: 0 24px 60px rgba(68, 40, 88, .10);
}
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 10%, rgba(183,126,235,.18), transparent 27rem),
    radial-gradient(circle at 84% 14%, rgba(111,205,255,.14), transparent 25rem),
    radial-gradient(circle at 72% 78%, rgba(231,151,247,.17), transparent 29rem),
    linear-gradient(#fcf9ff 0%, #f7f2ff 48%, #faf7ff 100%);
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  overflow-x: hidden;
}
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; background: linear-gradient(120deg, transparent 8%, rgba(255,255,255,.34) 46%, transparent 72%); mix-blend-mode: screen; }
a { color: inherit; text-decoration: none; }
p { line-height: 1.72; }
.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 100; padding: .7rem 1rem; background: #fff; border: 2px solid var(--purple); border-radius: 999px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: relative; z-index: 20; display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; padding: 1.25rem clamp(1.25rem,4vw,4rem); border-bottom: 1px solid rgba(85,51,110,.08); background: rgba(252,249,255,.72); backdrop-filter: blur(14px); }
.brand-mini { font-weight: 800; color: var(--plum); letter-spacing: .09em; text-transform: uppercase; font-size: .84rem; }
.site-header nav { display: flex; align-items: center; gap: clamp(.85rem,2vw,1.65rem); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.site-header nav a { opacity: .72; padding: .35rem 0; border-bottom: 1px solid transparent; }
.site-header nav a:hover, .site-header nav a:focus, .site-header nav .current { opacity: 1; border-color: rgba(85,51,110,.42); }
.site-header .nav-shop { opacity: 1; color: white; background: var(--plum); border: 0; border-radius: 999px; padding: .65rem 1rem; }
.menu-button { display: none; color: var(--plum); background: transparent; border: 1px solid var(--line); border-radius: 999px; padding: .55rem .85rem; font: inherit; }
.aurora { position: fixed; border-radius: 999px; filter: blur(45px); pointer-events: none; z-index: 0; opacity: .76; }
.a1 { width: 26rem; height: 16rem; top: 6rem; left: -5rem; background: linear-gradient(135deg,rgba(139,82,196,.48),rgba(120,218,255,.19),transparent); transform: rotate(-12deg); }
.a2 { width: 29rem; height: 17rem; top: 11rem; right: -6rem; background: linear-gradient(135deg,rgba(246,143,246,.37),rgba(133,102,224,.31),transparent); transform: rotate(15deg); }
.a3 { width: 24rem; height: 15rem; bottom: 12rem; left: 34%; background: linear-gradient(135deg,rgba(166,223,255,.28),rgba(182,114,228,.31),transparent); }
.ambient { position: fixed; z-index: 0; pointer-events: none; user-select: none; font-weight: 800; line-height: 1; color: rgba(255,255,255,.15); text-shadow: 0 0 14px rgba(173,106,230,.46),0 0 24px rgba(111,190,255,.25); filter: blur(1.5px); }
.n1 { top: 12%; left: 1%; font-size: clamp(4.5rem,9vw,9rem); transform: rotate(-11deg); }
.n2 { top: 20%; right: 2%; font-size: clamp(4rem,8vw,8rem); transform: rotate(8deg); }
main, .site-footer { position: relative; z-index: 2; }
.hero { min-height: 84vh; display: grid; place-items: center; padding: 6rem 1.5rem 5rem; }
.hero-inner { width: min(980px,94vw); text-align: center; }
.hero-logo { display: block; width: min(880px,96%); height: auto; margin: 0 auto .8rem; filter: drop-shadow(0 18px 36px rgba(89,55,116,.12)); }
.mantra { margin: 1rem 0; font-size: clamp(.88rem,1.5vw,1rem); text-transform: uppercase; letter-spacing: .31em; color: var(--plum); }
.intro { width: min(740px,92%); margin: 0 auto; font-size: clamp(1.1rem,2vw,1.45rem); color: rgba(43,34,49,.78); }
.hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.button { display: inline-block; padding: .9rem 1.3rem; border-radius: 999px; font-size: .82rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: #fff; background: linear-gradient(135deg,var(--plum),#8250a4); box-shadow: 0 14px 30px rgba(85,51,110,.20); }
.button.quiet { color: var(--plum); background: rgba(255,255,255,.64); border: 1px solid rgba(85,51,110,.28); }
.section { width: min(1120px,calc(100% - 2.5rem)); margin: 0 auto; padding: 5rem 0; }
.section-heading { max-width: 760px; margin-bottom: 3rem; }
.section-heading.centered { text-align: center; margin-left: auto; margin-right: auto; }
.eyebrow, .card-kicker { margin: 0 0 .75rem; text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; font-weight: 800; color: var(--purple); }
h1, h2, h3 { color: #413050; }
.section-heading h1, .section-heading h2 { margin: 0; font-size: clamp(2rem,4.6vw,3.7rem); font-weight: 500; line-height: 1.08; letter-spacing: -.025em; }
.section-heading > p:last-child { max-width: 680px; margin: 1.2rem auto 0; color: var(--muted); font-size: 1.06rem; }
.featured-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.25rem; }
.feature-card { display: grid; grid-template-columns: 84px 1fr; gap: 1.25rem; padding: clamp(1.5rem,3vw,2.2rem); background: var(--white); border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.feature-wide { grid-column: 1/-1; }
.icon-disc { width: 74px; height: 74px; display: grid; place-items: center; border-radius: 50%; color: var(--plum); font: 500 2rem Georgia,serif; background: radial-gradient(circle at 30% 25%,#fff,rgba(188,143,229,.46)); border: 1px solid rgba(85,51,110,.13); box-shadow: inset 0 0 0 8px rgba(255,255,255,.42); }
.icon-disc.leaf { background: radial-gradient(circle at 30% 25%,#fff,rgba(146,205,174,.40)); }
.icon-disc.sun { background: radial-gradient(circle at 30% 25%,#fff,rgba(245,207,112,.42)); }
.feature-card h2 { margin: 0 0 .65rem; font-size: clamp(1.65rem,3vw,2.35rem); font-weight: 500; }
.feature-card p:not(.card-kicker) { margin: 0 0 1rem; color: var(--muted); }
.text-link { color: var(--plum); font-size: .9rem; border-bottom: 1px solid rgba(85,51,110,.28); padding-bottom: .15rem; }
.garden-callout, .truth-banner { position: relative; z-index: 2; width: min(1120px,calc(100% - 2.5rem)); margin: 2rem auto 5rem; display: grid; grid-template-columns: 1.15fr .85fr; gap: 2rem; align-items: center; padding: clamp(2rem,5vw,4rem); border-radius: 34px; background: linear-gradient(135deg,rgba(239,229,251,.92),rgba(255,255,255,.77)); border: 1px solid var(--line); box-shadow: var(--shadow); }
.garden-callout h2 { margin: 0; font-size: clamp(1.75rem,3.7vw,3rem); font-weight: 500; line-height: 1.16; }
.garden-callout > p { color: var(--muted); font-size: 1.04rem; }
.closing-note { width: min(820px,calc(100% - 2.5rem)); margin: 0 auto; padding: 2rem 0 6rem; text-align: center; font-size: clamp(1.1rem,2vw,1.3rem); color: var(--muted); }
.closing-note strong { display: block; color: var(--plum); font-weight: 600; }
.page-hero { width: min(1000px,calc(100% - 2.5rem)); margin: 0 auto; padding: clamp(6rem,11vw,9rem) 0 clamp(4rem,8vw,6rem); text-align: center; }
.page-hero h1 { margin: 0; font-size: clamp(3rem,8vw,6.6rem); font-weight: 500; line-height: .98; letter-spacing: -.045em; }
.page-hero .lead { width: min(720px,95%); margin: 1.5rem auto 2rem; color: var(--muted); font-size: clamp(1.05rem,2vw,1.28rem); }
.garden-hero h1 { font-style: italic; }
.truth-banner { display: flex; flex-direction: column; gap: .45rem; text-align: center; margin-top: -1rem; }
.truth-banner strong { color: var(--plum); font-size: clamp(1.15rem,2.5vw,1.6rem); }
.truth-banner span { color: var(--muted); }
.two-column { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem,7vw,6rem); align-items: start; }
.two-column h2 { margin: 0; font-size: clamp(2rem,4vw,3.25rem); font-weight: 500; line-height: 1.08; }
.prose { font-size: 1.08rem; color: var(--muted); }
.prose p:first-child { margin-top: 0; }
.step-grid, .placeholder-shelf, .story-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.2rem; }
.step-grid article, .placeholder-shelf article, .story-card { padding: 2rem; border-radius: 25px; background: rgba(255,255,255,.70); border: 1px solid var(--line); box-shadow: 0 18px 42px rgba(68,40,88,.07); }
.step-grid span { display: block; margin-bottom: 1rem; color: var(--violet); font-size: 1.4rem; font-weight: 800; }
.step-grid h3, .placeholder-shelf h3, .story-card h3 { margin: 0 0 .7rem; font-size: 1.4rem; font-weight: 600; }
.step-grid p, .placeholder-shelf p, .story-card p { margin: 0; color: var(--muted); }
.placeholder-shelf { width: min(1120px,calc(100% - 2.5rem)); margin: 0 auto 6rem; }
.placeholder-shelf article > span, .story-tag, .coming { display: inline-block; margin-bottom: 1rem; color: var(--purple); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.story-grid { margin-top: 2rem; }
.story-card .coming { margin: 1.5rem 0 0; color: rgba(85,51,110,.58); }
.soft-panel { position: relative; z-index: 2; width: min(900px,calc(100% - 2.5rem)); margin: 1rem auto 6rem; padding: clamp(2rem,6vw,4rem); border-radius: 34px; background: linear-gradient(135deg,rgba(255,255,255,.80),rgba(239,229,251,.85)); border: 1px solid var(--line); box-shadow: var(--shadow); }
.soft-panel.centered { text-align: center; }
.soft-panel h2 { margin: 0; font-size: clamp(1.8rem,4vw,3rem); font-weight: 500; }
.soft-panel p:not(.eyebrow) { color: var(--muted); font-size: 1.06rem; }
.site-footer { width: min(1120px,calc(100% - 2.5rem)); margin: 0 auto; padding: 2.25rem 0 3.5rem; display: flex; justify-content: space-between; align-items: center; gap: 2rem; border-top: 1px solid var(--line); font-size: .75rem; color: rgba(43,34,49,.57); }
.site-footer img { width: 170px; height: auto; }
@media (max-width: 820px) {
  .menu-button { display: block; }
  .site-header { flex-wrap: wrap; }
  .site-header nav { display: none; width: 100%; flex-direction: column; align-items: flex-start; padding: 1rem 0 .25rem; }
  .site-header nav.open { display: flex; }
  .site-header .nav-shop { margin-top: .35rem; }
  .hero { min-height: 76vh; padding-top: 4rem; }
  .featured-grid, .two-column, .garden-callout, .step-grid, .placeholder-shelf, .story-grid { grid-template-columns: 1fr; }
  .feature-wide { grid-column: auto; }
  .garden-callout { gap: .5rem; }
}
@media (max-width: 560px) {
  .feature-card { grid-template-columns: 1fr; }
  .icon-disc { width: 62px; height: 62px; }
  .site-footer { align-items: flex-start; flex-direction: column; }
  .site-footer img { width: 145px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
