/* Homepage: the existing Ride Ready palette, with one clear product story.
   Black #000, white #f4f4f6, gray #b5b5bb, teal #3dcec2,
   sunset #ff416c → #ff9a44. Montserrat leads; Open Sans explains.
   Left-aligned copy + a legible app window, stacked in that order on phones. */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: #000; color: var(--text); font: 16px/1.6 var(--font-body); }
[hidden] { display: none !important; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: 4px; }
a:hover { color: var(--sunset-peach); }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--sky); outline-offset: 5px; border-radius: 4px; }
button, summary { font: inherit; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: var(--font-display); }
h2 { font-size: clamp(28px, 3.7vw, 46px); line-height: 1.15; letter-spacing: -.035em; font-weight: 800; text-wrap: balance; }
h3 { font-size: 21px; line-height: 1.3; font-weight: 700; }
p { max-width: 72ch; }
section[id], article[id], figure[id] { scroll-margin-top: 24px; }
.shell { width: min(1120px, calc(100% - 64px)); margin-inline: auto; }
.section { padding-block: 68px; border-top: 1px solid var(--border); }
.section-intro { margin-top: 18px; max-width: 660px; color: var(--text-dim); font-size: 18px; }
.skip-link { position: absolute; top: 8px; left: 16px; padding: 10px 16px; background: #fff; color: #000; z-index: 60; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.hero { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 56px; padding-block: 64px; position: relative; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 86% 42%, #ff4b2b14, transparent 60%); pointer-events: none; z-index: -1; }
.product-label { color: var(--teal); font-size: 15px; margin-bottom: 20px; }
.hero h1 { font-size: clamp(48px, 5.8vw, 76px); line-height: 1.02; font-weight: 900; letter-spacing: -.05em; }
.hero-promise { font: 700 clamp(20px, 2.4vw, 29px)/1.25 var(--font-display); color: var(--sunset-peach); margin-top: 18px; letter-spacing: -.025em; }
.hero-description { color: var(--text-dim); font-size: 18px; line-height: 1.6; margin-block: 22px 28px; max-width: 510px; }
.hero-actions { display: flex; align-items: flex-start; flex-direction: column; gap: 12px; }
.button { display: inline-flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 4px 7px; min-height: 52px; padding: 15px 24px; border-radius: 30px; text-decoration: none; font: 700 15px/1.4 var(--font-display); }
.button-primary { background: var(--sunset-gradient); color: #170a03; box-shadow: 0 8px 36px #ff4b2b20; }
.button-primary:hover { color: #000; filter: brightness(1.08); }
.button-secondary { border: 1px solid var(--border-2); }
.platform-label { font-size: 13px; font-weight: 600; }
.alternate-store { font-size: 13px; color: var(--text-dim); padding-block: 4px; }
.alternate-store[data-store="app_store"], [data-home-platform="android"] .alternate-store[data-store="google_play"] { display: none; }
[data-home-platform="android"] .alternate-store[data-store="app_store"] { display: inline-block; }
.free-note { margin-top: 12px; font-size: 13px; color: var(--text-dim); }
.free-note a { white-space: normal; }
.planning-link { display: flex; flex-wrap: wrap; align-items: center; gap: 0 10px; margin-top: 16px; font-size: 14px; color: var(--text-dim); }
.planning-link a { display: inline-block; color: var(--sunset-peach); font-weight: 600; padding-block: 4px; }
.app-example { min-width: 0; max-width: 430px; width: 100%; justify-self: center; }
.example-heading { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; font-weight: 600; }
.example-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); }
/* Keep the original app pixels; clip away the promotional backdrop around
   the phone, including its rounded top corners. Percentages scale with the image. */
.app-window { aspect-ratio: .78; overflow: hidden; border-radius: 28px; position: relative; }
.app-window img { width: 116%; max-width: none; position: absolute; left: -8%; top: -51%; clip-path: inset(26.15% 7.1% 0 round 10% 10% 0 0 / 4.6% 4.6% 0 0); }
.app-example figcaption { color: var(--text-dim); font-size: 12px; line-height: 1.5; margin-top: 14px; }
.proof { display: grid; grid-template-columns: 210px 1fr; gap: 48px; align-items: center; padding-block: 32px 48px; }
.rating a { display: flex; flex-direction: column; gap: 2px; text-decoration: none; }
.rating strong { font: 800 40px/1.2 var(--font-display); }
.rating strong span { color: var(--text-dim); font-size: 20px; }
.rating a > span { font-size: 14px; }
.rating small { font-size: 11px; color: var(--text-dim); }
.rider-quote { border-left: 2px solid var(--teal); padding-left: 28px; }
blockquote { margin: 0 0 12px; font: 600 clamp(20px, 2.4vw, 28px)/1.4 var(--font-display); max-width: 700px; }
.rider-quote figcaption { font-size: 12px; color: var(--text-dim); }
.press-proof { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px 32px; padding-bottom: 36px; }
.press-strip { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; font: 600 16px/1.5 var(--font-display); }
.press-label, .press-proof > a { font: 400 13px/1.6 var(--font-body); color: var(--text-dim); }
.plan-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; margin: 32px 0 24px; padding-left: 24px; }
.plan-steps li { padding-left: 4px; }
.plan-steps li::marker { color: var(--teal); font-weight: 700; }
.plan-steps h3 { font-size: 19px; }
.plan-steps p { color: var(--text-dim); font-size: 15px; margin-top: 12px; }
.plan-note { color: var(--text-dim); font-size: 13px; }
.benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; margin-top: 38px; }
.benefit { min-width: 0; }
.feature-example { margin: 0 0 24px; }
.feature-visual { aspect-ratio: 4 / 3; display: grid; align-items: center; }
.feature-crop { position: relative; overflow: hidden; width: 100%; }
.feature-crop img { position: absolute; height: auto; max-width: none; }
/* Crop existing screenshots without changing their pixels. Source rectangles
   (x, y, width, height): pick (16, 1400, 1108, 360), plan (140, 1740, 985, 500),
   alert (40, 570, 1120, 195). Image offsets are relative to each crop's size. */
