:root {
  --sky: #76c9ef;
  --sky-pale: #dff5ff;
  --pink: #f4a8bd;
  --pink-pale: #fff0f4;
  --berry: #e9433f;
  --berry-dark: #b82f38;
  --leaf: #62a83e;
  --leaf-dark: #39772d;
  --ink: #502a2b;
  --cream: #fffaf0;
  --sun: #ffe679;
  --white: #fff;
  --shadow: 0 22px 55px rgba(80, 42, 43, 0.18);
  --rounded: ui-rounded, "Arial Rounded MT Bold", "Avenir Next Rounded", Avenir, sans-serif;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button { font: inherit; }

.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; transform: translateY(-150%); border-radius: 999px; color: var(--white); background: var(--ink); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 10; top: 0; left: 50%; display: flex; width: min(100% - 56px, 1240px); height: 94px; align-items: center; justify-content: space-between; transform: translateX(-50%); border-bottom: 2px solid rgba(80, 42, 43, .13); }
.brand { display: inline-flex; align-items: center; gap: 8px; font-family: var(--rounded); font-size: 1.2rem; font-weight: 900; letter-spacing: -.035em; text-decoration: none; }
.brand > span:last-child > span { color: var(--berry); }
.berry-mark { display: grid; width: 40px; height: 40px; place-items: center; border: 2px solid var(--ink); border-radius: 48% 52% 46% 54%; background: var(--white); box-shadow: 3px 3px 0 var(--pink); font-size: 1.3rem; }
nav { display: flex; align-items: center; gap: 30px; }
nav a { font-family: var(--rounded); font-size: .73rem; font-weight: 800; text-decoration: none; }
nav a:not(.nav-button):hover { color: var(--berry); }
.nav-button { padding: 11px 17px; border: 2px solid var(--ink); border-radius: 999px; background: var(--white); box-shadow: 3px 3px 0 var(--ink); }

