:root {
  color-scheme: light;
  --paper: #f2efeb;
  --paper-deep: #e2d8ca;
  --white: #ffffff;
  --ink: #111417;
  --muted: #50545a;
  --line: #c8c5c1;
  --coal: #151a20;
  --coal-2: #232a31;
  --coal-3: #303841;
  --accent: #08755f;
  --accent-ink: #075745;
  --accent-bright: #24c59a;
  --accent-pale: #b9f1df;
  --error: #d95148;
  --content: min(1180px, calc(100vw - 64px));
  --font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

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

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

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

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

a:focus-visible,
button:focus-visible {
  outline: 3px solid #46dcb5;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--white);
  color: var(--ink);
  font-weight: 750;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: none;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.mobile-only {
  display: none;
}

.global-header {
  position: relative;
  z-index: 50;
  height: 62px;
  background: var(--coal);
  color: var(--white);
}

.global-nav {
  width: var(--content);
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  width: max-content;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 820;
  letter-spacing: -.02em;
}

.brand img {
  width: 32px;
  height: 32px;
}

.global-links {
  display: flex;
  gap: 30px;
  font-size: 14px;
  font-weight: 650;
  color: #dce1e4;
}

.global-links a,
.site-footer a {
  transition: color 160ms ease;
}

.global-links a:hover,
.site-footer a:hover {
  color: var(--accent-bright);
}

.header-action {
  justify-self: end;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 17px;
  border: 1px solid rgba(255,255,255,.56);
  border-radius: 2px;
  font-size: 14px;
  font-weight: 760;
  transition: background 160ms ease, color 160ms ease;
}

.header-action:hover {
  background: var(--white);
  color: var(--ink);
}

.product-rail {
  position: sticky;
  top: 0;
  z-index: 45;
  height: 48px;
  background: var(--accent);
  color: var(--white);
  border-bottom: 1px solid rgba(0,0,0,.18);
}

.product-rail > div {
  width: var(--content);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
  white-space: nowrap;
}

.product-rail strong {
  margin-right: auto;
  letter-spacing: .13em;
  font-size: 14px;
  font-weight: 900;
}

.product-rail a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 720;
  opacity: .85;
}

.product-rail a:hover {
  opacity: 1;
}

.machine-hero {
  position: relative;
  min-height: min(900px, calc(100svh - 48px));
  isolation: isolate;
  overflow: hidden;
  background: #090c0e;
  color: var(--white);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: #080a0c url("/assets/tohi-machine-hero-v3.webp") center center / cover no-repeat;
  animation: hero-camera 13s cubic-bezier(.35,0,.2,1) infinite alternate;
  animation-play-state: paused;
}

.machine-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0,0,0,.04) 18%, rgba(0,0,0,.12) 48%, rgba(0,0,0,.84) 100%);
}

@keyframes hero-camera {
  from { transform: scale(1.01); }
  to { transform: scale(1.055); }
}

.hero-copy {
  position: absolute;
  left: max(32px, calc((100vw - 1180px) / 2));
  bottom: clamp(62px, 9vh, 110px);
  width: min(700px, calc(100vw - 64px));
}

.section-tag,
.eyebrow {
  margin: 0 0 18px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.section-tag {
  color: var(--accent-bright);
}

.hero-copy h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(60px, 8.4vw, 118px);
  font-weight: 900;
  letter-spacing: -.067em;
  line-height: .88;
}

.hero-copy > p:last-child {
  margin: 30px 0 0;
  max-width: 560px;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.42;
  color: #d9dddf;
}

.hero-screen {
  position: absolute;
  top: 13%;
  left: 5.7%;
  width: min(43vw, 620px);
  min-height: 300px;
  padding: 30px 34px;
  color: #d8e3df;
  transform: perspective(1000px) rotateY(1deg) rotateZ(.2deg);
  opacity: .82;
}

.screen-topline {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  border-bottom: 1px solid rgba(255,255,255,.18);
  padding-bottom: 14px;
}

.screen-topline span {
  margin-right: auto;
  font-weight: 800;
  color: #fff;
}

.screen-topline i {
  width: 8px;
  height: 8px;
  background: var(--accent-bright);
  border-radius: 50%;
}

.screen-topline b {
  font-size: 12px;
  font-weight: 700;
}

.screen-copy {
  display: grid;
  grid-template-columns: 1fr auto;
  margin-top: 40px;
}

.screen-copy small {
  grid-column: 1 / -1;
  font-size: 12px;
  color: #95a09c;
}

.screen-copy strong {
  font-size: clamp(26px, 2.8vw, 42px);
  letter-spacing: -.04em;
}

.screen-copy span {
  align-self: end;
  padding-bottom: 4px;
  color: var(--accent-bright);
  font-weight: 800;
}

.screen-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 44px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.18);
  font-size: 12px;
  color: #95a09c;
}

.screen-stats b {
  float: right;
  color: #fff;
}

.action-bar {
  min-height: 94px;
  padding: 20px max(32px, calc((100vw - 1180px) / 2));
  display: flex;
  align-items: center;
  gap: 32px;
  background: var(--accent);
  color: var(--white);
  border-top: 1px solid rgba(255,255,255,.2);
}

.action-bar p {
  margin: 0 auto 0 0;
  font-size: 16px;
  font-weight: 680;
}

.action-bar > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.action-bar a,
.closing a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid rgba(255,255,255,.68);
  border-radius: 2px;
  font-size: 14px;
  font-weight: 800;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.action-bar a:hover,
.closing a:hover {
  transform: translateY(-2px);
}

.action-bar .action-primary {
  background: var(--white);
  color: var(--ink);
  border-color: var(--white);
}

.device-story {
  min-height: 900px;
  padding: 128px max(32px, calc((100vw - 1180px) / 2)) 96px;
  display: grid;
  grid-template-columns: minmax(320px, .78fr) minmax(580px, 1.22fr);
  gap: 60px;
  align-items: center;
  background: var(--paper);
  overflow: hidden;
}

.story-copy h2,
.feature-section h2,
.native-story h2,
.comic-section h2,
.platform-section h2,
.spec-section h2,
.closing h2 {
  margin: 0;
  font-size: clamp(44px, 5.6vw, 78px);
  font-weight: 900;
  letter-spacing: -.058em;
  line-height: .98;
}

.story-copy > p:last-child {
  margin: 28px 0 0;
  max-width: 31em;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.7;
}

.eyebrow {
  color: var(--accent);
}

