:root {
  --brown: #211817; --brown-deep: #160f0e; --wine: #5a1f2b;
  --ivory: #f2e7db; --gold: #b4935e; --rose: #a9646b;
  --ink: #2b201d; --muted: #cdbeb0; --line: rgba(180,147,94,.34);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--brown-deep); }
body { margin: 0; color: var(--ivory); background: var(--brown); font-family: "Manrope", Arial, sans-serif; font-size: 16px; line-height: 1.7; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.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; left: 1rem; top: -10rem; z-index: 1000; background: var(--ivory); color: var(--brown); padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header { height: 92px; padding: 0 clamp(1.25rem,5vw,5.5rem); display: flex; align-items: center; justify-content: space-between; position: absolute; inset: 0 0 auto; z-index: 20; border-bottom: 1px solid rgba(242,231,219,.14); }
.brand { display: flex; align-items: center; gap: .75rem; }
.brand-crop { width: 58px; height: 58px; overflow: hidden; display: block; position: relative; border-radius: 50%; }
.brand-crop img { width: 150%; max-width: none; position: absolute; left: -25%; top: -25%; }
.brand-name { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.25rem; text-transform: uppercase; letter-spacing: .12em; line-height: .9; }
.brand-name small { display: block; font-family: "Manrope", Arial, sans-serif; font-size: .55rem; letter-spacing: .35em; margin-top: .5rem; }
.nav { display: flex; align-items: center; gap: clamp(1.1rem,2.5vw,2.6rem); font-size: .82rem; letter-spacing: .04em; }
.nav a:not(.nav-cta) { color: var(--muted); transition: color .2s ease; }
.nav a:hover, .nav a:focus-visible { color: var(--ivory); }
.nav-cta { border: 1px solid var(--gold); padding: .7rem 1.15rem; color: var(--gold); }
.menu-button { display: none; border: 0; background: none; padding: .6rem; }
.menu-button span:not(.sr-only) { width: 25px; height: 1px; display: block; margin: 5px 0; background: var(--ivory); }
.hero { min-height: 100svh; padding: 10.5rem clamp(1.25rem,8vw,9rem) 5rem; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(320px,.95fr); align-items: center; gap: 5vw; position: relative; isolation: isolate; background: radial-gradient(circle at 72% 50%,rgba(90,31,43,.7),transparent 38%),linear-gradient(120deg,var(--brown-deep),var(--brown) 64%); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .2; background-image: linear-gradient(rgba(180,147,94,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(180,147,94,.07) 1px,transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg,black,transparent 75%); }
.hero-copy { max-width: 760px; position: relative; z-index: 2; }
.eyebrow { color: var(--gold); text-transform: uppercase; letter-spacing: .28em; font-size: .7rem; font-weight: 600; margin: 0 0 1.4rem; }
h1,h2,h3,blockquote { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 500; }
h1 { margin: 0; font-size: clamp(4.2rem,9vw,8.8rem); line-height: .78; letter-spacing: -.045em; }
h1 em { color: var(--gold); font-weight: 500; }
.hero-lead { max-width: 620px; color: var(--muted); font-size: clamp(1rem,1.35vw,1.18rem); margin: 2.6rem 0; }
.hero-actions { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: space-between; gap: 2.2rem; padding: .9rem 1.2rem; text-transform: uppercase; letter-spacing: .14em; font-size: .7rem; font-weight: 600; transition: background .2s ease,color .2s ease,transform .2s ease; }
.button:hover,.button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: var(--brown-deep); }
.text-link { font-size: .78rem; color: var(--ivory); border-bottom: 1px solid var(--line); padding-bottom: .25rem; }
.hero-symbol { position: relative; width: min(38vw,560px); aspect-ratio: 1; justify-self: center; display: grid; place-items: center; }
.hero-symbol img { width: 78%; border-radius: 50%; box-shadow: 0 35px 100px rgba(0,0,0,.45); }
.orbit { position: absolute; border: 1px solid var(--line); border-radius: 50%; }
.orbit-one { width: 96%; height: 96%; }
.orbit-two { width: 112%; height: 55%; transform: rotate(-19deg); }
.star { position: absolute; color: var(--gold); font-size: 1.1rem; }
.star-one { top: 8%; right: 10%; }.star-two { bottom: 13%; left: 7%; font-size: .7rem; }
.side-note { position: absolute; right: 2rem; bottom: 4rem; writing-mode: vertical-rl; color: var(--gold); text-transform: uppercase; letter-spacing: .3em; font-size: .58rem; }
.section { padding: clamp(5rem,10vw,9rem) clamp(1.25rem,8vw,9rem); }
.section-number { color: var(--gold); font-family: "Cormorant Garamond",Georgia,serif; font-size: 1.3rem; }
.intro { display: grid; grid-template-columns: 80px minmax(260px,.9fr) minmax(300px,.75fr); gap: clamp(2rem,6vw,7rem); background: var(--ivory); color: var(--ink); align-items: start; }
.intro h2,.section-heading h2,.process h2,.formats h2,.rituals h2,.about h2,.final-cta h2 { font-size: clamp(3.1rem,6vw,6.4rem); line-height: .92; letter-spacing: -.035em; margin: 0; }
.intro h2 { font-size: clamp(3rem,5vw,5.4rem); }
.intro-copy { border-left: 1px solid rgba(90,31,43,.25); padding-left: clamp(1.5rem,4vw,3.5rem); color: #564944; }
.intro-copy p:first-child { margin-top: 0; }
.readings { background: #1a1211; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(260px,420px); align-items: end; gap: 3rem; margin-bottom: 4rem; }
.section-heading > p { color: var(--muted); margin: 0; }
.reading-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.reading-card { min-height: 360px; padding: clamp(1.5rem,4vw,3rem); display: flex; flex-direction: column; background: rgba(255,255,255,.015); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s ease; }
.reading-card:hover { background: rgba(90,31,43,.28); }.reading-featured { background: var(--wine); }
.card-top { display: flex; justify-content: space-between; color: var(--gold); font-size: .72rem; letter-spacing: .2em; }
.card-symbol { font-family: Georgia,serif; font-size: 1.15rem; }
.reading-card h3 { font-size: clamp(2.1rem,4vw,3.8rem); line-height: 1; margin: 3rem 0 1rem; }
.reading-card > p { max-width: 410px; color: var(--muted); margin: 0; }
.card-footer { margin-top: auto; padding-top: 2rem; display: flex; justify-content: space-between; align-items: end; border-top: 1px solid rgba(242,231,219,.12); }
.card-footer strong { font-family: "Cormorant Garamond",Georgia,serif; font-size: 2.4rem; color: var(--gold); font-weight: 500; }
.card-footer a { font-size: .7rem; text-transform: uppercase; letter-spacing: .15em; }
.process { background: var(--wine); display: grid; grid-template-columns: minmax(280px,.8fr) minmax(420px,1fr); gap: clamp(4rem,9vw,10rem); }
.process-heading { position: sticky; top: 4rem; align-self: start; }
.process-heading > p:last-child { color: #d9c3c0; max-width: 460px; margin-top: 2rem; }
.steps { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(242,231,219,.25); }
.steps li { display: grid; grid-template-columns: 60px 1fr; align-items: baseline; gap: 1.5rem; padding: 2rem 0; border-bottom: 1px solid rgba(242,231,219,.25); }
.steps li > span { color: var(--gold); font-size: .75rem; }.steps h3 { margin: 0 0 .5rem; font-size: 1.9rem; }.steps p { margin: 0; color: #d9c3c0; }
.formats { background: var(--ivory); color: var(--ink); display: grid; grid-template-columns: .8fr 1.2fr; padding: 0; }
.formats-visual { min-height: 690px; padding: clamp(3rem,7vw,7rem); background: radial-gradient(circle at 50% 32%,rgba(169,100,107,.55),transparent 28%),linear-gradient(155deg,#4a1722,#1f1514 72%); color: var(--ivory); display: flex; flex-direction: column; justify-content: space-between; align-items: center; text-align: center; position: relative; overflow: hidden; }
.formats-visual::before,.formats-visual::after { content: ""; position: absolute; border: 1px solid var(--line); border-radius: 50%; width: 520px; height: 520px; top: -240px; }
.formats-visual::after { width: 330px; height: 330px; bottom: -170px; top: auto; right: -150px; }
.moon { font-family: Georgia,serif; font-size: clamp(8rem,18vw,15rem); line-height: 1; color: var(--gold); text-shadow: 0 18px 60px rgba(0,0,0,.45); }
.formats-visual p { text-transform: uppercase; letter-spacing: .24em; font-size: .7rem; position: relative; z-index: 1; }
.formats-copy { padding: clamp(4rem,9vw,9rem); }.format-list { margin-top: 4rem; }
.format-list article { display: grid; grid-template-columns: 50px 1fr; gap: 1.5rem; padding: 1.8rem 0; border-top: 1px solid rgba(90,31,43,.22); }
.format-list article:last-child { border-bottom: 1px solid rgba(90,31,43,.22); }
.format-list article > span { color: var(--wine); font-size: .75rem; }.format-list h3 { font-size: 2rem; margin: 0 0 .35rem; }.format-list p { margin: 0; color: #65554f; }
.rituals { background: #1a1211; display: grid; grid-template-columns: minmax(320px,1fr) minmax(280px,.72fr); gap: clamp(4rem,10vw,11rem); align-items: center; }
.rituals-copy > p:not(.eyebrow) { color: var(--muted); max-width: 680px; }.rituals-copy h2 { margin-bottom: 2rem; }
.rituals blockquote { margin: 0; border: 1px solid var(--line); padding: clamp(2.5rem,5vw,5rem); font-size: clamp(2.2rem,4vw,4.2rem); line-height: 1.05; color: var(--gold); position: relative; }
.rituals blockquote::before,.rituals blockquote::after { content: "✦"; position: absolute; background: #1a1211; padding: 0 .8rem; color: var(--gold); font-size: 1rem; }
.rituals blockquote::before { top: -.8rem; left: 2rem; }.rituals blockquote::after { bottom: -.8rem; right: 2rem; }
.testimonials { background: var(--brown); }
.testimonials-heading { display: grid; grid-template-columns: minmax(280px,1fr) minmax(260px,420px); align-items: end; gap: 3rem; margin-bottom: 4rem; }
.testimonials-heading h2 { max-width: 850px; margin: 0; font-size: clamp(3.1rem,6vw,6.4rem); line-height: .92; letter-spacing: -.035em; }
.testimonials-heading > p { color: var(--muted); margin: 0; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: clamp(1rem,2vw,2rem); align-items: start; }
.testimonials-grid figure { margin: 0; padding: .55rem; border: 1px solid var(--line); background: rgba(255,255,255,.02); box-shadow: 0 22px 70px rgba(0,0,0,.2); }
.testimonials-grid img { width: 100%; height: auto; }
.about { background: var(--ivory); color: var(--ink); display: grid; grid-template-columns: minmax(260px,.65fr) minmax(420px,1fr); gap: clamp(4rem,10vw,12rem); }
.about-mark { min-height: 560px; background: var(--brown); color: var(--gold); display: flex; flex-direction: column; align-items: center; justify-content: center; position: sticky; top: 3rem; align-self: start; overflow: hidden; }
.about-mark::before { content: ""; position: absolute; width: 360px; height: 360px; border: 1px solid var(--line); border-radius: 50%; }
.about-mark img { width: 82%; position: relative; border-radius: 50%; box-shadow: 0 24px 70px rgba(0,0,0,.28); }
.about-mark small { margin-top: 2rem; color: var(--ivory); text-transform: uppercase; letter-spacing: .28em; font-size: .58rem; position: relative; }
.about-copy h2 { margin-bottom: 2.5rem; }.about-copy > p:not(.eyebrow):not(.signature) { color: #5d4d47; }
.about-quote { margin: 2.6rem 0; padding: 1.8rem 0; border-top: 1px solid rgba(90,31,43,.22); border-bottom: 1px solid rgba(90,31,43,.22); color: var(--wine); font-size: clamp(2.2rem,4vw,3.8rem); line-height: 1.05; }
.about-quote em { color: var(--gold); }
.symbolic-line { margin: 2rem 0; font-family: "Cormorant Garamond",Georgia,serif; font-size: 1.65rem; line-height: 1.3; color: var(--wine) !important; }
.question-pair { margin: 2.8rem 0; padding: 2rem; background: var(--brown); color: var(--ivory); }
.question-pair p { margin: 0; font-family: "Cormorant Garamond",Georgia,serif; font-size: clamp(1.65rem,3vw,2.5rem); line-height: 1.15; }
.question-pair span { display: block; margin: 1rem 0; color: var(--gold); text-transform: uppercase; letter-spacing: .2em; font-size: .62rem; }
.signature { margin-top: 2.5rem; padding-left: 1.5rem; border-left: 2px solid var(--gold); font-family: "Cormorant Garamond",Georgia,serif; font-size: 1.5rem; line-height: 1.35; }
.signature strong { display: inline-block; margin-top: .6rem; color: var(--wine); }
.final-cta { text-align: center; background: var(--wine); position: relative; overflow: hidden; }
.final-cta::before { content: "OE"; position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); font-family: "Cormorant Garamond",Georgia,serif; font-size: min(42vw,600px); color: rgba(242,231,219,.025); letter-spacing: -.18em; margin-left: -.08em; pointer-events: none; }
.final-cta h2 { max-width: 900px; margin: 0 auto 2.5rem; position: relative; }.button-light { background: var(--ivory); color: var(--brown); position: relative; }.instagram-handle { color: #d8c3c0; font-size: .78rem; letter-spacing: .08em; }
.footer { padding: 4rem clamp(1.25rem,8vw,9rem) 2rem; background: var(--brown-deep); display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; border-top: 1px solid var(--line); }
.footer-brand { display: flex; align-items: center; gap: 1rem; font-family: "Cormorant Garamond",Georgia,serif; text-transform: uppercase; letter-spacing: .15em; }.footer-brand p { margin: 0; }.footer-brand small { font-family: "Manrope",Arial,sans-serif; color: var(--gold); font-size: .6rem; }
.footer-links { display: flex; gap: 1.5rem; flex-wrap: wrap; justify-content: flex-end; align-items: center; font-size: .75rem; color: var(--muted); }
.footer-instagram { display: inline-flex; align-items: center; justify-content: center; }
.footer-instagram-icon { display: none; width: 1.2rem; height: 1.2rem; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.copyright { grid-column: 1/-1; margin: 0; padding-top: 1.5rem; border-top: 1px solid rgba(242,231,219,.1); color: #6e625e; font-size: .65rem; text-transform: uppercase; letter-spacing: .15em; }
@media (max-width: 900px) {
  .site-header { height: 78px; }.brand-name { font-size: 1rem; }.brand-crop { width: 50px; height: 50px; }
  .menu-button { display: block; position: relative; z-index: 22; }
  .nav { position: fixed; inset: 0; background: rgba(22,15,14,.98); flex-direction: column; justify-content: center; gap: 1.8rem; font-family: "Cormorant Garamond",Georgia,serif; font-size: 2rem; transform: translateY(-100%); transition: transform .3s ease; }
  .nav.open { transform: translateY(0); }.nav-cta { font-family: "Manrope",Arial,sans-serif; font-size: .7rem; }
  .hero { grid-template-columns: 1fr; padding-top: 9rem; min-height: auto; }.hero-symbol { width: min(84vw,520px); grid-row: 1; opacity: .62; margin: -2rem auto -5rem; }.hero-copy { grid-row: 2; }.side-note { display: none; }
  .intro { grid-template-columns: 45px 1fr; }.intro-copy { grid-column: 2; }
  .section-heading,.process,.rituals,.about { grid-template-columns: 1fr; }.process-heading,.about-mark { position: relative; top: 0; }
  .testimonials-heading { grid-template-columns: 1fr; gap: 1.5rem; }.testimonials-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .testimonials-grid figure:last-child { grid-column: 1/-1; width: min(100%,440px); justify-self: center; }
  .formats { grid-template-columns: 1fr; }.formats-visual { min-height: 520px; }.about-mark { min-height: 450px; }
}
@media (max-width: 620px) {
  body { line-height: 1.62; }.site-header { padding-inline: 1rem; }.brand-name { display: none; }
  .hero { padding: 7rem 1.25rem 4.5rem; gap: 2rem; }.hero-symbol { width: 100%; margin: -1.5rem auto -4rem; }
  h1 { font-size: clamp(4rem,21vw,6rem); line-height: .82; }.hero-lead { margin: 2rem 0; }.hero-actions { align-items: stretch; gap: 1.2rem; flex-direction: column; }.button { width: 100%; }.text-link { align-self: flex-start; }
  .section { padding: 4.5rem 1.25rem; }.intro { grid-template-columns: 1fr; gap: 1.2rem; }.section-number { margin-bottom: 1rem; }.intro-copy { grid-column: auto; border-left: 0; border-top: 1px solid rgba(90,31,43,.25); padding: 1.4rem 0 0; }
  .intro h2,.section-heading h2,.process h2,.formats h2,.rituals h2,.about h2,.final-cta h2 { font-size: clamp(2.8rem,14vw,4.6rem); }
  .intro h2 { font-size: clamp(2.35rem,11vw,3.6rem); line-height: .96; }
  .section-heading { gap: 1.5rem; margin-bottom: 2.5rem; }.reading-grid { grid-template-columns: 1fr; }.reading-card { min-height: 310px; padding: 1.5rem; }.reading-card h3 { margin-top: 2.2rem; }
  .process { gap: 2.5rem; }.steps li { grid-template-columns: 42px 1fr; gap: .8rem; }
  .formats-visual { min-height: 430px; padding: 3rem 1.25rem; }.formats-copy { padding: 4.5rem 1.25rem; }.moon { font-size: 9rem; }
  .rituals { gap: 3rem; }.rituals blockquote { padding: 2rem; }.about-mark { min-height: 380px; }.about-mark::before { width: 270px; height: 270px; }.signature { font-size: 1.35rem; }
  .testimonials-heading { margin-bottom: 2.5rem; }.testimonials-heading h2 { font-size: clamp(2.8rem,14vw,4.6rem); }.testimonials-grid { grid-template-columns: 1fr; gap: 1.25rem; }
  .testimonials-grid figure:last-child { grid-column: auto; width: 100%; }
  .footer { grid-template-columns: 1fr; padding: 3rem 1.25rem 1.5rem; gap: 2rem; }
  .footer-links { width: 100%; justify-content: space-between; flex-wrap: nowrap; gap: .35rem; font-size: .68rem; white-space: nowrap; }
  .footer-instagram-label { display: none; }.footer-instagram-icon { display: block; }
  .copyright { grid-column: 1; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
