:root {
  color-scheme: light;
  --ink: #101212;
  --muted: #5f6262;
  --pink: #fc147a;
  --pink-soft: #ffe2ed;
  --coral: #ff4f5f;
  --orange: #ff7a00;
  --yellow: #ffe600;
  --lime: #b8ff2c;
  --green: #00d87f;
  --teal: #00f0c8;
  --cyan: #00d8ff;
  --blue: #2979ff;
  --purple: #8b5cff;
  --paper: #fffafb;
  --card: rgba(255, 255, 255, 0.9);
  --line: rgba(252, 20, 122, 0.13);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; overflow-x: clip; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); overflow-x: hidden; }
body::before {
  content: ""; position: fixed; inset: 0; z-index: -2; pointer-events: none;
  background: radial-gradient(circle at 78% 5%, #ffd8e9 0, transparent 28%), radial-gradient(circle at 12% 25%, #fff0f6 0, transparent 30%), #fffafb;
}
.page-pattern { position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .48; background: repeating-linear-gradient(135deg, transparent 0 10px, rgba(29, 31, 31, .035) 10px 11px); }
img { max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; transform: translateY(-150%); background: var(--ink); color: white; border-radius: 10px; padding: 12px 16px; }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.press-header { position: sticky; top: 18px; z-index: 50; width: min(1320px, calc(100% - 40px)); min-height: 72px; margin: 18px auto 0; padding: 10px 12px 10px 22px; display: grid; grid-template-columns: 230px 1fr auto; align-items: center; gap: 24px; background: rgba(255,255,255,.82); border: 1px solid rgba(255,255,255,.95); border-radius: 999px; box-shadow: 0 12px 40px rgba(84,20,48,.09); backdrop-filter: blur(22px); }
.brand { display: inline-flex; width: max-content; }
.brand-mark { align-items: center; gap: 8px; text-decoration: none; }
.brand-checks { display: flex; gap: 3px; }
.brand-checks i { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 6px; background: var(--pink); color: var(--ink); font-size: 23px; font-style: normal; font-weight: 950; line-height: 1; }
.brand-type { color: var(--pink); font-size: 24px; font-weight: 850; letter-spacing: -.055em; }.brand-type b { color: var(--ink); font-weight: 950; }
.solution-brand { display: inline-flex; margin-bottom: 8px; }
.press-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 3vw, 42px); }
.press-nav a, .footer-contact a { text-decoration: none; font-size: 14px; font-weight: 750; }
.press-nav a:hover, .press-nav a:focus-visible, .footer-contact a:hover { color: var(--pink); }
.pill { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 13px 23px; border-radius: 999px; text-decoration: none; font-size: 14px; font-weight: 850; white-space: nowrap; transition: transform .2s ease, box-shadow .2s ease; }
.pill:hover { transform: translateY(-2px); }
.pill:focus-visible, .press-nav a:focus-visible, .asset-button:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.pill-primary { background: var(--pink); color: white; box-shadow: 0 10px 24px rgba(252,20,122,.22); }
.pill-outline { border: 2px solid var(--pink); background: rgba(255,255,255,.8); color: var(--pink); }

