:root {
  --ink: #0b090a;
  --ink-soft: #151113;
  --ink-lift: #20191c;
  --cream: #f5eee6;
  --cream-2: #eadfd5;
  --paper: #fffaf4;
  --red: #e9364f;
  --red-deep: #b31532;
  --coral: #ff745f;
  --rose: #ffb6ae;
  --white: #fffaf5;
  --muted-dark: #a99ca2;
  --muted-light: #74676d;
  --line-dark: rgba(255, 250, 245, 0.13);
  --line-light: rgba(22, 13, 17, 0.14);
  --max: 1240px;
  --pad: clamp(22px, 5vw, 72px);
  --display: Georgia, "Times New Roman", serif;
  --body: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--ink);
  color: var(--white);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  background: var(--rose);
  color: var(--ink);
}

button,
input {
  font: inherit;
}

a {
  color: inherit;
}

.page-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 3px;
  background: rgba(255,255,255,.06);
}

.page-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--red), var(--coral));
  transform-origin: left;
}

.site-header {
  position: fixed;
  z-index: 90;
  top: 3px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px var(--pad);
  color: var(--white);
  mix-blend-mode: difference;
  pointer-events: none;
}

.site-header > * {
  pointer-events: auto;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.wordmark-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--red);
  box-shadow: 0 0 0 5px rgba(233, 54, 79, .16);
}

.plain-button {
  border: 0;
  border-bottom: 1px solid currentColor;
  padding: 0 0 3px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
}

.plain-button:hover,
.plain-button:focus-visible {
  opacity: .68;
}

.header-fact {
  color: inherit;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .11em;
  text-transform: uppercase;
}

main,
section {
  position: relative;
}

section {
  overflow: clip;
}

.section-dark {
  background:
    radial-gradient(circle at 86% 15%, rgba(233, 54, 79, .09), transparent 27rem),
    linear-gradient(145deg, #0b090a, #100c0e 48%, #090708);
  color: var(--white);
}

.section-cream {
  background:
    radial-gradient(circle at 15% 20%, rgba(233, 54, 79, .08), transparent 26rem),
    var(--cream);
  color: var(--ink);
}

.section-red {
  background:
    radial-gradient(circle at 80% 0%, rgba(255, 186, 173, .22), transparent 26rem),
    linear-gradient(145deg, #c51b39, #e9364f 48%, #d32240);
  color: var(--white);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--rose);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--red-deep);
}

.eyebrow.light {
  color: #ffe8df;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h2 {
  margin-bottom: 22px;
  font-family: var(--display);
  font-size: clamp(44px, 7vw, 92px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .95;
}

h2 em {
  color: var(--red);
  font-weight: inherit;
}

.section-red h2 em {
  color: var(--white);
}

.hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  align-items: center;
  gap: clamp(40px, 7vw, 120px);
  padding: 130px var(--pad) 90px;
  isolation: isolate;
}

.hero::after,
.presence::after,
.titles::after,
.closing::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .11;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E");
}

.hero-ambient {
  position: absolute;
  z-index: -2;
  border-radius: 999px;
  filter: blur(4px);
  opacity: .35;
}

.ambient-one {
  width: 42vw;
  height: 42vw;
  top: -20vw;
  right: -10vw;
  background: radial-gradient(circle, rgba(255, 69, 93, .5), transparent 68%);
}