.device-lineup {
  position: relative;
  width: 760px;
  height: 570px;
}

.lineup-mac {
  position: absolute;
  inset: 10px auto auto 0;
  width: 580px;
}

.lineup-window {
  height: 380px;
  padding: 32px;
  border: 14px solid #20252b;
  border-bottom-width: 20px;
  border-radius: 16px 16px 7px 7px;
  background: #fbfbfa;
  box-shadow: 0 30px 60px rgba(26,30,32,.18);
}

.mac-foot {
  display: block;
  width: 650px;
  height: 18px;
  margin-left: -35px;
  border-radius: 0 0 70% 70%;
  background: linear-gradient(180deg, #b9bcc0, #e2e3e4);
}

.window-kicker {
  display: block;
  margin-bottom: 32px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .15em;
  color: #5c6264;
}

.window-status,
.window-node {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
}

.window-status {
  padding-bottom: 28px;
  border-bottom: 1px solid #dfe1e0;
}

.window-status > i {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: var(--white);
  font-style: normal;
  font-weight: 900;
}

.window-status b,
.window-status small,
.window-node b,
.window-node small {
  display: block;
}

.window-status b,
.window-node b {
  font-size: 18px;
}

.window-status small,
.window-node small {
  color: #757a7d;
  font-size: 12px;
}

.window-status em {
  padding: 6px 10px;
  background: #d8f2e9;
  color: #0b775f;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.window-node {
  padding-top: 28px;
}

.window-node > i,
.lineup-tablet li i {
  width: 42px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid #a7cfc1;
  background: #e6f7f1;
  color: #126f5d;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.window-node strong {
  color: var(--accent);
  font-size: 14px;
}

.lineup-tablet {
  position: absolute;
  right: -28px;
  bottom: 20px;
  width: 355px;
  height: 440px;
  padding: 38px 26px;
  border: 12px solid #20252b;
  border-radius: 22px;
  background: #fafaf9;
  box-shadow: 0 24px 50px rgba(26,30,32,.2);
}

.lineup-tablet > div {
  display: grid;
  grid-template-columns: 1fr auto;
  padding-bottom: 24px;
  border-bottom: 1px solid #d9dcda;
}

.lineup-tablet > div small {
  grid-column: 1 / -1;
  color: #707578;
}

.lineup-tablet > div b {
  font-size: 22px;
}

.lineup-tablet > div strong {
  color: var(--accent);
  font-size: 15px;
  align-self: end;
}

.lineup-tablet ul {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}

.lineup-tablet li {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 10px;
  align-items: center;
  min-height: 58px;
  border-bottom: 1px solid #e1e2e1;
  font-size: 13px;
}

.lineup-tablet li i {
  width: 32px;
  height: 22px;
  font-size: 9px;
}

.lineup-tablet li b {
  color: var(--accent);
  font-size: 11px;
}

.lineup-phone {
  position: absolute;
  right: 210px;
  bottom: -10px;
  z-index: 2;
  width: 170px;
  height: 350px;
  padding: 54px 22px 28px;
  border: 9px solid #161b20;
  border-radius: 34px;
  background: #f8f8f6;
  box-shadow: 0 22px 44px rgba(26,30,32,.24);
}

.phone-speaker {
  position: absolute;
  top: 17px;
  left: 50%;
  width: 42px;
  height: 8px;
  transform: translateX(-50%);
  border-radius: 8px;
  background: #20252b;
}

.lineup-phone small,
.lineup-phone b,
.lineup-phone strong,
.lineup-phone span {
  display: block;
}

.lineup-phone small {
  color: #697073;
  font-size: 11px;
}

.lineup-phone b {
  margin-top: 7px;
  font-size: 19px;
}

.lineup-phone strong {
  margin-top: 34px;
  color: var(--accent);
  font-size: 42px;
  letter-spacing: -.07em;
}

.lineup-phone span {
  margin-top: 34px;
  padding-top: 14px;
  border-top: 1px solid #d9dcda;
  font-size: 11px;
  color: #697073;
}

.lifestyle-break {
  position: relative;
  width: 100%;
  aspect-ratio: 1672 / 941;
  min-height: 0;
  background: #ded5c8;
  overflow: hidden;
}

.lifestyle-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.lifestyle-ui {
  position: absolute;
  z-index: 2;
  margin: 0;
  overflow: hidden;
  background: #f4f6f7;
  box-shadow: 0 2px 12px rgba(0,0,0,.22);
}

.lifestyle-ui img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lifestyle-ui-mac {
  left: 45.3%;
  top: 25.7%;
  width: 31.2%;
  height: 42.9%;
  clip-path: polygon(13% 1%, 100% 0, 82.5% 100%, 0 94%);
  transform: perspective(1000px) rotateY(-2.2deg) rotateZ(-.15deg);
  transform-origin: center;
}

.lifestyle-ui-mac img {
  transform: scale(1.03);
}

.lifestyle-ui-iphone {
  left: 69.6%;
  top: 44.2%;
  width: 11.1%;
  height: 36.9%;
  clip-path: polygon(34% 0, 100% 5%, 82% 100%, 0 92%);
  transform: perspective(900px) rotateY(-5deg) rotateZ(1deg);
  transform-origin: center;
}

.lifestyle-ui-iphone img {
  object-position: center top;
}

.lifestyle-caption {
  position: absolute;
  z-index: 3;
  inset: auto auto 72px max(32px, calc((100vw - 1180px) / 2));
  width: min(560px, calc(100% - 64px));
}

.lifestyle-caption p {
  margin: 0;
  padding: 18px 22px;
  background: var(--white);
  font-size: clamp(26px, 3.2vw, 48px);
  font-weight: 880;
  letter-spacing: -.045em;
  line-height: 1.08;
}

.feature-section {
  padding: 138px max(32px, calc((100vw - 1180px) / 2)) 150px;
  background: var(--white);
}

.feature-section > header {
  max-width: 780px;
  margin-bottom: 96px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 84px 72px;
}

.feature-grid article {
  border-top: 3px solid var(--ink);
  padding-top: 32px;
}

.feature-grid svg {
  width: 110px;
  height: 110px;
  margin-bottom: 32px;
  fill: none;
  stroke: var(--accent);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-grid h3 {
  margin: 0;
  font-size: 25px;
  font-weight: 850;
  letter-spacing: -.035em;
}

.feature-grid p {
  max-width: 24em;
  margin: 13px 0 0;
  color: var(--muted);
}

.native-story {
  padding: 138px max(32px, calc((100vw - 1180px) / 2)) 150px;
  background: var(--coal);
  color: var(--white);
}

.native-story > header {
  max-width: 850px;
}

.native-story .eyebrow {
  color: var(--accent-bright);
}

.native-panels {
  margin-top: 96px;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 56px;
}

.node-panel,
.account-panel {
  min-height: 520px;
  border: 1px solid #4b555d;
  background: var(--coal-2);
}

.node-panel {
  padding: 34px;
}

.panel-heading {
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid #465059;
}

.panel-heading span {
  font-size: 22px;
  font-weight: 840;
}

.panel-heading b {
  align-self: center;
  color: var(--accent-bright);
  font-size: 12px;
}

.node-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.node-panel li {
  min-height: 91px;
  display: grid;
  grid-template-columns: 50px 1fr auto;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid #3f4850;
}

.node-panel li > i {
  width: 48px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid #587168;
  color: var(--accent-bright);
  font-style: normal;
  font-size: 11px;
  font-weight: 900;
}

.node-panel li span b,
.node-panel li span small {
  display: block;
}

.node-panel li span b {
  font-size: 17px;
}

.node-panel li span small {
  color: #9da8ad;
  font-size: 12px;
}

.node-panel li strong {
  color: var(--accent-bright);
  font-size: 14px;
}

.node-panel li.selected {
  margin: 0 -34px;
  padding: 0 34px;
  background: #2c3938;
  border-left: 4px solid var(--accent-bright);
}

.account-panel {
  padding: 56px 48px;
  display: flex;
  flex-direction: column;
}

.account-panel > p {
  margin: 0;
  color: #9da8ad;
  font-size: 14px;
}

.account-panel h3 {
  margin: 4px 0 0;
  font-size: 36px;
  letter-spacing: -.04em;
}

.account-panel > strong {
  margin: 48px 0 auto;
  color: var(--accent-bright);
  font-size: clamp(74px, 7vw, 112px);
  line-height: .9;
  letter-spacing: -.07em;
}

.account-panel > strong small {
  font-size: 20px;
  letter-spacing: 0;
}

.account-panel dl {
  margin: 0;
}

.account-panel dl div {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-top: 1px solid #465059;
}

.account-panel dt {
  color: #9da8ad;
}

.account-panel dd {
  margin: 0;
  font-weight: 780;
}

.comic-section {
  --comic-ink: #20252b;
  --comic-paper: #e4d6bf;
  --comic-green: #08755f;
  --comic-mint: #a9ead3;
  padding: 138px max(32px, calc((100vw - 1180px) / 2)) 128px;
  overflow: hidden;
  background-color: var(--comic-paper);
  background-image: radial-gradient(rgba(35,42,49,.08) .7px, transparent .7px);
  background-size: 5px 5px;
  color: var(--comic-ink);
}

.comic-section > header {
  max-width: 950px;
  margin-bottom: 88px;
}

.comic-section .eyebrow {
  color: var(--accent-ink);
}

.journey-intro {
  max-width: 49em;
  margin: 28px 0 0;
  color: #4b4945;
  font-size: 19px;
  line-height: 1.7;
}

.character-library {
  position: absolute;
  overflow: hidden;
}

.device-journey {
  position: relative;
  border-top: 4px solid var(--comic-ink);
}

.device-journey::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 41.5%;
  width: 3px;
  background: repeating-linear-gradient(180deg, var(--comic-green) 0 13px, transparent 13px 24px);
  opacity: .25;
}

.journey-act {
  position: relative;
  min-height: 610px;
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(560px, 1.28fr);
  gap: 54px;
  align-items: center;
  padding: 64px 0;
  border-bottom: 3px solid var(--comic-ink);
}

.journey-act:nth-child(even) {
  grid-template-columns: minmax(560px, 1.28fr) minmax(280px, .72fr);
}

.journey-act:nth-child(even) .act-copy {
  grid-column: 2;
}

.journey-act:nth-child(even) .motion-frame {
  grid-column: 1;
  grid-row: 1;
}

.act-copy {
  position: relative;
  z-index: 2;
}

.act-number {
  display: block;
  color: var(--comic-green);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .18em;
}

.act-phase {
  margin: 34px 0 0;
  color: var(--comic-green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .09em;
}

.act-copy h3 {
  margin: 10px 0 0;
  font-size: clamp(36px, 4.25vw, 58px);
  font-weight: 950;
  letter-spacing: -.055em;
  line-height: .99;
}

.act-copy > p:not(.act-phase) {
  max-width: 29em;
  margin: 22px 0 0;
  color: #4b4945;
  font-size: 17px;
}

.act-copy > strong {
  width: fit-content;
  max-width: 100%;
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  border: 2px solid var(--comic-ink);
  border-radius: 999px;
  background: rgba(255,255,255,.45);
  font-size: 13px;
}

.act-copy > strong i {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--comic-green);
  color: var(--white);
  font-style: normal;
}

.motion-frame {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 3px solid var(--comic-ink);
  border-radius: 46% 54% 44% 56% / 7% 8% 6% 7%;
  background: rgba(251,247,238,.72);
  box-shadow: 12px 14px 0 rgba(32,37,43,.09);
}

.motion-frame::before,
.motion-frame::after {
  content: "";
  position: absolute;
  border: 2px solid rgba(32,37,43,.16);
  border-radius: 50%;
  pointer-events: none;
}

.motion-frame::before {
  width: 74px;
  height: 22px;
  top: 20px;
  left: 26px;
  transform: rotate(-8deg);
}

.motion-frame::after {
  width: 42px;
  height: 14px;
  right: 28px;
  bottom: 22px;
  transform: rotate(11deg);
}

.motion-stage {
  width: 100%;
  height: auto;
  aspect-ratio: 600 / 380;
  overflow: visible;
}

.stage-ground,
.signal-thread,
.relay-route {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.stage-ground {
  stroke: var(--comic-ink);
  stroke-width: 4;
}

.signal-thread,
.relay-route {
  stroke: var(--comic-green);
  stroke-width: 5;
  stroke-dasharray: 12 13;
}

.signal-thread {
  animation: signal-dash 2.2s linear infinite;
}

.relay-route {
  stroke-width: 4;
  opacity: .52;
}

.journey-token rect {
  fill: var(--comic-green);
  stroke: var(--comic-ink);
  stroke-width: 3;
}

.journey-token circle {
  fill: var(--comic-mint);
  stroke: var(--comic-ink);
  stroke-width: 2;
}

.journey-token text {
  fill: var(--white);
  font-size: 21px;
  font-weight: 950;
  text-anchor: middle;
}

.act-link .journey-token {
  animation: link-handoff 6.4s cubic-bezier(.65,0,.25,1) infinite both;
}

.sync-result circle {
  fill: var(--comic-green);
  stroke: var(--comic-ink);
  stroke-width: 3;
}

.sync-result path {
  fill: none;
  stroke: var(--white);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sync-result text {
  fill: var(--comic-green);
  font-size: 15px;
  font-weight: 950;
}

.platform-character {
  transform-box: view-box;
  transform-origin: 0 0;
}

.act-link [data-platform="windows"],
.act-probe [data-platform="windows"],
.act-relay [data-platform="windows"] { transform: translate(86px, 316px); }
.act-link [data-platform="android"],
.act-probe [data-platform="android"],
.act-relay [data-platform="android"] { transform: translate(193px, 320px); }
.act-link [data-platform="mac"],
.act-probe [data-platform="mac"],
.act-relay [data-platform="mac"] { transform: translate(300px, 316px); }
.act-link [data-platform="iphone"],
.act-probe [data-platform="iphone"],
.act-relay [data-platform="iphone"] { transform: translate(409px, 321px); }
.act-link [data-platform="ipad"],
.act-probe [data-platform="ipad"],
.act-relay [data-platform="ipad"] { transform: translate(520px, 318px); }

.character-rig,
.character-arm,
.character-leg,
.screen-face,
.status-light,
.node-pod-motion,
.journey-token,
.probe-sweep,
.connection-stars {
  transform-box: fill-box;
  transform-origin: center;
}

.character-rig {
  transform-origin: center bottom;
}

.character-arm path,
.character-leg path {
  fill: none;
  stroke: var(--comic-green);
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.character-arm {
  transform-origin: center center;
}

.character-leg {
  transform-origin: top center;
}

.screen-face {
  fill: var(--comic-green);
  stroke: var(--comic-green);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

[data-platform="windows"] .character-rig { animation: windows-captain 3.2s cubic-bezier(.42,0,.2,1) infinite; }
[data-platform="windows"] .arm-right { animation: windows-salute 3.2s cubic-bezier(.3,0,.2,1) infinite; }
[data-platform="windows"] .screen-face { animation: windows-screen 3.2s ease-in-out infinite; }

[data-platform="android"] .character-rig { animation: android-spring 1.75s cubic-bezier(.5,-.2,.2,1.35) infinite; }
[data-platform="android"] .arm-left { animation: android-pump-left .88s ease-in-out infinite alternate; }
[data-platform="android"] .arm-right { animation: android-pump-right .88s ease-in-out infinite alternate; }
[data-platform="android"] .screen-face { animation: android-blink 2.7s step-end infinite; }

[data-platform="mac"] .character-rig { animation: mac-think 4.2s cubic-bezier(.3,0,.3,1) infinite; }
[data-platform="mac"] .arm-right { animation: mac-point 4.2s cubic-bezier(.25,0,.2,1) infinite; }
[data-platform="mac"] .screen-face { animation: mac-read 2.1s ease-in-out infinite alternate; }

[data-platform="iphone"] .character-rig { animation: iphone-dash 1.34s cubic-bezier(.45,0,.3,1) infinite; }
[data-platform="iphone"] .leg-left { animation: iphone-step-left .67s ease-in-out infinite alternate; }
[data-platform="iphone"] .leg-right { animation: iphone-step-right .67s ease-in-out infinite alternate; }
[data-platform="iphone"] .screen-face { animation: iphone-focus 2.68s ease-in-out infinite; }

[data-platform="ipad"] .character-rig { animation: ipad-anchor 4.8s cubic-bezier(.3,0,.2,1) infinite; }
[data-platform="ipad"] .arm-right { animation: ipad-conduct 2.4s cubic-bezier(.45,0,.2,1) infinite; }
[data-platform="ipad"] .screen-face { animation: ipad-confirm 4.8s ease-in-out infinite; }

.platform-labels text {
  fill: var(--comic-ink);
  font-size: 11px;
  font-weight: 850;
  text-anchor: middle;
}

.label-windows { transform: translate(86px, 354px); }
.label-android { transform: translate(193px, 354px); }
.label-mac { transform: translate(300px, 354px); }
.label-iphone { transform: translate(409px, 354px); }
.label-ipad { transform: translate(520px, 354px); }

.node-pod circle {
  fill: #faf6ed;
  stroke: var(--comic-ink);
  stroke-width: 3;
}

.node-pod text {
  fill: var(--comic-ink);
  font-size: 13px;
  font-weight: 950;
  text-anchor: middle;
}

.node-pod text + text {
  fill: var(--comic-green);
  font-size: 11px;
}

.node-hk .node-pod-motion {
  animation: node-winner 3.8s cubic-bezier(.25,0,.25,1) infinite;
}

.node-sg .node-pod-motion { animation: node-test 3.8s .18s ease-in-out infinite; }
.node-jp .node-pod-motion { animation: node-test 3.8s .36s ease-in-out infinite; }

.winner-tick {
  fill: none;
  stroke: var(--comic-green);
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.probe-sweep {
  fill: rgba(8,117,95,.18);
  animation: probe-sweep 3.8s cubic-bezier(.65,0,.25,1) infinite;
}

.probe-token {
  animation: probe-token 3.8s cubic-bezier(.25,0,.2,1) infinite;
}

.relay-spark {
  animation: relay-handoff 6.4s cubic-bezier(.55,0,.25,1) infinite both;
}

.connection-stars {
  fill: var(--comic-mint);
  stroke: var(--comic-ink);
  stroke-width: 2;
  animation: star-wave 6.4s ease-in-out infinite;
}

.status-light {
  fill: #27c85a;
  stroke: var(--comic-ink);
  stroke-width: 2;
  animation: status-pop 1.6s cubic-bezier(.3,0,.2,1) infinite alternate;
}

.cast-roll {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 72px;
  border-top: 3px solid var(--comic-ink);
  border-bottom: 3px solid var(--comic-ink);
}

.cast-roll > span {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px;
  border-right: 1px solid rgba(32,37,43,.45);
  font-size: 17px;
  font-weight: 950;
}

.cast-roll > span:last-child {
  border-right: 0;
}

.cast-roll small {
  margin-top: 4px;
  color: #5a5752;
  font-size: 12px;
  font-weight: 650;
}

@keyframes signal-dash {
  to { stroke-dashoffset: -50; }
}

@keyframes link-handoff {
  0%, 7% { transform: translate(0,0) rotate(-8deg) scale(.92); }
  15% { transform: translate(50px,64px) rotate(8deg) scale(1.08); }
  28% { transform: translate(143px,50px) rotate(-5deg); }
  43% { transform: translate(248px,68px) rotate(7deg); }
  58% { transform: translate(355px,47px) rotate(-6deg); }
  73%, 82% { transform: translate(464px,54px) rotate(0) scale(1.12); opacity: 1; }
  91% { transform: translate(464px,54px) scale(.78); opacity: 0; }
  92% { transform: translate(0,0) scale(.78); opacity: 0; }
  100% { transform: translate(0,0) rotate(-8deg) scale(.92); opacity: 1; }
}

@keyframes windows-captain {
  0%, 18%, 100% { transform: translateY(0) scale(1); }
  22% { transform: translateY(3px) scale(1.04,.93); }
  30% { transform: translateY(-13px) rotate(-2deg) scale(.98,1.05); }
  36% { transform: translateY(2px) rotate(1deg) scale(1.02,.97); }
  43%, 86% { transform: none; }
}

@keyframes windows-salute {
  0%, 20%, 55%, 100% { transform: rotate(0); }
  27% { transform: rotate(-48deg); }
  34% { transform: rotate(-34deg); }
  42% { transform: rotate(-43deg); }
}

@keyframes windows-screen {
  0%, 24%, 100% { opacity: 1; transform: scaleY(1); }
  28% { opacity: .35; transform: scaleY(.15); }
  31%, 78% { opacity: 1; transform: scaleY(1); }
}

@keyframes android-spring {
  0%, 14%, 100% { transform: translateY(0) rotate(0) scale(1); }
  19% { transform: translateY(5px) scale(1.08,.89); }
  31% { transform: translateY(-17px) rotate(5deg) scale(.94,1.07); }
  41% { transform: translateY(2px) rotate(-3deg) scale(1.03,.97); }
  49%, 78% { transform: none; }
}

@keyframes android-pump-left { to { transform: rotate(26deg) translateY(-3px); } }
@keyframes android-pump-right { to { transform: rotate(-31deg) translateY(2px); } }
@keyframes android-blink { 0%, 42%, 48%, 100% { opacity: 1; } 44%, 46% { opacity: .15; } }

@keyframes mac-think {
  0%, 25%, 100% { transform: rotate(0) translateY(0); }
  31% { transform: rotate(-5deg) translateY(3px) scale(1.02,.97); }
  43% { transform: rotate(4deg) translateY(-7px); }
  51% { transform: rotate(-1deg) translateY(1px); }
  58%, 84% { transform: none; }
}

@keyframes mac-point {
  0%, 27%, 61%, 100% { transform: rotate(0); }
  35% { transform: rotate(-38deg); }
  44% { transform: rotate(-27deg); }
  52% { transform: rotate(-34deg); }
}

@keyframes mac-read { to { transform: translateX(3px); opacity: .65; } }

@keyframes iphone-dash {
  0%, 10%, 100% { transform: translate(0,0) rotate(0) scale(1); }
  18% { transform: translate(-4px,3px) rotate(-7deg) scale(1.05,.92); }
  32% { transform: translate(8px,-12px) rotate(8deg) scale(.94,1.07); }
  43% { transform: translate(-2px,1px) rotate(-3deg); }
  50%, 74% { transform: none; }
}

@keyframes iphone-step-left { to { transform: rotate(31deg) translateY(-2px); } }
@keyframes iphone-step-right { to { transform: rotate(-34deg) translateY(2px); } }
@keyframes iphone-focus { 0%, 34%, 100% { transform: scale(1); } 38% { transform: scaleY(.1); } 43% { transform: scale(1.12); } 48% { transform: scale(1); } }

@keyframes ipad-anchor {
  0%, 28%, 100% { transform: translateY(0) rotate(0); }
  34% { transform: translateY(4px) rotate(3deg) scale(1.03,.95); }
  44% { transform: translateY(-8px) rotate(-2deg) scale(.98,1.04); }
  53% { transform: translateY(1px) rotate(1deg); }
  61%, 88% { transform: none; }
}

@keyframes ipad-conduct {
  0%, 25%, 75%, 100% { transform: rotate(0); }
  34% { transform: rotate(-44deg); }
  45% { transform: rotate(-24deg); }
  57% { transform: rotate(-38deg); }
}

@keyframes ipad-confirm { 0%, 38%, 100% { transform: scale(1); } 44% { transform: scale(1.18); } 50% { transform: scale(.96); } 57% { transform: scale(1); } }

@keyframes node-test {
  0%, 14%, 100% { transform: translateY(0) scale(1); }
  22% { transform: translateY(-9px) scale(1.06); }
  31% { transform: translateY(2px) scale(.98); }
  40%, 82% { transform: none; }
}

@keyframes node-winner {
  0%, 42%, 100% { transform: scale(1); }
  50% { transform: scale(.93); }
  61% { transform: translateY(-8px) scale(1.15); }
  70% { transform: translateY(1px) scale(.98); }
  77%, 88% { transform: scale(1.08); }
}

@keyframes probe-sweep {
  0%, 9% { transform: translateX(0); opacity: 0; }
  14% { opacity: 1; }
  69% { transform: translateX(454px); opacity: .7; }
  77%, 100% { transform: translateX(454px); opacity: 0; }
}

@keyframes probe-token {
  0%, 42% { transform: translate(0,0) scale(.82); opacity: .5; }
  54% { transform: translate(0,-16px) scale(1.14); opacity: 1; }
  65% { transform: translate(0,2px) scale(.98); }
  74%, 100% { transform: none; opacity: 1; }
}

@keyframes relay-handoff {
  0%, 7% { transform: translate(0,0) rotate(-8deg) scale(.9); }
  17% { transform: translate(114px,5px) rotate(11deg) scale(1.08); }
  32% { transform: translate(234px,-13px) rotate(-7deg); }
  48% { transform: translate(350px,3px) rotate(9deg); }
  64%, 78% { transform: translate(482px,-25px) rotate(0) scale(1.14); opacity: 1; }
  88% { transform: translate(482px,-25px) scale(.76); opacity: 0; }
  89% { transform: translate(0,0) scale(.76); opacity: 0; }
  100% { transform: translate(0,0) rotate(-8deg) scale(.9); opacity: 1; }
}

@keyframes star-wave {
  0%, 8%, 100% { opacity: .25; transform: scale(.75); }
  22%, 36% { opacity: 1; transform: scale(1.2); }
  48%, 76% { opacity: .7; transform: scale(1); }
}

@keyframes status-pop {
  0% { transform: scale(.72); opacity: .65; }
  70% { transform: scale(1.2); opacity: 1; }
  100% { transform: scale(1); opacity: 1; }
}

.platform-section {
  padding: 138px max(32px, calc((100vw - 1180px) / 2)) 0;
  background: var(--white);
}

.platform-section > header {
  max-width: 900px;
}

.platform-display {
  position: relative;
  height: 560px;
  margin-top: 96px;
  border-bottom: 2px solid #252a2e;
}

.platform-display > div {
  position: absolute;
  display: grid;
  place-items: center;
  border: 7px solid #252a2e;
  background: #f8f7f5;
  color: var(--accent);
  font-size: clamp(18px, 3vw, 42px);
  font-weight: 900;
  letter-spacing: .12em;
}

.outline-monitor {
  left: 0;
  bottom: 42px;
  width: 440px;
  height: 280px;
}

.outline-monitor::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -72px;
  width: 12px;
  height: 66px;
  background: #252a2e;
}

.outline-monitor::after {
  content: "";
  position: absolute;
  left: 29%;
  bottom: -79px;
  width: 42%;
  height: 10px;
  background: #252a2e;
}

.outline-laptop {
  left: 360px;
  bottom: 4px;
  width: 400px;
  height: 250px;
  transform: rotate(-2deg);
}

.outline-laptop::after {
  content: "";
  position: absolute;
  left: -35px;
  right: -35px;
  bottom: -18px;
  height: 12px;
  background: #252a2e;
}

.outline-tablet {
  right: 190px;
  bottom: 6px;
  width: 220px;
  height: 320px;
  border-radius: 18px;
  transform: rotate(3deg);
}

.outline-phone {
  right: 20px;
  bottom: 4px;
  width: 145px;
  height: 270px;
  border-radius: 25px;
  transform: rotate(-2deg);
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 108px;
  border-top: 2px solid var(--ink);
}

.platform-grid article {
  min-height: 260px;
  padding: 30px 24px 36px;
  border-right: 1px solid var(--line);
}

.platform-grid article:first-child {
  padding-left: 0;
}

.platform-grid article:last-child {
  border-right: 0;
}

.platform-grid article > span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
}

.platform-grid h3 {
  margin: 42px 0 0;
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -.04em;
}

.platform-grid p {
  min-height: 52px;
  margin: 12px 0 24px;
  color: var(--muted);
  font-size: 14px;
}

.platform-grid strong {
  color: var(--accent);
  font-size: 13px;
}

.platform-grid strong.testing {
  color: #7c6540;
}

.spec-section {
  padding: 138px max(32px, calc((100vw - 1180px) / 2)) 150px;
  background: #17191b;
  color: var(--white);
}

.spec-section .eyebrow {
  color: var(--accent-bright);
}

.spec-list {
  margin: 90px 0 0;
  border-top: 2px solid #697077;
}

.spec-list div {
  display: grid;
  grid-template-columns: minmax(220px, .38fr) 1fr;
  gap: 44px;
  padding: 25px 0;
  border-bottom: 1px solid #454a4e;
}

.spec-list dt {
  color: #9ca2a6;
}

.spec-list dd {
  margin: 0;
  font-weight: 720;
}

.closing {
  min-height: 530px;
  padding: 96px max(32px, calc((100vw - 1180px) / 2));
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 58px;
  align-items: center;
  background: var(--accent);
  color: var(--white);
}

.closing > img {
  width: 92px;
  height: 92px;
}

.closing .eyebrow {
  color: var(--white);
  opacity: .78;
}

.closing p:not(.eyebrow) {
  max-width: 590px;
  margin: 24px 0 28px;
  color: #d9fff3;
}

.closing a {
  width: max-content;
  background: var(--white);
  color: var(--ink);
  border-color: var(--white);
}

.site-footer {
  padding: 42px max(32px, calc((100vw - 1180px) / 2));
  background: var(--coal);
  color: #aeb5ba;
  font-size: 12px;
}

.site-footer > div {
  display: flex;
  gap: 32px;
  padding-bottom: 18px;
  border-bottom: 1px solid #3d454b;
}

.site-footer nav {
  display: flex;
  gap: 24px;
  margin-left: auto;
}

.site-footer p {
  margin: 16px 0 0;
}

.site-footer a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.motion-ready [data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 650ms cubic-bezier(.22,1,.36,1), transform 650ms cubic-bezier(.22,1,.36,1);
}

.motion-ready [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

.motion-ready .journey-act:nth-child(2) {
  transition-delay: 80ms;
}

.motion-ready .journey-act:nth-child(3) {
  transition-delay: 160ms;
}

.comic-section .comic-motion {
  animation-play-state: paused;
}

.machine-hero.motion-active .hero-media,
.motion-frame.motion-active .comic-motion {
  animation-play-state: running;
}

.motion-paused .hero-media,
.motion-paused .comic-section .comic-motion {
  animation-play-state: paused !important;
}

@media (max-width: 1040px) {
  :root {
    --content: min(100% - 48px, 920px);
  }

  .hero-screen {
    width: 50vw;
  }

  .device-story {
    grid-template-columns: 1fr;
    gap: 74px;
  }

  .device-lineup {
    justify-self: center;
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .device-journey::before {
    display: none;
  }

  .journey-act,
  .journey-act:nth-child(even) {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .journey-act:nth-child(even) .act-copy,
  .journey-act:nth-child(even) .motion-frame {
    grid-column: auto;
    grid-row: auto;
  }

  .journey-act .act-copy {
    max-width: 690px;
  }

  .motion-frame {
    width: min(100%, 760px);
    justify-self: center;
  }

  .platform-display {
    width: 100%;
    transform: none;
    margin-top: 20px;
  }

  .platform-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .platform-grid article:nth-child(2) {
    border-right: 0;
  }

  .platform-grid article:nth-child(n+3) {
    border-top: 1px solid var(--line);
  }

  .platform-grid article:nth-child(3) {
    padding-left: 0;
  }
}

@media (max-width: 840px) {
  :root {
    --content: calc(100vw - 36px);
  }

  html {
    scroll-padding-top: 0;
  }

  .global-header {
    height: 58px;
  }

  .global-nav {
    grid-template-columns: 1fr auto;
    gap: 14px;
  }

  .brand {
    font-size: 17px;
  }

  .brand img {
    width: 30px;
    height: 30px;
  }

  .global-links {
    display: none;
  }

  .header-action {
    min-height: 44px;
    padding: 0 13px;
    font-size: 12px;
  }

  .product-rail {
    position: relative;
    height: 46px;
    overflow-x: auto;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
  }

  .product-rail::-webkit-scrollbar {
    display: none;
  }

  .product-rail > div {
    width: max-content;
    min-width: 100%;
    padding: 0 18px;
    gap: 4px;
  }

  .product-rail strong {
    margin-right: 6px;
  }

  .product-rail a {
    min-width: 44px;
    padding-inline: 10px;
    justify-content: center;
    font-size: 12px;
  }

  .mobile-only {
    display: initial;
  }

  .machine-hero {
    min-height: clamp(650px, 86svh, 790px);
  }

  .hero-media {
    inset: 0;
    background-image: url("/assets/tohi-machine-hero-mobile-v3.webp");
    background-position: center top;
    transform-origin: center;
  }

  .machine-hero::after {
    background: linear-gradient(180deg, rgba(0,0,0,.04) 0%, rgba(0,0,0,.1) 35%, rgba(0,0,0,.9) 90%);
  }

  .hero-screen {
    display: none;
  }

  .hero-copy {
    left: 18px;
    right: 18px;
    bottom: 50px;
    width: auto;
  }

  .section-tag,
  .eyebrow {
    margin-bottom: 13px;
    font-size: 11px;
  }

  .hero-copy h1 {
    font-size: clamp(55px, 17vw, 74px);
    line-height: .9;
  }

  .hero-copy > p:last-child {
    max-width: 22em;
    margin-top: 20px;
    font-size: 17px;
  }

  .action-bar {
    min-height: 0;
    padding: 24px 18px;
    display: block;
  }

  .action-bar p {
    font-size: 14px;
    line-height: 1.45;
  }

  .action-bar > div {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .action-bar a {
    width: 100%;
    min-height: 48px;
  }

  .device-story,
  .feature-section,
  .native-story,
  .comic-section,
  .platform-section,
  .spec-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .device-story {
    min-height: 0;
    padding-top: 84px;
    padding-bottom: 72px;
    gap: 52px;
  }

  .story-copy h2,
  .feature-section h2,
  .native-story h2,
  .comic-section h2,
  .platform-section h2,
  .spec-section h2,
  .closing h2 {
    font-size: clamp(38px, 10.5vw, 46px);
    line-height: .99;
  }

  .story-copy > p:last-child {
    margin-top: 22px;
    font-size: 17px;
    line-height: 1.65;
  }

  .device-lineup {
    width: 100%;
    height: 480px;
  }

  .lineup-mac {
    left: -3%;
    width: 106%;
  }

  .lineup-window {
    height: 280px;
    padding: 22px;
    border-width: 9px;
    border-bottom-width: 14px;
  }

  .mac-foot {
    width: 108%;
    height: 12px;
    margin-left: -4%;
  }

  .window-kicker {
    margin-bottom: 18px;
  }

  .window-status {
    padding-bottom: 17px;
  }

  .window-status > i {
    width: 34px;
    height: 34px;
  }

  .window-status b,
  .window-node b {
    font-size: 14px;
  }

  .window-status em {
    display: none;
  }

  .window-node {
    padding-top: 17px;
  }

  .lineup-tablet {
    right: -4%;
    bottom: 0;
    width: 63%;
    height: 300px;
    padding: 25px 16px;
    border-width: 8px;
    border-radius: 16px;
  }

  .lineup-tablet > div {
    padding-bottom: 14px;
  }

  .lineup-tablet > div b {
    font-size: 16px;
  }

  .lineup-tablet li {
    min-height: 44px;
    font-size: 11px;
  }

  .lineup-phone {
    right: 45%;
    bottom: -4px;
    width: 119px;
    height: 244px;
    padding: 40px 14px 18px;
    border-width: 6px;
    border-radius: 24px;
  }

  .phone-speaker {
    top: 11px;
    width: 30px;
    height: 6px;
  }

  .lineup-phone b {
    font-size: 14px;
  }

  .lineup-phone strong {
    margin-top: 22px;
    font-size: 29px;
  }

  .lineup-phone span {
    margin-top: 22px;
    padding-top: 10px;
    font-size: 9px;
  }

  .lifestyle-break {
    min-height: 0;
    aspect-ratio: auto;
    padding: 0 18px 76px;
  }

  .lifestyle-photo {
    position: relative;
    inset: auto;
    width: 100vw;
    max-width: none;
    height: 310px;
    margin-left: -18px;
    object-position: 60% center;
  }

  .lifestyle-ui {
    position: relative;
    inset: auto;
    display: inline-block;
    margin: 22px 0 0;
    clip-path: none;
    transform: none;
    vertical-align: top;
    border: 1px solid #c6c8c8;
    border-radius: 18px;
    box-shadow: 0 18px 36px rgba(32,37,43,.15);
  }

  .lifestyle-ui-mac {
    width: 64%;
    height: auto;
    aspect-ratio: 1840 / 1304;
    margin-right: 2%;
  }

  .lifestyle-ui-iphone {
    width: 32%;
    height: auto;
    aspect-ratio: 1206 / 2622;
  }

  .lifestyle-ui-mac img,
  .lifestyle-ui-iphone img {
    transform: none;
    object-fit: cover;
  }

  .lifestyle-caption {
    position: relative;
    inset: auto;
    width: 100%;
    margin-top: 26px;
  }

  .lifestyle-caption p {
    padding: 15px 16px;
    font-size: 27px;
  }

  .feature-section {
    padding-top: 86px;
    padding-bottom: 90px;
  }

  .feature-section > header {
    margin-bottom: 62px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .feature-grid article {
    display: grid;
    grid-template-columns: 88px 1fr;
    column-gap: 22px;
    padding: 30px 0;
    border-top-width: 2px;
  }

  .feature-grid svg {
    grid-row: 1 / 3;
    width: 80px;
    height: 80px;
    margin: 0;
  }

  .feature-grid h3 {
    align-self: end;
    font-size: 22px;
  }

  .feature-grid p {
    margin-top: 6px;
    font-size: 15px;
    line-height: 1.52;
  }

  .native-story {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .native-panels {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 58px;
  }

  .node-panel,
  .account-panel {
    min-height: 0;
  }

  .node-panel {
    padding: 20px;
  }

  .panel-heading {
    padding-bottom: 17px;
  }

  .node-panel li {
    min-height: 72px;
    grid-template-columns: 40px 1fr auto;
    gap: 11px;
  }

  .node-panel li > i {
    width: 38px;
    height: 26px;
  }

  .node-panel li.selected {
    margin: 0 -20px;
    padding: 0 20px;
  }

  .account-panel {
    min-height: 410px;
    padding: 36px 28px;
  }

  .account-panel h3 {
    font-size: 28px;
  }

  .account-panel > strong {
    margin-top: 34px;
    font-size: 76px;
  }

  .comic-section {
    padding-top: 86px;
    padding-bottom: 72px;
  }

  .comic-section > header {
    margin-bottom: 54px;
  }

  .journey-intro {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.65;
  }

  .device-journey {
    border-top-width: 3px;
  }

  .journey-act,
  .journey-act:nth-child(even) {
    gap: 28px;
    padding: 44px 0 48px;
  }

  .act-phase {
    margin-top: 22px;
    font-size: 11px;
  }

  .act-copy h3 {
    font-size: clamp(31px, 8.6vw, 44px);
  }

  .act-copy > p:not(.act-phase) {
    margin-top: 17px;
    font-size: 15px;
    line-height: 1.6;
  }

  .act-copy > strong {
    margin-top: 22px;
    font-size: 12px;
  }

  .motion-frame {
    width: 100%;
    border-width: 2px;
    border-radius: 42% 58% 45% 55% / 5% 6% 5% 6%;
    box-shadow: 7px 9px 0 rgba(32,37,43,.09);
  }

  .motion-stage {
    aspect-ratio: 600 / 440;
  }

  .platform-character .character-rig {
    scale: 1.07;
  }

  .cast-roll {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 52px;
  }

  .cast-roll > span {
    min-height: 90px;
    border-bottom: 1px solid rgba(32,37,43,.45);
  }

  .cast-roll > span:nth-child(even) {
    border-right: 0;
  }

  .cast-roll > span:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }

  .platform-section {
    padding-top: 88px;
  }

  .platform-display {
    width: 100%;
    height: 380px;
    margin-top: 38px;
    transform: none;
  }

  .platform-display > div {
    border-width: 5px;
  }

  .outline-monitor {
    left: 0;
    bottom: 112px;
    width: 72%;
    height: 155px;
  }

  .outline-monitor::before {
    bottom: -48px;
    height: 43px;
    width: 8px;
  }

  .outline-monitor::after {
    bottom: -54px;
    height: 7px;
  }

  .outline-laptop {
    left: 3%;
    bottom: 20px;
    width: 74%;
    height: 142px;
  }

  .outline-laptop::after {
    left: -18px;
    right: -18px;
    bottom: -12px;
    height: 8px;
  }

  .outline-tablet {
    right: 2%;
    bottom: 98px;
    width: 34%;
    height: 170px;
    border-radius: 12px;
  }

  .outline-phone {
    right: 0;
    bottom: 20px;
    width: 24%;
    height: 148px;
    border-radius: 16px;
  }

  .platform-grid {
    grid-template-columns: 1fr;
    margin-top: 62px;
  }

  .platform-grid article,
  .platform-grid article:first-child,
  .platform-grid article:nth-child(3) {
    min-height: 0;
    padding: 26px 0;
    display: grid;
    grid-template-columns: 32px 1fr auto;
    column-gap: 12px;
    border-right: 0;
    border-top: 1px solid var(--line);
  }

  .platform-grid article:first-child {
    border-top: 2px solid var(--ink);
  }

  .platform-grid article > span {
    grid-row: 1 / 3;
  }

  .platform-grid h3 {
    margin: 0;
    font-size: 24px;
  }

  .platform-grid p {
    min-height: 0;
    margin: 5px 0 0;
    font-size: 13px;
  }

  .platform-grid strong {
    grid-column: 3;
    grid-row: 1 / 3;
    align-self: center;
  }

  .spec-section {
    padding-top: 88px;
    padding-bottom: 90px;
  }

  .spec-list {
    margin-top: 56px;
  }

  .spec-list div {
    display: block;
    padding: 20px 0;
  }

  .spec-list dt {
    margin-bottom: 7px;
    font-size: 13px;
  }

  .spec-list dd {
    font-size: 16px;
  }

  .closing {
    min-height: 520px;
    padding: 78px 18px;
    grid-template-columns: 1fr;
    gap: 32px;
    align-content: center;
  }

  .closing > img {
    width: 74px;
    height: 74px;
  }

  .closing p:not(.eyebrow) {
    font-size: 15px;
  }

  .closing a {
    width: 100%;
    min-height: 50px;
  }

  .site-footer {
    padding: 34px 18px;
  }

  .site-footer > div {
    display: block;
  }

  .site-footer nav {
    margin: 18px 0 0;
    flex-wrap: wrap;
    gap: 12px 20px;
  }
}

@media (max-width: 480px) {
  .lifestyle-ui-mac,
  .lifestyle-ui-iphone {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .lifestyle-ui-mac {
    width: 100%;
  }

  .lifestyle-ui-iphone {
    width: 58%;
  }

  .motion-stage {
    aspect-ratio: 600 / 420;
  }

  .cast-roll {
    grid-template-columns: 1fr;
  }

  .cast-roll > span,
  .cast-roll > span:nth-child(even),
  .cast-roll > span:last-child {
    grid-column: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(32,37,43,.45);
  }

  .cast-roll > span:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 370px) {
  .header-action {
    padding: 0 10px;
  }

  .hero-copy h1 {
    font-size: 53px;
  }

  .feature-grid article {
    grid-template-columns: 72px 1fr;
    column-gap: 16px;
  }

  .feature-grid svg {
    width: 67px;
    height: 67px;
  }

  .node-panel li span small {
    display: none;
  }

  .act-copy h3 {
    font-size: 30px;
  }

  .act-copy > strong {
    align-items: flex-start;
    border-radius: 18px;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }

  .journey-token,
  .probe-sweep,
  .connection-stars,
  .status-light,
  .screen-face {
    opacity: 1 !important;
  }

  .motion-ready [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
