:root {
  color-scheme: light;
  --paper: #fbf4ea;
  --paper-bright: #fffdf8;
  --paper-dim: #f3e8d8;
  --ink: #29231c;
  --muted: #5a5146;
  --honey: #e8be58;
  --honey-soft: #f3da9b;
  --honey-ink: #5a4212;
  --teal: #315f5a;
  --teal-deep: #214b46;
  --teal-soft: #dbece5;
  --persimmon: #b8674f;
  --persimmon-soft: #f0ded5;
  --line: #d3c4af;
  --shadow: 0 24px 70px rgb(90 66 18 / 14%);
  --shadow-soft: 0 16px 42px rgb(49 95 90 / 12%);
  --container: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 18px 18px, rgb(90 66 18 / 5%) 1px, transparent 1px),
    linear-gradient(180deg, var(--paper) 0%, #f8efe2 46%, var(--paper-bright) 100%);
  background-size: 36px 36px, auto;
  color: var(--ink);
  font-family:
    "Plus Jakarta Sans",
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 40px, var(--container));
  margin: 0 auto;
  padding: 14px 0;
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--honey-ink);
  font-size: 14px;
  font-weight: 800;
}

.brand-lockup {
  width: 42px;
  height: auto;
  border-radius: 10px;
}

.brand span {
  display: grid;
  gap: 2px;
}

.brand small {
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
}

.header-nav {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  color: var(--teal-deep);
  font-size: 14px;
  font-weight: 800;
}

.header-link,
.text-link,
.primary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  transition:
    box-shadow 180ms ease,
    transform 180ms ease,
    background-color 180ms ease;
}

.header-link,
.text-link {
  border: 1px solid var(--line);
  background: rgb(255 253 248 / 82%);
  color: var(--honey-ink);
  padding: 0 18px;
}

.primary-action {
  min-height: 58px;
  border: 1px solid #d9a942;
  background: var(--honey);
  color: var(--honey-ink);
  box-shadow: 0 18px 38px rgb(184 103 79 / 18%);
  padding: 0 24px;
}

.header-link:hover,
.text-link:hover,
.primary-action:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-soft);
}

.header-link:focus-visible,
.text-link:focus-visible,
.primary-action:focus-visible,
.spotify-badge:focus-visible,
.apple-podcasts-badge:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--teal) 70%, white);
  outline-offset: 4px;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 72px 20px 92px;
}

.route-wash {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.route-wash span {
  position: absolute;
  left: -12vw;
  right: -12vw;
  opacity: 0.9;
}

.route-wash span:nth-child(1) {
  top: 18%;
  height: 110px;
  background: var(--teal-soft);
  transform: rotate(-6deg);
}

.route-wash span:nth-child(2) {
  top: 48%;
  height: 136px;
  background: var(--honey-soft);
  transform: rotate(5deg);
}

.route-wash span:nth-child(3) {
  bottom: 8%;
  height: 96px;
  background: var(--persimmon-soft);
  transform: rotate(-4deg);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 480px);
  align-items: center;
  gap: 56px;
  width: min(100%, var(--container));
  margin: 0 auto;
}

.hero-copy-block {
  max-width: 660px;
}

.eyebrow {
  margin: 0;
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.35;
}

h1,
h2,
h3,
.promise,
.ride-snapshot strong,
.ride-companion figcaption strong {
  margin: 0;
  font-family: Georgia, "Noto Serif", "Times New Roman", serif;
  letter-spacing: 0;
}

h1 {
  max-width: 720px;
  margin-top: 16px;
  font-size: 78px;
  line-height: 0.98;
}

h1 span {
  display: inline-block;
}

.brand-chinese {
  white-space: nowrap;
}

.promise {
  margin-top: 18px;
  color: var(--honey-ink);
  font-size: 38px;
  font-weight: 700;
  line-height: 1.12;
}

.hero-copy {
  max-width: 600px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.trust-list li {
  border: 1px solid color-mix(in srgb, var(--teal) 24%, var(--paper-bright));
  border-radius: 999px;
  background: rgb(255 253 248 / 72%);
  color: var(--teal-deep);
  font-size: 13px;
  font-weight: 850;
  padding: 8px 12px;
}

.ride-companion {
  display: grid;
  gap: 16px;
  margin: 0;
}

.companion-portrait {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 342px;
  border: 1px solid color-mix(in srgb, var(--teal) 28%, var(--paper-bright));
  border-radius: 42px;
  background:
    linear-gradient(145deg, rgb(255 253 248 / 94%), rgb(228 240 234 / 92%)),
    var(--paper-bright);
  box-shadow: var(--shadow);
  padding: 30px;
}

.companion-portrait::before,
.companion-portrait::after {
  position: absolute;
  content: "";
  border-radius: 999px;
  background: color-mix(in srgb, var(--honey) 60%, transparent);
}

.companion-portrait::before {
  top: 24px;
  right: 30px;
  width: 92px;
  height: 14px;
  transform: rotate(-7deg);
}

.companion-portrait::after {
  bottom: 28px;
  left: 32px;
  width: 138px;
  height: 14px;
  background: color-mix(in srgb, var(--persimmon) 45%, transparent);
  transform: rotate(5deg);
}

.companion-portrait img {
  width: min(100%, 310px);
  border-radius: 30px;
  filter: drop-shadow(0 18px 24px rgb(49 95 90 / 16%));
}

.ride-companion figcaption {
  display: grid;
  gap: 6px;
  border-left: 6px solid var(--teal);
  background: rgb(255 253 248 / 84%);
  box-shadow: var(--shadow-soft);
  padding: 18px 20px;
}

.ride-companion figcaption span,
.ride-snapshot span,
.route-strip span,
.proof-number,
.culture-item span {
  color: var(--persimmon);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.35;
}

.ride-companion figcaption strong {
  color: var(--ink);
  font-size: 25px;
  line-height: 1.1;
}

.ride-companion figcaption p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.ride-snapshot {
  display: grid;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgb(255 253 248 / 92%);
  box-shadow: var(--shadow-soft);
  padding: 18px 20px;
}

.ride-snapshot strong {
  color: var(--ink);
  font-size: 26px;
  line-height: 1.12;
}

.progress {
  height: 14px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--paper-dim);
}