.ambient-two {
  width: 26vw;
  height: 26vw;
  left: 23vw;
  bottom: -18vw;
  background: radial-gradient(circle, rgba(255, 116, 95, .22), transparent 70%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.hero h1 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -.065em;
  line-height: .82;
}

.hero-metric {
  display: flex;
  width: max-content;
  max-width: 100%;
  align-items: flex-end;
  gap: clamp(12px, 1.25vw, 22px);
  white-space: nowrap;
}

.hero-number {
  display: block;
  color: var(--white);
  font-size: clamp(104px, 14.5vw, 232px);
  font-variant-numeric: tabular-nums lining-nums;
  line-height: .78;
}

.hero-unit {
  display: block;
  margin: 0 0 .27em;
  color: var(--rose);
  font-family: var(--body);
  font-size: clamp(20px, 2.15vw, 34px);
  font-weight: 650;
  letter-spacing: -.03em;
  line-height: 1;
}

.hero-phrase {
  display: block;
  margin-top: .24em;
  color: var(--white);
  font-size: clamp(50px, 7vw, 104px);
  line-height: .93;
}

.hero-deck {
  max-width: 650px;
  margin: 42px 0 0;
  color: #d9ccd1;
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.48;
}

.hero-deck strong {
  color: var(--white);
}

.hero-visual {
  position: relative;
  width: min(39vw, 530px);
  aspect-ratio: 1;
  justify-self: center;
  display: grid;
  place-items: center;
}

.hero-disc {
  position: relative;
  z-index: 2;
  width: 61%;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  background: rgba(13, 9, 11, .64);
  box-shadow: inset 0 0 60px rgba(255,255,255,.025), 0 30px 100px rgba(0,0,0,.32);
  text-align: center;
  backdrop-filter: blur(16px);
}

.hero-disc strong {
  margin: 10px 0;
  font-family: var(--display);
  font-size: clamp(38px, 5vw, 72px);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: .95;
}

.disc-small {
  width: 70%;
  color: var(--muted-dark);
  font-size: 12px;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.orbit {
  position: absolute;
  border-radius: 50%;
}

.orbit-outer {
  inset: 0;
  border: 1px solid rgba(255,255,255,.14);
  animation: spin 30s linear infinite;
}

.orbit-outer::before,
.orbit-inner::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 32px var(--red);
}

.orbit-outer::before {
  top: 12%;
  left: 16%;
}

.orbit-inner {
  inset: 13%;
  border: 1px dashed rgba(255,255,255,.12);
  animation: spin-reverse 22s linear infinite;
}

.orbit-inner::before {
  right: 4%;
  bottom: 26%;
  width: 8px;
  height: 8px;
  background: var(--coral);
}

.orbit-marker {
  position: absolute;
  inset: 5%;
  border-radius: 50%;
  background: conic-gradient(from 225deg, transparent 0 82%, rgba(233,54,79,.76) 82% 83.5%, transparent 83.5%);
  opacity: .8;
}

.scroll-cue {
  position: absolute;
  left: var(--pad);
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted-dark);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}

.scroll-cue span:last-child {
  color: var(--red);
  font-size: 20px;
  animation: bob 1.8s ease-in-out infinite;
}

.statement {
  min-height: 86svh;
  display: grid;
  align-items: center;
  padding: clamp(100px, 13vw, 190px) var(--pad);
}

.statement-grid,
.rhythm-layout,
.verdict-layout {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(440px, 1.15fr);
  align-items: center;
  gap: clamp(50px, 8vw, 130px);
}

.section-copy {
  max-width: 630px;
}

.section-copy > p:not(.eyebrow),
.section-heading > p:not(.eyebrow) {
  max-width: 680px;
  margin-bottom: 0;
  color: inherit;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
}

.section-dark .section-copy > p:not(.eyebrow),
.section-dark .section-heading > p:not(.eyebrow) {
  color: #cbbdc3;
}

.fine-print {
  margin-top: 20px !important;
  color: var(--muted-light) !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.section-dark .fine-print {
  color: var(--muted-dark) !important;
}

.ten-hours {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(10px, 1.6vw, 20px);
}

.hour-block {
  position: relative;
  min-height: clamp(82px, 10vw, 140px);
  overflow: hidden;
  border: 1px solid rgba(11, 9, 10, .14);
  border-radius: 20px;
  background: rgba(255,255,255,.32);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}

.hour-block::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: var(--fill, 0%);
  background: linear-gradient(180deg, var(--coral), var(--red));
  transition: height .45s ease;
}

.hour-block.primary {
  --fill: 97%;
}

.hour-block.primary span {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 13px;
  transform: translateX(-50%);
  color: var(--white);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hour-block.partial {
  --fill: 0%;
}

.equivalents {
  padding: clamp(100px, 12vw, 170px) var(--pad);
}

.section-heading {
  width: min(100%, var(--max));
  margin: 0 auto clamp(60px, 8vw, 100px);
}

.section-heading h2 {
  max-width: 930px;
}

.equivalent-grid {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(255,255,255,.34);
  border-left: 1px solid rgba(255,255,255,.34);
}

.equivalent-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(28px, 5vw, 62px);
  border-right: 1px solid rgba(255,255,255,.34);
  border-bottom: 1px solid rgba(255,255,255,.34);
}

