:root {
  color-scheme: dark;
  --black: #050508;
  --ink: #0a0a0f;
  --white: #f7f7fb;
  --muted: rgba(247, 247, 251, 0.58);
  --faint: rgba(247, 247, 251, 0.34);
  --line: rgba(255, 255, 255, 0.10);
  --blue: #287cff;
  --cyan: #12cae9;
  --violet: #7454ff;
  --pink: #ed408d;
  --amber: #ff951c;
  --page: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }

html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--black);
  color: var(--white);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
}

main { overflow-x: clip; }

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

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

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  transform: translateY(-160%);
  border-radius: 999px;
  background: white;
  color: black;
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  display: flex;
  width: var(--page);
  height: 92px;
  align-items: center;
  justify-content: space-between;
  transform: translateX(-50%);
  border-bottom: 1px solid var(--line);
}

.brand { display: flex; align-items: center; gap: 11px; }
.brand img { width: 36px; height: 36px; object-fit: contain; }
.brand span { font-size: 17px; font-weight: 510; letter-spacing: 1.3px; }
.brand b { color: var(--cyan); font-weight: 500; }

nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 38px); }
nav a { color: rgba(255,255,255,.58); font-size: 13px; font-weight: 560; transition: color .2s ease; }
nav a:hover, nav a:focus-visible { color: white; }
nav .nav-cta { padding: 11px 17px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: white; }

.hero {
  position: relative;
  display: grid;
  min-height: 960px;
  grid-template-columns: minmax(0, 1.06fr) minmax(380px, .94fr);
  gap: 40px;
  align-items: center;
  width: var(--page);
  margin: 0 auto;
  padding: 130px 0 60px;
}

.hero::before {
  position: absolute;
  z-index: -2;
  top: -18%;
  left: -38%;
  width: 840px;
  height: 840px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(67,64,152,.16), transparent 67%);
  content: "";
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 25px;
  color: rgba(255,255,255,.48);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.eyebrow > span { width: 29px; height: 1px; background: var(--cyan); }

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

h1 {
  max-width: 680px;
  margin-bottom: 32px;
  font-size: clamp(65px, 7.2vw, 104px);
  font-weight: 610;
  letter-spacing: -.068em;
  line-height: .91;
}

h1 em, h2 em { font-style: normal; font-weight: 290; color: rgba(255,255,255,.62); }

.hero-lede {
  max-width: 610px;
  margin-bottom: 35px;
  color: var(--muted);
  font-size: clamp(18px, 1.7vw, 22px);
  font-weight: 390;
  line-height: 1.55;
}

.hero-actions { display: flex; align-items: center; gap: 26px; }
.store-link { display: inline-block; border-radius: 9px; transition: transform .2s ease, filter .2s ease; }
.store-link:hover { transform: translateY(-2px); filter: brightness(1.12); }
.store-link:focus-visible { outline: 2px solid white; outline-offset: 4px; }
.store-link img { width: 148px; height: auto; }
.text-link { color: rgba(255,255,255,.72); font-size: 14px; font-weight: 550; }
.text-link span { display: inline-block; margin-left: 8px; color: var(--cyan); }
.compatibility { margin: 23px 0 0; color: var(--faint); font-size: 12px; letter-spacing: .5px; }

.hero-art { position: relative; display: flex; min-height: 750px; align-items: center; justify-content: center; }
.device-glow {
  position: absolute;
  width: 580px;
  height: 680px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 53% 35%, rgba(13,194,231,.22), transparent 35%),
    radial-gradient(circle at 40% 61%, rgba(108,67,255,.18), transparent 43%),
    radial-gradient(circle at 72% 72%, rgba(237,64,141,.12), transparent 36%);
  filter: blur(34px);
}

