:root {
  color: #f5f5f7;
  background: #030303;
  font-family: ui-monospace, "SFMono-Regular", "SF Mono", Menlo, monospace;
  font-synthesis: none;
  --void: #030303;
  --ink: #0b0b0d;
  --paper: #f5f5f7;
  --red: #ff304b;
  --graphite: #34343a;
  --fog: #929299;
  --line: rgba(245, 245, 247, 0.18);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--void);
}

body {
  min-width: 320px;
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  overflow-x: hidden;
  color: var(--paper);
  background: var(--void);
}

button,
a {
  color: inherit;
  font: inherit;
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none;
}

button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--paper);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: -5rem;
  left: 1rem;
  padding: 0.75rem 1rem;
  color: var(--void);
  background: var(--paper);
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: fixed;
  z-index: 20;
  inset: 0 0 auto;
  height: 72px;
  padding: env(safe-area-inset-top) clamp(22px, 4.4vw, 72px) 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  background: rgba(3, 3, 3, 0.76);
  backdrop-filter: blur(18px);
}

.wordmark {
  font-size: 16px;
  font-weight: 750;
  letter-spacing: -0.09em;
}

.wordmark span {
  color: var(--red);
}

.site-header p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--fog);
  font-size: 10px;
  text-transform: lowercase;
}

.site-header i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 16px rgba(255, 48, 75, 0.7);
}

.hero {
  min-height: 100vh;
  min-height: 100svh;
  padding-top: 72px;
  display: grid;
  grid-template-columns: minmax(440px, 0.95fr) minmax(560px, 1.2fr);
}

.hero-copy {
  position: relative;
  z-index: 4;
  min-width: 0;
  padding: clamp(64px, 9vh, 112px) clamp(32px, 5vw, 82px) 74px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--line);
  background: var(--void);
}

h1 {
  margin: 0;
  max-width: 10ch;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif;
  font-size: clamp(64px, 6.7vw, 112px);
  font-weight: 760;
  line-height: 0.86;
  letter-spacing: -0.075em;
}

h1 span {
  color: var(--paper);
  font-size: 0.64em;
  letter-spacing: -0.055em;
  white-space: nowrap;
}

.dek {
  margin: clamp(30px, 5vh, 52px) 0 0;
  color: var(--fog);
  font-size: clamp(11px, 1vw, 14px);
}

.visual-field {
  position: relative;
  min-width: 0;
  min-height: 620px;
  overflow: hidden;
  background-color: var(--ink);
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 25% 25%;
}

.visual-field::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: rgba(3, 3, 3, 0.32);
}

#nine-scene,
.static-nine {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
}

#nine-scene {
  display: block;
  opacity: 0;
  cursor: crosshair;
  touch-action: pan-y;
  transition: opacity 280ms ease;
}

.static-nine {
  margin: auto;
  width: min(68%, 620px);
  height: auto;
  aspect-ratio: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  transition: opacity 220ms ease;
}

.static-nine img {
  width: 100%;
  height: 100%;
  min-width: 0;
  object-fit: cover;
  background: var(--graphite);
}

.webgl-ready #nine-scene {
  opacity: 1;
}

.webgl-ready .static-nine {
  opacity: 0;
  pointer-events: none;
}

.field-label {
  position: absolute;
  z-index: 5;
  left: 26px;
  right: 26px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  pointer-events: none;
  color: var(--fog);
  font-size: 9px;
  letter-spacing: 0.04em;
  text-transform: lowercase;
}

.field-label b {
  color: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif;
  font-size: 14px;
}

.field-label-top {
  top: 26px;
}

.field-label-bottom {
  bottom: 26px;
}

.field-label-bottom b {
  color: var(--red);
}

.story-section {
  min-height: 92vh;
  min-height: 92svh;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.85fr);
  border-top: 1px solid var(--line);
}

.personal-nine-shell {
  position: relative;
  min-width: 0;
  min-height: 680px;
  margin: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: clamp(68px, 7vw, 112px);
  background: var(--ink);
}

.personal-nine-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 33.333% 33.333%;
  mask-image: radial-gradient(circle at center, black 0%, transparent 74%);
}

.personal-nine {
  position: relative;
  z-index: 1;
  width: min(100%, 610px);
  aspect-ratio: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(5px, 0.7vw, 9px);
  transform: rotate(-0.7deg);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.62);
}

.personal-nine img {
  width: 100%;
  height: 100%;
  min-width: 0;
  display: block;
  object-fit: cover;
  background: var(--graphite);
}

