/* Isle website. One stylesheet for index.html. */
:root {
  --bg: #050505;
  --bg-2: #0e0d0c;
  --bg-3: #161412;
  --ink: #f4efe6;
  --muted: #a69f93;
  --dim: #8a8378;
  --hairline: rgba(255, 255, 255, 0.11);
  --track: rgba(255, 255, 255, 0.13);
  --accent: #ffb35c;
  --accent-2: #ff7a59;
  --ok: #66de8f;
  /* one colour per activity, the same as in the app */
  --hue-music: #ff6685;
  --hue-power: #66de8f;
  --hue-shelf: #66abff;
  --hue-timer: #ffb861;
  --hue-iface: #5cdbcc;
  --hue-devices: #ad94ff;
  --sans: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --rounded: ui-rounded, "SF Pro Rounded", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --mono: "SF Mono", ui-monospace, Menlo, Consolas, monospace;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-spring: cubic-bezier(0.34, 1.35, 0.4, 1);
  color-scheme: dark;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 64px; background: var(--bg); }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--sans); font-size: 17px; line-height: 1.47; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: var(--accent); }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.faq summary:focus-visible, .list a:focus-visible { border-radius: 8px; }
.sr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 10px 16px; border-radius: 999px; background: var(--ink); color: #000; font-weight: 600; font-size: 14px; text-decoration: none; transition: top 160ms var(--ease-out); }
.skip:focus { top: 10px; }
.container { max-width: 1020px; margin: 0 auto; padding: 0 22px; }
.ico-s { width: 1em; height: 1em; display: inline-block; vertical-align: -0.12em; }

