:root {
  --navy: #071326;
  --navy-2: #0d1c31;
  --navy-3: #15263c;
  --ink: #0a1423;
  --muted: #5a6474;
  --cream: #fffaf3;
  --blush: #fff0f6;
  --pink: #ff4fa3;
  --pink-2: #ef3d8f;
  --blue: #174d98;
  --mint: #75d9cd;
  --line: rgba(11, 24, 42, .13);
  --shadow: 0 24px 70px rgba(3, 13, 30, .16);
  --radius: 28px;
  --wrap: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; color: var(--ink); background: var(--navy); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
img { display: block; max-width: 100%; height: auto; }
button, a { font: inherit; }
a { color: inherit; }
.wrap { width: var(--wrap); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 15px; color: var(--navy); background: white; border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: #fff; transition: background .2s ease, box-shadow .2s ease; }
.site-header.is-scrolled { position: fixed; background: rgba(7, 19, 38, .94); backdrop-filter: blur(15px); box-shadow: 0 1px rgba(255,255,255,.1); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.13); }
.brand { text-decoration: none; font-family: "Segoe Print", "Comic Sans MS", cursive; font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 700; letter-spacing: -.05em; }
.site-nav { display: flex; align-items: center; gap: clamp(24px, 4vw, 52px); }
.site-nav a { color: rgba(255,255,255,.87); text-decoration: none; font-weight: 650; font-size: .95rem; padding-block: 30px; position: relative; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--pink); transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a.is-active::after { right: 0; }
.menu-button { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border: 1px solid rgba(255,255,255,.25); background: transparent; border-radius: 12px; color: white; }
.menu-button span:not(.sr-only) { width: 20px; height: 2px; background: currentColor; border-radius: 2px; }

.hero { min-height: 780px; padding: 150px 0 96px; overflow: hidden; color: white; background: radial-gradient(circle at 76% 32%, rgba(18,74,135,.55), transparent 33%), radial-gradient(circle at 22% 75%, rgba(255,79,163,.12), transparent 28%), linear-gradient(145deg, #071326 0%, #091a30 55%, #06111f 100%); }
.hero-grid { display: grid; grid-template-columns: .85fr 1.2fr; gap: 70px; align-items: center; }
.project-line, .section-kicker { margin: 0 0 14px; text-transform: uppercase; letter-spacing: .14em; font-size: .75rem; font-weight: 800; color: var(--mint); }
.hero h1, .section-heading h2, .closing h2 { margin: 0; font-size: clamp(3.2rem, 6.2vw, 6.2rem); line-height: .98; letter-spacing: -.055em; }
.hero h1 { line-height: 1.08; }
.hero h1 span, .section-heading h2 span, .closing h2 span { display: inline-block; vertical-align: baseline; color: var(--pink); font-family: "Segoe Print", "Comic Sans MS", cursive; font-style: italic; font-weight: 700; white-space: nowrap; position: relative; }
.hero h1 span::after, .section-heading h2 span::after, .closing h2 span::after { content: ""; position: absolute; left: 1%; right: 1%; bottom: .16em; height: .055em; border-radius: 100%; background: currentColor; transform: rotate(-2deg); pointer-events: none; }
.hero-summary { max-width: 580px; margin: 30px 0 0; color: #c2cad6; font-size: clamp(1.03rem, 1.6vw, 1.24rem); }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 56px; padding: 0 25px; border-radius: 12px; text-decoration: none; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, var(--pink), #f33f86); box-shadow: 0 14px 34px rgba(255,79,163,.25); }
.text-link { color: var(--mint); font-weight: 800; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.demo-note { display: flex; gap: 9px; align-items: center; margin-top: 26px; color: #8fa1b6; font-size: .82rem; }
.demo-note span { color: var(--mint); font-size: .6rem; }

.device-stage { position: relative; min-height: 540px; display: flex; align-items: center; justify-content: center; }
.dashboard-device { width: 92%; padding: 8px; overflow: hidden; background: #03070e; border: 1px solid rgba(255,255,255,.32); border-radius: 24px; box-shadow: 0 38px 90px rgba(0,0,0,.48); transform: perspective(1200px) rotateY(-4deg); }
.device-bar { height: 31px; display: flex; align-items: center; gap: 6px; color: #8791a0; padding: 0 10px; font-size: .65rem; }
.device-bar i { display: block; width: 7px; height: 7px; border-radius: 50%; background: #344054; }
.device-bar i:first-child { background: var(--pink); }
.device-bar span { margin-left: 6px; }
.dashboard-device img { width: 100%; height: auto; aspect-ratio: 1586 / 992; object-fit: contain; border-radius: 15px; }
.phone-device { position: absolute; left: -1%; bottom: -22px; width: 27%; padding: 9px 7px; background: #05090f; border: 2px solid #454a53; border-radius: 31px; box-shadow: 0 28px 60px rgba(0,0,0,.45); transform: rotate(-2deg); z-index: 2; }
.phone-device img { width: 100%; height: auto; aspect-ratio: 852 / 1846; object-fit: contain; border-radius: 22px; }
.phone-speaker { position: absolute; top: 13px; left: 50%; translate: -50%; width: 26%; height: 9px; border-radius: 10px; background: #020306; z-index: 3; }
.watch-device { position: absolute; right: -2%; bottom: 3%; z-index: 3; width: 116px; aspect-ratio: 1; border: 9px solid #202936; border-radius: 50%; background: var(--navy); box-shadow: 0 22px 50px rgba(0,0,0,.45); display: flex; flex-direction: column; align-items: center; justify-content: center; color: white; line-height: 1.15; }
.watch-device::before, .watch-device::after { content: ""; position: absolute; left: 50%; width: 38px; height: 32px; background: linear-gradient(90deg, #1d2633, #35445a 50%, #1d2633); border: 1px solid rgba(255,255,255,.08); box-shadow: inset 0 0 0 1px rgba(0,0,0,.16); transform: translateX(-50%); z-index: -1; }
.watch-device::before { top: -26px; border-radius: 11px 11px 5px 5px; }
.watch-device::after { bottom: -26px; border-radius: 5px 5px 11px 11px; }
.watch-device span { font-size: .66rem; font-weight: 800; }.watch-device small { color: #a9b6c7; font-size: .58rem; }.watch-device strong { color: var(--pink); font-size: 1.24rem; margin-top: 4px; }.watch-device div { display: flex; gap: 14px; margin-top: 5px; }.watch-device b { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--blue); }.watch-device b:last-child { background: var(--pink); }

.section-light { background: var(--cream); }
.section-blush { background: linear-gradient(145deg, #fff7f8, #ffeaf3); }
.intro, .rhythm, .screens, .privacy { padding: 112px 0; content-visibility: auto; contain-intrinsic-size: 850px; }
.section-heading { max-width: 780px; margin: 0 auto 60px; }
.section-heading.centered { text-align: center; }
.section-heading h2 { font-size: clamp(2.4rem, 5vw, 4.75rem); line-height: 1.07; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; max-width: 690px; margin: 22px auto 0; }
.section-light .section-kicker, .section-blush .section-kicker { color: var(--blue); }

.feature-layout { display: grid; grid-template-columns: .72fr 1.45fr; gap: 44px; align-items: stretch; }
.feature-picker { display: grid; gap: 4px; }
.feature-tab { width: 100%; display: grid; grid-template-columns: 52px 1fr; gap: 16px; align-items: center; text-align: left; padding: 15px; color: var(--ink); border: 1px solid transparent; background: transparent; border-radius: 18px; cursor: pointer; transition: background .18s ease, border-color .18s ease, transform .18s ease; }
.feature-tab:hover { background: #fff; transform: translateX(3px); }
.feature-tab.is-active { background: white; border-color: var(--line); box-shadow: 0 12px 30px rgba(16,33,54,.07); }
.feature-tab strong { display: block; color: var(--pink-2); font-family: "Segoe Print", "Comic Sans MS", cursive; font-size: 1rem; }
.feature-tab small { display: block; margin-top: 4px; color: var(--muted); line-height: 1.35; font-size: .8rem; }
.feature-icon, .privacy-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; color: var(--navy); font-weight: 900; font-size: 1.25rem; }
.pink { background: #ffc4dd; }.mint { background: #b7efe8; }.teal { background: #79d9cd; }.blue { background: #a9c8f4; }
.feature-detail { border-radius: var(--radius); background: var(--navy); color: white; padding: 17px; box-shadow: var(--shadow); min-height: 560px; }
.detail-topline { display: flex; justify-content: space-between; padding: 3px 6px 14px; color: #a9bad0; font-size: .76rem; font-weight: 700; }
.detail-state { color: var(--mint); }
.detail-window { height: calc(100% - 34px); overflow: hidden; border-radius: 18px; background: var(--navy-2); border: 1px solid rgba(255,255,255,.08); }
.mini-nav { display: flex; align-items: center; gap: 24px; min-height: 59px; padding: 0 22px; border-bottom: 1px solid rgba(255,255,255,.08); font-size: .72rem; color: #91a0b4; }
.mini-nav b { font-family: "Segoe Print", "Comic Sans MS", cursive; color: white; font-size: 1.05rem; margin-right: auto; }
.detail-content { min-height: 430px; padding: 36px; display: grid; grid-template-columns: 1fr .82fr; gap: 30px; align-items: center; background: radial-gradient(circle at 85% 15%, rgba(255,79,163,.13), transparent 32%); }
.detail-copy > p:first-child { margin: 0; color: var(--mint); font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; }
.detail-copy h3 { margin: 12px 0 16px; font-size: clamp(1.65rem, 3vw, 2.45rem); line-height: 1.15; letter-spacing: -.03em; }
.detail-copy > p { color: #aeb9c8; }
.detail-copy ul { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 11px; color: #d5dce6; font-size: .87rem; }
.detail-copy li::before { content: "✓"; color: var(--mint); margin-right: 9px; font-weight: 900; }
.task-card { background: var(--cream); color: var(--ink); border-radius: 22px; padding: 24px; box-shadow: 0 18px 38px rgba(0,0,0,.25); }
.task-card > div:first-child { display: flex; align-items: center; gap: 8px; color: var(--muted); }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--pink); }
.task-card > strong { display: block; margin-top: 30px; font-family: "Segoe Print", "Comic Sans MS", cursive; font-size: 1.45rem; }
.task-card > span { color: var(--pink-2); font-weight: 800; }
.task-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 40px; }
.task-actions button { min-height: 42px; border-radius: 10px; border: 1px solid var(--blue); background: transparent; color: var(--blue); font-weight: 800; }
.task-actions button:last-child { color: white; border-color: var(--pink); background: var(--pink); }

.rhythm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
.workflow-card { background: rgba(255,255,255,.72); border: 1px solid rgba(15,31,51,.1); border-radius: var(--radius); padding: 28px; box-shadow: 0 20px 55px rgba(87,37,61,.09); }
.workflow-copy { display: grid; grid-template-columns: auto 1fr; gap: 16px; margin-bottom: 24px; }
.workflow-copy > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--navy); color: white; font-size: .76rem; font-weight: 900; }
.workflow-copy h3 { margin: 0; color: var(--pink-2); font-family: "Segoe Print", "Comic Sans MS", cursive; font-size: 1.4rem; }.workflow-copy p { margin: 4px 0 0; color: var(--muted); font-size: .9rem; }
.approval-demo, .savings-demo { max-width: 460px; margin: 0 auto; padding: 20px; background: var(--cream); border: 1px solid #9aa4b2; border-radius: 17px; box-shadow: 0 16px 32px rgba(45,23,34,.09); }
.demo-header { display: flex; align-items: center; gap: 12px; margin-bottom: 17px; }.demo-header strong { font-family: "Segoe Print", "Comic Sans MS", cursive; }.demo-header small { margin-left: auto; color: var(--pink-2); }
.approval-notice { display: flex; justify-content: space-between; padding: 11px; border-radius: 10px; background: #fff1c9; font-size: .76rem; }.approval-notice span { color: var(--muted); }
.approval-task { display: flex; gap: 16px; align-items: center; padding: 27px 10px; }.bed-icon { display: grid; place-items: center; width: 54px; height: 54px; background: #e5f1f3; border-radius: 14px; color: var(--blue); }.approval-task strong, .approval-task span { display: block; }.approval-task strong { font-family: "Segoe Print", "Comic Sans MS", cursive; }.approval-task span { color: var(--pink-2); }
.approval-buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }.approval-buttons > * { display: grid; place-items: center; min-height: 44px; border: 1px solid var(--blue); border-radius: 10px; font-size: .73rem; }.approval-buttons b { border-color: var(--pink); background: var(--pink); color: white; }
.goal-card { display: grid; grid-template-columns: 64px 1fr; gap: 15px; padding: 22px; border-radius: 15px; background: var(--navy); color: white; }.goal-icon { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: var(--mint); color: var(--blue); font-size: 1.5rem; }.goal-card strong, .goal-card span { display: block; }.goal-card strong { font-family: "Segoe Print", "Comic Sans MS", cursive; font-size: 1.2rem; }.goal-card span { margin: 7px 0; color: var(--mint); }.goal-card i { display: block; height: 8px; background: #25364b; border-radius: 10px; overflow: hidden; }.goal-card i b { display: block; width: 72%; height: 100%; background: var(--mint); border-radius: inherit; }
.savings-demo ul { margin: 16px 0 0; padding: 0; list-style: none; }.savings-demo li { display: flex; justify-content: space-between; padding: 12px 8px; border-bottom: 1px solid var(--line); font-size: .78rem; }.savings-demo li b { color: var(--blue); }

.screens { overflow: hidden; }
.screen-row { display: grid; grid-template-columns: 2.2fr .62fr 1.05fr .55fr; gap: 18px; align-items: end; }
.screen { margin: 0; text-align: center; }.screen > div { overflow: hidden; background: #05090f; border: 2px solid #3c4652; box-shadow: 0 18px 40px rgba(9,20,35,.2); }.screen img { width: 100%; height: 100%; object-fit: cover; object-position: top; }.screen figcaption { margin-top: 14px; font-weight: 750; color: var(--muted); font-size: .86rem; }
.web-screen > div { aspect-ratio: 16/10; border-radius: 18px 18px 8px 8px; padding: 5px; }.phone-screen > div { aspect-ratio: 9/19.5; border-radius: 24px; padding: 5px; }.tablet-screen > div { aspect-ratio: 4/5; border-radius: 19px; padding: 5px; }.tablet-screen img { object-fit: cover; object-position: 28% top; }.watch-screen > div { aspect-ratio: 1; border-radius: 50%; border-width: 8px; color: white; display: flex; flex-direction: column; justify-content: center; align-items: center; line-height: 1.2; }.watch-screen span { font-size: .62rem; font-weight: 800; }.watch-screen small { color: #a9b6c7; font-size: .55rem; }.watch-screen strong { color: var(--pink); font-size: 1.15rem; margin: 5px 0 1px; }.watch-screen p { margin: 6px 0 0; display: flex; gap: 12px; }.watch-screen p b { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; background: var(--blue); }.watch-screen p b:last-child { background: var(--pink); }

.privacy { color: white; background: radial-gradient(circle at 45% 20%, rgba(16,73,128,.35), transparent 38%), var(--navy); }
.privacy .section-kicker { color: var(--mint); }.privacy .section-heading > p:last-child { color: #b8c4d2; }
.privacy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; max-width: 1000px; margin: 0 auto; }
.privacy-grid article { display: grid; grid-template-columns: 58px 1fr; gap: 17px; padding: 18px 34px; border-right: 1px solid rgba(255,255,255,.18); }.privacy-grid article:last-child { border-right: 0; }.privacy-grid h3 { margin: 3px 0 7px; font-size: 1rem; }.privacy-grid p { margin: 0; color: #aeb9c8; font-size: .84rem; }.privacy-icon { width: 54px; height: 54px; }
.accuracy-note { max-width: 760px; margin: 55px auto 0; padding: 18px 22px; border: 1px solid rgba(117,217,205,.35); border-radius: 16px; background: rgba(117,217,205,.08); text-align: center; }.accuracy-note strong { color: var(--mint); }.accuracy-note p { margin: 5px 0 0; color: #b8c4d2; font-size: .85rem; }
.closing { padding: 88px 0; text-align: center; }.closing h2 { font-size: clamp(2.1rem, 4.3vw, 4.2rem); }.closing p { color: var(--muted); margin: 18px 0 25px; }
.site-footer { color: #c6d0dc; background: #06101e; }.footer-inner { min-height: 115px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }.footer-inner p { margin: 0; }.footer-inner strong { color: white; font-family: "Segoe Print", "Comic Sans MS", cursive; }.footer-inner nav { display: flex; gap: 28px; }.footer-inner a { text-decoration: none; }.footer-inner a:hover { color: white; text-decoration: underline; }

.reveal { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid var(--mint); outline-offset: 4px; }

@media (max-width: 980px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero-copy { max-width: 720px; }
  .device-stage { min-height: 570px; }
  .feature-layout { grid-template-columns: 1fr; }
  .feature-picker { grid-template-columns: 1fr 1fr; }
  .feature-detail { min-height: 520px; }
  .screen-row { grid-template-columns: 1.8fr .65fr 1fr; }
  .watch-screen { display: none; }
  .privacy-grid article { padding: 16px; }
}

@media (max-width: 720px) {
  :root { --wrap: min(100% - 28px, 620px); --radius: 22px; }
  .header-inner { min-height: 70px; }
  .site-header.is-open { position: fixed; background: var(--navy); }
  .menu-button { display: flex; }
  .site-nav { display: none; position: absolute; top: 70px; left: 0; right: 0; padding: 12px 14px 20px; background: var(--navy); border-bottom: 1px solid rgba(255,255,255,.12); flex-direction: column; align-items: stretch; gap: 0; }
  .site-header.is-open .site-nav { display: flex; }
  .site-nav a { padding: 13px 8px; }.site-nav a::after { bottom: 8px; }
  .hero { padding: 118px 0 64px; }
  .hero h1 { font-size: clamp(2.9rem, 14vw, 4.5rem); }
  .hero-summary { margin-top: 24px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }.button { width: 100%; }.text-link { text-align: center; }
  .device-stage { min-height: 410px; margin-inline: -8px; }
  .dashboard-device { width: 96%; border-radius: 17px; }.device-bar { height: 23px; }.dashboard-device img { border-radius: 10px; }
  .phone-device { width: 30%; left: -2%; bottom: 0; padding: 5px 4px; border-radius: 20px; }.phone-device img { border-radius: 14px; }.phone-speaker { top: 8px; height: 5px; }
  .watch-device { width: 78px; border-width: 6px; right: 0; bottom: 1%; }.watch-device::before, .watch-device::after { left: 50%; width: 24px; height: 22px; }.watch-device::before { top: -18px; }.watch-device::after { bottom: -18px; }.watch-device strong { font-size: .88rem; }.watch-device div { gap: 8px; }.watch-device b { width: 16px; height: 16px; font-size: .68rem; }
  .intro, .rhythm, .screens, .privacy { padding: 78px 0; }
  .section-heading { margin-bottom: 40px; }.section-heading h2 { font-size: clamp(2.25rem, 11vw, 3.7rem); }
  .feature-picker { grid-template-columns: 1fr; }
  .feature-tab small { font-size: .82rem; }
  .feature-detail { min-height: auto; padding: 10px; }.mini-nav span { display: none; }.detail-content { min-height: auto; padding: 24px 18px; grid-template-columns: 1fr; }.task-card { padding: 20px; }.detail-topline { gap: 15px; }.detail-state { text-align: right; }
  .rhythm-grid { grid-template-columns: 1fr; }.workflow-card { padding: 20px; }
  .screen-row { grid-template-columns: 1.6fr .63fr; align-items: end; }.tablet-screen, .watch-screen { display: none; }
  .privacy-grid { grid-template-columns: 1fr; }.privacy-grid article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); padding: 22px 6px; }.privacy-grid article:last-child { border-bottom: 0; }
  .closing { padding: 68px 0; }.closing .button { max-width: 340px; }
  .footer-inner { min-height: auto; padding-block: 35px; flex-direction: column; align-items: flex-start; }.footer-inner nav { flex-wrap: wrap; gap: 18px; }
}

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

/* ChoiceBank customer-site visual corrections — 2026-08-23 */
.intro,
.rhythm,
.screens,
.privacy {
  content-visibility: visible;
  contain: none;
}

.hero h1,
.section-heading h2,
.closing h2 {
  text-wrap: balance;
  overflow-wrap: normal;
}

.hero h1 {
  font-size: clamp(3rem, 5.1vw, 5.35rem);
  line-height: 1.08;
  letter-spacing: -.045em;
}

.section-heading h2 {
  font-size: clamp(2.3rem, 4vw, 3.9rem);
  line-height: 1.12;
  letter-spacing: -.042em;
}

.closing h2 {
  font-size: clamp(2.05rem, 3.5vw, 3.5rem);
  line-height: 1.15;
  letter-spacing: -.04em;
}

.hero h1 span,
.section-heading h2 span,
.closing h2 span {
  max-width: 100%;
  margin-inline: .025em;
  padding-bottom: .09em;
  font-size: .82em;
  line-height: 1;
  letter-spacing: -.045em;
  white-space: nowrap;
}

.hero h1 span::after,
.section-heading h2 span::after,
.closing h2 span::after {
  left: 0;
  right: 0;
  bottom: -.035em;
  height: 3px;
  transform: rotate(-1deg);
}

.hero-grid {
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: clamp(42px, 5vw, 72px);
}

.device-stage {
  min-height: 0;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 28px 0 0;
}

.dashboard-device {
  grid-column: 1 / -1;
  width: 100%;
  transform: none;
}

.phone-device {
  position: relative;
  left: auto;
  bottom: auto;
  grid-column: 1;
  width: 138px;
  justify-self: start;
  padding: 7px 6px;
  transform: none;
}

.watch-device {
  position: relative;
  right: auto;
  bottom: auto;
  grid-column: 2;
  width: 112px;
  margin: 48px 22px 0 0;
  justify-self: end;
  align-self: start;
  overflow: visible;
  z-index: 1;
}

.watch-device::before {
  top: 50%;
  width: 40px;
  height: calc(100% + 88px);
  border-radius: 22px;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.watch-device::after {
  display: none;
}

.screen-row {
  grid-template-columns: minmax(0, 2.15fr) minmax(125px, .64fr) minmax(180px, 1fr) minmax(118px, .58fr);
  gap: 24px;
}

.screen img,
.tablet-screen img {
  object-fit: contain;
  object-position: top center;
  background: #0b1422;
}

.watch-screen {
  padding-block: 44px 30px;
}

.watch-screen > div {
  position: relative;
  overflow: visible;
  z-index: 1;
}

.watch-screen > div::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 38%;
  height: calc(100% + 74px);
  border: 1px solid #3c4652;
  border-radius: 22px;
  background: linear-gradient(90deg, #1d2633, #35445a 50%, #1d2633);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.footer-inner {
  min-height: 96px;
}

.footer-copyright {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.footer-copyright:hover,
.footer-copyright:focus-visible {
  color: var(--mint);
  text-decoration: underline;
}

.footer-project {
  color: #9eacbd;
}

@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .device-stage {
    width: min(760px, 100%);
    grid-template-columns: 128px minmax(0, 1fr);
    margin-inline: auto;
  }

  .phone-device {
    width: 118px;
  }

  .watch-device {
    margin-top: 34px;
  }
}

@media (max-width: 720px) {
  .hero h1 {
    font-size: clamp(2.6rem, 11.5vw, 3.9rem);
    line-height: 1.1;
  }

  .section-heading h2 {
    font-size: clamp(2rem, 9vw, 3rem);
    line-height: 1.14;
  }

  .closing h2 {
    font-size: clamp(1.9rem, 8vw, 2.8rem);
  }

  .hero h1 span,
  .section-heading h2 span,
  .closing h2 span {
    font-size: .78em;
  }

  .device-stage {
    min-height: 0;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 16px;
    margin-inline: 0;
  }

  .phone-device {
    position: relative;
    left: auto;
    bottom: auto;
    width: 88px;
    border-radius: 19px;
  }

  .watch-device {
    position: relative;
    right: auto;
    bottom: auto;
    width: 80px;
    margin: 30px auto 0;
    justify-self: center;
  }

  .watch-device::before {
    width: 28px;
    height: calc(100% + 58px);
    border-radius: 16px;
  }

  .screen-row {
    grid-template-columns: minmax(0, 1fr) minmax(105px, .42fr);
    gap: 16px;
  }

  .footer-project {
    display: block;
    margin-top: 5px;
  }
}

/* Keep watch straps behind the face and clear of labels. */
.watch-device {
  isolation: isolate;
  background: var(--navy);
}

.watch-device::before {
  z-index: -1;
}

.watch-screen {
  position: relative;
  isolation: isolate;
  padding-block: 44px 42px;
}

.watch-screen::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 38%;
  height: calc(100% - 24px);
  border: 1px solid #3c4652;
  border-radius: 24px;
  background: linear-gradient(90deg, #1d2633, #35445a 50%, #1d2633);
  transform: translate(-50%, -50%);
  z-index: 0;
}

.watch-screen > div {
  z-index: 1;
  isolation: isolate;
  background: #05090f;
}

.watch-screen > div::before {
  display: none;
}

.watch-screen figcaption {
  position: relative;
  z-index: 2;
  margin-top: 26px;
}

/* Attach the device-section strap to the watch face, not the whole figure. */
.watch-screen::before {
  display: none;
}

.watch-screen > div::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 38%;
  height: calc(100% + 70px);
  border: 1px solid #3c4652;
  border-radius: 22px;
  background: linear-gradient(90deg, #1d2633, #35445a 50%, #1d2633);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.watch-screen figcaption {
  margin-top: 38px;
}

/* The public mockup uses a clean round Wear OS face without a simulated strap. */
.watch-device::before,
.watch-device::after,
.watch-screen::before,
.watch-screen > div::before {
  display: none !important;
}

.watch-screen {
  padding-block: 0;
}

.watch-screen figcaption {
  margin-top: 14px;
}

