/* ===================== ORIGIN STORY ===================== */
.section-story { background: linear-gradient(180deg, var(--cream-2), var(--cream)); }
.story-grid {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(1.6rem, 4vw, 3.4rem);
  align-items: center;
}
.story-copy h2 { font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800; letter-spacing: -.5px; margin-bottom: 1rem; }
.story-copy p { color: var(--dusk-soft); font-size: 1.1rem; margin-bottom: 1rem; max-width: 56ch; }
.story-copy .kicker { color: var(--coral); font-weight: 800; }

/* the "three distances" decision card */
.decide-card {
  background: #fff; border-radius: var(--radius-lg); padding: 1.4rem;
  box-shadow: var(--shadow-md); border: 1px solid rgba(46,60,78,.06);
}
.decide-title { font-family: var(--font-head); font-weight: 800; font-size: 1rem; color: var(--dusk); margin-bottom: .3rem; }
.decide-sub { font-size: .9rem; color: var(--muted); margin-bottom: 1rem; }
.decide-row {
  display: flex; align-items: center; gap: 12px; padding: 12px;
  border-radius: 14px; margin-bottom: 9px; background: var(--cream);
}
.decide-row .di {
  width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center;
  font-size: 20px; color: #fff; flex: 0 0 auto;
}
.decide-row .dt { flex: 1; }
.decide-row .dt b { display: block; font-family: var(--font-head); font-weight: 700; font-size: .98rem; color: var(--dusk); }
.decide-row .dt span { font-size: .82rem; color: var(--muted); }
.decide-row .dd { font-family: var(--font-head); font-weight: 800; font-size: 1.15rem; }
.decide-row.good { background: linear-gradient(120deg, rgba(67,160,71,.12), rgba(67,160,71,.05)); border: 1px solid rgba(67,160,71,.25); }
.decide-verdict {
  margin-top: 12px; text-align: center; font-size: .9rem; font-weight: 700; color: var(--dusk-soft);
  font-family: var(--font-head);
}
.decide-verdict b { color: #2fa36b; }

/* ===================== PASSPORT & BADGES ===================== */
.section-passport { background: linear-gradient(160deg, #2E3C4E 0%, #3C4A5E 100%); color: #fff; }
.section-passport .section-head h2,
.section-passport .section-head .sub { color: #fff; }
.section-passport .section-head .sub { color: rgba(255,255,255,.8); }
.badge-wall {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1rem; max-width: 760px; margin: 0 auto;
}
.badge h4 { color: #fff; }
.badge {
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px; padding: 1.3rem 1rem; text-align: center;
  transition: transform .2s ease, background .2s ease;
}
.badge:hover { transform: translateY(-5px); background: rgba(255,255,255,.12); }
.badge .medal {
  width: 62px; height: 62px; margin: 0 auto .7rem; border-radius: 50%;
  display: grid; place-items: center; font-size: 30px;
  background: linear-gradient(145deg, var(--gold), var(--sunset));
  box-shadow: 0 8px 18px rgba(236,139,84,.4);
}
.badge.locked .medal { background: rgba(255,255,255,.1); filter: grayscale(1); opacity: .5; }
.badge h4 { font-family: var(--font-head); font-weight: 700; font-size: 1rem; margin-bottom: .2rem; }
.badge p { font-size: .82rem; color: rgba(255,255,255,.72); }
.badge.locked h4::after { content: " 🔒"; font-size: .8rem; }
.passport-note { text-align: center; margin-top: 1.8rem; color: rgba(255,255,255,.7); font-size: .95rem; }

/* ===================== PRIVACY ===================== */
.section-privacy { background: linear-gradient(180deg, var(--cream), var(--cream-2)); }
.privacy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 1rem; }
.privacy-card {
  background: #fff; border-radius: var(--radius); padding: 1.6rem;
  box-shadow: var(--shadow-sm); border: 1px solid rgba(46,60,78,.05);
  display: flex; gap: 14px; align-items: flex-start;
}
.privacy-card .pc-ic {
  width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center;
  font-size: 24px; flex: 0 0 auto;
  background: linear-gradient(145deg, #43A047, #2E8540); color: #fff;
  box-shadow: 0 8px 16px rgba(67,160,71,.28);
}
.privacy-card h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: .35rem; }
.privacy-card p { color: var(--dusk-soft); font-size: .98rem; }
.privacy-card strong { color: var(--dusk); }
.privacy-banner {
  margin-top: 1.4rem; text-align: center; background: var(--dusk); color: #fff;
  border-radius: var(--radius); padding: 1.1rem 1.4rem; font-family: var(--font-head);
  font-weight: 600; font-size: 1.05rem;
}
.privacy-banner b { color: var(--gold); }

/* ===================== DRIVE ANYWHERE (CarPlay + Watch) ===================== */
.section-drive { background: #fff; }
.drive-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.drive-card {
  border-radius: var(--radius-lg); padding: 2rem; color: #fff; position: relative; overflow: hidden;
  box-shadow: var(--shadow-md); min-height: 200px; display: flex; flex-direction: column; justify-content: flex-end;
}
.drive-card.carplay { background: linear-gradient(150deg, #1c2430, #2E3C4E); }
.drive-card.watch { background: linear-gradient(150deg, #E45540, #EC8B54); }
.drive-card .dc-ic { font-size: 2.6rem; margin-bottom: .8rem; }
.drive-card h3 { font-size: 1.45rem; font-weight: 800; margin-bottom: .4rem; color: #fff; }
.drive-card p { color: rgba(255,255,255,.9); font-size: 1rem; max-width: 42ch; }
.drive-card::after {
  content: ""; position: absolute; width: 240px; height: 240px; border-radius: 50%;
  background: rgba(255,255,255,.08); top: -90px; right: -70px;
}

/* ===================== FAQ ===================== */
.section-faq { background: var(--cream); }
.faq-list { max-width: 780px; margin: 0 auto; }
.faq-item {
  background: #fff; border: 1px solid rgba(46,60,78,.07); border-radius: 14px;
  padding: 0 1.3rem; margin-bottom: .8rem; box-shadow: var(--shadow-sm);
}
.faq-item summary {
  list-style: none; cursor: pointer; padding: 1.1rem 0; position: relative;
  padding-right: 2rem; font-family: var(--font-head); font-weight: 700;
  font-size: 1.08rem; color: var(--dusk);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; position: absolute; right: .1rem; top: 50%; transform: translateY(-50%);
  font-size: 1.5rem; font-weight: 700; color: var(--coral); transition: transform .2s;
}
.faq-item[open] summary::after { content: "\2013"; }
.faq-item p { color: var(--dusk-soft); padding: 0 0 1.2rem; margin: 0; line-height: 1.7; }

/* ===================== MEMORIAL (In memory of Nelpee) ===================== */
.section-memory {
  background: linear-gradient(180deg, #3C6E9E 0%, #EC8B54 62%, #F8C96A 100%);
  color: #fff; position: relative; overflow: hidden;
}
.memory-grid { display: grid; grid-template-columns: 320px 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; position: relative; z-index: 1; }
.memory-art { display: grid; place-items: center; }
.memory-art img { animation: floaty 7s ease-in-out infinite; filter: drop-shadow(0 24px 40px rgba(46,60,78,.35)); }
.memory-ribbon {
  display: inline-flex; align-items: center; gap: .5em; background: rgba(255,255,255,.2);
  border: 1px solid rgba(255,255,255,.4); color: #fff; padding: .4em 1em; border-radius: 999px;
  font-family: var(--font-head); font-weight: 700; font-size: .82rem; letter-spacing: 1px;
  text-transform: uppercase; margin-bottom: 1.1rem;
}
.memory-copy h2 { color: #fff; font-size: clamp(2rem, 4.6vw, 3rem); font-weight: 800; margin-bottom: 1rem; }
.memory-copy p { color: rgba(255,255,255,.94); font-size: 1.12rem; margin-bottom: 1rem; max-width: 58ch; }
.memory-copy .paw { font-style: normal; }
.memory-dates {
  margin-top: .6rem; font-family: var(--font-head); font-weight: 700; font-size: 1rem;
  color: #fff; opacity: .9;
}

@media (max-width: 900px) {
  .story-grid { grid-template-columns: 1fr; }
  .story-copy p { max-width: none; }
  .privacy-grid, .drive-grid { grid-template-columns: 1fr; }
  .badge-wall { grid-template-columns: repeat(2, 1fr); max-width: 460px; }
  .memory-grid { grid-template-columns: 1fr; text-align: center; }
  .memory-art img { max-width: 240px; }
  .memory-copy p { margin-inline: auto; }
  .memory-ribbon { margin-inline: auto; }
}