.feature-crop--pick { aspect-ratio: 1108 / 360; }
.feature-crop--pick img { width: 102.888%; left: -1.444%; top: -388.889%; }
.feature-crop--plan { aspect-ratio: 985 / 500; }
.feature-crop--plan img { width: 126.091%; left: -14.213%; top: -348%; }
.feature-crop--alert { aspect-ratio: 1120 / 195; border-radius: 7.5% / 43%; }
.feature-crop--alert img { width: 107.411%; left: -3.571%; top: -292.308%; }
.feature-example figcaption { margin-top: 12px; color: var(--text-dim); font-size: 12px; line-height: 1.5; }
.benefit p { margin-top: 16px; color: var(--text-dim); font-size: 15px; }
.benefit .feature-allowance { color: var(--teal); font-size: 13px; }
.app-extras { margin-top: 32px; font-size: 14px; color: var(--text-dim); max-width: none; }
.app-extras a { display: inline-block; }
.feature-download { margin-top: 24px; }
/* Apple Watch (3.6.0): real Cedar Point screens inside a CSS watch case. No image assets beyond the screenshots. */
.new-tag { display: inline-block; margin-right: 10px; padding: 3px 9px; border-radius: 999px; background: var(--sunset-gradient); color: #170a03; font: 800 11px/1.4 var(--font-display); letter-spacing: .06em; text-transform: uppercase; vertical-align: 2px; }
.hero-new { margin-bottom: 20px; font-size: 14px; }
.hero-new a { color: var(--text-dim); text-decoration: none; }
.hero-new a:hover { color: var(--sunset-peach); }
.watch { position: relative; }
.watch::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 60%, #ff4b2b12, transparent 62%); pointer-events: none; z-index: -1; }
.watch-eyebrow { color: var(--teal); font-size: 14px; font-weight: 600; margin-bottom: 14px; }
.watch-features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 32px; margin-top: 28px; }
.watch-feature { min-width: 0; }
.watch-device { position: relative; width: min(100%, 176px); margin: 28px auto 26px; isolation: isolate; }
.watch-device::before { content: ''; position: absolute; left: 50%; top: -26px; bottom: -26px; width: 66%; transform: translateX(-50%); border-radius: 12px; background: linear-gradient(90deg, #17171a, #2c2c30 50%, #17171a); z-index: -1; }
.watch-case { position: relative; padding: 5.5%; border-radius: 24%; background: linear-gradient(150deg, #4a4a4e, #2a2a2d 35%, #121214); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .16), 0 24px 50px rgba(0, 0, 0, .55); }
.watch-case::after { content: ''; position: absolute; right: -5.5%; top: 24%; width: 6%; height: 19%; border-radius: 4px; background: repeating-linear-gradient(0deg, #5a5a5e 0 2px, #2c2c2e 2px 4px); box-shadow: 2px 0 4px rgba(0, 0, 0, .6); }
.watch-case::before { content: ''; position: absolute; right: -3.5%; top: 49%; width: 3.5%; height: 22%; border-radius: 3px; background: #2c2c2e; }
.watch-screen { overflow: hidden; border-radius: 19%; background: #000; aspect-ratio: 416 / 496; }
.watch-screen img { width: 100%; height: 100%; object-fit: cover; }
.watch-copy h3 { font-size: 18px; }
.watch-copy p { margin-top: 8px; color: var(--text-dim); font-size: 14px; }
.watch-proof { margin-top: 22px; font-size: 12px; color: var(--text-mute); }
.watch-cta { margin-top: 22px; display: flex; flex-wrap: wrap; align-items: center; gap: 12px 28px; }
.watch-fine-print { font-size: 12px; color: var(--text-dim); max-width: 460px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; }
.section-heading p { margin-top: 16px; color: var(--text-dim); }
.text-link { white-space: nowrap; font-size: 14px; }
.parks-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 0; list-style: none; gap: 0 28px; margin: 26px 0 0; }
.parks-grid li { border-bottom: 1px solid var(--border); }
.parks-grid a { display: block; padding-block: 14px; font-size: 14px; text-decoration: none; }
.plan-comparison { display: grid; grid-template-columns: 1fr 1fr; margin-top: 32px; border: 1px solid var(--border-2); border-radius: 18px; overflow: hidden; }
.free-plan, .premium-plan { padding: 28px 32px; }
.premium-plan { border-left: 1px solid var(--border-2); background: #3dcec209; }
.premium-plan h3 { color: var(--teal); }
.plan-comparison ul { padding-left: 20px; margin-bottom: 0; color: var(--text-dim); }
.plan-comparison li { padding-block: 4px; font-size: 15px; }
.pricing { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 32px; margin-top: 32px; }
.price-option { border-bottom: 1px solid var(--border); padding-bottom: 20px; }
.price-option h3 { font-size: 16px; }
.price-option .price { font: 800 30px/1.4 var(--font-display); margin-block: 10px; }
.price span { font-size: 14px; font-weight: 500; color: var(--text-dim); }
.price-option > p:last-child { font-size: 13px; color: var(--text-dim); }
.price-note { font-size: 12px; color: var(--text-dim); margin-block: 20px 24px; }
.planning-options { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 30px; }
.planning-options > a { text-decoration: none; padding: 24px 0; border-block: 1px solid var(--border); }
.planning-options p { color: var(--text-dim); font-size: 15px; margin-block: 12px 18px; }
.planning-options span { font-size: 14px; color: var(--sunset-peach); text-decoration: underline; text-underline-offset: 4px; }
.guide-directory { margin-top: 26px; }
summary { cursor: pointer; padding-block: 18px; font-weight: 600; }
.pg-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; padding-block: 20px; }
.pg-col h3 { font-size: 16px; }
.pg-col ul { list-style: none; padding: 0; }
.pg-col a { display: inline-block; font-size: 14px; color: var(--text-dim); padding-block: 6px; }
.faq h2 { margin-bottom: 26px; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item summary { font-size: 16px; }
.faq-answer { padding: 0 0 22px; color: var(--text-dim); font-size: 15px; }
.final-cta p { margin-block: 20px 26px; color: var(--text-dim); }
.final-stores { display: flex; gap: 16px; flex-wrap: wrap; }
.sticky-download { display: none; }
@media (max-width: 960px) {
  .hero { gap: 32px; }
  .hero h1 { font-size: clamp(44px, 6vw, 62px); }
  .hero-description { font-size: 16px; }
  .benefits { gap: 24px; }
}
@media (max-width: 1050px) {
  .benefits { grid-template-columns: 1fr; gap: 40px; }
  .watch-features { grid-template-columns: 1fr; gap: 28px; }
  .watch-feature { display: grid; grid-template-columns: 180px minmax(0, 1fr); align-items: center; gap: 28px; }
  .watch-device { width: 150px; margin: 28px auto; }
  .benefit { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 32px; }
  .feature-example { margin: 0; }
}
@media (max-width: 700px) {
  html { scroll-padding-bottom: 110px; }
  .shell { width: calc(100% - 40px); }
  .hero { grid-template-columns: 1fr; padding-block: 30px 36px; gap: 32px; }
  .product-label { font-size: 13px; margin-bottom: 16px; }
  .hero h1 { font-size: clamp(44px, 11.5vw, 64px); }
  .hero-promise { font-size: 20px; margin-top: 14px; }
  .hero-description { margin-block: 16px 22px; line-height: 1.5; }
  .hero-actions { gap: 8px; }
  .hero-actions .button { min-height: 52px; }
  .free-note { margin-top: 12px; font-size: 12px; }
  .planning-link { margin-top: 16px; font-size: 13px; }
  .app-example { max-width: 360px; }
  .app-window { border-radius: 22px; }
  .example-heading { font-size: 14px; margin-bottom: 12px; }
  .proof { grid-template-columns: 1fr; gap: 24px; padding-block: 20px 36px; }
  .rating a { display: inline-flex; flex-direction: row; align-items: center; gap: 14px; }
  .rating strong { font-size: 28px; }
  .rating strong span { font-size: 16px; }
  .rating small { display: block; margin-top: 4px; }
  .rider-quote { padding-left: 18px; }
  .section { padding-block: 40px; }
  .section-intro { font-size: 16px; }
  .plan-steps { grid-template-columns: 1fr; gap: 24px; }
  .press-proof { padding-bottom: 28px; }
  .benefits { grid-template-columns: 1fr; gap: 28px; margin-top: 28px; }
  .watch-features { gap: 14px; margin-top: 22px; }
  .watch-feature { grid-template-columns: 118px minmax(0, 1fr); gap: 18px; }
  .watch-device { width: 104px; margin: 22px auto; }
  .watch-device::before { top: -22px; bottom: -22px; }
  .watch-copy h3 { font-size: 17px; }
  .watch-copy p { margin-top: 6px; font-size: 14px; }
  .watch-proof { margin-top: 20px; }
  .hero-new { margin-bottom: 16px; font-size: 13px; }
  .benefit { display: block; }
  .feature-example { margin-bottom: 20px; }
  .feature-visual { aspect-ratio: auto; min-height: 150px; padding-block: 12px; }
  .benefit h3 { font-size: 19px; }
  .benefit p { margin-top: 10px; }
  .section-heading { display: block; }
  .text-link { display: inline-block; margin-top: 16px; }
  .parks-grid { grid-template-columns: 1fr 1fr; gap: 0 16px; }
  .parks-grid a { font-size: 13px; }
  .plan-comparison, .pricing, .planning-options { grid-template-columns: 1fr; }
  .free-plan, .premium-plan { padding: 22px; }
  .premium-plan { border-left: 0; border-top: 1px solid var(--border-2); }
  .pricing { gap: 20px; }
  .price-option .price { font-size: 27px; }
  .planning-options { gap: 0; }
  .planning-options > a + a { border-top: 0; }
  .pg-grid { grid-template-columns: 1fr 1fr; }
  .sticky-download { display: flex; position: fixed; z-index: 5; bottom: 0; left: 0; right: 0; justify-content: center; padding: 10px 20px max(12px, env(safe-area-inset-bottom)); background: #000f; border-top: 1px solid var(--border); }
  .sticky-download .button { width: 100%; max-width: 420px; min-height: 48px; }
  body:has(.sticky-download:not([hidden])) :is(a, summary) { scroll-margin-bottom: 110px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
@media print {
  .sticky-download { display: none !important; }
  body { background: white; color: black; }
}
