:root {
  --cream: #faf6f1;
  --paper: #fffdf9;
  --sand: #e8dcc4;
  --gold: #d4af7a;
  --pink: #f4d7d7;
  --mint: #c8e6c9;
  --lavender: #e1d5e7;
  --blue: #b3e5fc;
  --beige: #d7ccc8;
  --warm-gray: #bcaaa4;
  --ink: #24132f;
  --ink-soft: #4f4450;
  --plum: #451341;
  --green: #245f54;
  --line: rgba(69, 19, 65, .16);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", system-ui, sans-serif;
  --wrap: min(1220px, calc(100% - 48px));
  --header-height: 78px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { color: var(--ink); background: var(--mint); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.sr-only, .skip-link {
  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:focus {
  z-index: 1000;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 12px 18px;
  clip: auto;
  color: #fff;
  background: var(--plum);
}
.wrap { width: var(--wrap); margin-inline: auto; }

.promo {
  position: relative;
  z-index: 80;
  min-height: 38px;
  display: grid;
  place-items: center;
  padding: 7px 24px;
  color: #143f38;
  background: linear-gradient(90deg, #c9e8de, #dbefe7 45%, #c9e8de);
  font-size: .72rem;
  letter-spacing: .03em;
  text-align: center;
}
.promo p { margin: 0; }
.promo p > span { font-weight: 700; }
.promo__code {
  margin: 0 4px;
  padding: 1px 7px 2px;
  border: 1px dashed rgba(20, 63, 56, .5);
  border-radius: 5px;
  color: inherit;
  background: rgba(255, 255, 255, .46);
  font-size: .71rem;
  font-weight: 700;
  letter-spacing: .08em;
  cursor: pointer;
}
.promo__feedback { position: absolute; right: 18px; font-size: .65rem; }

.site-header {
  position: absolute;
  z-index: 70;
  top: 38px;
  left: 0;
  right: 0;
  height: var(--header-height);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 0 max(24px, calc((100vw - 1380px) / 2));
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  transition: height .3s ease, top .3s ease, background .3s ease, color .3s ease, box-shadow .3s ease;
}
.site-header.is-fixed {
  position: fixed;
  top: 0;
  height: 70px;
  color: var(--ink);
  background: rgba(250, 246, 241, .9);
  border-bottom-color: rgba(69, 19, 65, .1);
  box-shadow: 0 10px 35px rgba(36, 19, 47, .07);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 224px; }
.brand img { width: 49px; height: 49px; border-radius: 50%; box-shadow: 0 8px 30px rgba(36, 19, 47, .14); }
.brand span { display: grid; line-height: 1.15; }
.brand b { font-family: var(--serif); font-size: 1.16rem; font-weight: 600; letter-spacing: .005em; }
.brand small { margin-top: 4px; font-size: .59rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; opacity: .73; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(15px, 2.1vw, 32px); }
.desktop-nav a { position: relative; font-size: .72rem; font-weight: 600; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-cta { display: inline-flex; align-items: center; gap: 10px; padding: 10px 17px; border: 1px solid currentColor; border-radius: 999px; font-size: .72rem; font-weight: 700; transition: color .2s ease, background .2s ease, transform .2s ease; }
.header-cta:hover { color: var(--ink); background: #fff; transform: translateY(-2px); }
.site-header.is-fixed .header-cta:hover { color: #fff; background: var(--ink); }
.menu-toggle, .mobile-menu { display: none; }

.hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100svh - 38px);
  overflow: hidden;
  display: flex;
  align-items: center;
  color: #fff;
  background: var(--ink);
}
.hero__media, .hero__veil { position: absolute; inset: 0; z-index: -3; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; transform: scale(1.045); animation: hero-image 1.6s cubic-bezier(.2,.75,.25,1) forwards; }
.hero__veil {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(29, 13, 36, .96) 0%, rgba(39, 18, 45, .86) 34%, rgba(42, 19, 47, .35) 62%, rgba(28, 12, 32, .1) 100%),
    linear-gradient(180deg, rgba(24, 12, 29, .35), transparent 28%, rgba(24, 12, 29, .4));
}
.hero__orbit { position: absolute; z-index: -1; border: 1px solid rgba(212, 175, 122, .32); border-radius: 50%; pointer-events: none; }
.hero__orbit--one { width: min(55vw, 850px); aspect-ratio: 1; top: -28vw; right: -10vw; }
.hero__orbit--two { width: min(44vw, 660px); aspect-ratio: 1; bottom: -31vw; left: 27vw; }
.hero__content { padding-top: calc(var(--header-height) + 70px); padding-bottom: 94px; }
.hero__content > * { max-width: 700px; }
.eyebrow { margin: 0 0 18px; color: var(--green); font-size: .67rem; font-weight: 700; letter-spacing: .18em; line-height: 1.5; text-transform: uppercase; }
.hero .eyebrow, .masterclasses .eyebrow, .final-cta .eyebrow { color: #efd4a9; }
.eyebrow::before { content: ""; display: inline-block; width: 35px; height: 1px; margin: 0 12px 3px 0; background: currentColor; }
.hero h1, h2, h3 { text-wrap: balance; }
.hero h1 {
  max-width: 620px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4.6rem, 9vw, 8.3rem);
  font-weight: 500;
  letter-spacing: -.065em;
  line-height: .74;
}
.hero h1 em { display: block; margin-left: .28em; color: #f0d4ae; font-weight: 400; }
.hero__statement { margin: clamp(27px, 4vh, 42px) 0 0; font-family: var(--serif); font-size: clamp(1.28rem, 2vw, 1.72rem); line-height: 1.05; }
.hero__statement strong { color: var(--mint); font-style: italic; font-weight: 500; }
.hero__lead { max-width: 590px; margin: 16px 0 0; color: rgba(255,255,255,.79); font-size: clamp(.94rem, 1.2vw, 1.04rem); line-height: 1.75; }
.hero__actions { display: flex; align-items: center; gap: 24px; margin-top: 29px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 13px 21px; border: 1px solid transparent; border-radius: 999px; font-size: .77rem; font-weight: 700; line-height: 1.25; text-align: center; transition: transform .25s ease, box-shadow .25s ease, color .25s ease, background .25s ease; }
.button span { transition: transform .25s ease; }
.button:hover { transform: translateY(-3px); }
.button:hover span { transform: translate(3px, -2px); }
.button--ink { color: #fff; background: var(--ink); box-shadow: 0 16px 36px rgba(36, 19, 47, .14); }
.hero .button--ink { color: var(--ink); background: var(--cream); box-shadow: 0 18px 45px rgba(0, 0, 0, .22); }
.button--line { border-color: rgba(36, 19, 47, .34); }
.button--line:hover { color: #fff; background: var(--ink); }
.button--cream { color: var(--plum); background: var(--cream); box-shadow: 0 18px 44px rgba(0,0,0,.22); }
.button--large { min-height: 61px; padding-inline: 30px; font-size: .84rem; }
.text-link { display: flex; flex-direction: column; color: rgba(255,255,255,.72); font-size: .69rem; line-height: 1.5; }
.text-link span { color: #fff; font-weight: 700; }
.hero__proof { display: flex; flex-wrap: wrap; gap: 9px 23px; margin: 31px 0 0; padding: 19px 0 0; border-top: 1px solid rgba(255,255,255,.22); list-style: none; color: rgba(255,255,255,.66); font-size: .62rem; letter-spacing: .06em; text-transform: uppercase; }
.hero__proof li::before { content: "✦"; margin-right: 7px; color: var(--gold); font-size: .55rem; }
.hero__scroll { position: absolute; right: max(24px, calc((100vw - 1380px) / 2)); bottom: 27px; display: grid; justify-items: center; gap: 7px; color: rgba(255,255,255,.62); font-size: .55rem; letter-spacing: .14em; text-transform: uppercase; }
.hero__scroll span { width: 1px; height: 44px; background: linear-gradient(#fff, transparent); animation: scroll-line 1.6s ease-in-out infinite; }

.entity-summary {
  position: relative;
  padding: 28px 0 48px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.breadcrumbs { display: flex; align-items: center; gap: 9px; margin-bottom: 30px; color: #81727d; font-size: .58rem; letter-spacing: .04em; }
.breadcrumbs a { color: var(--green); font-weight: 700; }
.entity-summary__grid { display: grid; grid-template-columns: .36fr 1.15fr .9fr; align-items: start; gap: clamp(28px, 5vw, 70px); }
.entity-summary__label { margin: 3px 0 0; color: var(--green); font-size: .62rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.entity-summary__answer { margin: 0; font-family: var(--serif); font-size: clamp(1.35rem, 2.3vw, 2rem); letter-spacing: -.018em; line-height: 1.15; }
.entity-summary__answer strong { color: var(--plum); font-weight: 600; }
.entity-summary__answer a { border-bottom: 1px solid rgba(36,19,47,.35); }
.entity-summary ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.entity-summary li { padding-bottom: 11px; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: .66rem; }
.entity-summary li span { display: block; margin-bottom: 2px; color: var(--green); font-size: .52rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.section { position: relative; padding: clamp(92px, 11vw, 158px) 0; }
.section-intro--split, .feature-heading { display: grid; grid-template-columns: .65fr 1.45fr .8fr; align-items: end; gap: clamp(28px, 5vw, 78px); margin-bottom: clamp(50px, 7vw, 88px); }
.section-intro h2, .feature-heading h2, .trust h2, .final-cta h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.1rem, 6.6vw, 6rem);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .82;
}
.section-intro h2 em, .feature-heading h2 em, .trust h2 em, .final-cta h2 em { color: var(--green); font-weight: 400; }
.section-intro--split > p, .feature-heading > p:last-child { margin: 0 0 4px; color: var(--ink-soft); font-size: .9rem; line-height: 1.8; }
.section-number { align-self: start; margin: 8px 0 0; color: #876d61; font-size: .63rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }

.index-section { overflow: hidden; background: var(--paper); }
.index-section::before { content: "نور"; position: absolute; top: 18px; right: -2vw; color: rgba(225,213,231,.23); font-family: var(--serif); font-size: clamp(10rem, 29vw, 28rem); line-height: 1; pointer-events: none; }
.path-index { border-top: 1px solid var(--line); }
.path-row { position: relative; isolation: isolate; min-height: 110px; display: grid; grid-template-columns: 90px 1.35fr .8fr 44px; align-items: center; gap: 24px; padding: 25px 8px; border-bottom: 1px solid var(--line); overflow: hidden; }
.path-row::before { content: ""; position: absolute; z-index: -1; inset: 0; background: var(--row-color); transform: scaleY(0); transform-origin: bottom; transition: transform .38s cubic-bezier(.2,.75,.25,1); }
.path-row:hover::before, .path-row:focus-visible::before { transform: scaleY(1); }
.path-row__number { color: #8e7b86; font-family: var(--serif); font-size: 1.15rem; font-style: italic; }
.path-row__title { font-family: var(--serif); font-size: clamp(1.65rem, 3.3vw, 2.8rem); line-height: 1; }
.path-row__meta { color: var(--ink-soft); font-size: .73rem; }
.path-row__arrow { font-size: 1.7rem; transition: transform .3s ease; }
.path-row:hover .path-row__arrow { transform: rotate(-45deg); }
.path-row--mint { --row-color: var(--mint); }
.path-row--blue { --row-color: var(--blue); }
.path-row--pink { --row-color: var(--pink); }
.path-row--lavender { --row-color: var(--lavender); }
.path-row--sand { --row-color: var(--sand); }

.manifesto { position: relative; overflow: hidden; padding: 96px 0 108px; color: #fff; background: var(--green); text-align: center; }
.manifesto__line { position: absolute; top: 20px; left: 0; display: flex; gap: 30px; align-items: center; width: max-content; color: rgba(255,255,255,.07); font-family: var(--serif); font-size: clamp(5rem, 11vw, 10rem); line-height: 1; white-space: nowrap; animation: marquee 28s linear infinite; }
.manifesto__line i { color: rgba(212,175,122,.14); font-style: normal; }
.manifesto blockquote { position: relative; margin: 0 auto; font-family: var(--serif); font-size: clamp(2.5rem, 5.7vw, 5rem); font-weight: 400; letter-spacing: -.04em; line-height: .95; }
.manifesto blockquote em { color: #eed7b4; font-weight: 400; }

.study { background: var(--cream); }
.study__visual { position: relative; height: clamp(480px, 63vw, 710px); margin-bottom: 0; overflow: hidden; border-radius: 2px; }
.study__visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.study__visual:hover img { transform: scale(1.018); }
.study__caption { position: absolute; right: 0; bottom: 0; width: min(390px, 46%); padding: 24px 28px; color: var(--ink); background: rgba(250,246,241,.92); backdrop-filter: blur(12px); }
.study__caption span { color: var(--green); font-size: .64rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.study__caption p { margin: 4px 0 0; font-family: var(--serif); font-size: 1.2rem; line-height: 1.15; }
.editorial-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.editorial-item { position: relative; min-height: 265px; padding: clamp(30px, 4vw, 54px); border-bottom: 1px solid var(--line); transition: background .3s ease; }
.editorial-item:nth-child(odd) { border-right: 1px solid var(--line); }
.editorial-item:hover { background: rgba(255,255,255,.58); }
.editorial-item__tag { color: var(--green); font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.editorial-item h3 { max-width: 390px; margin: 22px 0 14px; font-family: var(--serif); font-size: clamp(1.85rem, 3vw, 2.8rem); font-weight: 500; line-height: .98; }
.editorial-item p { max-width: 46ch; margin: 0; color: var(--ink-soft); font-size: .78rem; line-height: 1.75; }
.editorial-item__arrow { position: absolute; top: 36px; right: 38px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; transition: color .25s ease, background .25s ease, transform .25s ease; }
.editorial-item:hover .editorial-item__arrow { color: #fff; background: var(--ink); transform: rotate(8deg); }
.section-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 18px; margin-top: 42px; }
.subtle-link { padding: 8px 3px; border-bottom: 1px solid currentColor; color: var(--green); font-size: .72rem; font-weight: 700; }

.tools { overflow: hidden; background: var(--paper); }
.tools::after { content: ""; position: absolute; top: 11%; right: -190px; width: 450px; aspect-ratio: 1; border: 1px solid rgba(212,175,122,.32); border-radius: 50%; box-shadow: 0 0 0 60px rgba(212,175,122,.035), 0 0 0 120px rgba(212,175,122,.025); }
.tool-feature { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; min-height: 650px; overflow: hidden; background: linear-gradient(135deg, #f4ecf7, #fff 47%, #ebf6f2); box-shadow: 0 32px 90px rgba(36,19,47,.08); }
.tool-feature__copy { align-self: center; padding: clamp(38px, 6vw, 76px); }
.app-lockup { display: flex; align-items: center; gap: 14px; }
.app-lockup img { width: 64px; height: 64px; object-fit: cover; border-radius: 17px; box-shadow: 0 14px 28px rgba(36,19,47,.13); }
.app-lockup span { display: grid; }
.app-lockup small { color: var(--green); font-size: .59rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.app-lockup strong { margin-top: 2px; font-family: var(--serif); font-size: 1.75rem; font-weight: 600; line-height: 1; }
.tool-feature h3 { margin: 38px 0 20px; font-family: var(--serif); font-size: clamp(2.6rem, 5vw, 4.4rem); font-weight: 500; letter-spacing: -.045em; line-height: .88; }
.tool-feature h3 em, .book-stage h3 em { color: var(--green); font-weight: 400; }
.tool-feature__copy > p { max-width: 48ch; margin: 0; color: var(--ink-soft); font-size: .82rem; }
.inline-facts { display: flex; flex-wrap: wrap; gap: 8px; margin: 27px 0; padding: 0; list-style: none; }
.inline-facts li { padding: 7px 11px; border: 1px solid rgba(36,19,47,.13); border-radius: 999px; font-size: .59rem; font-weight: 700; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; }
.text-arrow { color: var(--green); font-size: .67rem; font-weight: 700; }
.tool-feature__visual { position: relative; min-height: 650px; display: flex; align-items: end; justify-content: center; overflow: hidden; background: radial-gradient(circle at 50% 35%, rgba(255,255,255,.95), transparent 39%), linear-gradient(150deg, var(--lavender), #d8ece7); }
.tool-feature__visual::before { content: "نور"; position: absolute; top: 4%; left: 50%; transform: translateX(-50%); color: rgba(69,19,65,.08); font-family: var(--serif); font-size: 10rem; }
.phone { position: absolute; bottom: -10%; width: min(49%, 320px); max-height: 88%; object-fit: contain; filter: drop-shadow(0 30px 35px rgba(36,19,47,.24)); transition: transform .65s cubic-bezier(.2,.75,.25,1); }
.phone--back { left: 14%; transform: rotate(-7deg) translateY(4%); opacity: .84; }
.phone--front { right: 13%; z-index: 1; transform: rotate(5deg); }
.tool-feature:hover .phone--back { transform: rotate(-10deg) translate(-9px, 1%); }
.tool-feature:hover .phone--front { transform: rotate(3deg) translate(8px, -2%); }
.tools-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); margin-top: 70px; }
.tool-card { position: relative; min-height: 480px; display: flex; flex-direction: column; padding: clamp(28px, 3vw, 42px); border-bottom: 1px solid var(--line); background: var(--card-bg); transition: transform .3s ease, box-shadow .3s ease; }
.tool-card + .tool-card { border-left: 1px solid var(--line); }
.tool-card:hover { z-index: 2; transform: translateY(-8px); box-shadow: 0 25px 60px rgba(36,19,47,.09); }
.tool-card--dawam { --card-bg: rgba(225,213,231,.25); }
.tool-card--sirah { --card-bg: rgba(179,229,252,.18); }
.tool-card--niyyah { --card-bg: rgba(200,230,201,.22); }
.app-lockup--symbol > span:first-child { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 17px; color: #fff; background: var(--green); font-family: var(--serif); font-size: 2rem; box-shadow: 0 14px 28px rgba(36,19,47,.13); }
.tool-card h3 { margin: 52px 0 17px; font-family: var(--serif); font-size: clamp(2rem, 3vw, 2.7rem); font-weight: 500; line-height: .96; }
.tool-card > p { margin: 0; color: var(--ink-soft); font-size: .77rem; }
.tool-card__links { display: grid; gap: 11px; margin-top: auto; padding-top: 35px; }
.tool-card__links a { display: flex; justify-content: space-between; padding-top: 10px; border-top: 1px solid var(--line); color: var(--green); font-size: .66rem; font-weight: 700; }
.collection-link { position: relative; display: grid; grid-template-columns: .7fr 1.4fr 50px; align-items: center; gap: 24px; margin-top: 36px; padding: 30px 5px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.collection-link span { color: var(--green); font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.collection-link strong { font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.7rem); font-weight: 500; }
.collection-link i { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-style: normal; transition: background .2s ease, color .2s ease; }
.collection-link:hover i { color: #fff; background: var(--ink); }

.masterclasses { overflow: hidden; color: #fff; background: var(--plum); }
.masterclasses::before { content: ""; position: absolute; top: -160px; left: -190px; width: 570px; aspect-ratio: 1; border: 1px solid rgba(212,175,122,.19); border-radius: 50%; box-shadow: 0 0 0 70px rgba(212,175,122,.022), 0 0 0 140px rgba(212,175,122,.018); }
.feature-heading--light h2 em { color: #efd4a9; }
.feature-heading--light > p:last-child { color: rgba(255,255,255,.67); }
.feature-heading--light .section-number { color: rgba(255,255,255,.5); }
.master-feature { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; min-height: 600px; border: 1px solid rgba(255,255,255,.16); }
.master-feature__image { position: relative; overflow: hidden; }
.master-feature__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 62%, rgba(69,19,65,.62)); }
.master-feature__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.master-feature:hover .master-feature__image img { transform: scale(1.02); }
.master-feature__copy { align-self: center; padding: clamp(34px, 5vw, 68px); }
.master-feature__copy h3 { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 5.5vw, 5rem); font-weight: 500; letter-spacing: -.04em; line-height: .81; }
.master-feature__italic { margin: 14px 0 24px; color: #efd4a9; font-family: var(--serif); font-size: 1.55rem; font-style: italic; }
.master-feature__copy > p:not(.eyebrow):not(.master-feature__italic) { margin: 0; color: rgba(255,255,255,.73); font-size: .78rem; }
.facts { display: flex; gap: 0; margin: 30px 0; border-top: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); }
.facts span { flex: 1; padding: 14px 12px; color: rgba(255,255,255,.66); font-size: .6rem; }
.facts span + span { border-left: 1px solid rgba(255,255,255,.17); }
.facts b { display: block; color: #fff; font-family: var(--serif); font-size: 1.55rem; font-weight: 500; }
.master-list { margin-top: 50px; border-top: 1px solid rgba(255,255,255,.18); }
.master-list__item { display: grid; grid-template-columns: 70px 1fr auto 46px; align-items: center; gap: 22px; min-height: 145px; padding: 25px 6px; border-bottom: 1px solid rgba(255,255,255,.18); transition: padding .25s ease, background .25s ease; }
.master-list__item:hover { padding-inline: 20px; background: rgba(255,255,255,.055); }
.master-list__index { color: #d7b982; font-family: var(--serif); font-style: italic; }
.master-list__item > span:nth-child(2) { display: grid; }
.master-list__item small { color: #d7b982; font-size: .57rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.master-list__item strong { margin-top: 4px; font-family: var(--serif); font-size: clamp(1.55rem, 3vw, 2.5rem); font-weight: 500; line-height: 1; }
.master-list__item p { margin: 6px 0 0; color: rgba(255,255,255,.6); font-size: .69rem; }
.master-list__item > b { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; }
.master-list__item > i { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; font-style: normal; }

.books { background: linear-gradient(145deg, #f9f1ea 0%, var(--cream) 45%, #f2eaf4 100%); }
.book-stage { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; }
.book-stage__covers { position: relative; min-height: 760px; overflow: hidden; background: radial-gradient(circle at 50% 43%, #fff 0%, #f3e7da 38%, #e8d7ca 100%); }
.book-stage__covers::before { content: ""; position: absolute; inset: 9%; border: 1px solid rgba(69,19,65,.16); border-radius: 50%; }
.book-cover { position: absolute; bottom: 10%; width: 58%; filter: drop-shadow(0 28px 28px rgba(36,19,47,.2)); transition: transform .65s cubic-bezier(.2,.75,.25,1); }
.book-cover--one { left: 4%; transform: rotate(-5deg); }
.book-cover--two { right: 1%; z-index: 1; transform: rotate(6deg) translateY(4%); }
.book-stage:hover .book-cover--one { transform: rotate(-8deg) translateX(-8px); }
.book-stage:hover .book-cover--two { transform: rotate(4deg) translate(8px, 0); }
.book-stage__copy { align-self: center; padding: clamp(38px, 6vw, 78px); background: rgba(255,255,255,.62); }
.book-stage__copy h3 { margin: 0 0 35px; font-family: var(--serif); font-size: clamp(2.7rem, 5vw, 4.7rem); font-weight: 500; letter-spacing: -.045em; line-height: .88; }
.volume { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 17px; padding: 19px 0; border-top: 1px solid var(--line); }
.volume > span { color: var(--green); font-family: var(--serif); font-size: 1.25rem; font-style: italic; }
.volume p { display: grid; margin: 0; color: var(--ink-soft); font-size: .65rem; }
.volume p b { margin-bottom: 4px; color: var(--ink); font-family: var(--serif); font-size: 1.15rem; font-weight: 600; }
.volume a { color: var(--green); font-size: .64rem; font-weight: 700; }
.book-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 30px; }
.physical-note { display: block; margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .65rem; }
.physical-note span { margin-right: 8px; color: var(--plum); font-weight: 700; }

.free { background: var(--paper); }
.free-grid { display: grid; grid-template-columns: 1.2fr .8fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.free-grid > * { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.free-feature { grid-row: span 3; display: grid; grid-template-rows: 1fr auto; min-height: 690px; overflow: hidden; background: linear-gradient(155deg, rgba(244,215,215,.4), rgba(225,213,231,.45)); }
.free-feature > img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; }
.free-feature > div { padding: clamp(28px, 4vw, 48px); }
.free-feature small, .free-item small, .reading small { color: var(--green); font-size: .59rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.free-feature h3 { margin: 11px 0 12px; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.3rem); font-weight: 500; line-height: .9; }
.free-feature p { margin: 0; color: var(--ink-soft); font-size: .75rem; }
.free-feature > div > span { display: inline-block; margin-top: 22px; color: var(--green); font-size: .68rem; font-weight: 700; }
.free-item { position: relative; min-height: 230px; display: grid; grid-template-columns: 62px 1fr 32px; align-items: center; gap: 24px; padding: clamp(25px, 4vw, 44px); transition: background .25s ease; }
.free-item:hover { background: var(--cream); }
.free-item__symbol { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--plum); font-family: var(--serif); font-size: 1rem; }
.free-item h3 { margin: 5px 0 7px; font-family: var(--serif); font-size: clamp(1.5rem, 2.5vw, 2.15rem); font-weight: 500; line-height: 1; }
.free-item p { margin: 0; color: var(--ink-soft); font-size: .68rem; }
.free-item i { font-style: normal; }
.reading { display: grid; grid-template-columns: .78fr 1.22fr; margin-top: 90px; color: #fff; background: var(--green); }
.reading__intro { padding: clamp(34px, 5vw, 64px); background: rgba(0,0,0,.05); }
.reading__intro .eyebrow { color: #efd4a9; }
.reading__intro h3 { margin: 0; font-family: var(--serif); font-size: clamp(2.3rem, 4vw, 3.7rem); font-weight: 500; line-height: .9; }
.reading__intro h3 em { color: #efd4a9; font-weight: 400; }
.reading__intro a { display: inline-block; margin-top: 31px; padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.5); font-size: .66rem; font-weight: 700; }
.reading__links { border-left: 1px solid rgba(255,255,255,.18); }
.reading__links a { min-height: 130px; display: grid; grid-template-columns: 42px 1fr 25px; align-items: center; gap: 20px; padding: 22px clamp(28px, 4vw, 48px); border-bottom: 1px solid rgba(255,255,255,.18); transition: background .25s ease; }
.reading__links a:last-child { border-bottom: 0; }
.reading__links a:hover { background: rgba(255,255,255,.06); }
.reading__links > a > span { color: #d7b982; font-family: var(--serif); font-style: italic; }
.reading__links p { display: grid; margin: 0; }
.reading__links b { margin-top: 4px; font-family: var(--serif); font-size: clamp(1.05rem, 2vw, 1.45rem); font-weight: 500; line-height: 1.1; }
.reading__links i { font-style: normal; }

.faq { overflow: hidden; background: linear-gradient(145deg, rgba(179,229,252,.2), var(--paper) 43%, rgba(225,213,231,.3)); }
.faq::before { content: "؟"; position: absolute; top: -10px; right: 2vw; color: rgba(69,19,65,.045); font-family: var(--serif); font-size: clamp(13rem, 31vw, 28rem); line-height: 1; pointer-events: none; }
.faq__grid { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.faq__item { min-height: 245px; display: grid; grid-template-columns: 38px 1fr; align-items: start; gap: 22px; padding: clamp(28px, 4vw, 48px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.25); }
.faq__item > span { color: var(--green); font-family: var(--serif); font-size: 1.05rem; font-style: italic; }
.faq__item h3 { margin: 0 0 15px; font-family: var(--serif); font-size: clamp(1.55rem, 2.5vw, 2.25rem); font-weight: 600; letter-spacing: -.025em; line-height: 1; }
.faq__item p { margin: 0; color: var(--ink-soft); font-size: .74rem; line-height: 1.8; }
.faq__item p a { color: var(--green); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.faq__item--wide { grid-column: 1 / -1; min-height: 170px; grid-template-columns: 38px minmax(0, 760px); align-content: center; background: rgba(200,230,201,.24); }

.trust { background: linear-gradient(180deg, var(--cream), #f5ebe6); }
.trust__grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: clamp(48px, 8vw, 110px); }
.trust__portrait { position: relative; }
.trust__portrait::before { content: ""; position: absolute; inset: -24px 24px 24px -24px; border: 1px solid rgba(212,175,122,.6); pointer-events: none; }
.trust__portrait img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.trust__portrait > span { position: absolute; z-index: 2; right: -24px; bottom: 27px; padding: 14px 18px; color: #fff; background: var(--plum); font-family: var(--serif); font-size: 1rem; line-height: 1.05; }
.trust__portrait small { font-family: var(--sans); font-size: .53rem; letter-spacing: .09em; text-transform: uppercase; opacity: .7; }
.trust__copy h2 { font-size: clamp(3.1rem, 6vw, 5.7rem); }
.trust__copy > p:not(.eyebrow) { max-width: 61ch; margin: 29px 0; color: var(--ink-soft); font-size: .85rem; }
.trust__principles { display: grid; grid-template-columns: repeat(3, 1fr); margin: 32px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust__principles span { padding: 18px 14px; color: var(--ink-soft); font-size: .59rem; }
.trust__principles span + span { border-left: 1px solid var(--line); }
.trust__principles b { display: block; color: var(--ink); font-family: var(--serif); font-size: 1rem; font-weight: 600; }
.testimonial { margin-top: clamp(85px, 11vw, 150px); padding-top: 70px; border-top: 1px solid var(--line); text-align: center; }
.testimonial blockquote { max-width: 950px; margin: 0 auto 24px; font-family: var(--serif); font-size: clamp(2.1rem, 4.5vw, 4rem); font-weight: 400; letter-spacing: -.04em; line-height: 1; }
.testimonial cite { color: var(--green); font-size: .62rem; font-style: normal; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.final-cta { position: relative; isolation: isolate; overflow: hidden; padding: clamp(110px, 14vw, 190px) 0; color: #fff; background: var(--ink); text-align: center; }
.final-cta__light { position: absolute; z-index: -1; top: 50%; left: 50%; width: 720px; aspect-ratio: 1; transform: translate(-50%, -50%); background: radial-gradient(circle, rgba(212,175,122,.24), rgba(225,213,231,.08) 32%, transparent 69%); }
.final-cta::before, .final-cta::after { content: ""; position: absolute; z-index: -1; top: 50%; left: 50%; aspect-ratio: 1; transform: translate(-50%, -50%); border: 1px solid rgba(212,175,122,.2); border-radius: 50%; }
.final-cta::before { width: min(64vw, 820px); }
.final-cta::after { width: min(49vw, 620px); }
.final-cta h2 { color: #fff; }
.final-cta h2 em { color: #efd4a9; }
.final-cta .wrap > p:not(.eyebrow) { max-width: 560px; margin: 29px auto; color: rgba(255,255,255,.7); font-size: .82rem; }
.final-cta small { display: block; margin-top: 16px; color: rgba(255,255,255,.48); font-size: .58rem; letter-spacing: .06em; }

.footer { padding: 80px 0 23px; color: rgba(255,255,255,.72); background: #180d1d; }
.footer__top { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 70px; padding-bottom: 52px; border-bottom: 1px solid rgba(255,255,255,.12); }
.brand--footer { color: #fff; }
.brand--footer img { width: 62px; height: 62px; }
.brand--footer b { font-size: 1.45rem; }
.footer__top > p { max-width: 54ch; margin: 0; color: rgba(255,255,255,.55); font-size: .72rem; }
.footer__links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; padding: 54px 0; }
.footer__links > div { display: grid; align-content: start; gap: 7px; }
.footer__links small { margin-bottom: 9px; color: #d7b982; font-size: .58rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.footer__links a { font-size: .69rem; transition: color .2s ease; }
.footer__links a:hover { color: #fff; }
.footer__bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .58rem; }
.footer__bottom p { margin: 0; }
.footer__bottom div { display: flex; gap: 20px; }
.mobile-dock { display: none; }

.reveal { opacity: 0; transform: translateY(25px); animation: reveal-in .8s cubic-bezier(.2,.75,.25,1) forwards; }
.reveal--delay-1 { animation-delay: .12s; }
.reveal--delay-2 { animation-delay: .24s; }
.reveal--delay-3 { animation-delay: .36s; }
.reveal-on-scroll { opacity: 1; transform: none; }
.js .reveal-on-scroll { opacity: 0; transform: translateY(34px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.25,1); }
.reveal-on-scroll.is-visible { opacity: 1; transform: translateY(0); }

@keyframes reveal-in { to { opacity: 1; transform: translateY(0); } }
@keyframes hero-image { to { transform: scale(1); } }
@keyframes scroll-line { 0%,100% { opacity: .35; transform: scaleY(.6); transform-origin: top; } 50% { opacity: 1; transform: scaleY(1); } }
@keyframes marquee { to { transform: translateX(-50%); } }

@media (max-width: 1050px) {
  :root { --wrap: min(calc(100% - 38px), 900px); }
  .site-header { grid-template-columns: auto 1fr auto; padding-inline: 24px; }
  .desktop-nav { display: none; }
  .header-cta { justify-self: end; }
  .section-intro--split, .feature-heading { grid-template-columns: 110px 1fr; align-items: start; }
  .section-intro--split > p, .feature-heading > p:last-child { grid-column: 2; max-width: 60ch; }
  .tool-feature { grid-template-columns: 1fr 1fr; }
  .master-feature { grid-template-columns: 1fr; }
  .master-feature__image { aspect-ratio: 16/9; }
  .master-feature__image::after { background: linear-gradient(180deg, transparent 72%, var(--plum)); }
  .book-stage { grid-template-columns: 1fr; }
  .book-stage__covers { min-height: 640px; }
  .book-stage__copy { padding: 60px; }
  .trust__grid { grid-template-columns: .85fr 1.15fr; gap: 55px; }
}

@media (max-width: 760px) {
  :root { --wrap: calc(100% - 32px); --header-height: 64px; }
  html { scroll-padding-top: 78px; }
  body { padding-bottom: 64px; }
  .promo { min-height: 45px; padding: 7px 15px; font-size: .62rem; line-height: 1.35; }
  .promo p > span { display: none; }
  .promo__feedback { display: none; }
  .site-header { top: 45px; height: 67px; padding-inline: 16px; gap: 12px; }
  .site-header.is-fixed { height: 62px; }
  .brand { min-width: 0; gap: 8px; }
  .brand img { width: 43px; height: 43px; }
  .brand b { font-size: .94rem; }
  .brand small { font-size: .45rem; }
  .header-cta { display: none; }
  .menu-toggle { justify-self: end; width: 45px; height: 45px; display: grid; place-content: center; gap: 7px; border: 1px solid currentColor; border-radius: 50%; color: inherit; background: transparent; }
  .menu-toggle i { width: 18px; height: 1px; display: block; background: currentColor; transition: transform .25s ease; }
  .menu-toggle[aria-expanded="true"] i:first-of-type { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i:last-of-type { transform: translateY(-4px) rotate(-45deg); }
  .mobile-menu { position: fixed; z-index: -1; inset: 0; padding: 120px 24px 90px; color: var(--ink); background: var(--cream); overflow-y: auto; }
  .mobile-menu:not([hidden]) { display: grid; align-content: start; }
  .mobile-menu a { padding: 11px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.65rem; line-height: 1.2; }
  .mobile-menu .mobile-menu__cta { margin-top: 24px; padding: 15px 18px; border: 0; border-radius: 999px; color: #fff; background: var(--ink); font-family: var(--sans); font-size: .74rem; text-align: center; }

  .hero { min-height: calc(100svh - 45px); align-items: end; }
  .hero__media img { object-position: 67% center; }
  .hero__veil { background: linear-gradient(180deg, rgba(31,15,36,.25) 0%, rgba(31,15,36,.31) 31%, rgba(31,15,36,.95) 76%, #201026 100%); }
  .hero__content { padding-top: 145px; padding-bottom: 73px; }
  .hero__content > * { max-width: none; }
  .hero .eyebrow { margin-bottom: 13px; font-size: .56rem; }
  .eyebrow::before { width: 25px; margin-right: 8px; }
  .hero h1 { font-size: clamp(4.2rem, 21vw, 6.4rem); line-height: .76; }
  .hero h1 em { margin-left: .12em; }
  .hero__statement { font-size: 1.25rem; }
  .hero__lead { max-width: 40ch; font-size: .78rem; line-height: 1.65; }
  .hero__actions { align-items: stretch; flex-direction: column; gap: 15px; margin-top: 22px; }
  .hero__actions .button { width: 100%; }
  .text-link { align-items: center; }
  .hero__proof { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 23px; padding-top: 14px; font-size: .49rem; }
  .hero__scroll { display: none; }
  .hero__orbit--one { width: 110vw; top: -38vw; right: -59vw; }

  .entity-summary { padding: 22px 0 40px; }
  .breadcrumbs { margin-bottom: 25px; }
  .entity-summary__grid { grid-template-columns: 1fr; gap: 15px; }
  .entity-summary__answer { font-size: 1.4rem; }
  .entity-summary ul { margin-top: 14px; }

  .section { padding: 86px 0; }
  .section-intro--split, .feature-heading { grid-template-columns: 1fr; gap: 12px; margin-bottom: 48px; }
  .section-intro--split > p, .feature-heading > p:last-child { grid-column: auto; max-width: 48ch; margin-top: 12px; font-size: .77rem; }
  .section-intro h2, .feature-heading h2, .trust h2, .final-cta h2 { font-size: clamp(3.05rem, 15vw, 4.5rem); }
  .section-number { margin-bottom: 16px; }
  .path-row { min-height: 125px; grid-template-columns: 39px 1fr 29px; gap: 13px; padding: 24px 4px; }
  .path-row__number { align-self: start; padding-top: 3px; font-size: .9rem; }
  .path-row__title { font-size: 1.6rem; line-height: .92; }
  .path-row__meta { grid-column: 2; font-size: .6rem; }
  .path-row__arrow { grid-column: 3; grid-row: 1 / span 2; font-size: 1.25rem; }

  .manifesto { padding: 83px 0 90px; }
  .manifesto blockquote { font-size: clamp(2.35rem, 12vw, 3.45rem); }
  .study__visual { height: 480px; margin-inline: -16px; }
  .study__visual img { object-position: 62% center; }
  .study__caption { width: calc(100% - 32px); right: 16px; bottom: 16px; padding: 18px; }
  .editorial-list { grid-template-columns: 1fr; }
  .editorial-item { min-height: 235px; padding: 34px 4px; border-right: 0 !important; }
  .editorial-item__arrow { top: 30px; right: 4px; width: 36px; height: 36px; }
  .editorial-item h3 { max-width: calc(100% - 48px); margin-top: 18px; font-size: 2.1rem; }
  .section-actions { align-items: stretch; flex-direction: column; }
  .section-actions .button { width: 100%; }
  .section-actions .subtle-link { align-self: center; }

  .tool-feature { grid-template-columns: 1fr; margin-inline: -16px; }
  .tool-feature__copy { padding: 44px 25px 35px; }
  .tool-feature h3 { margin-top: 32px; font-size: 3.2rem; }
  .tool-feature__visual { min-height: 520px; }
  .phone { width: 54%; }
  .phone--back { left: 7%; }
  .phone--front { right: 5%; }
  .button-row { align-items: stretch; flex-direction: column; }
  .button-row .button { width: 100%; }
  .text-arrow { text-align: center; }
  .tools-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .tool-card { min-height: 410px; padding: 36px 24px; border-left: 0 !important; }
  .tool-card h3 { margin-top: 41px; }
  .collection-link { grid-template-columns: 1fr 43px; }
  .collection-link span { grid-column: 1; }
  .collection-link strong { grid-column: 1; font-size: 1.8rem; }
  .collection-link i { grid-column: 2; grid-row: 1 / span 2; }

  .master-feature { margin-inline: -16px; }
  .master-feature__image { aspect-ratio: 4/3; }
  .master-feature__copy { padding: 38px 25px 45px; }
  .master-feature__copy h3 { font-size: 3.35rem; }
  .facts span { padding-inline: 8px; }
  .master-list__item { grid-template-columns: 35px 1fr 36px; gap: 12px; min-height: 150px; }
  .master-list__item > b { display: none; }
  .master-list__item > i { width: 34px; height: 34px; }
  .master-list__item p { display: none; }

  .book-stage { margin-inline: -16px; }
  .book-stage__covers { min-height: 490px; }
  .book-cover { bottom: 9%; width: 64%; }
  .book-stage__copy { padding: 44px 25px; }
  .volume { grid-template-columns: 33px 1fr; }
  .volume a { grid-column: 2; }
  .book-actions { align-items: stretch; flex-direction: column; }
  .book-actions .button { width: 100%; }
  .book-actions .subtle-link { align-self: center; }

  .free-grid { grid-template-columns: 1fr; }
  .free-feature { grid-row: auto; min-height: 610px; }
  .free-feature > img { min-height: 350px; }
  .free-item { grid-template-columns: 50px 1fr 20px; min-height: 200px; gap: 15px; padding: 27px 20px; }
  .free-item__symbol { width: 48px; height: 48px; }
  .reading { grid-template-columns: 1fr; margin-inline: -16px; margin-top: 64px; }
  .reading__intro { padding: 42px 25px; }
  .reading__links { border-top: 1px solid rgba(255,255,255,.18); border-left: 0; }
  .reading__links a { min-height: 125px; grid-template-columns: 30px 1fr 20px; gap: 13px; padding: 22px 25px; }

  .faq__grid { grid-template-columns: 1fr; }
  .faq__item, .faq__item--wide { grid-column: auto; min-height: 0; grid-template-columns: 30px 1fr; gap: 14px; padding: 32px 20px; }
  .faq__item h3 { font-size: 1.7rem; }
  .faq__item p { font-size: .7rem; }

  .trust__grid { grid-template-columns: 1fr; gap: 70px; }
  .trust__portrait { width: calc(100% - 20px); }
  .trust__portrait > span { right: -20px; }
  .trust__copy > p:not(.eyebrow) { font-size: .77rem; }
  .trust__principles { grid-template-columns: 1fr; }
  .trust__principles span + span { border-top: 1px solid var(--line); border-left: 0; }
  .testimonial { padding-top: 55px; }
  .testimonial blockquote { font-size: 2.25rem; }
  .final-cta { padding: 110px 0; }
  .final-cta::before { width: 120vw; }
  .final-cta::after { width: 90vw; }

  .footer { padding-bottom: 35px; }
  .footer__top { grid-template-columns: 1fr; gap: 28px; }
  .footer__links { grid-template-columns: 1fr 1fr; gap: 38px 25px; }
  .footer__bottom { align-items: center; flex-direction: column; text-align: center; }
  .mobile-dock { position: fixed; z-index: 85; right: 8px; bottom: calc(8px + env(safe-area-inset-bottom)); left: 8px; height: 58px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; padding: 4px 3px; border: 1px solid rgba(255,255,255,.22); border-radius: 18px; color: #fff; background: rgba(30,15,36,.93); box-shadow: 0 15px 40px rgba(24,13,29,.28); backdrop-filter: blur(17px); }
  .mobile-dock a { min-height: 48px; display: grid; place-items: center; align-content: center; gap: 0; border-right: 1px solid rgba(255,255,255,.1); font-size: .47rem; font-weight: 600; }
  .mobile-dock a:last-child { border-right: 0; }
  .mobile-dock span { color: #efd4a9; font-family: var(--serif); font-size: 1rem; line-height: 1; }
  body.menu-open .mobile-dock { opacity: 0; pointer-events: none; }
}

@media (max-width: 390px) {
  .brand small { display: none; }
  .hero h1 { font-size: 4rem; }
  .hero__proof { grid-template-columns: 1fr; }
  .tool-feature h3 { font-size: 2.8rem; }
}

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