.hero { width: min(1420px, 100%); min-height: 760px; margin: -90px auto 0; padding: 190px 46px 0; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 55px; position: relative; }
.hero-copy { padding-bottom: 110px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 18px; color: var(--pink); font-size: 11px; font-weight: 950; letter-spacing: .13em; }
h1 { margin: 0; max-width: 680px; font-size: clamp(58px, 6.3vw, 94px); line-height: .98; letter-spacing: -.066em; }
h1 em { color: var(--pink); font-style: normal; }
.lede { max-width: 570px; margin: 28px 0; color: #2d3030; font-size: 19px; line-height: 1.55; }
.hero-benefits { list-style: none; padding: 0; margin: 29px 0 34px; display: grid; gap: 16px; }
.hero-benefits li { display: flex; align-items: center; gap: 14px; }
.benefit-icon { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; color: var(--pink); background: var(--pink-soft); font-weight: 950; font-size: 19px; }
.hero-benefits li > span:last-child { display: grid; color: var(--muted); font-size: 13px; line-height: 1.35; }
.hero-benefits strong { color: var(--ink); font-size: 15px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.hero-product { min-height: 670px; position: relative; isolation: isolate; }
.phone { position: absolute; z-index: 3; left: 22%; bottom: 58px; width: 300px; height: 620px; padding: 10px; border-radius: 57px; background: #090a0a; box-shadow: 0 34px 66px rgba(45,14,27,.28), inset 0 0 0 2px #444; transform: rotate(-1.3deg); }
.phone-island { position: absolute; z-index: 4; top: 17px; left: 50%; transform: translateX(-50%); width: 88px; height: 23px; border-radius: 20px; background: #080808; }
.phone-screen { height: 100%; overflow: hidden; padding: 38px 11px 14px; border-radius: 48px; background: #f6f6f4; }
.app-top { min-height: 55px; display: grid; grid-template-columns: 22px 1fr auto; gap: 7px; align-items: center; padding: 0 4px; font-size: 13px; }
.app-top div { display: grid; }.app-top small { color: #777; font-size: 9px; }.app-top > span { font-size: 20px; font-weight: 900; }
.progress { display: flex; justify-content: space-between; align-items: baseline; padding: 11px 9px 12px; }.progress b { font-size: 24px; }.progress span { font-size: 10px; color: #777; }
.section { min-height: 47px; margin: 6px 0; padding: 0 12px; border-radius: 13px; display: flex; align-items: center; justify-content: space-between; font-size: 8px; font-weight: 950; letter-spacing: .04em; }
.orange { background: var(--orange); }.yellow { background: var(--yellow); }.teal { background: var(--teal); }.lime { background: var(--lime); }.cyan { background: var(--cyan); }.pink { background: var(--pink); }.blue { background: var(--blue); }.purple { background: var(--purple); }.coral { background: var(--coral); }.green { background: var(--green); }
.item { min-height: 66px; margin: 7px 0; padding: 8px 10px; display: grid; grid-template-columns: 28px 1fr 20px; align-items: center; gap: 8px; border: 1px solid #e8e8e5; border-radius: 14px; background: white; }
.item .check { width: 24px; height: 24px; border: 3px solid var(--pink); border-radius: 7px; }.item .check.checked { display: grid; place-items: center; background: var(--pink); color: white; font-size: 20px; font-weight: 950; line-height: 1; }
.item > div { display: grid; }.item b { font-size: 12px; }.item small { color: var(--pink); font-size: 8px; font-weight: 850; }.mini-avatar { display: inline-grid; place-items: center; width: 15px; height: 15px; border-radius: 50%; color: #111; font-style: normal; }.bubble { color: var(--pink); }
.watch { position: absolute; z-index: 4; right: 7%; bottom: 88px; width: 190px; height: 235px; padding: 20px 15px; border: 8px solid #161616; border-radius: 61px; background: #050505; box-shadow: 0 30px 50px rgba(20,10,15,.28); transform: rotate(3deg); }
.watch::before, .watch::after { content: ""; position: absolute; z-index: -1; left: 32px; width: 110px; height: 90px; background: #1d1d1d; }.watch::before { top: -72px; border-radius: 28px 28px 5px 5px; }.watch::after { bottom: -72px; border-radius: 5px 5px 28px 28px; }
.watch-screen { display: grid; color: white; font-size: 9px; }.watch-screen small { color: var(--pink); margin-bottom: 6px; }.watch-screen b { font-size: 14px; }.watch-screen > span { color: #aaa; margin-bottom: 8px; }.watch-screen p { margin: 4px 0; }.watch-screen i { display: inline-block; width: 12px; height: 12px; margin-right: 6px; border: 2px solid var(--pink); border-radius: 4px; vertical-align: middle; }
.chat { position: absolute; z-index: 6; display: flex; align-items: center; gap: 9px; }
.chat p { margin: 0; max-width: 160px; padding: 12px 15px; border: 1px solid rgba(139,92,255,.35); border-radius: 16px; background: rgba(255,255,255,.94); box-shadow: 0 10px 30px rgba(52,25,40,.1); font-size: 12px; line-height: 1.35; }.chat p b { display: block; color: var(--blue); }
.chat-one { top: 135px; right: 0; }.chat-two { top: 268px; right: -16px; }.avatar { width: 52px; height: 52px; display: grid; place-items: center; border: 4px solid white; border-radius: 50%; color: white; font-weight: 950; box-shadow: 0 0 0 3px var(--pink); }.avatar-coral { background: var(--coral); }.avatar-teal { background: var(--teal); color: #111; }
.orbit { position: absolute; border: 2px dashed rgba(252,20,122,.2); border-radius: 50%; }.orbit-one { width: 240px; height: 240px; right: 4%; top: 125px; }.orbit-two { width: 390px; height: 390px; left: 3%; bottom: 10px; }
.spark { position: absolute; color: var(--pink); font-weight: 950; }.spark-a { top: 92px; left: 24%; font-size: 30px; }.spark-b { top: 300px; left: 10%; font-size: 31px; }.spark-c { right: 19%; bottom: 40px; font-size: 42px; }
.transport-parade { position: absolute; z-index: 8; left: 0; right: 0; bottom: 0; height: 125px; overflow: hidden; border-bottom: 6px solid #ff9bc5; pointer-events: none; }
.transport-track { position: absolute; left: 0; bottom: 0; width: max-content; display: flex; align-items: end; will-change: transform; animation: transport-marquee 34s linear infinite; }
.transport-set { flex: none; display: flex; align-items: end; gap: clamp(28px, 4vw, 70px); padding-right: clamp(28px, 4vw, 70px); }
.transport-parade img { flex: none; width: auto; height: clamp(65px, 8vw, 105px); object-fit: contain; filter: drop-shadow(0 7px 5px rgba(50,20,30,.1)); }
@keyframes transport-marquee { to { transform: translateX(-50%); } }

.content-section { width: min(1320px, calc(100% - 40px)); margin: 26px auto; scroll-margin-top: 110px; }
.problem-solution { min-height: 420px; display: grid; grid-template-columns: 1fr 70px .75fr; align-items: stretch; border: 1px solid rgba(252,20,122,.08); border-radius: 32px; overflow: hidden; background: rgba(255,244,248,.9); }
.problem, .solution { position: relative; padding: clamp(34px, 4vw, 62px); }.problem h3, .solution h3, .section-heading, .editorial-card h2, .press-assets h2, .testflight-card h2 { margin: 8px 0 18px; font-size: clamp(30px, 3vw, 45px); line-height: 1.05; letter-spacing: -.04em; }.problem > p:last-of-type { max-width: 360px; color: #323535; font-size: 16px; line-height: 1.65; }
.solution { background: rgba(255,255,255,.56); }.solution h3 { font-size: 25px; }
.solution-arrow { display: grid; place-items: center; color: var(--pink); font-size: 56px; font-weight: 400; }
.solution-list { padding: 0; margin: 25px 0 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }.solution-list li { min-height: 38px; padding: 8px 10px; display: grid; grid-template-columns: 22px 1fr auto; align-items: center; gap: 5px; border-radius: 9px; background: white; font-size: 11px; }.solution-list li > span { width: 15px; height: 15px; display: grid; place-items: center; border: 2px solid var(--teal); border-radius: 4px; background: var(--teal); font-size: 10px; }.solution-list li:last-child > span { background: white; }.solution-list em { color: var(--pink); font-style: normal; font-weight: 800; }
.tangle { position: absolute; right: 20px; bottom: 18px; width: 320px; height: 220px; }.tangle-drawing { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; transform: rotate(-5deg); }.tangle-drawing path, .tangle-drawing use { fill: none; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }.tangle-shadow { stroke: rgba(252,20,122,.1); stroke-width: 9; }.tangle-ink { stroke: #202223; stroke-width: 2.7; stroke-dasharray: 780 220; animation: tangle-flow 9s linear infinite; filter: drop-shadow(0 1px 0 rgba(255,255,255,.7)); }.tangle-ink-mid { animation-duration: 7.2s; animation-direction: reverse; stroke-width: 2.4; opacity: .88; }.tangle-ink-core { animation-duration: 5.8s; stroke-width: 2.2; opacity: .76; }.tangle span { position: absolute; z-index: 2; padding: 9px 11px; border-radius: 10px; background: white; box-shadow: 0 5px 18px rgba(50,20,30,.08); font-size: 9px; }.tangle span:nth-child(1) { left: -5px; bottom: 12px; }.tangle span:nth-child(2) { right: -5px; top: 0; }.tangle span:nth-child(3) { left: -2px; top: 28px; }
@keyframes tangle-flow { to { stroke-dashoffset: -1000; } }

.feature-section { padding: 48px 34px 26px; border: 1px solid rgba(252,20,122,.08); border-radius: 32px; background: rgba(255,246,249,.86); }.section-heading { max-width: 620px; }.feature-grid { display: grid; grid-template-columns: repeat(6, 1fr); margin-top: 40px; }.feature-grid article { min-height: 215px; padding: 7px 22px 22px; text-align: center; border-right: 1px solid rgba(252,20,122,.15); }.feature-grid article:last-child { border: 0; }.feature-icon { width: 46px; height: 46px; display: grid; place-items: center; margin: 0 auto 20px; border-radius: 15px; color: white; font-size: 25px; font-weight: 900; }.feature-grid h3 { margin: 0 0 10px; font-size: 16px; }.feature-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }

.apple-section { min-height: 560px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 30px; padding: clamp(35px, 5vw, 70px); border: 1px solid rgba(252,20,122,.1); border-radius: 32px; overflow: hidden; background: repeating-linear-gradient(135deg, rgba(255,255,255,.8) 0 10px, rgba(252,20,122,.055) 10px 11px), #fff8fb; }.apple-copy h2 { max-width: 520px; margin: 0 0 28px; font-size: clamp(34px, 3.6vw, 53px); line-height: 1.05; letter-spacing: -.05em; }.apple-features { list-style: none; padding: 0; margin: 0; display: grid; gap: 17px; }.apple-features li { display: flex; gap: 13px; align-items: center; }.platform-icon { flex: 0 0 auto; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; color: white; font-size: 22px; font-weight: 950; }.apple-features li > span:last-child { display: grid; color: var(--muted); font-size: 13px; line-height: 1.4; }.apple-features b { color: var(--ink); font-size: 15px; }.apple-note { max-width: 500px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.device-stage { min-height: 430px; position: relative; }.mini-phone { position: absolute; left: 2%; bottom: 5px; width: 145px; height: 310px; padding: 7px; border-radius: 32px; background: #111; transform: rotate(-3deg); box-shadow: 0 25px 45px rgba(30,10,20,.18); }.mini-phone > div { height: 100%; padding: 35px 10px; display: grid; align-content: start; gap: 12px; border-radius: 26px; background: white; }.mini-phone b { font-size: 30px; }.mini-phone small { margin-top: -13px; }.tiny-section { display: block; height: 42px; border-radius: 10px; }
.tablet { position: absolute; left: 20%; right: 15%; bottom: 0; height: 355px; padding: 9px; display: grid; grid-template-columns: 30% 70%; border-radius: 34px; background: #161616; box-shadow: 0 30px 50px rgba(30,10,20,.2); }.tablet > div { padding: 28px 20px; background: white; }.tablet-sidebar { display: grid; align-content: start; gap: 19px; border-radius: 25px 0 0 25px; background: #f2f2f0 !important; font-size: 10px; }.tablet-sidebar b { color: var(--pink); }.tablet-content { display: grid; align-content: start; gap: 12px; border-radius: 0 25px 25px 0; }.tablet-content b { margin-bottom: 5px; font-size: 18px; }.small-watch { right: -3%; bottom: 50px; width: 148px; height: 180px; padding: 16px 12px; border-radius: 50px; }.small-watch::before, .small-watch::after { left: 27px; width: 80px; height: 70px; }.small-watch::before { top: -55px; }.small-watch::after { bottom: -55px; }

.editorial-grid { display: grid; grid-template-columns: 1.15fr 1fr .66fr; gap: 16px; }.editorial-card { min-height: 470px; padding: clamp(28px, 3vw, 48px); position: relative; overflow: hidden; border: 1px solid rgba(252,20,122,.08); border-radius: 30px; background: rgba(255,245,248,.9); }.editorial-card h2 { font-size: clamp(29px, 2.8vw, 42px); }.tick-list { list-style: none; padding: 0; margin: 25px 0; display: grid; gap: 12px; font-size: 13px; }.tick-list li::before { content: "✓"; width: 22px; height: 22px; display: inline-grid; place-items: center; margin-right: 9px; border-radius: 50%; background: var(--pink-soft); color: var(--pink); font-weight: 950; }
.completion-phone { position: absolute; right: -15px; bottom: -80px; width: 195px; height: 330px; padding: 50px 16px; display: grid; justify-items: center; align-content: start; border: 8px solid #111; border-radius: 38px; background: white; transform: rotate(10deg); box-shadow: 0 22px 50px rgba(50,20,30,.18); }.completion-phone > span { position: absolute; top: 25px; right: 30px; color: var(--pink); font-size: 30px; }.complete-check { width: 64px; height: 64px; margin: 35px 0 18px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--lime); font-size: 37px; }.completion-phone b { font-size: 23px; }.completion-phone small { margin-top: 6px; color: var(--muted); }
.access-card { background: linear-gradient(145deg, #fff8fb, #fff0f6); }.access-card .tick-list { max-width: 60%; }.globe { position: absolute; right: -30px; bottom: -40px; width: 250px; height: 250px; border-radius: 50%; background: radial-gradient(circle at 62% 38%, var(--lime) 0 10%, transparent 11%), radial-gradient(circle at 37% 61%, var(--teal) 0 19%, transparent 20%), var(--blue); box-shadow: inset -25px -18px 0 rgba(0,0,0,.08); }.globe i { position: absolute; inset: 58px; display: grid; place-items: center; border: 2px solid rgba(255,255,255,.55); border-radius: 50%; color: white; font-size: 70px; font-style: normal; }.globe span { position: absolute; z-index: 2; padding: 8px 10px; border-radius: 12px; background: white; box-shadow: 0 8px 20px rgba(50,20,30,.12); font-size: 9px; font-weight: 750; }.globe span:nth-child(1) { left: -40px; top: 25px; }.globe span:nth-child(2) { right: 2px; top: -15px; }.globe span:nth-child(3) { left: -18px; bottom: 45px; }
.launch-card { background: #fff5f8; }.launch-card time { display: block; margin-top: 42px; font-size: clamp(38px, 4vw, 57px); line-height: .95; letter-spacing: -.055em; font-weight: 950; }.platforms { display: flex; flex-wrap: wrap; gap: 6px 9px; margin-top: 34px; font-size: 12px; }.platforms span { color: var(--pink); }.launch-card img { position: absolute; width: 190px; right: -45px; bottom: -10px; transform: rotate(-8deg); }

.press-assets { min-height: 220px; padding: 38px 42px; display: grid; grid-template-columns: .65fr 1.35fr; gap: 38px; align-items: center; border: 1px solid rgba(252,20,122,.09); border-radius: 30px; background: rgba(255,246,249,.92); }.press-assets h2 { font-size: 31px; }.press-assets p:last-child { color: var(--muted); line-height: 1.5; }.asset-actions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }.asset-button { min-height: 68px; padding: 13px 17px; display: flex; justify-content: space-between; align-items: center; gap: 12px; border: 1px solid rgba(252,20,122,.2); border-radius: 16px; background: white; font-size: 13px; font-weight: 850; }.asset-button small { color: var(--pink); font-size: 9px; text-transform: uppercase; letter-spacing: .07em; }
.testflight-card { min-height: 200px; padding: 35px 42px; display: grid; grid-template-columns: 100px 1fr auto; align-items: center; gap: 26px; border-radius: 30px; background: var(--ink); color: white; }.testflight-card > img { border-radius: 22px; }.testflight-card h2 { margin: 0; font-size: 38px; }.testflight-card p:last-child { margin-bottom: 0; color: #c8ccca; }.disabled-cta { display: grid; cursor: default; }.disabled-cta small { font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }

.press-footer { margin-top: 40px; padding: 30px max(24px, calc((100% - 1260px) / 2)); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px 40px; background: var(--pink); color: white; }.footer-brand { display: flex; align-items: center; gap: 20px; }.footer-brand img { width: 160px; filter: brightness(0) invert(1); }.footer-brand span { font-size: 12px; }.footer-contact { display: flex; gap: 24px; }.press-footer small { grid-column: 1 / -1; opacity: .75; font-size: 10px; }

@media (max-width: 1100px) {
  .press-header { grid-template-columns: 190px 1fr auto; }.press-nav { gap: 16px; }.press-nav a { font-size: 12px; }
  .hero { grid-template-columns: .85fr 1.15fr; padding-inline: 30px; }.hero-product { transform: scale(.9); transform-origin: center right; margin-left: -50px; }
  .feature-grid { grid-template-columns: repeat(3, 1fr); }.feature-grid article { border-bottom: 1px solid rgba(252,20,122,.15); }.feature-grid article:nth-child(3) { border-right: 0; }.feature-grid article:nth-child(n+4) { border-bottom: 0; }
  .editorial-grid { grid-template-columns: 1fr 1fr; }.launch-card { grid-column: 1 / -1; min-height: 300px; }.launch-card img { width: 260px; right: 5%; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 88px; }.press-header { top: 8px; width: calc(100% - 20px); min-height: 62px; margin-top: 8px; padding: 8px 10px 8px 16px; grid-template-columns: 1fr auto; }.brand-type { font-size: 20px; }.brand-checks i { width: 21px; height: 21px; font-size: 19px; }.press-nav { display: none; }.press-header > .pill { min-height: 43px; padding: 10px 15px; font-size: 11px; }
  .hero { margin-top: -78px; padding: 155px 20px 0; grid-template-columns: 1fr; gap: 10px; }.hero-copy { padding-bottom: 10px; }.hero-product { width: 680px; min-height: 660px; left: 50%; margin-left: -340px; transform: scale(.86); transform-origin: center center; }.transport-parade { height: 105px; }.transport-parade img { height: 78px; }
  .problem-solution { grid-template-columns: 1fr; }.solution-arrow { min-height: 55px; transform: rotate(90deg); }.tangle { opacity: .55; }.solution-list { grid-template-columns: 1fr 1fr; }
  .apple-section { grid-template-columns: 1fr; }.device-stage { min-height: 450px; }
  .editorial-grid { grid-template-columns: 1fr; }.launch-card { grid-column: auto; }.access-card .tick-list { max-width: 67%; }
  .press-assets { grid-template-columns: 1fr; }.testflight-card { grid-template-columns: 74px 1fr; }.testflight-card > img { width: 74px; }.testflight-card .disabled-cta { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .press-header > .pill span { display: none; }.press-header > .pill { padding-inline: 12px; }
  .hero { padding-inline: 16px; }.hero-copy { text-align: center; }.hero .eyebrow { margin-top: 12px; }.hero h1 { font-size: clamp(50px, 15vw, 70px); }.lede { font-size: 17px; }.hero-benefits { width: max-content; max-width: 100%; margin-inline: auto; text-align: left; }.hero-actions { justify-content: center; }.hero-product { min-height: 580px; transform: scale(.72); margin-top: -55px; margin-bottom: -60px; }.chat-two { right: 30px; }.transport-parade { height: 90px; gap: 5px; }.transport-parade img { height: 62px; }
  .content-section { width: calc(100% - 24px); }.problem, .solution, .feature-section, .apple-section, .editorial-card, .press-assets, .testflight-card { padding: 28px 22px; border-radius: 25px; }.tangle { position: relative; inset: auto; width: 100%; margin-top: 20px; }.solution-list { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr 1fr; }.feature-grid article { padding: 15px 10px 25px; border-right: 1px solid rgba(252,20,122,.15); border-bottom: 1px solid rgba(252,20,122,.15) !important; }.feature-grid article:nth-child(even) { border-right: 0; }.feature-grid article:nth-child(n+5) { border-bottom: 0 !important; }
  .device-stage { min-height: 390px; transform: scale(.82); transform-origin: left top; width: 120%; }.tablet { left: 12%; right: 0; }.mini-phone { left: -5%; }.small-watch { right: -9%; }
  .completion-phone { opacity: .7; right: -55px; }.delight-card .tick-list { max-width: 68%; }.access-card { min-height: 520px; }.access-card .tick-list { max-width: 100%; }.globe { opacity: .68; right: -55px; bottom: -50px; }
  .asset-actions { grid-template-columns: 1fr; }.asset-button { min-height: 58px; }.testflight-card { text-align: left; }.testflight-card h2 { font-size: 31px; }
  .press-footer { grid-template-columns: 1fr; text-align: center; }.footer-brand, .footer-contact { justify-content: center; flex-wrap: wrap; }.press-footer small { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
  .transport-track { transform: translateX(-10%); }
  .tangle-ink { stroke-dasharray: none; }
}