.hero { position: relative; display: grid; min-height: 820px; grid-template-columns: 1fr .86fr; align-items: center; gap: 70px; padding: 140px max(28px, calc((100vw - 1240px) / 2)) 80px; overflow: hidden; background: linear-gradient(175deg, var(--sky-pale) 0 76%, var(--cream) 76.2%); }
.hero::after { position: absolute; z-index: 0; right: -80px; bottom: 16px; left: -80px; height: 155px; border-radius: 50% 50% 0 0; background: #a6d679; content: ""; }
.hero-copy, .hero-art { position: relative; z-index: 2; }
.kicker, .eyebrow { margin: 0 0 20px; color: var(--berry-dark); font-family: var(--rounded); font-size: .7rem; font-weight: 900; letter-spacing: .1em; }
.kicker span { margin-right: 8px; padding: 5px 9px; border-radius: 999px; color: var(--white); background: var(--berry); letter-spacing: .06em; }
h1, h2, h3 { font-family: var(--rounded); }
h1 { margin: 0; font-size: clamp(4.2rem, 6.8vw, 7rem); font-weight: 900; letter-spacing: -.075em; line-height: .96; }
h1 em { color: var(--berry); font-style: normal; text-shadow: 4px 4px 0 var(--white); }
.hero-intro { max-width: 570px; margin: 29px 0 0; font-size: 1.03rem; font-weight: 500; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 33px; }
.button { display: inline-flex; align-items: center; gap: 24px; padding: 15px 19px 15px 22px; border-radius: 999px; font-family: var(--rounded); font-size: .78rem; font-weight: 900; text-decoration: none; }
.button-primary { border: 2px solid var(--ink); color: var(--white); background: var(--berry); box-shadow: 5px 6px 0 var(--ink); transition: transform 160ms, box-shadow 160ms; }
.button-primary:hover { transform: translate(3px, 3px); box-shadow: 2px 3px 0 var(--ink); }
.button-link { border-bottom: 2px solid var(--ink); font-family: var(--rounded); font-size: .75rem; font-weight: 900; text-decoration: none; }
.platforms { display: flex; align-items: center; gap: 18px; margin-top: 30px; font-size: .69rem; font-weight: 800; }
.platforms span { display: inline-flex; align-items: center; gap: 6px; }
.platforms b { color: var(--leaf); font-size: .55rem; }
.platforms small { padding-left: 18px; border-left: 1px solid rgba(80, 42, 43, .25); color: rgba(80, 42, 43, .63); }

.hero-art { min-height: 620px; }
.image-card { position: absolute; top: -18px; right: 12px; width: min(100%, 450px); padding: 12px; transform: rotate(2.5deg); border: 3px solid var(--ink); border-radius: 40px; background: var(--white); box-shadow: 13px 15px 0 var(--pink), var(--shadow); }
.image-card img { display: block; width: 100%; height: auto; aspect-ratio: 896 / 1200; border-radius: 28px; object-fit: cover; }
.distance-badge { position: absolute; right: -30px; bottom: 34px; display: grid; width: 112px; height: 112px; place-content: center; transform: rotate(-8deg); border: 3px solid var(--ink); border-radius: 50%; background: var(--sun); box-shadow: 5px 6px 0 var(--ink); font-family: var(--rounded); font-size: .9rem; line-height: 1; text-align: center; }
.distance-badge b { font-size: 1.8rem; }
.distance-badge small { font-size: .55rem; }
.mascot-note { position: absolute; z-index: 2; bottom: 12px; left: -25px; padding: 17px 20px; transform: rotate(-4deg); border: 3px solid var(--ink); border-radius: 18px 18px 18px 4px; background: var(--white); box-shadow: 6px 7px 0 var(--ink); font-family: var(--rounded); }
.mascot-note span, .mascot-note b { display: block; }
.mascot-note span { margin-bottom: 3px; color: var(--berry); font-size: .66rem; font-weight: 900; text-transform: uppercase; }
.mascot-note b { font-size: 1.05rem; line-height: 1.15; }
.cloud { position: absolute; z-index: 1; width: 170px; height: 45px; border-radius: 999px; background: rgba(255,255,255,.72); }
.cloud::before, .cloud::after { position: absolute; bottom: 0; border-radius: 50%; background: inherit; content: ""; }
.cloud::before { left: 27px; width: 75px; height: 75px; }.cloud::after { right: 20px; width: 52px; height: 52px; }
.cloud-one { top: 150px; right: 40%; transform: scale(.65); }.cloud-two { top: 260px; left: -30px; transform: scale(.8); }
.petals { position: absolute; inset: 0; pointer-events: none; }
.petals i { position: absolute; z-index: 3; width: 14px; height: 8px; border-radius: 100% 0 100% 0; background: var(--pink); animation: float 8s ease-in-out infinite; }
.petals i:nth-child(1) { top: 20%; left: 5%; }.petals i:nth-child(2) { top: 28%; right: 6%; animation-delay: -2s; }.petals i:nth-child(3) { top: 60%; left: 48%; animation-delay: -4s; }.petals i:nth-child(4) { top: 72%; right: 2%; animation-delay: -5s; }.petals i:nth-child(5) { top: 13%; right: 22%; animation-delay: -7s; }
@keyframes float { 50% { transform: translate(12px, 20px) rotate(90deg); } }

.ribbon { position: relative; z-index: 4; overflow: hidden; border-block: 3px solid var(--ink); color: var(--white); background: var(--berry); }
.ribbon > div { display: flex; width: max-content; align-items: center; gap: 28px; padding: 14px 0; animation: ticker 30s linear infinite; }
.ribbon span { font-family: var(--rounded); font-size: .76rem; font-weight: 900; letter-spacing: .11em; white-space: nowrap; }.ribbon i { color: var(--sun); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: 120px max(28px, calc((100vw - 1240px) / 2)); }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 20px 80px; align-items: end; }
.section-heading .eyebrow { grid-column: 1 / -1; }
h2 { margin: 0; font-size: clamp(3.3rem, 5.5vw, 5.8rem); font-weight: 900; letter-spacing: -.07em; line-height: .98; }
h2 span { color: var(--berry); }
.section-heading > p:last-child { margin: 0 0 4px; font-size: .94rem; line-height: 1.75; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 68px; }
.feature { position: relative; min-height: 360px; padding: 28px; overflow: hidden; border: 3px solid var(--ink); border-radius: 28px; box-shadow: 7px 8px 0 var(--ink); }
.feature-route { background: var(--sky-pale); }.feature-pocket { background: var(--pink-pale); }.feature-memory { background: #edf8dc; }
.feature-number { position: absolute; top: 23px; right: 25px; margin: 0; font-family: var(--rounded); font-size: .7rem; font-weight: 900; }
.feature-icon { display: grid; width: 145px; height: 145px; place-items: center; margin: 18px auto 25px; border: 3px solid var(--ink); border-radius: 50%; background: var(--white); box-shadow: 6px 6px 0 rgba(80,42,43,.18); color: var(--berry); font-family: var(--rounded); font-size: 4.5rem; font-weight: 900; }
.feature-pocket .feature-icon { color: var(--sky); }.feature-memory .feature-icon { color: var(--leaf); }
.feature h3 { margin: 0 0 10px; font-size: 1.45rem; letter-spacing: -.045em; }.feature > p:last-child { margin: 0; font-size: .81rem; line-height: 1.65; }

.mood-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; padding: 120px max(28px, calc((100vw - 1160px) / 2)); background: var(--pink); }
.mood-copy > p:not(.eyebrow) { max-width: 440px; margin: 26px 0 0; line-height: 1.7; }
.mood-options { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.mood-button { padding: 10px 15px; border: 2px solid var(--ink); border-radius: 999px; color: var(--ink); background: rgba(255,255,255,.65); cursor: pointer; font-family: var(--rounded); font-size: .7rem; font-weight: 900; box-shadow: 2px 3px 0 var(--ink); }
.mood-button.is-active { color: var(--white); background: var(--berry); transform: translate(1px, 2px); box-shadow: 1px 1px 0 var(--ink); }
.run-card { overflow: hidden; border: 3px solid var(--ink); border-radius: 32px; background: var(--white); box-shadow: 12px 14px 0 var(--ink); }
.run-card-top { display: flex; align-items: center; justify-content: space-between; padding: 19px 24px; border-bottom: 2px solid var(--ink); font-family: var(--rounded); font-size: .85rem; font-weight: 900; }.run-card-top i { font-style: normal; }
.run-card-route { height: 240px; background: var(--sky-pale); }.run-card-route svg { width: 100%; height: 100%; }.park-path { fill: none; stroke: var(--white); stroke-width: 17; }.chosen-route { fill: none; stroke: var(--berry); stroke-dasharray: 8 5; stroke-linecap: round; stroke-linejoin: round; stroke-width: 8; }.run-card-route circle { fill: var(--leaf); stroke: var(--white); stroke-width: 4; }.finish-flag { fill: var(--sun); stroke: var(--ink); stroke-linejoin: round; stroke-width: 4; }
.run-card-message { display: flex; align-items: center; gap: 16px; padding: 19px 23px; border-top: 2px solid var(--ink); }.mood-emoji { display: grid; flex: 0 0 47px; width: 47px; height: 47px; place-items: center; border: 2px solid var(--ink); border-radius: 50%; background: var(--pink-pale); }.run-card-message div { display: flex; flex-direction: column; }.run-card-message small { margin-bottom: 2px; color: var(--berry-dark); font-size: .58rem; font-weight: 900; text-transform: uppercase; }.run-card-message strong { font-family: var(--rounded); font-size: .9rem; }
.run-stats { display: grid; grid-template-columns: 1fr 1fr; border-top: 2px solid var(--ink); }.run-stats span { display: flex; flex-direction: column; padding: 15px 23px; }.run-stats span + span { border-left: 2px solid var(--ink); }.run-stats small { font-size: .56rem; font-weight: 800; text-transform: uppercase; }.run-stats b { margin-top: 2px; font-family: var(--rounded); font-size: 1.05rem; }

.soon { display: grid; min-height: 610px; grid-template-columns: .65fr 1fr; gap: 70px; align-items: center; padding: 100px max(28px, calc((100vw - 1080px) / 2)); overflow: hidden; background: var(--sky-pale); }
.soon-badge { display: grid; width: min(100%, 360px); aspect-ratio: 1; place-items: center; transform: rotate(-5deg); border: 3px solid var(--ink); border-radius: 43% 57% 48% 52%; background: var(--sun); box-shadow: 14px 16px 0 var(--berry); }.soon-badge span { font-size: clamp(7rem, 14vw, 10rem); filter: drop-shadow(5px 7px 0 rgba(80,42,43,.18)); }
.soon > div:last-child { max-width: 600px; }.soon > div:last-child > p:not(.eyebrow) { max-width: 530px; margin: 26px 0 0; line-height: 1.7; }
.store-buttons { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }.store-buttons span { display: flex; min-width: 145px; flex-direction: column; padding: 11px 17px; border: 2px solid var(--ink); border-radius: 12px; background: var(--white); box-shadow: 3px 4px 0 var(--ink); }.store-buttons small { font-size: .5rem; font-weight: 800; }.store-buttons b { margin-top: 1px; font-family: var(--rounded); font-size: .95rem; }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; padding: 27px max(28px, calc((100vw - 1240px) / 2)); color: var(--white); background: var(--ink); }footer p { margin: 0; font-size: .65rem; }.footer-brand { color: var(--white); font-size: .95rem; }.footer-brand > span:first-child { font-size: 1.25rem; }.footer-brand > span:last-child > span { color: var(--pink); }footer p:nth-child(2) { opacity: .68; text-align: center; }footer p:last-child { text-align: right; }
:focus-visible { outline: 3px solid var(--leaf-dark); outline-offset: 3px; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr .78fr; gap: 25px; }.hero-art { min-height: 550px; }.image-card { right: -15px; }.section-heading { gap: 20px 35px; }.mood-section { gap: 45px; }
}

