/* BIOS homepage — focused product story inspired by the clarity of Apple.com. */

body.home-apple {
  --home-ink: #101114;
  --home-muted: #6e6e73;
  --home-soft: #f5f5f7;
  --home-paper: #fff;
  --home-blue: #0071e3;
  --home-blue-hover: #0077ed;
  --home-line: rgba(16, 17, 20, .11);
  color: var(--home-ink);
  background: var(--home-paper);
}

html {
  scroll-behavior: auto;
}

body.home-apple main { overflow: clip; }

/* Shared BIOS Media campaign banner, matching the Blog page. */
body.home-apple .media-banner {
  position: relative;
  height: 108px;
  color: var(--home-ink);
  background: #f2f7fc;
  overflow: hidden;
}

body.home-apple .media-banner-track { position: relative; height: 100%; }

body.home-apple .media-banner-slide {
  position: absolute;
  inset: 0;
  color: inherit;
  opacity: 0;
  pointer-events: none;
  transition: opacity .55s ease;
}

body.home-apple .media-banner-slide.is-active { z-index: 1; opacity: 1; pointer-events: auto; }

body.home-apple .media-banner-slide::before {
  display: none;
}

body.home-apple .media-banner-slide::after {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: currentColor;
  content: "";
  opacity: .45;
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: left center;
}

body.home-apple .media-banner-slide.is-active::after { animation: media-banner-progress 5.2s linear forwards; }
body.home-apple .media-banner.is-paused .media-banner-slide.is-active::after { animation-play-state: paused; }

