:root {
  --purple: #43103f;
  --cream: #fff8e8;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--purple);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
button, textarea { font: inherit; }
a { color: inherit; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: .75rem; left: .75rem; transform: translateY(-160%); padding: .7rem 1rem; background: var(--cream); color: var(--purple); border: 1px solid var(--purple); border-radius: 999px; }
.skip-link:focus { transform: none; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  height: 64px;
  padding: 0 clamp(1.2rem, 4vw, 4rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255,248,232,.94);
  border-bottom: 1px solid rgba(67,16,63,.14);
  backdrop-filter: blur(18px);
}
.wordmark { display: inline-flex; align-items: center; gap: .45rem; text-decoration: none; font-weight: 750; font-size: .85rem; letter-spacing: .16em; }
.wordmark span { font-size: 1.25rem; }
#site-nav { display: flex; align-items: center; gap: clamp(1.1rem, 2.5vw, 2.3rem); }
#site-nav a { text-decoration: none; font-size: .82rem; font-weight: 600; opacity: .74; }
#site-nav a:hover, #site-nav a:focus-visible { opacity: 1; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 9px; border: 0; background: transparent; color: var(--purple); }
.menu-toggle span:not(.sr-only) { display: block; height: 1px; margin: 6px 0; background: currentColor; }

.hero {
  min-height: 100svh;
  padding: 120px max(6vw, calc((100vw - var(--max))/2)) 72px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, .8fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 8rem);
  overflow: hidden;
}
.hero-copy { max-width: 780px; }
.eyebrow { margin: 0 0 1.3rem; font-size: .76rem; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; font-size: clamp(4rem, 8vw, 8rem); line-height: .86; letter-spacing: -.07em; font-weight: 760; }
h1 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-promise { max-width: 700px; margin: 2rem 0 0; padding-top: 1.1rem; border-top: 1px solid rgba(67,16,63,.35); font-size: clamp(1.25rem, 2.2vw, 1.75rem); line-height: 1.35; font-weight: 680; letter-spacing: -.025em; }
.lede { max-width: 650px; margin: 1.35rem 0 0; font-size: clamp(1rem, 1.5vw, 1.22rem); line-height: 1.6; opacity: .82; }
.actions { margin-top: 2.1rem; display: flex; align-items: center; gap: .7rem 1.25rem; flex-wrap: wrap; }
.button { min-height: 50px; padding: .85rem 1.25rem; display: inline-flex; justify-content: center; align-items: center; border: 1px solid var(--purple); border-radius: 999px; text-decoration: none; font-weight: 700; cursor: pointer; transition: transform .2s ease, opacity .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-solid { background: var(--purple); color: var(--cream); }
.button-text { border-color: transparent; background: transparent; }
.button-cream { background: var(--cream); color: var(--purple); border-color: var(--cream); }
.button-text-light { color: var(--cream); border-color: transparent; background: transparent; }
.hero-mark, .founder-mark {
  width: min(38vw, 500px);
  aspect-ratio: 2 / 1;
  justify-self: center;
  background: var(--purple);
  -webkit-mask: url("assets/skeenqueens-trinkets.png") center / contain no-repeat;
  mask: url("assets/skeenqueens-trinkets.png") center / contain no-repeat;
}

.arrival { padding-top: clamp(5rem, 9vw, 9rem); border-top: 1px solid rgba(67,16,63,.16); }
.arrival-story { display: grid; grid-template-columns: minmax(260px, .82fr) 1fr; gap: clamp(2rem, 8vw, 8rem); align-items: start; }
.arrival-story > .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.arrival-story h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.2rem, 6.3vw, 6.4rem); font-weight: 400; line-height: .94; letter-spacing: -.055em; }
.arrival-copy { max-width: 690px; padding-top: .35rem; }
.arrival-copy p { margin: 0 0 1.25rem; font-size: clamp(1.05rem, 1.6vw, 1.28rem); line-height: 1.65; }
.arrival-copy p:first-child { font-weight: 680; }
.arrival-ritual { margin-top: clamp(4rem, 9vw, 9rem); padding: clamp(1.6rem, 4vw, 3.3rem); border: 1px solid var(--purple); border-radius: 30px; }
.arrival-ritual h3 { max-width: 820px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem, 5.2vw, 5.4rem); font-weight: 400; line-height: .98; letter-spacing: -.05em; }
.arrival-choices { margin-top: 2.3rem; display: flex; flex-wrap: wrap; gap: .65rem; }
.arrival-choices button { min-height: 46px; padding: .72rem 1rem; border: 1px solid rgba(67,16,63,.34); border-radius: 999px; background: transparent; color: var(--purple); font-weight: 650; cursor: pointer; transition: background .2s ease, color .2s ease, transform .2s ease; }
.arrival-choices button:hover { transform: translateY(-2px); }
.arrival-choices button.active { border-color: var(--purple); background: var(--purple); color: var(--cream); }
.arrival-choices button:focus-visible { outline: 3px solid rgba(67,16,63,.32); outline-offset: 3px; }
.arrival-response { min-height: 4.8rem; max-width: 760px; margin-top: 1.6rem; padding-top: 1.25rem; border-top: 1px solid rgba(67,16,63,.22); }
.arrival-response p { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.05rem, 1.7vw, 1.3rem); font-style: italic; }
.arrival-next { margin-top: 1.5rem; }
.concern-choices { margin-top: 1.25rem; display: flex; flex-wrap: wrap; gap: .55rem; }
.concern-choices button { padding: .62rem .85rem; border: 1px solid var(--purple); border-radius: 999px; background: var(--cream); color: var(--purple); font-weight: 700; cursor: pointer; }
.concern-choices button:hover, .concern-choices button:focus-visible { background: var(--purple); color: var(--cream); }

