/* Chirp's front door: a day of the dawn chorus. The page scrolls from sunrise (the demo) through
   morning (ways to play), afternoon (the habitats), golden hour (the birds), dusk (the price) to
   night (questions and goodnight). It uses app.css's keys, staff, birds and sky. */

/* The page is an illustration with its own sky, so it keeps the light tokens in dark mode too; the
   night band at the bottom is its dark part. */
.lp { --sky: #ECEAF7; --paper: #FFFFFF; --ink: #1E2344; --ink-2: #3F4468; --ink-3: #5E627E; --rule: #D5D2EA; --rule-strong: #B9B5D6;
  --yolk-soft: #FBE7B8; --miss: #A9A7C4; --ivory: #FFFDF6; --ebony: #1E2344; --leaf-ink: #1F7F55; --amber-ink: #9A5A08; --focus: var(--ink);
  color-scheme: light; background: #14172E; color: var(--ink); overflow-x: hidden; }
.lp .sky-layer .cloud { opacity: .7; } .lp .sky-layer .cloud:not(.near) { opacity: .45; }
.lp .flock-sky .fb { stroke: #5E627E; opacity: .55; }
.lp main { display: block; }
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 32px; position: relative; }
.lp-band { position: relative; overflow: hidden; }
.lp-band h2 { font-size: clamp(34px, 4.6vw, 58px); line-height: 1.02; letter-spacing: -.015em; }
.lp-band .sub { font-size: 19px; color: var(--ink-2); margin-top: 14px; max-width: 36em; }

/* ---------- header ---------- */
.lp-top { position: absolute; top: 0; left: 0; right: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 16px; max-width: 1180px; margin: 0 auto; padding: 20px 32px; }
.lp-mark { display: flex; align-items: center; gap: 10px; font-family: var(--serif); font-size: 30px; color: var(--ink); text-decoration: none; }
.lp-mark .mark { animation: perch 3.2s ease-in-out infinite; transform-origin: 50% 90%; }
.lp-links { display: flex; align-items: center; gap: 22px; font-weight: 700; font-size: 15px; }
.lp-links a:not(.btn) { text-decoration: none; color: var(--ink); }
.lp-links a:not(.btn):hover { text-decoration: underline; }

/* ---------- dawn: the hero ---------- */
.dawn { background: linear-gradient(180deg, #A9B4EE 0%, #CDB8E6 30%, #FFC6B4 62%, #FFE3B3 100%); padding: 110px 0 190px; min-height: 100vh; }
.band-sky { position: absolute; inset: 0; pointer-events: none; }
.sun-orb { position: absolute; width: 300px; height: 300px; left: 50%; bottom: 60px; margin-left: -150px; border-radius: 50%;
  background: radial-gradient(circle, #FFF8D6 0 38%, #FFD978 60%, rgba(255, 190, 90, 0) 71%);
  animation: sunrise 2.6s cubic-bezier(.2, .7, .2, 1) both, sun-glow 5s ease-in-out 2.6s infinite; }
@keyframes sunrise { from { transform: translateY(180px) scale(.85); opacity: .4; } }
@keyframes sun-glow { 50% { transform: scale(1.06); } }
.pip-cross { position: absolute; top: 16%; left: 0; z-index: 1; pointer-events: none; opacity: 0; animation: pip-cross 16s linear 1.5s infinite; }
.pip-cross .bird.flyer { width: 84px; height: 63px; filter: drop-shadow(0 8px 10px rgba(30, 35, 68, .18)); }
@keyframes pip-cross {
  0% { transform: translate(-140px, 0); opacity: 1; } 25% { transform: translate(25vw, -24px); } 50% { transform: translate(50vw, 10px); }
  75% { transform: translate(75vw, -18px); } 99% { opacity: 1; } 100% { transform: translate(calc(100vw + 40px), 0); opacity: 1; } }

.lp-hero { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 6fr); gap: 48px; align-items: center; max-width: 1180px; margin: 0 auto; padding: 0 32px; }
.hop { font-size: clamp(46px, 5vw, 72px); line-height: .98; letter-spacing: -.025em; display: flex; flex-direction: column; gap: .06em; text-wrap: initial; text-shadow: 0 2px 0 rgba(255, 255, 255, .35); }
.hop .answer { padding-left: .7em; }
.hop .w { display: inline-block; animation: word-hop .7s cubic-bezier(.3, 1.7, .5, 1) both; animation-delay: calc(var(--i) * 90ms + 250ms); }
@keyframes word-hop { from { opacity: 0; transform: translateY(46px) scale(.7) rotate(-6deg); } }
.lp-hero .lede { margin-top: 26px; font-size: 20px; color: var(--ink-2); max-width: 30em; animation: fade-up .6s ease-out 1s both; }
@keyframes fade-up { from { opacity: 0; transform: translateY(14px); } }
.perks { list-style: none; margin: 24px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; animation: fade-up .6s ease-out 1.15s both; }
.perks li { display: flex; align-items: center; gap: 8px; padding: 7px 14px 7px 8px; border-radius: 999px; background: rgba(255, 255, 255, .7); font-weight: 700; font-size: 15px; }
.perk-ic { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--pc); color: #fff; font-size: 13px; font-weight: 800; }

.lp-demo { position: relative; background: var(--paper); border-radius: 30px; padding: 0 28px 24px; margin-top: 70px;
  box-shadow: 0 6px 0 #F2D3A8, 0 30px 70px -28px rgba(120, 60, 40, .45); animation: card-in .8s cubic-bezier(.3, 1.4, .5, 1) .5s both; }
@keyframes card-in { from { opacity: 0; transform: translateY(40px) rotate(2deg); } }
.lp-perch { position: relative; height: 34px; margin: 0 -28px; }
.lp-branch { position: absolute; left: -26px; top: -8px; width: 76%; height: 40px; overflow: visible; }
.bird-btn { position: absolute; left: 20%; bottom: 12px; border: 0; padding: 6px; background: none; border-radius: 50%; z-index: 2; animation: land 1s cubic-bezier(.3, 1.5, .5, 1) 1.2s both; }
@keyframes land { 0% { transform: translate(160px, -140px) rotate(20deg); opacity: 0; } 70% { transform: translate(0, 6px); opacity: 1; } }
.bird-btn .bird { width: 112px; height: 108px; display: block; }
.bird-btn:hover .bird:not(.sing):not(.dance) { animation: peck .5s ease-in-out; }
.bird-btn::after { content: ""; position: absolute; inset: 10px 14px 16px 10px; border-radius: 50%; animation: call 1.8s ease-out 2.2s infinite; pointer-events: none; }
.lp-demo.heard .bird-btn::after { animation: none; }
.bird-btn.nudge { animation: nudge .5s ease-in-out; }
@keyframes nudge { 25% { transform: rotate(-10deg) scale(1.1); } 75% { transform: rotate(8deg) scale(1.1); } }
@keyframes call { 0% { box-shadow: 0 0 0 0 rgba(245, 184, 61, .7); } 80%, 100% { box-shadow: 0 0 0 26px rgba(245, 184, 61, 0); } }
@keyframes peck { 40% { transform: rotate(-9deg); } }
.lp-notes { position: absolute; left: calc(20% + 70px); bottom: 90px; width: 0; height: 0; z-index: 3; }
.float-note { position: absolute; left: 0; top: 0; font-size: 26px; font-weight: 700; pointer-events: none; animation: float-note 1.5s ease-out both; text-shadow: 0 2px 0 rgba(255, 255, 255, .8); }
@keyframes float-note { from { transform: translate(0, 0) scale(.5); opacity: 0; } 15% { opacity: 1; } to { transform: translate(var(--dx), -110px) scale(1.2) rotate(18deg); opacity: 0; } }
.demo-say { margin: 22px 0 6px; font-family: var(--serif); font-size: 22px; line-height: 1.3; min-height: 2.6em; text-wrap: pretty; }
.demo-staff { min-height: 120px; }
.demo-tools { display: flex; justify-content: flex-end; min-height: 30px; margin: 2px 0 6px; }
.linkish { border: 0; background: none; padding: 4px 2px; color: var(--ink-2); font-weight: 600; font-size: 14px; text-decoration: underline; text-underline-offset: 3px; }
.lp-demo .whites { height: 150px; }
.lp-demo .key.down { animation: key-press .16s ease-out; }
@keyframes key-press { 50% { transform: translateY(3px); } }
.kbd.resting { opacity: .5; transition: opacity .3s; }
.lp-demo .keyhint { margin-top: 10px; }

.lp-reward { margin-top: 16px; display: flex; flex-direction: column; gap: 14px; }
.lp-reward.show { animation: fade-up .4s ease-out both; }
.reward-stars .stars { gap: 8px; }
.reward-stars .stars.big i { width: 44px; height: 44px; }
.lp-reward.show .stars i { animation: star-pop .5s cubic-bezier(.3, 1.9, .5, 1) both; }
.lp-reward.show .stars i:nth-child(2) { animation-delay: .18s; }
.lp-reward.show .stars i:nth-child(3) { animation-delay: .36s; }
@keyframes star-pop { from { transform: scale(0) rotate(-90deg); } }
.reward-met { display: flex; align-items: center; gap: 14px; padding: 12px 16px; border-radius: 18px; background: #FFF6DC; }
.reward-met .bird { width: 70px; height: 68px; animation: fly-in .8s cubic-bezier(.3, 1.5, .5, 1) .6s both; }
@keyframes fly-in { from { transform: translate(140px, -60px) rotate(25deg); opacity: 0; } }
.reward-met b { display: block; font-family: var(--serif); font-weight: 400; font-size: 21px; }
.reward-met span { color: var(--ink-2); font-size: 15px; }
.reward-cta { display: flex; flex-wrap: wrap; gap: 10px; }

.hills { position: absolute; left: 0; right: 0; bottom: 0; height: 200px; z-index: 1; pointer-events: none; }
.far-hill { position: absolute; left: 0; bottom: 60px; width: 100%; height: 130px; fill: #A9D48A; }
.hills .scene { position: absolute; left: 0; bottom: 0; width: 100%; height: 150px; }
.hills .scene .g2 { fill-opacity: 1; fill: #86C063; }
.hills .scene g { transform-box: fill-box; transform-origin: 50% 100%; animation: sway 4s ease-in-out infinite; }
.hills .scene g:nth-of-type(2n) { animation-delay: -1.3s; animation-duration: 5s; }
@keyframes sway { 50% { rotate: 2.5deg; } }

/* ---------- morning: ways to play ---------- */
.morning { background: linear-gradient(180deg, #86C063 0 26px, #E4F3FF 26px, #CBE6FF 100%); padding: 96px 0 110px; }
.morning .wrap { z-index: 1; }
.tiles { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 40px; }
.tile { position: relative; display: flex; flex-direction: column; gap: 8px; align-items: flex-start; padding: 22px; border-radius: 24px; background: #fff; text-decoration: none; color: var(--ink);
  border: 3px solid color-mix(in srgb, var(--tc) 30%, #fff); border-bottom-width: 7px; border-bottom-color: var(--tc); overflow: hidden; }
.tile h3 { font-size: 23px; }
.tile p { color: var(--ink-2); font-size: 15px; }
.tile .tag { margin-top: auto; padding: 4px 10px; border-radius: 999px; background: color-mix(in srgb, var(--tc) 16%, #fff); color: color-mix(in srgb, var(--tc) 60%, #1E2344); font-weight: 700; font-size: 13px; }
.tile-ic { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 18px; background: var(--tc); color: #fff; box-shadow: 0 4px 0 color-mix(in srgb, var(--tc) 65%, #000); margin-bottom: 4px; }
.tile-ic .ic { width: 28px; height: 28px; }
.tile:hover .tile-ic { animation: wiggle .5s ease-in-out; }
@keyframes wiggle { 25% { transform: rotate(-12deg) scale(1.1); } 75% { transform: rotate(10deg) scale(1.1); } }
.tile.rush .tile-ic .ic { animation: tick 1s steps(2) infinite; }
@keyframes tick { 50% { transform: rotate(8deg); } }
.tile.journey { grid-column: span 2; grid-row: span 2; background: linear-gradient(160deg, #F1FAEA, #fff 60%); padding: 30px; }
.tile.journey h3 { font-size: 34px; }
.tile.journey p { font-size: 17px; max-width: 26em; }
.trail-box { position: relative; width: 300px; height: 80px; align-self: flex-end; margin-top: 14px; color: #5DBB63; }
.trail-box .trail { width: 300px; height: 80px; fill: #5DBB63; overflow: visible; }
.trail-pip { position: absolute; left: 0; top: 0; offset-path: path("M10 70 C60 70 70 20 120 30 S190 70 230 40 S280 10 295 12"); offset-rotate: 0deg; animation: follow 5s ease-in-out infinite; }
.trail-pip .bird.flyer { width: 50px; height: 38px; translate: -25px -30px; display: block; }
@keyframes follow { from { offset-distance: 0%; } 85%, to { offset-distance: 100%; } }

/* The reveal as each part scrolls into view: tiles pop up in turn. */
.lp-reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s ease-out, transform .6s cubic-bezier(.3, 1.4, .5, 1); transition-delay: calc(var(--i, 0) * 70ms); }
.lp-reveal.in { opacity: 1; transform: none; }
.tile.lp-reveal { transform: translateY(40px) scale(.92); }
.tile.lp-reveal.in { transform: none; }
.tile.lp-reveal.in:hover { transform: translateY(-6px) rotate(-.8deg); transition-delay: 0s; box-shadow: 0 18px 30px -18px color-mix(in srgb, var(--tc) 70%, #000); }
.tile.lp-reveal.in:active { transform: translateY(1px); }

/* ---------- afternoon: the habitats ---------- */
.noon { background: linear-gradient(180deg, #CBE6FF 0%, #F2F5DC 55%, #FFF1D2 100%); padding: 80px 0 90px; }
.climb-head { display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.rating-dial { flex: none; width: 160px; height: 160px; border-radius: 50%; display: grid; place-content: center; text-align: center; background: #fff;
  box-shadow: inset 0 0 0 10px var(--yolk), 0 6px 0 #E3A52C, 0 20px 40px -20px rgba(120, 80, 20, .5); font-weight: 700; color: var(--ink-3); font-size: 14px; }
.rating-dial .figure { font-size: 48px; color: var(--ink); }
.rating-dial.in { animation: dial-spin 1.2s cubic-bezier(.3, 1.4, .5, 1); }
@keyframes dial-spin { from { transform: rotate(-200deg) scale(.6); } }
.strip-wrap { position: relative; margin-top: 36px; }
.hab-strip { list-style: none; margin: 0; display: flex; gap: 18px; overflow-x: auto; padding: 24px max(32px, calc((100vw - 1180px) / 2 + 32px)) 28px; scroll-snap-type: x proximity; scrollbar-width: thin; scrollbar-color: #E3B23C transparent; }
.habc { position: relative; flex: 0 0 230px; height: 290px; padding: 18px; border-radius: 26px; scroll-snap-align: start; overflow: hidden; display: flex; flex-direction: column;
  background: linear-gradient(180deg, color-mix(in srgb, var(--hab) 14%, #fff), color-mix(in srgb, var(--hab) 38%, #fff)); border-bottom: 7px solid var(--hab);
  transition: transform .3s cubic-bezier(.3, 1.6, .5, 1); }
.habc:hover { transform: translateY(-8px) rotate(1deg); }
.habc:nth-child(12) { background: linear-gradient(180deg, #2E2A5C, #6A4FB0); color: #fff; }
.habc:nth-child(12) .hab-lv, .habc:nth-child(12) .hab-meet { color: #D8D2F4; }
.hab-num { position: absolute; top: 8px; right: 16px; font-family: var(--serif); font-size: 64px; line-height: 1; color: var(--hab); opacity: .35; }
.habc b { font-family: var(--serif); font-weight: 400; font-size: 26px; margin-top: 4px; }
.hab-lv { font-size: 14px; font-weight: 700; color: color-mix(in srgb, var(--hab) 55%, #1E2344); }
.hab-meet { font-size: 14px; color: var(--ink-2); margin-top: 2px; }
.hab-bird { height: 110px; display: flex; align-items: flex-end; }
.hab-bird .bird { width: 96px; height: 92px; animation: bob-idle 2.6s ease-in-out infinite; }
.habc:nth-child(odd) .hab-bird .bird { animation-delay: -1.2s; }
@keyframes bob-idle { 50% { transform: translateY(-6px) rotate(-3deg); } }
.habc .scene { position: absolute; left: 0; bottom: 0; width: 100%; height: 70px; opacity: .55; }
.start-flag { position: absolute; top: 14px; right: 14px; z-index: 1; padding: 4px 10px; border-radius: 999px; background: var(--yolk); color: var(--on-yolk); font-weight: 800; font-size: 12px; animation: flag 1.6s ease-in-out infinite; }
.start-flag ~ .hab-num { display: none; }
@keyframes flag { 50% { transform: translateY(-3px) rotate(-3deg); } }

/* ---------- golden hour: the birds ---------- */
.goldhour { background: linear-gradient(180deg, #FFF1D2 0%, #FFDDA6 60%, #FFC896 100%); padding: 80px 0 30px; }
.parade { position: relative; height: 250px; margin-top: 20px; }
.parade-branch { position: absolute; left: 0; bottom: 40px; width: 100%; height: 60px; overflow: visible; }
.perchers { position: absolute; inset: 0; }
.percher { position: absolute; bottom: 66px; border: 0; background: none; padding: 0; translate: -50% 0; opacity: 0; }
.parade.in .percher { animation: perch-land .9s cubic-bezier(.3, 1.5, .5, 1) both; animation-delay: calc(var(--i) * 110ms); }
@keyframes perch-land { 0% { opacity: 0; transform: translate(80px, -220px) rotate(25deg); } 60% { opacity: 1; transform: translate(0, 6px); } 100% { opacity: 1; transform: none; } }
.percher .bird { width: 82px; height: 80px; display: block; animation: bob-idle 2.8s ease-in-out infinite; animation-delay: calc(var(--i) * -.37s); }
.parade.in .percher.hopping { animation: hop .45s cubic-bezier(.3, 1.6, .5, 1); opacity: 1; }
@keyframes hop { 40% { transform: translateY(-28px) rotate(-8deg); } }
.percher .bubble { position: absolute; left: 50%; bottom: 100%; translate: -50% 0; padding: 4px 10px; border-radius: 10px; background: #fff; font-weight: 700; font-size: 13px; white-space: nowrap;
  opacity: 0; transform: translateY(6px); transition: opacity .2s, transform .2s; pointer-events: none; box-shadow: 0 4px 10px -4px rgba(0, 0, 0, .2); }
.percher:hover .bubble, .percher:focus-visible .bubble, .percher.hopping .bubble { opacity: 1; transform: none; }
.percher .float-note { left: 50%; top: 10px; }

/* ---------- dusk: the price ---------- */
.dusk { background: linear-gradient(180deg, #FFC896 0%, #F7A08C 28%, #C27AA6 62%, #5A4A92 100%); padding: 70px 0 110px; }
.plans { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 26px; margin-top: 44px; max-width: 980px; }
.plan { position: relative; border-radius: 28px; padding: 30px; display: flex; flex-direction: column; gap: 14px; align-items: flex-start; background: #fff;
  box-shadow: 0 7px 0 rgba(30, 35, 68, .12), 0 30px 60px -30px rgba(40, 20, 60, .5); }
.plan h3 { font-size: 26px; }
.plan .amount { color: var(--ink-3); }
.plan .amount .figure { font-size: 46px; color: var(--ink); margin-right: 6px; }
.plan ul { margin: 4px 0 8px; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 9px; }
.plan li { padding-left: 28px; position: relative; }
.plan li::before { content: "✓"; position: absolute; left: 0; top: 1px; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: #E4F4DC; color: #1F7F55; font-size: 12px; font-weight: 800; }
.plan.plus { background: linear-gradient(160deg, #262B5C, #1E2344); color: #C9CBE6; --focus: var(--yolk); }
.plan.plus h3 { color: #fff; }
.plan.plus .amount .figure { color: var(--yolk); }
.plan.plus li::before { background: rgba(245, 184, 61, .2); color: var(--yolk); }
.plan .fine { color: #9EA1C6; }
.plus-bird { position: absolute; top: -66px; right: 28px; }
.plus-bird .bird { width: 100px; height: 96px; animation: bob-idle 2.4s ease-in-out infinite; filter: drop-shadow(0 0 14px rgba(247, 201, 72, .8)); }

/* ---------- night: questions and goodnight ---------- */
.night { background: linear-gradient(180deg, #5A4A92 0%, #262B5C 22%, #14172E 100%); color: #ECEBFA; padding: 90px 0 0; }
.night h2 { color: #fff; }
.stars-bg { position: absolute; inset: 0; pointer-events: none; }
.stars-bg i { position: absolute; width: var(--s); height: var(--s); border-radius: 50%; background: #fff; opacity: .7; animation: twinkle 3s ease-in-out infinite; animation-delay: var(--d); }
@keyframes twinkle { 50% { opacity: .15; transform: scale(.6); } }
.moon { position: absolute; top: 70px; right: 9%; width: 96px; height: 96px; border-radius: 50%; background: radial-gradient(circle at 35% 35%, #FFFBEA, #F3E6B8); box-shadow: 0 0 60px 16px rgba(255, 240, 190, .25); }
.moon::after { content: ""; position: absolute; width: 18px; height: 18px; border-radius: 50%; background: rgba(200, 180, 120, .3); top: 50%; left: 56%; box-shadow: -30px -22px 0 -3px rgba(200, 180, 120, .25); }
.faq { margin-top: 26px; max-width: 760px; position: relative; }
.faq details { border-bottom: 1px solid rgba(255, 255, 255, .14); }
.faq summary { cursor: pointer; padding: 20px 0; font-weight: 700; font-size: 19px; list-style: none; display: flex; justify-content: space-between; gap: 16px; color: #fff; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--serif); font-size: 28px; line-height: 1; color: var(--yolk); transition: rotate .25s cubic-bezier(.3, 1.6, .5, 1); }
.faq details[open] summary::after { rotate: 45deg; }
.faq details p { padding: 0 0 20px; color: #C9CBE6; }
.faq details[open] p { animation: fade-up .3s ease-out; }
.night :focus-visible { outline-color: var(--yolk); }
.goodnight { position: relative; text-align: center; padding: 110px 0 90px; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.goodnight p { color: #C9CBE6; font-size: 19px; max-width: none; }
.goodnight .btn { margin-top: 10px; }
.owl .bird { width: 110px; height: 106px; animation: bob-idle 3.4s ease-in-out infinite; }
.lp-foot { position: relative; display: flex; flex-wrap: wrap; align-items: center; gap: 22px; max-width: 1180px; margin: 0 auto; padding: 28px 32px 44px; border-top: 1px solid rgba(255, 255, 255, .12); font-size: 14px; color: #8D90B4; }
.lp-foot span { font-family: var(--serif); font-size: 20px; color: #fff; margin-right: auto; }
.lp-foot a { color: #C9CBE6; }

/* ---------- smaller screens ---------- */
@media (max-width: 1000px) {
  .lp-hero { grid-template-columns: 1fr; gap: 10px; }
  .tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tile.journey { grid-row: auto; }
}
@media (max-width: 640px) {
  .wrap { padding: 0 16px; }
  .lp-top { padding: 14px 16px; }
  .lp-hide-sm { display: none; }
  .lp-links { gap: 16px; }
  .dawn { padding: 84px 0 170px; min-height: 0; }
  .lp-hero { padding: 0 16px; }
  .hop .answer { padding-left: .5em; }
  .lp-hero .lede { font-size: 17px; margin-top: 18px; }
  .perks li { font-size: 14px; }
  .lp-demo { padding: 0 16px 20px; border-radius: 24px; margin-top: 76px; }
  .lp-perch { margin: 0 -16px; }
  .bird-btn { left: 12%; }
  .lp-notes { left: calc(12% + 60px); }
  .demo-say { font-size: 19px; }
  .lp-demo .whites { height: 130px; }
  .lp-band h2 { font-size: 34px; }
  .lp-band .sub { font-size: 17px; }
  .morning { padding: 70px 0 80px; }
  .tiles { gap: 12px; }
  .tile { padding: 16px; border-radius: 20px; }
  .tile h3 { font-size: 19px; }
  .tile p { font-size: 14px; }
  .tile-ic { width: 44px; height: 44px; border-radius: 14px; }
  .tile.journey { padding: 20px; }
  .tile.journey h3 { font-size: 26px; }
  .trail-box { transform: scale(.85); transform-origin: right bottom; margin-right: -10px; }
  .climb-head { flex-direction: column; align-items: flex-start; }
  .rating-dial { width: 120px; height: 120px; align-self: flex-end; margin-top: -10px; }
  .rating-dial .figure { font-size: 36px; }
  .hab-strip { padding: 20px 16px 24px; gap: 14px; }
  .habc { flex-basis: 200px; height: 270px; }
  .parade { height: 210px; }
  .percher:nth-child(even) { display: none; }
  .percher .bird { width: 64px; height: 62px; }
  .plans { grid-template-columns: 1fr; gap: 80px; }
  .plan { padding: 22px; }
  .moon { width: 64px; height: 64px; top: 40px; }
  .goodnight { padding: 80px 0 70px; }
  .lp-foot { padding: 24px 16px 36px; }
}
@media (prefers-reduced-motion: reduce) {
  .lp *, .lp *::before, .lp *::after { animation: none !important; transition: none !important; }
  .lp-reveal, .tile.lp-reveal { opacity: 1; transform: none; }
  .percher { opacity: 1; }
  .pip-cross, .trail-pip { display: none; }
}
