:root {
  --ink: #080708;
  --ink-soft: #121013;
  --cream: #f0e9df;
  --paper: #ded2c4;
  --rose: #b66f70;
  --rose-light: #d9aaa5;
  --wine: #58323c;
  --gold: #b99a68;
  --line: rgba(240, 233, 223, 0.17);
  --dark-line: rgba(8, 7, 8, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--cream); font-family: "Manrope", sans-serif; font-weight: 300; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { max-width: 100%; }
::selection { background: var(--rose); color: var(--cream); }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 200; background: var(--cream); color: var(--ink); padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }
.grain { position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: .17; mix-blend-mode: soft-light; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.21'/%3E%3C/svg%3E"); }
.cursor-glow { width: 32rem; height: 32rem; border-radius: 50%; position: fixed; left: 0; top: 0; z-index: -1; pointer-events: none; background: radial-gradient(circle, rgba(182,111,112,.11), transparent 67%); transform: translate(-50%,-50%); transition: opacity .3s; }

.site-header { height: 82px; padding: 0 4.5vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); position: relative; z-index: 40; background: rgba(8,7,8,.7); backdrop-filter: blur(16px); }
.wordmark { font-size: 1.13rem; font-weight: 500; letter-spacing: .34em; }
.desktop-nav { display: flex; gap: 2.1rem; }
.desktop-nav a, .text-button { border: 0; background: none; cursor: pointer; text-transform: uppercase; font-size: .66rem; letter-spacing: .15em; opacity: .66; transition: opacity .25s; }
.desktop-nav a:hover, .text-button:hover { opacity: 1; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 1.5rem; }
.text-button { padding: .35rem 0; border-bottom: 1px solid currentColor; }
.menu-button { display: none; width: 34px; height: 34px; border: 0; background: transparent; padding: 0; cursor: pointer; }
.menu-button span { display: block; width: 100%; height: 1px; background: var(--cream); margin: 7px 0; transition: transform .25s; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 82px 0 0; z-index: 35; background: var(--ink); transform: translateY(-110%); transition: transform .45s cubic-bezier(.77,0,.18,1); padding: 4rem 6vw 2rem; display: flex; flex-direction: column; justify-content: space-between; }
.mobile-menu.open { transform: translateY(0); }
.mobile-menu nav { display: flex; flex-direction: column; align-items: flex-start; gap: 1.6rem; }
.mobile-menu nav a { font-family: "Cormorant Garamond"; font-size: 3.7rem; line-height: .95; }
.mobile-menu p { font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; opacity: .45; }

.section-shell { padding-left: 7vw; padding-right: 7vw; }
.eyebrow, .section-number { margin: 0; color: var(--gold); font-size: .62rem; letter-spacing: .22em; text-transform: uppercase; font-weight: 500; }
.section-number { color: inherit; opacity: .43; }
h1, h2, h3 { margin: 0; font-family: "Cormorant Garamond", serif; font-weight: 400; }
h1 em, h2 em { color: var(--rose-light); font-weight: 400; }
h1 { font-size: clamp(4.8rem, 7.9vw, 8.7rem); line-height: .78; letter-spacing: -.052em; }
h2 { font-size: clamp(3.7rem, 6.3vw, 7rem); line-height: .91; letter-spacing: -.047em; }

