:root {
  --ink: #17463a;
  --ink-deep: #10372f;
  --coral: #e9503b;
  --jam: #a92f47;
  --paper: #fff7eb;
  --paper-deep: #f4eadb;
  --blush: #f6dad4;
  --water: #c9ddd8;
  --white: #fffdf8;
  --line: rgba(23, 70, 58, 0.2);
  --shadow: 0 24px 70px rgba(39, 49, 39, 0.14);
  --display: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, 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(--paper);
  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: 92px;
  align-items: center;
  justify-content: space-between;
  transform: translateX(-50%);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.brand-berry { width: 31px; height: 31px; overflow: visible; }
.berry-fruit { fill: var(--coral); stroke: var(--ink); stroke-width: 2.5; }
.berry-leaf { fill: var(--water); stroke: var(--ink); stroke-linecap: round; stroke-linejoin: round; stroke-width: 3; }
.berry-seeds path { fill: none; stroke: var(--paper); stroke-linecap: round; stroke-width: 2; }

nav { display: flex; align-items: center; gap: 32px; }
nav a { font-size: 0.76rem; font-weight: 700; letter-spacing: 0.03em; text-decoration: none; }
nav a:not(.nav-pill):hover { color: var(--coral); }
.nav-pill { padding: 11px 18px; border: 1px solid var(--ink); border-radius: 999px; transition: background 160ms, color 160ms; }
.nav-pill:hover { color: var(--paper); background: var(--ink); }

.hero {
  position: relative;
  display: grid;
  min-height: 820px;
  grid-template-columns: minmax(0, 1fr) minmax(410px, 0.9fr);
  align-items: center;
  gap: 56px;
  padding: 150px max(28px, calc((100vw - 1240px) / 2)) 85px;
  overflow: hidden;
}

.hero::before {
  position: absolute;
  z-index: -1;
  top: 85px;
  right: -120px;
  width: min(49vw, 670px);
  height: 650px;
  border-radius: 55% 0 0 48%;
  background: var(--blush);
  content: "";
}

.hero-copy { max-width: 650px; }
.eyebrow { margin: 0 0 22px; color: var(--jam); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.eyebrow span { margin-right: 7px; font-size: 0.54rem; }

h1, h2 { margin: 0; font-family: var(--display); font-weight: 500; letter-spacing: -0.055em; line-height: 0.93; }
h1 { max-width: 650px; font-size: clamp(5.2rem, 8.3vw, 8.4rem); }
h1 em { display: block; color: var(--coral); font-weight: 500; }
.hero-intro { max-width: 545px; margin: 34px 0 0; font-size: 1.07rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; gap: 25px; padding: 16px 20px 16px 23px; border-radius: 4px; font-size: 0.79rem; font-weight: 800; letter-spacing: 0.025em; text-decoration: none; }
.button-primary { color: var(--white); background: var(--ink); box-shadow: 7px 7px 0 var(--water); transition: transform 160ms, box-shadow 160ms; }
.button-primary:hover { transform: translate(3px, 3px); box-shadow: 4px 4px 0 var(--water); }
.text-link { border-bottom: 1px solid currentColor; font-size: 0.78rem; font-weight: 800; text-decoration: none; }
.platform-note { margin: 28px 0 0; color: rgba(23, 70, 58, 0.65); font-size: 0.73rem; }

.hero-visual { position: relative; min-height: 590px; }
.phone-shell {
  position: absolute;
  z-index: 2;
  top: 4px;
  left: 50%;
  width: 324px;
  height: 653px;
  padding: 11px;
  transform: translateX(-47%) rotate(3deg);
  border: 2px solid var(--ink);
  border-radius: 45px;
  background: var(--ink);
  box-shadow: var(--shadow), 13px 18px 0 rgba(169, 47, 71, 0.2);
}
.phone-top { position: absolute; z-index: 2; top: 17px; left: 50%; width: 90px; height: 22px; transform: translateX(-50%); border-radius: 999px; background: var(--ink); }
.phone-screen { position: relative; height: 100%; overflow: hidden; border-radius: 34px; background: var(--paper); }
.phone-heading { display: flex; min-height: 88px; flex-direction: column; justify-content: end; padding: 0 20px 14px; }
.phone-heading > span { color: rgba(23, 70, 58, 0.55); font-size: 0.55rem; }
.phone-heading strong { display: flex; justify-content: space-between; margin-top: 5px; font-family: var(--display); font-size: 1.37rem; font-weight: 500; }
.map-preview { position: relative; height: 335px; overflow: hidden; border-block: 1px solid rgba(23, 70, 58, 0.17); background: var(--water); }
.map-preview svg { width: 100%; height: 100%; }
.map-streets path { fill: none; stroke: rgba(255, 247, 235, 0.9); stroke-width: 6; }
.run-route-halo { fill: none; stroke: var(--paper); stroke-linecap: round; stroke-linejoin: round; stroke-width: 10; }
.run-route { fill: none; stroke: var(--coral); stroke-dasharray: 4 2; stroke-linecap: round; stroke-linejoin: round; stroke-width: 5; }
.route-start { fill: var(--ink); stroke: var(--paper); stroke-width: 3; }
.route-finish-ring { fill: var(--paper); stroke: var(--jam); stroke-width: 3; }
.route-finish { fill: var(--jam); }
.map-label { position: absolute; color: rgba(23, 70, 58, 0.56); font-family: var(--display); font-size: 0.68rem; font-style: italic; }
.map-label-one { top: 27px; left: 25px; }
.map-label-two { right: 23px; bottom: 28px; }
.run-stats { display: grid; grid-template-columns: 1.25fr 1fr 0.8fr; padding: 20px 18px 16px; }
.run-stats > div { display: flex; min-width: 0; flex-direction: column; border-right: 1px solid var(--line); padding-inline: 11px; }
.run-stats > div:first-child { padding-left: 0; }
.run-stats > div:last-child { border: 0; padding-right: 0; }
.run-stats span { margin-bottom: 4px; color: rgba(23, 70, 58, 0.55); font-size: 0.47rem; font-weight: 700; text-transform: uppercase; }
.run-stats strong { font-family: var(--display); font-size: 1.15rem; font-weight: 600; white-space: nowrap; }
.run-stats small { font-family: var(--sans); font-size: 0.45rem; font-weight: 700; }
.run-prompt { margin: 3px 18px 0; padding: 10px; border-radius: 4px; color: var(--white); background: var(--ink); font-size: 0.57rem; font-weight: 700; text-align: center; }
.run-prompt span { margin-right: 5px; color: var(--coral); }
.field-note { position: absolute; z-index: 3; right: -15px; bottom: 30px; width: 180px; padding: 28px 22px 23px; transform: rotate(-5deg); color: var(--ink); background: #fff1a9; box-shadow: 0 14px 35px rgba(39, 49, 39, 0.14); font-family: var(--display); font-size: 1.1rem; }
.field-note strong, .field-note > span:last-child { display: block; }
.field-note > span:last-child { margin-top: 4px; font-size: 0.83rem; font-style: italic; }
.note-pin { position: absolute; top: 10px; left: 50%; width: 9px; height: 9px; transform: translateX(-50%); border-radius: 50%; background: var(--jam); box-shadow: 1px 2px 3px rgba(0,0,0,.2); }
.sun-mark { position: absolute; top: 80px; right: -6px; width: 115px; height: 115px; border: 2px solid var(--coral); border-radius: 50%; }
.sun-mark::before, .sun-mark::after { position: absolute; content: ""; background: var(--coral); }
.sun-mark::before { top: -25px; left: 50%; width: 2px; height: 15px; box-shadow: 0 150px 0 var(--coral); }
.sun-mark::after { top: 50%; left: -25px; width: 15px; height: 2px; box-shadow: 150px 0 0 var(--coral); }
.route-scribble { position: absolute; border: 2px solid var(--jam); border-color: var(--jam) transparent transparent var(--jam); border-radius: 50%; opacity: 0.36; }
.route-scribble-one { bottom: 80px; left: -20px; width: 95px; height: 80px; transform: rotate(-30deg); }
.route-scribble-two { right: 18px; bottom: 138px; width: 45px; height: 55px; transform: rotate(70deg); }

.marquee { overflow: hidden; border-block: 1px solid var(--ink); background: var(--ink); color: var(--paper); }
.marquee > div { display: flex; width: max-content; align-items: center; gap: 31px; padding: 14px 0; animation: ticker 35s linear infinite; }
.marquee span { font-family: var(--display); font-size: 1.05rem; font-style: italic; white-space: nowrap; }
.marquee i { color: var(--coral); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: 125px max(28px, calc((100vw - 1240px) / 2)); }
.why { background: var(--white); }
.section-heading { display: grid; grid-template-columns: minmax(330px, 1.3fr) minmax(260px, 0.7fr); column-gap: 80px; align-items: end; }
.section-heading .eyebrow { grid-column: 1 / -1; }
h2 { font-size: clamp(3.5rem, 5.6vw, 6rem); }
.section-heading > p:last-child { max-width: 400px; margin: 0 0 5px; font-size: 0.92rem; line-height: 1.75; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; margin-top: 72px; }
.feature { position: relative; min-height: 385px; padding: 31px; overflow: hidden; border: 1px solid var(--line); }
.feature-route { background: var(--water); }
.feature-pocket { background: var(--blush); }
.feature-journal { background: var(--paper-deep); }
.feature-number { position: absolute; top: 28px; right: 28px; font-family: var(--display); font-size: 0.8rem; font-style: italic; }
.feature h3 { margin: 28px 0 11px; font-family: var(--display); font-size: 1.7rem; font-weight: 500; letter-spacing: -0.035em; }
.feature p { max-width: 315px; margin: 0; font-size: 0.82rem; line-height: 1.7; }
.feature-icon { position: relative; width: 100%; height: 180px; }
.icon-route::before { position: absolute; top: 40px; left: 43px; width: 190px; height: 86px; transform: rotate(-7deg); border: 4px solid var(--coral); border-color: var(--coral) var(--coral) transparent var(--coral); border-radius: 60% 38% 55% 35%; content: ""; }
.icon-route i, .icon-route b { position: absolute; width: 17px; height: 17px; border: 4px solid var(--ink); border-radius: 50%; }
.icon-route i { top: 90px; left: 44px; }
.icon-route b { top: 35px; left: 230px; }
.icon-pocket::before { position: absolute; top: 22px; left: 50%; width: 96px; height: 150px; transform: translateX(-50%) rotate(4deg); border: 4px solid var(--ink); border-radius: 19px; background: var(--paper); box-shadow: 9px 9px 0 rgba(169,47,71,.16); content: ""; }
.icon-pocket::after { position: absolute; top: 35px; left: 50%; width: 35px; height: 6px; transform: translateX(-50%) rotate(4deg); border-radius: 8px; background: var(--ink); content: ""; }
.icon-pocket i { position: absolute; z-index: 1; top: 68px; left: 50%; transform: translateX(-50%); color: var(--coral); font-family: var(--display); font-size: 3.7rem; font-style: normal; }
.icon-journal::before { position: absolute; top: 20px; left: 50%; width: 155px; height: 150px; transform: translateX(-50%) rotate(-3deg); border: 3px solid var(--ink); background: var(--paper); box-shadow: 8px 8px 0 var(--water); content: ""; }
.icon-journal i, .icon-journal b, .icon-journal em { position: absolute; z-index: 1; left: calc(50% - 56px); width: 105px; height: 2px; transform: rotate(-3deg); background: var(--line); content: ""; }
.icon-journal i { top: 67px; }.icon-journal b { top: 93px; }.icon-journal em { top: 119px; }

.feel-section { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 90px; padding: 130px max(28px, calc((100vw - 1240px) / 2)); background: var(--ink); color: var(--paper); }
.feel-copy { align-self: center; }
.feel-copy .eyebrow { color: #f29a8c; }
.feel-copy > p:last-child { max-width: 430px; margin: 31px 0 0; color: rgba(255,247,235,.75); font-size: 0.92rem; line-height: 1.75; }
.mood-picker { display: grid; grid-template-columns: 1fr 0.8fr; align-items: center; gap: 25px; }
.mood-options { border-top: 1px solid rgba(255,247,235,.24); }
.mood-option { display: flex; width: 100%; align-items: center; gap: 15px; padding: 18px 12px; border: 0; border-bottom: 1px solid rgba(255,247,235,.24); color: inherit; background: transparent; cursor: pointer; text-align: left; transition: background 160ms, color 160ms; }
.mood-option.is-active { color: var(--ink); background: var(--paper); }
.mood-mark { width: 42px; color: var(--coral); font-family: var(--display); font-size: 2rem; text-align: center; }
.mood-option span:last-child { display: flex; min-width: 0; flex-direction: column; }
.mood-option strong { font-family: var(--display); font-size: 1.25rem; font-weight: 500; }
.mood-option small { margin-top: 3px; color: rgba(255,247,235,.58); font-size: 0.68rem; }
.mood-option.is-active small { color: rgba(23,70,58,.58); }
.mood-result { position: relative; min-height: 280px; padding: 33px 28px; transform: rotate(2deg); color: var(--ink); background: #fff1a9; box-shadow: 13px 15px 0 rgba(0,0,0,.14); }
.mood-result::before { position: absolute; top: 12px; left: 50%; width: 45px; height: 12px; transform: translateX(-50%) rotate(-4deg); background: rgba(255,255,255,.45); content: ""; }
.result-mark { display: block; color: var(--coral); font-family: var(--display); font-size: 4.8rem; line-height: 1; }
.mood-result p { margin: 35px 0 9px; color: var(--jam); font-size: 0.63rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.result-message { display: block; font-family: var(--display); font-size: 1.75rem; font-weight: 500; letter-spacing: -.025em; line-height: 1.14; }

.coming-soon { position: relative; display: grid; grid-template-columns: 0.7fr 1fr; gap: 75px; align-items: center; min-height: 650px; padding: 110px max(28px, calc((100vw - 1100px) / 2)); overflow: hidden; background: var(--blush); }
.coming-soon::after { position: absolute; top: -80px; right: -70px; width: 300px; height: 300px; border: 1px solid rgba(169,47,71,.24); border-radius: 50%; content: ""; }
.coming-berry { display: grid; width: min(100%, 390px); aspect-ratio: 1; place-items: center; transform: rotate(-6deg); border-radius: 47% 53% 48% 52%; background: var(--paper); box-shadow: 18px 20px 0 rgba(169,47,71,.14); }
.coming-berry svg { width: 63%; overflow: visible; }
.coming-leaf { fill: var(--water); stroke: var(--ink); stroke-linecap: round; stroke-linejoin: round; stroke-width: 5; }
.coming-fruit { fill: var(--coral); stroke: var(--ink); stroke-width: 5; }
.coming-seeds path { fill: none; stroke: var(--paper); stroke-linecap: round; stroke-width: 4; }
.coming-soon > div:last-child { max-width: 600px; }
.coming-soon h2 { color: var(--jam); }
.coming-soon > div:last-child > p:not(.eyebrow) { max-width: 540px; margin: 30px 0 0; font-size: .92rem; line-height: 1.75; }
.store-pills { display: flex; gap: 10px; margin-top: 30px; }
.store-pills span { display: flex; min-width: 140px; flex-direction: column; padding: 11px 18px; border: 1px solid var(--ink); border-radius: 4px; }
.store-pills small { font-size: .52rem; text-transform: uppercase; }
.store-pills strong { margin-top: 1px; font-family: var(--display); font-size: 1.1rem; font-weight: 600; }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; padding: 28px max(28px, calc((100vw - 1240px) / 2)); color: var(--paper); background: var(--ink-deep); }
footer p { margin: 0; font-size: .66rem; }
footer p:nth-child(2) { opacity: .7; text-align: center; }
footer p:last-child { text-align: right; }
.footer-brand { color: var(--paper); font-size: 1.05rem; }
.footer-dot { width: 11px; height: 11px; border-radius: 50% 50% 45% 48%; background: var(--coral); }

:focus-visible { outline: 3px solid #f3b63b; outline-offset: 3px; }

@media (hover: hover) {
  .mood-option:hover { color: var(--ink); background: var(--paper); }
  .mood-option:hover small { color: rgba(23,70,58,.58); }
}

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr 420px; gap: 10px; }
  .hero-copy { position: relative; z-index: 3; }
  h1 { font-size: clamp(4.8rem, 10vw, 6.3rem); }
  .field-note { right: 0; }
  .section-heading { column-gap: 40px; }
  .feature { padding: 23px; }
  .mood-picker { grid-template-columns: 1fr; }
  .mood-result { min-height: 220px; }
  .result-mark { float: left; margin-right: 18px; }
  .feel-section { gap: 45px; }
}

@media (max-width: 760px) {
  .site-header { width: calc(100% - 36px); height: 72px; }
  nav a:not(.nav-pill) { display: none; }
  .nav-pill { padding: 9px 13px; font-size: .65rem; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 55px; padding: 125px 22px 80px; }
  .hero::before { top: auto; right: -160px; bottom: 40px; width: 590px; height: 600px; }
  h1 { font-size: clamp(4.6rem, 23vw, 6.2rem); }
  .hero-intro { font-size: .97rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 23px; }
  .hero-visual { min-height: 680px; }
  .phone-shell { top: 0; left: 50%; transform: translateX(-50%) rotate(2deg); }
  .field-note { right: -5px; bottom: 30px; }
  .sun-mark { right: -20px; }
  .section { padding: 90px 22px; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading > p:last-child { margin-top: 27px; }
  h2 { font-size: clamp(3.7rem, 17vw, 5.2rem); }
  .feature-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .feature { min-height: 365px; }
  .feel-section { grid-template-columns: 1fr; gap: 55px; padding: 90px 22px; }
  .mood-picker { gap: 33px; }
  .coming-soon { grid-template-columns: 1fr; gap: 55px; padding: 90px 22px; }
  .coming-berry { width: min(84vw, 340px); justify-self: center; }
  .store-pills { flex-wrap: wrap; }
  footer { grid-template-columns: 1fr auto; }
  footer p:nth-child(2) { display: none; }
}

@media (max-width: 390px) {
  .phone-shell { width: 300px; height: 610px; }
  .map-preview { height: 310px; }
  .hero-visual { min-height: 640px; }
  .field-note { width: 155px; font-size: .95rem; }
  .run-stats { padding-inline: 13px; }
  .run-stats strong { font-size: 1.02rem; }
}

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