:root {
  --black: #000; --ink: #0a0a0a; --paper: #f3f3f0; --white: #fff;
  --mute: #8a8a8a; --line: #1f1f1f; --card: #0d0d0d;
  --gutter: clamp(20px, 5vw, 56px); --max: 1180px;
  --ease: cubic-bezier(.16, 1, .3, 1);
  --sans: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --serif: 'Instrument Serif', Georgia, serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; background: var(--black); }
body { background: var(--black); color: var(--white); font-family: var(--sans); -webkit-font-smoothing: antialiased; line-height: 1.5; overflow-x: hidden; }
a { color: inherit; }
button { font: inherit; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }
.wrap.narrow { max-width: 680px; text-align: center; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.kicker { font-size: 13px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--mute); margin-bottom: 18px; }
h2 { font-size: clamp(34px, 5.6vw, 72px); line-height: 1.02; letter-spacing: -.04em; font-weight: 700; }
em { font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: -.02em; }

/* ---------- buttons + nav ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 52px; padding: 0 28px; border-radius: 999px; border: 1px solid transparent; background: var(--white); color: var(--black); font-weight: 600; font-size: 16px; text-decoration: none; cursor: pointer; transition: transform .3s var(--ease), background .25s, color .25s, border-color .25s; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: scale(.97); }
.btn.sm { min-height: 40px; padding: 0 18px; font-size: 14px; }
.btn.ghost { background: transparent; color: var(--white); border-color: #333; }
.btn.ghost:hover { border-color: #777; }
.light .btn { background: var(--ink); color: var(--white); }
.light .btn.ghost { background: transparent; color: var(--ink); border-color: #c9c9c4; }
.nav { position: fixed; z-index: 50; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; padding: 14px var(--gutter); transition: background .3s; }
.nav.solid { background: rgba(0,0,0,.86); }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 700; font-size: 18px; letter-spacing: -.02em; }
.brand img { border-radius: 8px; }

/* ---------- hero ---------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; padding: 110px 0 90px; overflow: hidden; }
.grid-bg { position: absolute; inset: 0; background-image: radial-gradient(#242424 1.2px, transparent 1.6px); background-size: 30px 30px; -webkit-mask-image: radial-gradient(ellipse at 50% 40%, #000 30%, transparent 78%); mask-image: radial-gradient(ellipse at 50% 40%, #000 30%, transparent 78%); }
.hero-in { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: center; width: 100%; }
.pill { display: inline-flex; align-items: center; gap: 10px; padding: 8px 16px; border-radius: 999px; border: 1px solid #2a2a2a; background: rgba(255,255,255,.04); font-size: 13px; font-weight: 500; color: #cfcfcf; margin-bottom: 28px; opacity: 0; animation: fadein .8s var(--ease) .1s forwards; }
.pill i { width: 7px; height: 7px; border-radius: 50%; background: #fff; animation: blink 1.8s ease-in-out infinite; }
@keyframes blink { 50% { opacity: .25; } }
h1 { font-size: clamp(52px, 9.6vw, 148px); line-height: .94; letter-spacing: -.055em; font-weight: 700; }
h1 em { font-size: 1.06em; letter-spacing: -.03em; }
.ln { display: block; overflow: hidden; padding-bottom: .12em; margin-bottom: -.12em; }
.ln > span { display: block; transform: translateY(108%); animation: up 1.1s var(--ease) forwards; }
.ln:nth-child(2) > span { animation-delay: .12s; }
@keyframes up { to { transform: none; } }
@keyframes fadein { to { opacity: 1; } }
.sub { margin-top: 28px; font-size: clamp(18px, 2vw, 22px); color: #b5b5b5; max-width: 30em; line-height: 1.45; }
.hero .sub, .hero .cta { opacity: 0; animation: fadein .9s var(--ease) .55s forwards; }
.hero .cta { animation-delay: .7s; }
.cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.down { position: absolute; left: 50%; bottom: 26px; width: 24px; height: 38px; margin-left: -12px; border: 1.5px solid #333; border-radius: 13px; }
.down span { position: absolute; left: 50%; top: 8px; width: 3px; height: 7px; margin-left: -1.5px; border-radius: 2px; background: #fff; animation: cue 1.8s var(--ease) infinite; }
@keyframes cue { 0% { opacity: 0; transform: translateY(0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translateY(14px); } }

.float-stack { position: relative; height: 470px; --px: 0; --py: 0; }
.fcard { position: absolute; padding: 20px 22px; border-radius: 24px; background: #111; border: 1px solid #262626; transform: translate3d(calc(var(--px) * var(--k) * 1px), calc(var(--py) * var(--k) * 1px), 0); opacity: 0; }
.fcard b { display: block; font-weight: 700; letter-spacing: -.02em; }
.fcard small { display: block; color: #9a9a9a; font-size: 13px; }
.fcard.c1 { --k: 22; top: 0; right: 8%; width: 250px; animation: bob 7s ease-in-out infinite, fadein .9s var(--ease) .8s forwards; }
.c1 b { font-size: 44px; line-height: 1.1; margin: 4px 0 14px; font-variant-numeric: tabular-nums; }
.bars { display: flex; gap: 6px; align-items: flex-end; height: 46px; }
.bars i { flex: 1; height: 100%; border-radius: 4px; background: #fff; transform-origin: bottom; transform: scaleY(var(--h, .5)); }
.bars i:nth-child(1) { --h: .35; } .bars i:nth-child(2) { --h: .55; } .bars i:nth-child(3) { --h: .45; } .bars i:nth-child(4) { --h: .8; } .bars i:nth-child(5) { --h: .6; } .bars i:nth-child(6) { --h: .9; } .bars i:nth-child(7) { --h: 1; }
.fcard.c2 { --k: -34; top: 190px; left: 0; display: flex; align-items: center; gap: 14px; animation: bob 6s ease-in-out -2s infinite, fadein .9s var(--ease) 1s forwards; }
.c2 .dot { width: 12px; height: 12px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 6px rgba(255,255,255,.14); }
.c2 b { font-size: 16px; }
.fcard.c3 { --k: 40; bottom: 0; right: 0; width: 240px; animation: bob 8s ease-in-out -4s infinite, fadein .9s var(--ease) 1.2s forwards; }
.c3 b { font-size: 40px; line-height: 1.1; margin: 4px 0 8px; }
@keyframes bob { 50% { translate: 0 -14px; } }

/* ---------- story ---------- */
.story { height: 300svh; position: relative; }
.story-pin { position: sticky; top: 0; height: 100svh; display: grid; place-items: center; padding: 0 var(--gutter); }
.story-text { font-size: clamp(34px, 6vw, 88px); line-height: 1.08; letter-spacing: -.045em; font-weight: 600; max-width: 15em; }
.story-text .w { color: #303030; transition: color .35s; }
.story-text .w.on { color: #fff; }

/* ---------- hours (light) ---------- */
.light { background: var(--paper); color: var(--ink); }
.hours { padding: clamp(90px, 13vw, 170px) 0; }
.hours h2 { max-width: 13em; margin-bottom: clamp(36px, 6vw, 72px); }
.hours .kicker { color: #6f6f6a; }
/* ---------- reveal ---------- */
.reveal { padding: clamp(90px, 13vw, 170px) 0; overflow: hidden; }
.reveal-in { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; }
h2.big { font-size: clamp(44px, 7.4vw, 108px); line-height: .98; letter-spacing: -.055em; }
h2.big .mute { color: #6e6e6e; }
.stage { perspective: 1400px; display: grid; place-items: center; min-height: 380px; }
.logo3d { position: relative; width: min(340px, 64vw); aspect-ratio: 1; transform-style: preserve-3d; transform: rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)); transition: transform .25s ease-out; animation: sway 9s ease-in-out infinite; }
.logo3d img { position: absolute; inset: 0; width: 100%; height: 100%; transform: translateZ(calc(var(--i) * -6px)); filter: brightness(var(--b, 1)); }
@keyframes sway { 0%, 100% { rotate: y -20deg; } 50% { rotate: y 20deg; } }

/* ---------- faq (light) ---------- */
.faq { padding: clamp(80px, 11vw, 140px) 0; }
.faq h2 { text-align: center; margin-bottom: 36px; }
.qs { display: grid; gap: 10px; text-align: left; }
.qs details { border: 1px solid #d5d5d0; border-radius: 20px; background: #fff; overflow: hidden; }
.qs summary { list-style: none; cursor: pointer; padding: 20px 56px 20px 22px; font-weight: 600; font-size: 17px; position: relative; }
.qs summary::-webkit-details-marker { display: none; }
.qs summary::after { content: '+'; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); font-size: 26px; font-weight: 400; transition: transform .3s var(--ease); }
.qs details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.qs details p { padding: 0 22px 22px; color: #4a4a46; font-size: 16px; animation: fadedown .4s var(--ease); }
@keyframes fadedown { from { opacity: 0; transform: translateY(-6px); } }

/* ---------- waitlist ---------- */
.join { padding: clamp(90px, 13vw, 170px) 0; }
.join h2 { font-size: clamp(48px, 8vw, 110px); letter-spacing: -.055em; margin-inline: auto; }
.join .sub { margin-inline: auto; }
.wl { max-width: 540px; margin: 36px auto 8px; text-align: left; }
.wl-row { display: flex; gap: 10px; flex-wrap: wrap; }
.wl input[type=email] { flex: 1 1 240px; min-height: 56px; padding: 0 24px; border-radius: 999px; border: 1px solid #2c2c2c; background: #0d0d0d; color: #fff; font: inherit; font-size: 16px; outline: none; transition: border-color .25s; }
.wl input[type=email]::placeholder { color: #666; }
.wl input[type=email]:focus { border-color: #fff; }
.wl .btn { min-height: 56px; }
.wl .btn[disabled] { opacity: .6; cursor: default; transform: none; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.consent { display: flex; gap: 12px; align-items: flex-start; margin-top: 16px; font-size: 14px; color: var(--mute); cursor: pointer; }
.consent input { appearance: none; -webkit-appearance: none; flex: none; width: 22px; height: 22px; margin-top: 1px; border: 1.5px solid #555; border-radius: 6px; display: grid; place-items: center; cursor: pointer; transition: background .2s, border-color .2s; }
.consent input:checked { background: #fff; border-color: #fff; }
.consent input:checked::after { content: ''; width: 10px; height: 5px; border-left: 2.5px solid #000; border-bottom: 2.5px solid #000; transform: translateY(-1px) rotate(-45deg); }
.consent a { color: #ddd; text-underline-offset: 3px; }
.wl-msg { min-height: 24px; margin-top: 14px; font-size: 15px; color: #cfcfcf; }
.wl-msg.ok { color: #fff; font-weight: 600; }
.wl-msg.err { color: #ffb4b4; }
.wl.done .wl-row, .wl.done .consent { display: none; }
.wl.done .wl-msg { font-size: 26px; text-align: center; font-family: var(--serif); font-style: italic; animation: fadedown .6s var(--ease); }
.join .cta { justify-content: center; }

footer { display: flex; flex-wrap: wrap; gap: 22px; justify-content: center; padding: 40px var(--gutter) 60px; color: var(--mute); font-size: 14px; border-top: 1px solid var(--line); }
footer a { text-decoration: none; } footer a:hover { color: #fff; }

.rise { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); transition-delay: var(--d, 0s); }
.rise.in { opacity: 1; transform: none; }

[data-status="prelaunch"] .live-only, [data-status="live"] .pre-only { display: none !important; }

/* ---------- policy pages ---------- */
.doc { max-width: 720px; margin: 0 auto; padding: 120px var(--gutter) 80px; }
.doc h1 { font-size: clamp(36px, 6vw, 60px); line-height: 1; letter-spacing: -.04em; margin-bottom: 10px; }
.doc .meta { color: var(--mute); margin-bottom: 36px; }
.doc h2 { font-size: 22px; letter-spacing: -.02em; margin: 36px 0 10px; line-height: 1.2; }
.doc p, .doc li { color: #cfcfcf; font-size: 17px; margin-bottom: 12px; }
.doc a { text-underline-offset: 3px; }

@media (max-width: 900px) {
  .hero { padding-top: 100px; align-items: flex-start; }
  .hero-in { grid-template-columns: 1fr; gap: 10px; }
  .float-stack { height: 330px; order: 2; }
  .fcard.c1 { right: 0; width: 210px; padding: 16px 18px; } .c1 b { font-size: 34px; }
  .fcard.c2 { top: 150px; } .fcard.c3 { width: 200px; padding: 16px 18px; } .c3 b { font-size: 32px; }
  .reveal-in { grid-template-columns: 1fr; }
  .stage { order: -1; min-height: 300px; }
  .down { display: none; }
  .story { height: 260svh; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ln > span, .pill, .hero .sub, .hero .cta, .fcard, .rise { opacity: 1; transform: none; animation: none; transition: none; }
  * { animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* looping animations pause when their section is off screen */
.paused *, .paused { animation-play-state: paused !important; }

.hours-grid { display: grid; grid-template-columns: minmax(240px, 360px) 1fr; gap: clamp(30px, 6vw, 80px); align-items: start; }
.dial { position: sticky; top: 100px; }
.num { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.num output { font-size: clamp(120px, 17vw, 220px); font-weight: 700; letter-spacing: -.07em; line-height: .9; font-variant-numeric: tabular-nums; }
.num span { font-size: 22px; font-weight: 600; color: #6f6f6a; }
.dial input { width: 100%; margin-top: 26px; -webkit-appearance: none; appearance: none; height: 36px; background: transparent; cursor: pointer; touch-action: pan-y; }
.dial input::-webkit-slider-runnable-track { height: 6px; border-radius: 3px; background: linear-gradient(90deg, var(--ink) var(--p, 44%), #d2d2cd var(--p, 44%)); }
.dial input::-moz-range-track { height: 6px; border-radius: 3px; background: #d2d2cd; }
.dial input::-moz-range-progress { height: 6px; border-radius: 3px; background: var(--ink); }
.dial input::-webkit-slider-thumb { -webkit-appearance: none; width: 32px; height: 32px; margin-top: -13px; border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 7px rgba(10,10,10,.12); transition: box-shadow .25s; }
.dial input:active::-webkit-slider-thumb { box-shadow: 0 0 0 13px rgba(10,10,10,.14); }
.dial input::-moz-range-thumb { width: 32px; height: 32px; border: 0; border-radius: 50%; background: var(--ink); }
.scale { display: flex; justify-content: space-between; font-size: 13px; color: #85857f; margin-top: 4px; }
.hint { display: inline-flex; align-items: center; gap: 10px; margin-top: 18px; padding: 8px 14px; border-radius: 999px; background: var(--ink); color: #fff; font-size: 13px; font-weight: 600; transition: opacity .4s; }
.hint i { width: 8px; height: 8px; border-radius: 50%; background: #fff; animation: blink 1.4s ease-in-out infinite; }
.hint.gone { opacity: 0; pointer-events: none; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.card { background: #fff; border: 1px solid #dcdcd7; border-radius: 24px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; gap: 14px; min-height: 190px; }
.card > b { font-size: clamp(44px, 5.4vw, 72px); font-weight: 700; letter-spacing: -.05em; line-height: 1; font-variant-numeric: tabular-nums; }
.card p { font-size: 16px; font-weight: 600; line-height: 1.3; }
.card small { display: block; margin-top: 4px; font-weight: 400; font-size: 13px; color: #6f6f6a; }
.rg { position: relative; width: 96px; height: 96px; }
.rg svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.rg circle { fill: none; stroke-width: 11; }
.rg .bg { stroke: #e3e3de; }
.rg .fg { stroke: var(--ink); stroke-linecap: round; stroke-dasharray: 100; stroke-dashoffset: 100; transition: stroke-dashoffset 1.1s var(--ease); }
.rg b { position: absolute; inset: 0; display: grid; place-items: center; font-size: 24px; font-weight: 700; letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.dotsbox, .life { margin-top: 12px; background: #fff; border: 1px solid #dcdcd7; border-radius: 24px; padding: 22px; }
#dots { width: 100%; height: auto; display: block; }
.cap { margin-top: 12px; font-size: 14px; color: #6f6f6a; }
.cap b { color: var(--ink); font-variant-numeric: tabular-nums; }
.life .track { position: relative; height: 40px; border-radius: 20px; background: #e3e3de; overflow: hidden; }
.life .track b { position: absolute; inset: 0; background: var(--ink); border-radius: 20px; transform-origin: 0 50%; transform: scaleX(0); transition: transform 1.1s var(--ease); }
.life .tag { position: absolute; left: 16px; top: 0; height: 100%; display: flex; align-items: center; color: #fff; font-weight: 700; font-size: 14px; mix-blend-mode: difference; }
.closer { margin-top: clamp(40px, 6vw, 80px); font-family: var(--serif); font-style: italic; font-size: clamp(30px, 4.4vw, 56px); line-height: 1.1; letter-spacing: -.02em; }

/* ---------- moments ---------- */
.moments { padding: clamp(90px, 13vw, 170px) 0; }
.moments h2 { margin-bottom: clamp(30px, 5vw, 56px); max-width: 12em; }
.bento { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.tile { position: relative; padding: 28px; border-radius: 30px; background: var(--card); border: 1px solid var(--line); display: flex; flex-direction: column; gap: 22px; overflow: hidden; transition: border-color .3s, transform .8s var(--ease), opacity .8s var(--ease); }
.tile:hover { border-color: #3a3a3a; }
.tile h3 { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: clamp(28px, 3vw, 38px); letter-spacing: -.02em; line-height: 1.1; }
.why { margin-top: -12px; color: #a3a3a3; font-size: 16px; }
.vis { height: 230px; border-radius: 20px; background: #070707; border: 1px solid #191919; display: grid; place-items: center; padding: 20px; position: relative; overflow: hidden; }
/* 1: autoplay */
.v1 { grid-auto-flow: column; gap: 20px; }
.player { width: 100%; max-width: 250px; }
.player .screen { position: relative; aspect-ratio: 16/9; border-radius: 14px; background: linear-gradient(135deg, #2d2d2d, #161616); overflow: hidden; display: grid; place-items: center; }
.play { width: 0; height: 0; border-left: 22px solid #fff; border-top: 13px solid transparent; border-bottom: 13px solid transparent; opacity: .85; margin-left: 6px; }
.next { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; gap: 12px; background: rgba(0,0,0,.72); font-weight: 600; font-size: 14px; opacity: 0; animation: nextup 2.6s linear infinite; }
.next svg { width: 34px; height: 34px; transform: rotate(-90deg); }
.next circle { fill: none; stroke: #fff; stroke-width: 3; stroke-linecap: round; stroke-dasharray: 119.4; animation: cd 2.6s linear infinite; }
@keyframes nextup { 0%, 68% { opacity: 0; } 74%, 96% { opacity: 1; } 100% { opacity: 0; } }
@keyframes cd { 0%, 70% { stroke-dashoffset: 0; } 100% { stroke-dashoffset: 119.4; } }
.pbar { margin-top: 12px; height: 6px; border-radius: 3px; background: #262626; overflow: hidden; }
.pbar b { display: block; height: 100%; background: #fff; transform-origin: 0 50%; transform: scaleX(0); animation: pf 2.6s linear infinite; }
@keyframes pf { 0% { transform: scaleX(0); } 70%, 100% { transform: scaleX(1); } }
.stat { text-align: center; }
.stat small { display: block; color: #9a9a9a; font-size: 12px; margin-bottom: 6px; }
.cnt { display: block; height: 52px; overflow: hidden; font-size: 48px; font-weight: 700; line-height: 52px; letter-spacing: -.04em; }
.cnt i { display: block; font-style: normal; height: 52px; animation: c5 13s steps(5) infinite; }
@keyframes c5 { to { transform: translateY(-260px); } }
/* 2: notifications */
.v2 { grid-auto-flow: column; gap: 22px; align-content: center; }
.msgs { display: grid; gap: 10px; width: 210px; }
.msg { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 14px; background: #161616; border: 1px solid #262626; opacity: 0; transform: translateY(-14px); animation: msgin 6s var(--ease) infinite; animation-delay: calc(var(--k) * 1.15s); }
.msg i { flex: none; width: 24px; height: 24px; border-radius: 8px; background: #fff; }
.msg div { flex: 1; display: grid; gap: 5px; }
.msg s { display: block; height: 6px; border-radius: 3px; background: #454545; text-decoration: none; }
.msg s:first-child { width: 70%; background: #bdbdbd; }
.msg em { font-style: normal; font-size: 11px; color: #7a7a7a; }
@keyframes msgin { 0% { opacity: 0; transform: translateY(-14px); } 6%, 90% { opacity: 1; transform: none; } 97%, 100% { opacity: 0; } }
.badge { width: 62px; height: 62px; border-radius: 50%; background: #fff; color: #000; display: grid; place-items: center; box-shadow: 0 0 0 9px rgba(255,255,255,.08); animation: pulse 1s ease-in-out infinite; }
.badge .n { display: block; height: 30px; overflow: hidden; font-weight: 700; font-size: 26px; line-height: 30px; text-align: center; width: 26px; }
.badge .n i { display: block; font-style: normal; height: 30px; animation: n4 6s steps(4) infinite; }
@keyframes n4 { to { transform: translateY(-120px); } }
@keyframes pulse { 50% { transform: scale(1.08); } }
/* 3: sleep */
.v3 { align-content: center; gap: 18px; }
.clock { display: flex; align-items: baseline; justify-content: center; gap: 8px; font-weight: 700; font-variant-numeric: tabular-nums; }
.clock .t { display: block; height: 1.1em; overflow: hidden; font-size: 60px; line-height: 1.1; letter-spacing: -.05em; }
.clock .t i { display: block; font-style: normal; height: 1.1em; animation: t4 8s steps(4) infinite; }
@keyframes t4 { to { transform: translateY(-4.4em); } }
.clock small { font-size: 18px; color: var(--mute); }
.ap { display: block; height: 1.3em; overflow: hidden; line-height: 1.3; }
.ap i { display: block; font-style: normal; height: 1.3em; animation: a4 8s steps(4) infinite; }
@keyframes a4 { to { transform: translateY(-5.2em); } }
.sleepleft { width: 260px; text-align: center; }
.sleepleft small { display: block; font-size: 12px; color: #9a9a9a; }
.sl { display: block; height: 1.4em; overflow: hidden; font-weight: 700; font-size: 20px; line-height: 1.4; margin: 2px 0 8px; }
.sl i { display: block; font-style: normal; height: 1.4em; animation: s4 8s steps(4) infinite; }
@keyframes s4 { to { transform: translateY(-5.6em); } }
.sbar { height: 8px; border-radius: 4px; background: #262626; overflow: hidden; }
.sbar b { display: block; height: 100%; background: #fff; border-radius: 4px; transform-origin: 0 50%; animation: sb 8s steps(1) infinite; }
@keyframes sb { 0% { transform: scaleX(1); } 25% { transform: scaleX(.9); } 50% { transform: scaleX(.79); } 75% { transform: scaleX(.68); } }
/* 4: the day */
.v4 { align-content: center; gap: 18px; }
.daybar { display: flex; gap: 4px; width: 100%; height: 46px; }
.daybar i { display: block; border-radius: 10px; min-width: 0; }
.daybar .sleep { flex: 8 1 0; background: #262626; }
.daybar .work { flex: 8 1 0; background: #454545; }
.daybar .phone { flex: 2 1 0; background: #fff; animation: ph 7s ease-in-out infinite; }
.daybar .yours { flex: 6 1 0; background: transparent; border: 2px dashed #777; animation: yr 7s ease-in-out infinite; }
@keyframes ph { 0%, 10% { flex-grow: 2; } 55%, 88% { flex-grow: 5; } 100% { flex-grow: 2; } }
@keyframes yr { 0%, 10% { flex-grow: 6; } 55%, 88% { flex-grow: 3; } 100% { flex-grow: 6; } }
.legend { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 16px; font-size: 13px; color: #cfcfcf; }
.legend li { display: flex; align-items: center; gap: 7px; }
.legend li::before { content: ''; width: 12px; height: 12px; border-radius: 4px; background: #262626; }
.legend .work::before { background: #454545; } .legend .phone::before { background: #fff; }
.legend .yours::before { background: transparent; border: 2px dashed #888; }
.left { display: inline-block; height: 1.3em; overflow: hidden; vertical-align: bottom; font-weight: 700; color: #fff; }
.left i { display: block; font-style: normal; height: 1.3em; line-height: 1.3; animation: lf 7s steps(1) infinite; }
@keyframes lf { 0%, 50% { transform: none; } 55%, 92% { transform: translateY(-1.3em); } 100% { transform: none; } }

/* ---------- social ---------- */
.social { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 30px; }
.social a { display: inline-flex; align-items: center; gap: 9px; padding: 11px 18px; border-radius: 999px; border: 1px solid #2c2c2c; text-decoration: none; font-size: 15px; font-weight: 500; color: #ddd; transition: border-color .25s, background .25s, transform .3s var(--ease); }
.social a:hover { border-color: #888; background: #111; transform: translateY(-2px); }
.social svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
footer a[target] { text-underline-offset: 3px; }
@media (max-width: 900px) {
  .hours-grid { display: block; }
  .dial { position: sticky; top: 58px; z-index: 5; background: var(--paper); padding: 10px 0 14px; margin-bottom: 18px; border-bottom: 1px solid #dcdcd7; }
  .num output { font-size: 72px; }
  .dial input { margin-top: 8px; }
  .scale { display: none; }
  .hint { margin-top: 8px; }
  .cards { grid-template-columns: 1fr; }
  .card { min-height: 0; flex-direction: row; align-items: center; }
  .card > b { font-size: 48px; }
  .bento { grid-template-columns: 1fr; }
  .v1 { grid-auto-flow: row; gap: 14px; }
  .vis { height: auto; min-height: 230px; }
}
