.landing-page {
  background:
    radial-gradient(circle at 82% 5%, rgba(191, 151, 93, 0.13), transparent 28rem),
    linear-gradient(180deg, #fffdf8 0%, var(--cream) 34%, #f5f1e9 100%);
}

.landing-page h1,
.landing-page h2,
.landing-page h3 {
  text-wrap: balance;
}

.landing-header {
  position: sticky;
}

.landing-hero {
  min-height: calc(100vh - 86px);
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(430px, 1.12fr);
  align-items: center;
  gap: clamp(48px, 7vw, 96px);
  padding-block: clamp(64px, 8vw, 112px);
}

.status-badge {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 30px;
  padding: 9px 14px;
  border: 1px solid var(--line-gold);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--navy);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.02em;
}

.status-badge span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 0 5px rgba(74, 122, 99, 0.12);
}

.landing-hero h1 {
  max-width: 720px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(58px, 7vw, 104px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.landing-hero h1 em {
  color: var(--gold-text);
  font-style: normal;
}

.landing-lead {
  max-width: 650px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.7;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(6, 39, 70, 0.58);
  font-size: 13px;
  font-weight: 650;
}

.hero-facts li::before {
  content: "·";
  margin-right: 10px;
  color: var(--gold-text);
}

.landing-hero-visual {
  position: relative;
  min-height: 650px;
  margin: 0;
}

.landing-hero-visual::before {
  content: "";
  position: absolute;
  inset: -14px 18px 18px -14px;
  border: 1px solid var(--line-gold);
  border-radius: 32px;
}

.landing-hero-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  object-fit: cover;
  object-position: 56% 48%;
  box-shadow: var(--shadow-deep);
}

.return-preview {
  position: absolute;
  right: -28px;
  bottom: 42px;
  width: min(360px, 78%);
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 26px;
  background: rgba(255, 253, 248, 0.92);
  color: var(--navy);
  box-shadow: 0 28px 80px rgba(0, 26, 52, 0.30);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
}

.return-preview__top,
.return-preview__time,
.return-preview__route {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.return-preview small,
.share-preview small {
  display: block;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.return-preview__top strong {
  display: block;
  margin-top: 4px;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
}

.offline-pill {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(74, 122, 99, 0.12);
  color: var(--success);
  font-size: 11px;
  font-weight: 800;
}

.return-preview__time {
  align-items: end;
  margin: 24px 0 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.return-preview__time > span {
  font-family: var(--serif);
  font-size: 52px;
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.return-preview__time p,
.return-preview__route p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.return-preview__route {
  justify-content: flex-start;
}

.return-preview__route > span {
  flex: 0 0 auto;
  width: 11px;
  height: 11px;
  border: 3px solid rgba(191, 151, 93, 0.3);
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(191, 151, 93, 0.12);
}

.return-preview__route b {
  color: var(--navy);
}

.return-preview__basis {
  margin: 15px 0 0;
  padding-top: 13px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 10px;
  line-height: 1.45;
}

.proof-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.proof-bar p {
  margin: 0;
  padding: 26px 20px;
  border-right: 1px solid var(--line);
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
}

.proof-bar p:last-child {
  border-right: 0;
}

.proof-bar span {
  display: block;
  margin-bottom: 6px;
  color: var(--gold-text);
  font-family: var(--serif-sc);
  font-size: 10px;
  letter-spacing: 0.15em;
}

.value-section,
.sharing-section,
.founder-section,
.faq-section {
  padding-block: clamp(88px, 10vw, 140px);
}

.section-intro {
  max-width: 820px;
}

.section-intro h2,
.day-flow h2,
.sharing-section h2,
.founder-section h2,
.landing-cta h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(42px, 5.5vw, 72px);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -0.05em;
}

.section-intro > p:last-child,
.day-flow__copy > p:last-child,
.sharing-copy > p,
.founder-section > div > p:not(.eyebrow) {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 72px;
  border: 1px solid var(--line);
  background: var(--line);
}

.value-grid article {
  min-height: 340px;
  padding: 40px;
  background: rgba(255, 253, 248, 0.94);
}

.value-grid h3,
.trust-grid h3 {
  margin: 64px 0 16px;
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -0.035em;
}

.value-grid p,
.trust-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.day-flow {
  padding-block: clamp(90px, 10vw, 140px);
  background:
    radial-gradient(circle at 16% 0%, rgba(191, 151, 93, 0.18), transparent 32rem),
    linear-gradient(145deg, var(--deep), var(--navy));
  color: var(--cream);
}

.day-flow__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
  gap: clamp(60px, 9vw, 130px);
  align-items: start;
}

.day-flow__copy {
  position: sticky;
  top: 130px;
}

.day-flow__copy > p:last-child {
  color: rgba(254, 253, 251, 0.68);
}

.timeline {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.timeline li {
  position: relative;
  padding: 8px 0 42px 58px;
  border-left: 1px solid rgba(215, 177, 115, 0.32);
  counter-increment: step;
}

.timeline li:last-child {
  border-left-color: transparent;
}

.timeline li::before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: -20px;
  top: 0;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(215, 177, 115, 0.55);
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold-soft);
  font: 11px var(--serif-sc);
}

.timeline li > span,
.trust-grid article > span {
  color: var(--gold-soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.timeline strong {
  display: block;
  margin-top: 11px;
  font: 400 clamp(25px, 3vw, 37px) var(--serif);
}

.timeline p {
  margin: 12px 0 0;
  color: rgba(254, 253, 251, 0.64);
  line-height: 1.65;
}

.sharing-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(60px, 9vw, 130px);
  align-items: center;
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
  color: var(--navy);
  font-weight: 700;
}

.check-list li {
  position: relative;
  padding-left: 30px;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--success);
}

.share-preview {
  overflow: hidden;
  padding: 32px;
  border: 1px solid var(--line-gold);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-soft);
}

.share-preview__header,
.share-preview__clocks,
.share-preview__today {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.share-preview__header > div > strong {
  display: block;
  margin-top: 5px;
  font: 400 27px var(--serif);
}

.share-preview__header > span {
  font-family: var(--serif-sc);
  font-size: 11px;
  letter-spacing: 0.16em;
}

.share-preview__clocks {
  margin: 30px -32px 0;
  padding: 28px 32px;
  background: var(--navy);
  color: var(--cream);
}

.share-preview__clocks > div {
  flex: 1;
}

.share-preview__clocks > div + div {
  padding-left: 30px;
  border-left: 1px solid rgba(254, 253, 251, 0.18);
}

.share-preview__clocks small {
  color: rgba(254, 253, 251, 0.5);
}

.share-preview__clocks strong {
  display: block;
  margin-top: 4px;
  font: 400 42px var(--serif);
}

.share-preview__clocks span {
  color: rgba(254, 253, 251, 0.58);
  font-size: 12px;
}

.share-preview__today {
  margin-top: 28px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 22px;
}

.share-date {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--mist);
  color: var(--gold-text);
  font-family: var(--serif-sc);
  font-size: 9px;
  text-align: center;
}

.share-preview__today strong {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 400;
}

.share-preview__today p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.share-preview__today > b {
  color: var(--success);
  font-size: 13px;
}

.share-preview__note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.share-preview__note span {
  color: var(--success);
}

.trust-section {
  padding-block: clamp(90px, 10vw, 140px);
  background: var(--navy);
  color: var(--cream);
}

.section-intro--light h2 {
  color: var(--cream);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 70px;
  border: 1px solid rgba(254, 253, 251, 0.12);
  background: rgba(254, 253, 251, 0.12);
}

.trust-grid article {
  min-height: 330px;
  padding: 38px;
  background: var(--navy);
}

.trust-grid h3 {
  margin-top: 62px;
  color: var(--cream);
}

.trust-grid p {
  color: rgba(254, 253, 251, 0.62);
}

.founder-section {
  display: grid;
  grid-template-columns: 180px minmax(0, 820px);
  gap: 54px;
  align-items: start;
  justify-content: center;
  border-bottom: 1px solid var(--line);
}

.founder-mark {
  width: 150px;
  height: 150px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-gold);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(191, 151, 93, 0.15), transparent 60%),
    var(--navy);
  color: var(--gold-soft);
  font: 400 64px var(--serif);
  box-shadow: var(--shadow-soft);
}