.purple { background: var(--purple); color: var(--cream); }
.statement, .method, .closing { padding: clamp(7rem, 13vw, 13rem) clamp(1.3rem, 6vw, 6rem); text-align: center; }
.narrow { max-width: 970px; margin: 0 auto; }
.statement h2, .closing h2 { margin: 0; font-size: clamp(2.8rem, 6vw, 6rem); line-height: 1; letter-spacing: -.055em; }
.statement .narrow > p:last-child, .closing .narrow > p:nth-last-child(2) { max-width: 690px; margin: 2rem auto 0; font-size: clamp(1.05rem, 1.8vw, 1.35rem); opacity: .78; }

.section { padding: clamp(6rem, 11vw, 11rem) max(5vw, calc((100vw - var(--max))/2)); }
.section-heading { max-width: 800px; margin-bottom: clamp(3rem, 6vw, 6rem); }
.section-heading h2, .practice h2, .founder h2, .feature h2 { margin: 0; font-size: clamp(3.2rem, 6.5vw, 6.6rem); line-height: .94; letter-spacing: -.06em; }
.section-heading > p:last-child { max-width: 620px; margin: 1.5rem 0 0; font-size: 1.15rem; }

.compass { position: relative; isolation: isolate; overflow: hidden; transition: background-color .45s ease; }
.compass::before { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: .17; transition: opacity .45s ease, background .45s ease; }
.compass[data-current-sector="hair"]::before { background: repeating-linear-gradient(126deg, transparent 0 58px, rgba(67,16,63,.18) 59px 60px, transparent 61px 112px); }
.compass[data-current-sector="brows"]::before { background: radial-gradient(ellipse at 78% 38%, transparent 0 14%, rgba(67,16,63,.18) 14.5% 15%, transparent 15.5% 28%, rgba(67,16,63,.12) 28.5% 29%, transparent 29.5%); }
.compass[data-current-sector="face"]::before { background: radial-gradient(circle at 80% 42%, rgba(67,16,63,.18), transparent 18%), radial-gradient(circle at 72% 54%, rgba(67,16,63,.1), transparent 32%); }
.compass[data-current-sector="body"]::before { background: linear-gradient(110deg, transparent 0 58%, rgba(67,16,63,.12) 58.2% 67%, transparent 67.2%), linear-gradient(70deg, transparent 0 68%, rgba(67,16,63,.09) 68.2% 75%, transparent 75.2%); }
.compass[data-current-sector="signals"]::before { background: repeating-radial-gradient(circle at 82% 46%, transparent 0 34px, rgba(67,16,63,.13) 35px 36px, transparent 37px 68px); }
.compass[data-current-sector="mind"]::before { background: radial-gradient(circle at 78% 48%, transparent 0 11%, rgba(67,16,63,.16) 11.3% 11.8%, transparent 12.1% 23%, rgba(67,16,63,.1) 23.3% 23.8%, transparent 24.1%); }
.sector-tabs { display: flex; gap: .65rem; flex-wrap: wrap; margin-bottom: 1.2rem; }
.sector-tab { padding: .72rem 1rem; border: 1px solid rgba(67,16,63,.3); border-radius: 999px; background: transparent; color: var(--purple); cursor: pointer; font-size: .9rem; font-weight: 650; }
.sector-tab.active { background: var(--purple); color: var(--cream); border-color: var(--purple); }
.sector-tab:focus-visible, .lesson-row:focus-visible, .button:focus-visible, textarea:focus-visible { outline: 3px solid rgba(67,16,63,.35); outline-offset: 3px; }
.sector-panels { border-top: 1px solid var(--purple); border-bottom: 1px solid var(--purple); }
.sector-panel { min-height: 460px; padding: clamp(2.5rem, 7vw, 6rem) 0; display: grid; grid-template-columns: 90px 1fr minmax(230px, .52fr); align-items: start; gap: clamp(1.5rem, 4vw, 5rem); }
.sector-panel .number { margin: .5rem 0 0; font-size: .78rem; font-weight: 750; letter-spacing: .15em; }
.sector-panel h3 { margin: 0; font-size: clamp(3.4rem, 7vw, 7.5rem); line-height: .88; letter-spacing: -.065em; }
.sector-lede { margin: .45rem 0 0; font-size: clamp(1.1rem, 1.8vw, 1.35rem); }
.sector-panel ul { grid-column: 2 / -1; margin: 2rem 0 0; padding: 1.5rem 0 0; border-top: 1px solid rgba(67,16,63,.24); display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; list-style: none; font-weight: 700; }
.sector-next { grid-column: 2 / -1; width: fit-content; margin: 1.2rem 0 0; padding-bottom: .25rem; border-bottom: 1px solid currentColor; color: inherit; font-family: Georgia, serif; font-size: 1.05rem; font-style: italic; text-decoration: none; }
.sector-panel:not([hidden]) { animation: sector-arrive .4s ease both; }
@keyframes sector-arrive { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

.method { text-align: left; }
.method .wide { max-width: var(--max); margin: 0 auto; }
.method h2 { margin: 0; font-size: clamp(5rem, 12vw, 12rem); line-height: .75; letter-spacing: -.075em; }
.method .wide > p:last-child { max-width: 600px; margin: 4rem 0 0 auto; font-size: clamp(1.2rem, 2.2vw, 1.8rem); }

.library { position: relative; overflow: hidden; }
.library::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .2; background: repeating-linear-gradient(118deg, transparent 0 76px, rgba(67,16,63,.08) 77px 78px, transparent 79px 154px); }
.forest-explorer { margin: 0 0 clamp(4rem, 8vw, 8rem); border: 1px solid var(--purple); border-radius: 32px; overflow: hidden; background: var(--cream); box-shadow: 0 28px 80px rgba(67,16,63,.1); }
.forest-heading { padding: clamp(1.7rem, 4vw, 3.5rem); border-bottom: 1px solid rgba(67,16,63,.24); }
.forest-heading h3 { max-width: 800px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 400; line-height: .98; letter-spacing: -.05em; }
.forest-heading > p:last-child { max-width: 620px; margin: 1rem 0 0; }
.forest-map { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--purple); }
.forest-tab { min-height: 150px; padding: 1.25rem; border: 0; border-right: 1px solid rgba(67,16,63,.24); background: transparent; color: var(--purple); text-align: left; cursor: pointer; transition: background .2s ease, color .2s ease; }
.forest-tab:last-child { border-right: 0; }
.forest-tab span, .forest-tab strong, .forest-tab small { display: block; }
.forest-tab span { margin-bottom: 1.3rem; font-size: .68rem; font-weight: 750; letter-spacing: .15em; }
.forest-tab strong { font-family: Georgia, serif; font-size: 1.35rem; font-weight: 400; }
.forest-tab small { margin-top: .25rem; font-size: .72rem; font-weight: 650; opacity: .72; }
.forest-tab:hover, .forest-tab.active { background: var(--purple); color: var(--cream); }
.forest-tab:focus-visible { position: relative; z-index: 1; outline: 3px solid var(--cream); outline-offset: -6px; }
.forest-panels { min-height: 260px; }
.forest-panel { min-height: 260px; padding: clamp(2rem, 5vw, 4rem); display: grid; grid-template-columns: minmax(80px, .25fr) 1fr; align-items: center; gap: clamp(1rem, 4vw, 4rem); animation: sector-arrive .4s ease both; }
.forest-symbol { margin: 0; font-family: Georgia, serif; font-size: clamp(5rem, 12vw, 10rem); line-height: .65; text-align: center; opacity: .2; }
.forest-panel h4 { margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.6rem); font-weight: 400; line-height: 1; letter-spacing: -.045em; }
.forest-panel div > p { max-width: 680px; margin: 1rem 0; font-size: 1.05rem; }
.forest-panel a { display: inline-block; padding-bottom: .2rem; border-bottom: 1px solid currentColor; font-weight: 700; text-decoration: none; }