@media (max-width: 760px) {
  .site-header { width: calc(100% - 36px); height: 74px; }nav a:not(.nav-button) { display: none; }.nav-button { padding: 9px 12px; font-size: .65rem; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 55px; padding: 116px 20px 95px; }.hero::after { height: 110px; }.hero-intro { font-size: .96rem; }h1 { font-size: clamp(3.4rem, 12.8vw, 4.6rem); }.hero-actions { align-items: flex-start; flex-direction: column; gap: 21px; }.hero-art { min-height: min(135vw, 640px); }.image-card { right: 50%; width: min(85vw, 430px); transform: translateX(50%) rotate(2deg); }.distance-badge { right: -12px; width: 95px; height: 95px; }.mascot-note { left: 0; bottom: 0; }
  .section { padding: 85px 20px; }.section-heading { grid-template-columns: 1fr; }.section-heading > p:last-child { margin-top: 8px; }.feature-grid { grid-template-columns: 1fr; margin-top: 48px; }.feature { min-height: 340px; }
  .mood-section { grid-template-columns: 1fr; gap: 50px; padding: 85px 20px; }.run-card { box-shadow: 7px 9px 0 var(--ink); }.run-card-route { height: 205px; }
  .soon { grid-template-columns: 1fr; gap: 50px; padding: 85px 20px; }.soon-badge { width: min(80vw, 330px); justify-self: center; }
  footer { grid-template-columns: 1fr auto; }footer p:nth-child(2) { display: none; }
}

@media (max-width: 390px) {
  .brand { font-size: 1.02rem; }.berry-mark { width: 35px; height: 35px; }.hero-art { min-height: 545px; }.mascot-note { font-size: .85rem; }.platforms { flex-wrap: wrap; }.platforms small { width: 100%; padding: 0; border: 0; }.run-card-message strong { font-size: .78rem; }
}

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