* { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --plum: #341726;
  --aubergine: #512131;
  --wine: #763039;
  --magma: #ed5c29;
  --ember: #c33b1e;
  --amber: #f79e36;
  --cream: #fffaf2;
  --sand: #f3eee5;
  --ink: #2c2323;
  --muted: #786d6a;
  --line: rgba(52, 23, 38, 0.10);
  --shadow: 0 30px 80px rgba(52, 23, 38, 0.18);
  --font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
}

html { max-width: 100%; scroll-behavior: smooth; }
body { max-width: 100%; min-height: 100vh; overflow-x: hidden; background: var(--cream); color: var(--ink); font-family: var(--font); -webkit-font-smoothing: antialiased; }
img, svg { display: block; }
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section-pad { padding: 116px 0; }

.skip-link { position: absolute; z-index: 100; top: -100px; left: 16px; padding: 12px 18px; border-radius: 10px; background: #fff; color: var(--plum); font-weight: 700; text-decoration: none; }
.skip-link:focus { top: 16px; }
a:focus-visible { outline: 2px solid var(--amber); outline-offset: 4px; border-radius: 6px; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; color: #fff; }
.nav-shell { display: flex; min-height: 88px; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.16); }
.brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; font-size: 20px; font-weight: 780; letter-spacing: -.025em; text-decoration: none; }
.brand img { border: 1px solid rgba(255,255,255,.25); border-radius: 12px; box-shadow: 0 10px 24px rgba(20,8,14,.24); }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 650; }
.site-nav a { color: rgba(255,255,255,.78); text-decoration: none; transition: color .18s ease, background .18s ease; }
.site-nav a:hover { color: #fff; }
.site-nav .nav-pill { padding: 11px 17px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: rgba(255,255,255,.1); color: #fff; backdrop-filter: blur(12px); }

.hero { position: relative; min-height: 900px; overflow: hidden; background: radial-gradient(circle at 15% 22%, rgba(247,158,54,.20), transparent 28%), linear-gradient(132deg, var(--plum) 0%, var(--aubergine) 52%, var(--wine) 100%); color: #fff; }
.hero-glow { position: absolute; right: -140px; bottom: -260px; width: 720px; height: 720px; border-radius: 50%; background: radial-gradient(circle, rgba(237,92,41,.34), transparent 65%); }
.contour { position: absolute; border: 1px solid rgba(255,255,255,.07); border-radius: 48% 52% 42% 58%; transform: rotate(-12deg); }
.contour-one { width: 730px; height: 590px; left: -280px; top: 190px; }
.contour-two { width: 980px; height: 820px; left: -410px; top: 60px; }
.hero-grid { position: relative; z-index: 2; display: grid; min-height: 900px; grid-template-columns: minmax(0,1fr) minmax(420px,.88fr); gap: 64px; align-items: center; padding-top: 108px; }
.hero-copy { padding: 64px 0 96px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 24px; color: rgba(255,255,255,.68); font-size: 12px; font-weight: 780; letter-spacing: .14em; text-transform: uppercase; }
.signal-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 6px rgba(247,158,54,.13); }
.hero h1 { max-width: 700px; margin-bottom: 26px; color: #fff; font-size: clamp(54px,6.2vw,86px); font-weight: 790; letter-spacing: -.065em; line-height: .96; }
.hero h1 span { display: block; color: #ffc56f; }
.hero-lede { max-width: 590px; margin-bottom: 34px; color: rgba(255,255,255,.76); font-size: 19px; line-height: 1.58; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.store-badge { display: inline-flex; min-height: 60px; align-items: center; gap: 12px; padding: 9px 20px 9px 17px; border: 1px solid rgba(255,255,255,.14); border-radius: 15px; background: #151014; box-shadow: 0 18px 36px rgba(12,5,9,.28); color: #fff; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.store-badge:hover { box-shadow: 0 22px 44px rgba(12,5,9,.34); transform: translateY(-2px); }
.store-badge svg { width: 25px; height: 29px; fill: currentColor; }
.store-badge span { font-size: 20px; font-weight: 620; line-height: 1; }
.store-badge small { display: block; margin-bottom: 4px; color: rgba(255,255,255,.7); font-size: 10px; font-weight: 520; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-size: 14px; font-weight: 700; text-decoration: none; }
.text-link:hover span { transform: translateY(3px); }
.text-link span { transition: transform .18s ease; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 28px; color: rgba(255,255,255,.68); font-size: 13px; list-style: none; }
.hero-proof li { display: flex; align-items: center; gap: 7px; }
.hero-proof span { color: var(--amber); font-weight: 800; }

.hero-visual { position: relative; min-height: 720px; align-self: end; }
.phone { overflow: hidden; border: 8px solid #211219; border-radius: 48px; background: #111; box-shadow: var(--shadow); }
.phone img { width: 100%; height: auto; }
.phone-hero { position: absolute; z-index: 2; right: 60px; bottom: -70px; width: 336px; transform: rotate(3deg); }
.lava-orbit { position: absolute; border: 1px solid rgba(247,158,54,.22); border-radius: 50%; }
.orbit-a { right: -20px; bottom: 40px; width: 520px; height: 520px; }
.orbit-b { right: -110px; bottom: -50px; width: 700px; height: 700px; }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 12px; min-width: 210px; padding: 14px 17px; border: 1px solid rgba(255,255,255,.2); border-radius: 16px; background: rgba(255,250,242,.92); box-shadow: 0 20px 42px rgba(20,8,14,.22); color: var(--plum); backdrop-filter: blur(14px); }
.floating-card small, .floating-card strong { display: block; }
.floating-card small { margin-bottom: 2px; color: var(--muted); font-size: 10px; font-weight: 650; text-transform: uppercase; letter-spacing: .06em; }
.floating-card strong { font-size: 14px; }
.feed-card { top: 165px; left: -35px; }
.source-card { right: -20px; bottom: 150px; }
.feed-pulse { width: 14px; height: 14px; border: 3px solid #fff; border-radius: 50%; background: #31c567; box-shadow: 0 0 0 5px rgba(49,197,103,.18); }
.source-arrow { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 11px; background: var(--magma); color: #fff; font-size: 20px; font-weight: 800; }

.facts { position: relative; z-index: 3; background: var(--cream); border-bottom: 1px solid var(--line); }
.facts-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.facts-grid div { display: flex; flex-direction: column; gap: 5px; padding: 34px 42px; border-right: 1px solid var(--line); }
.facts-grid div:first-child { padding-left: 0; }
.facts-grid div:last-child { border-right: 0; }
.facts-grid strong { color: var(--plum); font-size: 23px; letter-spacing: -.03em; }
.facts-grid span { color: var(--muted); font-size: 13px; }

.features { background: var(--sand); }
.section-heading { max-width: 760px; margin-bottom: 58px; }
.dark-eyebrow { color: var(--magma); }
.section-heading h2, .privacy h2 { color: var(--plum); font-size: clamp(38px,5vw,64px); letter-spacing: -.055em; line-height: 1.02; }
.section-heading > p { max-width: 650px; margin-top: 22px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.feature-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; }
.feature-card { position: relative; min-height: 300px; overflow: hidden; padding: 30px; border: 1px solid rgba(52,23,38,.07); border-radius: 24px; background: rgba(255,250,242,.93); box-shadow: 0 16px 42px rgba(52,23,38,.07); }
.feature-card h3 { margin: 18px 0 10px; color: var(--plum); font-size: 24px; letter-spacing: -.03em; }
.feature-card p { max-width: 490px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.feature-number { position: absolute; top: 25px; right: 28px; color: rgba(52,23,38,.24); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.feature-icon { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 15px; background: linear-gradient(145deg,var(--amber),var(--magma)); color: #fff; font-size: 27px; font-weight: 800; }
.feature-map { grid-row: span 2; min-height: 620px; }
.mini-world { position: absolute; right: -60px; bottom: -95px; width: 390px; height: 390px; border: 1px solid rgba(81,33,49,.12); border-radius: 50%; background: radial-gradient(circle at center, rgba(247,158,54,.15), transparent 58%); }
.mini-world::before, .mini-world::after { position: absolute; content: ""; border: 1px solid rgba(81,33,49,.10); border-radius: 50%; }
.mini-world::before { inset: 55px; }
.mini-world::after { inset: 115px; }
.mini-world span, .mini-world i, .mini-world b { position: absolute; width: 16px; height: 16px; border: 4px solid #fff; border-radius: 50%; background: var(--magma); box-shadow: 0 6px 16px rgba(195,59,30,.28); }
.mini-world span { top: 100px; left: 86px; }.mini-world i { top: 185px; left: 160px; }.mini-world b { top: 112px; right: 70px; }
.feature-source { display: flex; grid-column: 1 / -1; min-height: 190px; align-items: center; gap: 24px; background: linear-gradient(120deg,var(--plum),var(--aubergine)); }
.feature-source h3 { margin-top: 0; color: #fff; }
.feature-source p { color: rgba(255,255,255,.66); }
.feature-source .feature-number { color: rgba(255,255,255,.28); }
.source-seal { display: grid; flex: 0 0 auto; width: 70px; height: 70px; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: var(--magma); color: #fff; font-size: 34px; }

.gallery { overflow: hidden; background: var(--plum); color: #fff; }
.gallery-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 58px; }
.gallery-heading h2 { font-size: clamp(40px,5vw,66px); letter-spacing: -.055em; }
.gallery-heading > p { max-width: 420px; color: rgba(255,255,255,.62); font-size: 17px; line-height: 1.6; }
.light-eyebrow { color: var(--amber); }
.screen-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; align-items: start; }
.screen-story { min-width: 0; }
.featured-story { transform: translateY(46px); }
.screen-label { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; color: rgba(255,255,255,.72); font-size: 13px; font-weight: 700; }
.screen-label span { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: var(--amber); font-size: 10px; }
.phone-gallery { width: 100%; border-width: 7px; border-radius: 42px; box-shadow: 0 34px 80px rgba(10,3,7,.48); }

.privacy { background: var(--cream); }
.privacy-card { display: grid; grid-template-columns: auto minmax(0,1fr) minmax(270px,.6fr); gap: 34px; align-items: center; padding: 52px; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(135deg,#fffdf8,#f7ead9); box-shadow: 0 20px 60px rgba(52,23,38,.08); }
.privacy-mark { display: grid; width: 82px; height: 82px; place-items: center; border-radius: 24px; background: linear-gradient(145deg,var(--amber),var(--magma)); color: #fff; font-size: 40px; font-weight: 850; }
.privacy-copy .eyebrow { margin-bottom: 12px; }
.privacy-copy h2 { font-size: 42px; }
.privacy-copy p { max-width: 610px; margin: 14px 0 20px; color: var(--muted); line-height: 1.65; }
.dark-link { color: var(--magma); }
.privacy-list { display: grid; gap: 11px; }
.privacy-list div { display: flex; align-items: center; gap: 10px; padding: 13px 15px; border-radius: 13px; background: rgba(255,255,255,.7); color: var(--plum); font-size: 14px; }
.privacy-list span { color: #2ba45e; }

.siblings { padding: 20px 0 110px; background: var(--cream); }
.siblings-heading { margin-bottom: 28px; }
.siblings-heading > span { color: var(--magma); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.siblings-heading h2 { margin-top: 9px; color: var(--plum); font-size: 32px; letter-spacing: -.04em; }
.sibling-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.sibling-card { display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: #fffdf8; box-shadow: 0 14px 38px rgba(52,23,38,.06); text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.sibling-card:hover { transform: translateY(-3px); box-shadow: 0 20px 48px rgba(52,23,38,.11); }
.sibling-card img { border-radius: 15px; }
.sibling-card h3 { color: var(--plum); font-size: 20px; letter-spacing: -.025em; }
.sibling-card p { margin-top: 5px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.sibling-card > span { color: var(--magma); font-size: 24px; }

.final-cta { position: relative; overflow: hidden; padding: 76px 0; background: linear-gradient(125deg,var(--magma),var(--ember)); color: #fff; }
.cta-contour { position: absolute; right: -80px; top: -220px; width: 600px; height: 600px; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.03),0 0 0 140px rgba(255,255,255,.025); }
.cta-grid { position: relative; display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; }
.cta-grid > img { border: 1px solid rgba(255,255,255,.3); border-radius: 22px; box-shadow: 0 16px 32px rgba(91,22,16,.26); }
.cta-grid h2 { font-size: 34px; letter-spacing: -.045em; line-height: 1.08; }
.cta-grid p { margin-top: 8px; color: rgba(255,255,255,.72); }
.light-badge { background: #fff; box-shadow: none; color: var(--plum); }
.light-badge small { color: var(--muted); }

.site-footer { padding: 32px 0; background: #1c0e15; color: rgba(255,255,255,.58); }
.footer-grid { display: grid; grid-template-columns: auto 1fr auto auto; gap: 28px; align-items: center; font-size: 12px; }
.footer-brand { color: #fff; font-size: 16px; }
.footer-grid > p:first-of-type { text-align: center; }
.footer-grid nav { display: flex; gap: 18px; }
.footer-grid nav a { text-decoration: none; }
.footer-grid nav a:hover { color: #fff; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr 380px; gap: 20px; }
  .phone-hero { right: 10px; width: 310px; }
  .feed-card { left: -10px; }
  .source-card { right: -24px; }
  .privacy-card { grid-template-columns: auto 1fr; }
  .privacy-list { grid-column: 1 / -1; grid-template-columns: repeat(3,1fr); }
  .footer-grid { grid-template-columns: auto 1fr auto; }
  .footer-grid > p:first-of-type { display: none; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 32px, 620px); }
  .section-pad { padding: 82px 0; }
  .site-nav > a:not(.nav-pill) { display: none; }
  .nav-shell { min-height: 76px; }
  .hero { min-height: auto; }
  .hero-grid { display: block; padding-top: 106px; }
  .hero-copy { padding: 42px 0 24px; }
  .hero h1 { font-size: clamp(42px,11vw,52px); }
  .hero-lede { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: 660px; }
  .phone-hero { right: 50%; bottom: -75px; width: 300px; transform: translateX(50%) rotate(2deg); }
  .feed-card { top: 92px; left: 0; }
  .source-card { right: -4px; bottom: 98px; }
  .facts-grid { grid-template-columns: 1fr; padding: 12px 0; }
  .facts-grid div, .facts-grid div:first-child { padding: 18px 8px; border-right: 0; border-bottom: 1px solid var(--line); }
  .facts-grid div:last-child { border-bottom: 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-map { grid-row: auto; min-height: 460px; }
  .feature-source { grid-column: auto; align-items: flex-start; flex-direction: column; }
  .gallery-heading { display: block; }
  .gallery-heading > p { margin-top: 18px; }
  .screen-grid { grid-template-columns: 1fr; gap: 54px; }
  .screen-story, .featured-story { width: min(330px,100%); margin-inline: auto; transform: none; }
  .privacy-card { grid-template-columns: 1fr; padding: 30px; }
  .privacy-list { grid-column: auto; grid-template-columns: 1fr; }
  .sibling-grid { grid-template-columns: 1fr; }
  .cta-grid { grid-template-columns: auto 1fr; }
  .cta-grid .store-badge { grid-column: 1 / -1; justify-self: start; }
  .footer-grid { grid-template-columns: 1fr; text-align: left; }
  .footer-grid nav { flex-wrap: wrap; }
}

@media (max-width: 430px) {
  .hero-proof { gap: 12px; }
  .floating-card { min-width: 185px; padding: 11px 13px; }
  .feed-card { left: -10px; }
  .source-card { right: -10px; }
  .feature-card { padding: 24px; }
  .privacy-copy h2 { font-size: 36px; }
  .sibling-card { grid-template-columns: auto 1fr; }
  .sibling-card > span { display: none; }
}

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