.hero { min-height: calc(100vh - 82px); display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 3vw; position: relative; padding-top: 4.5rem; padding-bottom: 5rem; overflow: hidden; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy .eyebrow { margin-bottom: 2rem; }
.hero-intro { max-width: 32rem; margin: 2.6rem 0 2.8rem; color: rgba(240,233,223,.66); line-height: 1.85; font-size: .92rem; }
.hero-actions { display: flex; align-items: center; gap: 2rem; }
.solid-button { padding: 1rem 1.35rem; border: 1px solid var(--cream); background: var(--cream); color: var(--ink); text-transform: uppercase; letter-spacing: .13em; font-size: .64rem; cursor: pointer; transition: background .25s, color .25s; }
.solid-button:hover { background: transparent; color: var(--cream); }
.arrow-link, .quiet-link { display: inline-flex; align-items: center; gap: .8rem; background: none; border: 0; padding: .35rem 0; cursor: pointer; font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; opacity: .68; }
.arrow-link span, .quiet-link span { font-size: 1rem; transition: transform .25s; }
.arrow-link:hover span, .quiet-link:hover span { transform: translate(.18rem,.18rem); }
.hero-stage { min-height: 650px; position: relative; isolation: isolate; }
.hero-stage::after { content: ""; position: absolute; inset: 10% 4% 4% 8%; background: radial-gradient(circle at 50% 44%, rgba(215,170,165,.12), transparent 54%); border: 1px solid rgba(240,233,223,.08); border-radius: 52% 48% 49% 51%; z-index: -3; }
.stage-ring { position: absolute; border: 1px solid rgba(240,233,223,.13); border-radius: 50%; }
.ring-one { width: 82%; aspect-ratio: 1; left: 9%; top: 5%; }
.ring-two { width: 54%; aspect-ratio: 1; left: 23%; top: 19%; }
.light-sweep { position: absolute; width: 42%; height: 82%; left: 29%; top: 6%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.10), transparent); transform: skewX(-13deg); filter: blur(8px); animation: breathe 5s ease-in-out infinite; }
.crystal { position: absolute; filter: drop-shadow(0 30px 30px rgba(0,0,0,.42)); transform-origin: 50% 100%; animation: float 6s ease-in-out infinite; }
.crystal i { position: absolute; inset: 0; background: linear-gradient(110deg, transparent 15%, rgba(255,255,255,.28) 38%, transparent 61%); clip-path: inherit; opacity: .58; }
.crystal-a { width: 132px; height: 410px; left: 39%; bottom: 17%; clip-path: polygon(50% 0, 87% 23%, 100% 78%, 66% 100%, 14% 89%, 0 29%); background: linear-gradient(105deg,#31262d,#b98281 42%,#67434b 69%,#d6a8a2); transform: rotate(-7deg); }
.crystal-b { width: 98px; height: 315px; left: 55%; bottom: 16%; clip-path: polygon(49% 0,89% 30%,100% 84%,63% 100%,15% 89%,0 31%); background: linear-gradient(105deg,#222026,#aaa0aa 44%,#514a54 73%,#ddd8dc); transform: rotate(10deg); animation-delay: -1.2s; }
.crystal-c { width: 78px; height: 230px; left: 27%; bottom: 16%; clip-path: polygon(51% 0,92% 35%,100% 84%,57% 100%,8% 84%,0 31%); background: linear-gradient(105deg,#665957,#cbb8b0 45%,#746462 72%,#dfd4cd); transform: rotate(-20deg); animation-delay: -2.6s; }
.crystal-d { width: 48px; height: 156px; left: 67%; bottom: 17%; clip-path: polygon(50% 0,89% 32%,100% 85%,55% 100%,9% 81%,0 31%); background: linear-gradient(105deg,#5a343f,#d99aa0 47%,#774550); transform: rotate(18deg); animation-delay: -3.3s; }
.stage-plinth { position: absolute; width: 63%; height: 22%; left: 18%; bottom: 4%; border-radius: 50%; background: radial-gradient(ellipse at 50% 30%, #5b4b4e, #201b1d 65%, #0d0b0c 76%); z-index: -1; }
.stage-orb { position: absolute; width: 72px; height: 72px; border-radius: 50%; right: 6%; top: 20%; background: radial-gradient(circle at 35% 30%, #f0c6b9, #9e5a5d 60%, #42212b); box-shadow: 0 0 60px rgba(182,111,112,.3); }
.stage-note { position: absolute; right: 0; bottom: 6%; margin: 0; font-size: .58rem; letter-spacing: .17em; line-height: 1.8; text-transform: uppercase; opacity: .5; }
.stage-note span { color: var(--gold); margin-right: .6rem; }
.hero-scroll { position: absolute; left: 7vw; bottom: 1.6rem; font-size: .56rem; letter-spacing: .18em; text-transform: uppercase; opacity: .4; display: flex; align-items: center; gap: .8rem; }
.hero-scroll span { width: 44px; height: 1px; background: currentColor; position: relative; overflow: hidden; }
.hero-scroll span::after { content:""; position:absolute; inset:0; background:var(--cream); animation: scrollLine 2s infinite; }

.band-dark { background: #0e0c0f; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.statement { padding: 10rem 0; }
.statement-grid { display: grid; grid-template-columns: .35fr 1.35fr .75fr; gap: 5vw; align-items: start; }
.statement-copy .eyebrow { margin-bottom: 1.7rem; }
.statement-copy > p:last-child { max-width: 40rem; color: rgba(240,233,223,.63); line-height: 1.9; margin: 2.5rem 0 0; }
.statement-aside { border-top: 1px solid var(--line); padding-top: 1.2rem; }
.quote-mark { font-family: "Cormorant Garamond"; font-size: 4.4rem; line-height: .8; color: var(--rose); }
.statement-aside blockquote { margin: 1.2rem 0 2rem; font-family: "Cormorant Garamond"; font-size: 2.1rem; line-height: 1.16; }
.statement-aside small { font-size: .55rem; letter-spacing: .16em; opacity: .38; }

.collection { padding-top: 10rem; padding-bottom: 10rem; }
.collection-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 10vw; margin-bottom: 6rem; }
.collection-heading .eyebrow { margin-bottom: 1.6rem; }
.collection-heading > p { color: rgba(240,233,223,.62); line-height: 1.85; max-width: 29rem; }
.collection-list { border-top: 1px solid var(--line); }
.collection-item { display: grid; grid-template-columns: .15fr 1fr .85fr; gap: 4vw; align-items: center; padding: 2.2rem 0; border-bottom: 1px solid var(--line); outline: none; }
.collection-index { align-self: start; font-size: .62rem; letter-spacing: .15em; opacity: .4; }
.product-scene { min-height: 480px; position: relative; display: grid; place-items: center; overflow: hidden; }
.product-scene::before { content: ""; position: absolute; inset: 11%; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; transition: transform .7s; }
.collection-item:hover .product-scene::before, .collection-item:focus .product-scene::before { transform: rotate(15deg) scale(.94); }
.scene-clear { background: linear-gradient(145deg,#777173,#201d21); }
.scene-rose { background: linear-gradient(145deg,#815258,#24181d); }
.scene-smoke { background: linear-gradient(145deg,#665a52,#1b1718); }
.product-form { width: 32%; height: 64%; position: relative; filter: drop-shadow(0 32px 28px rgba(0,0,0,.36)); transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.collection-item:hover .product-form, .collection-item:focus .product-form { transform: translateY(-12px) rotate(4deg) scale(1.04); }
.form-clear { clip-path: polygon(49% 0,83% 20%,100% 73%,69% 100%,13% 90%,0 27%); background: linear-gradient(115deg,#f0ece8,#7c797c 40%,#d6d2cf 68%,#555256); }
.form-rose { clip-path: polygon(46% 0,90% 27%,100% 78%,66% 100%,12% 84%,0 31%); background: linear-gradient(115deg,#f2c8c4,#9e6269 42%,#dca7a5 68%,#653641); transform: rotate(8deg); }
.form-smoke { clip-path: polygon(52% 0,88% 32%,100% 80%,63% 100%,11% 86%,0 29%); background: linear-gradient(115deg,#b8aaa0,#574e4b 42%,#887a73 68%,#302b2c); transform: rotate(-8deg); }
.scene-label { position: absolute; left: 1.4rem; bottom: 1.2rem; font-size: .55rem; letter-spacing: .2em; opacity: .45; }
.product-copy .eyebrow { margin-bottom: 1rem; }
.product-copy h3 { font-size: clamp(3rem,4vw,5rem); line-height: .9; }
.product-copy > p:not(.eyebrow) { max-width: 27rem; color: rgba(240,233,223,.61); line-height: 1.8; margin: 1.6rem 0 2rem; }

.meanings { display: grid; grid-template-columns: 1fr 1fr; min-height: 900px; background: var(--paper); color: var(--ink); }
.meaning-visual { position: relative; overflow: hidden; background: linear-gradient(145deg,#c2b3a5,#876c68 64%,#42333a); }
.meaning-sun { position: absolute; width: 56%; aspect-ratio: 1; border-radius: 50%; left: 22%; top: 12%; background: radial-gradient(circle at 40% 35%, #eed6c7, #b4716f 60%, #68424b); box-shadow: 0 0 100px rgba(255,230,214,.15); }
.meaning-arch { position: absolute; inset: 30% 15% 0; border-radius: 50% 50% 0 0; background: linear-gradient(160deg,rgba(244,227,213,.35),rgba(63,45,49,.3)); border: 1px solid rgba(255,255,255,.3); backdrop-filter: blur(4px); }
.meaning-stone { position: absolute; width: 33%; height: 43%; left: 34%; bottom: 9%; clip-path: polygon(48% 0,87% 24%,100% 78%,68% 100%,12% 87%,0 27%); background: linear-gradient(115deg,#4b2934,#b87576 44%,#673b45 70%,#dba59e); filter: drop-shadow(0 38px 30px rgba(0,0,0,.28)); }
.meaning-visual > span { position: absolute; left: 2rem; bottom: 1.6rem; font-size: .55rem; letter-spacing: .2em; color: rgba(255,255,255,.58); }
.meaning-content { padding: 8rem 7vw; display: flex; flex-direction: column; justify-content: center; }
.meaning-content .eyebrow { margin: 2.5rem 0 1.5rem; color: #886c43; }
.meaning-content h2 em { color: #9a585b; }
.meaning-accordion { margin-top: 3.2rem; }
details { border-top: 1px solid var(--dark-line); }
details:last-child { border-bottom: 1px solid var(--dark-line); }
summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: 2rem 1fr auto; gap: 1rem; align-items: center; padding: 1.4rem 0; text-transform: uppercase; letter-spacing: .08em; font-size: .72rem; font-weight: 500; }
summary::-webkit-details-marker { display: none; }
summary span { font-size: .58rem; opacity: .43; }
summary b { font-weight: 300; font-size: 1.3rem; transition: transform .25s; }
details[open] summary b { transform: rotate(45deg); }
details p { margin: 0 2rem 1.6rem 3rem; line-height: 1.75; opacity: .65; font-size: .88rem; }

.ritual { padding-top: 10rem; padding-bottom: 10rem; }
.ritual-heading { display: grid; grid-template-columns: .55fr 1.45fr; align-items: start; }
.ritual-heading .eyebrow { margin-top: .7rem; }
.ritual-steps { margin-top: 6rem; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.ritual-steps article { padding: 2rem 3rem 0 0; border-right: 1px solid var(--line); min-height: 260px; }
.ritual-steps article + article { padding-left: 3rem; }
.ritual-steps article:last-child { border-right: 0; }
.ritual-steps span { color: var(--gold); font-size: .62rem; letter-spacing: .15em; }
.ritual-steps h3 { font-size: 3rem; margin-top: 2.2rem; }
.ritual-steps p { max-width: 20rem; line-height: 1.75; color: rgba(240,233,223,.58); }

.band-light { background: var(--cream); color: var(--ink); }
.journal { padding: 10rem 0; }
.journal-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 5rem; }
.journal-heading .eyebrow { color: #896e46; margin-bottom: 1.4rem; }
.arrow-link.dark { color: var(--ink); }
.journal-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.4rem; }
.journal-card { border-top: 1px solid var(--dark-line); padding-top: 1rem; }
.journal-art { aspect-ratio: 4/5; margin-bottom: 1.5rem; position: relative; overflow: hidden; }
.journal-art::before, .journal-art::after { content:""; position:absolute; transition: transform .7s; }
.journal-card:hover .journal-art::before { transform: translateY(-8px) rotate(8deg); }
.art-one { background: linear-gradient(145deg,#74636a,#2f252a); }
.art-one::before { width: 30%; height: 58%; left: 35%; top: 21%; clip-path: polygon(50% 0,88% 28%,100% 82%,57% 100%,7% 81%,0 27%); background: linear-gradient(110deg,#e0b4ae,#8e555d 50%,#c88f8d); }
.art-two { background: linear-gradient(145deg,#c6b5a5,#866e67); }
.art-two::before { width: 58%; aspect-ratio: 1; border-radius: 50%; left: 21%; top: 18%; background: radial-gradient(circle at 36% 30%,#f1d7c8,#9b6564 63%,#513844); }
.art-two::after { width: 1px; height: 68%; left: 50%; top: 16%; background: rgba(255,255,255,.5); transform: rotate(23deg); }
.art-three { background: linear-gradient(145deg,#6d6866,#2a282b); }
.art-three::before { width: 25%; height: 58%; left: 25%; top: 25%; clip-path: polygon(50% 0,88% 28%,100% 84%,57% 100%,7% 81%,0 27%); background: linear-gradient(110deg,#e8e3de,#7a7779 48%,#c9c5c2); }
.art-three::after { width: 23%; height: 48%; right: 22%; top: 31%; clip-path: polygon(50% 0,88% 28%,100% 84%,57% 100%,7% 81%,0 27%); background: linear-gradient(110deg,#7b4f55,#d29a96 48%,#6a424b); }
.journal-art span { position: absolute; left: 1rem; top: 1rem; font-size: .56rem; letter-spacing: .15em; color: rgba(255,255,255,.56); z-index: 2; }
.journal-card .eyebrow { color: #856b45; margin-bottom: 1rem; }
.journal-card h3 { font-size: 2.15rem; line-height: 1.05; }
.journal-card > p:last-child { line-height: 1.7; opacity: .58; font-size: .84rem; }

.newsletter { min-height: 760px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 8vw; position: relative; overflow: hidden; }
.newsletter-orbit { min-height: 620px; position: relative; }
.newsletter-orbit::before { content:""; position:absolute; width: 78%; aspect-ratio:1; left: 8%; top: 7%; border:1px solid var(--line); border-radius:50%; }
.newsletter-orbit::after { content:""; position:absolute; width: 54%; aspect-ratio:1; left:20%; top:19%; border:1px solid var(--line); border-radius:50%; }
.newsletter-orbit span { position:absolute; width: 31%; height: 55%; left:32%; top:22%; clip-path:polygon(50% 0,88% 26%,100% 80%,63% 100%,11% 86%,0 29%); background:linear-gradient(112deg,#542f3c,#ba7477 45%,#6b3c48 71%,#d7a49e); filter:drop-shadow(0 40px 35px rgba(0,0,0,.38)); animation:float 6s ease-in-out infinite; }
.newsletter-orbit i { position:absolute; width:54px; height:54px; border-radius:50%; right:13%; top:18%; background:radial-gradient(circle at 35% 30%,#f0c9bc,#9e5f61); }
.newsletter-copy { max-width: 590px; }
.newsletter-copy .eyebrow { margin-bottom: 1.5rem; }
.newsletter-copy > p:not(.eyebrow):not(.form-status) { max-width: 34rem; line-height: 1.8; color: rgba(240,233,223,.62); margin: 2rem 0 2.8rem; }
.email-form { display: flex; border-bottom: 1px solid rgba(240,233,223,.5); }
.email-form input { flex:1; min-width:0; padding: 1rem 0; border:0; outline:0; background:transparent; color:var(--cream); font-size:.68rem; letter-spacing:.13em; }
.email-form button { border:0; background:none; cursor:pointer; text-transform:uppercase; font-size:.62rem; letter-spacing:.13em; }
.email-form button span { margin-left:.5rem; }
.form-status { min-height: 1.2rem; margin: .8rem 0 0!important; font-size: .7rem; letter-spacing: .08em; color: var(--rose-light)!important; }
.newsletter-copy small { display:block; margin-top:1rem; opacity:.34; font-size:.58rem; line-height:1.5; }

.site-footer { padding: 4rem 5vw 2rem; border-top: 1px solid var(--line); }
.footer-main { display:grid; grid-template-columns:1fr 1fr 1fr; align-items:center; }
.footer-wordmark { font-size:1.4rem; }
.footer-main > p { text-align:center; text-transform:uppercase; letter-spacing:.2em; font-size:.58rem; opacity:.45; }
.footer-social { justify-self:end; display:flex; gap:1.4rem; text-transform:uppercase; letter-spacing:.1em; font-size:.6rem; opacity:.65; }
.footer-legal { margin-top:3.5rem; padding-top:1.5rem; border-top:1px solid var(--line); display:flex; justify-content:space-between; opacity:.34; font-size:.55rem; letter-spacing:.08em; }
.footer-legal div { display:flex; gap:1rem; }

.waitlist-modal { width:min(92vw,680px); padding:5rem 4rem 4rem; background:#151116; color:var(--cream); border:1px solid rgba(240,233,223,.22); text-align:center; overflow:hidden; }
.waitlist-modal::backdrop { background:rgba(3,2,3,.86); backdrop-filter:blur(10px); }
.waitlist-modal h2 { font-size:4.5rem; line-height:.9; position:relative; z-index:1; }
.waitlist-modal > p:not(.eyebrow):not(.form-status) { max-width:28rem; margin:1.6rem auto 2rem; line-height:1.7; opacity:.62; position:relative; z-index:1; }
.modal-close { position:absolute; right:1.2rem; top:.9rem; border:0; background:none; font-size:2rem; cursor:pointer; opacity:.55; z-index:2; }
.modal-crystal { width:130px; height:220px; position:absolute; right:-24px; bottom:-34px; clip-path:polygon(50% 0,88% 27%,100% 82%,62% 100%,10% 85%,0 28%); background:linear-gradient(110deg,#4f2b38,#b67174 46%,#653946 73%,#d49b96); opacity:.45; transform:rotate(22deg); }
.modal-form { max-width:500px; margin:0 auto; position:relative; z-index:1; }
.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; }

.reveal { opacity:0; transform:translateY(26px); transition:opacity .9s ease, transform .9s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity:1; transform:none; }
@keyframes float { 0%,100%{ translate:0 0; } 50%{ translate:0 -10px; } }
@keyframes breathe { 0%,100%{ opacity:.5; } 50%{ opacity:1; } }
@keyframes scrollLine { 0%{ transform:translateX(-100%); } 100%{ transform:translateX(100%); } }

@media (max-width: 980px) {
  .site-header { grid-template-columns:1fr auto; }
  .desktop-nav, .desktop-join { display:none; }
  .menu-button { display:block; }
  .hero { grid-template-columns:1fr; padding-top:6rem; }
  .hero-stage { min-height:560px; }
  .statement-grid { grid-template-columns:1fr; }
  .statement-grid > .section-number { display:none; }
  .statement-aside { max-width:32rem; margin-top:2rem; }
  .collection-heading { grid-template-columns:1fr; gap:2rem; }
  .collection-item { grid-template-columns:.12fr 1fr; }
  .product-copy { grid-column:2; padding:1.5rem 0 2rem; }
  .meanings { grid-template-columns:1fr; }
  .meaning-visual { min-height:680px; }
  .ritual-heading { grid-template-columns:1fr; gap:2rem; }
  .ritual-steps { grid-template-columns:1fr; }
  .ritual-steps article, .ritual-steps article + article { border-right:0; border-bottom:1px solid var(--line); padding:2rem 0; min-height:auto; }
  .journal-grid { grid-template-columns:1fr; gap:4rem; }
  .journal-art { aspect-ratio: 16/10; }
  .newsletter { grid-template-columns:1fr; padding-top:5rem; padding-bottom:7rem; }
  .newsletter-orbit { min-height:500px; }
}

@media (max-width: 620px) {
  .site-header { height:72px; padding:0 1.2rem; }
  .mobile-menu { inset:72px 0 0; padding:3rem 1.25rem 2rem; }
  .mobile-menu nav a { font-size:3rem; }
  .section-shell { padding-left:1.25rem; padding-right:1.25rem; }
  h1 { font-size:4.25rem; }
  h2 { font-size:3.55rem; }
  .hero { min-height:auto; padding-top:5rem; padding-bottom:5rem; }
  .hero-actions { flex-direction:column; align-items:flex-start; }
  .hero-stage { min-height:430px; margin-top:1.5rem; }
  .crystal-a { width:84px; height:275px; left:39%; }
  .crystal-b { width:64px; height:215px; }
  .crystal-c { width:52px; height:160px; }
  .crystal-d { width:35px; height:112px; }
  .stage-orb { width:46px; height:46px; }
  .stage-note, .hero-scroll { display:none; }
  .statement, .collection, .ritual, .journal { padding-top:7rem; padding-bottom:7rem; }
  .statement-aside blockquote { font-size:1.8rem; }
  .collection-heading { margin-bottom:3.5rem; }
  .collection-item { grid-template-columns:1fr; padding-top:3rem; }
  .collection-index { display:none; }
  .product-copy { grid-column:1; }
  .product-scene { min-height:390px; }
  .meaning-visual { min-height:500px; }
  .meaning-content { padding:6rem 1.25rem; }
  details p { margin-left:0; }
  .journal-heading { align-items:flex-start; flex-direction:column; gap:2rem; }
  .journal-art { aspect-ratio:4/5; }
  .newsletter-orbit { min-height:390px; }
  .email-form { flex-direction:column; border:0; gap:.8rem; }
  .email-form input { border-bottom:1px solid rgba(240,233,223,.5); }
  .email-form button { background:var(--cream); color:var(--ink); padding:1rem; }
  .footer-main { grid-template-columns:1fr; text-align:center; gap:1.5rem; }
  .footer-social { justify-self:center; }
  .footer-legal { flex-direction:column; align-items:center; gap:1rem; }
  .waitlist-modal { padding:4rem 1.25rem 2.5rem; }
  .waitlist-modal h2 { font-size:3.4rem; }
}

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