.path-intro { margin-bottom: clamp(4rem, 8vw, 8rem); padding: 1.25rem 0; display: flex; justify-content: space-between; align-items: center; gap: 1rem; border-top: 1px solid var(--purple); border-bottom: 1px solid var(--purple); }
.path-intro p { max-width: 660px; margin: 0; font-size: 1.05rem; }
.path-intro span { flex: 0 0 auto; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.path-phase { display: grid; grid-template-columns: minmax(210px, .42fr) 1fr; gap: clamp(2rem, 6vw, 6rem); padding: clamp(3.5rem, 7vw, 7rem) 0; border-top: 1px solid rgba(67,16,63,.22); }
.phase-heading { position: sticky; top: 100px; align-self: start; }
.phase-heading > span { display: block; margin-bottom: .9rem; font-size: .72rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.phase-heading h3 { margin: 0; font-size: clamp(2.3rem, 4vw, 4.2rem); line-height: .95; letter-spacing: -.055em; }
.phase-heading p { max-width: 330px; margin: 1.2rem 0 0; }
.path-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--purple); border: 1px solid var(--purple); }
.path-grid-four { grid-template-columns: repeat(2, 1fr); }
.path-card { min-height: 320px; padding: 1.4rem; display: grid; grid-template-columns: 1fr auto; align-content: space-between; gap: 1rem; border: 0; background: var(--cream); color: var(--purple); text-align: left; text-decoration: none; cursor: pointer; transition: background .2s ease, color .2s ease; }
.path-card:hover, .path-card:focus-visible { background: var(--purple); color: var(--cream); }
.path-card.explored .path-number::after { content: " · explored"; letter-spacing: .08em; }
.path-number { font-size: .73rem; font-weight: 750; letter-spacing: .15em; }
.path-copy { grid-column: 1 / -1; align-self: end; }
.path-copy small, .path-copy strong, .path-copy em { display: block; }
.path-copy small { margin-bottom: .65rem; font-size: .68rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.path-copy strong { font-size: clamp(1.4rem, 2.2vw, 2.25rem); line-height: 1.04; letter-spacing: -.04em; }
.path-copy em { margin-top: .9rem; font-family: Georgia, serif; font-size: .95rem; }
.path-card b { grid-column: 2; grid-row: 1; font-size: 1.2rem; transition: transform .2s ease; }
.path-card:hover b { transform: translate(4px, -4px); }
.coming { max-width: 660px; margin: 3rem 0 0 auto; font-size: .95rem; }
.library-door { margin-top: 2rem; padding: 1.35rem 0; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(67,16,63,.22); }
.library-door p { max-width: 520px; margin: 0; }

.feature { min-height: 780px; padding: clamp(6rem, 10vw, 10rem) max(6vw, calc((100vw - var(--max))/2)); display: grid; grid-template-columns: 1fr .55fr; align-items: center; gap: 3rem; overflow: hidden; }
.feature-copy { max-width: 760px; }
.feature-lede { max-width: 650px; font-size: clamp(1.15rem, 2vw, 1.5rem); opacity: .82; }
.feature-mark { justify-self: center; font-family: Georgia, serif; font-size: clamp(15rem, 34vw, 33rem); line-height: .65; opacity: .12; }
.small-note { font-size: .85rem; opacity: .65; }

.practice { display: grid; grid-template-columns: 1fr minmax(320px, .7fr); gap: clamp(3rem, 8vw, 9rem); align-items: center; }
.practice-copy > p:last-child { max-width: 520px; font-size: 1.15rem; }
.promise-card { padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid var(--purple); border-radius: 26px; }
.card-label { margin: 0 0 2.2rem; font-size: .72rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.promise-card label { display: block; margin-bottom: .8rem; font-size: 1.35rem; font-weight: 700; }
textarea { width: 100%; min-height: 150px; padding: 1rem; resize: vertical; border: 1px solid rgba(67,16,63,.45); border-radius: 14px; background: transparent; color: var(--purple); }
textarea::placeholder { color: rgba(67,16,63,.52); }
.promise-card .button { width: 100%; margin-top: .9rem; }
.feedback { min-height: 1.4em; margin: .8rem 0 0; font-size: .8rem; opacity: .66; }

.founder { display: grid; grid-template-columns: .7fr 1.1fr; align-items: center; gap: clamp(3rem, 8vw, 9rem); border-top: 1px solid rgba(67,16,63,.15); }
.founder-mark { width: min(34vw, 430px); }
.founder-copy > p:nth-of-type(2) { max-width: 700px; margin-top: 2rem; font-size: 1.18rem; }
.pillars { margin-top: 2.3rem; display: flex; flex-wrap: wrap; gap: .6rem; }
.pillars span { padding: .65rem .9rem; border: 1px solid var(--purple); border-radius: 999px; font-size: .82rem; font-weight: 650; }
.centered { justify-content: center; }

.queens-letter {
  padding: clamp(6rem, 11vw, 11rem) max(5vw, calc((100vw - var(--max))/2));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .78fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 8rem);
  border-bottom: 1px solid rgba(255,248,232,.24);
}
.letter-intro h2 { margin: 0; font-size: clamp(3.2rem, 6.5vw, 6.6rem); line-height: .94; letter-spacing: -.06em; }
.letter-intro > p:last-child { max-width: 650px; margin: 1.7rem 0 0; font-size: clamp(1.05rem, 1.7vw, 1.3rem); line-height: 1.6; opacity: .82; }
.letter-form { padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid rgba(255,248,232,.55); border-radius: 26px; background: var(--cream); color: var(--purple); }
.letter-mark { margin: 0 0 1.2rem; font-family: Georgia, serif; font-size: 2.4rem; line-height: 1; text-align: center; }
.consent-note { max-width: 470px; margin: 1rem auto 0; font-size: .78rem; line-height: 1.5; text-align: center; opacity: .67; }

footer { padding: 4rem clamp(1.3rem, 6vw, 6rem); text-align: center; }
.footer-mark { margin-bottom: 1rem; }
footer p { margin: .55rem auto; font-size: .82rem; }
.disclaimer { max-width: 700px; opacity: .68; }

.lightbox { width: min(92vw, 760px); max-height: 92vh; padding: 0; border: 1px solid var(--cream); border-radius: 20px; background: var(--purple); color: var(--cream); box-shadow: 0 30px 90px rgba(67,16,63,.45); }
.lightbox::backdrop { background: rgba(67,16,63,.82); backdrop-filter: blur(10px); }
.dialog-heading { min-height: 66px; padding: 1rem 4rem 1rem 1.4rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.lightbox h2 { margin: 0; font-size: 1.05rem; }
.dialog-heading p { margin: 0; flex: 0 0 auto; font-size: .72rem; font-weight: 700; letter-spacing: .08em; }
.lightbox img { width: 100%; max-height: calc(92vh - 128px); object-fit: contain; background: var(--cream); }
.dialog-close { position: absolute; top: .65rem; right: .8rem; width: 40px; height: 40px; border: 0; border-radius: 50%; background: var(--cream); color: var(--purple); font-size: 1.7rem; line-height: 1; cursor: pointer; }
.dialog-navigation { min-height: 60px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,248,232,.35); }
.dialog-navigation button { padding: .85rem 1.2rem; border: 0; background: transparent; color: var(--cream); cursor: pointer; font-weight: 700; }
.dialog-navigation button + button { border-left: 1px solid rgba(255,248,232,.35); }
.dialog-navigation button:disabled { opacity: .35; cursor: default; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 850px) {
  .site-header { height: 58px; }
  .menu-toggle { display: block; }
  #site-nav { position: fixed; inset: 58px 0 auto; padding: 1.5rem; display: none; flex-direction: column; align-items: flex-start; background: var(--cream); border-bottom: 1px solid var(--purple); }
  #site-nav.open { display: flex; }
  #site-nav a { font-size: 1.05rem; }
  .hero { min-height: auto; padding-top: 120px; grid-template-columns: 1fr; }
  .hero-mark { width: min(78vw, 450px); }
  .arrival-story { grid-template-columns: 1fr; }
  .sector-panel { grid-template-columns: 54px 1fr; min-height: 420px; }
  .sector-lede { grid-column: 2; }
  .sector-panel ul, .sector-next { grid-column: 1 / -1; }
  .feature, .practice, .founder, .queens-letter { grid-template-columns: 1fr; }
  .path-phase { grid-template-columns: 1fr; }
  .phase-heading { position: static; }
  .feature { min-height: 680px; }
  .feature-mark { display: none; }
  .founder-mark { width: min(76vw, 420px); }
  .forest-map { grid-template-columns: repeat(2, 1fr); }
  .forest-tab:nth-child(2) { border-right: 0; }
  .forest-tab:nth-child(-n+2) { border-bottom: 1px solid rgba(67,16,63,.24); }
}

@media (max-width: 560px) {
  h1 { font-size: clamp(3.6rem, 18vw, 5rem); }
  .hero { padding-inline: 1.25rem; }
  .arrival-ritual { border-radius: 18px; }
  .arrival-choices { display: grid; grid-template-columns: 1fr; }
  .arrival-choices button { width: 100%; text-align: left; }
  .concern-choices { display: grid; grid-template-columns: 1fr 1fr; }
  .section, .statement, .method, .closing, .feature { padding-inline: 1.25rem; }
  .section-heading h2, .practice h2, .founder h2, .feature h2 { font-size: 3.3rem; }
  .statement h2, .closing h2 { font-size: 3rem; }
  .method h2 { font-size: 4.15rem; line-height: .82; }
  .sector-tabs { flex-wrap: nowrap; overflow-x: auto; padding-bottom: .5rem; scrollbar-width: thin; }
  .sector-tab { flex: 0 0 auto; }
  .sector-panel { padding-block: 2.5rem; grid-template-columns: 1fr; gap: 1rem; }
  .sector-panel .number, .sector-lede { grid-column: auto; }
  .sector-panel h3 { font-size: 3.8rem; }
  .sector-panel ul { grid-column: auto; grid-template-columns: 1fr; }
  .sector-next { grid-column: auto; }
  .path-intro { align-items: flex-start; flex-direction: column; }
  .library-door { align-items: flex-start; flex-direction: column; }
  .path-grid, .path-grid-four { grid-template-columns: 1fr; }
  .path-card { min-height: 250px; }
  .forest-explorer { border-radius: 18px; }
  .forest-map { grid-template-columns: 1fr 1fr; }
  .forest-tab { min-height: 132px; }
  .forest-panel { grid-template-columns: 1fr; }
  .forest-symbol { text-align: left; font-size: 5rem; }
  .actions .button { width: 100%; }
  .promise-card { border-radius: 18px; }
  .letter-form { border-radius: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
