/* Arisn: Cormorant headings, DM Sans copy, Oswald numerals. */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; }
body { margin: 0; background: #060709; color: #F3EFE6; font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif; font-weight: 500; font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem); line-height: 1.65; letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #F3D89D; outline-offset: 6px; }
img { display: block; max-width: 100%; height: auto; }
[hidden] { display: none !important; }
::selection { background: #DFC17B; color: #060709; }
h1, h2 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 700; letter-spacing: 0; line-height: 1.04; margin: 0; text-wrap: balance; }
h1 { font-size: clamp(3rem, 2rem + 4.4vw, 5.4rem); }
h2 { font-size: clamp(2.4rem, 1.7rem + 3vw, 3.9rem); line-height: 1.08; }
h3 { font-size: 1.1875rem; line-height: 1.37; font-weight: 600; letter-spacing: 0.03em; margin: 0 0 10px; }
em { color: #F3D89D; font-style: normal; }
p { margin: 0 0 20px; }
figure { margin: 0; }
.wrap { width: min(1160px, calc(100% - 96px)); margin-inline: auto; }
.section { padding-block: 104px; }
.eyebrow { color: #DFC17B; font-size: 0.75rem; line-height: 1.33; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 20px; }
.lede { color: #9CA3AF; font-size: clamp(1.02rem, 0.98rem + 0.25vw, 1.15rem); font-weight: 500; line-height: 1.5; max-width: 49ch; margin-top: 24px; }
.small-copy, figcaption { color: #9CA3AF; font-size: 0.875rem; font-weight: 400; line-height: 1.43; }
.text-link { display: inline-flex; align-items: center; gap: 16px; color: #F3D89D; font-size: 0.95rem; font-weight: 500; min-height: 44px; text-underline-offset: 5px; }
.text-link:hover { text-decoration: underline; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; border-radius: 9px; padding: 12px 24px; background: #DFC17B; color: #060709; font-size: 0.9rem; font-weight: 700; transition: background 160ms ease, transform 160ms ease; }
.button:hover { background: #F3D89D; transform: translateY(-1px); }
.button.small { min-height: 44px; padding: 9px 20px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 16px; background: #DFC17B; color: #060709; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.site-nav { position: sticky; top: 0; z-index: 20; background: rgba(6,7,9,0.94); border-bottom: 1px solid rgba(255,255,255,0.08); backdrop-filter: blur(16px); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; min-height: 80px; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 700; font-size: 1.15rem; letter-spacing: 0.3em; }
.brand img { width: 36px; height: 36px; }
.nav-links { display: flex; gap: 30px; align-items: center; }
.nav-links > a:not(.button) { color: #9CA3AF; font-size: 0.9rem; display: inline-flex; align-items: center; min-height: 44px; }
.nav-links > a:hover { color: #F3EFE6; }
.nav-links > .button:hover { color: #060709; }
.hero { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 44px; align-items: center; padding-block: 48px 52px; }
.hero-copy { padding-bottom: 8px; }
.hero .eyebrow { margin-bottom: 16px; }
.hero-sub { color: #9CA3AF; font-size: clamp(1.05rem, 1rem + 0.3vw, 1.2rem); font-weight: 500; line-height: 1.5; max-width: 40ch; margin: 23px 0; }
.store-badges { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.badge-store { display: inline-flex; align-items: center; gap: 11px; padding: 10px 17px; min-height: 56px; border: 1px solid #706449; border-radius: 10px; background: #11141D; transition: border-color 160ms ease, background 160ms ease; }
.badge-store:hover { border-color: #DFC17B; background: #1C212E; }
.badge-store svg { width: 22px; height: 26px; flex-shrink: 0; }
.badge-store > span { display: flex; flex-direction: column; }
.b-top { font-size: 10px; line-height: 1.15; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; color: #9CA3AF; }
.b-bot { font-size: 19px; line-height: 1.2; font-weight: 600; letter-spacing: 0.01em; }
.hero-note { font-size: 0.875rem; font-weight: 400; line-height: 1.43; color: #9CA3AF; margin: 13px 0 8px; }
.hero-stage { overflow: clip; position: relative; min-height: 520px; display: flex; flex-direction: column; align-items: center; justify-content: center; isolation: isolate; }
.hero-stage::before { content: ''; position: absolute; inset: 5% -10%; background: radial-gradient(ellipse, rgba(223,193,123,0.09), transparent 65%); z-index: -2; }
.orbit { position: absolute; width: 380px; height: 380px; border: 1px solid rgba(223,193,123,0.14); border-radius: 50%; z-index: -1; }
.orbit::after { content: ''; position: absolute; inset: -38px; border: 1px solid rgba(223,193,123,0.05); border-radius: 50%; }
.stage-label { color: #9CA3AF; font-size: 0.75rem; font-weight: 500; line-height: 1.33; margin-bottom: 20px; display: flex; align-items: center; gap: 9px; }
.status-dot { width: 5px; height: 5px; background: #DFC17B; border-radius: 50%; }
.phone { width: 250px; padding: 5px; border: 1px solid #4c4b49; border-radius: 35px; background: #11141D; box-shadow: 0 24px 60px rgba(0,0,0,0.25); overflow: hidden; }
.phone img { width: 100%; border-radius: 29px; }
.hero-stage .phone { width: 205px; }
.hero-stage figcaption { margin-top: 18px; font-weight: 400; line-height: 1.43; font-size: 0.875rem; color: #DFC17B; }
.trust-strip { border-block: 1px solid rgba(255,255,255,0.08); }
.trust-strip .wrap { display: flex; justify-content: space-between; gap: 20px; padding-block: 22px; }
.trust-strip p, .trust-strip a { margin: 0; color: #9CA3AF; font-size: 13px; }
.trust-strip span { color: #DFC17B; margin-right: 8px; }
.trust-strip a { text-decoration: underline; text-underline-offset: 5px; }
.method-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.steps { list-style: none; padding: 0; margin: 30px 0 20px; }
.steps li { display: flex; gap: 20px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,0.08); }
.steps li > span { font-family: 'Oswald', 'DM Sans', sans-serif; font-weight: 700; letter-spacing: 0; color: #DFC17B; font-size: 15px; padding-top: 2px; }
.steps h3 { font-size: 1.1875rem; margin-bottom: 6px; }
.steps p { color: #9CA3AF; font-size: 14px; margin: 0; max-width: 39ch; }
.method-stage { background: #11141D; border: 1px solid rgba(255,255,255,0.06); border-radius: 24px; padding: 46px 24px 28px; display: flex; align-items: center; flex-direction: column; }
.method-stage .phone { width: 240px; }
.method-stage figcaption { margin-top: 24px; text-align: center; }
.privacy-band { padding-block: 76px; background: #11141D; border-block: 1px solid rgba(255,255,255,0.08); }
.privacy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.privacy-grid .text-link { margin-top: 26px; }
.privacy-facts article + article { margin-top: 26px; }
.privacy-facts h3 { font-size: 1.1875rem; }
.privacy-facts p { margin: 0; color: #9CA3AF; font-size: 14px; }
.privacy-facts p a { text-decoration: underline; text-underline-offset: 3px; color: #F3D89D; }
.section-heading { margin-bottom: 46px; }
.everyday-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.everyday-grid article { min-width: 0; }
.everyday-grid .eyebrow { display: block; font-size: 0.75rem; margin-bottom: 12px; }
.everyday-grid h3 { font-size: 1.1875rem; }
.everyday-grid p { color: #9CA3AF; font-size: 14px; min-height: 92px; }
.screen-crop { height: 335px; overflow: hidden; padding: 24px 30px 0; background: #11141D; border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; position: relative; }
.screen-crop::after { content: ''; position: absolute; bottom: 0; inset-inline: 0; height: 52px; background: linear-gradient(transparent, #11141D); }
.screen-crop img { width: 100%; border-radius: 22px 22px 0 0; }
.journey-preview { border-block: 1px solid rgba(223,193,123,0.16); padding-block: 70px; }
.journey-preview-grid { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 100px; align-items: center; }
.rank-preview { border-left: 1px solid #8F6E28; padding-left: 30px; }
.rank-preview > div { display: flex; justify-content: space-between; gap: 16px; align-items: baseline; margin-block: 16px; }
.rank-preview > div span { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 700; font-size: 1.6rem; line-height: 1.05; letter-spacing: 0; }
.rank-preview small { font-size: 12px; color: #DFC17B; }
.rank-preview > p { font-size: 12px; color: #9CA3AF; margin: 22px 0 0; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.plan { border: 1px solid rgba(255,255,255,0.12); border-radius: 20px; padding: 36px; display: flex; flex-direction: column; align-items: flex-start; }
.free-plan { background: #11141D; border-color: #706449; }
.plan h3 { font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif; font-size: clamp(1.45rem, 1.2rem + 1vw, 1.85rem); line-height: 1.25; letter-spacing: 0.01em; }
.plan .eyebrow { margin-bottom: 12px; }
.plan-intro { font-size: 14px; color: #9CA3AF; }
.plan ul { list-style: none; padding: 0; margin: 4px 0 26px; font-size: 14px; }
.plan li { padding-block: 8px; display: flex; gap: 12px; }
.plan li::before { content: '✓'; color: #DFC17B; }
.plan .button, .plan .small-copy { margin-top: auto; margin-bottom: 0; }
.pricing-note { margin: 24px 0 0; max-width: 85ch; font-size: 13px; color: #9CA3AF; }
.pricing-note b { color: #F3EFE6; font-weight: 600; }
.guides { padding-top: 0; }
.guide-heading { display: flex; gap: 24px; align-items: flex-end; justify-content: space-between; margin-bottom: 30px; }
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.guide-grid > a { border-top: 1px solid rgba(255,255,255,0.16); padding-top: 24px; display: flex; flex-direction: column; align-items: flex-start; }
.guide-grid > a:hover h3 { color: #F3D89D; }
.guide-grid .eyebrow { font-size: 0.75rem; }
.guide-grid h3 { font-size: 1.1875rem; max-width: 23ch; margin-bottom: 16px; }
.guide-grid .text-link { margin-top: auto; }
.faq-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 70px; }
#faq { border-top: 1px solid rgba(255,255,255,0.08); }
details { border-bottom: 1px solid rgba(255,255,255,0.12); }
summary { padding: 20px 28px 20px 0; font-size: 1.1875rem; font-weight: 600; line-height: 1.37; letter-spacing: 0.03em; cursor: pointer; list-style: none; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; position: absolute; right: 0; color: #DFC17B; font-size: 20px; top: 15px; }
details[open] summary::after { content: '−'; }
details p { font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem); font-weight: 500; line-height: 1.5; color: #9CA3AF; padding-right: 20px; }
details a { color: #F3D89D; text-decoration: underline; }
.download { text-align: center; background: radial-gradient(ellipse at 50% 100%, rgba(223,193,123,0.08), transparent 65%); border-top: 1px solid rgba(255,255,255,0.08); }
.download h2 { font-size: clamp(2.4rem, 1.7rem + 3vw, 3.9rem); line-height: 1.08; }
.download > .wrap > p:not(.eyebrow) { color: #9CA3AF; margin-top: 24px; }
.download .store-badges { justify-content: center; }
footer { padding: 40px 0; border-top: 1px solid rgba(255,255,255,0.08); }
.footer-top { display: flex; justify-content: space-between; gap: 32px; align-items: center; }
.footer-links { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.footer-links a { font-size: 0.875rem; font-weight: 400; line-height: 1.43; color: #9CA3AF; min-height: 44px; display: inline-flex; align-items: center; }
.footer-links a:hover { color: #F3D89D; }
.footer-social { display: flex; gap: 8px; margin: 24px 0 16px; }
.footer-social a { width: 44px; height: 44px; display: grid; place-items: center; color: #9CA3AF; }
.footer-social a:hover { color: #DFC17B; }
.footer-social svg { width: 18px; height: 18px; }
footer .small-copy { margin-bottom: 8px; }
.disclaimer { color: #9CA3AF; font-size: 0.875rem; font-weight: 400; line-height: 1.43; max-width: 94ch; margin: 0; }
.cookie-banner { position: fixed; z-index: 40; bottom: 16px; left: 16px; width: min(420px, calc(100% - 32px)); padding: 18px; border: 1px solid #706449; border-radius: 12px; background: #11141D; box-shadow: 0 12px 40px rgba(0,0,0,0.4); }
.cookie-banner p { font-size: 12px; color: #9CA3AF; margin-bottom: 12px; }
.cookie-banner a { color: #F3D89D; text-decoration: underline; }
.cookie-banner > div { display: flex; gap: 10px; }
.cookie-banner button { background: transparent; color: #F3EFE6; border: 1px solid #706449; padding: 9px 20px; min-height: 44px; border-radius: 6px; font-size: 12px; }
.cookie-banner button:hover { background: #1C212E; }
.mobile-download { display: none; }
.journey-header { text-align: center; padding-bottom: 70px; }
.journey-header .lede { margin: 26px auto 20px; }
.ladder { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 32px; }
.ladder article { padding-block: 28px; display: flex; gap: 22px; border-top: 1px solid rgba(223,193,123,0.25); }
.rank-number { font-family: 'Oswald', 'DM Sans', sans-serif; font-weight: 700; letter-spacing: 0; color: #8F6E28; font-size: 22px; }
.ladder h2 { font-size: 1.6rem; line-height: 1.05; }
.ladder .eyebrow { margin-bottom: 8px; }
.ladder article p:last-child { color: #9CA3AF; font-size: 13px; margin: 12px 0 0; }
.ladder-note { margin-top: 20px; }
.card-grid, .community-grid, .cost-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 80px; align-items: center; }
.rank-card { padding: 0; border: 1px solid #706449; border-radius: 18px; background: #11141D; width: 270px; justify-self: center; overflow: hidden; transition: transform 200ms ease; }
.rank-card:hover { transform: translateY(-3px); }
.community-grid .phone { justify-self: center; }
.community-list { padding-left: 22px; color: #9CA3AF; font-size: 14px; }
.community-list li { padding-block: 5px; }
.community-grid h3 { margin-top: 28px; }
.community-grid p:last-child { font-size: 13px; color: #9CA3AF; }
.time-total { text-align: center; display: flex; flex-direction: column; color: #DFC17B; }
.time-total strong { font-family: 'Oswald', 'DM Sans', sans-serif; font-weight: 700; letter-spacing: 0; font-size: clamp(4rem, 2.6rem + 6.4vw, 7.5rem); line-height: 1; }
.time-total span { color: #9CA3AF; font-size: 14px; }
@media (min-width: 1400px) { .hero { padding-block: 64px; } .hero-stage .phone { width: 232px; } }
@media (max-width: 1000px) {
  .wrap { width: calc(100% - 64px); }
  .nav-links { gap: 20px; }
  .hero { gap: 20px; }
  .orbit { width: 290px; height: 290px; }
  .orbit::after { inset: -20px; }
  .method-grid, .privacy-grid, .journey-preview-grid { gap: 44px; }
  .everyday-grid, .guide-grid { gap: 18px; }
  .screen-crop { padding-inline: 18px; height: 270px; }
  .everyday-grid p { min-height: 120px; }
  .footer-top { align-items: flex-start; }
  .footer-links { justify-content: flex-end; }
}
@media (max-width: 720px) {
  html { scroll-padding-top: 84px; }
  .wrap { width: calc(100% - 40px); }
  .section { padding-block: 68px; }
  .nav-inner { min-height: 68px; gap: 16px; }
  .brand { gap: 8px; }
  .brand img { width: 29px; height: 29px; }
  .nav-links > a:not(.button) { display: none; }
  .hero { grid-template-columns: 1fr; gap: 30px; padding-block: 40px 32px; }
  .hero-sub { max-width: 35ch; margin-block: 20px; }
  .badge-store { padding-inline: 12px; gap: 9px; }
  .hero-stage { min-height: 450px; }
  .hero-stage .phone { width: 185px; }
  .orbit { width: 300px; height: 300px; }
  .stage-label { margin-bottom: 18px; }
  .trust-strip .wrap { flex-wrap: wrap; gap: 10px 20px; padding-block: 20px; }
  .trust-strip p, .trust-strip a { font-size: 11px; }
  .method-grid, .privacy-grid, .journey-preview-grid, .faq-grid, .card-grid, .community-grid, .cost-grid { grid-template-columns: 1fr; gap: 36px; }
  .method-stage { padding-top: 30px; }
  .method-stage .phone { width: 215px; }
  .privacy-band { padding-block: 54px; }
  .privacy-facts article + article { margin-top: 22px; }
  .section-heading { margin-bottom: 34px; }
  .everyday-grid { grid-template-columns: 1fr; gap: 38px; }
  .everyday-grid p { min-height: 0; max-width: 44ch; }
  .screen-crop { height: 330px; padding: 24px 48px 0; }
  .screen-crop img { width: 250px; margin-inline: auto; }
  .journey-preview { padding-block: 54px; }
  .rank-preview { margin: 4px 0; }
  .pricing-grid { grid-template-columns: 1fr; }
  .plan { padding: 28px; }
  .guide-heading { display: block; }
  .guide-heading > .text-link { margin-top: 16px; }
  .guide-grid { grid-template-columns: 1fr; gap: 26px; }
  .guide-grid h3 { max-width: 30ch; }
  .guide-grid .eyebrow { margin-bottom: 12px; }
  .guides { padding-top: 0; }
  .footer-top { flex-direction: column; gap: 16px; }
  .footer-links { justify-content: flex-start; }
  footer { padding-bottom: 100px; }
  .mobile-download { position: fixed; bottom: 0; inset-inline: 0; z-index: 30; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 20px calc(12px + env(safe-area-inset-bottom)); background: #11141D; border-top: 1px solid #706449; }
  .mobile-download > span { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 23px; }
  .mobile-download small { display: block; color: #9CA3AF; font-family: 'DM Sans', sans-serif; font-size: 10px; line-height: 1; }
  .ladder { grid-template-columns: 1fr; }
  .ladder article { gap: 26px; }
  .ladder article p:last-child { font-size: 14px; }
  .community-grid .phone { width: 230px; }
}
@media (max-width: 360px) {
  .badge-store { padding: 10px 12px; gap: 8px; }
  .store-badges { gap: 8px; }
  .orbit { width: 260px; height: 260px; }
  .screen-crop { padding-inline: 30px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* Original small-copy role: DM Sans Regular, 14/20. */
.steps p, .privacy-facts p, .everyday-grid p, .plan-intro, .plan ul,
.pricing-note, .rank-preview > p, .community-list, .community-grid p:last-child {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.43;
}
.download > .wrap > p:not(.eyebrow) { line-height: 1.5; }
.rank-preview small { font-family: 'Oswald', 'DM Sans', sans-serif; font-weight: 700; }

/* Cookie notice. It used to sit over the hero from the first paint, which on a
   phone covered the fold. It now slides in after the page has landed, and on
   small screens it is a full-width bar at the very bottom rather than a card
   floating over the content. The sticky download bar already waits for it
   (see redesign.js), so the two never stack. */
.cookie-banner {
  animation: cookieIn 380ms cubic-bezier(0.22, 0.61, 0.36, 1) both;
  animation-delay: 1200ms;
}
@keyframes cookieIn {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: none; }
}
@media (max-width: 1000px) {
  .cookie-banner {
    bottom: 0;
    left: 0;
    width: 100%;
    border-width: 1px 0 0;
    border-radius: 0;
    padding: 14px 20px calc(14px + env(safe-area-inset-bottom));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
  .cookie-banner p { margin: 0; flex: 1 1 auto; }
  .cookie-banner > div { flex: 0 0 auto; }
  .cookie-banner button { padding: 9px 14px; }
}
@media (max-width: 360px) {
  .cookie-banner { flex-wrap: wrap; gap: 10px; }
  .cookie-banner > div { width: 100%; }
  .cookie-banner button { flex: 1 1 0; }
}
@media (prefers-reduced-motion: reduce) {
  .cookie-banner { animation: none; }
}

/* The app mark above the store badges in the closing CTA. The icon art is a
   square on its own near-black ground, so it is masked to the iOS squircle
   radius and lit from behind rather than given a border. */
.app-mark {
  position: relative;
  width: 104px;
  height: 104px;
  margin: 40px auto 34px;
}
.app-mark img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 23%;
  box-shadow: 0 0 0 1px rgba(223,193,123,0.32), 0 0 34px rgba(223,193,123,0.18), 0 18px 44px rgba(0,0,0,0.55);
}
.app-mark-glow {
  position: absolute;
  inset: -62%;
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(223,193,123,0.42), rgba(223,193,123,0.14) 52%, transparent 74%);
  animation: markGlow 5.5s ease-in-out infinite;
}
@keyframes markGlow {
  0%, 100% { opacity: 0.7; transform: scale(0.94); }
  50%      { opacity: 1;   transform: scale(1.06); }
}
@media (max-width: 1000px) {
  .app-mark { width: 88px; height: 88px; margin: 32px auto 28px; }
}
