:root {
  --ink: #0d0907;
  --paper: #f4ecdf;
  --paper-2: #d8c7af;
  --amber: #f2a84b;
  --amber-soft: #ffd19a;
  --card: rgba(42, 29, 21, .78);
  --line: rgba(255, 231, 202, .17);
  --green: #9ce2ae;
  --serif: Iowan Old Style, Baskerville, Times New Roman, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--paper); background: radial-gradient(circle at 12% -5%, #8a4318 0, #21140d 27rem, var(--ink) 58rem); font-family: var(--sans); line-height: 1.5; }
img, video { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid var(--line); background: rgba(13, 9, 7, .78); backdrop-filter: blur(18px); }
.nav { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 750; letter-spacing: -.02em; }
.brand img { width: 34px; height: 34px; border-radius: 9px; }
.nav-links { display: flex; align-items: center; gap: 22px; font-size: .92rem; }
.nav-links a { color: var(--paper-2); text-decoration: none; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: white; }
.mobile-nav { display: none; background: none; border: 0; color: white; font-size: 1.45rem; }
.iphone-banner { display: none; padding: 10px 18px; background: var(--paper); color: var(--ink); text-align: center; font-size: .88rem; }
.iphone-banner strong { margin-right: 8px; }
.iphone .iphone-banner { display: block; }
.hero { min-height: 780px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; padding: 74px 0 90px; }
.eyebrow { margin: 0 0 18px; color: var(--amber-soft); font-size: .75rem; font-weight: 720; letter-spacing: .22em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
h1 { max-width: 720px; font-size: clamp(4rem, 7.5vw, 7.4rem); }
h2 { font-size: clamp(2.8rem, 5.2vw, 5.2rem); }
h3 { font-size: 2rem; }
.lede { max-width: 610px; margin: 27px 0; color: var(--paper-2); font-size: clamp(1.08rem, 2vw, 1.35rem); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; background: var(--paper); color: var(--ink); text-decoration: none; font-weight: 760; }
.button.secondary { border-color: var(--line); background: rgba(255,255,255,.05); color: var(--paper); }
.button.small { min-height: 42px; padding-inline: 18px; font-size: .88rem; }
.microcopy { margin-top: 15px; color: #9f9187; font-size: .83rem; }
.phone-stage { position: relative; display: grid; place-items: center; }
.phone { width: min(355px, 82vw); padding: 10px; border: 1px solid rgba(255,255,255,.22); border-radius: 54px; background: #050403; box-shadow: 0 32px 100px rgba(0,0,0,.65), 0 0 110px rgba(242,168,75,.13); }
.phone video, .phone img { width: 100%; aspect-ratio: 9/16; border-radius: 44px; object-fit: cover; }
.phone-label { position: absolute; right: 0; bottom: 7%; max-width: 190px; padding: 12px 15px; border: 1px solid var(--line); border-radius: 16px; background: rgba(23,15,11,.88); backdrop-filter: blur(14px); font-size: .84rem; }
.section { padding: 108px 0; }
.section-head { max-width: 720px; margin-bottom: 46px; }
.section-head p { color: var(--paper-2); font-size: 1.12rem; }
.steps, .feature-grid, .support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { padding: 27px; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.025)); box-shadow: inset 0 1px rgba(255,255,255,.05); }
.step-number { display: grid; width: 34px; height: 34px; place-items: center; margin-bottom: 45px; border-radius: 50%; background: var(--amber); color: var(--ink); font-weight: 800; }
.card h3 { margin-bottom: 12px; font-family: var(--sans); font-size: 1.35rem; font-weight: 700; letter-spacing: -.03em; }
.card p { margin: 0; color: var(--paper-2); }
.story-strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 9px; overflow: hidden; }
.story-strip img { width: 100%; height: 330px; object-fit: cover; border-radius: 18px; }
.story-strip img:nth-child(even) { transform: translateY(28px); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.copy-list { display: grid; gap: 20px; margin-top: 30px; }
.copy-list div { padding-left: 19px; border-left: 2px solid var(--amber); }
.copy-list strong { display: block; margin-bottom: 4px; }
.copy-list span { color: var(--paper-2); }
.final-cta { margin: 70px 0 100px; padding: 80px min(8vw, 90px); border: 1px solid var(--line); border-radius: 42px; background: linear-gradient(125deg, #6d3417, #24150e 60%, #13100e); text-align: center; }
.final-cta h2 { max-width: 760px; margin: 0 auto 25px; }
.final-cta .actions { justify-content: center; }
.page-hero { padding: 110px 0 72px; }
.page-hero + .section { padding-top: 40px; }
.page-hero h1 { font-size: clamp(3.5rem, 7vw, 6.6rem); }
.page-hero .lede { max-width: 760px; }
.privacy-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 38px; }
.privacy-node { padding: 20px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.04); }
.privacy-node strong { display: block; margin-bottom: 6px; color: white; }
.privacy-node span { color: var(--paper-2); font-size: .92rem; }
.help-steps { display: grid; gap: 34px; }
.help-step { display: grid; grid-template-columns: minmax(240px, .7fr) 1fr; align-items: center; gap: 48px; padding: 28px; border: 1px solid var(--line); border-radius: 32px; background: rgba(255,255,255,.035); }
.help-step:nth-child(even) .help-shot { order: 2; }
.help-shot { display: grid; place-items: center; }
.help-shot img { max-height: 590px; border: 1px solid rgba(255,255,255,.15); border-radius: 25px; box-shadow: 0 25px 60px rgba(0,0,0,.45); }
.cause { display: grid; grid-template-columns: auto 1fr; gap: 13px; margin-top: 22px; padding: 16px; border-radius: 18px; background: rgba(242,168,75,.1); color: var(--amber-soft); }
.cause b { font-size: 1.3rem; }
.support-grid { grid-template-columns: repeat(2, 1fr); }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { padding: 22px 0; cursor: pointer; font-weight: 700; }
details p { max-width: 760px; margin: -5px 0 24px; color: var(--paper-2); }
.notice { padding: 22px; border: 1px solid rgba(156,226,174,.25); border-radius: 22px; background: rgba(156,226,174,.08); color: #d9f7e0; }
.site-footer { padding: 34px 0 50px; border-top: 1px solid var(--line); color: #a8978b; }
.footer-row { display: flex; justify-content: space-between; gap: 30px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a { text-decoration: none; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (max-width: 850px) {
  .shell { width: min(100% - 28px, 650px); }
  .mobile-nav { display: block; }
  .nav-links { display: none; position: absolute; top: 70px; left: 0; right: 0; padding: 20px; background: #120c09; flex-direction: column; }
  .nav-links.open { display: flex; }
  .hero, .split { grid-template-columns: 1fr; }
  .hero { padding-top: 60px; gap: 55px; }
  .hero-copy { text-align: center; }
  .hero .actions { justify-content: center; }
  .hero .lede { margin-inline: auto; }
  .steps, .feature-grid, .privacy-flow { grid-template-columns: 1fr; }
  .story-strip { grid-template-columns: repeat(3, 1fr); }
  .story-strip img { height: 280px; }
  .story-strip img:nth-child(n+4) { display: none; }
  .help-step { grid-template-columns: 1fr; }
  .help-step:nth-child(even) .help-shot { order: 0; }
  .support-grid { grid-template-columns: 1fr; }
  .footer-row { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* iPhone-native motion system */
body { background: #050505; overflow-x: hidden; }
body::before { content: ""; position: fixed; z-index: -2; inset: 0; background: radial-gradient(circle at 78% 12%, rgba(224,126,46,.27), transparent 28rem), radial-gradient(circle at 16% 35%, rgba(106,53,24,.28), transparent 35rem), #050505; }
body::after { content: ""; position: fixed; z-index: -1; inset: 0; pointer-events: none; opacity: .13; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.3'/%3E%3C/svg%3E"); }
.site-header { border-bottom-color: rgba(255,255,255,.1); background: rgba(5,5,5,.72); backdrop-filter: blur(26px) saturate(150%); }
.scroll-progress { position: fixed; z-index: 60; top: 0; left: 0; width: 0; height: 2px; background: linear-gradient(90deg,#fff,var(--amber)); box-shadow: 0 0 14px var(--amber); }
.hero { min-height: 850px; perspective: 1200px; }
.signal-dot { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: #45df7e; box-shadow: 0 0 0 5px rgba(69,223,126,.12); animation: signal 2s ease-in-out infinite; }
.button { gap: 10px; background: #f7f7f7; color: #080808; font-weight: 720; box-shadow: 0 8px 32px rgba(0,0,0,.2); transition: transform .2s ease,box-shadow .2s ease,background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 38px rgba(0,0,0,.34); }
.button.secondary { color: var(--paper); background: rgba(255,255,255,.055); backdrop-filter: blur(18px); }
.phone-stage { transform-style: preserve-3d; }
[data-tilt] { --rx: 0deg; --ry: 0deg; transform: rotateX(var(--rx)) rotateY(var(--ry)); transition: transform .16s ease-out; }
.phone { position: relative; width: min(365px,82vw); padding: 8px; border-color: rgba(255,255,255,.32); border-radius: 58px; background: linear-gradient(145deg,#393939,#060606 18%,#050505 82%,#565656); box-shadow: 0 42px 120px rgba(0,0,0,.75),0 0 120px rgba(242,168,75,.13),inset 0 0 0 1px rgba(255,255,255,.12); }
.ios-screen { position: relative; overflow: hidden; border-radius: 50px; background: #111; aspect-ratio: 9/19.4; }
.phone .ios-screen > video,.phone .ios-screen > img { width: 100%; height: 100%; border-radius: 50px; object-fit: cover; }
.phone .ios-screen > video { filter: saturate(.92) contrast(1.04); }
.ios-screen::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg,rgba(0,0,0,.28),transparent 28%,transparent 55%,rgba(0,0,0,.78)); }
.ios-status { position: absolute; z-index: 4; top: 17px; left: 25px; right: 24px; display: flex; justify-content: space-between; color: white; font-size: .73rem; font-weight: 720; text-shadow: 0 1px 3px #000; }
.dynamic-island { position: absolute; z-index: 6; top: 11px; left: 50%; width: 116px; height: 34px; padding: 4px 8px; transform: translateX(-50%); overflow: hidden; display: flex; align-items: center; gap: 6px; border: 0; border-radius: 22px; color: white; background: #000; cursor: pointer; transition: width .35s cubic-bezier(.2,.8,.2,1),height .35s cubic-bezier(.2,.8,.2,1),border-radius .35s ease; }
.dynamic-island:hover,.dynamic-island.expanded { width: 224px; height: 58px; border-radius: 29px; }
.island-art { flex: 0 0 26px; width: 26px; height: 26px; overflow: hidden; border-radius: 7px; opacity: 0; transform: scale(.65); transition: .25s ease; }
.island-art img { width: 100%; height: 100%; object-fit: cover; border-radius: 7px; }
.island-copy { min-width: 0; display: grid; text-align: left; opacity: 0; line-height: 1.05; transition: .2s ease; }
.island-copy b { font-size: .72rem; white-space: nowrap; }.island-copy small { margin-top: 3px; color: #9c9c9c; font-size: .58rem; white-space: nowrap; }
.dynamic-island:hover .island-art,.dynamic-island:hover .island-copy,.dynamic-island.expanded .island-art,.dynamic-island.expanded .island-copy { opacity: 1; transform: scale(1); }
.island-wave { margin-left: auto; display: flex; align-items: center; gap: 2px; }.island-wave i { display: block; width: 2px; height: 10px; border-radius: 3px; background: #f19a43; animation: wave .8s ease-in-out infinite alternate; }.island-wave i:nth-child(2){animation-delay:.2s;height:15px}.island-wave i:nth-child(3){animation-delay:.4s;height:7px}
.story-title { position: absolute; z-index: 4; left: 24px; right: 24px; bottom: 58px; color: white; }.story-title span { display: block; margin-bottom: 9px; font-size: .62rem; letter-spacing: .18em; }.story-title strong { display: block; font-family: var(--serif); font-size: 2rem; font-weight: 400; line-height: .95; }
.home-indicator { position: absolute; z-index: 5; bottom: 9px; left: 50%; width: 108px; height: 4px; transform: translateX(-50%); border-radius: 4px; background: rgba(255,255,255,.85); }
.device-buttons { position: absolute; z-index: 2; left: calc(50% - 191px); top: 145px; display: grid; gap: 12px; }.device-buttons i { width: 5px; height: 48px; border-radius: 4px 0 0 4px; background: linear-gradient(#777,#202020); }.device-buttons i:first-child { height: 27px; }
.phone-label { z-index: 8; right: -12px; max-width: 210px; }
.glass-pop { display: flex; align-items: center; gap: 10px; border-color: rgba(255,255,255,.2); border-radius: 20px; background: rgba(40,40,40,.55); box-shadow: 0 16px 40px rgba(0,0,0,.28); backdrop-filter: blur(22px) saturate(160%); animation: float 4s ease-in-out infinite; }.glass-pop .spark { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 9px; color: #111; background: var(--amber); }.glass-pop span:last-child { display: grid; }.glass-pop small { color: #bdb7b2; }
.card { border-color: rgba(255,255,255,.12); border-radius: 30px; background: linear-gradient(145deg,rgba(255,255,255,.105),rgba(255,255,255,.025)); box-shadow: inset 0 1px rgba(255,255,255,.08),0 18px 46px rgba(0,0,0,.16); backdrop-filter: blur(22px); transition: transform .3s ease,background .3s ease; }.card:hover { transform: translateY(-6px); background: linear-gradient(145deg,rgba(255,255,255,.14),rgba(255,255,255,.04)); }
.filmstrip-section { overflow: hidden; }
.story-strip { width: max-content; display: flex; grid-template-columns: none; gap: 12px; padding-inline: max(20px,calc((100vw - 1160px)/2)); overflow: visible; animation: drift 35s linear infinite alternate; }
.story-strip:hover { animation-play-state: paused; }
.story-strip figure { position: relative; width: clamp(210px,22vw,330px); margin: 0; overflow: hidden; border-radius: 28px; background: #191919; }
.story-strip figure:nth-child(even) { transform: translateY(28px); }
.story-strip img { width: 100%; height: 430px; object-fit: cover; border-radius: 0; transform: none; transition: transform .55s cubic-bezier(.2,.8,.2,1),filter .55s ease; }
.story-strip figure:hover img { transform: scale(1.045); filter: brightness(.78); }
.story-strip figcaption { position: absolute; z-index: 2; left: 18px; bottom: 16px; opacity: 0; transform: translateY(8px); color: white; font-weight: 680; transition: .3s ease; }.story-strip figure:hover figcaption { opacity: 1; transform: none; }
.experience-head { text-align: center; margin-inline: auto; }
.ios-demo { min-height: 720px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; padding: 50px; border: 1px solid rgba(255,255,255,.12); border-radius: 48px; background: linear-gradient(145deg,rgba(255,255,255,.105),rgba(255,255,255,.025)); box-shadow: inset 0 1px rgba(255,255,255,.1),0 35px 90px rgba(0,0,0,.28); backdrop-filter: blur(26px); }
.segment-control { width: fit-content; display: flex; padding: 4px; border-radius: 14px; background: rgba(118,118,128,.24); }
.segment-control button { min-width: 82px; min-height: 36px; padding: 0 14px; border: 0; border-radius: 11px; color: #b9b9bd; background: transparent; font: inherit; font-size: .86rem; cursor: pointer; transition: color .25s ease,background .25s ease,box-shadow .25s ease; }.segment-control button[aria-selected="true"] { color: #111; background: #fff; box-shadow: 0 3px 12px rgba(0,0,0,.26); }
.demo-message { max-width: 530px; min-height: 270px; padding-top: 54px; }.demo-message h3 { font-size: clamp(2.6rem,5vw,4.6rem); }.demo-message > p:last-child { max-width: 470px; color: var(--paper-2); font-size: 1.08rem; }
.swipe-hint { max-width: 480px; display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid var(--line); color: #9e9995; font-size: .86rem; }
.demo-device-wrap { position: relative; display: grid; place-items: center; }.demo-phone { width: min(315px,76vw); }.demo-status { color: white; }.tap-ripple { position: absolute; z-index: 8; width: 50px; height: 50px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; pointer-events: none; opacity: 0; }.tap-ripple.animate { animation: tap .65s ease-out; }
@keyframes wave { to { transform: scaleY(.35); } }
@keyframes float { 50% { transform: translateY(-9px); } }
@keyframes signal { 50% { box-shadow: 0 0 0 8px rgba(69,223,126,0); } }
@keyframes drift { from { transform: translateX(0); } to { transform: translateX(-14vw); } }
@keyframes tap { 0% { opacity: .7; transform: scale(.4); } 100% { opacity: 0; transform: scale(1.8); } }
@media (max-width:850px) {
  .ios-demo { min-height: 0; grid-template-columns: 1fr; padding: 24px 16px 38px; border-radius: 34px; }
  .segment-control { width: 100%; overflow-x: auto; }.segment-control button { flex: 1; min-width: 72px; padding-inline: 9px; }
  .demo-message { min-height: 250px; padding: 38px 6px 10px; text-align: center; }.demo-message > p:last-child { margin-inline: auto; }.swipe-hint { display: none; }
  .story-strip { display: flex; animation-duration: 24s; }.story-strip figure { width: 230px; }.story-strip img { height: 330px; }.story-strip figure:nth-child(n+4) { display: block; }
  .device-buttons { display: none; }
}
@media (prefers-reduced-motion:reduce) {
  *,*::before,*::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
  [data-tilt] { transform: none !important; }
}