.personal-nine img:nth-child(5) {
  position: relative;
  z-index: 1;
  outline: clamp(4px, 0.55vw, 7px) solid var(--red);
  outline-offset: calc(clamp(4px, 0.55vw, 7px) * -1);
}

.personal-nine-shell figcaption {
  position: absolute;
  z-index: 2;
  right: clamp(22px, 3.2vw, 52px);
  bottom: clamp(22px, 3.2vw, 52px);
  left: clamp(22px, 3.2vw, 52px);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  color: var(--fog);
  font-size: 9px;
  text-transform: lowercase;
}

.personal-nine-shell figcaption b {
  color: var(--red);
  font-size: 11px;
}

.story-media {
  position: relative;
  min-height: 680px;
  margin: 0;
  overflow: hidden;
  background: var(--graphite);
}

.story-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 58%, rgba(3, 3, 3, 0.72));
}

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

.story-media figcaption {
  position: absolute;
  z-index: 2;
  right: clamp(20px, 3.2vw, 52px);
  bottom: clamp(20px, 3.2vw, 46px);
  left: clamp(20px, 3.2vw, 52px);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: rgba(245, 245, 247, 0.78);
  font-size: 9px;
  text-transform: lowercase;
}

.story-media figcaption span {
  color: var(--paper);
}

.story-copy {
  min-width: 0;
  padding: clamp(56px, 8vw, 132px) clamp(34px, 6vw, 98px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--void);
}

.story-copy .eyebrow {
  margin: 0 0 28px;
  color: var(--red);
  font-size: 10px;
}

.story-copy h2 {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif;
  font-size: clamp(76px, 9vw, 148px);
  font-weight: 760;
  line-height: 0.82;
  letter-spacing: -0.085em;
}

.story-copy > p:last-child {
  max-width: 29ch;
  margin: 42px 0 0;
  color: var(--fog);
  font-size: clamp(12px, 1vw, 15px);
  line-height: 1.65;
}

.story-send {
  grid-template-columns: minmax(360px, 0.85fr) minmax(0, 1.35fr);
}

.story-send .story-copy {
  color: var(--void);
  background: var(--paper);
}

.story-send .story-copy .eyebrow {
  color: #bd2037;
}

.story-send .story-copy > p:last-child {
  color: #5c5c62;
}

.walkthrough {
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(340px, 0.72fr) minmax(600px, 1.28fr);
  border-top: 1px solid var(--line);
  background: #08080a;
}

.walkthrough-copy {
  min-width: 0;
  padding: 94px clamp(34px, 5vw, 78px) 62px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--void);
}

.walkthrough-copy .eyebrow {
  margin: 0 0 18px;
  color: var(--red);
  font-size: 10px;
}

.walkthrough-copy h2 {
  min-height: 3.55em;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif;
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 720;
  line-height: 0.92;
  letter-spacing: -0.065em;
}

.walkthrough-copy > p:not(.eyebrow) {
  min-height: 3.2em;
  max-width: 37ch;
  margin: 24px 0 0;
  color: var(--fog);
  font-size: 12px;
  line-height: 1.55;
}

.walkthrough-controls {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 44px 58px 44px;
  align-items: center;
  gap: 14px;
}

.walkthrough-controls button {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--paper);
  background: rgba(245, 245, 247, 0.05);
  cursor: pointer;
}

.walkthrough-controls button:disabled {
  opacity: 0.24;
  cursor: default;
}

.walkthrough-controls span {
  color: var(--fog);
  font-size: 10px;
  text-align: center;
}

.walkthrough-dots {
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.walkthrough-dot {
  width: 6px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #4f4f55;
  cursor: pointer;
  transition: width 180ms var(--ease), background 180ms ease;
}

.walkthrough-dot[aria-current="true"] {
  width: 28px;
  background: var(--red);
}

.walkthrough-window {
  position: relative;
  min-width: 0;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  border-left: 1px solid var(--line);
  background-image:
    linear-gradient(rgba(245, 245, 247, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 245, 247, 0.07) 1px, transparent 1px);
  background-size: 25% 25%;
}

.walkthrough-track {
  width: 100%;
  height: 100%;
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
}

.walkthrough-track::-webkit-scrollbar {
  display: none;
}

.walkthrough-track:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: -2px;
}

