/*
Theme Name: Iris Light Within
Theme URI: https://irislightwithin.com/
Author: Iris Light Within LLC
Description: Custom Iris Light Within marketing website theme.
Version: 1.0.0
Text Domain: iris-light-within
*/
:root {
  --ink: #151725;
  --muted: #626576;
  --paper: #fffdfb;
  --soft: #f4f2f7;
  --warm: #f2e8dd;
  --warm-deep: #d8c5b1;
  --night: #060716;
  --night-2: #0a0c23;
  --night-3: #111536;
  --blue: #5f91ff;
  --blue-bright: #8bd7ff;
  --violet: #8d70ef;
  --lavender: #ddd8ff;
  --gold: #ddb878;
  --white: #fff;
  --line: rgba(21, 24, 43, .14);
  --line-light: rgba(255, 255, 255, .16);
  --shadow: 0 28px 80px rgba(5, 7, 22, .17);
  --shadow-dark: 0 35px 100px rgba(0, 0, 0, .43);
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 38px;
  --container: 1240px;
  --serif: Georgia, Cambria, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.nav-open { overflow: hidden; }

img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
button { color: inherit; }

h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -.038em;
  line-height: 1.03;
}
h1 { font-size: clamp(4rem, 7.7vw, 7.6rem); }
h2 { font-size: clamp(2.7rem, 5.2vw, 5rem); }
h3 {
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  line-height: 1.18;
}
h4 { font-size: 1.08rem; line-height: 1.35; }
p:last-child { margin-bottom: 0; }
::selection { background: rgba(104, 144, 255, .3); }

.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;
  top: 12px;
  left: 12px;
  z-index: 9999;
  padding: 12px 18px;
  color: var(--night);
  border-radius: 8px;
  background: var(--white);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
.svg-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { position: relative; padding: 120px 0; }

.eyebrow {
  margin-bottom: 20px;
  color: #4f5d86;
  font-size: .76rem;
  font-weight: 780;
  letter-spacing: .18em;
  line-height: 1.35;
  text-transform: uppercase;
}
.eyebrow-light { color: #b2c0ff; }
.large-copy {
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.5vw, 2.12rem);
  line-height: 1.35;
}

.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.button-row-center { justify-content: center; }
.button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 15px 25px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform .22s ease, background-color .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.button svg, .text-link svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible,
.nav-toggle:focus-visible,
.video-play:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
.store-badge:focus-visible,
.text-link:focus-visible {
  outline: 3px solid #8dcfff;
  outline-offset: 4px;
}
.button-primary {
  color: #071021;
  background: linear-gradient(135deg, #f8fcff 0%, #93dcff 42%, #9293ff 100%);
  box-shadow: 0 13px 35px rgba(86, 146, 255, .27), inset 0 1px 0 rgba(255, 255, 255, .8);
}
.button-primary:hover { box-shadow: 0 18px 45px rgba(86, 146, 255, .4), inset 0 1px 0 rgba(255,255,255,.9); }
.button-secondary {
  color: var(--white);
  border-color: rgba(255,255,255,.28);
  background: rgba(255,255,255,.05);
  backdrop-filter: blur(10px);
}
.button-secondary:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.1); }
.button-small { min-height: 45px; padding: 11px 18px; font-size: .82rem; }
.button-glow { color: #071021 !important; background: linear-gradient(135deg, #eaf7ff, #8ed4ff 55%, #9f90ff); box-shadow: 0 8px 28px rgba(87, 145, 255, .28); }
.button-full { width: 100%; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #415b9e;
  font-weight: 760;
  text-decoration: none;
}
.text-link:hover { color: #243f87; }

/* Header */
.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 88px;
  border-bottom: 1px solid transparent;
  transition: background-color .25s ease, border-color .25s ease, backdrop-filter .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled {
  border-color: rgba(255,255,255,.1);
  background: rgba(6,7,22,.88);
  box-shadow: 0 12px 40px rgba(0,0,0,.18);
  backdrop-filter: blur(18px);
}
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); text-decoration: none; }
.brand-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border-radius: 13px;
  box-shadow: 0 0 0 1px rgba(255,255,255,.12), 0 8px 25px rgba(78,111,229,.28);
}
.brand-copy { display: grid; gap: 1px; line-height: 1; }
.brand-name { font-family: var(--serif); font-size: 1.62rem; letter-spacing: .04em; }
.brand-subtitle { color: #b7c3e7; font-size: .53rem; font-weight: 700; letter-spacing: .25em; }
.primary-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 31px); }
.primary-nav > a:not(.button) { color: rgba(255,255,255,.76); font-size: .79rem; font-weight: 680; text-decoration: none; }
.primary-nav > a:not(.button):hover { color: var(--white); }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 0; border-radius: 12px; background: rgba(255,255,255,.08); cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 5px 0; border-radius: 2px; background: var(--white); transition: transform .2s ease, opacity .2s ease; }

