:root {
  --ink: #1d1d1f;
  --ink-2: #424245;
  --muted: #6e6e73;
  --line: rgba(29, 29, 31, .1);
  --paper: #f5f5f7;
  --white: #fff;
  --blue: #0071e3;
  --blue-bright: #2997ff;
  --radius-xl: 52px;
  --radius-lg: 36px;
  --radius-md: 24px;
  --shadow: 0 30px 90px rgba(0, 0, 0, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", sans-serif;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  top: -60px;
  left: 24px;
  z-index: 100;
  padding: 12px 18px;
  border-radius: 999px;
  color: #fff;
  background: #000;
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 16px;
  z-index: 50;
  width: min(1180px, calc(100% - 32px));
  height: 62px;
  margin: 16px auto 0;
  padding: 0 10px 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 8px 32px rgba(0, 0, 0, .06);
  backdrop-filter: saturate(160%) blur(22px);
  -webkit-backdrop-filter: saturate(160%) blur(22px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 700; letter-spacing: -.02em; }
.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(145deg, #111 0%, #183e90 55%, #4e7cff 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .28), 0 8px 18px rgba(0, 79, 205, .2);
}
.nav { display: flex; align-items: center; gap: 4px; font-size: 13px; font-weight: 560; }
.nav a { padding: 9px 13px; border-radius: 999px; transition: background .2s ease, color .2s ease; }
.nav a:hover { background: rgba(0, 0, 0, .05); }
.nav .nav-cta { padding-inline: 18px; color: #fff; background: var(--ink); }
.nav .nav-cta:hover { color: #fff; background: #000; }
.services-menu { position: relative; }
.services-menu summary { padding: 9px 13px; border-radius: 999px; cursor: pointer; list-style: none; transition: background .2s ease, color .2s ease; }
.services-menu summary::-webkit-details-marker { display: none; }
.services-menu summary:hover, .services-menu[open] summary { background: rgba(0, 0, 0, .05); }
.services-popover { position: absolute; top: calc(100% + 10px); right: 0; z-index: 20; width: 260px; padding: 7px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255, 255, 255, .98); box-shadow: 0 16px 36px rgba(27, 27, 27, .14); }
.services-popover a { display: block; padding: 11px 12px; border-radius: 11px; }
.services-popover a:hover { background: var(--paper); }
.services-popover strong, .services-popover span { display: block; }
.services-popover strong { color: var(--ink); font-size: 13px; }
.services-popover span { margin-top: 3px; color: var(--muted); font-size: 11px; line-height: 1.35; }

.hero {
  width: min(1280px, calc(100% - 40px));
  min-height: 900px;
  margin: 0 auto;
  padding: 112px 0 80px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 74px;
  align-items: center;
}
.hero-copy { position: relative; z-index: 2; padding-left: clamp(0px, 4vw, 52px); }
.kicker, .overline {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.kicker { display: flex; align-items: center; gap: 9px; }
.kicker span { width: 7px; height: 7px; border-radius: 50%; background: #34c759; box-shadow: 0 0 0 5px rgba(52, 199, 89, .12); }
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 760px;
  margin-bottom: 32px;
  font-size: clamp(62px, 7.2vw, 112px);
  font-weight: 720;
  line-height: .89;
  letter-spacing: -.075em;
}
h1 em, h2 em { color: var(--muted); font-style: normal; font-weight: inherit; }
.hero-lead { max-width: 620px; margin-bottom: 14px; color: var(--ink-2); font-size: clamp(19px, 2vw, 24px); line-height: 1.42; letter-spacing: -.025em; }
.hero-cn { max-width: 600px; margin-bottom: 0; color: #8e8e93; font-size: 14px; line-height: 1.7; }
.hero-actions, .contact-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.button {
  min-height: 52px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 0;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 650;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button-dark { color: #fff; background: var(--ink); box-shadow: 0 14px 34px rgba(0, 0, 0, .16); }
.button-dark:hover { background: #000; box-shadow: 0 18px 42px rgba(0, 0, 0, .2); }
.text-link { display: inline-flex; gap: 9px; color: var(--blue); font-size: 15px; font-weight: 650; }
.text-link span, .card-link span { transition: transform .2s ease; }
.text-link:hover span, .card-link:hover span { transform: translate(2px, -2px); }

.product-stage {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 64px;
  background: rgba(255, 255, 255, .54);
  box-shadow: 0 42px 120px rgba(41, 72, 123, .15), inset 0 1px 0 #fff;
  isolation: isolate;
}
.product-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 22% 82%, rgba(59, 130, 246, .20), transparent 36%),
    radial-gradient(circle at 82% 17%, rgba(46, 211, 153, .18), transparent 32%),
    radial-gradient(circle at 67% 74%, rgba(198, 128, 255, .15), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.4), rgba(237,244,255,.52));
}
.stage-glow { position: absolute; border-radius: 50%; filter: blur(18px); opacity: .62; }
.glow-blue { width: 320px; height: 320px; left: -120px; bottom: -100px; background: #a9caff; }
.glow-green { width: 260px; height: 260px; right: -70px; top: -80px; background: #a4f0d4; }
.stage-orbit { position: absolute; left: 50%; top: 48%; border: 1px solid rgba(43, 78, 132, .09); border-radius: 50%; transform: translate(-50%, -50%) rotate(-14deg); }
.orbit-one { width: 520px; height: 390px; }
.orbit-two { width: 650px; height: 520px; }
.stage-icon {
  position: absolute;
  z-index: 3;
  display: block;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, .88);
  border-radius: 30%;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 24px 60px rgba(20, 45, 84, .18), inset 0 1px 0 #fff;
  backdrop-filter: blur(18px);
  animation: float 6.8s ease-in-out infinite;
  transition: transform .3s ease, box-shadow .3s ease;
}
.stage-icon:hover { transform: translateY(-9px) scale(1.045); box-shadow: 0 32px 70px rgba(20, 45, 84, .25); }
.stage-icon img { width: 100%; height: 100%; border-radius: 24%; object-fit: contain; }
.stage-main { width: 174px; height: 174px; left: 50%; top: 48%; border-radius: 42px; transform: translate(-50%, -50%); animation: float-main 7s ease-in-out infinite; }
.stage-main:hover { transform: translate(-50%, calc(-50% - 9px)) scale(1.045); }
.stage-label { position: absolute; left: 50%; top: calc(100% + 17px); transform: translateX(-50%); color: var(--ink-2); font-size: 13px; font-weight: 650; white-space: nowrap; }
.stage-mac { width: 116px; height: 116px; left: 13%; top: 18%; animation-delay: -.8s; }
.stage-focus { width: 128px; height: 128px; right: 12%; top: 17%; animation-delay: -2.1s; }
.stage-shot { width: 112px; height: 112px; right: 14%; bottom: 13%; animation-delay: -3.2s; }
.stage-life { width: 104px; height: 104px; left: 15%; bottom: 15%; animation-delay: -4.4s; }
.stage-caption { position: absolute; left: 32px; bottom: 28px; z-index: 2; display: flex; align-items: center; gap: 12px; color: var(--muted); }
.stage-caption strong { color: var(--ink); font-size: 34px; line-height: 1; letter-spacing: -.06em; }
.stage-caption span { font-size: 12px; line-height: 1.35; }
@keyframes float { 0%,100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-10px) rotate(1.5deg); } }
@keyframes float-main { 0%,100% { transform: translate(-50%,-50%); } 50% { transform: translate(-50%,calc(-50% - 12px)); } }

.category-rail {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto 120px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 34px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 620;
}
.category-rail span { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.dot { width: 7px; height: 7px; border-radius: 50%; }
.dot.blue { background: #1687ff; }.dot.green { background: #2bcf88; }.dot.purple { background: #8c63ef; }.dot.coral { background: #ef7b7b; }
.category-rail .rail-note { margin-left: auto; color: #8e8e93; font-weight: 500; }

.featured {
  position: relative;
  width: min(1380px, calc(100% - 32px));
  min-height: 940px;
  margin: 0 auto 160px;
  padding: clamp(56px, 7vw, 104px);
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 70px;
  align-items: center;
  overflow: hidden;
  color: #f5f5f7;
  border-radius: var(--radius-xl);
  background: #080b12;
  box-shadow: 0 50px 120px rgba(0, 0, 0, .2);
}
.featured::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 77% 38%, rgba(40, 129, 255, .24), transparent 34%), radial-gradient(circle at 83% 72%, rgba(25, 211, 166, .14), transparent 27%); }
.featured-copy, .featured-visual { position: relative; z-index: 2; }
.featured-brand { display: flex; align-items: center; gap: 14px; margin-bottom: 70px; }
.featured-brand img { width: 58px; height: 58px; border-radius: 15px; box-shadow: 0 12px 28px rgba(0, 97, 255, .25); }
.featured-brand div { display: flex; flex-direction: column; }
.featured-brand strong { font-size: 17px; letter-spacing: -.02em; }
.featured-brand span { color: #8e8e93; font-size: 12px; }
.featured .overline { color: #7cb8ff; }
.featured h2, .section-heading h2, .about h2, .contact h2 {
  margin-bottom: 30px;
  font-size: clamp(48px, 6vw, 90px);
  font-weight: 700;
  line-height: .94;
  letter-spacing: -.062em;
}
.featured h2 em { color: #7d8490; }
.featured-lead { max-width: 580px; color: #a9abb3; font-size: 19px; line-height: 1.55; letter-spacing: -.015em; }
.feature-points { margin: 36px 0 42px; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.12); }
.feature-points li { padding: 16px 0; display: flex; gap: 16px; border-bottom: 1px solid rgba(255,255,255,.12); color: #d8d8dc; font-size: 14px; }
.feature-points span { color: #696d78; font-variant-numeric: tabular-nums; }
.app-store-button {
  width: fit-content;
  min-width: 220px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 16px;
  background: rgba(255,255,255,.08);
  transition: transform .25s ease, background .25s ease;
}
.app-store-button:hover { transform: translateY(-3px); background: rgba(255,255,255,.13); }
.apple-mark { width: 30px; height: 34px; display: grid; place-items: center; font-size: 24px; }
.app-store-button > span:nth-child(2) { display: flex; flex-direction: column; }
.app-store-button small { color: #b4b5bb; font-size: 9px; letter-spacing: .03em; }
.app-store-button strong { font-size: 19px; line-height: 1.1; }
.app-store-button .arrow { margin-left: auto; color: #8e8e93; }
.featured-visual { min-height: 700px; display: grid; place-items: center; }
.halo { position: absolute; border: 1px solid rgba(91, 168, 255, .18); border-radius: 50%; }
.halo-one { width: 620px; height: 620px; }
.halo-two { width: 470px; height: 470px; border-color: rgba(91, 255, 205, .14); }
.iphone {
  position: relative;
  z-index: 3;
  width: 326px;
  height: 680px;
  padding: 20px 18px;
  overflow: hidden;
  color: #17171a;
  border: 8px solid #1e2229;
  border-radius: 52px;
  background: linear-gradient(180deg,#fafdff,#eef6ff 55%,#f8fbff);
  box-shadow: 0 44px 110px rgba(0,0,0,.55), inset 0 0 0 1px rgba(255,255,255,.3);
  transform: rotate(3deg);
}
.dynamic-island { position: absolute; top: 13px; left: 50%; width: 98px; height: 27px; border-radius: 999px; background: #08090b; transform: translateX(-50%); }
.phone-status { display: flex; justify-content: space-between; padding: 1px 7px 34px; font-size: 10px; font-weight: 700; }
.phone-heading { display: flex; flex-direction: column; }
.phone-heading small { color: #77808f; font-size: 12px; }
.phone-heading strong { font-size: 27px; letter-spacing: -.045em; }
.clean-score { margin: 26px 0 22px; display: flex; flex-direction: column; align-items: center; }
.score-ring { width: 164px; height: 164px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(#1b87ff 0 72%, #dcecff 72%); box-shadow: 0 16px 42px rgba(17, 119, 255, .18); }
.score-ring::before { content: ""; position: absolute; width: 136px; height: 136px; border-radius: 50%; background: #f8fbff; }
.score-ring span { position: relative; display: flex; flex-direction: column; align-items: center; color: #657083; font-size: 11px; }
.score-ring b { color: #11141a; font-size: 32px; letter-spacing: -.06em; }
.clean-score p { margin: 10px 0 0; color: #6d788a; font-size: 12px; }
.clean-rows { display: grid; gap: 9px; }
.clean-rows > div { padding: 12px; display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 10px; border-radius: 16px; background: rgba(255,255,255,.86); box-shadow: 0 8px 24px rgba(30,70,120,.07); }
.clean-rows span { display: flex; flex-direction: column; }
.clean-rows b { font-size: 11px; }.clean-rows small { color: #97a0ae; font-size: 9px; }.clean-rows em { color: #637086; font-size: 10px; font-style: normal; }
.row-icon { width: 32px; height: 32px; border-radius: 10px; }.row-blue { background: linear-gradient(145deg,#74b4ff,#287ef2); }.row-purple { background: linear-gradient(145deg,#c59cff,#835bea); }.row-cyan { background: linear-gradient(145deg,#66e6e1,#18a9bd); }
.floating-stat { position: absolute; z-index: 4; padding: 18px 20px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(18,24,34,.7); box-shadow: 0 24px 60px rgba(0,0,0,.3); backdrop-filter: blur(18px); }
.floating-stat small { color: #7d8490; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.floating-stat strong { margin: 4px 0; color: #fff; font-size: 24px; letter-spacing: -.04em; }.floating-stat span { color: #8c919b; font-size: 10px; }
.stat-left { left: 0; top: 26%; }.stat-right { right: -12px; bottom: 18%; }

.apps { width: min(1180px, calc(100% - 40px)); margin: 0 auto 170px; }
.section-heading { max-width: 850px; margin: 0 0 62px; }
.section-heading h2 { margin-bottom: 24px; }
.section-heading > p:last-child { max-width: 640px; color: var(--muted); font-size: 18px; line-height: 1.55; }
.app-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.app-card {
  position: relative;
  min-height: 480px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.04);
  isolation: isolate;
  transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease;
}
.app-card:hover { transform: translateY(-6px); box-shadow: 0 28px 70px rgba(0,0,0,.10); }
.card-number { position: absolute; top: 30px; right: 32px; z-index: 3; color: rgba(0,0,0,.34); font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.card-icon { width: 100px; height: 100px; padding: 6px; border-radius: 28px; background: rgba(255,255,255,.75); box-shadow: 0 20px 45px rgba(23,73,152,.15); }
.card-icon img { width: 100%; height: 100%; object-fit: contain; border-radius: 22px; }
.card-copy { position: relative; z-index: 2; margin-top: auto; max-width: 510px; }
.platform-pill { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.app-card h3 { margin: 11px 0 12px; font-size: clamp(34px,4vw,54px); line-height: .98; letter-spacing: -.055em; }
.app-card p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.5; }
.card-link { position: relative; z-index: 3; width: fit-content; margin-top: 26px; display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: 14px; font-weight: 650; }
.card-clean-ios { grid-column: span 12; min-height: 420px; padding-right: 48%; background: radial-gradient(circle at 76% 50%, rgba(58, 132, 255, .20), transparent 30%), linear-gradient(145deg,#fff,#edf5ff); }
.card-clean-ios::after { content: ""; position: absolute; right: 9%; top: 50%; width: 230px; height: 230px; border-radius: 58px; background: url("assets/icons/deepcleanup-ios.png") center/contain no-repeat; filter: drop-shadow(0 35px 42px rgba(21,83,180,.25)); transform: translateY(-50%) rotate(5deg); }
.card-clean-mac { grid-column: span 7; color: #fff; background: radial-gradient(circle at 28% 15%,#254e95,transparent 36%), linear-gradient(145deg,#0d1420,#121f35); }
.card-clean-mac .platform-pill,.card-clean-mac p { color: #aebdd3; }.card-clean-mac .card-number { color: rgba(255,255,255,.38); }.card-clean-mac .card-link { color: #73b7ff; }
.mac-window { position: absolute; right: 28px; top: 34px; width: 48%; height: 220px; padding: 40px 24px 22px; display: flex; flex-direction: column; align-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,255,255,.1); box-shadow: 0 24px 50px rgba(0,0,0,.28); backdrop-filter: blur(16px); }
.window-bar { position: absolute; top: 0; left: 0; right: 0; height: 26px; padding: 10px; display: flex; gap: 5px; border-bottom: 1px solid rgba(255,255,255,.1); }.window-bar i { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.28); }
.mac-window img { width: 72px; height: 72px; border-radius: 18px; }.window-meter { width: 100%; height: 7px; margin: 21px 0 10px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.12); }.window-meter span { display: block; width: 72%; height: 100%; border-radius: inherit; background: linear-gradient(90deg,#41a0ff,#57e1c1); }.mac-window small { color: #b8c5d7; font-size: 9px; }
.card-clean-mac .card-copy { max-width: 50%; }
.card-focus { grid-column: span 5; color: #eefbf5; background: radial-gradient(circle at 74% 15%,rgba(92,255,175,.28),transparent 34%), linear-gradient(150deg,#10281f,#0c1d18); }.card-focus .platform-pill,.card-focus p { color: #9cc1ae; }.card-focus .card-number { color: rgba(255,255,255,.38); }.card-focus .card-link { color: #60e59f; }
.focus-orbit { position: absolute; right: 38px; top: 38px; width: 178px; height: 178px; display: grid; place-items: center; border: 1px solid rgba(121,255,187,.22); border-radius: 50%; }.focus-orbit::before,.focus-orbit::after { content:""; position:absolute; border:1px solid rgba(121,255,187,.14); border-radius:50%; }.focus-orbit::before { inset:18px; }.focus-orbit::after { inset:36px; }.focus-orbit span { position: relative; z-index: 2; width: 78px; height: 78px; padding: 5px; border-radius: 22px; background:#fff; box-shadow: 0 16px 34px rgba(0,0,0,.3); }.focus-orbit img { border-radius: 18px; }
.card-shot { grid-column: span 5; background: radial-gradient(circle at 28% 20%,rgba(151,110,255,.24),transparent 34%), linear-gradient(145deg,#f8f4ff,#eee8fb); }
.shot-stack { position: absolute; right: 34px; top: 44px; width: 170px; height: 190px; }.shot-stack span { position:absolute; width:92px; height:142px; border:1px solid rgba(90,64,161,.16); border-radius:18px; background:rgba(255,255,255,.72); box-shadow:0 14px 32px rgba(80,44,160,.12); }.shot-stack span:nth-child(1){left:0;top:24px;transform:rotate(-9deg)}.shot-stack span:nth-child(2){right:0;top:8px;transform:rotate(8deg)}.shot-stack span:nth-child(3){left:39px;top:17px;padding:18px;display:grid;place-items:center}.shot-stack img{width:58px;border-radius:14px}
.card-life { grid-column: span 7; background: radial-gradient(circle at 80% 14%,rgba(255,184,184,.28),transparent 34%), linear-gradient(145deg,#fffdf8,#f7edea); }.life-icon { position:absolute; right:42px; top:40px; }.life-date { position:absolute; right:175px; top:43px; display:flex; flex-direction:column; align-items:flex-end; color:#9c5a62; }.life-date span { font-family: Georgia, serif; font-size:76px; line-height:.9; letter-spacing:-.08em; }.life-date small { margin-top:8px; font-size:10px; letter-spacing:.08em; text-transform:uppercase; }

.about {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 170px;
  padding: 90px 0 0;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 60px 100px;
  border-top: 1px solid var(--line);
}
.about h2 { margin: 0; }
.about-copy { padding-top: 34px; }
.about-copy p { max-width: 650px; color: var(--ink-2); font-size: 20px; line-height: 1.55; letter-spacing: -.02em; }
.about-copy .positioning-note { padding: 18px 20px; border-left: 3px solid var(--blue); border-radius: 0 18px 18px 0; color: #303034; background: rgba(255,255,255,.62); font-size: 16px; line-height: 1.6; }
.about-copy .about-cn { color: #8e8e93; font-size: 14px; line-height: 1.8; }
.metrics { grid-column: 1/-1; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metrics div { min-height: 190px; padding: 32px; display: flex; align-items: flex-end; gap: 18px; border-right: 1px solid var(--line); }.metrics div:last-child { border-right: 0; }
.metrics strong { font-size: clamp(62px,7vw,100px); line-height: .8; letter-spacing: -.07em; }.metrics span { color: var(--muted); font-size: 12px; line-height: 1.4; }
.capabilities { grid-column: 1/-1; display: flex; flex-wrap: wrap; gap: 9px; }.capabilities span { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-2); background: rgba(255,255,255,.48); font-size: 12px; font-weight: 600; }

.contact {
  width: min(1380px, calc(100% - 32px));
  margin: 0 auto 24px;
  padding: clamp(70px,10vw,140px);
  color: #f5f5f7;
  border-radius: var(--radius-xl);
  background: radial-gradient(circle at 85% 15%,rgba(0,113,227,.32),transparent 28%), radial-gradient(circle at 20% 85%,rgba(118,67,255,.22),transparent 30%), #101114;
}
.contact .overline { color: #8bbfff; }
.contact h2 { max-width: 930px; margin-bottom: 24px; }.contact h2 em { color: #7d7f86; }
.contact > p:not(.overline) { color: #9b9da4; font-size: 18px; }
.button-light { color: #111; background: #fff; box-shadow: 0 18px 42px rgba(0,0,0,.25); }.button-light:hover { background:#f5f5f7; }
.text-link.light { color: #d3d3d7; }

.footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 48px 0 32px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px 40px;
  align-items: center;
  color: var(--muted);
  font-size: 12px;
}
.footer-brand { color: var(--ink); }.footer > p { margin: 0; }.footer-links { display:flex; gap:20px; color:var(--ink-2); font-weight:600; }.copyright { grid-column:1/-1; padding-top:18px; border-top:1px solid var(--line); }

.section-pad { width: min(900px, calc(100% - 40px)); min-height: 75vh; margin: 0 auto; padding: 120px 0; }
.section-pad h1 { font-size: clamp(52px,8vw,88px) !important; }

@media (max-width: 1050px) {
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 90px; }
  .hero-copy { max-width: 820px; padding-left: 0; }
  .product-stage { min-height: 620px; }
  .featured { grid-template-columns: 1fr; }
  .featured-copy { max-width: 760px; }
  .featured-brand { margin-bottom: 48px; }
  .featured-visual { min-height: 720px; }
  .card-clean-mac,.card-focus,.card-shot,.card-life { grid-column: span 6; }
  .card-life { grid-column: span 12; }
  .about { gap: 50px; }
}

@media (max-width: 760px) {
  .site-header { top: 10px; height: 56px; width: calc(100% - 20px); margin-top: 10px; }
  .nav > a:not(.nav-cta) { display: none; }
  .services-menu { display: none; }
  .hero { width: calc(100% - 28px); padding: 78px 0 60px; gap: 54px; }
  h1 { font-size: clamp(54px,16vw,78px); }
  .hero-lead { font-size: 18px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .product-stage { min-height: 470px; border-radius: 38px; }
  .stage-main { width: 126px; height: 126px; border-radius: 34px; }
  .stage-mac { width: 78px; height: 78px; left: 9%; top: 17%; }.stage-focus { width: 86px; height: 86px; right: 8%; top: 14%; }.stage-shot { width: 76px; height: 76px; right: 9%; bottom: 15%; }.stage-life { width: 72px; height: 72px; left: 11%; bottom: 16%; }
  .orbit-one { width: 360px; height: 280px; }.orbit-two { width: 470px; height: 360px; }.stage-caption { left: 20px; bottom: 18px; }
  .category-rail { width: calc(100% - 28px); margin-bottom: 80px; padding-inline: 0; gap: 16px; overflow-x: auto; scrollbar-width: none; }.category-rail::-webkit-scrollbar { display:none; }.category-rail .rail-note { display:none; }
  .featured { width: calc(100% - 20px); margin-bottom: 110px; padding: 50px 24px 40px; border-radius: 36px; }
  .featured h2,.section-heading h2,.about h2,.contact h2 { font-size: clamp(44px,14vw,66px); }
  .featured-visual { min-height: 600px; transform: scale(.88); margin: -30px -40px; }
  .stat-left { left: 0; }.stat-right { right: 0; }
  .apps { width: calc(100% - 28px); margin-bottom: 110px; }
  .app-grid { grid-template-columns: 1fr; }
  .app-card,.card-clean-ios,.card-clean-mac,.card-focus,.card-shot,.card-life { grid-column: auto; min-height: 470px; padding: 28px; }
  .card-clean-ios { padding-right: 28px; padding-top: 210px; }.card-clean-ios::after { width: 140px; height:140px; right:50%; top:36px; transform:translateX(50%) rotate(4deg); }
  .mac-window { width: calc(100% - 56px); height: 190px; right:28px; }.card-clean-mac .card-copy { max-width:none; }
  .focus-orbit,.shot-stack { transform:scale(.76); transform-origin:top right; }
  .life-date { right:136px; }.life-icon { width:82px; height:82px; right:28px; }
  .about { width: calc(100% - 28px); grid-template-columns: 1fr; gap: 28px; margin-bottom: 110px; padding-top: 60px; }
  .about-copy { padding-top: 0; }.about-copy p { font-size: 17px; }.metrics { grid-template-columns: 1fr; }.metrics div { min-height: 140px; border-right: 0; border-bottom: 1px solid var(--line); }.metrics div:last-child { border-bottom:0; }
  .contact { width: calc(100% - 20px); padding: 68px 28px; border-radius: 36px; }.contact-actions { flex-direction: column; align-items: flex-start; gap: 20px; }
  .footer { width: calc(100% - 28px); grid-template-columns: 1fr; }.footer-links { flex-wrap:wrap; }
}

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