/* ---------- nav ---------- */
nav { position: sticky; top: 0; z-index: 40; height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0 max(22px, calc(50% - 510px)); background: rgba(5, 5, 5, 0.72); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border-bottom: 1px solid var(--hairline); font-size: 13px; color: var(--muted); }
nav .brand { display: flex; align-items: center; gap: 9px; font-weight: 600; color: var(--ink); text-decoration: none; }
nav .brand svg { width: 24px; height: 24px; }
nav .links { display: flex; gap: 22px; }
nav .links a { color: var(--muted); text-decoration: none; transition: color 160ms ease; }
nav .links a:hover { color: var(--ink); }
nav .cta { display: inline-flex; align-items: center; gap: 6px; padding: 7px 14px; border-radius: 999px; background: var(--ink); color: #000; font-weight: 600; text-decoration: none; font-size: 13px; transition: transform 160ms var(--ease-out), background 160ms ease; }
nav .cta:hover { background: #fff; }
nav .cta:active { transform: scale(0.97); }
/* ---------- back to all projects ---------- */
nav .navl { display: flex; align-items: center; gap: 14px; min-width: 0; }
nav .back { display: inline-flex; align-items: center; gap: 5px; height: 28px; padding: 0 12px 0 9px; border-radius: 999px; border: 1px solid var(--hairline); color: var(--muted); font-size: 12.5px; font-weight: 500; line-height: 1; text-decoration: none; white-space: nowrap; transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease, transform 160ms var(--ease-out); }
nav .back svg { width: 11px; height: 11px; flex: none; }
nav .back:hover { color: var(--ink); border-color: rgba(255, 255, 255, 0.3); background: rgba(255, 255, 255, 0.05); text-decoration: none; }
nav .back:active { transform: scale(0.97); }
@media (max-width: 420px) { nav .back { width: 28px; padding: 0; justify-content: center; } nav .back span { display: none; } }
@media (prefers-reduced-motion: reduce) { nav .back { transition: none; } }

.progress { position: fixed; left: 0; top: 52px; z-index: 41; width: 100%; height: 2px; transform-origin: 0 50%; transform: scaleX(0); background: linear-gradient(90deg, var(--accent), var(--accent-2)); pointer-events: none; }

/* ---------- hero ---------- */
.hero { padding: 84px 0 0; text-align: center; }
.eyebrow { font-size: 15px; font-weight: 600; color: var(--muted); }
.beta { display: inline-block; margin-left: 8px; padding: 2px 8px 3px; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #1b1004; background: linear-gradient(135deg, var(--accent), var(--accent-2)); vertical-align: 2px; line-height: 1.2; }
h1 { margin: 12px auto 16px; font-size: clamp(44px, 7.6vw, 92px); font-weight: 600; letter-spacing: -0.045em; line-height: 0.98; max-width: 14ch; text-wrap: balance; background: linear-gradient(180deg, #fff 30%, #b9b1a5); -webkit-background-clip: text; background-clip: text; color: transparent; }
.sub { margin: 0 auto 28px; max-width: 58ch; color: var(--muted); font-size: clamp(17px, 1.9vw, 20px); text-wrap: balance; }
.actions { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.hero-meta { margin: 14px 0 46px; font-size: 13px; color: var(--dim); }
.hint { margin-top: 18px; font-size: 13px; color: var(--dim); font-family: var(--mono); letter-spacing: 0.02em; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 20px; border-radius: 999px; font: inherit; font-weight: 600; font-size: 15px; text-decoration: none; border: 1px solid transparent; cursor: pointer; transition: transform 160ms var(--ease-out), background 200ms ease, border-color 200ms ease; }
.btn:active { transform: scale(0.97); }
.btn svg { width: 17px; height: 17px; }
.btn.primary { background: var(--ink); color: #000; }
.btn.primary:hover { background: #fff; }
.btn.ghost { color: var(--ink); border-color: var(--hairline); background: transparent; }
.btn.ghost:hover { border-color: rgba(255, 255, 255, 0.35); }
.btn.glow { background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #1b1004; }
.btn.glow:hover { filter: brightness(1.06); }

/* ---------- the island demo ---------- */
.deck { position: relative; width: min(980px, calc(100% - 32px)); margin: 0 auto; border-radius: 22px 22px 14px 14px; overflow: hidden; background: #0a0a0b; box-shadow: 0 30px 90px rgba(0, 0, 0, 0.7), inset 0 0 0 1px rgba(255, 255, 255, 0.14); user-select: none; -webkit-user-select: none; }
.deck .wallpaper { height: 320px; background: radial-gradient(60% 70% at 25% 20%, rgba(255, 179, 92, 0.42), transparent 70%), radial-gradient(50% 60% at 78% 80%, rgba(255, 122, 89, 0.36), transparent 70%), linear-gradient(180deg, #1c1a24, #2a1f2a 60%, #3a2a2c); }
.win, .win2 { position: absolute; border-radius: 12px; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35); }
.win { left: 7%; top: 92px; width: 46%; height: 200px; background: rgba(245, 240, 232, 0.94); }
.win2 { right: 8%; top: 130px; width: 34%; height: 170px; background: rgba(28, 28, 32, 0.96); }
.win::before, .win2::before { content: ""; position: absolute; left: 12px; top: 10px; width: 42px; height: 10px; border-radius: 6px; background: linear-gradient(90deg, #ff5f57 0 10px, transparent 10px 16px, #febc2e 16px 26px, transparent 26px 32px, #28c840 32px 42px); }
.win i { position: absolute; left: 20px; height: 8px; border-radius: 4px; background: rgba(0, 0, 0, 0.18); }
.win i:nth-child(1) { top: 40px; width: 60%; } .win i:nth-child(2) { top: 58px; width: 82%; } .win i:nth-child(3) { top: 76px; width: 48%; } .win i:nth-child(4) { top: 94px; width: 70%; } .win i:nth-child(5) { top: 112px; width: 36%; }
.deck .bar { position: absolute; left: 0; right: 0; top: 0; height: 36px; background: rgba(12, 12, 14, 0.78); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); display: flex; align-items: center; justify-content: space-between; padding: 0 14px; font-size: 12.5px; color: rgba(255, 255, 255, 0.86); }
.deck .bar b { font-weight: 700; margin-right: 4px; }
.deck .bar span { margin-right: 14px; }
.deck .bar .r span { margin: 0 0 0 12px; font-family: var(--mono); font-size: 11.5px; color: rgba(255, 255, 255, 0.7); }
.island { position: absolute; left: 50%; top: 0; transform: translateX(-50%); width: 190px; height: 34px; background: #000; border-radius: 0 0 18px 18px; box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06), 0 14px 40px rgba(0, 0, 0, 0.55); overflow: hidden; cursor: default; will-change: width, height; }
.island:focus-visible { outline-offset: 2px; border-radius: 0 0 18px 18px; }
.island .compact { position: absolute; inset: 0; display: flex; align-items: center; justify-content: space-between; padding: 0 12px; transition: opacity 160ms ease; }
.island.open .compact { opacity: 0; pointer-events: none; }
.island .compact .cl, .island .compact .cr { display: flex; align-items: center; gap: 8px; height: 100%; min-width: 22px; }
.island .compact .cr { justify-content: flex-end; }
.dot { width: 16px; height: 16px; border-radius: 5px; background: linear-gradient(135deg, #ff9f6b, #b45cff); }
.wave { display: flex; align-items: center; gap: 2px; height: 16px; }
.wave i { width: 3px; border-radius: 2px; background: var(--hue-music); animation: wave 900ms ease-in-out infinite; }
.wave i:nth-child(1) { height: 6px; } .wave i:nth-child(2) { height: 14px; animation-delay: 120ms; } .wave i:nth-child(3) { height: 9px; animation-delay: 240ms; } .wave i:nth-child(4) { height: 15px; animation-delay: 360ms; } .wave i:nth-child(5) { height: 7px; animation-delay: 480ms; }
@keyframes wave { 0%, 100% { transform: scaleY(0.5); } 50% { transform: scaleY(1.15); } }
.bolt { width: 14px; height: 14px; color: var(--hue-power); }
.bolt svg { width: 14px; height: 14px; display: block; }
.pct { font-family: var(--rounded); font-weight: 600; font-size: 12px; color: var(--hue-power); font-variant-numeric: tabular-nums; }
.badge { min-width: 18px; height: 18px; padding: 0 6px; border-radius: 9px; background: var(--hue-shelf); color: #041022; font-size: 11px; font-weight: 700; display: grid; place-items: center; }
.ctime { font-family: var(--rounded); font-weight: 600; font-size: 12px; color: var(--hue-timer); font-variant-numeric: tabular-nums; }
.ring { width: 16px; height: 16px; border-radius: 50%; background: conic-gradient(var(--hue-timer) var(--p, 60%), var(--track) 0); -webkit-mask: radial-gradient(circle 5px, transparent 4.5px, #000 5px); mask: radial-gradient(circle 5px, transparent 4.5px, #000 5px); }
.phones, .shelfic { width: 16px; height: 16px; color: var(--hue-devices); }
.shelfic { width: 15px; height: 15px; color: var(--hue-shelf); }
.phones svg, .shelfic svg { width: 100%; height: 100%; display: block; }
.pct.dev { color: var(--hue-devices); }

.island .panel { position: absolute; inset: 0; opacity: 0; transform: scale(0.97); transition: opacity 180ms ease 40ms, transform 320ms var(--ease-out) 40ms; pointer-events: none; }
.island.open .panel { opacity: 1; transform: none; pointer-events: auto; }
.scene { position: absolute; inset: 0; padding: 18px 20px 16px; display: none; color: var(--ink); text-align: left; }
.scene .big { font-family: var(--rounded); font-weight: 600; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.scene .sub2 { color: var(--muted); font-size: 13.5px; }
.music, .power, .timer, .pods { grid-template-columns: 84px 1fr; gap: 18px; align-items: center; }
.music.on, .power.on, .timer.on, .pods.on { display: grid; }
.shelf.on { display: block; }
.music { grid-template-columns: 72px 1fr; gap: 16px; }
.music .art { width: 72px; height: 72px; border-radius: 14px; background: linear-gradient(135deg, #ff9f6b, #b45cff 60%, #4bb7ff); box-shadow: 0 10px 30px rgba(180, 92, 255, 0.35); }
.music .t { font-weight: 600; font-size: 15.5px; letter-spacing: -0.01em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.music .a { font-size: 13px; color: var(--muted); margin-top: 1px; }
.music .prog { position: relative; height: 4px; border-radius: 2px; background: var(--track); margin: 12px 0 6px; overflow: hidden; }
.music .prog i { position: absolute; left: 0; top: 0; bottom: 0; width: 38%; border-radius: 2px; background: var(--ink); animation: prog 26s linear infinite; }
@keyframes prog { from { width: 30%; } to { width: 72%; } }
.music .times { display: flex; justify-content: space-between; font-family: var(--mono); font-size: 10.5px; color: var(--dim); }
.music .ctrls { display: flex; align-items: center; gap: 18px; margin-top: 8px; }
.music .row1 { display: flex; align-items: center; gap: 12px; }
.music .ttl { min-width: 0; }
.music .ctrls span { color: var(--ink); width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; }
.music .ctrls svg { width: 16px; height: 16px; }
.music .ctrls .play { width: 38px; height: 38px; background: var(--ink); color: #000; }
.music .side { display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.music .wave.big { height: 22px; margin-left: auto; }
.cring, .tring { width: 84px; height: 84px; border-radius: 50%; -webkit-mask: radial-gradient(circle 33px, transparent 32px, #000 33px); mask: radial-gradient(circle 33px, transparent 32px, #000 33px); }
.cring { background: conic-gradient(var(--hue-power) 72%, var(--track) 0); }
.tring { background: conic-gradient(var(--hue-timer) var(--p, 60%), var(--track) 0); }
.cwrap { position: relative; }
.power .cbolt { position: absolute; left: 0; top: 0; width: 84px; height: 84px; display: grid; place-items: center; color: var(--hue-power); }
.power .cbolt svg { width: 26px; height: 26px; }
.power .big { font-size: 30px; }
.power .big small { font-size: 14px; color: var(--muted); font-weight: 500; margin-left: 4px; }
.chip { display: inline-flex; align-items: center; gap: 6px; margin-top: 10px; padding: 4px 10px; border-radius: 999px; font-size: 12px; font-weight: 600; background: rgba(102, 222, 143, 0.14); color: var(--hue-power); }
.chip svg { width: 12px; height: 12px; }
.shelf .head { display: flex; justify-content: space-between; align-items: center; font-size: 12.5px; color: var(--muted); margin-bottom: 12px; }
.shelf .head b { color: var(--ink); font-weight: 600; }
.shelf .head span.pillb { background: rgba(102, 171, 255, 0.16); color: var(--hue-shelf); font-size: 12px; font-weight: 600; padding: 4px 10px; border-radius: 999px; }
.shelf .files { display: flex; gap: 12px; }
.shelf .file { width: 74px; text-align: center; font-size: 11px; color: var(--muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.shelf .file i { display: block; width: 52px; height: 62px; margin: 0 auto 6px; border-radius: 9px; background: linear-gradient(180deg, #f6f1e8, #d9d2c6); }
.shelf .file.img i { background: linear-gradient(135deg, #ff9f6b, #b45cff); }
.shelf .file.zip i { background: linear-gradient(180deg, #ffd58a, #e0a04a); }
.shelf .drop { display: grid; place-items: center; width: 74px; height: 62px; flex: none; border-radius: 9px; border: 1px dashed rgba(102, 171, 255, 0.45); color: var(--hue-shelf); font-size: 22px; }
.timer .big { font-size: 34px; }
.timer .row { display: flex; gap: 8px; margin-top: 10px; }
.timer .row span { background: rgba(255, 255, 255, 0.1); font-size: 12px; font-weight: 600; padding: 5px 11px; border-radius: 999px; }
.timer .row span.p { background: var(--ink); color: #000; }
.pods .pic { width: 84px; height: 84px; border-radius: 24px; display: grid; place-items: center; color: var(--hue-devices); background: rgba(173, 148, 255, 0.14); }
.pods .pic svg { width: 44px; height: 44px; }
.pods .name { font-size: 17px; font-weight: 600; letter-spacing: -0.02em; }
.pods .lv { display: flex; gap: 16px; margin-top: 12px; }
.pods .lv div { display: flex; align-items: center; gap: 8px; }
.pods .lv span { display: grid; font-size: 11px; color: var(--muted); line-height: 1.25; }
.pods .lv b { font-family: var(--rounded); font-size: 14px; color: var(--ink); font-variant-numeric: tabular-nums; }
.mr { width: 24px; height: 24px; border-radius: 50%; background: conic-gradient(var(--hue-devices) var(--p, 70%), var(--track) 0); -webkit-mask: radial-gradient(circle 9px, transparent 8.5px, #000 9px); mask: radial-gradient(circle 9px, transparent 8.5px, #000 9px); }

.scenes { display: flex; justify-content: center; gap: 8px; margin-top: 22px; flex-wrap: wrap; padding: 0 16px; }
.scenes button { border: 1px solid var(--hairline); background: var(--bg-2); color: var(--muted); font: inherit; font-size: 13px; font-weight: 600; padding: 8px 14px; border-radius: 999px; cursor: pointer; transition: transform 140ms var(--ease-out), color 160ms ease, border-color 160ms ease; }
.scenes button:hover { color: var(--ink); border-color: rgba(255, 255, 255, 0.3); }
.scenes button:active { transform: scale(0.96); }
.scenes button[aria-pressed="true"] { color: #000; background: var(--ink); border-color: var(--ink); }

/* ---------- sections ---------- */
section { padding: 120px 0 0; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 44px; }
.kicker { font-size: 14px; font-weight: 600; color: var(--accent); letter-spacing: 0.02em; }
h2 { margin: 8px 0 12px; font-size: clamp(32px, 4.6vw, 52px); font-weight: 600; letter-spacing: -0.04em; line-height: 1.04; text-wrap: balance; }
.lede { margin: 0; font-size: clamp(17px, 1.7vw, 20px); color: var(--muted); text-wrap: balance; }
.tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tile { padding: 26px 24px 28px; border-radius: 24px; background: var(--bg-2); box-shadow: inset 0 0 0 1px var(--hairline); }
.tile .ico { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; color: var(--h, var(--accent)); background: color-mix(in srgb, var(--h, var(--accent)) 15%, transparent); margin-bottom: 16px; }
.tile .ico svg { width: 20px; height: 20px; }
.tile h3 { margin: 0 0 8px; font-size: 20px; font-weight: 600; letter-spacing: -0.02em; }
.tile p { margin: 0; font-size: 15px; color: var(--muted); }
.tile .soon { display: inline-block; margin-top: 12px; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--dim); }
.tile .soon.hot { color: var(--h, var(--accent)); }
.tile.new { position: relative; }
.tile.new::after { content: "New"; position: absolute; top: 24px; right: 22px; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--h, var(--accent)); }

/* ---------- new in Beta 1 ---------- */
.newlist { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 18px; }
.newlist li { display: grid; grid-template-columns: 40px 1fr; gap: 14px; align-items: start; padding: 18px 20px; border-radius: 20px; background: var(--bg-2); box-shadow: inset 0 0 0 1px var(--hairline); font-size: 15px; color: var(--muted); }
.newlist li b { color: var(--ink); font-weight: 600; }
.newlist .ico { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; color: var(--h, var(--accent)); background: color-mix(in srgb, var(--h, var(--accent)) 15%, transparent); }
.newlist .ico svg { width: 20px; height: 20px; }
#together { padding-top: 60px; }
#feel, #duo, #privacy { padding-top: 90px; }

/* ---------- every Mac: with a notch, without one ---------- */
.notches { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.notches figure { margin: 0; }
.scr { position: relative; aspect-ratio: 16 / 10; border-radius: 18px; overflow: hidden; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14), 0 30px 80px rgba(0, 0, 0, 0.5); background: radial-gradient(60% 70% at 25% 25%, rgba(255, 179, 92, 0.4), transparent 70%), radial-gradient(50% 60% at 80% 80%, rgba(255, 122, 89, 0.34), transparent 70%), linear-gradient(180deg, #1c1a24, #2a1f2a 60%, #3a2a2c); }
.scr .mb { position: absolute; left: 0; right: 0; top: 0; height: 8.5%; background: rgba(12, 12, 14, 0.72); }
.scr .n { position: absolute; left: 50%; top: 0; height: 8.5%; transform: translateX(-50%); background: #000; border-radius: 0 0 12px 12px; display: flex; align-items: center; justify-content: space-between; padding: 0 3%; }
.scr .n .dot { width: 14px; height: 14px; border-radius: 4px; }
.scr .n .wave { height: 13px; } .scr .n .wave i { width: 2.5px; }
.scr.hw .n { width: 30%; }
.scr.hw .n::after { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 56%; transform: translateX(-50%); border-radius: 0 0 10px 10px; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16); border-top: 0; }
.scr.drawn .n { width: 26%; }
.js .scr.drawn .n { clip-path: inset(0 50% 0 50%); transition: clip-path 1000ms var(--ease-out) 250ms; }
.js .notches.in .scr.drawn .n { clip-path: inset(0 0 0 0 round 0 0 12px 12px); }
.scr .tag { position: absolute; left: 50%; top: 13%; transform: translateX(-50%); padding: 4px 10px; border-radius: 999px; font-size: 11.5px; font-weight: 600; white-space: nowrap; color: #1b1004; background: var(--accent); }
.js .scr .tag { opacity: 0; transition: opacity 500ms ease 1100ms; }
.js .notches.in .scr .tag { opacity: 1; }
.scr .tag.soft { background: rgba(255, 255, 255, 0.14); color: var(--ink); }
.scr .win { top: 26%; height: 58%; left: 8%; width: 50%; }
.notches figcaption { margin-top: 16px; font-size: 15px; color: var(--muted); }
.notches figcaption b { display: block; color: var(--ink); font-size: 17px; margin-bottom: 2px; }

/* ---------- live signs: a scroll story on the closed notch ---------- */
.signs-story { position: relative; }
.js .signs-story { height: 330vh; }
.signs-stage { display: grid; place-items: center; align-content: center; gap: 34px; text-align: center; padding: 40px 22px 20px; }
.js .signs-stage { position: sticky; top: 52px; height: calc(100vh - 52px); padding: 0 22px; }
.signs-screen { position: relative; width: min(820px, 100%); height: 176px; border-radius: 24px; overflow: hidden; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14), 0 0 90px rgba(255, 150, 100, 0.07); background: linear-gradient(180deg, transparent 45%, rgba(8, 8, 10, 0.55)), radial-gradient(60% 120% at 22% 0%, rgba(255, 179, 92, 0.42), transparent 70%), radial-gradient(50% 120% at 80% 100%, rgba(255, 122, 89, 0.34), transparent 70%), linear-gradient(180deg, #1c1a24, #2a1f2a); }
.signs-screen .mbar { position: absolute; left: 0; right: 0; top: 0; height: 46px; background: rgba(12, 12, 14, 0.72); display: flex; align-items: center; justify-content: space-between; padding: 0 20px; font-size: 13px; color: rgba(255, 255, 255, 0.82); }
.signs-screen .mbar b { font-weight: 700; margin-right: 16px; }
.signs-screen .mbar span { margin-right: 16px; }
.signs-screen .mbar .r span { margin: 0 0 0 14px; font-family: var(--mono); font-size: 12px; color: rgba(255, 255, 255, 0.6); }
.signs-screen .wins { position: absolute; left: 7%; right: 7%; top: 72px; height: 150px; display: flex; gap: 5%; opacity: 0.8; }
.signs-screen .wins i { flex: 1; border-radius: 12px 12px 0 0; background: rgba(245, 240, 232, 0.9); box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35); }
.signs-screen .wins i + i { flex: 0.7; background: rgba(28, 28, 32, 0.95); }
.npill { position: absolute; left: 50%; top: 0; height: 46px; width: 230px; transform: translateX(-50%); background: #000; border-radius: 0 0 20px 20px; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); transition: width 700ms var(--ease-spring); display: flex; align-items: center; justify-content: space-between; padding: 0 16px; }
.npill .side { display: flex; align-items: center; gap: 12px; height: 100%; }
/* the camera in the middle of the notch: it shows the signs sit beside the notch, not in an empty bar */
.npill .cam { position: absolute; left: 50%; top: 50%; width: 10px; height: 10px; margin: -5px 0 0 -5px; border-radius: 50%; background: radial-gradient(circle at 38% 36%, #3a4a66 0 1.2px, #141a24 2.2px, #07090d 4.4px); box-shadow: 0 0 0 1.5px #0d0f13; pointer-events: none; }
.npill .side > * { opacity: 0; transform: scale(0.5); transition: opacity 260ms ease, transform 520ms var(--ease-spring); flex: none; overflow: hidden; margin: 0 -6px; }
.npill .side > .on { opacity: 1; transform: none; overflow: visible; margin: 0; }
/* a sign that is not showing takes no room at all, so the ones that show sit right at the edges */
.npill .side > :not(.on) { width: 0 !important; min-width: 0 !important; padding: 0 !important; }
.npill .dot, .npill .ring { width: 26px; height: 26px; }
.npill .dot { border-radius: 8px; }
.npill .wave { height: 24px; gap: 3px; }
.npill .wave i { width: 4px; }
.npill .wave i:nth-child(1) { height: 9px; } .npill .wave i:nth-child(2) { height: 21px; } .npill .wave i:nth-child(3) { height: 13px; } .npill .wave i:nth-child(4) { height: 22px; } .npill .wave i:nth-child(5) { height: 11px; }
.npill .bolt, .npill .bolt.on, .npill .bolt svg, .npill .phones, .npill .phones.on, .npill .phones svg { width: 20px; height: 20px; display: block; }
.npill .pct, .npill .ctime { font-size: 15px; white-space: nowrap; }
.npill .ring { -webkit-mask: radial-gradient(circle 8px, transparent 7.5px, #000 8px); mask: radial-gradient(circle 8px, transparent 7.5px, #000 8px); }
.npill .badge { min-width: 26px; height: 24px; border-radius: 12px; font-size: 13px; }
.signs-caption { min-height: 150px; transition: opacity 250ms ease; }
.signs-caption b { display: block; font-size: clamp(26px, 3.6vw, 44px); font-weight: 600; letter-spacing: -0.035em; line-height: 1.06; text-wrap: balance; }
.signs-caption span { display: block; margin: 10px auto 0; max-width: 46ch; color: var(--muted); font-size: 17px; text-wrap: balance; }
.signs-dots { display: flex; gap: 8px; justify-content: center; }
.signs-dots i { width: 6px; height: 6px; border-radius: 50%; background: rgba(255, 255, 255, 0.2); transition: background 300ms ease, transform 300ms var(--ease-out); }
.signs-dots i.on { background: var(--accent); transform: scale(1.4); }

/* ---------- side by side, any player ---------- */
.sbs { display: grid; place-items: center; }
.sbs-island { width: min(640px, 100%); padding: 54px 18px 18px; background: #000; border-radius: 0 0 44px 44px; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 50px 120px rgba(0, 0, 0, 0.6); position: relative; }
.js .sbs-island { clip-path: inset(0 22% 78% 22% round 0 0 26px 26px); transition: clip-path 1100ms var(--ease-out); }
.js .sbs.in .sbs-island { clip-path: inset(0 0 0 0 round 0 0 44px 44px); }
.sbs-island::before { content: ""; position: absolute; left: 50%; top: 0; width: 190px; height: 34px; transform: translateX(-50%); border-radius: 0 0 14px 14px; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.26); }
.sbs-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.mini { display: grid; grid-template-columns: 46px 1fr; gap: 12px; align-items: start; padding: 14px; border-radius: 16px; background: rgba(255, 255, 255, 0.06); box-shadow: inset 0 0 0 0.5px rgba(255, 255, 255, 0.09); text-align: left; }
.js .mini { opacity: 0; transform: translateY(14px); transition: opacity 600ms ease 500ms, transform 800ms var(--ease-out) 500ms; }
.js .mini + .mini { transition-delay: 640ms; }
.js .sbs.in .mini { opacity: 1; transform: none; }
.mini small.gap { margin-top: 8px; }
.mini .art { width: 46px; height: 46px; border-radius: 11px; background: linear-gradient(135deg, #ff9f6b, #b45cff 60%, #4bb7ff); }
.mini .pring { width: 46px; height: 46px; border-radius: 50%; background: conic-gradient(var(--hue-power) 80%, var(--track) 0); -webkit-mask: radial-gradient(circle 18px, transparent 17.5px, #000 18px); mask: radial-gradient(circle 18px, transparent 17.5px, #000 18px); }
.mini b { display: block; font-size: 14.5px; font-weight: 600; letter-spacing: -0.01em; }
.mini small { display: block; font-size: 12px; color: var(--muted); }
.mini .mbar2 { height: 3px; border-radius: 2px; background: var(--track); margin: 9px 0 5px; overflow: hidden; }
.mini .mbar2 i { display: block; height: 100%; width: 34%; border-radius: 2px; background: #fff; animation: prog2 14s linear infinite; }
@keyframes prog2 { from { width: 8%; } to { width: 96%; } }
.mini .times { display: flex; justify-content: space-between; font-family: var(--mono); font-size: 10.5px; color: var(--dim); }
.mini .pills { display: flex; gap: 6px; margin-top: 9px; }
.mini .pills span { padding: 4px 11px; border-radius: 999px; font-size: 11.5px; font-weight: 600; background: rgba(255, 255, 255, 0.1); }
.mini .pills span.p { background: #fff; color: #000; }
.sbs-more { margin-top: 10px; font-size: 12px; font-weight: 600; color: var(--muted); }
.js .sbs-more { opacity: 0; transition: opacity 600ms ease 900ms; }
.js .sbs.in .sbs-more { opacity: 1; }
.small-lede { text-align: center; margin-top: 22px; font-size: 15.5px; }
.marquee { margin-top: 40px; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.marquee .row { display: flex; gap: 12px; width: max-content; animation: slide 36s linear infinite; }
.marquee:hover .row { animation-play-state: paused; }
.marquee span { padding: 12px 20px; border-radius: 999px; background: var(--bg-2); box-shadow: inset 0 0 0 1px var(--hairline); font-size: 16px; font-weight: 600; white-space: nowrap; }
.marquee span em { font-style: normal; color: var(--hue-music); margin-right: 8px; }
@keyframes slide { to { transform: translateX(-50%); } }

/* ---------- Iface: a story you scroll through ---------- */
.iface-story { position: relative; margin-top: 30px; }
.js .iface-story { height: 420vh; }
.iface-stage { display: grid; grid-template-columns: 0.9fr 1.1fr; align-items: center; gap: 44px; max-width: 1020px; margin: 0 auto; padding: 20px 22px 40px; }
.js .iface-stage { position: sticky; top: 52px; height: calc(100vh - 52px); padding: 0 22px; }
.iface-steps { display: grid; gap: 26px; margin: 0; padding: 0; list-style: none; }
.js .iface-steps li { opacity: 0.26; transform: translateX(-6px); transition: opacity 400ms ease, transform 600ms var(--ease-out); }
.js .iface-steps li.on { opacity: 1; transform: none; }
.iface-steps .n { font-family: var(--mono); font-size: 12px; color: var(--hue-iface); }
.iface-steps b { display: block; margin: 2px 0 4px; font-size: clamp(20px, 2.4vw, 28px); font-weight: 600; letter-spacing: -0.03em; line-height: 1.1; }
.iface-steps span { font-size: 15px; color: var(--muted); }
.iface-visual { position: relative; display: grid; place-items: center; height: 100%; }
.iface-island { position: relative; width: min(400px, 100%, 56vh); padding: 40px 22px 26px; border-radius: 0 0 46px 46px; background: #000; text-align: center; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22), 0 0 90px rgba(92, 219, 204, 0.07); transition: opacity 400ms ease, transform 700ms var(--ease-out); }
.iface-island::before { content: ""; position: absolute; left: 50%; top: 0; width: 150px; height: 26px; transform: translateX(-50%); border-radius: 0 0 12px 12px; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.26); }
.iface-island svg { width: 100%; max-width: 300px; height: auto; display: block; margin: 0 auto; }
.iface-island .t { margin-top: 8px; font-size: 17px; font-weight: 600; letter-spacing: -0.02em; min-height: 24px; }
.iface-island .s { font-size: 13px; color: var(--muted); min-height: 19px; }
.tick { stroke: rgba(255, 255, 255, 0.2); stroke-width: 2.4; stroke-linecap: round; transition: stroke 220ms ease; }
.tick.half { stroke: rgba(255, 255, 255, 0.85); }
.tick.full { stroke: var(--hue-iface); }
.iface-lock { position: absolute; inset: 0; display: grid; place-items: center; opacity: 0; transform: scale(0.96); transition: opacity 500ms ease, transform 700ms var(--ease-out); pointer-events: none; }
.iface-lock.on { opacity: 1; transform: none; }
.iface-visual.locked .iface-island { opacity: 0; transform: scale(0.94) translateY(-10px); }
.lockscreen { position: relative; width: min(440px, 100%, 78vh); aspect-ratio: 16 / 10.4; border-radius: 22px; overflow: hidden; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16), 0 0 80px rgba(255, 150, 100, 0.08); background: radial-gradient(70% 80% at 22% 30%, rgba(255, 179, 92, 0.55), transparent 70%), radial-gradient(60% 70% at 80% 75%, rgba(255, 122, 89, 0.5), transparent 70%), linear-gradient(180deg, #1c1a24, #35222c 60%, #4a2d2c); }
.lockscreen .clock { position: absolute; left: 0; right: 0; top: 43%; text-align: center; font-family: var(--rounded); font-size: clamp(44px, 7vw, 72px); font-weight: 600; letter-spacing: -0.04em; color: rgba(255, 255, 255, 0.88); }
.lockscreen .date { position: absolute; left: 0; right: 0; top: 36%; text-align: center; font-size: 14px; font-weight: 600; color: rgba(255, 255, 255, 0.7); }
.lockscreen .drop { position: absolute; left: 50%; top: 0; width: 132px; height: 0; transform: translateX(-50%); background: #000; border-radius: 0 0 22px 22px; overflow: hidden; transition: height 700ms var(--ease-spring); display: grid; place-items: end center; }
.lockscreen .drop svg { width: 34px; height: 34px; margin-bottom: 30px; }
.lockscreen .drop small { position: absolute; bottom: 11px; left: 0; right: 0; text-align: center; white-space: nowrap; font-size: 10.5px; font-weight: 600; color: rgba(255, 255, 255, 0.72); }
.iface-lock.on .drop { height: 88px; }
.note { max-width: 760px; margin: 60px auto 0; padding: 22px 24px; border-radius: 20px; background: rgba(255, 179, 92, 0.08); box-shadow: inset 0 0 0 1px rgba(255, 179, 92, 0.28); font-size: 15px; color: var(--muted); }
.note b { color: var(--ink); }

/* ---------- motion, feel, band ---------- */
.motion { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 28px; align-items: center; }
.card { padding: 30px; border-radius: 26px; background: var(--bg-2); box-shadow: inset 0 0 0 1px var(--hairline); }
.motion ol { margin: 0; padding: 0; list-style: none; display: grid; gap: 18px; }
.motion li { display: grid; grid-template-columns: 34px 1fr; gap: 12px; }
.motion li b { display: block; font-size: 16px; font-weight: 600; letter-spacing: -0.01em; margin-bottom: 3px; }
.motion li span { font-size: 14.5px; color: var(--muted); }
.motion li .n { font-family: var(--mono); font-size: 12px; color: var(--accent); padding-top: 3px; }
.spec { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.spec div { padding: 18px 20px; border-radius: 18px; background: var(--bg-3); box-shadow: inset 0 0 0 1px var(--hairline); }
.spec b { display: block; font-family: var(--rounded); font-size: 26px; font-weight: 600; letter-spacing: -0.03em; font-variant-numeric: tabular-nums; }
.spec span { font-size: 13px; color: var(--muted); }
.feel { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 28px; align-items: stretch; }
.feel-stage { position: relative; min-height: 300px; border-radius: 26px; overflow: hidden; box-shadow: inset 0 0 0 1px var(--hairline); background: radial-gradient(70% 90% at 25% 10%, rgba(255, 179, 92, 0.3), transparent 70%), linear-gradient(180deg, #1a1820, #241b24); }
.feel-stage .mbar { position: absolute; left: 0; right: 0; top: 0; height: 34px; background: rgba(12, 12, 14, 0.7); }
.feel-island { position: absolute; left: 50%; top: 0; width: 190px; height: 34px; transform: translateX(-50%); background: #000; border-radius: 0 0 18px 18px; box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 14px 40px rgba(0, 0, 0, 0.5); overflow: hidden; will-change: width, height; }
.feel-island .inside { position: absolute; left: 18px; right: 18px; bottom: 16px; display: grid; grid-template-columns: 56px 1fr; gap: 14px; align-items: center; text-align: left; }
.feel-island .inside .art { width: 56px; height: 56px; border-radius: 12px; background: linear-gradient(135deg, #ff9f6b, #b45cff 60%, #4bb7ff); }
.feel-island .inside b { display: block; font-size: 15px; } .feel-island .inside small { color: var(--muted); font-size: 12.5px; }
.feel-controls { display: grid; gap: 22px; align-content: center; }
.feel-controls label { display: grid; gap: 8px; font-size: 15px; font-weight: 600; }
.feel-controls label span { display: flex; justify-content: space-between; }
.feel-controls label em { font-style: normal; font-family: var(--mono); font-size: 13px; color: var(--accent); font-weight: 500; }
.feel-controls input[type=range] { width: 100%; accent-color: var(--accent); }
.feel-controls p { margin: 0; font-size: 14px; color: var(--muted); }
.band { margin-top: 120px; padding: 70px 22px; text-align: center; background: linear-gradient(180deg, #050505, #100e0c 45%, #050505); border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); }
.band .big { font-size: clamp(40px, 8vw, 96px); font-weight: 600; letter-spacing: -0.05em; line-height: 1; background: linear-gradient(90deg, var(--accent), var(--accent-2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.band .big span { display: inline-block; }
.js .band .big span { opacity: 0.18; transform: translateY(0.18em); transition: opacity 500ms ease, transform 700ms var(--ease-out); }
.js .band .big span.on { opacity: 1; transform: none; }
.band p { margin: 12px auto 0; max-width: 48ch; color: var(--muted); font-size: 18px; text-wrap: balance; }

/* ---------- editions ---------- */
.editions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.ed { position: relative; display: flex; flex-direction: column; padding: 18px 22px 24px; border-radius: 26px; background: var(--bg-2); box-shadow: inset 0 0 0 1px var(--hairline); }
.ed.best { background: linear-gradient(180deg, rgba(255, 179, 92, 0.1), var(--bg-2) 55%); box-shadow: inset 0 0 0 1px rgba(255, 179, 92, 0.42); }
.flag { display: inline-block; margin-left: 6px; vertical-align: 5px; line-height: 1.3; padding: 3px 9px; border-radius: 999px; font-size: 10.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #1b1004; background: linear-gradient(135deg, var(--accent), var(--accent-2)); }
.ed .vis { position: relative; height: 104px; margin-bottom: 20px; border-radius: 16px; overflow: hidden; box-shadow: inset 0 0 0 1px var(--hairline); background: radial-gradient(70% 120% at 20% 0%, rgba(255, 179, 92, 0.34), transparent 70%), radial-gradient(60% 120% at 85% 100%, rgba(255, 122, 89, 0.28), transparent 70%), linear-gradient(180deg, #1c1a24, #2a1f2a); }
.ed .vis .mb { position: absolute; left: 0; right: 0; top: 0; height: 24px; background: rgba(12, 12, 14, 0.7); }
.isl { position: absolute; left: 50%; top: 0; transform: translateX(-50%); height: 24px; display: flex; align-items: center; justify-content: space-between; gap: 44px; padding: 0 9px; background: #000; border-radius: 0 0 12px 12px; }
.isl .dot { width: 13px; height: 13px; border-radius: 4px; }
.isl .wave { height: 13px; } .isl .wave i { width: 2.5px; }
.isl .face { width: 15px; height: 15px; color: var(--hue-iface); }
.isl.drop { height: 70px; width: 96px; padding: 0; justify-content: center; border-radius: 0 0 22px 22px; }
.isl.drop .face { width: 30px; height: 30px; margin-top: 10px; }
.ed-head { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.ed-head img { flex: none; width: 56px; height: 56px; }
.ed h3 { margin: 0; font-size: 28px; font-weight: 600; letter-spacing: -0.03em; line-height: 1.1; }
.ed .tag { margin: 2px 0 0; font-size: 15px; color: var(--muted); }
.checks { list-style: none; margin: 0 0 22px; padding: 0; display: grid; gap: 8px; font-size: 14.5px; color: var(--muted); }
.checks li { display: grid; grid-template-columns: 18px 1fr; gap: 10px; }
.checks svg { width: 16px; height: 16px; margin-top: 3px; color: var(--ok); }
.checks li.plus b { color: var(--ink); font-weight: 600; }
.ed .foot { margin-top: auto; display: grid; gap: 10px; }
.ed .price { font-size: 13px; color: var(--dim); text-align: center; }
.compare { max-width: 860px; margin: 56px auto 0; overflow-x: auto; }
.compare table { width: 100%; border-collapse: collapse; font-size: 15px; }
.compare caption { text-align: left; font-size: 22px; font-weight: 600; letter-spacing: -0.02em; margin-bottom: 10px; }
.compare th, .compare td { padding: 13px 8px; border-bottom: 1px solid var(--hairline); text-align: center; vertical-align: middle; }
.compare thead th { font-size: 14px; font-weight: 700; color: var(--ink); width: 17%; }
.compare th[scope=row] { text-align: left; font-weight: 500; color: var(--muted); width: auto; }
.compare td:nth-child(3), .compare thead th:nth-child(3) { background: rgba(255, 179, 92, 0.05); }
.compare td.y::before { content: ""; display: inline-block; width: 18px; height: 18px; vertical-align: middle; background: var(--ok); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12l4 4L19 6' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12l4 4L19 6' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat; }
.compare td.n::before { content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: rgba(255, 255, 255, 0.22); vertical-align: middle; }
.compare td small { font-size: 13px; color: var(--muted); }

/* ---------- download ---------- */
.release { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: -16px auto 30px; padding: 0; list-style: none; }
.release li { padding: 7px 13px; border-radius: 999px; background: var(--bg-2); box-shadow: inset 0 0 0 1px var(--hairline); font-size: 13.5px; color: var(--muted); }
.release b { color: var(--ink); font-weight: 600; }
.dls { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.dl { display: flex; flex-direction: column; gap: 16px; padding: 24px; border-radius: 24px; background: var(--bg-2); box-shadow: inset 0 0 0 1px var(--hairline); }
.dl.best { box-shadow: inset 0 0 0 1px rgba(255, 179, 92, 0.42); }
.dl .top { display: flex; gap: 14px; align-items: center; }
.appicon { flex: none; width: 52px; height: 52px; }
.dl h3 { margin: 0; font-size: 21px; font-weight: 600; letter-spacing: -0.02em; }
.dl .top p { margin: 1px 0 0; font-size: 14px; color: var(--muted); }
.dl .btn { width: 100%; }
.facts { margin: 0; display: grid; grid-template-columns: auto 1fr; gap: 7px 14px; font-size: 13.5px; }
.facts dt { color: var(--dim); }
.facts dd { margin: 0; text-align: right; color: var(--ink); font-variant-numeric: tabular-nums; }
.facts div { display: contents; }
.sha { display: grid; gap: 6px; padding: 12px 12px 12px 14px; border-radius: 14px; background: var(--bg-3); box-shadow: inset 0 0 0 1px var(--hairline); }
.sha .h { display: flex; justify-content: space-between; align-items: center; font-size: 12px; font-weight: 600; color: var(--dim); }
.sha code { font-family: var(--mono); font-size: 11.5px; line-height: 1.5; color: var(--muted); word-break: break-all; }
.copy { flex: none; border: 0; background: rgba(255, 255, 255, 0.1); color: var(--ink); font: inherit; font-size: 12px; font-weight: 600; padding: 5px 11px; border-radius: 999px; cursor: pointer; transition: background 160ms ease, color 160ms ease, transform 140ms var(--ease-out); }
.copy:hover { background: rgba(255, 255, 255, 0.18); }
.copy:active { transform: scale(0.95); }
.copy.done { background: rgba(102, 222, 143, 0.18); color: var(--ok); }
.dl-more { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 18px; }
.dl-more h3, .first h3 { margin: 0 0 12px; font-size: 19px; font-weight: 600; letter-spacing: -0.02em; }
.dl-more h4 { margin: 18px 0 6px; font-size: 15px; font-weight: 600; }
.dl-more p { margin: 0; font-size: 14.5px; color: var(--muted); }
.notes, .reqs { margin: 0; padding-left: 20px; display: grid; gap: 8px; font-size: 14.5px; color: var(--muted); }
.notes b, .reqs b { color: var(--ink); font-weight: 600; }
.dl-more .json { margin-top: 16px; font-size: 13.5px; }
.dl-more .card > p + .cmd { margin-bottom: 4px; }
.dl-more .sha-help { margin-top: 10px; font-size: 13.5px; }
.sha-help .path { white-space: normal; }
.way .cmd + .cmd { margin-top: 8px; }
.cmd { display: flex; align-items: center; gap: 8px; margin-top: 10px; padding: 9px 9px 9px 12px; border-radius: 12px; background: #000; box-shadow: inset 0 0 0 1px var(--hairline); }
.cmd code { flex: 1; min-width: 0; font-family: var(--mono); font-size: 12px; color: var(--ink); overflow-wrap: anywhere; }
.first { margin-top: 18px; padding: 26px; border-radius: 24px; background: rgba(255, 179, 92, 0.07); box-shadow: inset 0 0 0 1px rgba(255, 179, 92, 0.28); }
.first > p { margin: 0; max-width: 70ch; font-size: 15px; color: var(--muted); }
.ways { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 18px; }
.way.wide { grid-column: 1 / -1; }
.way.wide .cmd code { white-space: pre; overflow-x: auto; overflow-wrap: normal; }
.way { min-width: 0; padding: 18px; border-radius: 18px; background: rgba(0, 0, 0, 0.35); box-shadow: inset 0 0 0 1px var(--hairline); }
.way h4 { margin: 0 0 8px; font-size: 15px; font-weight: 600; }
.way ol { margin: 0; padding-left: 18px; font-size: 14px; color: var(--muted); display: grid; gap: 6px; }
.way p { margin: 0; font-size: 14px; color: var(--muted); }
.way p + p { margin-top: 10px; font-size: 13px; }
.path { color: var(--ink); font-weight: 600; white-space: nowrap; }

/* ---------- privacy, duo, roadmap, faq, footer ---------- */
.list { max-width: 760px; margin: 0 auto; padding: 0; display: grid; gap: 10px; }
.list li { list-style: none; display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start; padding: 14px 18px; border-radius: 16px; background: var(--bg-2); box-shadow: inset 0 0 0 1px var(--hairline); font-size: 15.5px; color: var(--muted); }
.list li svg { width: 18px; height: 18px; color: var(--ok); margin-top: 3px; }
.list li b { color: var(--ink); font-weight: 600; }
.duo-card { max-width: 860px; margin: 0 auto; padding: 34px; border-radius: 28px; background: linear-gradient(135deg, rgba(38, 120, 245, 0.16), rgba(226, 92, 128, 0.14)); box-shadow: inset 0 0 0 1px var(--hairline); display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
.duo-card h3 { margin: 0 0 8px; font-size: 26px; font-weight: 600; letter-spacing: -0.03em; }
.duo-card p { margin: 0; color: var(--muted); font-size: 15.5px; max-width: 56ch; }
.next { max-width: 760px; margin: 0 auto; display: grid; gap: 10px; padding: 0; list-style: none; }
.next li { display: grid; grid-template-columns: 92px 1fr; gap: 16px; padding: 16px 20px; border-radius: 16px; background: var(--bg-2); box-shadow: inset 0 0 0 1px var(--hairline); font-size: 15.5px; color: var(--muted); }
.next li b { color: var(--ink); font-weight: 600; }
.next li .when { font-family: var(--mono); font-size: 12px; color: var(--accent); padding-top: 3px; }
.faq { max-width: 760px; margin: 0 auto; border-top: 1px solid var(--hairline); }
.faq details { border-bottom: 1px solid var(--hairline); }
.faq summary { list-style: none; cursor: pointer; padding: 18px 0; font-size: 17px; font-weight: 600; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; flex: none; color: var(--dim); font-weight: 400; font-size: 22px; transition: transform 200ms var(--ease-out); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .a { padding: 0 0 20px; margin: 0; color: var(--muted); font-size: 15.5px; max-width: 62ch; }
footer { margin-top: 110px; padding: 26px 22px 40px; border-top: 1px solid var(--hairline); font-size: 12.5px; color: var(--dim); }
footer .row { max-width: 1020px; margin: 0 auto; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
footer nav { all: unset; display: flex; flex-wrap: wrap; gap: 6px 14px; }
footer a { color: var(--muted); text-decoration: none; }
footer a:hover { color: var(--ink); }

/* ---------- toast after a download starts ---------- */
.toast { position: fixed; left: 50%; bottom: 20px; z-index: 60; width: min(540px, calc(100% - 32px)); display: flex; gap: 12px; align-items: center; padding: 14px 12px 14px 18px; border-radius: 18px; background: rgba(24, 22, 20, 0.94); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14), 0 20px 60px rgba(0, 0, 0, 0.6); font-size: 14.5px; color: var(--muted); opacity: 0; transform: translate(-50%, 16px); pointer-events: none; visibility: hidden; transition: opacity 220ms ease, transform 420ms var(--ease-out), visibility 0s linear 420ms; }
.toast.on { opacity: 1; transform: translate(-50%, 0); pointer-events: auto; visibility: visible; transition-delay: 0s; }
.toast a { color: var(--accent); }
.toast p { margin: 0; flex: 1; }
.toast b { color: var(--ink); }
.toast .x { flex: none; width: 32px; height: 32px; border: 0; border-radius: 50%; background: rgba(255, 255, 255, 0.1); color: var(--ink); font-size: 18px; line-height: 1; cursor: pointer; }
.toast .x:hover { background: rgba(255, 255, 255, 0.18); }

/* ---------- scroll arrivals (only once the script runs) ---------- */
.js .stagger > * { opacity: 0; transform: translateY(20px) scale(0.985); transition: opacity 600ms ease, transform 800ms var(--ease-out); transition-delay: calc(var(--i, 0) * 80ms); }
.js .stagger.in > * { opacity: 1; transform: none; }
.js .reveal { opacity: 0.4; transform: translateY(12px); transition: opacity 600ms ease, transform 700ms var(--ease-out); }
.js .reveal.in { opacity: 1; transform: none; }

/* ---------- smaller screens ---------- */
@media (max-width: 960px) {
  nav .links { display: none; }
}
@media (max-width: 860px) {
  .tiles { grid-template-columns: repeat(2, 1fr); }
  .motion, .feel, .duo-card, .sbs-cards, .dl-more, .ways, .notches, .newlist { grid-template-columns: 1fr; }
  .editions, .dls { grid-template-columns: 1fr; max-width: 520px; margin-left: auto; margin-right: auto; }
  .iface-stage { grid-template-columns: 1fr; grid-template-rows: auto auto; gap: 18px; align-content: center; }
  .iface-visual { order: -1; height: auto; }
  .iface-steps { gap: 12px; }
  .js .iface-steps li:not(.on) { display: none; }
  .npill .pct, .npill .ctime { font-size: 13px; }
}
@media (max-width: 720px) {
  .signs-screen .mbar .l span, .signs-screen .mbar .r span { display: none; }
  .deck .bar .l span, .deck .bar .r span { display: none; }
  .signs-screen .mbar { padding: 0 14px; font-size: 12px; }
  .container { padding: 0 16px; }
  nav { padding: 0 16px; }
  .tiles { grid-template-columns: 1fr; }
  .deck .wallpaper { height: 260px; }
  .win { width: 60%; } .win2 { display: none; }
  section { padding-top: 90px; }
  .hero { padding-top: 56px; }
  .compare th, .compare td { padding: 12px 4px; }
  .compare thead th { font-size: 13px; }
  .compare th[scope=row] { font-size: 14px; }
  .first, .card { padding: 20px; }
  .way { padding: 16px; }
  .path { white-space: normal; }
  .next li { grid-template-columns: 1fr; gap: 4px; }
  .pods.on { grid-template-columns: 1fr; }
  .pods .pic { display: none; }
  .shelf .file { width: 60px; }
}

/* ---------- reduced motion: everything in place, nothing moving on its own ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; }
  .js .stagger > *, .js .reveal, .js .band .big span, .js .mini, .js .sbs-more, .js .scr .tag { opacity: 1; transform: none; transition: none; }
  .js .sbs-island, .js .scr.drawn .n { clip-path: none; transition: none; }
  .js .iface-story, .js .signs-story { height: auto; }
  .js .iface-stage { position: static; height: auto; padding-top: 30px; padding-bottom: 10px; }
  .js .signs-stage { position: static; height: auto; padding: 40px 22px; }
  .js .iface-steps li { opacity: 1; transform: none; }
  .js .iface-steps li:not(.on) { display: block; }
  .toast, .island .panel, .island .compact, .npill, .npill .side > *, .signs-caption, .iface-island, .iface-lock, .lockscreen .drop, .tick { transition: none; }
}