.walkthrough-chapter {
  flex: 0 0 100%;
  min-width: 0;
  display: grid;
  place-items: center;
  padding: 78px 28px 24px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.swipe-cue {
  position: absolute;
  z-index: 4;
  right: 24px;
  bottom: 18px;
  margin: 0;
  color: #6f6f75;
  font-size: 9px;
}

.swipe-cue span {
  color: var(--red);
}

.phone {
  position: relative;
  width: auto;
  height: min(650px, calc(100svh - 118px));
  aspect-ratio: 393 / 852;
  padding: 10px;
  overflow: hidden;
  color: #111114;
  background: #050505;
  border: 1px solid #55555c;
  border-radius: 50px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.7), inset 0 0 0 1px #161619;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;
}

.phone::before {
  content: "";
  position: absolute;
  z-index: 9;
  inset: 6px;
  border: 1px solid #242429;
  border-radius: 44px;
  pointer-events: none;
}

.phone button:focus-visible {
  outline-color: var(--red);
}

.phone-content {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 40px;
  background: #f6f6f8;
}

.dynamic-island {
  position: absolute;
  z-index: 12;
  top: 18px;
  left: 50%;
  width: 84px;
  height: 24px;
  transform: translateX(-50%);
  border-radius: 18px;
  background: #000;
}

.status-bar {
  position: absolute;
  z-index: 11;
  top: 20px;
  right: 29px;
  left: 33px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #111;
  font: 600 9px -apple-system, sans-serif;
}

.status-bar i {
  width: 78px;
}

.home-indicator {
  position: absolute;
  z-index: 11;
  bottom: 16px;
  left: 50%;
  width: 104px;
  height: 4px;
  transform: translateX(-50%);
  border-radius: 4px;
  background: #111;
}

.ios-nav {
  height: 82px;
  padding: 45px 17px 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
}

.ios-nav b {
  font-size: 13px;
}

.ios-nav button {
  min-width: 40px;
  padding: 0;
  border: 0;
  color: #0a84ff;
  background: transparent;
  cursor: pointer;
}

.ios-nav button:first-child {
  text-align: left;
}

.ios-nav button:last-child {
  text-align: right;
}

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