.phone {
  position: relative;
  z-index: 2;
  width: 372px;
  height: 760px;
  padding: 8px;
  transform: perspective(1500px) rotateY(-4deg) rotateX(1.5deg);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 65px;
  background: linear-gradient(145deg, #363640, #121218 26%, #050507 72%, #34343e);
  box-shadow: 0 60px 120px rgba(0,0,0,.75), 0 0 0 2px rgba(0,0,0,.8), inset 0 0 0 1px rgba(255,255,255,.1);
}

.phone-island { position: absolute; z-index: 8; top: 20px; left: 50%; width: 112px; height: 29px; transform: translateX(-50%); border-radius: 999px; background: #000; }
.landscape-canvas { position: relative; height: 100%; overflow: hidden; border-radius: 57px; background: #020204; }
.landscape-canvas::after { position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(255,255,255,.035), transparent); content: ""; pointer-events: none; }
.landscape-field { position: absolute; top: 148px; right: 0; left: 0; height: 382px; overflow: hidden; contain: strict; background: #000; }
.heart-landscape-still { display: block; width: 100%; height: 100%; object-fit: cover; }

.app-brand { position: absolute; top: 72px; left: 28px; display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.92); font-size: 13px; font-weight: 590; letter-spacing: 1.5px; }
.app-brand img { width: 25px; height: 25px; }
.live-label { position: absolute; top: 126px; left: 29px; display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.38); font-size: 8px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.live-label i { width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 10px var(--cyan); }
.reading { position: absolute; z-index: 3; right: 0; bottom: 100px; left: 0; padding: 0 29px; text-shadow: 0 4px 16px #000; }
.state { width: max-content; background: linear-gradient(90deg, #203fff, #491fd9 48%, #941fff); background-clip: text; color: transparent; font-size: 37px; font-weight: 610; letter-spacing: -.04em; -webkit-background-clip: text; }
.rhythm { margin-top: 3px; color: rgba(255,255,255,.48); font-size: 13px; }
.bpm { display: flex; align-items: baseline; gap: 7px; margin-top: 24px; }
.bpm strong { font-size: 69px; font-weight: 250; letter-spacing: -.07em; line-height: 1; }
.bpm span { color: rgba(255,255,255,.72); font-size: 12px; font-weight: 700; }
.source { margin-top: 5px; color: rgba(255,255,255,.40); font-size: 10px; }
.tab-bar { position: absolute; z-index: 4; right: 18px; bottom: 16px; left: 18px; display: flex; height: 58px; align-items: center; justify-content: space-around; border: 1px solid rgba(255,255,255,.08); border-radius: 25px; background: rgba(5,5,8,.72); backdrop-filter: blur(18px); }
.tab-bar span { color: rgba(255,255,255,.33); font-size: 10px; font-weight: 600; }
.tab-bar .active { color: white; }

.section { width: var(--page); margin: 0 auto; padding: 150px 0; }

.airpods-story {
  display: grid;
  width: min(1380px, calc(100vw - 48px));
  grid-template-columns: minmax(380px, .72fr) minmax(0, 1.28fr);
  gap: 70px;
  align-items: center;
  padding-top: 90px;
}

.airpods-copy h2 {
  margin-bottom: 0;
  font-size: clamp(50px, 5.4vw, 76px);
  font-weight: 520;
  letter-spacing: -.062em;
  line-height: .98;
}

.airpods-copy h2 em { color: rgba(255,255,255,.54); font-style: normal; font-weight: 280; }
.airpods-lede { max-width: 560px; margin: 32px 0 36px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.airpods-steps { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.airpods-steps li { display: grid; grid-template-columns: 48px 1fr; gap: 4px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.airpods-steps li > span { padding-top: 2px; color: var(--faint); font-size: 9px; font-weight: 700; letter-spacing: 1.4px; }
.airpods-steps p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.airpods-steps strong { margin-right: 7px; color: white; font-weight: 620; }
.airpods-note { margin: 24px 0 0; color: var(--faint); font-size: 11px; line-height: 1.55; }
.airpods-visual { position: relative; min-height: 600px; overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: 36px; background: #000; box-shadow: 0 55px 110px rgba(0,0,0,.36); }
.airpods-visual::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.04), transparent 58%, rgba(0,0,0,.7)); content: ""; pointer-events: none; }
.airpods-visual > img { width: 100%; height: 600px; object-fit: cover; object-position: center; }
.airpods-visual figcaption { position: absolute; z-index: 2; right: 30px; bottom: 26px; left: 30px; display: grid; grid-template-columns: auto 1fr auto; align-items: baseline; gap: 12px; text-shadow: 0 3px 18px #000; }
.airpods-visual figcaption span { color: var(--faint); font-size: 8px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.airpods-visual figcaption b { font-size: 19px; font-weight: 570; }
.airpods-visual figcaption i { color: var(--muted); font-size: 10px; font-style: normal; }

.manifesto { display: grid; grid-template-columns: 1fr 1fr; column-gap: 80px; border-top: 1px solid var(--line); }
.section-heading h2, .day-copy h2, .privacy-copy h2, .final-cta h2 {
  margin-bottom: 0;
  font-size: clamp(48px, 5.6vw, 78px);
  font-weight: 520;
  letter-spacing: -.062em;
  line-height: .98;
}
.section-heading.compact h2 { font-size: clamp(48px, 5vw, 70px); }
.section-intro { align-self: end; max-width: 525px; margin: 0 0 8px auto; color: var(--muted); font-size: 18px; line-height: 1.65; }
.principles { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 100px; background: var(--line); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principles article { min-height: 265px; padding: 32px 38px 38px 0; background: var(--black); }
.principles article + article { padding-left: 38px; }
.principles span { color: var(--faint); font-size: 11px; letter-spacing: 2px; }
.principles h3 { margin: 82px 0 12px; font-size: 25px; font-weight: 560; letter-spacing: -.03em; }
.principles p { max-width: 280px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }

.routes { display: grid; grid-template-columns: 1fr 1fr; gap: 60px 80px; }
.route-grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.route-card { position: relative; min-height: 390px; overflow: hidden; padding: 35px; border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(145deg, rgba(255,255,255,.042), rgba(255,255,255,.012)); }
.route-card::after { position: absolute; right: -70px; bottom: -100px; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(112,84,255,.14), transparent 70%); content: ""; }
.route-card.featured::after { background: radial-gradient(circle, rgba(18,202,233,.19), transparent 70%); }
.route-icon { display: grid; width: 56px; height: 56px; place-items: center; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.03); color: var(--cyan); font-size: 24px; }
.pulse-icon { font-size: 35px; }
.route-tag { position: absolute; top: 42px; right: 35px; color: var(--faint); font-size: 9px; font-weight: 700; letter-spacing: 1.9px; text-transform: uppercase; }
.route-card h3 { margin: 75px 0 13px; font-size: 32px; font-weight: 550; letter-spacing: -.04em; }
.route-card > p:not(.route-tag) { max-width: 390px; color: var(--muted); font-size: 16px; line-height: 1.55; }
.route-card > span { position: absolute; bottom: 32px; left: 35px; color: rgba(255,255,255,.34); font-size: 11px; }

.day-section { display: grid; grid-template-columns: minmax(0, 1.42fr) minmax(320px, .58fr); gap: 65px; align-items: center; width: min(1380px, calc(100vw - 48px)); }
.day-visual { position: relative; min-height: 570px; overflow: hidden; border: 1px solid var(--line); border-radius: 34px; background: #020204; box-shadow: 0 55px 120px rgba(0,0,0,.34); }
.day-visual::after { position: absolute; inset: 0; background: radial-gradient(circle at 70% 45%, rgba(66,58,151,.12), transparent 35%); content: ""; }
.day-visual svg { position: absolute; z-index: 1; right: 0; bottom: 45px; left: 0; width: 100%; height: 82%; filter: saturate(1.05); }
.day-topline { position: absolute; z-index: 3; top: 28px; right: 30px; left: 30px; display: flex; justify-content: space-between; color: var(--faint); font-size: 9px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; }
.day-axis { position: absolute; z-index: 3; right: 30px; bottom: 25px; left: 30px; display: flex; justify-content: space-between; color: rgba(255,255,255,.23); font-size: 8px; font-weight: 650; }
.day-now { position: absolute; z-index: 4; top: 156px; right: 36px; display: grid; padding-left: 18px; border-left: 1px solid rgba(255,255,255,.18); }
.day-now i { position: absolute; top: -3px; left: -4px; width: 7px; height: 7px; border-radius: 50%; background: white; box-shadow: 0 0 16px white; }
.day-now strong { font-size: 20px; font-weight: 580; }
.day-now span { margin-top: 4px; color: var(--faint); font-size: 9px; text-transform: uppercase; }
.day-copy p:not(.eyebrow) { margin: 30px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.day-copy .fine-print { padding-top: 25px; border-top: 1px solid var(--line); color: var(--faint); font-size: 12px; }

.everywhere { width: min(1380px, calc(100vw - 48px)); }
.surface-grid { display: grid; grid-template-columns: .88fr 1.1fr 1.3fr; gap: 18px; margin-top: 78px; }
.surface-card { display: flex; min-height: 510px; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 32px; border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(145deg, #0e0e14, #07070a); }
.surface-card > div:last-child h3 { margin: 0 0 9px; font-size: 22px; font-weight: 570; letter-spacing: -.025em; }
.surface-card > div:last-child p { max-width: 400px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.watch-face { position: relative; display: grid; width: 205px; height: 244px; place-items: center; align-self: center; margin-top: 22px; overflow: hidden; border: 5px solid #25252d; border-radius: 63px; background: radial-gradient(ellipse at 50% 68%, rgba(29,199,230,.24), transparent 42%), linear-gradient(165deg, #0b0b16, #020204); box-shadow: 0 35px 70px rgba(0,0,0,.55); }
.watch-face::before { position: absolute; right: -30px; bottom: 25px; left: -30px; height: 100px; transform: rotate(-8deg); border-radius: 50%; background: linear-gradient(180deg, rgba(100,77,255,.5), rgba(10,203,231,.16)); filter: blur(5px); content: ""; }
.watch-face img { position: absolute; top: 23px; width: 32px; height: 32px; }
.watch-face strong { position: absolute; top: 77px; font-size: 64px; font-weight: 250; letter-spacing: -.07em; }
.watch-face small { position: absolute; top: 139px; color: var(--muted); font-size: 10px; font-weight: 700; }
.watch-face span { position: absolute; z-index: 2; bottom: 42px; color: var(--cyan); font-size: 19px; font-weight: 600; }
.watch-face i { position: absolute; z-index: 2; bottom: 25px; color: var(--faint); font-size: 8px; font-style: normal; }
.mini-widget { position: relative; width: 100%; height: 220px; margin-top: 25px; padding: 21px; overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: 31px; background: radial-gradient(ellipse at 74% 72%, rgba(116,84,255,.32), transparent 46%), linear-gradient(140deg, #10101a, #030306); box-shadow: 0 35px 70px rgba(0,0,0,.38); }
.mini-widget::after { position: absolute; right: -15%; bottom: -44px; left: -10%; height: 120px; transform: rotate(-6deg); border-radius: 50%; background: linear-gradient(180deg, rgba(18,202,233,.48), rgba(116,84,255,.22)); filter: blur(5px); content: ""; }
.mini-widget > div { display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.72); font-size: 10px; font-weight: 600; letter-spacing: .5px; }
.mini-widget img { width: 21px; height: 21px; }
.mini-widget > strong { position: absolute; z-index: 2; bottom: 46px; left: 21px; font-size: 27px; }
.mini-widget > p { position: absolute; z-index: 2; bottom: 21px; left: 21px; margin: 0; color: var(--muted); font-size: 10px; }
.mini-widget > b { position: absolute; z-index: 2; right: 22px; bottom: 25px; font-size: 43px; font-weight: 260; letter-spacing: -.06em; }
.mini-widget > b small { font-size: 8px; font-weight: 700; }
.mac-window { width: 100%; height: 250px; margin-top: 18px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: radial-gradient(ellipse at 65% 74%, rgba(18,202,233,.2), transparent 40%), #030305; box-shadow: 0 35px 70px rgba(0,0,0,.44); }
.window-bar { display: flex; height: 38px; align-items: center; gap: 6px; padding: 0 13px; border-bottom: 1px solid rgba(255,255,255,.07); background: rgba(255,255,255,.03); }
.window-bar i { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.18); }
.window-bar span { margin-left: auto; color: var(--faint); font-size: 8px; letter-spacing: .8px; }
.mac-reading { position: relative; height: calc(100% - 38px); padding: 24px; }
.mac-reading::after { position: absolute; right: -15px; bottom: 5px; left: -15px; height: 90px; transform: rotate(-5deg); border-radius: 50%; background: linear-gradient(180deg, rgba(239,64,141,.3), rgba(116,84,255,.35)); filter: blur(7px); content: ""; }
.mac-reading > span { color: var(--faint); font-size: 8px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.mac-reading > strong { position: absolute; z-index: 2; bottom: 28px; left: 24px; font-size: 29px; }
.mac-reading > b { position: absolute; z-index: 2; right: 24px; bottom: 26px; font-size: 50px; font-weight: 250; letter-spacing: -.06em; }
.mac-reading > b small { font-size: 9px; font-weight: 700; }

.review-section { width: min(1380px, calc(100vw - 48px)); }
.review-section > .eyebrow { margin-left: 36px; }
.review-card { margin: 0; padding: 40px 46px 44px; border: 1px solid rgba(255,255,255,.07); border-radius: 30px; background: #1c1c1f; box-shadow: 0 28px 90px rgba(0,0,0,.28); }
.review-meta { display: flex; align-items: center; justify-content: space-between; }
.review-stars { color: #ffac38; font-size: 26px; letter-spacing: 6px; }
.review-meta a { color: rgba(255,255,255,.58); font-size: 14px; }
.review-meta a span { margin-left: 5px; color: var(--cyan); }
.review-card blockquote { max-width: 1120px; margin: 52px 0 45px; font-size: clamp(28px, 3.2vw, 47px); font-weight: 400; letter-spacing: -.035em; line-height: 1.34; }
.review-card figcaption { display: flex; align-items: baseline; gap: 14px; }
.review-card figcaption strong { font-size: 14px; font-weight: 620; }
.review-card figcaption span { color: var(--faint); font-size: 10px; }

.privacy-section { position: relative; display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: center; min-height: 750px; }
.privacy-section::before {
  position: absolute;
  z-index: -1;
  top: 80px;
  bottom: 80px;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #08080d;
  content: "";
}
.privacy-mark { position: relative; width: 330px; height: 330px; justify-self: center; }
.privacy-mark::before { position: absolute; inset: 15%; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: inset 0 0 60px rgba(62,73,255,.11), 0 0 90px rgba(18,202,233,.08); content: ""; }
.privacy-mark::after { position: absolute; top: 50%; left: 50%; width: 54px; height: 64px; transform: translate(-50%,-40%); border: 2px solid rgba(255,255,255,.75); border-radius: 15px; content: ""; }
.privacy-mark span:nth-child(1) { position: absolute; top: 91px; left: 50%; width: 42px; height: 47px; transform: translateX(-50%); border: 2px solid rgba(255,255,255,.75); border-bottom: 0; border-radius: 30px 30px 0 0; }
.privacy-mark span:nth-child(2) { position: absolute; inset: 0; border: 1px solid rgba(18,202,233,.18); border-radius: 50%; animation: orbit 20s linear infinite; }
.privacy-mark span:nth-child(2)::before { position: absolute; top: 26px; left: 58px; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 18px var(--cyan); content: ""; }
.privacy-mark span:nth-child(3) { position: absolute; inset: 40px; border: 1px solid rgba(116,84,255,.19); border-radius: 50%; animation: orbit 14s linear infinite reverse; }
@keyframes orbit { to { transform: rotate(360deg); } }
.privacy-copy > p:not(.eyebrow) { max-width: 650px; margin: 32px 0 28px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.privacy-points { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 36px; }
.privacy-points span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: rgba(255,255,255,.54); font-size: 10px; font-weight: 650; letter-spacing: .5px; }
.outline-link { display: inline-flex; padding: 14px 18px; align-items: center; gap: 18px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; font-size: 13px; font-weight: 570; transition: background .2s ease, color .2s ease; }
.outline-link:hover { background: white; color: black; }

.final-cta { display: flex; min-height: 720px; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.final-cta > img { margin-bottom: 28px; filter: drop-shadow(0 20px 42px rgba(57,108,255,.22)); }
.final-cta .eyebrow { margin-bottom: 26px; }
.final-cta > p:not(.eyebrow) { max-width: 520px; margin: 28px auto 30px; color: var(--muted); font-size: 17px; line-height: 1.6; }

footer { display: grid; width: var(--page); grid-template-columns: 1fr auto; align-items: center; gap: 22px 36px; margin: 0 auto; padding: 30px 0 44px; border-top: 1px solid var(--line); }
.footer-brand img { width: 30px; height: 30px; }
.footer-brand span { font-size: 14px; }
.footer-links { display: flex; justify-self: end; gap: 28px; }
.footer-links a { color: var(--muted); font-size: 12px; }
.language-switcher { display: flex; grid-column: 1 / -1; align-items: center; justify-content: center; gap: 8px; }
.language-switcher a { padding: 7px 9px; border-radius: 999px; color: var(--faint); font-size: 10px; font-weight: 650; letter-spacing: .3px; }
.language-switcher a:hover, .language-switcher a:focus-visible, .language-switcher a[aria-current="page"] { background: rgba(255,255,255,.08); color: white; }
footer > p { grid-column: 1 / -1; justify-self: center; margin: 0; color: var(--faint); font-size: 10px; }

.support-page .site-header { position: relative; left: auto; transform: none; margin: 0 auto; }
.support-main { display: grid; width: var(--page); min-height: calc(100vh - 270px); grid-template-columns: minmax(0, .75fr) minmax(420px, 1.25fr); gap: 80px; align-items: center; margin: 0 auto; padding: 100px 0 120px; }
.support-intro h1 { margin: 20px 0 26px; font-size: clamp(58px, 7vw, 96px); font-weight: 500; letter-spacing: -.065em; line-height: .94; }
.support-intro > p:not(.eyebrow) { max-width: 520px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.support-card { padding: clamp(28px, 5vw, 56px); border: 1px solid var(--line); border-radius: 32px; background: linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.014)); }
.support-card h2 { margin: 0 0 14px; font-size: 30px; font-weight: 560; letter-spacing: -.035em; }
.support-card > p { margin: 0 0 28px; color: var(--muted); font-size: 16px; line-height: 1.6; }
.support-email { display: inline-flex; padding: 14px 18px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: white; font-size: 14px; font-weight: 590; }
.support-details { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 42px; background: var(--line); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.support-details div { padding: 25px 20px 25px 0; background: var(--black); }
.support-details div + div { padding-left: 20px; }
.support-details h3 { margin: 0 0 9px; font-size: 14px; font-weight: 620; }
.support-details p { margin: 0; color: var(--faint); font-size: 12px; line-height: 1.55; }

@media (max-width: 980px) {
  :root { --page: min(100% - 36px, 760px); }
  nav > a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 160px; }
  .hero-copy { position: relative; z-index: 4; }
  .hero-art { min-height: 760px; margin-top: -40px; }
  .airpods-story { grid-template-columns: 1fr; width: var(--page); }
  .airpods-visual { min-height: 500px; }
  .airpods-visual > img { height: 500px; }
  .manifesto, .routes { grid-template-columns: 1fr; }
  .section-intro { margin: 0; }
  .principles { grid-template-columns: 1fr; }
  .principles article, .principles article + article { min-height: auto; padding: 28px 0; }
  .principles h3 { margin-top: 45px; }
  .route-grid { grid-column: 1; }
  .day-section { grid-template-columns: 1fr; width: var(--page); }
  .day-copy { order: -1; }
  .surface-grid { grid-template-columns: 1fr; }
  .surface-card { min-height: 480px; }
  .privacy-section { grid-template-columns: 1fr; }
  .review-section { width: var(--page); }
  .privacy-mark { width: 290px; height: 290px; }
  .support-main { grid-template-columns: 1fr; min-height: auto; gap: 58px; }
}

@media (max-width: 620px) {
  :root { --page: calc(100vw - 28px); }
  .site-header { height: 76px; }
  .brand span { font-size: 14px; }
  .brand img { width: 31px; height: 31px; }
  nav .nav-cta { padding: 9px 12px; font-size: 10px; }
  .hero { padding-top: 130px; }
  h1 { font-size: clamp(56px, 18vw, 78px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-art { min-height: 660px; margin: -15px -10px 0; }
  .airpods-story { gap: 44px; padding-top: 80px; }
  .airpods-visual { min-height: 390px; border-radius: 28px; }
  .airpods-visual > img { height: 390px; }
  .airpods-visual figcaption { right: 20px; bottom: 20px; left: 20px; grid-template-columns: 1fr auto; }
  .airpods-visual figcaption span { display: none; }
  .phone { width: 317px; height: 650px; border-radius: 56px; }
  .landscape-canvas { border-radius: 48px; }
  .landscape-field { top: 130px; height: 322px; }
  .app-brand { top: 61px; }
  .live-label { top: 109px; }
  .reading { bottom: 86px; }
  .state { font-size: 32px; }
  .bpm strong { font-size: 58px; }
  .tab-bar { height: 50px; }
  .section { padding: 105px 0; }
  .section-heading h2, .day-copy h2, .privacy-copy h2, .final-cta h2 { font-size: 48px; }
  .principles { margin-top: 65px; }
  .route-grid { grid-template-columns: 1fr; }
  .route-card { min-height: 370px; padding: 28px; }
  .route-tag { top: 35px; right: 28px; }
  .route-card > span { left: 28px; }
  .day-visual { min-height: 420px; }
  .day-topline span:first-child { display: none; }
  .day-now { top: 112px; }
  .everywhere { width: var(--page); }
  .surface-card { min-height: 460px; padding: 25px; }
  .review-section > .eyebrow { margin-left: 0; }
  .review-card { padding: 28px 24px 32px; border-radius: 24px; }
  .review-stars { font-size: 18px; letter-spacing: 4px; }
  .review-meta a { font-size: 12px; }
  .review-card blockquote { margin: 38px 0; font-size: 28px; line-height: 1.42; }
  .review-card figcaption { align-items: flex-start; flex-direction: column; gap: 6px; }
  .privacy-section { gap: 25px; }
  .privacy-section::before { top: 35px; bottom: 35px; }
  footer { grid-template-columns: 1fr; }
  .footer-links { justify-self: start; }
  .language-switcher { grid-column: 1; flex-wrap: wrap; justify-content: flex-start; }
  footer > p { grid-column: 1; justify-self: start; }
  .support-main { padding: 68px 0 90px; }
  .support-intro h1 { font-size: 58px; }
  .support-card { border-radius: 26px; }
  .support-details { grid-template-columns: 1fr; }
  .support-details div, .support-details div + div { padding: 22px 0; }
  .privacy-mark { width: 250px; height: 250px; }
  .privacy-mark span:nth-child(1) { top: 63px; }
  .privacy-copy > p:not(.eyebrow) { font-size: 16px; }
  footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: space-between; }
  footer > p { grid-column: 1; }
}

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