body.home-apple .media-banner-slide--science {
  background:
    radial-gradient(circle at 20% -90%, rgba(62, 157, 255, .18), transparent 42%),
    linear-gradient(100deg, #f7fbff 0%, #edf6ff 58%, #f1efff 100%);
}

body.home-apple .media-banner-slide--science::before { content: "01"; }

body.home-apple .media-banner-slide--doctor {
  background:
    radial-gradient(circle at 18% -80%, rgba(111, 90, 255, .16), transparent 44%),
    linear-gradient(100deg, #f8faff 0%, #f1f4ff 54%, #edf7ff 100%);
}

body.home-apple .media-banner-slide--doctor::before { content: "02"; }

body.home-apple .media-banner-slide--research {
  background:
    radial-gradient(circle at 18% -85%, rgba(0, 158, 255, .16), transparent 44%),
    linear-gradient(100deg, #f7fcff 0%, #eef8ff 54%, #eef2ff 100%);
}

body.home-apple .media-banner-slide--research::before { content: "03"; }

body.home-apple .media-banner-inner {
  display: grid;
  height: 100%;
  grid-template-columns: 82px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
}

body.home-apple .media-banner-visual {
  display: block;
  width: 82px;
  height: 82px;
  border: 1px solid rgba(0, 113, 227, .08);
  border-radius: 23px;
  background: #eaf4ff;
  box-shadow: 0 10px 28px rgba(35, 60, 96, .08);
  overflow: hidden;
}

body.home-apple .media-banner-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
}

body.home-apple .media-banner-message { display: grid; min-width: 0; gap: 5px; }
body.home-apple .media-banner-message strong { font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Arial, sans-serif; font-size: clamp(19px, 1.7vw, 24px); font-weight: 600; letter-spacing: -.035em; line-height: 1.05; white-space: nowrap; }
body.home-apple .media-banner-message small { color: #6e6e73; font-size: 13px; line-height: 1.35; white-space: nowrap; }
body.home-apple .media-banner-slide--research .media-banner-message small { color: #6e6e73; }
body.home-apple .media-banner-action { display: inline-flex; min-height: 38px; padding: 0 16px; border: 1px solid transparent; border-radius: 999px; align-items: center; gap: 9px; font-size: 12px; font-weight: 700; white-space: nowrap; transition: transform .2s ease, background-color .2s ease; }
body.home-apple .media-banner-action i { font-style: normal; transition: transform .2s ease; }
body.home-apple .media-banner-slide:hover .media-banner-action { transform: translateY(-1px); }
body.home-apple .media-banner-slide:hover .media-banner-action i { transform: translateX(3px); }
body.home-apple .media-banner-slide--science .media-banner-action,
body.home-apple .media-banner-slide--doctor .media-banner-action,
body.home-apple .media-banner-slide--research .media-banner-action { color: #fff; background: var(--home-blue); }
body.home-apple .media-banner-toggle { position: absolute; z-index: 4; top: 9px; right: max(14px, calc((100vw - 1180px) / 2)); display: grid; width: 24px; height: 24px; padding: 0; border: 0; color: rgba(255, 255, 255, .7); background: transparent; cursor: pointer; font-size: 10px; line-height: 1; place-items: center; }
body.home-apple .media-banner .media-banner-toggle,
body.home-apple .media-banner.is-light-slide .media-banner-toggle { color: rgba(16, 17, 20, .48); }
body.home-apple .media-banner-toggle:hover { color: currentColor; opacity: 1; }

@keyframes media-banner-progress { to { transform: scaleX(1); } }

body.home-apple .site-header {
  position: relative;
  border-bottom: 1px solid rgba(17, 17, 20, .055);
  background: rgba(255, 255, 255, .76);
  -webkit-backdrop-filter: saturate(180%) blur(22px);
  backdrop-filter: saturate(180%) blur(22px);
}

body.home-apple .site-header.is-scrolled {
  border-bottom-color: rgba(17, 17, 20, .08);
  box-shadow: 0 8px 28px rgba(20, 32, 56, .05);
}

body.home-apple .home-kicker {
  margin: 0 0 20px;
  color: #3a3a3f;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: -.01em;
}

body.home-apple .home-centered-head {
  max-width: 980px;
  margin: 0 auto clamp(48px, 6vw, 76px);
  text-align: center;
}

body.home-apple .home-centered-head h2,
body.home-apple .home-how h2,
body.home-apple .home-research h2,
body.home-apple .home-final h2 {
  margin: 0;
  font-size: clamp(44px, 4.4vw, 64px);
  font-weight: 600;
  letter-spacing: -.043em;
  line-height: 1;
}

body.home-apple .home-centered-head h2 span { color: inherit; }

body.home-apple .home-centered-head > p:last-child {
  max-width: 760px;
  margin: 26px auto 0;
  color: var(--home-muted);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.5;
}

body.home-apple .home-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

body.home-apple .home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 23px;
  border: 1px solid var(--home-blue);
  border-radius: 999px;
  color: var(--home-blue);
  background: transparent;
  font-size: 16px;
  font-weight: 560;
  letter-spacing: -.015em;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}

body.home-apple .home-button:hover {
  color: #fff;
  border-color: var(--home-blue-hover);
  background: var(--home-blue-hover);
}

body.home-apple .home-button.is-primary {
  color: #fff;
  background: var(--home-blue);
}

body.home-apple .home-button.is-primary:hover { background: var(--home-blue-hover); }

body.home-apple .home-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 26px;
  color: var(--home-blue);
  font-size: 15px;
  font-weight: 540;
}

/* Hero */
body.home-apple .home-hero {
  padding: clamp(84px, 8vw, 126px) 0 0;
  background: var(--home-paper);
}

body.home-apple .home-hero-inner {
  position: relative;
  text-align: center;
}

body.home-apple .home-hero-copy {
  position: relative;
  z-index: 3;
  max-width: 1120px;
  margin: 0 auto;
}

body.home-apple .home-hero h1 {
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(56px, 5.7vw, 80px);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: .95;
}

body.home-apple .home-hero h1 span { color: inherit; }

body.home-apple .home-hero-lead {
  max-width: 820px;
  margin: 30px auto 0;
  color: var(--home-muted);
  font-size: clamp(18px, 1.45vw, 21px);
  line-height: 1.5;
}

body.home-apple .home-hero-lead strong {
  color: #3a3a3f;
  font-weight: 600;
}

body.home-apple .home-hero .home-actions { margin-top: 34px; }

body.home-apple .home-hero-boundary {
  position: relative;
  z-index: 4;
  max-width: 760px;
  margin: 36px auto 0;
  padding: 0 20px 76px;
  color: #86868b;
  font-size: 13px;
  line-height: 1.45;
}

body.home-apple .home-user-proof {
  position: absolute;
  z-index: 5;
  top: 69%;
  right: 0;
  width: 220px;
  transform: translateY(-50%);
  text-align: left;
}

body.home-apple .home-user-proof-avatars {
  display: flex;
  align-items: center;
  padding-left: 9px;
}

body.home-apple .home-user-proof-avatars img,
body.home-apple .home-user-proof-avatars span {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  margin-left: -10px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(34, 64, 112, .12);
}

body.home-apple .home-user-proof-avatars img {
  display: block;
  object-fit: cover;
}

body.home-apple .home-user-proof-avatars span {
  display: grid;
  place-items: center;
  color: #0877ed;
  background: linear-gradient(145deg, #f3f9ff, #eeeaff);
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

body.home-apple .home-user-proof p {
  max-width: 210px;
  margin: 14px 0 0;
  color: #6e6e73;
  font-size: 14px;
  font-weight: 520;
  line-height: 1.35;
  letter-spacing: -.015em;
}

@media (max-width: 1180px) {
  body.home-apple .home-user-proof {
    position: static;
    width: max-content;
    max-width: 100%;
    margin: 30px auto 0;
    transform: none;
    text-align: center;
  }

  body.home-apple .home-user-proof-avatars { justify-content: center; }
  body.home-apple .home-user-proof p { max-width: 250px; margin-inline: auto; }
}

/* Audited data scale */
body.home-apple .home-data-scale {
  padding: clamp(58px, 5.5vw, 76px) 0 clamp(52px, 5vw, 68px);
  color: #fff;
  background:
    radial-gradient(circle at 10% 0%, rgba(29, 128, 255, .22), transparent 34%),
    radial-gradient(circle at 92% 12%, rgba(94, 69, 214, .24), transparent 36%),
    linear-gradient(125deg, #0a0e17 0%, #101b2d 52%, #132747 100%);
}

body.home-apple .home-data-scale-inner {
  padding: 0;
}

body.home-apple .home-data-scale-head { max-width: 780px; margin: 0 auto 38px; text-align: center; }
body.home-apple .home-data-scale-head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 3.8vw, 52px);
  font-weight: 600;
  letter-spacing: -.043em;
  line-height: 1;
}
body.home-apple .home-data-scale-head > p:last-child { margin: 16px 0 0; color: #77baff; font-size: clamp(16px, 1.35vw, 19px); font-weight: 560; line-height: 1.35; }

body.home-apple .home-data-scale-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: 12px; }
body.home-apple .home-data-scale-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 190px;
  padding: 25px 24px 24px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 22px;
  color: #111318;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 20px 44px rgba(0, 0, 0, .18);
  overflow: hidden;
}
body.home-apple .home-data-scale-card > span { color: #747983; font-size: 11px; font-weight: 670; letter-spacing: .01em; }
body.home-apple .home-data-scale-card > strong { display: block; margin-top: 0; font-size: clamp(39px, 3.25vw, 49px); font-variant-numeric: tabular-nums; font-weight: 620; letter-spacing: -.052em; line-height: .92; }
body.home-apple .home-data-scale-card > p {
  max-width: 230px;
  margin: auto 0 0;
  padding-top: 28px;
  color: #6d717a;
  font-size: 12px;
  line-height: 1.42;
}
body.home-apple .home-data-scale-note { margin: 18px 0 0; color: rgba(255, 255, 255, .48); font-size: 10px; line-height: 1.45; }

@media (max-width: 1020px) {
  body.home-apple .home-data-scale-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  body.home-apple .home-data-scale { padding: 50px 0 46px; }
  body.home-apple .home-data-scale-head { margin-bottom: 30px; text-align: left; }
  body.home-apple .home-data-scale-head h2 { font-size: 34px; line-height: 1.02; }
  body.home-apple .home-data-scale-head > p:last-child { margin-top: 14px; font-size: 16px; }
  body.home-apple .home-data-scale-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.home-apple .home-data-scale-card { min-height: 190px; padding: 20px 15px; border-radius: 18px; }
  body.home-apple .home-data-scale-card > span { font-size: 10px; }
  body.home-apple .home-data-scale-card > strong { font-size: 39px; }
  body.home-apple .home-data-scale-card > p { font-size: 11px; }
  body.home-apple .home-data-scale-note { margin-top: 16px; }
}

/* Definition and product window */
body.home-apple .home-definition {
  padding: clamp(100px, 10vw, 150px) 0 clamp(54px, 6vw, 84px);
  border-top: 1px solid rgba(16, 17, 20, .055);
  background: #fff;
}

body.home-apple .home-system-flow {
  background: transparent;
}

body.home-apple .home-system-step {
  --step-accent: #2997ff;
  --step-tone: #066fc9;
  --step-gradient: linear-gradient(145deg, #f2f8ff 0%, #8fcfff 48%, #3497eb 100%);
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(0, 520px);
  align-items: start;
  justify-content: space-between;
  gap: clamp(40px, 5vw, 72px);
  min-height: 0;
  padding: clamp(38px, 4vw, 60px) 0;
  color: var(--home-ink);
  isolation: isolate;
}

body.home-apple .home-system-step:first-child { padding-top: 0; }

@media (min-width: 1021px) {
  body.home-apple .home-system-step { align-items: center; }

  body.home-apple .home-system-step:nth-child(even) {
    grid-template-columns: minmax(0, 520px) minmax(0, 520px);
  }

  body.home-apple .home-system-step:nth-child(even) .home-step-visual { order: 1; }
  body.home-apple .home-system-step:nth-child(even) .home-step-copy { order: 2; }
}

body.home-apple .home-system-step.is-memory {
  --step-accent: #28d2da;
  --step-tone: #00a8b5;
  --step-gradient: linear-gradient(145deg, #e9ffff 0%, #83e6e9 46%, #27c4ce 100%);
}

body.home-apple .home-system-step.is-intelligence {
  --step-accent: #9d7bff;
  --step-tone: #7c53e6;
  --step-gradient: linear-gradient(145deg, #f8f5ff 0%, #c8b6ff 47%, #8a67f4 100%);
}

body.home-apple .home-system-step.is-dialog {
  --step-accent: #3d9dff;
  --step-tone: #126cd8;
  --step-gradient: linear-gradient(145deg, #edf8ff 0%, #8bd2ff 42%, #367fee 100%);
}

body.home-apple .home-step-copy { max-width: 520px; }

body.home-apple .home-step-copy h3 {
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(32px, 2.85vw, 42px);
  font-weight: 600;
  letter-spacing: -.042em;
  line-height: 1.04;
}

body.home-apple .home-step-copy > p {
  max-width: 500px;
  margin: 22px 0 0;
  color: var(--home-muted);
  font-size: clamp(17px, 1.4vw, 19px);
  line-height: 1.52;
}

body.home-apple .home-step-copy > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  margin-top: 28px;
  padding: 0 22px;
  border-radius: 999px;
  color: #fff;
  background: var(--home-blue);
  font-size: 15px;
  font-weight: 620;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

body.home-apple .home-step-copy > a:hover {
  color: #fff;
  background: var(--home-blue-hover);
  transform: translateY(-2px);
}

body.home-apple .home-step-visual {
  position: relative;
  width: min(100%, 520px);
  min-height: clamp(360px, 35vw, 440px);
  justify-self: start;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 28px;
  background: var(--step-gradient);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .55), 0 24px 64px rgba(35, 53, 87, .14);
  overflow: hidden;
}

body.home-apple .home-step-visual::before {
  position: absolute;
  width: 74%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, .3);
  filter: blur(70px);
  content: "";
  inset: -28% auto auto -18%;
}

body.home-apple .home-step-visual::after {
  position: absolute;
  background:
    linear-gradient(rgba(255, 255, 255, .12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .12) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .32), transparent 65%);
}

body.home-apple .home-step-pill {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  top: 50%;
  left: 50%;
  align-items: center;
  justify-content: center;
  width: min(62%, 360px);
  min-height: clamp(68px, 6.4vw, 82px);
  padding: 0 clamp(20px, 2.2vw, 30px);
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 999px;
  color: var(--step-tone);
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 18px 52px rgba(39, 76, 124, .16);
  backdrop-filter: blur(18px);
  transform: translate(-50%, -50%);
}

body.home-apple .home-step-pill strong {
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 650;
  letter-spacing: -.045em;
  line-height: 1;
  white-space: nowrap;
}

body.home-apple .home-step-caption {
  position: absolute;
  z-index: 2;
  top: calc(50% + 62px);
  right: 20px;
  left: 20px;
  color: rgba(255, 255, 255, .88);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

body.home-apple .home-labscan-visual { background: var(--step-gradient); }

body.home-apple .home-labscan-frame {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  inset: 0;
  pointer-events: none;
}

body.home-apple .home-labscan-cover {
  position: absolute;
  z-index: 4;
  background: var(--step-gradient);
  opacity: 1;
  inset: 0;
  transform: scale(1);
  transition: opacity .62s ease, transform .72s cubic-bezier(.22, 1, .36, 1), visibility 0s linear 0s;
  visibility: visible;
}

body.home-apple .home-labscan-cover::before,
body.home-apple .home-labscan-cover::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

body.home-apple .home-labscan-cover::before {
  width: 74%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, .3);
  filter: blur(70px);
  inset: -28% auto auto -18%;
}

body.home-apple .home-labscan-cover::after {
  background:
    linear-gradient(rgba(255, 255, 255, .12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .12) 1px, transparent 1px);
  background-size: 64px 64px;
  inset: 0;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .32), transparent 65%);
}

body.home-apple .home-labscan-cover .home-step-pill,
body.home-apple .home-labscan-cover .home-step-caption { z-index: 2; }

body.home-apple .home-labscan-visual.is-playing .home-labscan-cover {
  opacity: 0;
  transform: scale(1.025);
  transition-delay: 0s, 0s, .62s;
  visibility: hidden;
}

/* Pattern search */
body.home-apple .home-patterns {
  padding: clamp(104px, 10vw, 156px) 0 clamp(60px, 6vw, 86px);
  background: #fff;
}

body.home-apple .home-patterns-head {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

body.home-apple .home-patterns-head h2 {
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(44px, 4.5vw, 64px);
  font-weight: 600;
  letter-spacing: -.043em;
  line-height: 1;
}

body.home-apple .home-patterns-head h2 span {
  color: transparent;
  background: linear-gradient(105deg, #07537f 5%, #2877a9 48%, #6d9bbc 96%);
  -webkit-background-clip: text;
  background-clip: text;
}

body.home-apple .home-patterns-head > p:last-child {
  max-width: 820px;
  margin: 30px auto 0;
  color: var(--home-muted);
  font-size: clamp(18px, 1.55vw, 21px);
  font-weight: 540;
  letter-spacing: -.02em;
  line-height: 1.52;
}

body.home-apple .home-patterns-tabs {
  margin-top: clamp(52px, 6vw, 72px);
}

body.home-apple .home-patterns-tablist {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  padding: 6px;
  border: 1px solid #e1e7ee;
  border-radius: 18px;
  background: #f6f8fa;
  box-shadow: inset 0 1px 2px rgba(20, 45, 75, .025);
}

body.home-apple .home-pattern-tab {
  position: relative;
  min-width: 0;
  padding: 14px 18px;
  border: 0;
  border-radius: 12px;
  color: #6f747b;
  background: transparent;
  cursor: pointer;
  font-size: clamp(14px, 1.2vw, 17px);
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.25;
  text-align: center;
  transition: color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

body.home-apple .home-pattern-tab:hover {
  color: #313942;
  background: rgba(255, 255, 255, .72);
}

body.home-apple .home-pattern-tab[aria-selected="true"] {
  color: #0969b8;
  background: #e6f3ff;
  box-shadow: inset 0 0 0 1px rgba(0, 113, 227, .1), 0 2px 6px rgba(40, 95, 145, .08);
}

body.home-apple .home-pattern-tab:focus-visible {
  outline: 2px solid rgba(0, 113, 227, .52);
  outline-offset: 2px;
}

body.home-apple .home-patterns-panels { margin-top: 28px; }

body.home-apple .home-pattern-panel {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: stretch;
  gap: clamp(54px, 7vw, 96px);
  min-height: 430px;
  padding: clamp(44px, 5.5vw, 72px);
  border: 1px solid #e1e5ea;
  border-radius: 32px;
  background: #f5f6f8;
  box-shadow: 0 28px 80px rgba(28, 39, 55, .07), inset 0 1px 0 rgba(255, 255, 255, .8);
  overflow: hidden;
}

body.home-apple .home-pattern-panel[hidden] { display: none; }

body.home-apple .home-pattern-copy {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

body.home-apple .home-pattern-copy h3 {
  max-width: 500px;
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(31px, 2.75vw, 40px);
  font-weight: 600;
  letter-spacing: -.048em;
  line-height: 1.04;
}

body.home-apple .home-pattern-copy > p {
  max-width: 500px;
  margin: 22px 0 0;
  color: var(--home-muted);
  font-size: 16px;
  line-height: 1.52;
}

body.home-apple .home-pattern-flow {
  display: grid;
  align-content: center;
  padding-left: clamp(32px, 4vw, 54px);
}

body.home-apple .home-pattern-flow article {
  padding: 27px 0;
  border-bottom: 1px solid #d9dde3;
}

body.home-apple .home-pattern-flow article:first-child { padding-top: 0; }
body.home-apple .home-pattern-flow article:last-child { padding-bottom: 0; border-bottom: 0; }

body.home-apple .home-pattern-flow strong {
  display: block;
  margin-top: 0;
  color: var(--home-ink);
  font-size: clamp(19px, 1.65vw, 22px);
  font-weight: 620;
  letter-spacing: -.03em;
  line-height: 1.15;
}

body.home-apple .home-pattern-flow p {
  margin: 7px 0 0;
  color: var(--home-muted);
  font-size: 15px;
  line-height: 1.48;
}

/* One contour for every BIOS product */
body.home-apple .home-contour {
  padding: clamp(100px, 10vw, 150px) 0;
  background: #fff;
}

body.home-apple .home-contour-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 500px);
  align-items: end;
  gap: 50px;
  margin-bottom: clamp(48px, 5vw, 70px);
}

body.home-apple .home-contour-head h2 {
  margin: 0;
  font-size: clamp(44px, 4.7vw, 66px);
  font-weight: 600;
  letter-spacing: -.043em;
  line-height: .98;
}

body.home-apple .home-contour-head > p {
  margin: 0 0 3px;
  color: var(--home-muted);
  font-size: 18px;
  line-height: 1.5;
}

body.home-apple .home-contour-panel {
  display: grid;
  min-height: 650px;
  border: 1px solid rgba(16, 17, 20, .06);
  border-radius: 38px;
  grid-template-columns: minmax(390px, .42fr) minmax(0, .58fr);
  background: #f5f5f7;
  box-shadow: 0 22px 55px rgba(35, 48, 74, .08);
  overflow: hidden;
}

body.home-apple .home-contour-tabs {
  display: flex;
  padding: clamp(38px, 4.2vw, 60px);
  border-right: 1px solid rgba(16, 17, 20, .08);
  flex-direction: column;
  justify-content: center;
}

body.home-apple .home-contour-tab {
  width: 100%;
  padding: 24px 0;
  border: 0;
  border-bottom: 1px solid rgba(16, 17, 20, .12);
  color: var(--home-ink);
  text-align: left;
  background: transparent;
  cursor: pointer;
}

body.home-apple .home-contour-tab:last-child { border-bottom: 0; }

body.home-apple .home-contour-tab > span {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 12px;
}

body.home-apple .home-contour-tab b {
  color: #94959a;
  font-size: 12px;
  font-weight: 650;
}

body.home-apple .home-contour-tab strong {
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: 1.05;
}

body.home-apple .home-contour-tab i {
  color: #8a8b90;
  font-size: 22px;
  font-style: normal;
  text-align: right;
}

body.home-apple .home-contour-tab p {
  max-height: 0;
  margin: 0 0 0 42px;
  color: var(--home-muted);
  font-size: 16px;
  line-height: 1.5;
  opacity: 0;
  overflow: hidden;
  transition: max-height .35s ease, margin-top .35s ease, opacity .25s ease;
}

body.home-apple .home-contour-tab.is-active p {
  max-height: 130px;
  margin-top: 18px;
  opacity: 1;
}

body.home-apple .home-contour-tab.is-active strong { color: var(--home-blue); }

body.home-apple .home-contour-visual {
  position: relative;
  min-width: 0;
  min-height: 650px;
  background:
    radial-gradient(circle at 82% 9%, rgba(114, 87, 255, .22), transparent 32%),
    radial-gradient(circle at 11% 92%, rgba(0, 145, 232, .24), transparent 38%),
    linear-gradient(145deg, #e7f5ff 0%, #d8e9ff 45%, #eeeaff 100%);
  overflow: hidden;
}

body.home-apple .home-interface-screen {
  position: absolute;
  inset: 0;
  display: flex;
  padding: clamp(28px, 3.2vw, 44px);
  flex-direction: column;
  opacity: 0;
  transform: translateY(10px) scale(.992);
  transition: opacity .32s ease, transform .38s ease;
}

body.home-apple .home-interface-screen.is-active { opacity: 1; transform: none; }

body.home-apple .home-interface-window {
  flex: 1;
  min-height: 0;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .86);
  border-radius: 27px;
  background: rgba(255, 255, 255, .90);
  box-shadow: 0 28px 58px rgba(35, 66, 112, .16);
  overflow: hidden;
}

body.home-apple .home-interface-window > header {
  display: flex;
  min-height: 38px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(16, 17, 20, .08);
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

body.home-apple .home-interface-window > header span { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 650; }
body.home-apple .home-interface-window > header img { width: 22px; height: 22px; object-fit: contain; }
body.home-apple .home-interface-window > header small { color: #888a91; font-size: 11px; }

body.home-apple .home-interface-screen > footer {
  display: flex;
  margin-top: 16px;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

body.home-apple .home-interface-screen > footer span { display: none; }
body.home-apple .home-interface-screen > footer strong { color: var(--home-ink); font-size: 17px; font-weight: 600; text-align: center; }

body.home-apple .home-personal-summary { display: grid; grid-template-columns: .42fr .58fr; gap: 12px; margin-top: 18px; }
body.home-apple .home-personal-score { display: flex; min-height: 235px; padding: 24px; border-radius: 22px; align-items: center; justify-content: center; flex-direction: column; background: linear-gradient(145deg, #101114, #28365d); color: #fff; }
body.home-apple .home-personal-score > span { color: rgba(255,255,255,.65); font-size: 12px; }
body.home-apple .home-personal-score > strong { margin-top: 14px; font-size: 66px; font-weight: 600; letter-spacing: -.06em; line-height: 1; }
body.home-apple .home-personal-score > strong small { font-size: 24px; }
body.home-apple .home-personal-score > i { margin-top: 17px; padding: 7px 12px; border-radius: 999px; color: #bfe5ff; background: rgba(72,158,255,.18); font-size: 11px; font-style: normal; }
body.home-apple .home-personal-metrics { display: grid; gap: 8px; }
body.home-apple .home-personal-metrics div { display: grid; padding: 16px 18px; border-radius: 17px; grid-template-columns: 1fr auto; align-items: end; background: #f4f6fa; }
body.home-apple .home-personal-metrics span { grid-column: 1 / -1; color: #7b7d84; font-size: 11px; }
body.home-apple .home-personal-metrics strong { margin-top: 6px; font-size: 18px; }
body.home-apple .home-personal-metrics small { color: #29936a; font-size: 10px; }
body.home-apple .home-interface-insight { display: flex; margin-top: 12px; padding: 16px 18px; border: 1px solid rgba(0,113,227,.10); border-radius: 17px; align-items: center; gap: 13px; background: #eff7ff; }
body.home-apple .home-interface-insight b { display: grid; width: 34px; height: 34px; border-radius: 11px; color: #fff; background: var(--home-blue); place-items: center; }
body.home-apple .home-interface-insight span { display: grid; gap: 3px; }
body.home-apple .home-interface-insight strong { font-size: 13px; }
body.home-apple .home-interface-insight small { color: #73767e; font-size: 10px; }
body.home-apple .home-interface-window nav { display: flex; margin-top: 14px; justify-content: center; gap: 28px; color: #92949a; font-size: 11px; }
body.home-apple .home-interface-window nav .is-active { color: var(--home-blue); font-weight: 650; }

body.home-apple .home-doctor-patient { display: flex; margin-top: 18px; padding: 17px 18px; border-radius: 17px; align-items: center; justify-content: space-between; gap: 18px; background: #f4f6fa; }
body.home-apple .home-doctor-patient div { display: grid; gap: 5px; }
body.home-apple .home-doctor-patient small { color: #85878e; font-size: 10px; }
body.home-apple .home-doctor-patient strong { font-size: 17px; }
body.home-apple .home-doctor-patient > span { padding: 8px 11px; border-radius: 999px; color: #116fc9; background: #e6f3ff; font-size: 10px; font-weight: 650; }
body.home-apple .home-doctor-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 12px; margin-top: 12px; }
body.home-apple .home-doctor-layout > section { min-height: 280px; padding: 22px; border-radius: 20px; background: #fff; box-shadow: inset 0 0 0 1px rgba(16,17,20,.07); }
body.home-apple .home-doctor-layout > section > small { color: #83858c; font-size: 10px; }
body.home-apple .home-doctor-layout > section > strong { display: block; margin-top: 24px; font-size: 24px; letter-spacing: -.04em; line-height: 1.08; }
body.home-apple .home-doctor-layout > section > p { margin: 17px 0 0; color: var(--home-blue); font-size: 18px; }
body.home-apple .home-doctor-layout > section > i { display: inline-flex; margin-top: 30px; padding: 7px 10px; border-radius: 999px; color: #965a00; background: #fff1d8; font-size: 10px; font-style: normal; }
body.home-apple .home-doctor-timeline > div { display: flex; padding: 16px 0; border-bottom: 1px solid rgba(16,17,20,.07); align-items: center; gap: 11px; }
body.home-apple .home-doctor-timeline > div:last-child { border-bottom: 0; }
body.home-apple .home-doctor-timeline b { width: 8px; height: 8px; border-radius: 50%; background: var(--home-blue); }
body.home-apple .home-doctor-timeline span { display: flex; flex: 1; justify-content: space-between; gap: 10px; }
body.home-apple .home-doctor-timeline strong { font-size: 12px; }
body.home-apple .home-doctor-timeline em { color: #898b91; font-size: 10px; font-style: normal; }

body.home-apple .home-clinical-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 18px; }
body.home-apple .home-clinical-metrics div { display: grid; min-height: 112px; padding: 16px; border-radius: 18px; background: #f4f6fa; }
body.home-apple .home-clinical-metrics span { color: #7b7d84; font-size: 10px; }
body.home-apple .home-clinical-metrics strong { margin-top: 10px; font-size: 27px; letter-spacing: -.04em; }
body.home-apple .home-clinical-metrics small { margin-top: 3px; color: #8b8d93; font-size: 10px; }
body.home-apple .home-clinical-table { margin-top: 13px; border: 1px solid rgba(16,17,20,.07); border-radius: 19px; overflow: hidden; }
body.home-apple .home-clinical-table header,
body.home-apple .home-clinical-table > div { display: grid; padding: 13px 16px; grid-template-columns: 1fr 80px 90px; align-items: center; gap: 10px; }
body.home-apple .home-clinical-table header { color: #898b91; background: #f4f6fa; font-size: 10px; }
body.home-apple .home-clinical-table > div { border-top: 1px solid rgba(16,17,20,.06); font-size: 11px; }
body.home-apple .home-clinical-table > div > span { color: #666971; }
body.home-apple .home-clinical-table i { justify-self: start; padding: 6px 8px; border-radius: 999px; color: #975a00; background: #fff1d8; font-size: 9px; font-style: normal; }
body.home-apple .home-clinical-table i.is-good { color: #13714f; background: #e4f6ee; }

body.home-apple .home-research-score { display: grid; grid-template-columns: .4fr .6fr; gap: 12px; margin-top: 18px; }
body.home-apple .home-research-score > section { display: flex; min-height: 250px; padding: 22px; border-radius: 21px; align-items: center; justify-content: center; flex-direction: column; color: #fff; background: linear-gradient(145deg, #19213f, #663fd0); }
body.home-apple .home-research-score > section span { color: rgba(255,255,255,.66); font-size: 11px; }
body.home-apple .home-research-score > section strong { margin-top: 16px; font-size: 60px; letter-spacing: -.06em; line-height: 1; }
body.home-apple .home-research-score > section strong small { font-size: 20px; }
body.home-apple .home-research-score > section i { margin-top: 20px; font-size: 10px; font-style: normal; }
body.home-apple .home-research-score > div { display: flex; padding: 18px; border-radius: 21px; justify-content: center; flex-direction: column; background: #f4f6fa; }
body.home-apple .home-research-score p { display: grid; margin: 0; padding: 15px 0; grid-template-columns: 1fr 34px; align-items: center; gap: 9px; }
body.home-apple .home-research-score p + p { border-top: 1px solid rgba(16,17,20,.07); }
body.home-apple .home-research-score p span { font-size: 11px; }
body.home-apple .home-research-score p b { position: relative; width: 100%; height: 5px; border-radius: 999px; grid-column: 1 / -1; background: #dde1e8; overflow: hidden; }
body.home-apple .home-research-score p b::after { display: block; width: var(--score); height: 100%; border-radius: inherit; background: linear-gradient(90deg, #0071e3, #7955e8); content: ""; }
body.home-apple .home-research-score p strong { justify-self: end; font-size: 11px; }
body.home-apple .home-research-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 12px; }
body.home-apple .home-research-meta > span { display: grid; padding: 14px 16px; border: 1px solid rgba(16,17,20,.07); border-radius: 15px; gap: 5px; }
body.home-apple .home-research-meta small { color: #85878e; font-size: 9px; }
body.home-apple .home-research-meta strong { font-size: 12px; }

/* Product interfaces in real device frames */
body.home-apple .home-device-stage {
  display: flex;
  flex: 1;
  min-height: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

body.home-apple .home-device-caption {
  display: none;
}

body.home-apple .home-phone-mockup {
  position: relative;
  width: min(242px, 58%);
  aspect-ratio: 390 / 800;
  padding: 9px;
  border-radius: 39px;
  background: linear-gradient(145deg, #303238, #050506 62%);
  box-shadow: 0 32px 54px rgba(24, 42, 76, .28), inset 0 0 0 1px rgba(255,255,255,.28);
}

body.home-apple .home-phone-camera {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 50%;
  width: 48px;
  height: 5px;
  border-radius: 999px;
  background: #282a2e;
  transform: translateX(-50%);
}

body.home-apple .home-phone-screen {
  width: 100%;
  height: 100%;
  padding-top: 25px;
  border-radius: 31px;
  background: #fff;
  overflow: hidden;
}

body.home-apple .home-phone-screen img,
body.home-apple .home-monitor-screen img,
body.home-apple .home-laptop-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

body.home-apple .home-phone-screen img { height: auto; }

body.home-apple .home-monitor-mockup {
  position: relative;
  width: min(660px, 96%);
  padding-bottom: 62px;
}

body.home-apple .home-monitor-screen {
  position: relative;
  z-index: 2;
  aspect-ratio: 16 / 9;
  padding: 9px;
  border-radius: 16px;
  background: linear-gradient(145deg, #353941, #111317);
  box-shadow: 0 30px 56px rgba(28, 49, 86, .25), inset 0 0 0 1px rgba(255,255,255,.23);
  overflow: hidden;
}

body.home-apple .home-monitor-screen img { border-radius: 8px; }

body.home-apple .home-monitor-neck {
  position: absolute;
  bottom: 23px;
  left: 50%;
  width: 90px;
  height: 54px;
  background: linear-gradient(90deg, #9da4ad, #e5e8ec 50%, #969da6);
  transform: translateX(-50%);
}

body.home-apple .home-monitor-foot {
  position: absolute;
  bottom: 12px;
  left: 50%;
  width: 190px;
  height: 14px;
  border-radius: 50% 50% 7px 7px;
  background: linear-gradient(#dfe3e7, #8c9299);
  box-shadow: 0 8px 12px rgba(38,46,58,.16);
  transform: translateX(-50%);
}

body.home-apple .home-laptop-mockup {
  position: relative;
  width: min(680px, 98%);
  padding-bottom: 42px;
}

body.home-apple .home-laptop-screen {
  position: relative;
  z-index: 2;
  aspect-ratio: 16 / 9;
  padding: 9px;
  border-radius: 17px 17px 8px 8px;
  background: #17191d;
  box-shadow: 0 30px 56px rgba(28,49,86,.24);
  overflow: hidden;
}

body.home-apple .home-laptop-screen img { border-radius: 8px 8px 3px 3px; }

body.home-apple .home-laptop-base {
  position: absolute;
  z-index: 3;
  bottom: 22px;
  left: -5%;
  width: 110%;
  height: 20px;
  border-radius: 3px 3px 55% 55%;
  background: linear-gradient(#e5e8eb, #9aa0a7);
  box-shadow: 0 8px 10px rgba(38,46,58,.14);
}

body.home-apple .home-laptop-base i {
  display: block;
  width: 94px;
  height: 5px;
  margin: 0 auto;
  border-radius: 0 0 7px 7px;
  background: #a4a9af;
}

body.home-apple .home-report-page {
  width: min(520px, 88%);
  min-height: 468px;
  padding: 35px 40px 28px;
  color: #17191d;
  background: #fff;
  box-shadow: 0 34px 64px rgba(37,54,87,.24), 0 0 0 1px rgba(20,22,28,.05);
  transform: rotate(-1.25deg);
}

body.home-apple .home-report-page > header {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 11px;
}

body.home-apple .home-report-page > header img { width: 28px; height: 28px; object-fit: contain; }
body.home-apple .home-report-page > header div { display: grid; gap: 2px; }
body.home-apple .home-report-page > header strong { font-size: 13px; }
body.home-apple .home-report-page > header small { color: #7a7d84; font-size: 8px; }
body.home-apple .home-report-page > header > span { color: #73767d; font-size: 8px; font-weight: 700; letter-spacing: .18em; }

body.home-apple .home-report-rule { height: 1px; margin: 22px 0 28px; background: #17191d; }
body.home-apple .home-report-overline { margin: 0; color: #0071e3; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
body.home-apple .home-report-page h3 { max-width: 410px; margin: 15px 0 30px; font-size: 29px; font-weight: 590; letter-spacing: -.045em; line-height: 1.02; }
body.home-apple .home-report-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
body.home-apple .home-report-columns section { padding-top: 12px; border-top: 1px solid #cfd3d9; }
body.home-apple .home-report-columns small { color: #666a72; font-size: 8px; font-weight: 700; }
body.home-apple .home-report-columns p { margin: 10px 0 0; color: #3f434a; font-size: 9px; line-height: 1.45; }
body.home-apple .home-report-page > footer { display: flex; margin-top: 35px; padding-top: 13px; border-top: 1px solid #d9dde2; justify-content: space-between; color: #777b83; font-size: 8px; }
body.home-apple .home-report-page > footer b { color: #17191d; }

/* Integrations */
body.home-apple .home-integrations {
  padding: clamp(58px, 6vw, 88px) 0 clamp(100px, 10vw, 150px);
  color: var(--home-ink);
  background: #fff;
}

body.home-apple .home-integrations-head {
  max-width: 940px;
  margin: 0 auto clamp(52px, 6vw, 78px);
  text-align: center;
}

body.home-apple .home-integrations .home-kicker { color: #4b4c52; }

body.home-apple .home-integrations-head h2 {
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(46px, 5.2vw, 72px);
  font-weight: 600;
  letter-spacing: -.043em;
  line-height: .98;
}

body.home-apple .home-integrations-promise {
  margin: 28px 0 0;
  color: var(--home-blue);
  font-size: clamp(20px, 1.8vw, 25px);
  font-weight: 560;
  letter-spacing: -.025em;
}

body.home-apple .home-integration-groups {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

body.home-apple .home-integration-group {
  display: grid;
  min-width: 0;
  min-height: 248px;
  padding: clamp(28px, 3vw, 42px);
  border: 1px solid rgba(0, 113, 227, .09);
  border-radius: 28px;
  grid-template-columns: minmax(360px, .4fr) minmax(0, .6fr);
  align-items: center;
  gap: clamp(30px, 4vw, 60px);
  background: #f7f7f9;
}

body.home-apple .home-integration-group > header {
  display: grid;
  min-height: 0;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "title"
    "copy";
  align-content: center;
  column-gap: 0;
}

body.home-apple .home-integration-group > header > div {
  display: contents;
}

body.home-apple .home-integration-group > header span {
  grid-area: index;
  padding-top: 7px;
  color: #8a8b91;
  font-size: 12px;
  font-weight: 650;
}

body.home-apple .home-integration-group h3 {
  grid-area: title;
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(27px, 2.4vw, 35px);
  font-weight: 600;
  letter-spacing: -.043em;
  line-height: 1.04;
}

body.home-apple .home-integration-group header p {
  grid-area: copy;
  max-width: 500px;
  margin: 20px 0 0;
  color: var(--home-muted);
  font-size: 16px;
  line-height: 1.5;
}

body.home-apple .home-integration-logos {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  list-style: none;
}

body.home-apple .home-integration-logos li {
  display: grid;
  min-width: 0;
  height: 82px;
  padding: 14px;
  border: 1px solid rgba(16, 17, 20, .055);
  border-radius: 16px;
  background: #fff;
  place-items: center;
}

body.home-apple .home-integration-logos img {
  display: block;
  width: 100%;
  max-width: 76px;
  height: 40px;
  object-fit: contain;
}

body.home-apple .home-integration-logos:not(.is-mis) li:first-child img,
body.home-apple .home-integration-logos:not(.is-mis) li:nth-child(2) img,
body.home-apple .home-integration-logos:not(.is-mis) li:nth-child(4) img {
  width: 44px;
  max-width: 44px;
  height: 44px;
}

body.home-apple .home-integration-logos.is-mis img {
  width: 100%;
  max-width: 82px;
  height: 38px;
}

body.home-apple .home-integration-logos.is-mis li:first-child img {
  width: 52px;
  max-width: 52px;
  height: 40px;
}

body.home-apple .home-integration-logos.is-mis li:nth-child(4) img {
  width: 44px;
  max-width: 44px;
  height: 44px;
}

body.home-apple .home-integrations-foot {
  display: flex;
  width: 100%;
  max-width: none;
  margin: 34px auto 0;
  padding: 0 4px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

body.home-apple .home-integrations-foot p {
  max-width: 650px;
  margin: 0;
  color: #777980;
  font-size: 14px;
  line-height: 1.5;
}

body.home-apple .home-integrations-foot a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
  color: var(--home-blue);
  font-size: 15px;
  font-weight: 600;
}

/* Products */
body.home-apple .home-products {
  padding: clamp(92px, 9vw, 138px) 0;
  background: var(--home-soft);
}

body.home-apple .home-products-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  align-items: end;
  gap: 48px;
  margin-bottom: clamp(46px, 5vw, 68px);
}

body.home-apple .home-products-head h2 {
  margin: 0;
  font-size: clamp(44px, 4.4vw, 64px);
  font-weight: 600;
  letter-spacing: -.043em;
  line-height: .98;
}

body.home-apple .home-products-head > p {
  margin: 0 0 3px;
  color: var(--home-muted);
  font-size: 18px;
  line-height: 1.5;
}

body.home-apple .home-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

body.home-apple .home-product-card {
  display: grid;
  grid-template-rows: 210px minmax(0, 1fr);
  min-width: 0;
  height: 560px;
  min-height: 0;
  border: 1px solid rgba(16, 17, 20, .055);
  border-radius: 34px;
  color: var(--home-ink);
  background: #fff;
  overflow: hidden;
  transition: box-shadow .3s ease, transform .3s ease;
}

body.home-apple .home-product-card:hover {
  box-shadow: 0 24px 56px rgba(35, 48, 74, .11);
  transform: translateY(-3px);
}

body.home-apple .home-product-card.is-wide {
  grid-column: 1 / -1;
  grid-template-columns: minmax(350px, .42fr) minmax(0, .58fr);
  grid-template-rows: none;
  height: 440px;
  min-height: 0;
}

body.home-apple .home-product-copy {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 26px;
  text-align: left;
}

body.home-apple .home-product-card.is-wide .home-product-copy {
  align-items: flex-start;
  justify-content: center;
  padding: clamp(40px, 4.5vw, 60px);
  text-align: left;
}

body.home-apple .home-product-label { margin: 0 0 18px; color: #77777e; font-size: 14px; font-weight: 620; }
body.home-apple .home-product-copy h3 {
  margin: 0;
  font-size: clamp(28px, 2.35vw, 36px);
  font-weight: 600;
  letter-spacing: -.038em;
  line-height: .98;
}

body.home-apple .home-product-copy > p:not(.home-product-label) {
  max-width: 470px;
  margin: 22px 0 0;
  color: var(--home-muted);
  font-size: 16px;
  line-height: 1.5;
}

body.home-apple .home-product-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  padding-top: 24px;
  color: var(--home-blue);
  font-size: 15px;
  font-weight: 600;
}

body.home-apple .home-product-link b { font-weight: inherit; transition: transform .2s ease; }
body.home-apple .home-product-card:hover .home-product-link b { transform: translateX(4px); }
body.home-apple .home-product-card figure { min-height: 0; margin: 0; overflow: hidden; }
body.home-apple .home-product-card figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
body.home-apple .home-product-card:hover figure img { transform: scale(1.018); }
body.home-apple .home-product-personal figure img { object-position: 58% center; }
body.home-apple .home-product-doctor figure img { object-position: center 38%; }
body.home-apple .home-product-clinical figure img { object-position: center 42%; }
body.home-apple .home-product-research figure img { object-position: 66% center; }

@media (max-width: 1020px) {
  body.home-apple .home-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.home-apple .home-product-card { grid-template-rows: 230px minmax(0, 1fr); }
  body.home-apple .home-product-copy h3 { font-size: clamp(32px, 4.4vw, 40px); }
}

/* Editorial banner */
body.home-apple .home-editorial-banner {
  padding: 0 0 78px;
  background: var(--home-soft);
}

body.home-apple .home-editorial-carousel {
  position: relative;
  padding-bottom: 34px;
}

body.home-apple .home-editorial-viewport {
  position: relative;
  height: 430px;
  border-radius: 34px;
  box-shadow: 0 18px 48px rgba(35, 48, 74, .08);
  overflow: hidden;
  touch-action: pan-y;
}

body.home-apple .home-editorial-banner-card {
  position: absolute;
  min-height: 0;
  border: 1px solid rgba(16, 17, 20, .055);
  border-radius: 34px;
  background:
    radial-gradient(circle at 76% 16%, rgba(123, 103, 255, .12), transparent 35%),
    linear-gradient(135deg, #f7fbff 0%, #eaf4ff 48%, #eeeaff 100%);
  isolation: isolate;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translateX(18px) scale(.995);
  transition: opacity .55s cubic-bezier(.22, 1, .36, 1), transform .6s cubic-bezier(.22, 1, .36, 1);
  inset: 0;
}

body.home-apple .home-editorial-banner-card.is-active {
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

body.home-apple .home-editorial-banner-copy {
  position: relative;
  z-index: 2;
  width: 58%;
  max-width: 680px;
  padding: 40px 0 38px 52px;
}

body.home-apple .home-editorial-banner-label {
  display: flex;
  margin: 0 0 20px;
  align-items: center;
  gap: 9px;
  color: #555960;
  font-size: 13px;
  font-weight: 650;
}

body.home-apple .home-editorial-banner-label span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--home-blue);
  box-shadow: 0 0 0 6px rgba(0, 113, 227, .09);
}

body.home-apple .home-editorial-banner h2 {
  max-width: 650px;
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(38px, 3.65vw, 52px);
  font-weight: 600;
  letter-spacing: -.043em;
  line-height: .98;
}

body.home-apple .home-editorial-banner-card.is-dense h2 {
  max-width: 590px;
  font-size: clamp(34px, 3.15vw, 46px);
  line-height: 1;
}

body.home-apple .home-editorial-banner-copy > p:not(.home-editorial-banner-label) {
  max-width: 500px;
  margin: 20px 0 0;
  color: #666a72;
  font-size: 16px;
  line-height: 1.45;
}

body.home-apple .home-editorial-banner-status {
  display: inline-flex;
  min-height: 40px;
  margin-top: 22px;
  padding: 0 16px;
  border: 1px solid rgba(0, 113, 227, .18);
  border-radius: 999px;
  align-items: center;
  color: var(--home-blue);
  background: rgba(255, 255, 255, .66);
  font-size: 14px;
  font-weight: 600;
  backdrop-filter: blur(12px);
}

body.home-apple .home-editorial-banner-status.is-link { gap: 9px; }
body.home-apple .home-editorial-banner-status.is-link b { font-weight: inherit; transition: transform .2s ease; }
body.home-apple .home-editorial-banner-status.is-link:hover b { transform: translateX(3px); }

body.home-apple .home-editorial-banner-card > img {
  position: absolute;
  z-index: 1;
  top: -9%;
  right: -8%;
  width: 68%;
  height: 118%;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: multiply;
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .15) 12%, #000 36%);
}

body.home-apple .home-editorial-arrow {
  position: absolute;
  z-index: 5;
  top: calc((100% - 34px) / 2);
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(16, 17, 20, .08);
  border-radius: 50%;
  color: #4f5661;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 10px 28px rgba(35, 48, 74, .12);
  cursor: pointer;
  font-size: 18px;
  place-items: center;
  transform: translateY(-50%);
  transition: color .2s ease, background .2s ease, transform .2s ease;
  backdrop-filter: blur(12px);
}

body.home-apple .home-editorial-arrow:hover {
  color: var(--home-blue);
  background: #fff;
  transform: translateY(-50%) scale(1.045);
}

body.home-apple .home-editorial-arrow.is-prev { left: -58px; }
body.home-apple .home-editorial-arrow.is-next { right: -58px; }

body.home-apple .home-editorial-dots {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  height: 26px;
  align-items: end;
  justify-content: center;
  gap: 2px;
}

body.home-apple .home-editorial-dots button {
  position: relative;
  width: 26px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

body.home-apple .home-editorial-dots button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c2c6cc;
  content: "";
  transform: translate(-50%, -50%);
  transition: width .25s ease, border-radius .25s ease, background .25s ease;
}

body.home-apple .home-editorial-dots button.is-active::before {
  width: 19px;
  border-radius: 999px;
  background: var(--home-blue);
}

@media (max-width: 1300px) {
  body.home-apple .home-editorial-arrow.is-prev { left: 12px; }
  body.home-apple .home-editorial-arrow.is-next { right: 12px; }
}

/* Audiences */
body.home-apple .home-audience {
  padding: clamp(100px, 10vw, 150px) 0;
  background: #fff;
}

body.home-apple .home-audience-title > span { color: inherit; }

body.home-apple .home-audience-title-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.6vw, 22px);
}

body.home-apple .home-audience-title-secondary { display: block; }

body.home-apple .home-audience-title-icons {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  width: clamp(174px, 17vw, 244px);
  aspect-ratio: 1550 / 494;
  margin-top: .06em;
  isolation: isolate;
}

body.home-apple .home-audience-title-icons::before {
  position: absolute;
  inset: -18% -9%;
  z-index: -1;
  border-radius: 999px;
  background: linear-gradient(110deg, rgba(224, 246, 255, .92), rgba(239, 235, 255, .86));
  content: "";
  filter: blur(14px);
  opacity: .78;
}

body.home-apple .home-audience-title-icons img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 12px 18px rgba(47, 93, 170, .16));
}

body.home-apple .home-audience .home-centered-head > p {
  max-width: 760px;
  margin: 26px auto 0;
  color: var(--home-muted);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.5;
}

body.home-apple .home-audience .home-centered-head .home-audience-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  color: var(--home-blue);
  font-size: 17px;
  font-weight: 650;
  letter-spacing: -.02em;
  transition: gap .2s ease, color .2s ease;
}

body.home-apple .home-audience .home-centered-head .home-audience-cta:hover { gap: 14px; color: #005bbd; }

body.home-apple .home-audience-groups {
  display: grid;
  gap: clamp(56px, 6vw, 76px);
}

body.home-apple .home-audience-group { min-width: 0; }

body.home-apple .home-audience-group > header {
  display: grid;
  grid-template-columns: minmax(150px, .28fr) minmax(0, 1fr);
  align-items: start;
  gap: 40px;
  margin-bottom: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--home-line);
}

body.home-apple .home-audience-group > header span {
  color: #85858c;
  font-size: 13px;
  font-weight: 600;
}

body.home-apple .home-audience-group > header h3 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(26px, 2.3vw, 34px);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: 1.05;
}

body.home-apple .home-audience-grid {
  display: grid;
  width: 100%;
  min-width: 0;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

body.home-apple .home-audience-card {
  position: relative;
  display: flex;
  min-height: 230px;
  padding: 30px;
  border-radius: 26px;
  color: var(--home-ink);
  background: var(--home-soft);
  flex-direction: column;
}

body.home-apple .home-audience-card > span {
  color: #818188;
  font-size: 13px;
  font-weight: 600;
}

body.home-apple .home-audience-card h4 {
  max-width: 340px;
  margin: auto 0 0;
  font-size: clamp(23px, 1.85vw, 29px);
  font-weight: 600;
  letter-spacing: -.043em;
  line-height: 1.04;
}

body.home-apple .home-audience-card p {
  max-width: 350px;
  margin: 16px 0 0;
  padding-right: 24px;
  color: var(--home-muted);
  font-size: 15px;
  line-height: 1.48;
}

body.home-apple .home-audience-card i {
  position: absolute;
  right: 28px;
  bottom: 26px;
  color: var(--home-blue);
  font-size: 24px;
  font-style: normal;
}

body.home-apple .home-audience-group.is-partners > header {
  grid-template-columns: 1fr;
}

body.home-apple .home-audience-partners-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 28px;
}

body.home-apple .home-audience-partners-head > a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
  color: var(--home-blue);
  font-size: 15px;
  font-weight: 560;
}

body.home-apple .home-audience-grid.is-partner-grid {
  grid-template-columns: repeat(6, 1fr);
}

body.home-apple .home-audience-grid.is-partner-grid .home-audience-card {
  grid-column: span 2;
  min-height: 280px;
  background: var(--home-soft);
}

body.home-apple .home-audience-grid.is-partner-grid .home-audience-card:nth-child(n + 4) {
  grid-column: span 3;
}

body.home-apple .home-audience-grid.is-partner-grid .home-audience-card h4 {
  max-width: 100%;
  margin: 0;
  font-size: clamp(21px, 1.65vw, 25px);
  letter-spacing: -.035em;
  line-height: 1.08;
}

body.home-apple .home-audience-grid.is-partner-grid .home-audience-card p {
  max-width: 540px;
  margin-top: auto;
  padding-top: 30px;
  padding-right: 38px;
  font-size: 16px;
  line-height: 1.5;
}

/* Health Memory manifesto */
body.home-apple .home-memory-manifesto {
  position: relative;
  height: 145svh;
  background: #fff;
}

body.home-apple .home-memory-manifesto-sticky {
  position: sticky;
  top: 0;
  display: grid;
  height: 100svh;
  min-height: 620px;
  overflow: hidden;
  place-items: center;
}

body.home-apple .home-memory-manifesto-ambient {
  position: absolute;
  inset: 0;
  background: #fff;
  transform: translateY(var(--memory-y, 0)) scale(var(--memory-scale, 1));
  transform-origin: center;
  will-change: transform;
}

body.home-apple .home-memory-manifesto-inner {
  position: relative;
  z-index: 1;
}

body.home-apple .home-memory-manifesto h2 {
  max-width: 1060px;
  margin: 0 auto;
  text-align: center;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 600;
  letter-spacing: -.043em;
  line-height: 1.08;
}

body.home-apple .home-memory-manifesto-line {
  display: block;
}

body.home-apple .home-memory-manifesto-line + .home-memory-manifesto-line {
  margin-top: .3em;
}

body.home-apple .home-memory-break {
  display: block;
}

body.home-apple .home-memory-manifesto-line.is-primary {
  color: var(--home-ink);
}

body.home-apple .home-memory-manifesto-line.is-accent {
  color: #4166ef;
}

body.home-apple .home-memory-word {
  white-space: nowrap;
}

body.home-apple .home-memory-manifesto.is-ready .home-memory-letter {
  display: inline-block;
  opacity: var(--letter-opacity, .08);
  filter: blur(var(--letter-blur, 11px));
  transform: translateY(var(--letter-y, 5px));
  will-change: opacity, filter, transform;
}

/* How */
body.home-apple .home-how {
  padding: 0 0 clamp(64px, 7vw, 96px);
  background: #fff;
}

body.home-apple .home-how-links {
  display: grid;
  width: min(var(--container), calc(100% - 64px));
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 0 auto;
}

body.home-apple .home-how-links a {
  position: relative;
  display: block;
  min-height: 180px;
  padding: 30px 72px 30px 30px;
  border-radius: 24px;
  color: var(--home-ink);
  background: linear-gradient(145deg, #f5fbff 0%, #e5f5ff 58%, #f4f8ff 100%);
  box-shadow: inset 0 0 0 1px rgba(80, 145, 210, .08);
}
body.home-apple .home-how-links a:nth-child(2) {
  background: linear-gradient(145deg, #f4faff 0%, #e8f1ff 56%, #f5f7ff 100%);
}
body.home-apple .home-how-links span,
body.home-apple .home-how-links strong { display: block; }
body.home-apple .home-how-links span { color: #85858c; font-size: 13px; }
body.home-apple .home-how-links strong { margin-top: 45px; font-size: 24px; font-weight: 600; letter-spacing: -.03em; line-height: 1.15; }
body.home-apple .home-how-links i { position: absolute; top: 30px; right: 30px; color: var(--home-blue); font-style: normal; font-size: 24px; }

/* Research */
body.home-apple .home-research {
  padding: 0 0 clamp(40px, 4vw, 56px);
  background: #fff;
}

body.home-apple .home-research-inner {
  position: relative;
  display: flex;
  min-height: clamp(520px, 45vw, 620px);
  padding: clamp(52px, 6vw, 82px);
  border: 1px solid #dfe8f2;
  border-radius: clamp(32px, 3vw, 42px);
  color: var(--home-ink);
  background: #f4f8ff;
  overflow: hidden;
  align-items: center;
  isolation: isolate;
}

body.home-apple .home-research-inner::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(247, 251, 255, .99) 0%, rgba(247, 251, 255, .96) 43%, rgba(247, 251, 255, .56) 62%, rgba(247, 251, 255, .08) 100%);
  content: "";
}

body.home-apple .home-research-visual {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translateX(8%) scale(.84);
  transform-origin: right center;
}

body.home-apple .home-research-copy {
  position: relative;
  z-index: 1;
  max-width: 650px;
}

body.home-apple .home-research .home-kicker {
  margin-bottom: 22px;
  color: var(--home-blue);
}

body.home-apple .home-research h2 {
  max-width: 590px;
  color: var(--home-ink);
  font-size: clamp(34px, 3vw, 44px);
  letter-spacing: -.045em;
  line-height: .98;
}

body.home-apple .home-research-lead {
  max-width: 590px;
  margin: 26px 0 0;
  color: var(--home-muted);
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.5;
}

body.home-apple .home-research-audiences {
  display: flex;
  gap: 8px;
  margin: 28px 0 0;
  padding: 0;
  flex-wrap: wrap;
  list-style: none;
}

body.home-apple .home-research-audiences li {
  padding: 8px 12px;
  border: 1px solid rgba(28, 103, 190, .11);
  border-radius: 999px;
  color: #55718f;
  background: rgba(255, 255, 255, .58);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

body.home-apple .home-research-cta {
  display: inline-flex;
  gap: 9px;
  margin-top: 34px;
  padding: 14px 19px;
  align-items: center;
  border-radius: 999px;
  color: #fff;
  background: var(--home-blue);
  box-shadow: 0 12px 28px rgba(0, 113, 227, .18);
  font-size: 15px;
  font-weight: 600;
  transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}

body.home-apple .home-research-cta span { transition: transform .2s ease; }
body.home-apple .home-research-cta:hover { background: var(--home-blue-hover); box-shadow: 0 15px 32px rgba(0, 113, 227, .23); transform: translateY(-1px); }
body.home-apple .home-research-cta:hover span { transform: translateX(4px); }

/* Privacy */
body.home-apple .home-privacy {
  padding: clamp(84px, 8vw, 118px) 0;
  border-top: 1px solid rgba(16, 17, 20, .055);
  border-bottom: 1px solid rgba(16, 17, 20, .055);
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

body.home-apple .home-privacy-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr);
  gap: clamp(48px, 7vw, 108px);
  align-items: center;
  max-width: var(--container);
  padding: 0;
  color: var(--home-ink);
}

body.home-apple .home-privacy-inner::before {
  display: none;
}

body.home-apple .home-privacy-intro {
  position: relative;
}

body.home-apple .home-privacy-mark {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 0 36px;
  border: 1px solid #dfe9f4;
  border-radius: 18px;
  background: linear-gradient(145deg, #f6fbff, #eaf2ff);
  box-shadow: 0 10px 26px rgba(41, 91, 150, .07);
  place-items: center;
}

body.home-apple .home-privacy-mark img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

body.home-apple .home-privacy-kicker {
  display: flex;
  gap: 10px;
  margin: 0 0 18px;
  align-items: center;
  color: #3f7fc5;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.home-apple .home-privacy-kicker span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #39a9ff;
  box-shadow: 0 0 0 5px rgba(57, 169, 255, .12);
}

body.home-apple .home-privacy h2 {
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(40px, 3.8vw, 58px);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: .98;
}

body.home-apple .home-privacy h2 span {
  color: transparent;
  background: linear-gradient(105deg, #08aaf0 5%, #236cf2 48%, #6842ef 92%);
  -webkit-background-clip: text;
  background-clip: text;
}

body.home-apple .home-privacy-cards {
  display: grid;
  gap: 10px;
}

body.home-apple .home-privacy-cards article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  min-height: 126px;
  padding: 25px 26px;
  border: 1px solid #e3e9f0;
  border-radius: 22px;
  background: rgba(245, 248, 252, .88);
  box-shadow: 0 10px 30px rgba(52, 75, 105, .04);
}

body.home-apple .home-privacy-card-index {
  display: grid;
  width: 40px;
  height: 40px;
  border: 1px solid #d8e5f4;
  border-radius: 13px;
  color: #2e7bc8;
  background: #edf5ff;
  font-size: 11px;
  font-weight: 680;
  letter-spacing: .04em;
  place-items: center;
}

body.home-apple .home-privacy-cards h3 {
  margin: 0;
  color: #1d1e22;
  font-size: clamp(20px, 1.7vw, 25px);
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1.12;
}

body.home-apple .home-privacy-cards p {
  max-width: 470px;
  margin: 10px 0 0;
  color: #707983;
  font-size: 14px;
  line-height: 1.48;
}

body.home-apple .home-privacy-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 34px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--home-blue);
  background: transparent;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -.015em;
}

body.home-apple .home-privacy-link span { transition: transform .2s ease; }
body.home-apple .home-privacy-link:hover span { transform: translateX(4px); }

@media (max-width: 1020px) {
  body.home-apple .home-privacy-inner {
    grid-template-columns: 1fr;
    gap: 46px;
    padding: 0;
  }

  body.home-apple .home-privacy-intro { max-width: 650px; }
}

/* BIOS Media */
body.home-apple .home-media {
  padding: clamp(70px, 6vw, 92px) 0;
  background: #fff;
}

body.home-apple .home-media-head {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(360px, .58fr);
  align-items: end;
  gap: clamp(44px, 8vw, 120px);
  margin-bottom: clamp(34px, 3.5vw, 46px);
}

body.home-apple .home-media-head h2 {
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(42px, 4vw, 60px);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: 1;
}

body.home-apple .home-media-head > p {
  max-width: 580px;
  margin: 0 0 4px;
  color: var(--home-muted);
  font-size: clamp(16px, 1.35vw, 19px);
  letter-spacing: -.015em;
  line-height: 1.5;
}

body.home-apple .home-media-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }

body.home-apple .home-media-card {
  display: flex;
  min-width: 0;
  min-height: 520px;
  border-radius: 28px;
  background: #f3f4f7;
  flex-direction: column;
  overflow: hidden;
}

body.home-apple .home-media-card-image { display: block; aspect-ratio: 1.65 / 1; background: #eef2f7; overflow: hidden; }
body.home-apple .home-media-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.22, 1, .36, 1); }
body.home-apple .home-media-card:hover .home-media-card-image img { transform: scale(1.025); }

body.home-apple .home-media-card-copy { display: flex; padding: 22px 24px 24px; flex: 1; flex-direction: column; }
body.home-apple .home-media-card-meta { display: flex; justify-content: space-between; gap: 18px; margin: 0; color: #8b8c92; font-size: 12px; font-weight: 600; }
body.home-apple .home-media-card-meta span:first-child { color: var(--home-blue); }

body.home-apple .home-media-card h3 {
  margin: 26px 0 0;
  color: #1b2430;
  font-size: clamp(21px, 1.8vw, 25px);
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: 1.08;
}

body.home-apple .home-media-card h3 a { color: inherit; }
body.home-apple .home-media-card-copy > p:not(.home-media-card-meta) { margin: 12px 0 0; color: var(--home-muted); font-size: 14px; line-height: 1.45; }
body.home-apple .home-media-card-link { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 20px; color: var(--home-blue); font-size: 13px; font-weight: 650; }

body.home-apple .home-media-newsletter {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(390px, 1.1fr);
  align-items: center;
  gap: clamp(36px, 6vw, 88px);
  min-height: 178px;
  margin-top: 14px;
  padding: 32px clamp(30px, 4.5vw, 58px);
  border: 1px solid rgba(78, 98, 255, .11);
  border-radius: 30px;
  background:
    radial-gradient(circle at 4% 145%, rgba(0, 113, 227, .17), transparent 38%),
    radial-gradient(circle at 82% -100%, rgba(101, 70, 255, .26), transparent 42%),
    linear-gradient(108deg, #eef7ff 0%, #f7f5ff 58%, #f2efff 100%);
  overflow: hidden;
}

body.home-apple .home-media-newsletter::after {
  position: absolute;
  top: 50%;
  right: 32%;
  width: 200px;
  height: 200px;
  border: 1px solid rgba(95, 69, 230, .1);
  border-radius: 50%;
  content: "";
  pointer-events: none;
  transform: translateY(-50%);
}

body.home-apple .home-media-newsletter > div,
body.home-apple .home-media-newsletter-form { position: relative; z-index: 1; }
body.home-apple .home-media-newsletter h3 { margin: 0; color: var(--home-ink); font-size: clamp(28px, 2.5vw, 38px); font-weight: 600; letter-spacing: -.04em; line-height: 1; }
body.home-apple .home-media-newsletter > div > p { max-width: 520px; margin: 13px 0 0; color: var(--home-muted); font-size: 14px; line-height: 1.5; }

body.home-apple .home-media-newsletter-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; padding: 5px; border: 1px solid rgba(16, 17, 20, .08); border-radius: 999px; background: rgba(255,255,255,.86); box-shadow: 0 12px 35px rgba(42, 55, 112, .08); }
body.home-apple .home-media-newsletter-row label { position: absolute; width: 1px; height: 1px; margin: -1px; clip: rect(0, 0, 0, 0); overflow: hidden; white-space: nowrap; }
body.home-apple .home-media-newsletter-row input { width: 100%; min-width: 0; height: 44px; padding: 0 17px; border: 0; outline: 0; color: var(--home-ink); background: transparent; font: inherit; font-size: 14px; }
body.home-apple .home-media-newsletter-row input::placeholder { color: #929298; }
body.home-apple .home-media-newsletter-row button { min-height: 44px; padding: 0 22px; border: 0; border-radius: 999px; color: #fff; background: var(--home-blue); cursor: pointer; font-size: 13px; font-weight: 650; transition: background .2s ease, transform .2s ease; }
body.home-apple .home-media-newsletter-row button:hover { background: #0065ca; transform: translateY(-1px); }
body.home-apple .home-media-newsletter-consent { display: flex; align-items: flex-start; gap: 7px; margin: 9px 8px 0; color: #77777d; font-size: 10px; line-height: 1.35; }
body.home-apple .home-media-newsletter-consent input { width: 13px; height: 13px; margin: 0; accent-color: var(--home-blue); flex: 0 0 auto; }
body.home-apple .home-media-newsletter-consent a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
body.home-apple .home-media-newsletter-form [data-form-status] { display: block; min-height: 0; margin: 5px 8px 0; color: #595960; font-size: 10px; line-height: 1.35; }
body.home-apple .home-media-newsletter-form [data-form-status]:empty { display: none; }

/* Explore */
body.home-apple .home-explore {
  padding: clamp(84px, 8vw, 124px) 0;
  background: #fff;
}

body.home-apple .home-explore-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

body.home-apple .home-explore-card {
  position: relative;
  min-height: 240px;
  padding: 34px;
  border-radius: 26px;
  color: var(--home-ink);
  background: var(--home-soft);
}
body.home-apple .home-explore-card > span { color: #818188; font-size: 13px; }
body.home-apple .home-explore-card h3 { max-width: 520px; margin: 58px 0 0; font-size: clamp(22px, 1.8vw, 28px); font-weight: 600; letter-spacing: -.035em; line-height: 1.1; }
body.home-apple .home-explore-card i { position: absolute; top: 30px; right: 32px; color: var(--home-blue); font-style: normal; font-size: 25px; }

/* FAQ */
body.home-apple .home-faq {
  padding: clamp(84px, 8vw, 124px) 0;
  background: #f3f5f8;
}

body.home-apple .home-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(520px, 1.28fr);
  gap: clamp(64px, 8vw, 100px);
  align-items: start;
}

body.home-apple .home-faq-head {
  position: sticky;
  top: 104px;
}

body.home-apple .home-faq h2 {
  max-width: 430px;
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(44px, 4.2vw, 60px);
  font-weight: 600;
  letter-spacing: -.043em;
  line-height: 1;
}

body.home-apple .home-faq-link {
  display: inline-flex;
  gap: 9px;
  margin-top: 34px;
  align-items: center;
  color: var(--home-blue);
  font-size: 16px;
  font-weight: 560;
  letter-spacing: -.015em;
}

body.home-apple .home-faq-link span {
  transition: transform .2s ease;
}

body.home-apple .home-faq-link:hover span {
  transform: translateX(4px);
}

body.home-apple .home-faq-list {
  border-top: 1px solid #d8dee5;
}

body.home-apple .home-faq-list details {
  border-bottom: 1px solid #d8dee5;
}

body.home-apple .home-faq-list summary {
  position: relative;
  padding: 27px 52px 27px 0;
  color: #192331;
  cursor: pointer;
  font-size: 17px;
  font-weight: 580;
  letter-spacing: -.025em;
  line-height: 1.35;
  list-style: none;
}

body.home-apple .home-faq-list summary::-webkit-details-marker { display: none; }

body.home-apple .home-faq-list summary::before,
body.home-apple .home-faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 15px;
  height: 1.5px;
  border-radius: 999px;
  background: #7d8896;
  content: "";
  transform: translateY(-50%);
  transform-origin: center;
  transition: background-color .3s ease, opacity .28s ease,
    transform .46s cubic-bezier(.22, 1, .36, 1);
}

body.home-apple .home-faq-list summary::after {
  transform: translateY(-50%) rotate(90deg);
}

body.home-apple .home-faq-list details.is-expanded summary::before,
body.home-apple .home-faq-list details.is-expanded summary::after {
  background: #192331;
}

body.home-apple .home-faq-list details.is-expanded summary::after {
  opacity: 0;
  transform: translateY(-50%) rotate(180deg) scaleX(.2);
}

body.home-apple .home-faq-list details > div {
  padding: 0 52px 25px 0;
}

body.home-apple .home-faq-list details > div p {
  max-width: 720px;
  margin: -5px 0 0;
  color: #697482;
  font-size: 14px;
  line-height: 1.58;
}

body.home-apple .home-faq-list details.is-animating {
  will-change: height;
}

/* Final */
body.home-apple .home-final {
  padding: 0 0 28px;
  background: #fff;
}

body.home-apple .home-final-inner {
  padding: clamp(72px, 9vw, 128px) 28px;
  border-radius: 38px;
  color: #f5f5f7;
  text-align: center;
  background:
    radial-gradient(circle at 50% 110%, rgba(72, 119, 255, .32), transparent 42%),
    var(--home-ink);
}
body.home-apple .home-final .home-kicker { color: #b7b7bd; }
body.home-apple .home-final h2 { color: #f5f5f7; }
body.home-apple .home-final-inner > p:not(.home-kicker) { max-width: 650px; margin: 28px auto 0; color: #a1a1a6; font-size: 19px; line-height: 1.5; }
body.home-apple .home-final .home-actions { margin-top: 34px; }
body.home-apple .home-final .home-button:not(.is-primary) { color: #fff; border-color: #fff; }
body.home-apple .home-final .home-button:not(.is-primary):hover { color: var(--home-ink); background: #fff; }

@media (max-width: 1020px) {
  body.home-apple .home-media-head { grid-template-columns: 1fr; align-items: start; gap: 22px; }
  body.home-apple .home-media-head > p { max-width: 760px; }
  body.home-apple .home-media-newsletter { grid-template-columns: 1fr; gap: 24px; }
  body.home-apple .home-editorial-banner-copy { width: 64%; padding-left: 44px; }
  body.home-apple .home-editorial-banner-card > img { right: -16%; width: 74%; }
  body.home-apple .home-contour-head { grid-template-columns: 1fr; gap: 24px; }
  body.home-apple .home-contour-head > p { max-width: 720px; }
  body.home-apple .home-contour-panel { grid-template-columns: 1fr; }
  body.home-apple .home-contour-tabs { border-right: 0; border-bottom: 1px solid rgba(16, 17, 20, .08); }
  body.home-apple .home-contour-visual { min-height: 560px; }
  body.home-apple .home-integration-groups { grid-template-columns: 1fr; }
  body.home-apple .home-integration-group { grid-template-columns: 1fr; gap: 30px; }
  body.home-apple .home-integration-group > header { min-height: 0; }
  body.home-apple .home-pattern-panel { grid-template-columns: 1fr; min-height: 0; }
  body.home-apple .home-pattern-copy h3 { max-width: 700px; margin-top: 0; }
  body.home-apple .home-pattern-copy > p { max-width: 720px; }
  body.home-apple .home-pattern-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-content: stretch;
    padding: 32px 0 0;
    border-top: 1px solid #ccd2da;
  }
  body.home-apple .home-pattern-flow article {
    min-width: 0;
    padding: 0 24px;
    border-right: 1px solid #d9dde3;
    border-bottom: 0;
  }
  body.home-apple .home-pattern-flow article:first-child { padding-top: 0; padding-left: 0; }
  body.home-apple .home-pattern-flow article:last-child { padding-right: 0; border-right: 0; }
  body.home-apple .home-how-links { width: min(var(--container), calc(100% - 40px)); }
  body.home-apple .home-faq-layout { grid-template-columns: 1fr; gap: 54px; }
  body.home-apple .home-faq-head { position: static; }
  body.home-apple .home-system-step { grid-template-columns: 1fr; gap: 48px; min-height: auto; padding: 64px 0; }
  body.home-apple .home-step-copy { max-width: 720px; }
  body.home-apple .home-step-copy > p { max-width: 660px; }
  body.home-apple .home-step-visual { width: 100%; min-height: 460px; }
  body.home-apple .home-products-head { grid-template-columns: 1fr; gap: 24px; }
  body.home-apple .home-products-head > p { max-width: 700px; }
  body.home-apple .home-product-card.is-wide {
    height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto 340px;
  }
  body.home-apple .home-product-card.is-wide .home-product-copy {
    align-items: center;
    padding: 38px 40px 32px;
    text-align: center;
  }
  body.home-apple .home-how-head { grid-template-columns: 1fr; }
  body.home-apple .home-how-head > p { max-width: 700px; }
  body.home-apple .home-research-inner { min-height: 560px; padding: 52px; }
  body.home-apple .home-research-copy { max-width: 600px; }
  body.home-apple .home-research-visual { object-position: 62% center; }
  body.home-apple .home-audience-grid { grid-template-columns: repeat(2, 1fr); }
  body.home-apple .home-audience-grid.is-partner-grid { grid-template-columns: repeat(2, 1fr); }
  body.home-apple .home-audience-grid.is-partner-grid .home-audience-card,
  body.home-apple .home-audience-grid.is-partner-grid .home-audience-card:nth-child(n + 4) { grid-column: auto; }
  body.home-apple .home-engine-band { grid-template-columns: 1fr; }
  body.home-apple .home-engine-band span:last-child,
  body.home-apple .home-engine-band strong { text-align: left; }
  body.home-apple .home-module-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  body.home-apple .home-media { padding: 64px 0; }
  body.home-apple .home-media-head { margin-bottom: 34px; }
  body.home-apple .home-media-head h2 { font-size: clamp(36px, 10vw, 42px); }
  body.home-apple .home-media-head > p { font-size: 17px; }
  body.home-apple .home-media-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(82%, 1fr);
    margin-right: -20px;
    padding-right: 20px;
    overflow-x: auto;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }
  body.home-apple .home-media-grid::-webkit-scrollbar { display: none; }
  body.home-apple .home-media-card { min-height: 520px; border-radius: 26px; scroll-snap-align: start; }
  body.home-apple .home-media-card-copy { padding: 23px 24px 26px; }
  body.home-apple .home-media-card h3 { margin-top: 30px; font-size: 24px; }
  body.home-apple .home-media-newsletter { min-height: 0; margin-top: 14px; padding: 28px 22px; border-radius: 26px; }
  body.home-apple .home-media-newsletter::after { right: -70px; }
  body.home-apple .home-media-newsletter-row { padding: 4px; }
  body.home-apple .home-media-newsletter-row input { padding-inline: 13px; font-size: 13px; }
  body.home-apple .home-media-newsletter-row button { padding-inline: 15px; }
  body.home-apple .media-banner-inner { grid-template-columns: 66px minmax(0, 1fr) auto; gap: 16px; }
  body.home-apple .media-banner-visual { width: 66px; height: 66px; border-radius: 19px; }
  body.home-apple .media-banner-message strong { font-size: clamp(20px, 3.5vw, 26px); }

  body.home-apple .home-kicker { margin-bottom: 16px; font-size: 13px; }
  body.home-apple .home-centered-head { margin-bottom: 48px; text-align: left; }
  body.home-apple .home-centered-head h2,
  body.home-apple .home-how h2,
  body.home-apple .home-research h2,
  body.home-apple .home-final h2 { font-size: clamp(32px, 9.4vw, 38px); line-height: 1.03; }
  body.home-apple .home-centered-head > p:last-child { margin-top: 20px; font-size: 17px; }
  body.home-apple .home-audience-title-primary {
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 14px;
  }
  body.home-apple .home-audience-title-icons {
    width: clamp(138px, 42vw, 164px);
    margin-top: 0;
  }
  body.home-apple .home-audience-title-icons::before { inset: -12% -7%; filter: blur(10px); }
  body.home-apple .home-audience-title-icons img { filter: drop-shadow(0 8px 12px rgba(47, 93, 170, .14)); }
  body.home-apple .home-audience .home-centered-head > p { margin-top: 20px; font-size: 17px; }
  body.home-apple .home-audience .home-centered-head .home-audience-cta { margin-top: 20px; font-size: 16px; }

  body.home-apple .home-button { min-height: 47px; padding-inline: 20px; font-size: 15px; }
  body.home-apple .home-actions { align-items: stretch; flex-direction: column; }
  body.home-apple .home-actions .home-button { width: 100%; }

  body.home-apple .home-hero { padding-top: 72px; }
  body.home-apple .home-hero-copy { text-align: left; }
  body.home-apple .home-hero h1 { font-size: clamp(40px, 11vw, 49px); letter-spacing: -.043em; line-height: .99; }
  body.home-apple .home-hero-lead { margin-top: 26px; font-size: 18px; line-height: 1.46; }
  body.home-apple .home-hero .home-actions { margin-top: 28px; }
  body.home-apple .home-inline-link { margin-top: 22px; }

  body.home-apple .home-hero-boundary { margin-top: 28px; padding-bottom: 54px; text-align: left; }

  body.home-apple .home-editorial-banner { padding-bottom: 54px; }
  body.home-apple .home-editorial-carousel { padding-bottom: 32px; }
  body.home-apple .home-editorial-viewport { height: 570px; border-radius: 28px; }
  body.home-apple .home-editorial-banner-card { min-height: 0; border-radius: 28px; }
  body.home-apple .home-editorial-banner-copy { width: auto; max-width: none; padding: 32px 24px 0; }
  body.home-apple .home-editorial-banner-label { margin-bottom: 22px; }
  body.home-apple .home-editorial-banner h2 { font-size: clamp(34px, 9.3vw, 40px); line-height: 1; }
  body.home-apple .home-editorial-banner-card.is-dense h2 { max-width: none; font-size: clamp(30px, 8.3vw, 35px); }
  body.home-apple .home-editorial-banner-copy > p:not(.home-editorial-banner-label) { margin-top: 20px; font-size: 16px; }
  body.home-apple .home-editorial-banner-status { min-height: 39px; margin-top: 22px; }
  body.home-apple .home-editorial-banner-card > img {
    top: auto;
    right: -20%;
    bottom: -5%;
    width: 125%;
    height: 44%;
    object-position: 62% center;
    mask-image: linear-gradient(180deg, transparent 0%, #000 25%);
  }
  body.home-apple .home-editorial-arrow { top: 74%; width: 36px; height: 36px; font-size: 15px; }
  body.home-apple .home-editorial-arrow.is-prev { left: 8px; }
  body.home-apple .home-editorial-arrow.is-next { right: 8px; }

  body.home-apple .home-patterns { padding: 80px 0 52px; }
  body.home-apple .home-patterns-head { text-align: left; }
  body.home-apple .home-patterns-head h2 { font-size: clamp(34px, 9.5vw, 40px); line-height: 1.03; }
  body.home-apple .home-patterns-head > p:last-child { margin-top: 24px; font-size: 18px; }
  body.home-apple .home-patterns-tabs { margin-top: 48px; }
  body.home-apple .home-patterns-tablist {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(174px, 1fr);
    overflow-x: auto;
    scrollbar-width: none;
  }
  body.home-apple .home-patterns-tablist::-webkit-scrollbar { display: none; }
  body.home-apple .home-pattern-tab { padding-inline: 8px; font-size: 15px; white-space: nowrap; }
  body.home-apple .home-patterns-panels { margin-top: 18px; }
  body.home-apple .home-pattern-panel { gap: 34px; padding: 30px 22px; border-radius: 28px; }
  body.home-apple .home-pattern-copy h3 { margin-top: 0; font-size: 32px; line-height: 1.04; }
  body.home-apple .home-pattern-copy > p { margin-top: 20px; font-size: 16px; }
  body.home-apple .home-pattern-flow {
    grid-template-columns: 1fr;
    padding: 0;
    border-top: 0;
  }
  body.home-apple .home-pattern-flow article,
  body.home-apple .home-pattern-flow article:first-child,
  body.home-apple .home-pattern-flow article:last-child {
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid #d9dde3;
  }
  body.home-apple .home-pattern-flow article:first-child { padding-top: 0; }
  body.home-apple .home-pattern-flow article:last-child { padding-bottom: 0; border-bottom: 0; }
  body.home-apple .home-pattern-flow strong { font-size: 19px; }

  body.home-apple .home-memory-manifesto { height: 135svh; }
  body.home-apple .home-memory-manifesto-sticky { min-height: 560px; }
  body.home-apple .home-memory-manifesto h2 {
    font-size: clamp(28px, 8.4vw, 36px);
    letter-spacing: -.04em;
    line-height: 1.08;
  }
  body.home-apple .home-memory-manifesto-line + .home-memory-manifesto-line { margin-top: .48em; }
  body.home-apple .home-memory-break { display: none; }

  body.home-apple .home-definition,
  body.home-apple .home-contour,
  body.home-apple .home-integrations,
  body.home-apple .home-products,
  body.home-apple .home-audience,
  body.home-apple .home-research,
  body.home-apple .home-privacy,
  body.home-apple .home-explore,
  body.home-apple .home-faq { padding: 80px 0; }

  body.home-apple .home-definition { padding-bottom: 42px; }
  body.home-apple .home-integrations { padding-top: 50px; }

  body.home-apple .home-contour-head { margin-bottom: 38px; }
  body.home-apple .home-contour-head h2 { font-size: clamp(38px, 10vw, 48px); line-height: 1; }
  body.home-apple .home-contour-head > p { font-size: 17px; }
  body.home-apple .home-contour-panel { min-height: 0; border-radius: 28px; }
  body.home-apple .home-contour-tabs { padding: 22px; }
  body.home-apple .home-contour-tab { padding: 21px 0; }
  body.home-apple .home-contour-tab strong { font-size: 25px; }
  body.home-apple .home-contour-tab p { margin-left: 42px; font-size: 15px; }
  body.home-apple .home-contour-visual { min-height: 570px; }
  body.home-apple .home-interface-screen { padding: 14px; }
  body.home-apple .home-interface-window { padding: 16px; border-radius: 22px; }
  body.home-apple .home-interface-window > header small { display: none; }
  body.home-apple .home-interface-screen > footer { margin-top: 14px; gap: 14px; }
  body.home-apple .home-interface-screen > footer strong { font-size: 13px; }
  body.home-apple .home-personal-score { min-height: 218px; padding: 14px; }
  body.home-apple .home-personal-score > strong { font-size: 50px; }
  body.home-apple .home-personal-metrics div { padding: 12px; }
  body.home-apple .home-doctor-patient { padding: 13px; }
  body.home-apple .home-doctor-layout { grid-template-columns: 1fr 1fr; }
  body.home-apple .home-doctor-layout > section { min-height: 285px; padding: 14px; }
  body.home-apple .home-doctor-layout > section > strong { margin-top: 18px; font-size: 19px; }
  body.home-apple .home-doctor-timeline span { align-items: flex-start; flex-direction: column; gap: 3px; }
  body.home-apple .home-clinical-metrics div { padding: 12px; }
  body.home-apple .home-clinical-metrics strong { font-size: 22px; }
  body.home-apple .home-clinical-table header,
  body.home-apple .home-clinical-table > div { padding: 12px; grid-template-columns: 1fr 48px 68px; gap: 6px; }
  body.home-apple .home-research-score { grid-template-columns: .42fr .58fr; }
  body.home-apple .home-research-score > section { min-height: 248px; padding: 14px; }
  body.home-apple .home-research-score > section strong { font-size: 47px; }
  body.home-apple .home-research-score > div { padding: 12px; }
  body.home-apple .home-research-meta > span { padding: 11px; }
  body.home-apple .home-phone-mockup { width: min(228px, 76%); }
  body.home-apple .home-monitor-mockup,
  body.home-apple .home-laptop-mockup { width: 100%; }
  body.home-apple .home-monitor-mockup { padding-bottom: 50px; }
  body.home-apple .home-monitor-screen,
  body.home-apple .home-laptop-screen { padding: 6px; border-radius: 11px; }
  body.home-apple .home-monitor-neck { bottom: 20px; width: 64px; height: 38px; }
  body.home-apple .home-monitor-foot { bottom: 12px; width: 132px; height: 10px; }
  body.home-apple .home-laptop-base { left: -3%; width: 106%; }
  body.home-apple .home-report-page { width: 96%; min-height: 0; padding: 26px 24px 22px; }
  body.home-apple .home-report-page h3 { margin-bottom: 22px; font-size: 24px; }
  body.home-apple .home-report-columns { gap: 11px; }
  body.home-apple .home-report-columns p { font-size: 8px; }
  body.home-apple .home-device-caption { max-width: 280px; margin-top: 14px; font-size: 12px; }

  body.home-apple .home-integrations-head { margin-bottom: 44px; text-align: left; }
  body.home-apple .home-integrations-head h2 { font-size: clamp(38px, 10vw, 48px); line-height: 1; }
  body.home-apple .home-integrations-promise { margin-top: 22px; font-size: 20px; }
  body.home-apple .home-integration-group { padding: 28px 22px; border-radius: 26px; }
  body.home-apple .home-integration-group h3 { font-size: 28px; }
  body.home-apple .home-integration-group header p { margin-top: 20px; font-size: 15px; }
  body.home-apple .home-integration-logos {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 100px;
    margin: 0 -22px 0 0;
    padding-right: 22px;
    gap: 7px;
    overflow-x: auto;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }
  body.home-apple .home-integration-logos::-webkit-scrollbar { display: none; }
  body.home-apple .home-integration-logos li { scroll-snap-align: start; }
  body.home-apple .home-integration-logos li { height: 82px; padding: 15px; border-radius: 15px; }
  body.home-apple .home-integration-logos img { max-width: 76px; max-height: 42px; }
  body.home-apple .home-integration-logos.is-mis img { max-width: 86px; max-height: 40px; }
  body.home-apple .home-integrations-foot { align-items: flex-start; flex-direction: column; gap: 18px; }

  body.home-apple .home-research { padding-bottom: 32px; }
  body.home-apple .home-how { padding: 0 0 72px; }

  body.home-apple .home-faq h2 { font-size: clamp(38px, 10.8vw, 46px); line-height: 1; }
  body.home-apple .home-faq-layout { gap: 44px; }
  body.home-apple .home-faq-list summary { padding: 22px 42px 22px 0; font-size: 17px; }
  body.home-apple .home-faq-list details > div { padding-right: 28px; }

  body.home-apple .home-system-step { gap: 30px; padding: 36px 0; }
  body.home-apple .home-step-copy h3 { font-size: clamp(29px, 7.8vw, 35px); line-height: 1.04; }
  body.home-apple .home-step-copy > p { margin-top: 22px; font-size: 17px; }
  body.home-apple .home-step-copy > a { width: 100%; margin-top: 28px; }
  body.home-apple .home-step-visual { min-height: 300px; border-radius: 22px; }
  body.home-apple .home-step-pill { width: calc(100% - 70px); min-height: 68px; padding-inline: 16px; }
  body.home-apple .home-step-pill strong { font-size: clamp(20px, 6vw, 24px); }
  body.home-apple .home-step-caption { top: calc(50% + 54px); font-size: 12px; }

  body.home-apple .home-products-head { margin-bottom: 38px; }
  body.home-apple .home-products-head h2 { font-size: clamp(38px, 10vw, 48px); line-height: 1; }
  body.home-apple .home-products-head > p { font-size: 17px; }
  body.home-apple .home-product-grid { grid-template-columns: 1fr; gap: 14px; }
  body.home-apple .home-product-card,
  body.home-apple .home-product-card.is-wide {
    height: auto;
    grid-column: auto;
    grid-template-columns: 1fr;
    grid-template-rows: 245px auto;
    min-height: 572px;
    border-radius: 28px;
  }
  body.home-apple .home-product-copy,
  body.home-apple .home-product-card.is-wide .home-product-copy {
    align-items: flex-start;
    padding: 32px 24px 27px;
    text-align: left;
  }
  body.home-apple .home-product-copy h3 { font-size: 38px; }
  body.home-apple .home-product-copy > p:not(.home-product-label) { margin-top: 20px; font-size: 17px; }
  body.home-apple .home-product-link { margin-top: 24px; }
  body.home-apple .home-product-card figure { min-height: 0; }
  body.home-apple .home-product-personal figure img { object-position: 66% center; }
  body.home-apple .home-product-clinical figure img { object-position: 54% center; }

  body.home-apple .home-audience-groups { gap: 52px; }
  body.home-apple .home-audience-group > header { grid-template-columns: 1fr; gap: 12px; margin-bottom: 22px; }
  body.home-apple .home-audience-group > header h3 { font-size: 27px; line-height: 1.08; }
  body.home-apple .home-audience-partners-head { align-items: flex-start; flex-direction: column; gap: 18px; }
  body.home-apple .home-audience-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(82vw, 340px);
    gap: 12px;
    margin-right: -16px;
    padding-right: 16px;
    overflow-x: auto;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }
  body.home-apple .home-audience-grid::-webkit-scrollbar { display: none; }
  body.home-apple .home-audience-grid.is-partner-grid { grid-template-columns: none; }
  body.home-apple .home-audience-grid.is-partner-grid .home-audience-card { min-height: 270px; }
  body.home-apple .home-audience-card { min-width: 0; min-height: 320px; padding: 28px; scroll-snap-align: start; }
  body.home-apple .home-audience-card h4 { font-size: 27px; line-height: 1.06; }
  body.home-apple .home-how-head { gap: 22px; }
  body.home-apple .home-how-head > p { font-size: 18px; }
  body.home-apple .home-how-inner { padding: 38px 20px; border-radius: 28px; }
  body.home-apple .home-engine-band { gap: 12px; margin-top: 48px; padding: 26px; }
  body.home-apple .home-engine-band strong { order: -1; font-size: 18px; }
  body.home-apple .home-module-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(82vw, 340px);
    gap: 12px;
    margin-top: 48px;
    margin-right: -16px;
    padding-right: 16px;
    overflow-x: auto;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }
  body.home-apple .home-module-grid::-webkit-scrollbar { display: none; }
  body.home-apple .home-module-grid li { min-width: 0; min-height: 300px; scroll-snap-align: start; }
  body.home-apple .home-how-links { grid-template-columns: 1fr; }
  body.home-apple .home-how-links { width: min(var(--container), calc(100% - 30px)); }
  body.home-apple .home-how-links strong { margin-top: 38px; font-size: 22px; }

  body.home-apple .home-research { padding-top: 0; }
  body.home-apple .home-research-inner { min-height: 0; padding: 290px 22px 34px; border-radius: 28px; align-items: flex-end; }
  body.home-apple .home-research-inner::after {
    background: linear-gradient(180deg, rgba(247, 251, 255, .02) 0%, rgba(247, 251, 255, .18) 24%, rgba(247, 251, 255, .91) 43%, #f7fbff 57%, #f7fbff 100%);
  }
  body.home-apple .home-research-visual { object-position: 64% top; transform: translateX(3%) scale(.9); }
  body.home-apple .home-research-copy { max-width: none; }
  body.home-apple .home-research .home-kicker { margin-bottom: 16px; }
  body.home-apple .home-research-lead { margin-top: 20px; font-size: 16px; }
  body.home-apple .home-research-audiences { gap: 7px; margin-top: 22px; }
  body.home-apple .home-research-audiences li { padding: 7px 10px; font-size: 11px; }
  body.home-apple .home-research-cta { width: 100%; margin-top: 28px; justify-content: center; }

  body.home-apple .home-privacy-inner { gap: 36px; padding: 0; text-align: left; }
  body.home-apple .home-privacy-mark { width: 54px; height: 54px; margin: 0 0 30px; border-radius: 16px; }
  body.home-apple .home-privacy-mark img { width: 34px; height: 34px; }
  body.home-apple .home-privacy h2 { font-size: clamp(34px, 9.4vw, 40px); line-height: 1.02; }
  body.home-apple .home-privacy h2 br { display: none; }
  body.home-apple .home-privacy-cards { grid-template-columns: 1fr; margin-top: 0; }
  body.home-apple .home-privacy-cards article { grid-template-columns: 40px minmax(0, 1fr); min-height: 0; padding: 22px 18px; }
  body.home-apple .home-privacy-link { margin-top: 30px; }

  body.home-apple .home-explore-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(84vw, 350px);
    gap: 12px;
    margin-right: -16px;
    padding-right: 16px;
    overflow-x: auto;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }
  body.home-apple .home-explore-grid::-webkit-scrollbar { display: none; }
  body.home-apple .home-explore-card { min-width: 0; min-height: 260px; padding: 28px; scroll-snap-align: start; }
  body.home-apple .home-explore-card h3 { margin-top: 54px; font-size: 24px; }

  body.home-apple .home-final { padding: 0 10px 10px; }
  body.home-apple .home-final-inner { padding: 78px 22px; border-radius: 28px; text-align: left; }
  body.home-apple .home-final-inner > p:not(.home-kicker) { margin: 24px 0 0; font-size: 18px; }
  body.home-apple .home-final .home-actions { margin-top: 28px; }
}

@media (max-width: 580px) {
  body.home-apple .media-banner { height: 92px; }
  body.home-apple .media-banner-inner { width: min(100% - 32px, 1180px) !important; padding-bottom: 0; gap: 12px; grid-template-columns: 58px minmax(0, 1fr) auto; }
  body.home-apple .media-banner-visual { width: 58px; height: 58px; border-radius: 17px; }
  body.home-apple .media-banner-message strong { font-size: 16px; white-space: normal; }
  body.home-apple .media-banner-message small { display: none; }
  body.home-apple .media-banner-action { min-height: 32px; padding: 0 11px; font-size: 0; }
  body.home-apple .media-banner-action i { font-size: 15px; }
}

@media (max-width: 430px) {
  body.home-apple .home-hero h1 { font-size: clamp(37px, 10vw, 42px); }
  body.home-apple .home-product-copy h3 { font-size: 37px; }
}

/* Use-case film: one continuous context instead of another product-card grid */
body.home-apple .home-care-path {
  padding: clamp(84px, 8vw, 118px) 0;
  background: #fff;
}

body.home-apple .home-care-path-head {
  display: grid;
  margin-bottom: 46px;
  grid-template-columns: minmax(0, 1fr) minmax(350px, 500px);
  align-items: end;
  gap: 56px;
}

body.home-apple .home-care-path-head h2 {
  margin: 0;
  font-size: clamp(46px, 4.9vw, 68px);
  font-weight: 600;
  letter-spacing: -.048em;
  line-height: .96;
}

body.home-apple .home-care-path-head > p {
  margin: 0 0 3px;
  color: var(--home-muted);
  font-size: 18px;
  line-height: 1.5;
}

body.home-apple .home-care-player {
  position: relative;
  min-height: 560px;
  border-radius: 36px;
  color: #fff;
  background: #080a0f;
  box-shadow: 0 28px 74px rgba(20, 30, 51, .16);
  overflow: hidden;
  isolation: isolate;
}

body.home-apple .home-care-player::before {
  position: absolute;
  z-index: -1;
  width: 62%;
  aspect-ratio: 1.2;
  border-radius: 50%;
  background: rgba(32, 126, 255, .16);
  filter: blur(100px);
  content: "";
  inset: -48% -8% auto auto;
}

body.home-apple .home-care-player-bar {
  position: relative;
  z-index: 10;
  display: flex;
  height: 58px;
  padding: 0 30px;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  align-items: center;
  justify-content: space-between;
}

body.home-apple .home-care-player-bar > span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .64);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .02em;
}

body.home-apple .home-care-player-bar > span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4da2ff;
  box-shadow: 0 0 0 5px rgba(77, 162, 255, .12);
}

body.home-apple .home-care-player-bar button {
  display: grid;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  color: rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .055);
  cursor: pointer;
  font-size: 10px;
  place-items: center;
}

body.home-apple .home-care-player-bar button:focus-visible,
body.home-apple .home-care-timeline button:focus-visible {
  outline: 2px solid #73b9ff;
  outline-offset: -3px;
}

body.home-apple .home-care-stage { position: relative; height: 424px; }

body.home-apple .home-care-scene {
  position: absolute;
  display: grid;
  opacity: 0;
  pointer-events: none;
  grid-template-columns: minmax(330px, .42fr) minmax(0, .58fr);
  inset: 0;
  transform: scale(1.035);
  transition: opacity .6s cubic-bezier(.22, 1, .36, 1), transform 1.1s cubic-bezier(.16, 1, .3, 1);
}

body.home-apple .home-care-scene.is-active { z-index: 2; opacity: 1; pointer-events: auto; transform: none; }

body.home-apple .home-care-copy {
  position: relative;
  z-index: 3;
  display: flex;
  padding: 46px 20px 38px 48px;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity .45s ease .12s, transform .75s cubic-bezier(.16, 1, .3, 1) .08s;
}

body.home-apple .home-care-scene.is-active .home-care-copy { opacity: 1; transform: none; }
body.home-apple .home-care-product { color: #6db3ff; font-size: 12px; font-weight: 700; letter-spacing: .035em; text-transform: uppercase; }

body.home-apple .home-care-copy h3 {
  max-width: 430px;
  margin: 20px 0 0;
  color: #fff;
  font-size: clamp(35px, 3.2vw, 48px);
  font-weight: 590;
  letter-spacing: -.045em;
  line-height: .98;
}

body.home-apple .home-care-scene:nth-child(n + 4) .home-care-copy h3 {
  font-size: clamp(33px, 2.85vw, 43px);
}

body.home-apple .home-care-copy p { max-width: 430px; margin: 24px 0 0; color: rgba(255, 255, 255, .59); font-size: 16px; line-height: 1.5; }
body.home-apple .home-care-copy > strong { max-width: 420px; margin-top: 26px; color: #93c8ff; font-size: 14px; font-weight: 620; line-height: 1.35; }

body.home-apple .home-care-visual {
  position: relative;
  min-width: 0;
  background:
    radial-gradient(circle at 54% 44%, rgba(66, 149, 255, .17), transparent 28%),
    radial-gradient(circle at 82% 26%, rgba(119, 85, 255, .16), transparent 25%);
  opacity: 0;
  overflow: hidden;
  transform: scale(.90) translateX(34px);
  transition: opacity .55s ease .08s, transform 1.15s cubic-bezier(.16, 1, .3, 1);
}

body.home-apple .home-care-visual::after {
  position: absolute;
  background-image: radial-gradient(rgba(255, 255, 255, .12) .7px, transparent .7px);
  background-size: 22px 22px;
  content: "";
  opacity: .26;
  inset: 0;
  mask-image: linear-gradient(90deg, transparent, #000 24%, #000 72%, transparent);
}

body.home-apple .home-care-scene.is-active .home-care-visual { opacity: 1; transform: none; }

/* Scene 01 — physical documents become linked data */
body.home-apple .care-document {
  position: absolute;
  z-index: 2;
  display: flex;
  width: 270px;
  height: 330px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 24px;
  color: #101114;
  background: #f8fbff;
  box-shadow: 0 34px 70px rgba(0, 0, 0, .34);
  flex-direction: column;
  transform-origin: 50% 90%;
}

body.home-apple .care-document small { color: #3978af; font-size: 10px; font-weight: 750; letter-spacing: .12em; }
body.home-apple .care-document b { margin-top: 36px; font-size: 26px; letter-spacing: -.04em; line-height: 1; }
body.home-apple .care-document b::after { display: block; width: 100%; height: 94px; margin-top: 25px; background: repeating-linear-gradient(to bottom, #dce7f1 0 2px, transparent 2px 17px); content: ""; }
body.home-apple .care-document span { margin-top: auto; color: #77818b; font-size: 11px; }
body.home-apple .care-document.is-back { top: 42px; left: 17%; opacity: .64; transform: rotate(-12deg) translate(-42px, 8px) scale(.91); }
body.home-apple .care-document.is-front { top: 24px; left: 38%; transform: rotate(5deg); }

body.home-apple .care-upload {
  position: absolute;
  z-index: 5;
  display: grid;
  right: 9%;
  bottom: 42px;
  width: 330px;
  min-height: 82px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 22px;
  color: #111318;
  grid-template-columns: 42px 1fr 28px;
  align-items: center;
  gap: 13px;
  background: rgba(255, 255, 255, .93);
  box-shadow: 0 24px 55px rgba(0, 0, 0, .32);
  backdrop-filter: blur(18px);
}

body.home-apple .care-upload > i { display: grid; width: 42px; height: 42px; border-radius: 14px; color: #fff; background: #087bed; font-size: 23px; font-style: normal; place-items: center; }
body.home-apple .care-upload > span { display: grid; gap: 3px; }
body.home-apple .care-upload b { font-size: 14px; }
body.home-apple .care-upload small { color: #7b838c; font-size: 10px; }
body.home-apple .care-upload em { display: grid; width: 25px; height: 25px; border-radius: 50%; color: #087653; background: #dff6ec; font-size: 13px; font-style: normal; place-items: center; }

body.home-apple .home-care-scene.is-active .care-document.is-back { animation: care-doc-back 6.1s cubic-bezier(.16, 1, .3, 1) both; }
body.home-apple .home-care-scene.is-active .care-document.is-front { animation: care-doc-front 6.1s cubic-bezier(.16, 1, .3, 1) both; }
body.home-apple .home-care-scene.is-active .care-upload { animation: care-rise 5.8s cubic-bezier(.16, 1, .3, 1) .2s both; }

/* Scene 02 — an explicit longitudinal line, not a dashboard */
body.home-apple .care-context-title { position: absolute; z-index: 3; top: 52px; left: 8%; display: grid; gap: 7px; }
body.home-apple .care-context-title small { color: #78b9ff; font-size: 10px; font-weight: 750; letter-spacing: .14em; }
body.home-apple .care-context-title b { font-size: 28px; letter-spacing: -.04em; }
body.home-apple .care-context-line { position: absolute; z-index: 2; right: 4%; bottom: 72px; width: 88%; overflow: visible; }
body.home-apple .care-context-line path { fill: none; stroke: #54a7ff; stroke-width: 4; stroke-linecap: round; filter: drop-shadow(0 0 10px rgba(53, 147, 255, .55)); stroke-dasharray: 760; stroke-dashoffset: 760; }
body.home-apple .care-context-line line { stroke: rgba(255, 255, 255, .16); stroke-width: 1; }
body.home-apple .home-care-scene.is-active .care-context-line path { animation: care-draw 2.3s ease .32s forwards; }

body.home-apple .care-fact { position: absolute; z-index: 4; display: grid; min-width: 142px; padding: 15px 17px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 17px; gap: 3px; color: #fff; background: rgba(21, 27, 40, .76); box-shadow: 0 17px 40px rgba(0, 0, 0, .3); opacity: 0; backdrop-filter: blur(14px); transform: translateY(18px) scale(.94); }
body.home-apple .care-fact b { font-size: 12px; }
body.home-apple .care-fact small { color: rgba(255, 255, 255, .55); font-size: 10px; }
body.home-apple .care-fact.fact-a { bottom: 85px; left: 7%; }
body.home-apple .care-fact.fact-b { top: 155px; left: 42%; }
body.home-apple .care-fact.fact-c { top: 86px; right: 6%; }
body.home-apple .home-care-scene.is-active .care-fact { animation: care-fact-in .65s cubic-bezier(.16, 1, .3, 1) forwards; }
body.home-apple .home-care-scene.is-active .care-fact.fact-b { animation-delay: .72s; }
body.home-apple .home-care-scene.is-active .care-fact.fact-c { animation-delay: 1.05s; }

/* Scene 03 — evidence and the doctor's explicit decision */
body.home-apple .care-evidence { position: absolute; z-index: 2; top: 42px; left: 10%; width: min(68%, 470px); padding: 28px; border-radius: 27px; color: #15171c; background: #f7f9fc; box-shadow: 0 30px 70px rgba(0, 0, 0, .34); }
body.home-apple .care-evidence > small { color: #3b7db8; font-size: 9px; font-weight: 750; letter-spacing: .13em; }
body.home-apple .care-evidence h4 { margin: 17px 0 12px; font-size: 27px; letter-spacing: -.04em; }
body.home-apple .care-evidence p { display: flex; margin: 0; padding: 14px 0; border-top: 1px solid #e0e5ea; align-items: flex-start; gap: 10px; color: #555d66; font-size: 12px; line-height: 1.4; }
body.home-apple .care-evidence p i { width: 7px; height: 7px; margin-top: 5px; border-radius: 50%; background: #1988f4; flex: 0 0 auto; }
body.home-apple .care-evidence > span { display: inline-flex; margin-top: 14px; padding: 7px 10px; border-radius: 999px; color: #8a5900; background: #fff0ce; font-size: 10px; font-weight: 650; }
body.home-apple .care-decision { position: absolute; z-index: 4; right: 7%; bottom: 44px; display: grid; width: 300px; padding: 22px 60px 22px 22px; border-radius: 23px; color: #fff; background: linear-gradient(135deg, #087deb, #5559e8); box-shadow: 0 27px 60px rgba(0, 76, 189, .36); opacity: 0; transform: translate(32px, 24px) scale(.9); }
body.home-apple .care-decision small { color: rgba(255, 255, 255, .62); font-size: 9px; font-weight: 750; letter-spacing: .11em; }
body.home-apple .care-decision b { margin-top: 9px; font-size: 17px; }
body.home-apple .care-decision span { margin-top: 5px; color: rgba(255, 255, 255, .68); font-size: 10px; }
body.home-apple .care-decision em { position: absolute; top: 50%; right: 20px; display: grid; width: 30px; height: 30px; border-radius: 50%; color: #087653; background: #e5fff5; font-style: normal; place-items: center; transform: translateY(-50%); }
body.home-apple .home-care-scene.is-active .care-evidence { animation: care-camera-card 6s cubic-bezier(.16, 1, .3, 1) both; }
body.home-apple .home-care-scene.is-active .care-decision { animation: care-decision-in .8s cubic-bezier(.16, 1, .3, 1) .55s forwards; }

/* Scene 04 — time is the interface */
body.home-apple .care-followup-ring { position: absolute; z-index: 2; top: 42px; left: 20%; display: grid; width: 235px; height: 235px; border: 2px solid rgba(93, 174, 255, .9); border-radius: 50%; align-content: center; justify-items: center; box-shadow: 0 0 0 28px rgba(54, 144, 255, .06), 0 0 90px rgba(45, 137, 255, .2); }
body.home-apple .care-followup-ring::before { position: absolute; border: 1px dashed rgba(255, 255, 255, .22); border-radius: inherit; content: ""; inset: 18px; animation: care-spin 18s linear infinite; }
body.home-apple .care-followup-ring span { font-size: 72px; font-weight: 560; letter-spacing: -.07em; line-height: 1; }
body.home-apple .care-followup-ring small { margin-top: 8px; color: rgba(255, 255, 255, .52); font-size: 11px; }
body.home-apple .care-followup-track { position: absolute; z-index: 3; right: 6%; bottom: 74px; left: 8%; display: flex; height: 2px; align-items: center; justify-content: space-between; background: rgba(255, 255, 255, .15); }
body.home-apple .care-followup-track i { width: 10px; height: 10px; border: 2px solid #111722; border-radius: 50%; background: #51a8ff; box-shadow: 0 0 0 3px rgba(81, 168, 255, .16); }
body.home-apple .care-followup-note { position: absolute; z-index: 4; top: 88px; right: 7%; display: grid; width: 270px; padding: 22px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 22px; color: #fff; background: rgba(18, 24, 36, .74); box-shadow: 0 26px 54px rgba(0, 0, 0, .3); backdrop-filter: blur(17px); }
body.home-apple .care-followup-note small { color: #7abaff; font-size: 9px; font-weight: 750; letter-spacing: .12em; }
body.home-apple .care-followup-note b { margin-top: 12px; font-size: 18px; }
body.home-apple .care-followup-note span { margin-top: 6px; color: rgba(255, 255, 255, .55); font-size: 11px; }
body.home-apple .home-care-scene.is-active .care-followup-ring { animation: care-ring-in 1.2s cubic-bezier(.16, 1, .3, 1) both; }
body.home-apple .home-care-scene.is-active .care-followup-note { animation: care-rise 5.8s cubic-bezier(.16, 1, .3, 1) .25s both; }

/* Scene 05 — a program, a cohort, a measurable result */
body.home-apple .care-clinic-summary { position: absolute; z-index: 3; top: 42px; left: 8%; display: grid; width: 54%; padding: 26px; border: 1px solid rgba(255, 255, 255, .15); border-radius: 25px; background: rgba(18, 24, 36, .76); box-shadow: 0 28px 64px rgba(0, 0, 0, .3); backdrop-filter: blur(16px); }
body.home-apple .care-clinic-summary small { color: #71b5ff; font-size: 9px; font-weight: 750; letter-spacing: .12em; }
body.home-apple .care-clinic-summary b { margin-top: 14px; font-size: 23px; letter-spacing: -.035em; }
body.home-apple .care-clinic-summary span { margin-top: 8px; color: rgba(255, 255, 255, .53); font-size: 11px; }
body.home-apple .care-clinic-metric { position: absolute; z-index: 4; right: 8%; top: 52px; display: grid; width: 160px; height: 142px; padding: 22px; border-radius: 23px; align-content: end; color: #111318; background: #f6f9fd; box-shadow: 0 26px 58px rgba(0, 0, 0, .3); }
body.home-apple .care-clinic-metric.is-second { top: 212px; right: 16%; color: #fff; background: linear-gradient(145deg, #087ced, #6760e8); }
body.home-apple .care-clinic-metric span { font-size: 43px; font-weight: 600; letter-spacing: -.06em; line-height: 1; }
body.home-apple .care-clinic-metric small { margin-top: 9px; color: #717983; font-size: 10px; line-height: 1.25; }
body.home-apple .care-clinic-metric.is-second small { color: rgba(255, 255, 255, .63); }
body.home-apple .care-clinic-route { position: absolute; z-index: 2; bottom: 58px; left: 9%; display: flex; width: 55%; height: 2px; justify-content: space-between; background: rgba(255, 255, 255, .17); }
body.home-apple .care-clinic-route i { width: 12px; height: 12px; margin-top: -5px; border: 2px solid #121823; border-radius: 50%; background: #55aaff; }
body.home-apple .care-clinic-route em { position: absolute; top: -1px; left: 0; height: 3px; width: 0; border-radius: 999px; background: #55aaff; box-shadow: 0 0 12px #55aaff; }
body.home-apple .home-care-scene.is-active .care-clinic-route em { animation: care-route 2.3s ease .35s forwards; }
body.home-apple .home-care-scene.is-active .care-clinic-summary { animation: care-camera-card 6s cubic-bezier(.16, 1, .3, 1) both; }
body.home-apple .home-care-scene.is-active .care-clinic-metric { animation: care-metric-in .8s cubic-bezier(.16, 1, .3, 1) .35s both; }
body.home-apple .home-care-scene.is-active .care-clinic-metric.is-second { animation-delay: .58s; }

body.home-apple .home-care-timeline {
  position: relative;
  z-index: 8;
  display: grid;
  height: 78px;
  padding: 0 28px;
  border-top: 1px solid rgba(255, 255, 255, .09);
  grid-template-columns: repeat(5, 1fr);
}

body.home-apple .home-care-timeline button { position: relative; display: grid; padding: 16px 16px 13px; border: 0; color: rgba(255, 255, 255, .34); text-align: left; background: transparent; cursor: pointer; grid-template-columns: 24px 1fr; align-content: center; gap: 7px; }
body.home-apple .home-care-timeline button b { font-size: 10px; font-weight: 700; }
body.home-apple .home-care-timeline button span { font-size: 12px; font-weight: 620; }
body.home-apple .home-care-timeline button i { position: absolute; right: 16px; bottom: 0; left: 16px; height: 2px; background: rgba(255, 255, 255, .12); overflow: hidden; }
body.home-apple .home-care-timeline button i::after { display: block; width: 0; height: 100%; background: #55aaff; content: ""; }
body.home-apple .home-care-timeline button.is-active { color: #fff; }
body.home-apple .home-care-timeline button.is-active i::after { animation: care-progress 6.2s linear forwards; }
body.home-apple .home-care-player.is-paused .home-care-timeline button.is-active i::after { animation-play-state: paused; }

@keyframes care-progress { to { width: 100%; } }
@keyframes care-draw { to { stroke-dashoffset: 0; } }
@keyframes care-route { to { width: 100%; } }
@keyframes care-doc-back { 0% { opacity: 0; transform: rotate(-4deg) translate(-110px, 35px) scale(.7); } 18% { opacity: .64; } 100% { opacity: .64; transform: rotate(-12deg) translate(-42px, 8px) scale(.91); } }
@keyframes care-doc-front { 0% { opacity: 0; transform: rotate(13deg) translate(90px, 35px) scale(.72); } 18% { opacity: 1; } 100% { opacity: 1; transform: rotate(5deg); } }
@keyframes care-rise { 0% { opacity: 0; transform: translateY(34px) scale(.88); } 15% { opacity: 1; } 100% { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes care-fact-in { to { opacity: 1; transform: none; } }
@keyframes care-decision-in { to { opacity: 1; transform: none; } }
@keyframes care-camera-card { 0% { opacity: 0; transform: translateY(26px) scale(.88); } 18% { opacity: 1; } 100% { opacity: 1; transform: translateY(-5px) scale(1.025); } }
@keyframes care-ring-in { 0% { opacity: 0; transform: scale(.55); } 55% { opacity: 1; transform: scale(1.04); } 100% { opacity: 1; transform: none; } }
@keyframes care-spin { to { transform: rotate(360deg); } }
@keyframes care-metric-in { 0% { opacity: 0; transform: translate(28px, 18px) scale(.72); } 100% { opacity: 1; transform: none; } }

@media (max-width: 1020px) {
  body.home-apple .home-care-path-head { grid-template-columns: 1fr; gap: 24px; }
  body.home-apple .home-care-path-head > p { max-width: 720px; }
  body.home-apple .home-care-scene { grid-template-columns: minmax(290px, .46fr) minmax(0, .54fr); }
  body.home-apple .home-care-copy { padding-left: 34px; }
  body.home-apple .care-document { width: 220px; height: 290px; }
  body.home-apple .care-upload { right: 4%; width: 285px; }
}

@media (max-width: 720px) {
  body.home-apple .home-care-path { padding: 72px 0; }
  body.home-apple .home-care-path-head { margin-bottom: 34px; }
  body.home-apple .home-care-path-head h2 { font-size: clamp(39px, 10.8vw, 48px); }
  body.home-apple .home-care-player { min-height: 720px; border-radius: 28px; }
  body.home-apple .home-care-player-bar { height: 52px; padding-inline: 20px; }
  body.home-apple .home-care-stage { height: 582px; }
  body.home-apple .home-care-scene { grid-template-columns: 1fr; grid-template-rows: 260px 322px; }
  body.home-apple .home-care-scene:nth-child(n + 4) { grid-template-rows: 310px 272px; }
  body.home-apple .home-care-copy { padding: 30px 24px 22px; justify-content: flex-start; }
  body.home-apple .home-care-copy h3 { margin-top: 13px; font-size: 33px; }
  body.home-apple .home-care-scene:nth-child(n + 4) .home-care-copy h3 { font-size: 31px; }
  body.home-apple .home-care-copy p { margin-top: 15px; font-size: 14px; line-height: 1.42; }
  body.home-apple .home-care-copy > strong { margin-top: 15px; font-size: 12px; }
  body.home-apple .home-care-visual { grid-row: 2; }
  body.home-apple .home-care-timeline { height: 86px; padding: 0 10px; overflow-x: auto; }
  body.home-apple .home-care-timeline button { min-width: 66px; padding: 14px 6px 12px; grid-template-columns: 1fr; gap: 2px; text-align: center; }
  body.home-apple .home-care-timeline button span { font-size: 9px; white-space: nowrap; }
  body.home-apple .home-care-timeline button i { right: 5px; left: 5px; }
  body.home-apple .care-document { top: 22px; width: 150px; height: 220px; padding: 18px; border-radius: 18px; }
  body.home-apple .care-document.is-back { left: 16%; }
  body.home-apple .care-document.is-front { left: 42%; }
  body.home-apple .care-document b { margin-top: 18px; font-size: 18px; }
  body.home-apple .care-document b::after { height: 58px; margin-top: 14px; }
  body.home-apple .care-upload { right: 7%; bottom: 24px; width: 245px; min-height: 66px; padding: 12px; grid-template-columns: 36px 1fr 24px; }
  body.home-apple .care-upload > i { width: 36px; height: 36px; }
  body.home-apple .care-context-title { top: 30px; }
  body.home-apple .care-context-title b { font-size: 22px; }
  body.home-apple .care-context-line { bottom: 50px; }
  body.home-apple .care-fact { min-width: 112px; padding: 10px; }
  body.home-apple .care-fact.fact-a { bottom: 57px; }
  body.home-apple .care-fact.fact-b { top: 122px; }
  body.home-apple .care-fact.fact-c { top: 62px; }
  body.home-apple .care-evidence { top: 26px; left: 6%; width: 75%; padding: 19px; }
  body.home-apple .care-evidence h4 { font-size: 21px; }
  body.home-apple .care-decision { right: 5%; bottom: 26px; width: 240px; }
  body.home-apple .care-followup-ring { top: 24px; left: 8%; width: 150px; height: 150px; }
  body.home-apple .care-followup-ring span { font-size: 46px; }
  body.home-apple .care-followup-note { top: 48px; right: 4%; width: 190px; padding: 16px; }
  body.home-apple .care-followup-track { bottom: 38px; }
  body.home-apple .care-clinic-summary { top: 20px; left: 4%; width: 62%; padding: 16px; }
  body.home-apple .care-clinic-summary b { font-size: 18px; }
  body.home-apple .care-clinic-metric { top: 24px; right: 3%; width: 108px; height: 98px; padding: 13px; }
  body.home-apple .care-clinic-metric.is-second { top: 142px; right: 9%; }
  body.home-apple .care-clinic-metric span { font-size: 32px; }
  body.home-apple .care-clinic-route { bottom: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  body.home-apple .home-care-player *,
  body.home-apple .home-care-player *::before,
  body.home-apple .home-care-player *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Shared community portrait composition */
body.home-apple .patient-life-community {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 7vw, 104px) 24px;
  background:
    radial-gradient(circle at 18% 18%, rgba(110, 211, 255, .42), transparent 34%),
    radial-gradient(circle at 84% 22%, rgba(154, 132, 255, .34), transparent 36%),
    linear-gradient(135deg, #dff5ff 0%, #e8f0ff 48%, #e7e1ff 100%);
}

body.home-apple .patient-life-community::before,
body.home-apple .patient-life-community::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(0, 119, 255, .11);
  border-radius: 50%;
  pointer-events: none;
}

body.home-apple .patient-life-community::before { left: -220px; top: -170px; }
body.home-apple .patient-life-community::after { right: -240px; bottom: -210px; }

body.home-apple .patient-life-community-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1360px);
  margin: 0 auto;
}

body.home-apple .patient-life-community-stage {
  position: relative;
  min-height: 720px;
  --community-card-w: clamp(164px, 14vw, 198px);
}

body.home-apple .patient-life-community-head {
  position: absolute;
  z-index: 3;
  top: 4px;
  left: 50%;
  width: min(590px, 48%);
  padding: 12px 10px;
  transform: translateX(-50%);
  text-align: center;
}

body.home-apple .patient-life-community-head h2 {
  margin: 0;
  color: #0a0b10;
  font-size: clamp(44px, 4.05vw, 58px);
  font-weight: 590;
  line-height: .9;
  letter-spacing: -.047em;
}

body.home-apple .patient-life-community-head p {
  max-width: 520px;
  margin: 20px auto 0;
  color: rgba(12, 19, 32, .6);
  font-size: 18px;
  line-height: 1.45;
}

body.home-apple .patient-life-community-cta {
  position: absolute;
  z-index: 5;
  top: 216px;
  left: 50%;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 7px 18px 7px 8px;
  border: 1px solid rgba(255, 255, 255, .86);
  border-radius: 999px;
  color: #0a0b10;
  background: rgba(255, 255, 255, .66);
  box-shadow: 0 18px 50px rgba(52, 81, 138, .14), inset 0 1px 0 rgba(255, 255, 255, .82);
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
  transform: translateX(-50%);
  font-size: 15px;
  font-weight: 650;
  letter-spacing: -.02em;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .45s ease, background .45s ease;
}

body.home-apple .patient-life-community-cta::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -28px -52px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(119, 167, 255, .22), transparent 68%);
  filter: blur(12px);
  pointer-events: none;
}

body.home-apple .patient-life-community-cta:hover {
  color: #0a0b10;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 24px 62px rgba(52, 81, 138, .22), inset 0 1px 0 #fff;
  transform: translateX(-50%) translateY(-4px);
}

body.home-apple .patient-life-community-cta-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(228, 247, 255, .96), rgba(237, 231, 255, .96));
  box-shadow: inset 0 0 0 1px rgba(64, 124, 244, .1);
}

body.home-apple .patient-life-community-cta-mark img { width: 25px; height: 25px; object-fit: contain; }
body.home-apple .patient-life-community-cta-arrow { color: #0878ea; font-size: 19px; transition: transform .35s ease; }
body.home-apple .patient-life-community-cta:hover .patient-life-community-cta-arrow { transform: translateX(3px); }

body.home-apple .patient-life-community-card {
  position: absolute;
  width: var(--community-card-w);
  height: 256px;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 27px;
  background: rgba(255, 255, 255, .38);
  box-shadow: 0 22px 60px rgba(35, 69, 122, .12);
  isolation: isolate;
  transition: transform .5s cubic-bezier(.2,.8,.2,1), box-shadow .5s ease;
}

body.home-apple .patient-life-community-card:hover {
  z-index: 4;
  transform: translateY(-8px) scale(1.018);
  box-shadow: 0 30px 75px rgba(35, 69, 122, .2);
}

body.home-apple .patient-life-community-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: brightness(1.065) saturate(1.04) contrast(.96);
  transition: opacity .44s ease, transform .8s cubic-bezier(.2,.8,.2,1), filter .44s ease;
}

body.home-apple .patient-life-community-card:hover img { transform: scale(1.035); }

body.home-apple .patient-life-community-card.is-changing img,
body.home-apple .patient-life-community-card.is-changing:hover img {
  opacity: 0;
  transform: scale(1.045);
  filter: brightness(1.065) saturate(.82) contrast(.94) blur(2px);
}

body.home-apple .patient-life-community-card::after {
  content: "";
  position: absolute;
  inset: 38% 0 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent, rgba(5, 14, 29, .82));
  pointer-events: none;
}

body.home-apple .patient-life-community-card span {
  position: absolute;
  z-index: 2;
  left: 20px;
  right: 18px;
  bottom: 18px;
  color: #fff;
  font-size: clamp(14px, 1.15vw, 18px);
  font-weight: 650;
  line-height: 1.22;
  letter-spacing: -.02em;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

body.home-apple .patient-life-community-track { position: absolute; inset: 0; }
body.home-apple .patient-life-community-card:nth-of-type(1) { top: 66px; left: 0; }
body.home-apple .patient-life-community-card:nth-of-type(2) { top: 330px; left: 0; }
body.home-apple .patient-life-community-card:nth-of-type(3) { top: 210px; left: calc(var(--community-card-w) + 14px); height: 270px; }
body.home-apple .patient-life-community-card:nth-of-type(4) { top: 488px; left: calc(var(--community-card-w) + 14px); height: 232px; }
body.home-apple .patient-life-community-card:nth-of-type(5) { top: 402px; left: 50%; height: 304px; transform: translateX(-50%); }
body.home-apple .patient-life-community-card:nth-of-type(6) { top: 488px; right: calc(var(--community-card-w) + 14px); height: 232px; }
body.home-apple .patient-life-community-card:nth-of-type(7) { top: 210px; right: calc(var(--community-card-w) + 14px); height: 270px; }
body.home-apple .patient-life-community-card:nth-of-type(8) { top: 330px; right: 0; }
body.home-apple .patient-life-community-card:nth-of-type(9) { top: 66px; right: 0; }

body.home-apple .patient-life-community-note {
  margin: 22px 0 0;
  color: rgba(12, 19, 32, .48);
  font-size: 13px;
  text-align: center;
}

@media (max-width: 1020px) {
  body.home-apple .patient-life-community-stage { display: block; min-height: 0; }
  body.home-apple .patient-life-community-head {
    position: static;
    width: min(100%, 720px);
    margin: 0 auto 24px;
    transform: none;
  }
  body.home-apple .patient-life-community-cta {
    position: relative;
    top: auto;
    left: 50%;
    margin: 0 auto 34px;
  }
  body.home-apple .patient-life-community-track {
    position: static;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
  body.home-apple .patient-life-community-track .patient-life-community-card:nth-of-type(n) {
    position: relative;
    inset: auto;
    width: auto;
    height: auto;
    transform: none;
    aspect-ratio: 4 / 5;
  }
}

@media (max-width: 680px) {
  body.home-apple .patient-life-community { padding: 58px 0 48px; }
  body.home-apple .patient-life-community-inner { width: 100%; }
  body.home-apple .patient-life-community-head { width: 100%; margin: 0 0 22px; padding: 0 22px; }
  body.home-apple .patient-life-community-head h2 { font-size: clamp(38px, 10.7vw, 46px); }
  body.home-apple .patient-life-community-head p { margin-top: 18px; font-size: 16px; }
  body.home-apple .patient-life-community-cta { margin-bottom: 30px; }
  body.home-apple .patient-life-community-track {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 0 22px 18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  body.home-apple .patient-life-community-track::-webkit-scrollbar { display: none; }
  body.home-apple .patient-life-community-track .patient-life-community-card:nth-of-type(n) {
    flex: 0 0 min(72vw, 280px);
    height: min(90vw, 350px);
    aspect-ratio: auto;
    scroll-snap-align: center;
  }
  body.home-apple .patient-life-community-note { padding: 0 22px; }
}

/* Page density pass: keep the editorial scale without stretching every idea */
@media (min-width: 1021px) {
  body.home-apple .home-products { padding: 92px 0; }
  body.home-apple .home-products-head { margin-bottom: 46px; }

  body.home-apple .home-contour { padding: 86px 0; }
  body.home-apple .home-contour-head { margin-bottom: 40px; }
  body.home-apple .home-contour-panel,
  body.home-apple .home-contour-visual { min-height: 520px; }
  body.home-apple .home-contour-tabs { padding: 34px 42px; }
  body.home-apple .home-contour-tab { padding: 18px 0; }
  body.home-apple .home-contour-tab.is-active p { margin-top: 12px; }
  body.home-apple .home-interface-screen { padding: 28px 34px; }
  body.home-apple .home-phone-mockup { width: min(210px, 52%); }
  body.home-apple .home-report-page { padding: 28px 34px 25px; }

  body.home-apple .home-definition { padding: 88px 0 52px; }
  body.home-apple .home-definition .home-centered-head { margin-bottom: 48px; }
  body.home-apple .home-system-step { gap: 52px; padding: 30px 0; }
  body.home-apple .home-step-visual { min-height: 340px; }
  body.home-apple .home-step-copy > p { margin-top: 18px; }
  body.home-apple .home-step-copy > a { min-height: 46px; margin-top: 22px; }

  body.home-apple .home-integrations { padding: 58px 0 88px; }
  body.home-apple .home-integrations-head { margin-bottom: 42px; }
  body.home-apple .home-integration-group { min-height: 208px; padding: 28px 34px; }
  body.home-apple .home-integration-group header p { margin-top: 15px; }
  body.home-apple .home-integration-logos li { height: 72px; }

  body.home-apple .home-audience { padding: 88px 0; }
  body.home-apple .home-audience .home-centered-head { margin-bottom: 52px; }
  body.home-apple .home-audience-grid.is-partner-grid .home-audience-card { min-height: 230px; padding: 26px; }
  body.home-apple .home-audience-grid.is-partner-grid .home-audience-card p { padding-top: 22px; }

  body.home-apple .home-explore { padding: 80px 0; }
  body.home-apple .home-explore .home-centered-head { margin-bottom: 48px; }
  body.home-apple .home-explore-card { min-height: 205px; padding: 30px; }
  body.home-apple .home-explore-card h3 { margin-top: 44px; }

  body.home-apple .home-faq { padding: 80px 0; }
  body.home-apple .home-faq-layout { gap: 72px; }
  body.home-apple .home-faq-list summary { padding-block: 21px; }
  body.home-apple .home-faq-list details > div { padding-bottom: 21px; }
}

@media (min-width: 721px) and (max-width: 1020px) {
  body.home-apple .home-products,
  body.home-apple .home-contour,
  body.home-apple .home-audience,
  body.home-apple .home-explore,
  body.home-apple .home-faq { padding-block: 88px; }

  body.home-apple .home-contour-panel { min-height: 0; }
  body.home-apple .home-contour-tabs { padding: 30px 42px; }
  body.home-apple .home-contour-tab { padding-block: 18px; }
  body.home-apple .home-contour-visual { min-height: 510px; }

  body.home-apple .home-definition { padding-top: 88px; }
  body.home-apple .home-system-step { gap: 38px; padding-block: 42px; }
  body.home-apple .home-step-visual { min-height: 380px; }

  body.home-apple .home-integrations { padding: 54px 0 88px; }
  body.home-apple .home-integrations-head { margin-bottom: 44px; }
  body.home-apple .home-integration-group { min-height: 0; padding: 30px; }
}

@media (max-width: 720px) {
  body.home-apple .home-definition,
  body.home-apple .home-contour,
  body.home-apple .home-products,
  body.home-apple .home-audience,
  body.home-apple .home-explore,
  body.home-apple .home-faq { padding-block: 64px; }

  body.home-apple .home-definition { padding-bottom: 34px; }
  body.home-apple .home-contour-head,
  body.home-apple .home-products-head { margin-bottom: 32px; }
  body.home-apple .home-contour-tabs { padding: 16px 20px; }
  body.home-apple .home-contour-tab { padding-block: 17px; }
  body.home-apple .home-contour-tab.is-active p { margin-top: 11px; }
  body.home-apple .home-contour-visual { min-height: 500px; }

  body.home-apple .home-system-step { gap: 24px; padding-block: 28px; }
  body.home-apple .home-step-visual { min-height: 270px; }

  body.home-apple .home-integrations { padding: 44px 0 64px; }
  body.home-apple .home-integrations-head { margin-bottom: 34px; }
  body.home-apple .home-integration-group { gap: 24px; padding: 24px 20px; }
  body.home-apple .home-integration-group header p { margin-top: 15px; }
  body.home-apple .home-integration-logos li { height: 72px; }

  body.home-apple .home-audience .home-centered-head,
  body.home-apple .home-explore .home-centered-head { margin-bottom: 38px; }
  body.home-apple .home-audience-grid.is-partner-grid .home-audience-card,
  body.home-apple .home-audience-card { min-height: 250px; padding: 24px; }
  body.home-apple .home-audience-grid.is-partner-grid .home-audience-card p { padding-top: 20px; }

  body.home-apple .home-explore-card { min-height: 220px; padding: 24px; }
  body.home-apple .home-explore-card h3 { margin-top: 44px; }
  body.home-apple .home-faq-layout { gap: 34px; }
  body.home-apple .home-faq-list summary { padding-block: 18px; }
}

/* Calm entrance motion */
@keyframes home-hero-enter {
  from {
    opacity: 0;
    filter: blur(7px);
    transform: translate3d(0, 18px, 0);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

.js body.home-apple .home-hero-copy > *,
.js body.home-apple .home-hero-boundary {
  opacity: 0;
  animation: home-hero-enter .82s cubic-bezier(.22, 1, .36, 1) forwards;
  will-change: opacity, filter, transform;
}

.js body.home-apple .home-hero-copy > :nth-child(1) { animation-delay: 80ms; }
.js body.home-apple .home-hero-copy > :nth-child(2) { animation-delay: 150ms; }
.js body.home-apple .home-hero-copy > :nth-child(3) { animation-delay: 230ms; }
.js body.home-apple .home-hero-copy > :nth-child(4) { animation-delay: 310ms; }
.js body.home-apple .home-hero-copy > :nth-child(5) { animation-delay: 390ms; }
.js body.home-apple .home-hero-boundary { animation-delay: 470ms; }

.js body.home-apple .reveal {
  opacity: 0;
  filter: blur(8px);
  transform: translate3d(0, 26px, 0) scale(.992);
  transition:
    opacity .8s cubic-bezier(.22, 1, .36, 1) var(--reveal-delay, 0ms),
    filter .85s cubic-bezier(.22, 1, .36, 1) var(--reveal-delay, 0ms),
    transform .9s cubic-bezier(.22, 1, .36, 1) var(--reveal-delay, 0ms);
  will-change: opacity, filter, transform;
}

.js body.home-apple .reveal.visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

.js body.home-apple .home-audience-group .home-audience-card,
.js body.home-apple .home-how-links a,
.js body.home-apple .home-privacy-cards article,
.js body.home-apple .home-faq-list details {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  transition: opacity .65s cubic-bezier(.22, 1, .36, 1), transform .72s cubic-bezier(.22, 1, .36, 1);
}

.js body.home-apple .home-audience-group.reveal.visible .home-audience-card,
.js body.home-apple .home-how-links.reveal.visible a,
.js body.home-apple .home-privacy-inner.reveal.visible .home-privacy-cards article,
.js body.home-apple .home-faq-list.reveal.visible details {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.js body.home-apple .reveal.visible article:nth-child(2),
.js body.home-apple .reveal.visible a:nth-child(2),
.js body.home-apple .reveal.visible details:nth-child(2) { transition-delay: 90ms; }

.js body.home-apple .reveal.visible article:nth-child(3),
.js body.home-apple .reveal.visible a:nth-child(3),
.js body.home-apple .reveal.visible details:nth-child(3) { transition-delay: 180ms; }

.js body.home-apple .reveal.visible article:nth-child(4),
.js body.home-apple .reveal.visible a:nth-child(4),
.js body.home-apple .reveal.visible details:nth-child(4) { transition-delay: 270ms; }

.js body.home-apple .reveal.visible article:nth-child(n+5),
.js body.home-apple .reveal.visible a:nth-child(n+5),
.js body.home-apple .reveal.visible details:nth-child(n+5) { transition-delay: 320ms; }

@media (prefers-reduced-motion: reduce) {
  body.home-apple *,
  body.home-apple *::before,
  body.home-apple *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  body.home-apple .home-memory-manifesto {
    height: auto;
  }

  body.home-apple .home-memory-manifesto-sticky {
    position: relative;
    min-height: 82svh;
  }

  body.home-apple .home-memory-manifesto.is-ready .home-memory-letter {
    opacity: 1;
    filter: none;
    transform: none;
  }
}