.walkthrough-photo-card {
  margin: 5px 16px;
  overflow: hidden;
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.walkthrough-photo-card img {
  width: 100%;
  aspect-ratio: 0.88;
  display: block;
  object-fit: cover;
}

.photo-meta {
  padding: 10px 12px;
  display: flex;
  justify-content: space-between;
  color: #77777e;
  font-size: 9px;
}

.decision-row {
  padding: 7px 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.decision-row button {
  height: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  border: 0;
  border-radius: 17px;
  font-size: 9px;
  cursor: pointer;
}

.decision-row button span {
  font-size: 20px;
  line-height: 1;
}

.clear-button {
  background: #e9e9ed;
}

.keep-button {
  color: #fff;
  background: #111;
}

.keep-button span {
  color: var(--red);
}

.decision-status {
  margin: 2px 0;
  color: #77777e;
  font-size: 8px;
  text-align: center;
}

.walkthrough-nine-grid {
  width: calc(100% - 20px);
  aspect-ratio: 1;
  margin: 4px 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
}

.walkthrough-nine-grid img,
.walkthrough-nine-grid .empty-photo {
  width: 100%;
  height: 100%;
  min-width: 0;
  display: block;
  object-fit: cover;
  border-radius: 3px;
  background: #d8d8dc;
}

.nine-footer {
  padding: 11px 16px;
  display: flex;
  justify-content: space-between;
  color: #88888f;
  font-size: 8px;
}

.nine-footer b {
  color: #111;
}

.friend-profile {
  padding: 4px 0 11px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}

.friend-profile strong {
  font-size: 11px;
}

.friend-profile small {
  color: #88888f;
  font-size: 8px;
}

.avatar {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(150deg, #ff526a, #850013);
  font-weight: 700;
}

.avatar.small {
  width: 31px;
  height: 31px;
  font-size: 11px;
}

.ios-pill {
  margin: 12px auto;
  padding: 8px 17px;
  display: block;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #111;
  font-size: 9px;
}

.share-phone .phone-content {
  background: #202023;
}

.share-phone .status-bar {
  color: #fff;
}

.share-backdrop {
  padding: 92px 18px;
  opacity: 0.32;
  filter: blur(4px);
}

.share-sheet {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 8px 9px 34px;
  border-radius: 24px 24px 0 0;
  background: rgba(245, 245, 247, 0.96);
  backdrop-filter: blur(30px);
}

.grabber {
  width: 32px;
  height: 4px;
  margin: 0 auto 10px;
  border-radius: 4px;
  background: #b6b6bb;
}

.share-preview {
  padding: 0 6px 11px;
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: center;
  gap: 9px;
}

.share-preview .walkthrough-nine-grid {
  width: 56px;
  margin: 0;
  gap: 1px;
}

.share-preview p {
  margin: 0;
  display: flex;
  flex-direction: column;
  font-size: 9px;
}

.share-preview p span {
  color: #77777e;
}

.share-apps {
  padding: 11px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #d1d1d4;
}

.share-apps button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  border: 0;
  color: #111;
  background: none;
  font-size: 8px;
  cursor: pointer;
}

.share-apps i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
}

.messages-icon {
  background: #35c759;
}

.airdrop-icon {
  background: #0a84ff;
}

.copy-icon {
  background: #6c6c70;
}

.share-actions {
  overflow: hidden;
  border-radius: 11px;
  background: #fff;
}

.share-actions button {
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  border: 0;
  border-bottom: 1px solid #ddd;
  color: #111;
  background: transparent;
  font-size: 9px;
  text-align: left;
}

.messages-header {
  height: 104px;
  padding: 43px 15px 7px;
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
  justify-items: center;
  border-bottom: 1px solid #ddd;
}

.messages-header button {
  grid-row: 1 / 4;
  justify-self: start;
  border: 0;
  color: #0a84ff;
  background: none;
  font-size: 28px;
}

.messages-header b {
  font-size: 9px;
}

.messages-header small {
  grid-column: 2;
  color: #88888f;
  font-size: 7px;
}

.conversation {
  padding: 9px 13px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}

.timestamp {
  align-self: center;
  color: #99999f;
  font-size: 7px;
}

.bubble {
  max-width: 78%;
  padding: 8px 10px;
  border-radius: 15px;
  font-size: 9px;
}

.outgoing {
  align-self: flex-end;
  color: #fff;
  background: #0a84ff;
}

.incoming {
  background: #ddd;
}

.link-card {
  width: 79%;
  align-self: flex-end;
  overflow: hidden;
  border-radius: 16px;
  background: #e7e7eb;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}

.link-card .walkthrough-nine-grid {
  width: 100%;
  aspect-ratio: 1.45;
  margin: 0;
  gap: 1px;
}

.link-card .walkthrough-nine-grid img {
  border-radius: 0;
}

.link-card > div:last-child {
  padding: 9px;
  display: flex;
  flex-direction: column;
  font-size: 9px;
}

.link-card > div:last-child span {
  color: #77777e;
  font-size: 7px;
}

.message-composer {
  position: absolute;
  right: 11px;
  bottom: 19px;
  left: 11px;
  display: grid;
  grid-template-columns: 26px 1fr 24px;
  align-items: center;
  gap: 5px;
  color: #77777e;
}

.message-composer p {
  margin: 0;
  padding: 6px 9px;
  border: 1px solid #ccc;
  border-radius: 17px;
  font-size: 9px;
}

.widget-demo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.widget-demo .phone {
  height: min(590px, calc(100svh - 162px));
}

.widget-switch {
  padding: 3px;
  display: flex;
  border: 1px solid #4a4a4e;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
}

.widget-switch button {
  padding: 6px 12px;
  border: 0;
  border-radius: 999px;
  color: var(--paper);
  background: transparent;
  font-size: 9px;
  cursor: pointer;
}

.widget-switch button[aria-pressed="true"] {
  color: #000;
  background: #fff;
}

.home-phone .phone-content {
  padding: 60px 16px 0;
  color: #fff;
  background: linear-gradient(160deg, #211c28, #51636d 55%, #162129);
}

.home-phone .status-bar {
  color: #fff;
}

.home-phone .home-indicator {
  background: #fff;
}

.home-date {
  margin-bottom: 12px;
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.home-date span {
  font-size: 8px;
  text-transform: uppercase;
}

.home-date b {
  font-size: 21px;
}

.lockbox-widget {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  background: rgba(16, 16, 18, 0.66);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(22px);
}

.widget-label {
  margin-bottom: 7px;
  display: flex;
  justify-content: space-between;
  font-size: 8px;
}

.widget-label span {
  letter-spacing: -0.08em;
}

.widget-label b {
  color: #bbb;
  font-weight: 500;
}

.lockbox-widget .walkthrough-nine-grid {
  width: 100%;
  margin: 0;
  gap: 2px;
}

.lockbox-widget p {
  margin: 8px 0 0;
  color: #ccc;
  font-size: 7px;
}

.app-icons {
  padding: 24px 7px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 19px 22px;
}

.app-icons i,
.dock i {
  aspect-ratio: 1;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.72);
}

.app-icons i:nth-child(2n) {
  background: rgba(63, 166, 255, 0.8);
}

.app-icons i:nth-child(3n) {
  background: rgba(255, 82, 82, 0.76);
}

.dock {
  position: absolute;
  right: 14px;
  bottom: 18px;
  left: 14px;
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 11px;
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(20px);
}

footer {
  min-height: 180px;
  padding: 46px clamp(22px, 4.4vw, 72px);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  border-top: 1px solid var(--line);
  color: var(--fog);
  background: var(--void);
  font-size: 9px;
  text-transform: lowercase;
}

footer p {
  margin: 0;
}

footer a {
  color: inherit;
  text-decoration-color: rgba(245, 245, 247, 0.35);
  text-underline-offset: 3px;
}

.footer-wordmark {
  color: var(--paper);
  font-size: 20px;
  font-weight: 750;
  letter-spacing: -0.09em;
}

.footer-wordmark span {
  color: var(--red);
}

@media (max-width: 1100px) {
  .site-header {
    height: 64px;
  }

  .hero {
    min-height: auto;
    padding-top: 64px;
    display: block;
  }

  .hero-copy {
    min-height: 50svh;
    padding: 60px 24px 34px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  h1 {
    font-size: clamp(70px, 17vw, 112px);
  }

  .dek {
    margin-top: 30px;
  }

  .visual-field {
    height: 72svh;
    min-height: 620px;
  }

  .story-section,
  .story-send {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .story-media,
  .personal-nine-shell {
    min-height: min(76svh, 760px);
  }

  .story-copy {
    min-height: 56svh;
  }

  .walkthrough {
    min-height: auto;
    display: block;
  }

  .walkthrough-copy {
    min-height: 560px;
    padding: 86px 24px 42px;
  }

  .walkthrough-copy h2 {
    min-height: 2.8em;
    font-size: clamp(46px, 10vw, 72px);
  }

  .walkthrough-window {
    height: min(780px, 100svh);
    min-height: 700px;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 560px) {
  .site-header {
    padding-inline: 19px;
  }

  .site-header p {
    display: none;
  }

  .hero-copy {
    min-height: 318px;
    padding: 34px 20px 16px;
  }

  h1 {
    font-size: clamp(60px, 18vw, 82px);
  }

  .dek {
    margin-top: 17px;
    font-size: 10px;
  }

  .visual-field {
    height: calc(100svh - 382px);
    min-height: 430px;
  }

  .visual-field {
    background-size: 33.333% 33.333%;
  }

  .field-label {
    left: 16px;
    right: 16px;
  }

  .field-label-top {
    top: 16px;
  }

  .field-label-bottom {
    bottom: 16px;
  }

  .static-nine {
    width: min(82%, 390px);
    gap: 5px;
  }

  .story-media,
  .personal-nine-shell {
    min-height: 62svh;
  }

  .personal-nine-shell {
    padding: 58px 20px 72px;
  }

  .personal-nine-shell figcaption {
    right: 20px;
    bottom: 22px;
    left: 20px;
  }

  .story-copy {
    min-height: 46svh;
    padding: 52px 22px;
  }

  .story-copy .eyebrow {
    margin-bottom: 22px;
  }

  .story-copy h2 {
    font-size: clamp(72px, 24vw, 112px);
  }

  .story-copy > p:last-child {
    margin-top: 30px;
  }

  .walkthrough-copy {
    min-height: 500px;
    padding: 78px 22px 40px;
  }

  .walkthrough-copy h2 {
    min-height: 3.25em;
    font-size: 43px;
  }

  .walkthrough-copy > p:not(.eyebrow) {
    margin-top: 18px;
  }

  .walkthrough-controls {
    margin-top: 24px;
  }

  .walkthrough-window {
    height: 700px;
    min-height: 700px;
  }

  .walkthrough-chapter {
    padding: 78px 18px 18px;
  }

  .phone {
    width: 278px;
    height: auto;
    border-radius: 46px;
  }

  footer {
    min-height: 210px;
    padding: 38px 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
  }
}

@media (orientation: landscape) and (max-height: 600px) {
  .hero {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) 1.3fr;
    min-height: 100svh;
  }

  .hero-copy {
    min-height: calc(100svh - 64px);
    padding: 28px 30px 24px;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  h1 {
    font-size: clamp(58px, 10vw, 84px);
  }

  .dek {
    margin-top: 24px;
  }

  .visual-field {
    height: calc(100svh - 64px);
    min-height: 0;
  }

  .walkthrough-window {
    height: 720px;
    min-height: 720px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
