:root { color-scheme: light; --page:#faf8fb; --surface:#fff; --ink:#25324d; --muted:#637087; --line:#e9e3ed; --pink:#c52b7e; --brand:#e54298; --soft:#fceaf4; --orbit:#efdeea; --shadow:0 20px 55px #3921420b; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; scroll-padding-top:30px; }
body { margin:0; background:var(--page); color:var(--ink); font-family:"Avenir Next","Trebuchet MS",Arial,sans-serif; -webkit-font-smoothing:antialiased; }
a { color:inherit; text-decoration:none; }
a:focus-visible, button:focus-visible, select:focus-visible { outline:3px solid var(--pink); outline-offset:6px; }
.skip-link { position:absolute; z-index:10; top:10px; left:10px; padding:12px; background:var(--surface); transform:translateY(-200%); }
.skip-link:focus { transform:translateY(0); }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip-path:inset(50%); white-space:nowrap; border:0; }
.page { width:min(1280px,100% - 96px); margin:auto; }
.header { min-height:110px; display:flex; align-items:center; justify-content:space-between; gap:28px; border-bottom:1px solid var(--line); }
.brand { display:inline-flex; align-items:center; gap:11px; flex-shrink:0; color:var(--brand); }
.brand-mark { width:33px; height:33px; border:3px solid currentColor; border-radius:50% 50% 50% 12%; transform:rotate(-7deg); display:grid; place-items:center; }
.brand-mark > span { font-size:17px; line-height:1; transform:rotate(7deg); }
.wordmark { font-size:34px; font-weight:900; letter-spacing:-2px; display:flex; align-items:baseline; gap:7px; }
.live-word { display:inline-flex; align-items:center; gap:6px; font-size:12px; font-weight:700; letter-spacing:.2px; color:var(--muted); }
.live-word > span { width:5px; height:5px; background:#35b9a7; border-radius:50%; }
.header-note { font-size:13px; color:var(--muted); }
.preferences { display:flex; align-items:center; gap:8px; }
.preferences[hidden] { display:none; }
.preferences select { font:600 12px "Avenir Next","Trebuchet MS",Arial,sans-serif; min-height:44px; padding:8px 12px; border:1px solid var(--line); border-radius:12px; color:var(--ink); background:var(--surface); cursor:pointer; max-width:120px; }
.hero { display:grid; grid-template-columns:1.12fr 1fr; gap:36px; align-items:center; min-height:665px; padding:70px 0 72px; }
.status { display:flex; align-items:center; gap:9px; margin:0 0 26px; color:var(--pink); font-weight:600; font-size:13px; letter-spacing:.2px; }
.status > span[aria-hidden] { width:7px; height:7px; border-radius:50%; background:var(--brand); box-shadow:0 0 0 5px var(--soft); margin:0 5px; flex-shrink:0; }
h1 { font-size:clamp(45px,5.3vw,74px); font-weight:800; line-height:1.08; letter-spacing:-3.3px; margin:0; }
h1 > .accent { color:var(--brand); }
.intro { max-width:440px; margin:26px 0; color:var(--muted); font-size:18px; line-height:1.75; }
.primary { display:inline-flex; align-items:center; justify-content:center; gap:30px; min-height:54px; padding:14px 22px; border-radius:14px; background:#c52b7e; color:#fff; font-size:15px; font-weight:700; box-shadow:0 8px 24px #c52b7e18; transition:background .2s, transform .2s; }
.primary:hover { background:#ab206b; transform:translateY(-2px); }
.primary > span[aria-hidden] { font-size:22px; font-weight:400; }
.building-note { margin:22px 0 0; font-size:12px; line-height:1.8; color:var(--muted); }
.building-note span[aria-hidden] { color:var(--pink); font-size:18px; margin-right:5px; vertical-align:-1px; }
.hero-art { width:100%; height:470px; position:relative; display:grid; place-items:center; isolation:isolate; }
.orbit { position:absolute; border:1px solid var(--orbit); border-radius:50%; }
.orbit-outer { width:94%; aspect-ratio:1; max-width:470px; }
.orbit-inner { width:70%; aspect-ratio:1; max-width:350px; background:radial-gradient(circle,#fce7f140,transparent 70%); }
.heart-tile { width:210px; height:235px; background:linear-gradient(145deg,#ee6bb0,#db368e); border:1px solid #ffffff4d; border-radius:57px; transform:rotate(-9deg); position:relative; box-shadow:18px 28px 65px #d8398e29,inset 0 2px 2px #ffffff66; display:grid; place-items:center; }
.tile-heart { color:#fff7fc; font-family:Arial,sans-serif; font-size:148px; line-height:1; transform:rotate(9deg); text-shadow:0 5px 0 #bb1c6c1a; }
.tile-live { position:absolute; right:-26px; bottom:22px; display:flex; align-items:center; gap:8px; border:1px solid var(--line); background:var(--surface); color:var(--ink); border-radius:30px; padding:12px 21px; font-size:18px; font-weight:800; box-shadow:var(--shadow); transform:rotate(9deg); }
.tile-live i { width:8px; height:8px; border-radius:50%; background:var(--brand); }
.connection-card { position:absolute; display:flex; align-items:center; gap:12px; background:var(--surface); border:1px solid var(--line); padding:15px 20px 15px 13px; border-radius:19px; box-shadow:var(--shadow); font-size:14px; font-weight:700; }
.connection-card small { display:block; font-size:11px; font-weight:400; color:var(--muted); margin-top:4px; }
.card-hello { top:49px; left:0; transform:rotate(-6deg); z-index:2; }
.card-people { bottom:39px; right:0; transform:rotate(5deg); z-index:2; }
.card-symbol { width:42px; height:42px; display:grid; place-items:center; border-radius:13px; font-size:29px; font-weight:400; }
.hello-symbol { background:#eaf5f1; color:#488574; }
.people-symbol { background:var(--soft); color:var(--pink); }
.orbit-dot { position:absolute; border-radius:50%; }
.dot-one { top:44%; right:5%; width:12px; height:12px; background:#accbbf; }
.dot-two { bottom:22%; left:6%; width:8px; height:8px; background:#e9a2c6; }
.little-star { color:var(--pink); position:absolute; }
.star-one { font-size:30px; top:12%; right:18%; }
.star-two { font-size:18px; bottom:26%; left:16%; }
.art-caption { position:absolute; bottom:0; left:14%; font-size:12px; letter-spacing:.3px; color:var(--muted); transform:rotate(-6deg); }
.about { display:grid; grid-template-columns:.8fr 2fr; gap:65px; padding:44px 0 48px; border-top:1px solid var(--line); }
.eyebrow { display:block; color:var(--muted); text-transform:uppercase; font-weight:700; font-size:10px; letter-spacing:1.6px; margin:0 0 15px; }
h2 { font-size:25px; line-height:1.4; letter-spacing:-.7px; margin:0; }
.features { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:32px; }
.feature-icon { display:grid; place-items:center; height:34px; width:34px; border-radius:10px; background:var(--soft); color:var(--pink); font-size:24px; margin-bottom:14px; }
.features h3 { font-size:15px; margin:0 0 9px; line-height:1.5; }
.features p { color:var(--muted); font-size:13px; line-height:1.8; margin:0; }
.footer { border-top:1px solid var(--line); min-height:88px; display:flex; align-items:center; justify-content:space-between; gap:20px; font-size:12px; color:var(--muted); }
.footer p { margin:0; }
.footer p span[aria-hidden] { color:var(--pink); margin-left:6px; font-size:17px; vertical-align:-1px; }
.footer-status { display:flex; align-items:center; gap:8px; }
.footer-status i { width:6px; height:6px; background:var(--pink); border-radius:50%; }
@media(max-width:1050px) { .page { width:calc(100% - 64px); } .header-note { display:none; } .hero { gap:15px; } .hero-art { transform:scale(.94); } .about { gap:30px; grid-template-columns:1fr; } .about-heading { display:flex; align-items:center; justify-content:space-between; } .about-heading h2 { text-align:right; } }
@media(max-width:760px) { .page { width:calc(100% - 40px); max-width:560px; } .header { min-height:90px; } .header-link { font-size:12px; max-width:140px; gap:8px; line-height:1.5; } .wordmark { font-size:30px; } .hero { grid-template-columns:1fr; padding:45px 0 35px; gap:8px; } .hero-copy { max-width:470px; } h1 { font-size:clamp(44px,9vw,65px); letter-spacing:-2px; } .intro { font-size:16px; margin:23px 0; } .status { font-size:12px; margin-bottom:22px; } .building-note { max-width:310px; font-size:12px; } .hero-art { height:385px; max-width:440px; margin:auto; } .orbit-outer { width:84%; } .orbit-inner { width:64%; } .heart-tile { width:173px; height:193px; border-radius:45px; } .tile-heart { font-size:120px; } .card-hello { top:24px; left:0; } .card-people { bottom:25px; right:0; } .connection-card { padding:12px; font-size:12px; gap:9px; } .connection-card small { font-size:10px; } .art-caption { bottom:-7px; font-size:11px; left:6%; } .card-symbol { width:34px; height:34px; font-size:24px; } .tile-live { font-size:16px; padding:10px 16px; right:-15px; } .about { padding:35px 0; gap:26px; } .about-heading { display:block; } .about-heading h2 { text-align:left; } .features { gap:24px; grid-template-columns:1fr; } .features article { display:grid; grid-template-columns:40px 1fr; column-gap:15px; align-items:start; } .feature-icon { grid-row:1/3; margin:2px 0 0; } .features h3 { margin-bottom:3px; } .footer { padding:22px 0; gap:13px; flex-wrap:wrap; font-size:11px; } .footer p { order:3; flex-basis:100%; } }
@media(prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *, *::before, *::after { transition:none !important; } }
@media(max-width:420px) { .header { flex-wrap:wrap; gap:12px; padding:18px 0; } .preferences { margin-left:auto; } .hero { padding-top:32px; } .hero-art { height:340px; } .connection-card { max-width:235px; } .building-note { max-width:260px; } }
:root[data-theme="dark"] { color-scheme:dark; --page:#111924; --surface:#1e2737; --ink:#edf0f7; --muted:#abb9cd; --line:#303b4e; --pink:#f490c4; --brand:#ed489c; --soft:#352035; --orbit:#3a2c40; --shadow:0 20px 55px #0002; }
@media(prefers-color-scheme:dark) { :root:not([data-theme="light"]) { color-scheme:dark; --page:#111924; --surface:#1e2737; --ink:#edf0f7; --muted:#abb9cd; --line:#303b4e; --pink:#f490c4; --brand:#ed489c; --soft:#352035; --orbit:#3a2c40; --shadow:0 20px 55px #0002; } }
