/* The approved screen-off hero. Each screen stays a real, readable app capture. */
.mobile-menu { display: none; }
.hero--haptics {
  grid-template-columns: .92fr 1.28fr;
  gap: 22px;
  min-height: 650px;
  padding-top: 22px;
  padding-bottom: 38px;
}
.hero--haptics .hero-copy { padding: 0 0 36px; }
.hero--haptics h1 { margin: 0 0 32px; max-width: none; font-size: 0; line-height: 1; letter-spacing: -.055em; }
.hero-title-main { display: block; font-size: clamp(76px, 7.8vw, 106px); }
.hero-title-sub { display: inline-block; font-size: clamp(30px, 3.13vw, 43px); letter-spacing: -.045em; margin-top: 15px; line-height: 1.17; }
.hero-title-sub.soft-underline::after { height: 9px; bottom: -3px; }
.hero--haptics .hero-description { font-size: 18px; line-height: 1.65; max-width: 430px; margin: 0 0 25px; }
.iphone-support { display: flex; align-items: center; gap: 12px; margin: 0 0 32px; font-size: 17px; font-weight: 600; line-height: 1.5; letter-spacing: -.35px; }
.iphone-support--mobile { display: none; }
.iphone-support svg { width: 23px; height: 32px; flex: none; fill: none; stroke: #8b9fea; stroke-width: 2; stroke-linecap: round; }
.hero--haptics .hero-actions { gap: 18px; }
.hero--haptics .hero-actions .button { gap: 27px; white-space: nowrap; }
.hero--haptics .availability { font-size: 12px; }
.hero-scene--haptics { height: 565px; margin: 0; }
.hero-scene--haptics .hero-halo { display: none; }
.hero-artwork { position: absolute; inset: 0 0 76px; }
/* A quiet peach shadow belongs to the Watch artwork, not the whole hero. */
.hero-artwork::before {
  content: "";
  position: absolute;
  inset: -7% -2% 0;
  pointer-events: none;
  background: radial-gradient(ellipse 42% 49% at 51% 43%, rgb(240 173 140 / .30) 0%, rgb(240 173 140 / .15) 42%, rgb(240 173 140 / 0) 100%);
}
.hero-device { position: absolute; width: 38%; left: 32%; top: 0; z-index: 1; transform-origin: 50% 60%; }
.hero-watch-image { width: 100%; height: auto; filter: drop-shadow(6px 13px 10px #2530371c); }
.hero-scene--haptics .hero-cat { width: 60%; left: 12%; bottom: 0; max-width: none; z-index: 3; }
.hero-preview { position: absolute; top: 55px; width: 26%; margin: 0; z-index: 2; border: 1px solid #fff; border-radius: 27px; overflow: hidden; background: #faf7f2; box-shadow: 0 2px 3px #68564910, 0 9px 18px #68564914; }
.hero-preview img { width: 100%; height: auto; }
.hero-preview-timer { left: 0; transform: rotate(-5deg); }
.hero-preview-summary { right: -1%; transform: rotate(5deg); }
.haptic-arcs { position: absolute; top: 37%; width: 32px; height: 82px; fill: none; stroke: #a8b8f4; stroke-width: 5; stroke-linecap: round; opacity: .8; }
.haptic-arcs-left { left: -34px; }
.haptic-arcs-right { right: -27px; transform: scaleX(-1); }
.hero-scene--haptics .haptic-note { position: absolute; top: auto; bottom: 25px; right: auto; left: 50%; transform: translateX(-50%); width: max-content; max-width: 100%; display: flex; align-items: center; gap: 12px; margin: 0; padding: 12px 20px; background: #fcf8f2e8; border: 1px solid #eee5da; border-radius: 99px; box-shadow: 0 4px 7px #68564912; color: var(--navy); font-size: 18px; font-weight: 550; line-height: 1.35; }
.hero-scene--haptics .haptic-note span { font: inherit; color: inherit; }
.haptic-note svg { flex: none; width: 35px; height: 18px; fill: none; stroke: #8c9ede; stroke-width: 3; stroke-linecap: round; }
.hero-scene--haptics .motion-toggle { bottom: -10px; right: 4px; width: 44px; height: 44px; padding: 12px; display: grid; place-items: center; border: 1px solid #dedbd6; border-radius: 50%; color: var(--muted); background: #faf6f0cc; }
.hero-scene--haptics .motion-toggle[hidden] { display: none; }
.motion-toggle:hover { background: #eee8df; color: var(--navy); }
.motion-toggle svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.motion-toggle .motion-icon-play, .motion-toggle[data-paused="true"] .motion-icon-pause { display: none; }
.motion-toggle[data-paused="true"] .motion-icon-play { display: block; }

/* A brief paired tap, followed by a long quiet interval. No constant shaking. */
.hero-device { animation: wrist-double-tap 6s linear infinite; animation-play-state: paused; }
.haptic-arcs { animation: wrist-tap-arcs 6s ease-out infinite; animation-play-state: paused; }
.motion-enabled .hero-scene.in-view .hero-device,
.motion-enabled .hero-scene.in-view .haptic-arcs { animation-play-state: running; }
@keyframes wrist-double-tap {
  0%, 1%, 4%, 5%, 8%, 100% { transform: translateX(0) rotate(0); }
  2%, 6% { transform: translateX(-1.5px) rotate(-.4deg); }
  3%, 7% { transform: translateX(1.5px) rotate(.4deg); }
}
@keyframes wrist-tap-arcs {
  0%, 10%, 100% { opacity: .48; }
  2%, 6% { opacity: 1; }
  4%, 8% { opacity: .6; }
}

@media (min-width: 1450px) {
  .hero--haptics { min-height: 700px; }
  .hero-scene--haptics { height: 610px; }
  .hero-scene--haptics .hero-cat { bottom: 0; }
  .hero-device { width: 38%; }
  .hero-preview { top: 60px; }
}
@media (max-width: 1150px) and (min-width: 1001px) {
  .hero--haptics { gap: 10px; grid-template-columns: .92fr 1.22fr; }
  .hero-title-main { font-size: 86px; }
  .hero-title-sub { font-size: 35px; }
  .hero--haptics .hero-description { font-size: 17px; }
  .iphone-support { font-size: 16px; }
  .hero--haptics .hero-actions { flex-wrap: wrap; gap: 14px; }
  .hero-scene--haptics { height: 505px; }
  .hero-preview { top: 60px; border-radius: 23px; }
  .hero-scene--haptics .haptic-note { font-size: 16px; padding-inline: 15px; }
  .hero-scene--haptics .hero-cat { bottom: 4px; }
  .haptic-arcs { width: 25px; height: 64px; }
  .haptic-arcs-left { left: -28px; }
  .haptic-arcs-right { right: -22px; }
}
@media (max-width: 1000px) {
  .hero--haptics { display: block; min-height: 0; padding-top: 22px; padding-bottom: 40px; }
  .hero--haptics .hero-copy { padding: 0; }
  .hero--haptics h1 { margin-bottom: 28px; }
  .hero-title-main { font-size: 92px; }
  .hero-title-sub { font-size: 40px; margin-top: 12px; }
  .hero--haptics .hero-description { max-width: 540px; font-size: 18px; margin-bottom: 20px; }
  .iphone-support { font-size: 17px; margin-bottom: 25px; }
  .hero-scene--haptics { width: min(650px, 100%); height: 560px; margin: 34px auto 0; }
}
@media (max-width: 760px) {
  .iphone-support--desktop { display: none; }
  .hero--haptics > .iphone-support--mobile { display: flex; align-items: center; margin: 28px 0 0; }
  .site-header { min-height: 82px; }
  .site-header .header-cta { display: none; }
  .mobile-menu { position: relative; display: block; border: 0; z-index: 20; margin-left: auto; }
  .mobile-menu summary { display: grid; place-items: center; width: 44px; min-height: 44px; padding: 10px; border-radius: 8px; }
  .mobile-menu summary svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
  .mobile-menu[open] summary { background: #eee8df; }
  .site-header .mobile-menu nav { position: absolute; top: 52px; right: 0; display: flex; flex-direction: column; gap: 0; min-width: 190px; margin: 0; padding: 8px; border: 1px solid var(--line); border-radius: 14px; background: var(--cream); box-shadow: 0 8px 20px #15213a18; }
  .site-header .mobile-menu nav a { display: block; padding: 12px; font-size: 16px; }
}
@media (max-width: 600px) {
  .hero--haptics { padding-top: 18px; padding-bottom: 32px; }
  .hero--haptics h1 { margin-bottom: 26px; }
  .hero-title-main { font-size: clamp(64px, 17vw, 91px); letter-spacing: -.06em; }
  .hero-title-sub { font-size: clamp(26px, 7.2vw, 39px); margin-top: 10px; letter-spacing: -.045em; }
  .hero--haptics .hero-description { font-size: 16px; line-height: 1.65; margin-bottom: 21px; }
  .iphone-support { font-size: 16px; gap: 10px; align-items: flex-start; margin-bottom: 24px; }
  .iphone-support svg { width: 21px; height: 28px; }
  .hero--haptics .hero-actions { display: flex; flex-direction: column; align-items: stretch; gap: 12px; }
  .hero--haptics .hero-actions .button { font-size: 17px; padding: 16px 21px; }
  .hero--haptics .availability { font-size: 13px; text-align: center; }
  .hero--haptics .availability br { display: none; }
  .hero-scene--haptics { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 20px 14px; width: 100%; height: auto; margin: 24px 0 0; }
  .hero-artwork { position: relative; inset: auto; grid-column: 1/-1; height: clamp(300px, 84vw, 430px); }
  .hero-device { width: 49%; left: 40%; top: 0; }
  .hero-scene--haptics .hero-cat { width: 96%; left: -3%; bottom: -10px; }
  .hero-artwork::before { inset: -7% 0 0; background: radial-gradient(ellipse 47% 49% at 64% 43%, rgb(240 173 140 / .30) 0%, rgb(240 173 140 / .15) 42%, rgb(240 173 140 / 0) 100%); }
  .hero-scene--haptics .haptic-note { position: relative; bottom: auto; top: auto; left: auto; right: auto; transform: none; grid-column: 1/-1; grid-row: 2; justify-self: center; padding: 11px 14px; gap: 9px; font-size: clamp(14px, 3.85vw, 18px); line-height: 1.45; }
  .hero-scene--haptics .haptic-note svg { width: 28px; }
  .hero-preview { position: relative; inset: auto; width: 100%; border-radius: 23px; transform: none; grid-row: 3; }
  .hero-preview-timer { grid-column: 1; }
  .hero-preview-summary { grid-column: 2; }
  .hero-scene--haptics .motion-toggle { position: relative; right: auto; bottom: auto; grid-column: 1/-1; justify-self: end; margin-top: -10px; font-size: 12px; }
  .haptic-arcs { width: 26px; height: 66px; }
  .haptic-arcs-left { left: -27px; }
  .haptic-arcs-right { right: -19px; }
}
@media (max-width: 350px) {
  .hero-title-sub { font-size: 25px; }
  .hero-scene--haptics { column-gap: 10px; }
  .hero-scene--haptics .haptic-note { font-size: 14px; gap: 7px; padding-inline: 10px; }
  .hero-scene--haptics .haptic-note svg { width: 22px; }
  .hero-preview { border-radius: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-device, .haptic-arcs { animation: none !important; }
}

/* Transparent video retains the authored timing without animated-image decoding stalls. */
.hero-cat .cat-poster { display: block; width: 100%; height: auto; }
.hero-cat .cat-video { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.hero-cat .cat-video[hidden] { display: none; }
.hero-cat.video-ready .cat-poster { visibility: hidden; }
