:root {
  --ink: #251b18;
  --ink-soft: #63544e;
  --saffron: #a55208;
  --saffron-bright: #f48a24;
  --ember: #783305;
  --cream: #fffaf6;
  --parchment: #f7efe8;
  --sand: #eadbce;
  --sage: #666b50;
  --deep: #2d1a13;
  --line: rgba(92, 60, 44, 0.16);
  --shadow: 0 30px 80px rgba(75, 39, 19, 0.16);
  --serif: "EB Garamond", Georgia, serif;
  --sans: "Hanken Grotesk", ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 100;
  padding: .75rem 1rem;
  color: #fff;
  background: var(--deep);
  border-radius: .5rem;
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  padding: 1rem 3vw;
  transition: padding .25s ease;
}
.site-header.scrolled { padding-top: .55rem; }
.nav-shell {
  width: min(1180px, 100%);
  min-height: 68px;
  margin: auto;
  padding: .55rem .65rem .55rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border: 1px solid rgba(255,255,255,.76);
  border-radius: 20px;
  background: rgba(255, 250, 246, .78);
  box-shadow: 0 14px 40px rgba(72, 36, 17, .09);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: .65rem; font-size: 1.12rem; font-weight: 700; letter-spacing: -.02em; }
.brand img { width: 42px; height: 42px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 2rem; color: var(--ink-soft); font-size: .9rem; font-weight: 600; }
.desktop-nav a, .text-link { transition: color .2s ease; }
.desktop-nav a:hover, .text-link:hover { color: var(--saffron); }
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .8rem 1.05rem;
  border-radius: 12px;
  color: #fff;
  background: var(--deep);
  font-size: .85rem;
  font-weight: 700;
}