.card-kicker {
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.equivalent-card strong {
  margin: auto 0 8px;
  font-family: var(--display);
  font-size: clamp(70px, 10vw, 145px);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: .82;
  font-variant-numeric: tabular-nums;
}

.equivalent-card > span:last-child {
  color: rgba(255,255,255,.82);
  font-size: 18px;
}

.presence {
  padding: clamp(110px, 14vw, 200px) var(--pad);
}

.presence-intro {
  width: min(100%, var(--max));
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 60px;
}

.accent-text {
  color: var(--rose);
}

.presence-stat {
  display: flex;
  align-items: flex-start;
  color: var(--red);
  font-family: var(--display);
  line-height: .76;
}

.presence-stat span {
  font-size: clamp(150px, 19vw, 290px);
  letter-spacing: -.08em;
}

.presence-stat small {
  margin-top: 12px;
  font-family: var(--body);
  font-size: clamp(30px, 4vw, 58px);
  font-weight: 500;
}

.calendar-shell {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid var(--line-dark);
  border-radius: 30px;
  background: rgba(255,255,255,.025);
  box-shadow: 0 35px 120px rgba(0,0,0,.24);
}

.calendar-key {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 36px;
  color: var(--muted-dark);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.legend {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.legend i {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 3px;
  background: rgba(233,54,79,.38);
}

.legend i:last-of-type {
  background: var(--red);
}

.life-calendar {
  display: grid;
  gap: 28px;
}

.calendar-year {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: start;
  gap: 16px;
}

.calendar-year-label {
  padding-top: 1px;
  color: #d3c7cb;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .08em;
}

.calendar-dots {
  display: grid;
  grid-template-columns: repeat(53, minmax(4px, 1fr));
  grid-auto-rows: minmax(4px, 1fr);
  gap: 4px;
}

.day-dot {
  aspect-ratio: 1;
  border: 0;
  border-radius: 3px;
  background: rgba(255,255,255,.07);
  padding: 0;
  cursor: default;
}

.day-dot.active-1 { background: rgba(233,54,79,.35); }
.day-dot.active-2 { background: rgba(233,54,79,.58); }
.day-dot.active-3 { background: rgba(244,64,84,.78); }
.day-dot.active-4 { background: #ff546b; box-shadow: 0 0 8px rgba(233,54,79,.32); }

.day-dot:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 2px;
}

.calendar-tooltip {
  min-height: 21px;
  margin-top: 24px;
  color: #d9ccd1;
  font-size: 13px;
}

.streak-callout {
  width: min(100%, var(--max));
  margin: 100px auto 0;
  display: grid;
  grid-template-columns: minmax(120px, .4fr) minmax(0, .6fr);
  align-items: center;
  gap: 40px;
}

.streak-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--red));
}

.streak-callout h3 {
  margin: 0;
  color: var(--red);
  font-family: var(--display);
  font-size: clamp(86px, 13vw, 180px);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: .82;
}

.streak-callout p:last-child {
  margin: 16px 0 0;
  color: var(--muted-dark);
}

.years {
  padding: clamp(110px, 13vw, 190px) var(--pad);
}

.year-chart {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.year-row {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr) 150px;
  align-items: center;
  gap: 22px;
}

.year-label {
  font-family: var(--display);
  font-size: 26px;
}

.year-label small {
  display: block;
  color: var(--muted-light);
  font-family: var(--body);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.year-track {
  position: relative;
  height: 44px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(11,9,10,.08);
}

.year-fill {
  width: var(--width);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--red-deep), var(--red), var(--coral));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 900ms cubic-bezier(.16,1,.3,1);
}

.year-row.visible .year-fill {
  transform: scaleX(1);
}

.year-value {
  text-align: right;
}

.year-value strong {
  display: block;
  font-size: 20px;
  font-variant-numeric: tabular-nums;
}

.year-value span {
  color: var(--muted-light);
  font-size: 12px;
}

.cumulative-band {
  width: min(100%, var(--max));
  margin: 90px auto 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  padding: clamp(28px, 5vw, 60px);
  border: 1px solid rgba(11,9,10,.14);
  border-radius: 28px;
  background: rgba(255,255,255,.3);
}

.cumulative-band .card-kicker {
  color: var(--muted-light);
}