/* Hero */
.hero {
  position: relative;
  display: grid;
  min-height: 960px;
  overflow: hidden;
  align-items: center;
  color: var(--white);
  background:
    radial-gradient(circle at 73% 37%, rgba(58, 126, 255, .24), transparent 27%),
    radial-gradient(circle at 23% 28%, rgba(107, 74, 221, .18), transparent 30%),
    linear-gradient(135deg, #050614 0%, #090b25 55%, #0a0c21 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 200px;
  background: linear-gradient(transparent, rgba(4,5,16,.65));
  pointer-events: none;
}
.hero-stars {
  position: absolute;
  inset: 0;
  opacity: .85;
  background-image:
    radial-gradient(circle at 8% 14%, #fff 0 1px, transparent 1.7px),
    radial-gradient(circle at 16% 63%, #90caff 0 1px, transparent 1.7px),
    radial-gradient(circle at 26% 18%, #fff 0 1.2px, transparent 1.9px),
    radial-gradient(circle at 38% 73%, #c6b8ff 0 1px, transparent 1.7px),
    radial-gradient(circle at 46% 13%, #fff 0 1px, transparent 1.7px),
    radial-gradient(circle at 58% 61%, #fff 0 1.1px, transparent 1.7px),
    radial-gradient(circle at 66% 15%, #8ecfff 0 1px, transparent 1.8px),
    radial-gradient(circle at 77% 72%, #fff 0 1px, transparent 1.7px),
    radial-gradient(circle at 89% 25%, #d1c7ff 0 1.1px, transparent 1.8px),
    radial-gradient(circle at 94% 67%, #fff 0 1px, transparent 1.7px);
  background-size: 520px 470px, 470px 550px, 620px 500px, 550px 610px, 680px 530px, 610px 490px, 720px 610px, 530px 570px, 620px 520px, 570px 660px;
}
.hero-nebula {
  position: absolute;
  width: 950px;
  height: 950px;
  top: -160px;
  right: -150px;
  opacity: .18;
  border-radius: 50%;
  background: url("assets/cosmic-background.webp") center/cover no-repeat;
  filter: blur(2px) saturate(1.3);
  mask-image: radial-gradient(circle, #000 0 48%, transparent 74%);
}
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  grid-template-areas:
    "copy visual"
    "secondary visual";
  grid-template-rows: auto 1fr;
  align-items: start;
  gap: 0 clamp(55px, 7vw, 110px);
  padding-top: 142px;
  padding-bottom: 95px;
}
.hero-copy { grid-area: copy; max-width: 735px; padding-top: 55px; }
.hero-secondary { grid-area: secondary; max-width: 735px; }
.hero h1 { margin-bottom: 10px; }
.hero-tagline { margin-bottom: 25px; color: #a8dfff; font-family: var(--serif); font-size: clamp(1.45rem, 2.4vw, 2.15rem); }
.hero-lead { max-width: 670px; margin-bottom: 34px; color: rgba(239,244,255,.74); font-size: 1.07rem; line-height: 1.75; }
.hero-actions { margin-bottom: 0; }
.store-area { margin-top: 28px; }
.store-heading { margin-bottom: 13px; color: rgba(236,242,255,.64); font-size: .76rem; font-weight: 650; }
.store-badges { display: flex; flex-wrap: wrap; align-items: center; gap: 11px; }
.store-badges-center { justify-content: center; margin-top: 31px; }
.store-badge {
  position: relative;
  display: grid;
  width: 174px;
  height: 52px;
  overflow: hidden;
  place-items: center;
  border-radius: 8px;
  color: var(--white);
  background: #050505;
  text-decoration: none;
  box-shadow: 0 9px 25px rgba(0,0,0,.23);
  transition: transform .2s ease, opacity .2s ease;
}
.store-badge:hover { transform: translateY(-2px); }
.store-badge img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; z-index: 2; }
.store-badge-google { width: 181px; height: 54px; }
.store-badge-fallback { display: grid; gap: 0; text-align: left; line-height: 1; }
.store-badge-fallback small { font-size: .58rem; letter-spacing: .02em; }
.store-badge-fallback strong { margin-top: 3px; font-family: var(--sans); font-size: 1.2rem; font-weight: 600; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 29px; }
.hero-facts span {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 7px;
  padding: 8px 14px;
  color: rgba(238,243,255,.72);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  background: rgba(255,255,255,.035);
  font-size: .73rem;
  font-weight: 650;
}
.hero-facts strong { color: var(--white); font-family: var(--serif); font-size: 1.05rem; }
.hero-visual { grid-area: visual; position: relative; min-height: 770px; margin-top: -16px; }
.phone-halo {
  position: absolute;
  width: 630px;
  height: 630px;
  top: 44%;
  left: 50%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(68, 165, 255, .29), rgba(99, 71, 226, .12) 46%, transparent 69%);
  filter: blur(2px);
  transform: translate(-50%, -50%);
}
.phone-frame {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  width: 390px;
  overflow: hidden;
  border: 9px solid #151724;
  border-radius: 53px;
  background: #0c0d17;
  box-shadow: 0 38px 110px rgba(0,0,0,.62), 0 0 80px rgba(88,129,255,.2), inset 0 0 0 1px rgba(255,255,255,.15);
  transform: translateX(-50%);
}
.phone-frame::after { content: ""; position: absolute; inset: 0; border-radius: 43px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.1); pointer-events: none; }
.phone-frame img { width: 100%; height: auto; }
.phone-speaker { position: absolute; z-index: 4; top: 13px; left: 50%; width: 82px; height: 22px; border-radius: 999px; background: #090a12; transform: translateX(-50%); }
.floating-card {
  position: absolute;
  z-index: 5;
  display: flex;
  width: 240px;
  align-items: center;
  gap: 13px;
  padding: 16px 17px;
  color: rgba(242,246,255,.77);
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 18px;
  background: rgba(13,16,39,.72);
  box-shadow: 0 20px 55px rgba(0,0,0,.31);
  font-size: .69rem;
  line-height: 1.45;
  backdrop-filter: blur(18px);
}
.floating-card strong { color: var(--white); font-size: .75rem; }
.floating-card img { width: 40px; height: 40px; border-radius: 11px; }
.floating-card-top { top: 85px; right: -55px; }
.floating-card-bottom { bottom: 80px; left: -65px; }
.floating-number { color: #9ddfff; font-family: var(--serif); font-size: 2.15rem; line-height: 1; }
.scroll-cue { position: absolute; z-index: 4; bottom: 26px; left: 50%; display: grid; justify-items: center; gap: 9px; color: rgba(255,255,255,.48); font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue i { width: 1px; height: 35px; background: linear-gradient(rgba(255,255,255,.65), transparent); }

.trust-ribbon { position: relative; z-index: 4; color: #e9efff; border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); background: #0a0c20; }
.trust-ribbon-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-ribbon span { display: flex; min-height: 74px; align-items: center; justify-content: center; gap: 9px; padding: 13px 20px; border-right: 1px solid rgba(255,255,255,.08); font-size: .77rem; font-weight: 660; text-align: center; }
.trust-ribbon span:last-child { border-right: 0; }
.trust-ribbon svg { width: 18px; height: 18px; fill: none; stroke: #9ed9ff; stroke-width: 2; }

/* General sections */
.opening-statement { background: var(--paper); }
.statement-grid { display: grid; grid-template-columns: .34fr 1.1fr; align-items: start; gap: clamp(45px, 8vw, 135px); }
.section-kicker { padding-top: 14px; }
.kicker-line { display: block; width: 66px; height: 1px; background: #8990aa; }
.statement-copy h2 { max-width: 920px; margin-bottom: 27px; }
.statement-copy p { max-width: 820px; color: var(--muted); font-size: 1.05rem; }
.statement-copy .text-link { margin-top: 14px; }
.section-soft { background: linear-gradient(135deg, #f7f4f8, #f1edf4); }
.section-heading { max-width: 900px; margin-bottom: 60px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading > p:last-child { max-width: 720px; margin-inline: auto; color: var(--muted); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step-card { position: relative; min-height: 390px; overflow: hidden; padding: 37px; border: 1px solid rgba(28,31,52,.1); border-radius: var(--radius); background: rgba(255,255,255,.74); box-shadow: 0 16px 45px rgba(42,35,64,.06); }
.step-card::after { content: ""; position: absolute; width: 260px; height: 260px; right: -125px; bottom: -130px; border-radius: 50%; background: radial-gradient(circle, rgba(103,137,255,.13), transparent 70%); }
.step-number { color: #9398aa; font-family: var(--serif); font-size: .78rem; }
.step-icon { display: grid; width: 58px; height: 58px; margin: 70px 0 25px; place-items: center; border-radius: 18px; color: #5369b7; background: linear-gradient(145deg, #edf6ff, #e7e2ff); }
.step-icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.step-card h3 { margin-bottom: 14px; }
.step-card p { color: var(--muted); font-size: .89rem; line-height: 1.65; }
.boundary-note { display: grid; grid-template-columns: 50px 1fr; align-items: center; gap: 18px; max-width: 970px; margin: 48px auto 0; padding: 24px 29px; border: 1px solid rgba(59,69,111,.15); border-radius: 19px; background: rgba(255,255,255,.62); }
.boundary-icon { display: grid; width: 42px; height: 42px; place-items: center; color: #3e5b9f; border-radius: 50%; background: #e8f4ff; font-family: var(--serif); font-size: 1.22rem; }
.boundary-note p { margin: 0; color: #565b6d; font-size: .85rem; }

.web-cta-band { position: relative; overflow: hidden; padding: 63px 0; color: var(--white); background: linear-gradient(105deg, #11163e, #101026 58%, #151039); }
.web-cta-band::before { content: ""; position: absolute; width: 440px; height: 440px; top: 50%; right: -110px; border-radius: 50%; background: radial-gradient(circle, rgba(96,178,255,.2), transparent 70%); transform: translateY(-50%); }
.web-cta-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; }
.web-cta-grid h2 { max-width: 800px; margin-bottom: 14px; font-size: clamp(2.25rem, 4vw, 3.9rem); }
.web-cta-grid p:last-child { max-width: 730px; color: rgba(238,242,255,.68); }

/* Topics */
.topics-section { overflow: hidden; color: var(--white); background: linear-gradient(145deg, #070817, #101433 62%, #0a0b20); }
.topics-section::before { content: ""; position: absolute; inset: 0; opacity: .32; background: url("assets/cosmic-background.webp") center/cover no-repeat; mix-blend-mode: screen; }
.section-heading-light { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .72fr; align-items: end; gap: 60px; margin-bottom: 60px; }
.section-heading-light h2 { margin-bottom: 0; }
.section-heading-light > p { margin: 0; color: rgba(237,242,255,.68); }
.topics-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.topic-card { position: relative; min-height: 306px; overflow: hidden; padding: 27px; border: 1px solid rgba(255,255,255,.11); border-radius: 22px; background: rgba(255,255,255,.04); backdrop-filter: blur(8px); transition: transform .23s ease, border-color .23s ease, background .23s ease; }
.topic-card:hover { border-color: rgba(130,180,255,.35); background: rgba(255,255,255,.065); transform: translateY(-4px); }
.topic-icon { display: grid; width: 48px; height: 48px; margin-bottom: 42px; place-items: center; color: #a9caff; border-radius: 15px; background: rgba(103,131,255,.12); }
.topic-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.55; }
.topic-icon .fill-icon { fill: currentColor; stroke: none; }
.topic-number { position: absolute; top: 29px; right: 29px; color: rgba(255,255,255,.35); font-family: var(--serif); font-size: .88rem; }
.topic-card h3 { margin-bottom: 14px; color: var(--white); }
.topic-card p { color: rgba(238,243,255,.63); font-size: .84rem; line-height: 1.57; }
.topic-card a { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; color: #d6e6ff; font-size: .78rem; font-weight: 700; text-decoration: none; }
.topic-card a svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.topic-card-featured { border-color: rgba(121,171,255,.42); background: radial-gradient(circle at 50% 0, rgba(100,179,255,.18), transparent 55%), linear-gradient(145deg, rgba(92,123,238,.15), rgba(255,255,255,.03)); box-shadow: 0 25px 70px rgba(20,44,115,.28); }
.section-cta { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 48px; text-align: center; }
.section-cta p { margin: 0; color: rgba(255,255,255,.72); }

/* Unusual experiences */
.unusual-section { overflow: hidden; color: var(--white); background: radial-gradient(circle at 21% 50%, rgba(53,113,255,.21), transparent 34%), linear-gradient(135deg, #06081c 0%, #0d1032 58%, #110d2d 100%); }
.unusual-glow { position: absolute; width: 900px; height: 900px; top: 50%; left: -300px; border-radius: 50%; background: radial-gradient(circle, rgba(89,181,255,.18), rgba(75,80,226,.08) 43%, transparent 70%); transform: translateY(-50%); }
.unusual-grid { display: grid; grid-template-columns: .9fr 1.05fr; align-items: center; gap: clamp(65px, 9vw, 140px); }
.unusual-copy { position: relative; z-index: 2; }
.unusual-copy h2 { margin-bottom: 30px; }
.unusual-copy > p:not(.eyebrow) { color: rgba(242,246,255,.74); }
.unusual-copy .large-copy { color: var(--white); }
.unusual-copy .button-row { margin-top: 36px; }
.unusual-visual { position: relative; min-height: 620px; }
.experience-orb { position: absolute; z-index: 3; top: 50%; left: 50%; width: min(390px, 75vw); aspect-ratio: 1; border: 2px solid rgba(255,255,255,.86); border-radius: 50%; background: radial-gradient(circle at 22% 27%, rgba(255,255,255,.9) 0 1px, transparent 2px), radial-gradient(circle at 67% 20%, rgba(151,219,255,.9) 0 1.5px, transparent 2.5px), radial-gradient(circle at 62% 67%, rgba(255,255,255,.9) 0 1px, transparent 2px), radial-gradient(circle at 38% 56%, rgba(180,160,255,.9) 0 1.3px, transparent 2.4px), radial-gradient(circle at 44% 39%, #fff 0 1.5%, #a8ecff 3%, #4e8fff 18%, #3447bd 40%, #1a174d 72%, #080a21 100%); box-shadow: 0 0 16px rgba(255,255,255,.85), 0 0 60px rgba(75,163,255,.63), 0 0 140px rgba(83,70,220,.4), inset 0 0 70px rgba(160,212,255,.2); transform: translate(-50%, -50%); }
.experience-orb::before, .experience-orb::after { content: ""; position: absolute; border-radius: 50%; }
.experience-orb::before { inset: 11%; opacity: .55; background: repeating-radial-gradient(circle at 50% 50%, transparent 0 19px, rgba(125,192,255,.13) 20px 21px); }
.experience-orb::after { width: 28%; height: 28%; top: 29%; left: 28%; background: radial-gradient(circle, rgba(255,255,255,.7), transparent 70%); filter: blur(8px); }
.orb-core { position: absolute; width: 5px; height: 5px; top: 25%; left: 66%; border-radius: 50%; background: #fff; box-shadow: 0 0 13px #fff, -75px 150px 0 -1px #a9dbff, 92px 76px 0 -1px #fff, -112px 34px 0 -1px #bdadff, 16px 190px 0 -1px #fff; }
.orbit { position: absolute; z-index: 1; top: 50%; left: 50%; border: 1px solid rgba(160,194,255,.21); border-radius: 50%; transform: translate(-50%, -50%); }
.orbit-one { width: 500px; height: 500px; }
.orbit-two { width: 570px; height: 350px; transform: translate(-50%, -50%) rotate(32deg); }
.orbit-three { width: 350px; height: 570px; transform: translate(-50%, -50%) rotate(-20deg); }
.orbit-star { position: absolute; z-index: 4; width: 8px; height: 8px; border-radius: 50%; background: #fff; box-shadow: 0 0 17px 4px rgba(126,202,255,.85); }
.star-one { top: 18%; left: 72%; }
.star-two { bottom: 20%; left: 13%; width: 5px; height: 5px; }
.star-three { top: 29%; left: 11%; width: 4px; height: 4px; }

/* Founders */
.founders-section { background: linear-gradient(110deg, #fbf7f1 0%, #eee1d3 100%); }
.founders-section::before { content: ""; position: absolute; width: 560px; height: 560px; left: -260px; top: 80px; border-radius: 50%; background: radial-gradient(circle, rgba(126,101,228,.1), transparent 70%); }
.founders-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: clamp(58px, 8vw, 118px); }
.founders-photo-wrap { position: relative; margin: 0; }
.founders-photo-frame { position: relative; overflow: hidden; border-radius: 32px; box-shadow: 0 38px 90px rgba(67,47,31,.2); }
.founders-photo-frame::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.46); border-radius: 32px; box-shadow: inset 0 0 60px rgba(0,0,0,.05); pointer-events: none; }
.founders-photo-frame img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.founders-photo-wrap::before { content: ""; position: absolute; z-index: -1; inset: -23px 30px 35px -29px; border: 1px solid rgba(105,82,62,.23); border-radius: 35px; }
.founders-caption { display: grid; grid-template-columns: .75fr 1.25fr; gap: 13px; max-width: 95%; margin: -29px auto 0; padding: 18px 21px; color: #57515a; border: 1px solid rgba(89,74,61,.13); border-radius: 17px; background: rgba(255,253,250,.93); box-shadow: 0 16px 35px rgba(73,51,34,.11); backdrop-filter: blur(12px); }
.founders-caption span { display: grid; gap: 2px; }
.founders-caption span + span { padding-left: 14px; border-left: 1px solid rgba(82,72,63,.13); }
.founders-caption strong { font-size: .8rem; }
.founders-caption small { color: #777079; font-size: .65rem; line-height: 1.35; }
.founders-copy h2 { margin-bottom: 30px; font-size: clamp(2.8rem, 4.6vw, 4.6rem); }
.founders-copy > p:not(.eyebrow) { color: #5b5860; }
.founder-quote { margin: 36px 0 28px; padding: 27px 28px; border-left: 3px solid #666dae; background: rgba(255,255,255,.45); }
.founder-quote p { margin-bottom: 13px; font-family: var(--serif); font-size: clamp(1.28rem, 2vw, 1.7rem); line-height: 1.42; }
.founder-quote cite { color: #6d6870; font-size: .72rem; font-style: normal; font-weight: 720; letter-spacing: .06em; text-transform: uppercase; }
.principles { display: flex; flex-wrap: wrap; gap: 9px; }
.principles span { padding: 8px 13px; color: #4c4a55; border: 1px solid rgba(80,76,90,.17); border-radius: 999px; background: rgba(255,255,255,.34); font-size: .72rem; font-weight: 700; }
.founder-link { margin-top: 28px; }

/* Nebula */
.nebula-section { overflow: hidden; color: var(--white); background: #070913; }
.nebula-texture { position: absolute; inset: 0; opacity: .4; background: linear-gradient(90deg, rgba(5,7,17,.82), rgba(5,7,17,.88)), url("assets/iris-nebula-hubble.webp") center/cover no-repeat; filter: saturate(.8) contrast(1.05); }
.nebula-section::after { content: ""; position: absolute; width: 720px; height: 720px; top: 45%; right: -290px; border-radius: 50%; background: radial-gradient(circle, rgba(110,88,221,.19), transparent 68%); transform: translateY(-50%); }
.nebula-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 360px 1fr; align-items: center; gap: clamp(65px, 9vw, 135px); }
.nebula-image { width: min(330px, 100%); margin: 0 auto; }
.nebula-image-main { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.23); border-radius: 24px; box-shadow: 0 28px 80px rgba(0,0,0,.5), 0 0 50px rgba(75,103,214,.2); }
.nebula-image-main::after { content: ""; position: absolute; inset: 0; border-radius: 24px; box-shadow: inset 0 0 60px rgba(0,0,0,.26), inset 0 0 0 1px rgba(255,255,255,.1); }
.nebula-image-main img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.nebula-image figcaption { margin-top: 14px; color: rgba(255,255,255,.5); font-size: .67rem; text-align: center; }
.nebula-copy { max-width: 760px; }
.nebula-copy h2 { margin-bottom: 25px; }
.nebula-copy h2 span { display: block; margin-top: 11px; color: #9aace8; font-family: var(--sans); font-size: .74rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.nebula-copy > p:not(.eyebrow) { color: rgba(238,242,255,.73); }
.nebula-copy .large-copy { color: var(--white); }

/* Dedication */
.dedication-section { background: #fbfaf8; }
.dedication-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(60px, 9vw, 130px); }
.video-card { position: relative; display: grid; min-height: 540px; overflow: hidden; place-items: center; border-radius: 32px; background: radial-gradient(circle at 50% 80%, rgba(78,145,255,.34), transparent 36%), linear-gradient(160deg, #070a1a, #1a1742 56%, #071227); box-shadow: var(--shadow-dark); }
.video-card.has-video { min-height: 0; aspect-ratio: 16 / 9; }
.video-card iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.rainbow-arc { position: absolute; width: 620px; height: 620px; left: 50%; border: 9px solid transparent; border-radius: 50%; background: linear-gradient(#10142d, #10142d) padding-box, conic-gradient(from 210deg, #ff6e7d, #ffb54d, #f9ec6b, #75d89b, #67b5ff, #8f7aea, #ff6e9b, transparent 64%) border-box; filter: drop-shadow(0 0 19px rgba(126,144,255,.28)); transform: translateX(-50%); }
.rainbow-one { top: 100px; }
.rainbow-two { top: 145px; width: 530px; height: 530px; opacity: .24; filter: blur(3px); }
.video-card-stars { position: absolute; inset: 0; background: radial-gradient(circle at 22% 26%, #fff 0 1px, transparent 1.8px), radial-gradient(circle at 78% 22%, #fff 0 1px, transparent 1.8px), radial-gradient(circle at 63% 68%, #a9d7ff 0 1px, transparent 1.8px), radial-gradient(circle at 31% 78%, #d2c3ff 0 1px, transparent 1.8px); }
.video-play { position: relative; z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 18px; max-width: 270px; padding: 0; color: var(--white); border: 0; background: transparent; cursor: pointer; font-weight: 720; text-align: center; }
.video-play svg { width: 86px; height: 86px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; filter: drop-shadow(0 0 20px rgba(124,196,255,.55)); transition: transform .25s ease; }
.video-play:hover svg { transform: scale(1.06); }
.dedication-copy h2 { margin-bottom: 28px; }
.dedication-copy > p:not(.eyebrow) { color: var(--muted); }
.dedication-line { margin-top: 29px; color: #3c4977 !important; font-family: var(--serif); font-size: 1.38rem; }

/* Share form */
.share-section { overflow: hidden; color: var(--white); background: linear-gradient(140deg, #0a0c23, #17123a 58%, #0a1534); }
.share-section::before { content: ""; position: absolute; inset: 0; opacity: .25; background: url("assets/cosmic-background.webp") center/cover no-repeat; }
.share-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .86fr 1.14fr; align-items: start; gap: clamp(55px, 8vw, 120px); }
.share-copy { position: sticky; top: 125px; }
.share-copy h2 { margin-bottom: 29px; font-size: clamp(2.65rem, 4.7vw, 4.5rem); }
.share-copy > p:not(.eyebrow) { color: rgba(239,244,255,.7); }
.share-promise { display: grid; grid-template-columns: 38px 1fr; gap: 14px; margin-top: 35px; padding: 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; background: rgba(255,255,255,.045); }
.share-promise-icon { display: grid; width: 34px; height: 34px; place-items: center; color: #aee4ff; border-radius: 50%; background: rgba(99,139,255,.12); }
.share-promise p { color: rgba(238,243,255,.65); font-size: .77rem; line-height: 1.55; }
.story-form { padding: 36px; border: 1px solid rgba(255,255,255,.14); border-radius: 25px; background: rgba(255,255,255,.075); box-shadow: 0 28px 80px rgba(0,0,0,.24); backdrop-filter: blur(18px); }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.field { margin-bottom: 18px; }
.field label { display: block; margin-bottom: 8px; color: rgba(245,247,255,.9); font-size: .76rem; font-weight: 700; }
.field label span { color: rgba(255,255,255,.45); font-weight: 500; }
.field input, .field textarea, .field select { width: 100%; padding: 14px 15px; color: var(--white); border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(5,7,22,.54); outline: none; }
.field textarea { resize: vertical; min-height: 170px; }
.field input[type="file"] { color: rgba(255,255,255,.68); font-size: .76rem; }
.field small { display: block; margin-top: 7px; color: rgba(255,255,255,.46); font-size: .67rem; }
.check-field { display: grid; grid-template-columns: 20px 1fr; align-items: start; gap: 10px; margin: 7px 0 22px; color: rgba(245,247,255,.68); font-size: .75rem; }
.check-field input { width: 18px; height: 18px; margin-top: 3px; }
.form-note { margin-top: 12px; color: rgba(255,255,255,.48); font-size: .67rem; text-align: center; }

/* Safety */
.safety-section { background: #f2f4fa; }
.safety-grid { display: grid; grid-template-columns: .6fr 1.4fr; align-items: start; gap: clamp(50px, 7vw, 105px); }
.safety-copy { position: sticky; top: 125px; }
.safety-copy h2 { margin-bottom: 25px; font-size: clamp(2.6rem, 4.7vw, 4.4rem); }
.safety-copy p:last-child { color: var(--muted); }
.safety-cards { display: grid; gap: 14px; }
.safety-card { padding: 28px 30px; border: 1px solid rgba(37,48,83,.11); border-radius: 20px; background: rgba(255,255,255,.78); box-shadow: 0 14px 38px rgba(32,40,70,.05); }
.safety-card h3 { margin-bottom: 10px; font-size: 1.55rem; }
.safety-card p { color: var(--muted); font-size: .84rem; }
.safety-card a { color: #3d5b9e; font-size: .78rem; font-weight: 750; text-decoration: none; }

/* FAQ */
.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; align-items: start; gap: clamp(55px, 8vw, 120px); }
.faq-intro { position: sticky; top: 125px; }
.faq-intro h2 { margin-bottom: 25px; font-size: clamp(2.6rem, 4.7vw, 4.4rem); }
.faq-intro p:last-child { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 25px 50px 25px 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 1.28rem; line-height: 1.3; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before, .faq-list summary::after { content: ""; position: absolute; top: 50%; right: 8px; width: 18px; height: 1px; background: #59617a; transition: transform .2s ease; }
.faq-list summary::after { transform: rotate(90deg); }
.faq-list details[open] summary::after { transform: rotate(0); }
.faq-list details p { max-width: 780px; padding: 0 50px 25px 0; color: var(--muted); font-size: .88rem; }

/* Final CTA + footer */
.final-cta { position: relative; overflow: hidden; padding: 130px 0; color: var(--white); text-align: center; background: radial-gradient(circle at 50% 45%, #17265a 0%, #101232 42%, #070817 74%); }
.final-cta::before { content: ""; position: absolute; inset: 0; opacity: .28; background: url("assets/cosmic-background.webp") center/cover no-repeat; }
.final-cta-orb { position: absolute; width: 730px; height: 730px; top: 50%; left: 50%; border-radius: 50%; background: radial-gradient(circle, rgba(92,178,255,.2), rgba(91,75,223,.08) 45%, transparent 70%); transform: translate(-50%, -50%); }
.final-cta-content { position: relative; z-index: 2; max-width: 980px; }
.final-cta-icon { width: 82px; height: 82px; margin: 0 auto 25px; border-radius: 22px; box-shadow: 0 0 0 1px rgba(255,255,255,.16), 0 17px 50px rgba(74,113,236,.36); }
.final-cta h2 { margin-bottom: 25px; }
.final-cta-content > p:not(.eyebrow):not(.mobile-coming-soon) { color: rgba(239,244,255,.72); }
.final-cta .button-row { margin-top: 35px; }
.mobile-coming-soon { margin-top: 10px; color: rgba(255,255,255,.45); font-size: .68rem; }
.site-footer { padding: 78px 0 26px; color: rgba(237,241,255,.7); background: #050611; }
.footer-grid { display: grid; grid-template-columns: 1.15fr .72fr .82fr 1fr; gap: 45px; padding-bottom: 55px; }
.brand-footer { margin-bottom: 18px; }
.footer-brand > p { max-width: 280px; color: rgba(255,255,255,.56); font-family: var(--serif); font-size: 1.13rem; }
.footer-web-link { display: inline-block; margin-top: 12px; color: #a9dbff; font-size: .76rem; font-weight: 700; text-decoration: none; }
.footer-label { margin-bottom: 15px; color: #fff; font-size: .67rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.footer-label-spaced { margin-top: 27px; }
.footer-nav { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-nav a, .footer-contact a { color: rgba(237,241,255,.69); font-size: .73rem; text-decoration: none; }
.footer-nav a:hover, .footer-contact a:hover { color: var(--white); }
.footer-contact p:last-child { color: rgba(237,241,255,.5); font-size: .69rem; line-height: 1.55; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 23px 0; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.4); font-size: .62rem; }
.footer-bottom p { margin: 0; }
.store-trademarks { padding-top: 10px; color: rgba(255,255,255,.29); font-size: .54rem; line-height: 1.5; }
.toast { position: fixed; z-index: 3000; right: 22px; bottom: 22px; max-width: min(420px, calc(100vw - 44px)); padding: 15px 18px; color: #fff; border: 1px solid rgba(255,255,255,.16); border-radius: 13px; background: rgba(9,11,30,.94); box-shadow: 0 20px 60px rgba(0,0,0,.38); opacity: 0; pointer-events: none; transform: translateY(15px); transition: opacity .2s ease, transform .2s ease; backdrop-filter: blur(16px); font-size: .78rem; }
.toast.is-visible { opacity: 1; transform: translateY(0); }

/* Legal and support pages */
.legal-body { background: #f7f6f8; }
.legal-header { position: sticky; top: 0; z-index: 50; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(6,7,22,.96); backdrop-filter: blur(18px); }
.legal-header .nav-wrap { height: 82px; }
.legal-header-actions { display: flex; align-items: center; gap: 15px; }
.legal-header-actions a:not(.button) { color: rgba(255,255,255,.72); font-size: .76rem; text-decoration: none; }
.prelaunch-banner { padding: 11px 20px; color: #3c341f; border-bottom: 1px solid rgba(90,75,35,.15); background: #fff2c9; font-size: .72rem; font-weight: 650; text-align: center; }
.legal-hero { position: relative; overflow: hidden; padding: 85px 0 72px; color: var(--white); background: linear-gradient(135deg, #080a20, #15113a); }
.legal-hero::after { content: ""; position: absolute; width: 550px; height: 550px; top: -260px; right: -130px; border-radius: 50%; background: radial-gradient(circle, rgba(100,183,255,.24), transparent 68%); }
.legal-hero .container { position: relative; z-index: 2; }
.legal-hero h1 { max-width: 880px; margin-bottom: 19px; font-size: clamp(3.1rem, 6vw, 5.8rem); }
.legal-hero p { max-width: 760px; color: rgba(239,244,255,.69); }
.legal-meta { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 27px; }
.legal-meta span { padding: 7px 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; background: rgba(255,255,255,.04); font-size: .65rem; font-weight: 680; }
.legal-layout { display: grid; grid-template-columns: 270px minmax(0, 1fr); align-items: start; gap: 65px; padding: 75px 0 110px; }
.legal-toc { position: sticky; top: 110px; padding: 21px; border: 1px solid rgba(33,38,66,.11); border-radius: 18px; background: #fff; box-shadow: 0 14px 40px rgba(32,35,60,.05); }
.legal-toc p { margin-bottom: 12px; color: #3e4662; font-size: .68rem; font-weight: 780; letter-spacing: .12em; text-transform: uppercase; }
.legal-toc nav { display: flex; flex-direction: column; gap: 7px; }
.legal-toc a { color: #62687c; font-size: .7rem; text-decoration: none; }
.legal-toc a:hover { color: #364f91; }
.legal-document { min-width: 0; }
.legal-document section { scroll-margin-top: 112px; padding: 0 0 42px; margin-bottom: 42px; border-bottom: 1px solid rgba(29,34,57,.12); }
.legal-document section:last-child { border-bottom: 0; }
.legal-document h2 { margin-bottom: 22px; font-size: clamp(2rem, 3.6vw, 3.15rem); }
.legal-document h3 { margin: 28px 0 12px; font-family: var(--sans); font-size: 1.05rem; font-weight: 780; letter-spacing: -.01em; }
.legal-document p, .legal-document li { color: #5a5e6f; font-size: .88rem; }
.legal-document ul, .legal-document ol { padding-left: 23px; }
.legal-document li + li { margin-top: 8px; }
.legal-callout { margin: 25px 0; padding: 22px 24px; border-left: 3px solid #6575bd; border-radius: 0 15px 15px 0; background: #eef1fb; }
.legal-callout strong { color: #323a5b; }
.legal-callout p { margin-bottom: 0; }
.legal-warning { border-left-color: #b1792c; background: #fff7e8; }
.legal-contact-card { padding: 25px; border: 1px solid rgba(33,38,66,.11); border-radius: 18px; background: #fff; }
.legal-contact-card a { color: #3a579f; font-weight: 720; }
.legal-form { max-width: 760px; padding: 28px; border: 1px solid rgba(33,38,66,.11); border-radius: 20px; background: #fff; box-shadow: 0 16px 45px rgba(32,35,60,.05); }
.legal-form .field label { color: #343848; }
.legal-form .field input, .legal-form .field textarea, .legal-form .field select { color: var(--ink); border-color: rgba(30,35,58,.16); background: #fafafa; }
.legal-form .field small { color: #777c8c; }
.legal-form .check-field { color: #606575; }
.legal-form .form-note { color: #777c8c; }
.support-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.support-card { padding: 27px; border: 1px solid rgba(33,38,66,.11); border-radius: 19px; background: #fff; }
.support-card h3 { margin-bottom: 10px; }
.support-card p { color: var(--muted); font-size: .82rem; }
.support-card a { color: #3c579b; font-size: .78rem; font-weight: 730; text-decoration: none; }
.legal-footer { padding: 42px 0; color: rgba(255,255,255,.59); background: #050611; }
.legal-footer-grid { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; }
.legal-footer nav { display: flex; flex-wrap: wrap; gap: 17px; }
.legal-footer a { color: rgba(255,255,255,.67); font-size: .69rem; text-decoration: none; }
.legal-footer p { margin: 0; font-size: .65rem; }

/* Reveal */
.js .reveal { opacity: 0; transform: translateY(25px); transition: opacity .72s ease, transform .72s cubic-bezier(.2,.68,.25,1); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay, .reveal-delay-1 { transition-delay: .11s !important; }
.reveal-delay-2 { transition-delay: .2s !important; }

@media (max-width: 1120px) {
  .primary-nav { gap: 17px; }
  .primary-nav > a:not(.button) { font-size: .72rem; }
  .hero-grid { grid-template-columns: 1fr .82fr; }
  .phone-frame { width: 350px; }
  .floating-card-top { right: -30px; }
  .floating-card-bottom { left: -45px; }
  .footer-grid { grid-template-columns: 1.2fr .8fr .9fr; }
  .footer-contact { grid-column: span 3; max-width: 620px; }
}

@media (max-width: 1020px) {
  body { font-size: 17px; }
  .section { padding: 96px 0; }
  .nav-toggle { display: block; }
  .primary-nav { position: fixed; inset: 82px 16px auto; display: grid; max-height: calc(100vh - 110px); overflow-y: auto; gap: 0; padding: 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(7,8,23,.98); box-shadow: 0 30px 80px rgba(0,0,0,.45); opacity: 0; pointer-events: none; transform: translateY(-15px) scale(.98); transition: opacity .2s ease, transform .2s ease; }
  .primary-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }
  .primary-nav > a:not(.button) { display: block; padding: 15px 11px; border-bottom: 1px solid rgba(255,255,255,.08); font-size: .98rem; }
  .primary-nav .button { margin-top: 17px; }
  .nav-open .nav-toggle span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .nav-open .nav-toggle span:nth-child(3) { opacity: 0; }
  .nav-open .nav-toggle span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; grid-template-areas: "copy" "visual" "secondary"; grid-template-rows: auto; gap: 0; padding-top: 130px; padding-bottom: 110px; }
  .hero-copy, .hero-secondary { max-width: 820px; }
  .hero-copy { padding-top: 0; }
  .hero-secondary { width: 100%; margin-top: 8px; }
  .hero-visual { min-height: 735px; margin-top: 15px; }
  .phone-frame { width: 380px; }
  .floating-card-top { right: calc(50% - 350px); }
  .floating-card-bottom { left: calc(50% - 355px); }
  .statement-grid, .section-heading-light, .unusual-grid, .founders-grid, .dedication-grid, .share-grid, .safety-grid, .faq-grid { grid-template-columns: 1fr; }
  .statement-grid { gap: 25px; }
  .section-heading-light { gap: 25px; }
  .section-heading-light > p { max-width: 760px; }
  .steps-grid, .topics-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid .step-card:last-child { grid-column: span 2; min-height: 330px; }
  .unusual-visual { min-height: 570px; order: 2; }
  .unusual-copy { order: 1; }
  .founders-grid, .dedication-grid { gap: 70px; }
  .founders-photo-wrap, .video-card { width: min(680px, 100%); margin-inline: auto; }
  .nebula-grid { grid-template-columns: 280px 1fr; gap: 55px; }
  .nebula-image { width: 275px; }
  .share-copy, .safety-copy, .faq-intro { position: static; max-width: 820px; }
  .footer-grid { grid-template-columns: 1.1fr .9fr; }
  .footer-contact { grid-column: span 2; }
  .web-cta-grid { grid-template-columns: 1fr; gap: 24px; }
  .web-cta-grid .button { justify-self: start; }
  .legal-layout { grid-template-columns: 1fr; gap: 30px; }
  .legal-toc { position: static; }
  .legal-toc nav { display: grid; grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 78px 0; }
  .site-header { height: 72px; }
  .nav-wrap { height: 72px; }
  .primary-nav { inset: 72px 10px auto; }
  .brand-icon { width: 38px; height: 38px; border-radius: 10px; }
  .brand-name { font-size: 1.25rem; }
  .brand-subtitle { font-size: .45rem; }
  .hero-grid { padding-top: 112px; padding-bottom: 88px; }
  .hero h1 { font-size: clamp(3.35rem, 15vw, 5.3rem); }
  .hero-lead { font-size: 1rem; }
  .button-row .button { width: 100%; }
  .store-badges { justify-content: center; }
  .store-area { text-align: center; }
  .hero-facts { gap: 8px; }
  .hero-facts span { flex: 1 1 135px; justify-content: center; }
  .hero-visual { min-height: 625px; }
  .phone-frame { width: min(326px, calc(100vw - 62px)); border-width: 7px; border-radius: 44px; }
  .phone-frame::after { border-radius: 36px; }
  .floating-card { display: none; }
  .scroll-cue { display: none; }
  .trust-ribbon-grid { grid-template-columns: 1fr; }
  .trust-ribbon span { min-height: 55px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .trust-ribbon span:last-child { border-bottom: 0; }
  .statement-copy h2, .section-heading h2, .unusual-copy h2, .founders-copy h2, .dedication-copy h2, .share-copy h2, .safety-copy h2, .faq-intro h2, .final-cta h2 { font-size: clamp(2.45rem, 11vw, 3.65rem); }
  .steps-grid, .topics-grid { grid-template-columns: 1fr; }
  .steps-grid .step-card:last-child { grid-column: auto; }
  .step-card { min-height: 350px; padding: 30px; }
  .topic-card { min-height: 285px; }
  .section-cta { flex-direction: column; }
  .section-cta .button { width: 100%; }
  .unusual-visual { min-height: 455px; }
  .experience-orb { width: min(310px, 76vw); }
  .orbit-one { width: 380px; height: 380px; }
  .orbit-two { width: 410px; height: 265px; }
  .orbit-three { width: 265px; height: 410px; }
  .founders-caption { grid-template-columns: 1fr; max-width: 94%; }
  .founders-caption span + span { padding-top: 10px; padding-left: 0; border-top: 1px solid rgba(82,72,63,.13); border-left: 0; }
  .nebula-grid { grid-template-columns: 1fr; gap: 45px; }
  .nebula-image { width: 250px; }
  .video-card { min-height: 420px; }
  .rainbow-arc { width: 500px; height: 500px; }
  .rainbow-two { width: 420px; height: 420px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .story-form { padding: 25px; }
  .boundary-note { grid-template-columns: 1fr; padding: 22px; }
  .faq-list summary { padding-right: 42px; font-size: 1.15rem; }
  .final-cta { padding: 100px 0; }
  .final-cta-orb { width: 480px; height: 480px; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-contact { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .legal-header-actions a:not(.button) { display: none; }
  .legal-header .button { min-height: 43px; padding: 10px 15px; font-size: .72rem; }
  .legal-hero { padding: 65px 0 55px; }
  .legal-layout { padding: 55px 0 80px; }
  .legal-toc nav { grid-template-columns: 1fr; }
  .support-grid { grid-template-columns: 1fr; }
  .legal-form { padding: 22px; }
  .legal-footer-grid { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 420px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .hero-visual { min-height: 565px; }
  .phone-frame { width: min(288px, calc(100vw - 50px)); }
  .hero-facts span { flex: 1 1 100%; }
  .store-badge { width: 158px; height: 47px; }
  .store-badge-google { width: 163px; height: 49px; }
  .experience-orb { width: 268px; }
  .orbit-one { width: 320px; height: 320px; }
  .orbit-two { width: 350px; height: 225px; }
  .orbit-three { width: 225px; height: 350px; }
}

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

/* V3 founder-story additions */
.founder-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 30px 0 4px;
}
.founder-profile-card {
  padding: 22px 23px 21px;
  border: 1px solid rgba(92, 78, 65, .14);
  border-radius: 19px;
  background: rgba(255, 255, 255, .43);
  box-shadow: 0 12px 30px rgba(72, 51, 36, .07);
}
.founder-profile-label {
  margin: 0 0 8px !important;
  color: #5d67a5 !important;
  font-size: .7rem;
  font-weight: 760;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.founder-profile-card h3 {
  margin: 0 0 10px;
  color: #191b2b;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 1.7vw, 1.58rem);
  line-height: 1.18;
}
.founder-profile-card p:last-child {
  margin: 0;
  color: #625e64;
  font-size: .9rem;
  line-height: 1.65;
}
@media (max-width: 680px) {
  .founder-profile-grid { grid-template-columns: 1fr; }
  .founder-profile-card { padding: 20px; }
}

/* V3 anchor and founder refinements */
main section[id] { scroll-margin-top: 92px; }
.founders-copy h2 { font-size: clamp(2.65rem, 4.15vw, 4.2rem); }
.store-badge img { color: transparent; font-size: 0; }

/* Final founder-story refinement */
.founder-origin-statement {
  margin: 0 0 26px;
  padding: 0 0 0 22px;
  border-left: 2px solid rgba(66, 83, 145, .38);
}
.founder-origin-statement p {
  margin: 0 0 10px;
  color: #4f4b52;
  font-family: var(--serif);
  font-size: clamp(1.08rem, 1.55vw, 1.34rem);
  line-height: 1.58;
}
.founder-origin-statement span {
  color: #6c6670;
  font-size: .68rem;
  font-weight: 760;
  letter-spacing: .09em;
  text-transform: uppercase;
}
@media (max-width: 1040px) {
  .founders-photo-wrap { width: min(560px, 100%); }
}
.store-badge-fallback { position: relative; }
.store-soon {
  position: absolute;
  right: 8px;
  top: 5px;
  padding: 2px 5px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  font-size: .38rem;
  font-weight: 750;
  letter-spacing: .04em;
  text-transform: uppercase;
}


/* V4 interactive hubs, official-style store badges, and social links */
.floating-card { color: rgba(242,246,255,.77); text-decoration: none; cursor: pointer; }
.floating-card:hover, .floating-card:focus-visible { border-color: rgba(158,208,255,.48); background: rgba(24,30,64,.88); transform: translateY(-3px); }
.store-badge { display: flex; align-items: center; justify-content: flex-start; gap: 10px; padding: 7px 12px; border: 1px solid rgba(255,255,255,.28); }
.store-badge-mark { flex: 0 0 auto; width: 29px; height: 31px; }
.store-badge-apple-mark { fill: #fff; }
.store-badge-google-mark { width: 27px; height: 29px; }
.store-badge-fallback { position: relative; text-align: left; }
.store-badge-fallback small { display: block; }
.topics-section.section { padding: 72px 0; }
.topics-section .section-heading-light { gap: 36px; margin-bottom: 32px; }
.topics-grid { gap: 12px; }
.topic-card { display: block; min-height: 218px; padding: 21px; color: inherit; text-decoration: none; }
.topic-card:focus-visible { outline: 3px solid #9ddfff; outline-offset: 3px; }
.topic-icon { width: 40px; height: 40px; margin-bottom: 22px; border-radius: 12px; }
.topic-icon svg { width: 23px; height: 23px; }
.topic-number { top: 22px; right: 22px; }
.topic-card h3 { margin-bottom: 9px; font-size: clamp(1.05rem, 1.55vw, 1.28rem); }
.topic-card p { margin: 0; font-size: .77rem; line-height: 1.48; }
.topics-section .section-cta { margin-top: 30px; }
.social-links { display: grid; gap: 8px; margin-top: 20px; }
.social-links a { display: flex; align-items: center; gap: 8px; color: rgba(237,241,255,.74); font-size: .7rem; text-decoration: none; }
.social-links a:hover { color: #fff; }
.social-links strong { display: block; color: #a9dbff; font-size: .66rem; font-weight: 650; }
.social-icon { display: grid; width: 28px; height: 28px; flex: 0 0 28px; place-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 9px; background: rgba(255,255,255,.05); color: #fff; font-size: 1rem; }
@media (max-width: 1020px) {
  .topics-section.section { padding: 66px 0; }
  .topic-card { min-height: 205px; }
}
@media (max-width: 720px) {
  .topics-section.section { padding: 56px 0; }
  .topics-section .section-heading-light { margin-bottom: 26px; }
  .topic-card { min-height: 0; padding: 19px; }
  .topic-icon { margin-bottom: 16px; }
  .store-badge { width: 174px; height: 52px; }
  .store-badge-google { width: 181px; height: 54px; }
}
@media (max-width: 420px) {
  .store-badges { flex-direction: column; }
  .store-badge, .store-badge-google { width: 174px; height: 52px; }
}
