:root {
  --ink: #122735;
  --ink-soft: #506775;
  --ink-faint: #7d939e;
  --bg: #ffffff;
  --bg-alt: #f3f8fa;
  --sky: #e5f2f8;
  --line: #dfe9ed;
  --field-line: #c8d8df;
  --field-ring: rgba(40,127,168,.18);
  --error: #a23a3a;
  --error-bg: #fff2f2;
  --success: #176b43;
  --success-bg: #edf9f2;
  --modal-backdrop: rgba(11,56,76,.42);
  --ocean: #287fa8;
  --ocean-deep: #176388;
  --ocean-ink: #103f56;
  --radius: 20px;
  --radius-sm: 13px;
  --shadow: 0 2px 4px rgba(18,39,53,.05), 0 12px 24px -10px rgba(18,39,53,.18), 0 40px 80px -28px rgba(18,39,53,.3);
  --shadow-sm: 0 1px 2px rgba(18,39,53,.05), 0 10px 26px -14px rgba(18,39,53,.2);
  --maxw: 1200px;
  --font: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; overflow-x: clip; background: var(--bg); color: var(--ink); font-family: var(--font); line-height: 1.55; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.022em; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 2.5px solid var(--ocean); outline-offset: 3px; border-radius: 4px; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.eyebrow { margin: 0 0 14px; color: var(--ocean); font-size: 12.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.grad { background: linear-gradient(100deg,var(--ocean) 0%,#55a9c8 100%); color: transparent; -webkit-background-clip: text; background-clip: text; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 9px 13px; border-radius: 9px; background: var(--bg); box-shadow: var(--shadow); transform: translateY(-160%); }
.skip-link:focus { transform: none; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 11px 21px; border-radius: 999px; font-size: 15px; font-weight: 600; white-space: nowrap; cursor: pointer; transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
.btn--lg { padding: 14px 28px; font-size: 16px; }
.btn--primary { background: var(--ocean); color: #fff; box-shadow: 0 6px 18px -6px rgba(40,127,168,.6); }
.btn--primary:hover { background: var(--ocean-deep); transform: translateY(-1px); box-shadow: 0 10px 24px -8px rgba(40,127,168,.7); }
.btn--ghost { background: rgba(40,127,168,.09); color: var(--ocean-deep); }
.btn--ghost:hover { background: rgba(40,127,168,.16); }
.btn--light { background: #fff; color: var(--ocean-deep); box-shadow: 0 10px 30px -12px rgba(0,0,0,.5); }

/* Navigation: same structure and control treatment as Trip Report. */
site-nav { display: contents; }
.lead { position: relative; }
.nav { position: sticky; top: 0; z-index: 60; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.72); backdrop-filter: saturate(180%) blur(16px); -webkit-backdrop-filter: saturate(180%) blur(16px); }
.nav__inner { position: relative; display: flex; align-items: center; gap: 24px; height: 72px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 700; }
.brand__mark { display: block; width: 44px; height: 44px; border-radius: 12px; box-shadow: var(--shadow-sm); }
.brand__name { font-size: 16.5px; letter-spacing: -.01em; }
.nav__links { display: flex; gap: 26px; margin-left: auto; color: var(--ink-soft); font-size: 14.5px; }
.nav__links a { position: relative; transition: color .15s ease; }
.nav__links a:hover { color: var(--ink); }
.nav__toggle { display: none; width: 44px; height: 44px; padding: 0; flex: 0 0 44px; border: 1px solid var(--line); border-radius: 50%; background: var(--bg); color: var(--ink); cursor: pointer; }
.nav__toggle span, .nav__toggle span::before, .nav__toggle span::after { display: block; width: 18px; height: 2px; margin: auto; border-radius: 999px; background: currentColor; transition: transform .18s ease, opacity .18s ease; }
.nav__toggle span { position: relative; }
.nav__toggle span::before, .nav__toggle span::after { content: ""; position: absolute; left: 0; }
.nav__toggle span::before { top: -6px; }
.nav__toggle span::after { top: 6px; }
.nav__toggle[aria-expanded="true"] span { background: transparent; }
.nav__toggle[aria-expanded="true"] span::before { transform: translateY(6px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] span::after { transform: translateY(-6px) rotate(-45deg); }
.nav__cta { margin-left: 6px; }
.language-switch { display: inline-flex; flex: 0 0 auto; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: var(--bg-alt); }
.language-switch a { display: inline-flex; align-items: center; justify-content: center; min-width: 32px; height: 28px; padding: 0 8px; border: 0; border-radius: 999px; background: transparent; color: var(--ink-soft); font: 700 11px/1 var(--font); letter-spacing: .08em; }
.language-switch a[aria-current="page"] { background: var(--bg); color: var(--ocean-deep); box-shadow: var(--shadow-sm); }

/* Condensed landing page */
.hero { position: relative; isolation: isolate; padding: clamp(72px,9vw,116px) 0; overflow: hidden; background: radial-gradient(80% 120% at 92% 5%,#cce8f3 0%,transparent 65%),linear-gradient(145deg,#fbfeff 0%,#eaf5fa 100%); border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; z-index: -1; width: clamp(310px,34vw,520px); aspect-ratio: 1; top: clamp(-230px,-14vw,-120px); right: clamp(-185px,-9vw,-80px); border: clamp(50px,6vw,88px) solid rgba(40,127,168,.13); border-radius: 50%; }
.hero::after { content: ""; position: absolute; z-index: -1; width: clamp(110px,13vw,210px); aspect-ratio: 1; left: clamp(-72px,-4vw,-34px); bottom: clamp(-70px,-4vw,-30px); border-radius: 50%; background: rgba(40,127,168,.1); box-shadow: 0 0 0 30px rgba(40,127,168,.045); }
.hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(360px,.9fr) minmax(500px,1.1fr); gap: clamp(44px,7vw,86px); align-items: center; }
.hero h1 { max-width: 650px; font-size: clamp(34px,4.8vw,54px); font-weight: 800; letter-spacing: -.045em; }
.hero__lead { max-width: 600px; margin-top: 24px; color: var(--ink-soft); font-size: clamp(17px,1.8vw,20px); }
.hero__actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.hero__note { margin-top: 19px; color: var(--ink-faint); font-size: 13px; }
.screenshot { position: relative; margin: 0; }
.screenshot::before { content: ""; position: absolute; z-index: -1; width: 128px; aspect-ratio: 1; right: -42px; bottom: -52px; border: 24px solid rgba(40,127,168,.17); border-radius: 50%; }
.screenshot__frame { position: relative; padding: 9px; border: 1px solid rgba(34,90,115,.18); border-radius: 22px; background: rgba(255,255,255,.64); box-shadow: var(--shadow); transform: perspective(1200px) rotateY(-2deg); }
.screenshot__frame::after { content: ""; position: absolute; inset: 9px; border: 1px solid rgba(255,255,255,.3); border-radius: 14px; pointer-events: none; }
.screenshot img { display: block; width: 100%; height: auto; aspect-ratio: 8 / 5; object-fit: contain; border-radius: 14px; }
.screenshot figcaption { margin-top: 13px; color: var(--ink-faint); font-size: 12.5px; text-align: center; }

.section { padding: clamp(72px,9vw,112px) 0; }
.section__head { max-width: 680px; margin: 0 auto; text-align: center; }
.section__head h2 { font-size: clamp(34px,4.8vw,54px); font-weight: 800; }
.section__head > p:last-child { margin-top: 16px; color: var(--ink-soft); font-size: 18px; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 48px; }
.feature { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--bg); box-shadow: var(--shadow-sm); }
.feature__icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 22px; border-radius: 14px; background: var(--sky); color: var(--ocean-deep); font-size: 18px; font-weight: 800; }
.feature h3 { font-size: 21px; }
.feature p { margin-top: 10px; color: var(--ink-soft); font-size: 15px; }

.essentials { background: var(--bg-alt); border-block: 1px solid var(--line); }
.essentials__inner { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: clamp(44px,7vw,86px); align-items: center; }
.essentials h2 { font-size: clamp(34px,4.8vw,52px); font-weight: 800; }
.essentials__copy > p:not(.eyebrow) { margin-top: 17px; color: var(--ink-soft); font-size: 17px; }
.ticks { display: grid; gap: 13px; margin: 27px 0 0; padding: 0; list-style: none; }
.ticks li { position: relative; padding-left: 31px; color: var(--ink-soft); }
.ticks li::before { content: "✓"; position: absolute; left: 0; top: 1px; display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; background: var(--sky); color: var(--ocean-deep); font-size: 12px; font-weight: 800; }
.mini-panel { padding: clamp(26px,4vw,42px); border: 1px solid var(--line); border-radius: calc(var(--radius) + 6px); background: var(--bg); box-shadow: var(--shadow); }
.mini-panel__row { display: grid; grid-template-columns: 40px 1fr auto; gap: 14px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); }
.mini-panel__row:last-child { border-bottom: 0; }
.mini-panel__num { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 11px; background: var(--sky); color: var(--ocean-deep); font-weight: 800; }
.mini-panel__row div { display: grid; }
.mini-panel__row small { color: var(--ink-faint); }
.mini-panel__row b { font-size: 14px; }
.mini-panel__row > span:last-child { color: var(--ink-soft); font-size: 12px; }

.faq { background: var(--bg); }
.faq__inner { display: grid; grid-template-columns: minmax(260px,.75fr) minmax(500px,1.25fr); gap: clamp(44px,7vw,88px); align-items: start; }
.faq__intro h2 { font-size: clamp(34px,4.6vw,50px); font-weight: 800; }
.faq__intro p:last-child { margin-top: 16px; color: var(--ink-soft); }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { position: relative; padding: 22px 42px 22px 0; cursor: pointer; list-style: none; font-size: 17px; font-weight: 700; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 4px; top: 18px; color: var(--ocean); font-size: 25px; line-height: 1; }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { padding: 0 34px 22px 0; color: var(--ink-soft); }

.cta { padding: clamp(70px,9vw,106px) 0; background: linear-gradient(160deg,var(--ocean-deep),var(--ocean-ink)); color: #fff; text-align: center; }
.cta__inner { max-width: 680px; margin: 0 auto; }
.cta h2 { font-size: clamp(34px,4.7vw,52px); font-weight: 800; }
.cta p { margin-top: 14px; opacity: .82; font-size: 18px; }
.cta .btn { margin-top: 28px; }

/* Footer: same structure and spacing as Trip Report. */
.footer { padding: 34px 0; border-top: 1px solid var(--line); background: var(--bg); }
.footer__inner { display: flex; justify-content: space-between; align-items: center; color: var(--ink-soft); font-size: 14px; }
.footer__brand { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-weight: 600; }
.footer__brand img { display: block; width: 22px; height: 22px; border-radius: 6px; }
.footer a:hover { color: var(--ocean-deep); }

/* Help, legal and support pages */
.help-hero { padding: clamp(64px,9vw,108px) 0; background: radial-gradient(80% 130% at 90% 0%,var(--sky),transparent 64%),var(--bg-alt); border-bottom: 1px solid var(--line); }
.help-hero--support { padding: clamp(48px,6vw,76px) 0; }
.help-hero__inner { max-width: 760px; }
.help-hero h1 { font-size: clamp(40px,7vw,68px); font-weight: 800; }
.help-hero p:not(.eyebrow) { margin-top: 20px; color: var(--ink-soft); font-size: clamp(17px,2vw,20px); }

.support-page { padding: clamp(56px,8vw,96px) 0; background: linear-gradient(180deg,var(--bg),var(--bg-alt)); }
.support-layout { display: grid; grid-template-columns: minmax(260px,.78fr) minmax(520px,1.45fr); gap: clamp(40px,7vw,84px); align-items: start; max-width: 1120px; }
.support-options { padding-top: 22px; }
.support-kicker { display: inline-flex; padding: 6px 10px; border-radius: 999px; background: var(--sky); color: var(--ocean-deep); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.support-options h2, .support-form-wrap h2 { font-size: clamp(28px,4vw,38px); font-weight: 800; }
.support-options h2 { margin-top: 18px; }
.support-options > p { margin-top: 14px; color: var(--ink-soft); font-size: 17px; }
.support-topics { display: grid; gap: 11px; margin: 26px 0 0; padding: 0; color: var(--ink-soft); font-size: 14.5px; list-style: none; }
.support-topics li { position: relative; padding-left: 25px; }
.support-topics li::before { content: "✓"; position: absolute; left: 0; color: var(--ocean); font-weight: 800; }
.support-form-wrap { padding: clamp(26px,4vw,42px); border: 1px solid var(--line); border-radius: calc(var(--radius) + 6px); background: var(--bg); box-shadow: var(--shadow); }
.support-form-head { display: flex; gap: 16px; align-items: flex-start; }
.support-form-head__icon { display: grid; place-items: center; flex: 0 0 48px; width: 48px; height: 48px; border-radius: 15px; background: var(--sky); color: var(--ocean-deep); }
.support-form-head p { margin-top: 8px; color: var(--ink-soft); font-size: 16px; }
.support-form { display: grid; gap: 22px; margin-top: 32px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: grid; gap: 8px; min-width: 0; }
.form-field label { font-size: 15px; font-weight: 700; }
.form-required { color: var(--ocean); }
.form-optional { margin-left: 7px; color: var(--ink-faint); font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.form-field small { color: var(--ink-faint); font-size: 12.5px; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-width: 0; min-height: 50px; padding: 12px 14px; border: 1px solid var(--field-line); border-radius: 12px; background: var(--bg); color: var(--ink); box-shadow: inset 0 1px 2px rgba(18,39,53,.035); transition: border-color .15s ease,box-shadow .15s ease; }
.form-field input::placeholder, .form-field textarea::placeholder { color: var(--ink-faint); opacity: .8; }
.form-field textarea { min-height: 170px; resize: vertical; line-height: 1.55; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--ocean); outline: 0; box-shadow: 0 0 0 4px var(--field-ring); }
.form-field--website, .form-field--website[hidden] { display: none; }
.form-status { margin-top: 22px; padding: 14px 16px; border-radius: var(--radius-sm); }
.form-status[data-state="success"] { color: var(--success); background: var(--success-bg); }
.form-status[data-state="error"] { color: var(--error); background: var(--error-bg); }
.support-form__privacy { display: flex; gap: 10px; align-items: flex-start; padding: 14px 16px; border-radius: var(--radius-sm); background: var(--bg-alt); color: var(--ink-soft); }
.support-form__privacy p { font-size: 12.5px; line-height: 1.5; }
.support-form__actions { display: flex; align-items: center; gap: 18px; }
.support-form__actions > span { color: var(--ink-faint); font-size: 12.5px; }
.support-form .btn { gap: 10px; border: 0; }
.support-form .btn:disabled { cursor: wait; opacity: .72; transform: none; }
.sending-dialog { width: min(440px,calc(100% - 40px)); padding: 0; border: 1px solid var(--line); border-radius: var(--radius); background: var(--bg); color: var(--ink); box-shadow: var(--shadow); }
.sending-dialog::backdrop { background: var(--modal-backdrop); }
.sending-dialog__content { display: flex; gap: 20px; align-items: center; padding: 30px; }
.sending-dialog h2 { font-size: 23px; }
.sending-dialog p { margin-top: 7px; color: var(--ink-soft); font-size: 14px; }
.sending-dialog__spinner { flex: 0 0 38px; width: 38px; height: 38px; border: 4px solid var(--line); border-top-color: var(--ocean); border-radius: 50%; animation: support-spin .8s linear infinite; }
@keyframes support-spin { to { transform: rotate(360deg); } }

.legal-page { padding: clamp(56px,8vw,96px) 0; background: linear-gradient(180deg,var(--bg),var(--bg-alt)); }
.legal-content { max-width: 760px; }
.legal-content > p { color: var(--ink-soft); font-size: 17px; }
.legal-content > p + p { margin-top: 18px; }
.legal-content section { margin-top: clamp(36px,5vw,48px); }
.legal-content h2 { font-size: clamp(21px,3vw,26px); font-weight: 800; }
.legal-content section p { margin-top: 12px; color: var(--ink-soft); font-size: 17px; }
.legal-content a { color: var(--ocean-deep); text-decoration: underline; text-underline-offset: 3px; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease,transform .7s cubic-bezier(.16,.84,.44,1); }
.js .reveal.is-in { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .nav__inner { gap: 10px; }
  .nav__toggle { display: block; margin-left: auto; }
  .nav__links { display: none; position: absolute; top: calc(100% + 8px); left: 24px; right: 24px; gap: 0; margin: 0; padding: 8px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--bg); box-shadow: var(--shadow-sm); }
  .nav__links.is-open { display: grid; }
  .nav__links a { padding: 12px 14px; border-radius: 8px; }
  .nav__links a:hover { background: var(--bg-alt); }
  .nav__cta { margin-left: 0; }
  .hero__inner, .essentials__inner, .faq__inner { grid-template-columns: 1fr; }
  .hero__copy { max-width: 720px; }
  .screenshot { max-width: 760px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature:last-child { grid-column: 1/-1; }
  .faq__inner { gap: 40px; }
  .support-layout { grid-template-columns: 1fr; max-width: 720px; }
  .support-options { padding-top: 0; }
}

@media (max-width: 560px) {
  .nav__inner { padding-left: 16px; padding-right: 16px; }
  .nav__links { left: 16px; right: 16px; }
  .brand__name { display: none; }
  .language-switch a { min-width: 29px; padding: 0 6px; }
  .hero { padding-top: 58px; }
  .screenshot__frame { padding: 5px; border-radius: 15px; transform: none; }
  .screenshot img { border-radius: 10px; }
  .screenshot::before { width: 88px; right: -35px; bottom: -38px; border-width: 17px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature:last-child { grid-column: auto; }
  .mini-panel { padding: 20px; }
  .mini-panel__row { grid-template-columns: 34px 1fr; }
  .mini-panel__row > span:last-child { display: none; }
  .form-row { grid-template-columns: 1fr; }
  .support-form-wrap { padding: 24px 20px; border-radius: var(--radius); }
  .support-form-head__icon { display: none; }
  .support-form__actions { align-items: stretch; flex-direction: column; gap: 10px; }
  .support-form__actions .btn { width: 100%; }
  .support-form__actions > span { text-align: center; }
  .footer__inner { align-items: flex-start; gap: 16px; }
  .footer__copy { text-align: right; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .nav__toggle span, .nav__toggle span::before, .nav__toggle span::after { transition: none; }
  .sending-dialog__spinner { animation: none; border-color: var(--line); border-top-color: var(--ocean); }
}

/* Apple Watch game pages share the RapidRes/Trip Report control language while
 * taking their colour and artwork from the games themselves. */
.theme-unblock {
  --ink: #171a20;
  --ink-soft: #555c66;
  --ink-faint: #7e858e;
  --bg-alt: #f7f4ee;
  --sky: #f9e8c8;
  --line: #e8dfd0;
  --field-line: #d5c7b2;
  --field-ring: rgba(190,112,0,.18);
  --modal-backdrop: rgba(27,25,22,.48);
  --ocean: #bd7000;
  --ocean-deep: #8c5000;
  --ocean-ink: #3c2a13;
  --accent-rgb: 189,112,0;
}

.theme-four-aligned {
  --ink: #151838;
  --ink-soft: #565b7a;
  --ink-faint: #8185a0;
  --bg-alt: #f5f5fc;
  --sky: #e8e8ff;
  --line: #e0e1f2;
  --field-line: #c9cbe2;
  --field-ring: rgba(48,43,164,.18);
  --modal-backdrop: rgba(17,18,65,.48);
  --ocean: #3832b5;
  --ocean-deep: #282486;
  --ocean-ink: #17154f;
  --accent-rgb: 56,50,181;
}

.theme-unblock .grad {
  background-image: linear-gradient(100deg,#a55c00 0%,#dd970f 58%,#2755ae 100%);
}

.theme-four-aligned .grad {
  background-image: linear-gradient(100deg,#332db1 0%,#e12a2a 58%,#d5b900 100%);
}

.theme-unblock .hero {
  background: radial-gradient(80% 120% at 92% 5%,#f4d9a7 0%,transparent 65%),linear-gradient(145deg,#fffefa 0%,#f6ecdc 100%);
}

.theme-four-aligned .hero {
  background: radial-gradient(80% 120% at 92% 5%,#d8d8ff 0%,transparent 65%),linear-gradient(145deg,#fefeff 0%,#eeeefe 100%);
}

.theme-unblock .hero::before,
.theme-four-aligned .hero::before,
.theme-unblock .hero::after,
.theme-four-aligned .hero::after,
.theme-unblock .screenshot::before,
.theme-four-aligned .screenshot::before {
  border-color: rgba(var(--accent-rgb),.14);
  background-color: rgba(var(--accent-rgb),.08);
}

.theme-unblock .btn--primary,
.theme-four-aligned .btn--primary {
  box-shadow: 0 6px 18px -6px rgba(var(--accent-rgb),.62);
}

.theme-unblock .btn--primary:hover,
.theme-four-aligned .btn--primary:hover {
  box-shadow: 0 10px 24px -8px rgba(var(--accent-rgb),.72);
}

.theme-unblock .btn--ghost,
.theme-four-aligned .btn--ghost {
  background: rgba(var(--accent-rgb),.09);
}

.theme-unblock .btn--ghost:hover,
.theme-four-aligned .btn--ghost:hover {
  background: rgba(var(--accent-rgb),.16);
}

/* Compact Apple Watch product presentation. */
.watch-showcase {
  display: grid;
  justify-items: center;
  gap: 15px;
  margin: 0;
}

.device-stack {
  position: relative;
  width: min(410px,calc(100vw - 40px));
  height: 507px;
}

.watch-band {
  position: absolute;
  z-index: 2;
  top: 40px;
  left: 87px;
  width: 136px;
  height: 362px;
  border: 1px solid #555a61;
  border-radius: 14px;
  background-color: #666b72;
  background-image:
    linear-gradient(90deg,rgba(255,255,255,.075),transparent 20%,rgba(255,255,255,.14) 50%,transparent 80%,rgba(0,0,0,.1)),
    repeating-linear-gradient(0deg,transparent 0 3px,rgba(255,255,255,.07) 3px 4px),
    repeating-linear-gradient(90deg,transparent 0 4px,rgba(0,0,0,.07) 4px 5px);
  box-shadow:
    inset 7px 0 12px rgba(255,255,255,.065),
    inset -8px 0 13px rgba(0,0,0,.14),
    0 9px 14px -5px rgba(18,21,25,.34),
    0 21px 34px -15px rgba(18,21,25,.3);
}

.watch-device {
  position: relative;
  width: min(286px,72vw);
  padding: 17px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 72px;
  background: linear-gradient(145deg,#26282d 0%,#090a0d 60%,#23252a 100%);
  box-shadow: 0 30px 70px -28px rgba(9,10,13,.72),inset 0 0 0 2px rgba(255,255,255,.06);
}

.watch-device::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 54px;
  top: 78px;
  right: -8px;
  border: 1px solid #4c4f56;
  border-radius: 0 8px 8px 0;
  background: linear-gradient(90deg,#16171b,#555860);
}

.watch-device::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 35px;
  top: 143px;
  right: -10px;
  border-radius: 0 8px 8px 0;
  background: #16171b;
}

.watch-screen {
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: 55px;
  background: #050608;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}

.watch-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.theme-four-aligned .watch-screen img {
  transform: scale(1.04);
}

.theme-unblock .device-stack .watch-device,
.theme-four-aligned .device-stack .watch-device {
  z-index: 3;
  top: 92px;
  left: 40px;
  aspect-ratio: 208 / 235;
  padding: 7px;
  border-color: #a5a9ad;
  background: linear-gradient(145deg,#fafafa 0%,#d9dbdd 32%,#90959a 68%,#e3e4e5 100%);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.5);
  filter: drop-shadow(0 18px 22px rgba(18,21,25,.4)) drop-shadow(0 5px 8px rgba(18,21,25,.32));
  transform: scale(.8);
  transform-origin: top left;
}

.theme-unblock .device-stack .watch-device::before,
.theme-four-aligned .device-stack .watch-device::before {
  border-color: #888d92;
  background: linear-gradient(90deg,#8c9196,#e0e2e3 72%,#9da2a7);
}

.theme-unblock .device-stack .watch-device::after,
.theme-four-aligned .device-stack .watch-device::after {
  background: linear-gradient(90deg,#858a8f,#c9ccce);
}

.theme-unblock .device-stack .watch-screen,
.theme-four-aligned .device-stack .watch-screen {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  border-radius: 65px;
  box-shadow: none;
}

.theme-unblock .device-stack .watch-screen img,
.theme-four-aligned .device-stack .watch-screen img {
  width: 83.5%;
  height: auto;
  aspect-ratio: 4 / 5;
  border-radius: 0;
  box-shadow: none;
  transform: none;
}

.watch-showcase figcaption {
  color: var(--ink-faint);
  font-size: 12.5px;
  text-align: center;
}

.iphone-device {
  position: absolute;
  z-index: 1;
  top: -93px;
  right: 0;
  width: min(286px,70vw);
  padding: 4px;
  overflow: hidden;
  border: 1px solid #a9adb1;
  border-radius: 35px;
  background: linear-gradient(145deg,#fbfbfb 0%,#d5d7d9 34%,#8f9499 68%,#e6e7e8 100%);
  box-shadow: 0 24px 54px -28px rgba(34,38,42,.56),inset 0 0 0 1px rgba(255,255,255,.55);
  opacity: .84;
  transform: rotate(3deg);
}

.iphone-device img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px;
}

.device-stack--four-aligned {
  width: min(510px,calc(100vw - 32px));
  height: clamp(390px,103vw,525px);
}

.device-stack--four-aligned .watch-band {
  z-index: 3;
  top: 23%;
  left: 38%;
  width: 24%;
  height: 70%;
}

.theme-four-aligned .device-stack--four-aligned .watch-device {
  z-index: 4;
  top: 29%;
  left: 26%;
  width: min(286px,72%);
  filter: drop-shadow(0 18px 22px rgba(18,21,25,.42)) drop-shadow(0 5px 8px rgba(18,21,25,.34));
  transform: scale(.86);
}

.device-stack--four-aligned .iphone-device {
  top: 6%;
  right: auto;
  left: 0;
  width: 37%;
  padding: 2px;
  border-width: .5px;
  filter: drop-shadow(0 11px 12px rgba(17,19,31,.22));
  opacity: .9;
  transform: rotate(-4deg);
}

.ipad-device {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 57%;
  padding: 4px;
  overflow: hidden;
  border: 1px solid #a9adb1;
  border-radius: 24px;
  background: linear-gradient(145deg,#fbfbfb 0%,#d5d7d9 34%,#8f9499 68%,#e6e7e8 100%);
  box-shadow: 0 24px 54px -28px rgba(34,38,42,.56),inset 0 0 0 1px rgba(255,255,255,.55);
  opacity: .82;
  transform: rotate(3deg);
}

.ipad-device img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 19px;
}

.device-stack--four-aligned .ipad-device {
  width: 62.7%;
  padding: 2px;
  border-width: .5px;
  filter: drop-shadow(0 11px 12px rgba(17,19,31,.22));
}

.device-stack--four-aligned .iphone-device img,
.device-stack--four-aligned .ipad-device img {
  border: 5px solid #050608;
  background: #050608;
  object-fit: contain;
}

.platform-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.platform-badges span {
  padding: 5px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.62);
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 700;
}

.legal-content ul {
  margin: 12px 0 0;
  padding-left: 22px;
  color: var(--ink-soft);
  font-size: 17px;
}

@media (max-width: 900px) {
  .watch-showcase { margin-top: 8px; }
}

@media (max-width: 560px) {
  .device-stack { height: 495px; }
  .device-stack--four-aligned { height: clamp(390px,122vw,495px); }
  .watch-band { left: 69px; height: 358px; }
  .device-stack--four-aligned .watch-band { left: 38%; height: 70%; }
  .theme-unblock .device-stack .watch-device { top: 92px; left: 24px; }
}