.cumulative-band strong {
  display: block;
  margin-top: 9px;
  font-family: var(--display);
  font-size: clamp(44px, 6vw, 82px);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: 1;
}

.cumulative-band > div:last-child {
  text-align: right;
}

.cumulative-arrow {
  color: var(--red);
  font-size: 34px;
}

.titles {
  padding: clamp(110px, 13vw, 190px) var(--pad);
}

.title-list {
  width: min(100%, var(--max));
  margin: 0 auto;
  counter-reset: title-rank;
}

.title-row {
  counter-increment: title-rank;
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(220px, .75fr) minmax(240px, 1.25fr) 150px;
  align-items: center;
  gap: 26px;
  min-height: 100px;
  border-top: 1px solid var(--line-dark);
}

.title-row:last-child {
  border-bottom: 1px solid var(--line-dark);
}

.title-rank::before {
  content: counter(title-rank, decimal-leading-zero);
  color: var(--muted-dark);
  font-size: 12px;
  letter-spacing: .1em;
}

.title-name {
  font-family: var(--display);
  font-size: clamp(23px, 2.5vw, 38px);
  line-height: 1.05;
}

.title-track {
  position: relative;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
}

.title-fill {
  width: var(--width);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--red), var(--coral));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 850ms cubic-bezier(.16,1,.3,1);
}

.title-row.visible .title-fill {
  transform: scaleX(1);
}

.title-time {
  text-align: right;
}

.title-time strong {
  display: block;
  color: var(--white);
  font-size: 17px;
}

.title-time span {
  color: var(--muted-dark);
  font-size: 12px;
}

.rhythm {
  padding: clamp(110px, 13vw, 190px) var(--pad);
}

.weekday-chart {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: end;
  gap: clamp(7px, 1.3vw, 16px);
  min-height: 390px;
  padding-top: 40px;
}

.weekday-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

.weekday-value {
  margin-bottom: 10px;
  color: var(--muted-light);
  font-size: 11px;
  font-weight: 700;
}

.weekday-bar {
  width: 100%;
  height: var(--height);
  min-height: 18px;
  border-radius: 18px 18px 7px 7px;
  background: rgba(11,9,10,.12);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 900ms cubic-bezier(.16,1,.3,1);
}

.weekday-column.weekend .weekday-bar {
  background: linear-gradient(180deg, var(--coral), var(--red));
}

.weekday-chart.visible .weekday-bar {
  transform: scaleY(1);
}

.weekday-name {
  margin-top: 12px;
  color: var(--muted-light);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .07em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.verdict {
  padding: clamp(110px, 13vw, 190px) var(--pad);
}

.verdict-layout {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, .72fr);
  align-items: end;
  gap: clamp(56px, 9vw, 150px);
}

.verdict-copy {
  max-width: 790px;
}

.verdict-copy h2 {
  max-width: 850px;
  font-size: clamp(58px, 8.5vw, 122px);
}

.verdict-copy > p:last-child {
  max-width: 720px;
  margin-bottom: 0;
  color: #ffe4dc;
  font-size: clamp(18px, 2vw, 24px);
}

.verdict-number {
  justify-self: end;
  text-align: right;
}

.verdict-number span {
  display: block;
  font-family: var(--display);
  font-size: clamp(92px, 14vw, 205px);
  font-weight: 400;
  letter-spacing: -.08em;
  line-height: .8;
}

.verdict-number small {
  display: block;
  margin-top: 26px;
  color: #ffe1d8;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.closing {
  min-height: 90svh;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(330px, .65fr);
  align-items: center;
  gap: clamp(60px, 10vw, 150px);
  padding: 120px var(--pad);
}

.closing-copy {
  max-width: 810px;
}

.closing-copy h2 {
  font-size: clamp(52px, 8vw, 112px);
}

.closing-copy > p:last-child {
  color: var(--muted-dark);
  font-size: clamp(18px, 2vw, 24px);
}

.closing-number {
  justify-self: center;
  text-align: center;
}

.closing-number span {
  display: block;
  color: var(--red);
  font-family: var(--display);
  font-size: clamp(110px, 16vw, 230px);
  letter-spacing: -.08em;
  line-height: .78;
}

.closing-number small {
  display: block;
  margin-top: 28px;
  color: var(--muted-dark);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.site-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  padding: 44px var(--pad) 52px;
  border-top: 1px solid var(--line-dark);
  background: #070506;
  color: var(--white);
}