.progress i {
  display: block;
  width: 68%;
  height: 100%;
  border-radius: inherit;
  background: var(--teal);
}

.route-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.route-strip li {
  display: grid;
  gap: 5px;
  border: 1px solid color-mix(in srgb, var(--honey) 48%, var(--line));
  border-radius: 18px;
  background: rgb(255 253 248 / 82%);
  padding: 14px;
}

.route-strip strong {
  color: var(--teal-deep);
  font-size: 14px;
  line-height: 1.25;
}

.why,
.listen-panel,
footer {
  width: min(100% - 40px, var(--container));
  margin: 0 auto;
}

.why {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  gap: 58px;
  padding: 70px 0 78px;
}

.section-copy {
  max-width: 520px;
}

h2 {
  margin-top: 12px;
  color: var(--ink);
  font-size: 46px;
  line-height: 1.1;
}

.section-copy p,
.culture-copy p,
.culture-item p,
.listen-panel p,
footer span {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.62;
}

.section-copy > p:last-child,
.culture-copy p,
.listen-panel p {
  margin: 18px 0 0;
}

.proof-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.proof-list article {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  border-bottom: 1px solid var(--line);
  padding: 24px 0;
}

h3 {
  color: var(--honey-ink);
  font-size: 27px;
  line-height: 1.16;
}

.proof-list article p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.58;
}

.culture-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  align-items: start;
  gap: 26px;
  margin: 0;
  background:
    linear-gradient(90deg, rgb(219 236 229 / 92%), rgb(240 222 213 / 72%)),
    var(--teal-soft);
  padding: 72px max(20px, calc((100vw - var(--container)) / 2));
}

.culture-copy h2 {
  color: var(--teal-deep);
}

.culture-list {
  display: grid;
  gap: 12px;
}

.culture-item {
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  border-top: 1px solid color-mix(in srgb, var(--teal) 28%, var(--line));
  padding: 18px 0;
}

.culture-item:first-child {
  border-top: 0;
}

.culture-item p {
  margin: 0;
}

.listen-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 34px;
  align-items: start;
  padding: 64px 0;
}

.listen-copy {
  max-width: 420px;
}

.platform-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.spotify-badge,
.apple-podcasts-badge {
  display: inline-flex;
  height: 56px;
  overflow: hidden;
  border-radius: 8px;
  background: #191414;
  box-shadow: var(--shadow-soft);
}

.spotify-badge {
  width: 230px;
}

.spotify-badge img,
.apple-podcasts-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.spotify-badge-large,
.apple-podcasts-badge-large {
  height: 64px;
}

.spotify-embed {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--paper-bright);
  box-shadow: var(--shadow);
}

.spotify-embed iframe {
  display: block;
  width: 100%;
  min-height: 352px;
  border: 0;
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid var(--line);
  padding: 28px 0 44px;
  color: var(--honey-ink);
}

footer strong {
  font-size: 14px;
}

@media (max-width: 900px) {
  .site-header {
    width: min(100% - 32px, var(--container));
  }

  .brand small,
  .header-nav a:not(.header-link) {
    display: none;
  }

  .hero {
    padding-top: 44px;
  }

  .hero-inner,
  .why,
  .culture-panel,
  .listen-panel {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    gap: 36px;
  }

  h1 {
    font-size: 54px;
  }

  .promise {
    font-size: 32px;
  }

  h2 {
    font-size: 38px;
  }

  .culture-panel {
    padding-block: 56px;
  }

  .listen-copy {
    max-width: 660px;
  }
}

@media (max-width: 560px) {
  .brand-lockup {
    width: 38px;
  }

  .brand span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .header-link {
    min-height: 44px;
    padding-inline: 14px;
  }

  .hero {
    padding: 24px 20px 8px;
  }

  .hero-inner {
    gap: 20px;
  }

  h1 {
    font-size: 46px;
  }

  .promise {
    font-size: 28px;
  }

  .hero-copy {
    font-size: 17px;
    line-height: 1.55;
  }

  .hero-actions {
    margin-top: 22px;
  }

  .trust-list,
  .ride-snapshot,
  .route-strip {
    display: none;
  }

  .hero-actions,
  .platform-badges {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-action,
  .text-link,
  .spotify-badge,
  .apple-podcasts-badge,
  .spotify-badge-large,
  .apple-podcasts-badge-large {
    width: 100%;
  }

  .ride-companion {
    grid-template-columns: 106px minmax(0, 1fr);
    gap: 10px;
    align-items: stretch;
  }

  .companion-portrait {
    min-height: 0;
    border-radius: 26px;
    padding: 10px;
  }

  .companion-portrait img {
    width: 100%;
    border-radius: 20px;
  }

  .companion-portrait::before,
  .companion-portrait::after {
    display: none;
  }

  .ride-companion figcaption {
    min-height: 100%;
    border-left-width: 5px;
    padding: 14px;
  }

  .ride-companion figcaption strong {
    font-size: 22px;
  }

  .ride-companion figcaption p {
    display: none;
  }

  .why,
  .listen-panel {
    width: min(100% - 40px, var(--container));
    padding-block: 54px;
  }

  .proof-list article,
  .culture-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  h2 {
    font-size: 34px;
  }
}