.hero {
  position: relative;
  min-height: 940px;
  overflow: hidden;
  padding: 180px max(5vw, 24px) 110px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(500px, .95fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 7rem);
  background:
    linear-gradient(rgba(113, 75, 52, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(113, 75, 52, .045) 1px, transparent 1px),
    radial-gradient(circle at 15% 20%, #fff 0, transparent 36%),
    var(--parchment);
  background-size: 52px 52px, 52px 52px, auto, auto;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 130px;
  background: linear-gradient(transparent, var(--cream));
  pointer-events: none;
}
.hero-glow { position: absolute; border-radius: 999px; filter: blur(6px); opacity: .7; }
.hero-glow-one { width: 420px; height: 420px; right: 12%; top: 22%; background: rgba(244, 138, 36, .18); }
.hero-glow-two { width: 300px; height: 300px; left: -8%; bottom: 0; background: rgba(119, 132, 91, .13); }
.hero-copy { position: relative; z-index: 2; max-width: 670px; justify-self: end; }
.eyebrow {
  margin: 0 0 1.25rem;
  display: flex;
  align-items: center;
  gap: .7rem;
  color: var(--saffron);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.eyebrow.light { color: #e9bc87; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; }
h1 { max-width: 680px; margin: 0; font-size: clamp(4.25rem, 7.5vw, 7.4rem); line-height: .88; }
.hero-subhead { max-width: 610px; margin: 2rem 0 0; color: var(--ink-soft); font-size: clamp(1.05rem, 1.4vw, 1.2rem); line-height: 1.68; }
.hero-actions { margin-top: 2rem; display: flex; align-items: center; gap: 1.4rem; }
.button { display: inline-flex; align-items: center; gap: .72rem; min-height: 58px; padding: .7rem 1.2rem; border-radius: 14px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 25px; height: 25px; fill: currentColor; }
.button span { display: grid; line-height: 1.05; font-size: 1.05rem; }
.button small { margin-bottom: .18rem; font-size: .61rem; font-weight: 500; letter-spacing: .04em; }
.button-primary { color: #fff; background: var(--saffron); box-shadow: 0 14px 35px rgba(146, 75, 11, .25); }
.text-link { font-size: .9rem; font-weight: 700; }
.availability { display: flex; align-items: center; gap: .55rem; margin: 1rem 0 0; color: #7a6962; font-size: .78rem; }
.availability span { width: 7px; height: 7px; border-radius: 99px; background: #6d8b56; box-shadow: 0 0 0 5px rgba(109, 139, 86, .12); }

.hero-visual { position: relative; z-index: 2; height: 690px; min-width: 0; }
.orbit { position: absolute; border: 1px solid rgba(153, 81, 22, .18); border-radius: 50%; }
.orbit-one { width: 590px; height: 590px; left: 50%; top: 47%; transform: translate(-50%, -50%); }
.orbit-two { width: 430px; height: 430px; left: 50%; top: 47%; transform: translate(-50%, -50%); border-style: dashed; }
.phone {
  position: absolute;
  width: 288px;
  height: 620px;
  padding: 9px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 48px;
  background: #211a18;
  box-shadow: 0 42px 70px rgba(62, 33, 18, .28), inset 0 0 0 2px #443a36;
}
.phone-main { left: 50%; top: 50%; z-index: 3; transform: translate(-50%, -50%) rotate(1.5deg); }
.phone-side { width: 235px; height: 515px; top: 50%; opacity: .72; filter: saturate(.86); }
.phone-left { left: -7%; transform: translateY(-45%) rotate(-8deg); }
.phone-right { right: -7%; transform: translateY(-45%) rotate(8deg); }
.phone-speaker { position: absolute; z-index: 5; top: 17px; left: 50%; width: 82px; height: 22px; transform: translateX(-50%); border-radius: 999px; background: #191515; }
.phone-screen { position: relative; height: 100%; overflow: hidden; border-radius: 39px; background: #fff8f6; }
.phone-screen > img { width: 100%; height: auto; min-height: 100%; object-fit: cover; object-position: top; }
.phone-brand-strip {
  position: absolute;
  z-index: 4;
  inset: 0 0 auto;
  min-height: 78px;
  padding: 32px 20px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .38rem;
  color: var(--saffron);
  background: rgba(255, 248, 246, .96);
  box-shadow: 0 1px 0 rgba(70, 42, 30, .08);
  font-weight: 700;
}
.phone-brand-strip img { width: 22px; height: 22px; object-fit: contain; }
.wisdom-note {
  position: absolute;
  z-index: 6;
  left: -7%;
  bottom: 6%;
  width: 232px;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 18px;
  color: #fff;
  background: rgba(54, 36, 28, .88);
  box-shadow: 0 20px 50px rgba(45, 26, 19, .24);
  backdrop-filter: blur(15px);
}
.wisdom-note span, .wisdom-note small { display: block; color: #d8c3b8; font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }
.wisdom-note strong { display: block; margin: .55rem 0 .6rem; font-family: var(--serif); font-size: 1.18rem; line-height: 1.1; font-weight: 500; }

.proof-bar {
  position: relative;
  z-index: 5;
  width: min(1120px, calc(100% - 48px));
  margin: -38px auto 0;
  padding: 1.8rem 2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 18px 60px rgba(79, 48, 33, .08);
  backdrop-filter: blur(18px);
}
.proof-bar div { padding: 0 1.4rem; display: flex; align-items: center; gap: .75rem; border-right: 1px solid var(--line); }
.proof-bar div:last-child { border-right: 0; }
.proof-bar strong { color: var(--saffron); font-family: var(--serif); font-size: 2.05rem; font-weight: 500; }
.proof-bar span { color: var(--ink-soft); font-size: .78rem; line-height: 1.25; }

.section { padding: 120px max(5vw, 24px); }
.section-intro { max-width: 650px; }
.section-intro.centered { margin: 0 auto; text-align: center; }
.section-intro.centered .eyebrow { justify-content: center; }
.section-intro h2, .principles-card h2, .final-cta h2 { margin: 0; font-size: clamp(3rem, 5.5vw, 5.2rem); line-height: .98; }
.section-intro > p:last-child { color: var(--ink-soft); font-size: 1.05rem; line-height: 1.65; }

.carry-section { background: var(--cream); }
.carry-demo { max-width: 1080px; margin: 3.5rem auto 0; }
.carry-options { display: grid; grid-template-columns: repeat(5, 1fr); gap: .75rem; }
.carry-option { position: relative; min-height: 150px; padding: 0; overflow: hidden; border: 0; border-radius: 16px; background: #d9c9bd; cursor: pointer; }
.carry-option::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 30%, rgba(35, 25, 22, .76)); }
.carry-option img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.carry-option span { position: absolute; z-index: 2; left: 1rem; bottom: .85rem; color: #fff; font-weight: 700; }
.carry-option:hover img { transform: scale(1.05); }
.carry-option.active { outline: 3px solid var(--saffron-bright); outline-offset: 3px; }
.counsel-card { margin-top: 1rem; padding: clamp(1.5rem, 3vw, 2.7rem); border: 1px solid var(--line); border-radius: 24px; background: var(--parchment); box-shadow: 0 24px 60px rgba(71, 42, 28, .08); }
.counsel-topline { display: flex; justify-content: space-between; color: var(--saffron); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.counsel-topline span:last-child { color: var(--sage); }
.counsel-question { max-width: 760px; margin: 2rem 0; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.65rem); line-height: 1.15; }
.counsel-response { padding-top: 1.4rem; display: grid; grid-template-columns: 48px 1fr; gap: 1rem; border-top: 1px solid var(--line); }
.counsel-response img { width: 48px; height: 48px; object-fit: contain; }
.counsel-response p { max-width: 760px; margin: 0; color: var(--ink-soft); line-height: 1.7; }
.counsel-response a { display: inline-block; margin-top: .85rem; color: var(--saffron); font-size: .86rem; font-weight: 700; }

.ritual-section { color: #fff; background: var(--deep); }
.ritual-section .section-intro { max-width: 800px; }
.ritual-grid { max-width: 1180px; margin: 4rem auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.13); }
.ritual-card { position: relative; min-height: 330px; padding: 2.2rem; background: var(--deep); }
.step-number { position: absolute; right: 1.6rem; top: 1.4rem; color: rgba(255,255,255,.22); font-family: var(--serif); font-size: 2.8rem; }
.line-icon { width: 56px; height: 56px; display: grid; place-items: center; border: 1px solid rgba(233,188,135,.35); border-radius: 50%; color: #e9bc87; font-family: var(--serif); font-size: 1.4rem; }
.ritual-card h3 { margin: 3.8rem 0 .8rem; font-size: 2rem; }
.ritual-card p { margin: 0; color: #c8b8b0; line-height: 1.65; }

.inside-section { overflow: hidden; background: #fff; }
.feature-row { max-width: 1120px; margin: 8rem auto 0; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 7rem; }
.feature-row-reverse .feature-copy { order: 2; }
.feature-row-reverse .feature-phone-wrap { order: 1; }
.feature-kicker { margin: 0 0 .8rem; color: var(--saffron); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.feature-copy h3 { margin: 0; font-size: clamp(2.6rem, 4vw, 4.25rem); line-height: 1; }
.feature-copy > p:not(.feature-kicker) { color: var(--ink-soft); line-height: 1.7; }
.check-list { margin: 1.6rem 0 0; padding: 0; list-style: none; }
.check-list li { margin: .7rem 0; display: flex; align-items: center; gap: .7rem; color: #4d433e; font-size: .9rem; }
.check-list li::before { content: "✓"; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; color: var(--saffron); background: #fff0e3; font-size: .7rem; font-weight: 800; }
.feature-phone-wrap { position: relative; min-height: 650px; display: grid; place-items: center; }
.feature-phone { position: relative; inset: auto; z-index: 2; width: 286px; }
.art-disc { position: absolute; width: 540px; height: 540px; border-radius: 50%; background-size: cover; background-position: center; filter: saturate(.75); }
.art-disc::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: rgba(247, 239, 232, .48); }
.disc-one { background-image: url('/assets/art/finding-purpose.jpg'); }
.disc-two { background-image: url('/assets/art/work-as-path.jpg'); }
.disc-three { background-image: url('/assets/art/facing-anxiety.jpg'); }

.principles-section { padding-top: 20px; background: #fff; }
.principles-card { max-width: 1180px; margin: auto; padding: clamp(2rem, 6vw, 5.2rem); display: grid; grid-template-columns: 80px 1.25fr 1fr; gap: 2.2rem; color: #fff; border-radius: 30px; background: linear-gradient(135deg, #7d3c0c, #3a2118 72%); box-shadow: var(--shadow); }
.principles-mark { width: 70px; height: 70px; display: grid; place-items: center; border-radius: 50%; background: #fff7ef; }
.principles-mark img { width: 50px; height: 50px; object-fit: contain; }
.principle-list { padding-left: 2rem; border-left: 1px solid rgba(255,255,255,.18); }
.principle-list p { margin: 0 0 1.2rem; color: #d7c9c2; line-height: 1.55; }
.principle-list strong { color: #fff; }

.verses-section { background: var(--parchment); }
.verse-grid { max-width: 1180px; margin: 4rem auto 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.verse-card { min-height: 270px; padding: 2rem; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.55); }
.verse-card.featured { grid-row: span 2; padding: clamp(2rem, 4vw, 3.6rem); color: #fff; background: var(--deep); }
.verse-topic { color: var(--saffron); font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.featured .verse-topic { color: #e9bc87; }
.sanskrit { margin: 2rem 0; color: #eed8c4; font-family: var(--serif); font-size: 1.25rem; line-height: 1.7; }
.verse-number { margin: 2.2rem 0 0; color: #9f877b; font-family: var(--serif); font-size: 1.25rem; }
.verse-card blockquote { margin: 1rem 0; font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 1.85rem); line-height: 1.35; }
.featured blockquote { margin: 2rem 0; font-size: clamp(1.8rem, 3vw, 2.65rem); }
.verse-card a { display: inline-block; margin-top: 1.2rem; color: #e9bc87; font-size: .82rem; font-weight: 700; }

.faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 7rem; background: #fff; }
.faq-list details { padding: 1.4rem 0; border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 1rem; font-family: var(--serif); font-size: 1.45rem; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--saffron); font-family: var(--sans); font-size: 1.2rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 720px; color: var(--ink-soft); line-height: 1.65; }

.final-cta { background: linear-gradient(160deg, #b05a0c 0%, #7d3508 52%, #482218 100%); }
.final-cta-inner { max-width: 870px; margin: auto; text-align: center; color: #fff; }
.final-cta-inner > img { width: 84px; height: 84px; margin: 0 auto 1.4rem; padding: .45rem; border-radius: 24px; background: #fff8f3; }
.final-cta .eyebrow { justify-content: center; }
.final-cta p:not(.eyebrow) { color: #ead6c9; }
.button-light { margin-top: 1.4rem; color: var(--deep); background: #fff; }

.site-footer { padding: 5rem max(5vw, 24px) 2rem; color: #d7c9c2; background: #241815; }
.footer-main { max-width: 1180px; margin: auto; display: grid; grid-template-columns: 1.4fr .7fr 1.1fr .6fr; gap: 3rem; }
.footer-brand .brand { color: #fff; }
.footer-brand p { max-width: 260px; color: #9f8f88; line-height: 1.5; }
.footer-column { display: grid; align-content: start; gap: .75rem; }
.footer-column h2 { margin: .6rem 0 .55rem; color: #fff; font-family: var(--sans); font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.footer-column a { color: #bcaea8; font-size: .84rem; }
.footer-column a:hover { color: #fff; }
.footer-base { max-width: 1180px; margin: 4rem auto 0; padding-top: 1.5rem; display: flex; justify-content: space-between; gap: 2rem; border-top: 1px solid rgba(255,255,255,.1); color: #8e7e77; font-size: .72rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; padding-top: 150px; text-align: center; }
  .hero-copy { justify-self: center; }
  .hero-copy .eyebrow, .hero-actions, .availability { justify-content: center; }
  .hero-visual { width: min(680px, 100%); margin: -1rem auto 0; }
  .proof-bar { grid-template-columns: repeat(2, 1fr); }
  .proof-bar div:nth-child(2) { border-right: 0; }
  .proof-bar div:nth-child(-n+2) { padding-bottom: 1rem; margin-bottom: 1rem; border-bottom: 1px solid var(--line); }
  .feature-row { gap: 3rem; }
  .principles-card { grid-template-columns: 70px 1fr; }
  .principle-list { grid-column: 2; padding-left: 0; border-left: 0; }
  .faq-section { gap: 3rem; }
}

@media (max-width: 760px) {
  .site-header { padding: .65rem; }
  .nav-shell { min-height: 60px; border-radius: 16px; }
  .brand { font-size: 1rem; }
  .brand img { width: 36px; height: 36px; }
  .desktop-nav { display: none; }
  .nav-shell { gap: .65rem; }
  .nav-cta { width: 44px; height: 44px; padding: 0; justify-content: center; font-size: 0; }
  .nav-cta span { font-size: 1rem; }
  .hero { min-height: auto; padding: 140px 20px 70px; display: block; }
  .hero-copy { width: 100%; max-width: 100%; }
  h1 { max-width: 100%; font-size: clamp(3.25rem, 15.2vw, 4rem); line-height: .92; overflow-wrap: anywhere; }
  .hero-subhead { font-size: 1rem; }
  .hero-actions { flex-direction: column; }
  .hero-visual { height: 580px; margin-top: 2.5rem; }
  .phone-main { width: 258px; height: 560px; }
  .phone-side { display: none; }
  .orbit-one { width: 500px; height: 500px; }
  .orbit-two { width: 360px; height: 360px; }
  .wisdom-note { left: 0; bottom: 0; width: 210px; text-align: left; }
  .proof-bar { width: calc(100% - 30px); margin-top: 0; padding: 1.25rem; }
  .proof-bar div { padding: 0 .7rem; flex-direction: column; align-items: flex-start; gap: .1rem; }
  .proof-bar strong { font-size: 1.7rem; }
  .section { padding: 88px 20px; }
  .section-intro h2, .principles-card h2, .final-cta h2 { font-size: 3.1rem; }
  .carry-options { grid-template-columns: repeat(3, 1fr); }
  .carry-option { min-height: 115px; }
  .carry-option:nth-child(n+4) { grid-column: span 1; }
  .carry-option span { left: .7rem; bottom: .65rem; font-size: .8rem; }
  .counsel-topline span:last-child { display: none; }
  .counsel-response { grid-template-columns: 38px 1fr; }
  .counsel-response img { width: 38px; height: 38px; }
  .ritual-grid { grid-template-columns: 1fr; }
  .ritual-card { min-height: 250px; }
  .ritual-card h3 { margin-top: 2.5rem; }
  .feature-row, .feature-row-reverse { margin-top: 6rem; grid-template-columns: 1fr; gap: 2rem; }
  .feature-row-reverse .feature-copy, .feature-row-reverse .feature-phone-wrap { order: initial; }
  .feature-phone-wrap { min-height: 630px; }
  .feature-phone { width: 268px; height: 580px; }
  .art-disc { width: 440px; height: 440px; }
  .principles-card { padding: 2rem; grid-template-columns: 1fr; }
  .principles-mark { width: 58px; height: 58px; }
  .principles-mark img { width: 42px; height: 42px; }
  .principle-list { grid-column: 1; }
  .verse-grid { grid-template-columns: 1fr; }
  .verse-card.featured { grid-row: auto; }
  .faq-section { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-base { flex-direction: column; }
}

.legal-page { min-height: 100vh; background: var(--parchment); }
.legal-header { padding: 1.2rem max(5vw, 24px); border-bottom: 1px solid var(--line); background: rgba(255,250,246,.9); }
.legal-header-inner { width: min(980px, 100%); margin: auto; display: flex; align-items: center; justify-content: space-between; }
.legal-back { color: var(--saffron); font-size: .85rem; font-weight: 700; }
.legal-content { width: min(820px, calc(100% - 40px)); margin: auto; padding: 6rem 0 8rem; }
.legal-content .eyebrow { margin-bottom: 1rem; }
.legal-content h1 { max-width: 760px; font-size: clamp(3.5rem, 8vw, 6.5rem); }
.legal-content .legal-updated { margin: 1.5rem 0 4rem; color: var(--ink-soft); font-size: .82rem; }
.legal-content section { margin-top: 3rem; }
.legal-content h2 { margin: 0 0 .8rem; font-size: 2rem; }
.legal-content p, .legal-content li { color: var(--ink-soft); line-height: 1.72; }
.legal-content ul { padding-left: 1.2rem; }
.legal-content a { color: var(--saffron); text-decoration: underline; text-underline-offset: 3px; }

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