.site-footer strong {
  font-family: var(--display);
  font-size: 26px;
  font-weight: 400;
}

.site-footer p {
  margin: 8px 0 0;
  color: var(--muted-dark);
  font-size: 12px;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 800ms ease, transform 900ms cubic-bezier(.16,1,.3,1);
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

@keyframes spin-reverse {
  to { transform: rotate(-360deg); }
}

@keyframes bob {
  0%, 100% { transform: translateY(-2px); }
  50% { transform: translateY(5px); }
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    align-content: center;
    padding-top: 125px;
    padding-bottom: 110px;
  }

  .hero-copy {
    max-width: 850px;
  }

  .hero-visual {
    width: min(70vw, 500px);
    margin-top: 20px;
  }

  .statement-grid,
  .rhythm-layout,
  .verdict-layout {
    grid-template-columns: 1fr;
  }

  .ten-hours {
    max-width: 760px;
  }

  .presence-intro {
    grid-template-columns: 1fr;
  }

  .presence-stat {
    justify-self: end;
    margin-top: -10px;
  }

  .verdict-layout {
    grid-template-columns: 1fr;
  }

  .verdict-number {
    justify-self: end;
  }

  .closing {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .closing-number {
    justify-self: end;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding-top: 15px;
  }

  .header-fact {
    max-width: 150px;
    text-align: right;
  }

  .hero {
    min-height: 100svh;
  }

  .hero-number {
    font-size: clamp(88px, 24vw, 138px);
  }

  .hero-unit {
    margin-bottom: .22em;
    font-size: clamp(18px, 5vw, 26px);
  }

  .hero-phrase {
    font-size: clamp(52px, 16vw, 82px);
  }

  .hero-deck {
    margin-top: 32px;
  }

  .hero-visual {
    width: min(86vw, 430px);
  }

  .scroll-cue {
    display: none;
  }

  .ten-hours {
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
  }

  .hour-block {
    min-height: 78px;
    border-radius: 14px;
  }

  .equivalent-grid {
    grid-template-columns: 1fr;
  }

  .equivalent-card {
    min-height: 240px;
  }

  .calendar-shell {
    padding: 22px 16px;
    border-radius: 22px;
  }

  .calendar-key {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 25px;
  }

  .calendar-year {
    grid-template-columns: 38px 1fr;
    gap: 10px;
  }

  .calendar-dots {
    gap: 2px;
  }

  .day-dot {
    border-radius: 2px;
  }

  .streak-callout {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 70px;
  }

  .year-row {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
  }

  .year-value {
    grid-column: 2;
    text-align: left;
    margin-top: -10px;
  }

  .year-track {
    height: 34px;
  }

  .cumulative-band {
    grid-template-columns: 1fr;
  }

  .cumulative-band > div:last-child {
    text-align: left;
  }

  .cumulative-arrow {
    transform: rotate(90deg);
    justify-self: start;
  }

  .title-row {
    grid-template-columns: 34px minmax(0, 1fr) 100px;
    gap: 14px;
    padding: 22px 0;
  }

  .title-track {
    grid-column: 2 / 4;
    grid-row: 2;
  }

  .weekday-chart {
    min-height: 320px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  :root {
    --pad: 20px;
  }

  h2 {
    font-size: clamp(42px, 14vw, 66px);
  }

  .wordmark {
    font-size: 11px;
  }

  .header-fact {
    max-width: 112px;
    font-size: 10px;
    line-height: 1.25;
  }

  .hero {
    padding-top: 115px;
  }

  .hero-visual {
    width: 88vw;
  }

  .hero-disc strong {
    font-size: 42px;
  }

  .disc-small {
    font-size: 9px;
  }

  .hour-block.primary span {
    writing-mode: vertical-rl;
    bottom: 11px;
  }

  .calendar-year {
    grid-template-columns: 32px 1fr;
  }

  .calendar-year-label {
    font-size: 9px;
  }

  .title-row {
    grid-template-columns: 28px minmax(0, 1fr) 83px;
  }

  .title-name {
    font-size: 22px;
  }

  .title-time strong {
    font-size: 14px;
  }

}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .year-fill,
  .title-fill,
  .weekday-bar {
    transform: none;
  }
}