.founder-section .text-link {
  display: inline-block;
  margin-top: 28px;
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(440px, 1.25fr);
  gap: clamp(60px, 9vw, 130px);
  align-items: start;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 24px 48px 24px 0;
  cursor: pointer;
  list-style: none;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 22px;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 22px;
  color: var(--gold-text);
  font-family: var(--sans);
  font-size: 24px;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  margin: -4px 0 24px;
  padding-right: 40px;
  color: var(--muted);
  line-height: 1.7;
}

.landing-cta p:not(.eyebrow) {
  max-width: 720px;
  margin: 22px auto 30px;
}

.landing-page a:focus-visible,
.landing-page summary:focus-visible {
  outline: 3px solid var(--gold-soft);
  outline-offset: 4px;
}

@media (max-width: 1040px) {
  .landing-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .landing-hero-copy {
    max-width: 820px;
  }

  .landing-hero-visual {
    width: min(760px, 100%);
    min-height: 620px;
    margin-inline: auto;
  }

  .sharing-section,
  .faq-section {
    grid-template-columns: 1fr;
  }

  .sharing-copy,
  .faq-section .section-intro {
    max-width: 760px;
  }
}

@media (max-width: 960px) {
  .proof-bar,
  .value-grid,
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof-bar p:nth-child(2) {
    border-right: 0;
  }

  .proof-bar p:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .day-flow__inner {
    grid-template-columns: 1fr;
  }

  .day-flow__copy {
    position: static;
  }

  .founder-section {
    grid-template-columns: 130px minmax(0, 1fr);
  }

  .founder-mark {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 620px) {
  .landing-hero {
    padding-top: 52px;
  }

  .landing-hero h1 {
    font-size: clamp(52px, 16vw, 72px);
  }

  .landing-hero .hero-actions {
    gap: 20px;
  }

  .landing-hero .button {
    width: 100%;
  }

  .landing-hero-visual {
    min-height: 500px;
  }

  .landing-hero-visual::before {
    inset: -8px 10px 12px -8px;
    border-radius: 24px;
  }

  .landing-hero-visual img {
    border-radius: 24px;
    object-position: 58% 48%;
  }

  .return-preview {
    right: -4px;
    bottom: 22px;
    width: 88%;
    padding: 20px;
  }

  .return-preview__time > span {
    font-size: 44px;
  }

  .proof-bar,
  .value-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .proof-bar p,
  .proof-bar p:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .proof-bar p:last-child {
    border-bottom: 0;
  }

  .value-grid {
    margin-top: 48px;
  }

  .value-grid article,
  .trust-grid article {
    min-height: 0;
    padding: 30px;
  }

  .value-grid h3,
  .trust-grid h3 {
    margin-top: 42px;
  }

  .sharing-section {
    gap: 46px;
  }

  .share-preview {
    padding: 22px;
  }

  .share-preview__clocks {
    margin-inline: -22px;
    padding-inline: 22px;
  }

  .share-preview__today {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .founder-section {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .founder-mark {
    width: 88px;
    height: 88px;
    font-size: 42px;
  }

  .faq-section {
    gap: 48px;
  }
}

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