:root {
  --night: #091323;
  --night2: #122139;
  --cream: #f4f5f4;
  --ink: #18283c;
  --muted: #586577;
  --line: #d5dcdf;
  --gold: #ffd09b;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--night);
  color: var(--cream);
  font-family: Onest, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button { font: inherit; }
a { color: inherit; }
button, a { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.plan .choice:focus-visible { outline-color: #496f97; }
h1, h2, h3, p { overflow-wrap: break-word; }
.progress {
  position: fixed; z-index: 30; top: 0; left: 0;
  width: 0; height: 2px; background: var(--gold); pointer-events: none;
}
.header {
  position: absolute; z-index: 5; inset: 0 0 auto;
  max-width: 1520px; margin: auto;
  padding: 28px clamp(24px, 4vw, 65px);
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.wordmark {
  display: flex; align-items: center; gap: 10px; min-height: 44px;
  font: 400 1.3rem Prata, Georgia, serif; text-decoration: none; white-space: nowrap;
}
.wordmark b { color: var(--gold); font: 400 1.8rem/1 Georgia, serif; }
.header-right { display: flex; align-items: center; gap: 24px; }
.badge {
  padding: 9px 14px; border: 1px solid #ffffff42; border-radius: 100px;
  background: #09132333; font-size: .75rem; font-weight: 500; white-space: nowrap;
}
.header-link { padding: 12px 0; font-size: .875rem; text-underline-offset: 6px; }
.hero {
  position: relative; isolation: isolate; overflow: hidden;
  display: flex; align-items: center; min-height: 100svh;
}
.hero-photo {
  position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  animation: cinematic 18s ease-in-out infinite alternate;
}
.hero::before {
  content: ''; position: absolute; inset: 0; z-index: -2;
  background:
    linear-gradient(90deg, #06101ff5, #06101fe6 27%, #06101f99 52%, #06101f12),
    linear-gradient(0deg, #091323, transparent 30%);
}
.hero::after {
  content: ''; position: absolute; z-index: -1; top: -250px; left: -220px;
  width: 600px; height: 600px; border-radius: 50%;
  background: #4977a51c; filter: blur(55px);
  animation: glow 10s ease-in-out infinite alternate;
}
.hero-inner { width: min(100%, 1520px); margin: auto; padding: 145px clamp(24px, 7vw, 108px) 124px; }
.kicker {
  display: flex; align-items: center; gap: 12px; color: var(--gold);
  font-size: .8125rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase;
  animation: rise .65s both;
}
.kicker::before { content: ''; flex: none; width: 27px; height: 1px; background: currentColor; }
.hero h1 {
  max-width: 850px; margin: 28px 0;
  font: 400 clamp(3.2rem, 6.1vw, 7.3rem)/1.13 Prata, Georgia, serif;
  letter-spacing: -.045em; animation: rise .75s .1s both;
}
.hero h1 em { color: var(--gold); font-style: normal; }
.hero-copy {
  max-width: 490px; margin: 0; color: #e1e8ef;
  font-size: clamp(1rem, 1.25vw, 1.125rem); line-height: 1.8;
  animation: rise .75s .2s both;
}
.hero-copy strong { color: white; font-weight: 600; }
.hero-actions {
  display: flex; align-items: center; flex-wrap: wrap; gap: 22px;
  margin-top: 34px; animation: rise .75s .3s both;
}
.primary-link {
  display: inline-flex; align-items: center; justify-content: center; gap: 16px;
  min-height: 58px; padding: 17px 25px; border-radius: 12px;
  background: var(--gold); color: var(--night);
  font-size: .9375rem; font-weight: 600; text-decoration: none;
  transition: transform .22s, background .22s, box-shadow .22s;
}
.primary-link span { display: inline-block; transition: transform .22s; }
.small-note { color: #d3dce5; font: 400 1.0625rem/1.5 Prata, Georgia, serif; }
.distance {
  position: absolute; left: clamp(24px, 7vw, 108px); right: clamp(24px, 7vw, 108px);
  bottom: 38px; display: flex; align-items: center; gap: 20px;
  max-width: 1304px; margin: auto; color: #c3d0dd; font-size: .75rem; letter-spacing: .06em;
}
.distance-line { position: relative; flex: 1; height: 1px; background: #c4d5e540; }
.distance-line::after {
  content: ''; position: absolute; top: -3px; left: 0; width: 7px; height: 7px;
  border-radius: 50%; background: var(--gold); box-shadow: 0 0 16px #ffd09b88;
  animation: travel 7s ease-in-out infinite alternate;
}
.plan {
  position: relative; z-index: 1; margin-top: -24px;
  padding: 90px clamp(24px, 5vw, 76px) 100px;
  border-radius: 28px 28px 0 0; background: var(--cream); color: var(--ink);
}
.inner { width: min(100%, 1300px); margin: auto; }
.section-label { color: #756349; font-size: .75rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.plan-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin: 20px 0 46px; }
.plan h2, .final h2 {
  margin: 0; font: 400 clamp(2.65rem, 4.5vw, 5rem)/1.2 Prata, Georgia, serif;
  letter-spacing: -.045em;
}
.plan-head p { max-width: 350px; margin: 0 0 6px; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.plan-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(290px, 370px); gap: clamp(36px, 5vw, 80px); align-items: start; }
.step { padding: 30px 0 36px; border-top: 1px solid var(--line); }
.step:last-child { padding-bottom: 0; }
.step-head { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.step-number {
  display: grid; place-items: center; flex: none; width: 34px; height: 34px;
  border: 1px solid #bdc8d0; border-radius: 50%;
  color: #687b8c; font-size: .75rem; font-weight: 600;
}
.step h3 { margin: 0; font: 400 clamp(1.5rem, 2.2vw, 2.1rem)/1.3 Prata, Georgia, serif; letter-spacing: -.025em; }
.step p { margin: 0 0 21px 48px; color: var(--muted); font-size: 1rem; line-height: 1.65; }
.time-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-left: 48px; }
.choice {
  position: relative; cursor: pointer; border: 1px solid #cbd4dc; border-radius: 12px;
  background: #ffffff7a; color: var(--ink);
  transition: background .2s, color .2s, border-color .2s, transform .2s, box-shadow .2s;
}
.choice[aria-pressed="true"] {
  border-color: #203e5a; background: #17344e; color: white;
  box-shadow: 0 6px 16px #17344e1c; animation: select-pop .3s ease-out;
}
.time-choice { min-height: 60px; padding: 12px; font-size: 1.0625rem; font-weight: 600; font-variant-numeric: tabular-nums; }
.cuisine-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-left: 48px; }
.cuisine-choice { display: flex; flex-direction: column; justify-content: center; gap: 9px; min-height: 105px; padding: 20px 16px; text-align: left; }
.cuisine-name { font-size: 1rem; font-weight: 600; }
.cuisine-detail { color: #647284; font-size: .875rem; line-height: 1.45; }
.cuisine-choice[aria-pressed="true"] .cuisine-detail { color: #d1e0ed; }
.choice-check { display: none; position: absolute; right: 10px; top: 7px; color: var(--gold); font-size: .875rem; }
.cuisine-choice[aria-pressed="true"] .choice-check { display: block; }
.summary {
  position: sticky; top: 28px; overflow: hidden; padding: 30px;
  border: 1px solid #31445d; border-radius: 20px; background: var(--night2);
  color: var(--cream); box-shadow: 0 18px 35px #13293e17;
}
.summary::before {
  content: ''; position: absolute; width: 240px; height: 240px; right: -135px; top: -155px;
  border-radius: 50%; background: #547fa6; filter: blur(65px); opacity: .35;
}
.summary-heading { position: relative; display: flex; align-items: center; gap: 20px; padding-bottom: 26px; }
.summary-date {
  display: flex; flex-direction: column; align-items: center; flex: none;
  padding-right: 20px; border-right: 1px solid #ffffff2b; color: var(--gold);
}
.summary-date b { font: 400 2.75rem/1.1 Prata, Georgia, serif; }
.summary-date span { margin-top: 5px; font-size: .75rem; }
.summary-top { color: #bfccd9; font-size: .75rem; line-height: 1.5; }
.summary h3 { margin: 6px 0 0; font: 400 1.8rem/1.3 Prata, Georgia, serif; letter-spacing: -.03em; }
.summary-row { position: relative; display: flex; justify-content: space-between; align-items: baseline; gap: 14px; padding: 16px 0; border-top: 1px solid #ffffff26; }
.summary-row span { color: #bac9d8; font-size: .875rem; }
.summary-row strong { text-align: right; font-size: 1rem; font-weight: 500; }
.summary-row strong.empty { color: #a9b7c7; font-size: .9375rem; font-weight: 400; }
.share-button {
  position: relative; width: 100%; min-height: 56px; margin-top: 22px; padding: 14px 12px;
  border: 0; border-radius: 11px; background: var(--gold); color: var(--night);
  font-size: .9375rem; font-weight: 600; cursor: pointer;
  transition: transform .2s, background .2s;
}
.share-button:disabled { cursor: not-allowed; background: #d5c1a8; color: #4b4a48; }
.share-note { position: relative; min-height: 42px; margin: 12px 0 0; color: #becbda; font-size: .875rem; line-height: 1.55; }
.calendar-link {
  position: relative; display: flex; align-items: center; justify-content: center;
  width: 100%; min-height: 54px; margin-top: 19px; padding: 12px;
  border: 1px solid #ffd09b85; border-radius: 11px; color: var(--gold);
  font-size: .9375rem; font-weight: 500; text-align: center; text-decoration: none;
  transition: background .2s, color .2s, transform .2s;
}
.calendar-link[aria-disabled="true"] { color: #b8b5b0; border-color: #80858b; pointer-events: none; }
.calendar-note { position: relative; margin: 10px 0 0; color: #becbda; font-size: .875rem; line-height: 1.55; }
.final { position: relative; overflow: hidden; padding: 80px clamp(24px, 5vw, 76px) 38px; background: radial-gradient(ellipse at 90% 10%, #24465f, transparent 55%), var(--night); }
.reminder {
  display: flex; align-items: center; gap: 22px; max-width: 800px; margin: 0 auto 58px;
  padding: 24px 28px; border: 1px solid #bdd6ef33; border-radius: 18px; background: #ffffff05;
}
.reminder-icon { display: grid; place-items: center; flex: none; width: 60px; height: 60px; border-radius: 50%; background: #dceafa0c; font-size: 2rem; animation: float 5s ease-in-out infinite; }
.reminder h3 { margin: 0; color: var(--gold); font-size: 1.0625rem; font-weight: 600; line-height: 1.5; }
.reminder p { margin: 7px 0 0; color: #c5d3e0; font-size: 1rem; line-height: 1.65; }
.meet-panel { position: relative; overflow: hidden; padding: 58px; border: 1px solid #adc4db47; border-radius: 24px; background: #09132324; }
.meet-panel::after {
  content: ''; position: absolute; width: 460px; height: 460px; right: -220px; bottom: -240px;
  border: 1px solid #ffca9138; border-radius: 50%;
  box-shadow: 0 0 0 65px #ffca9109, 0 0 0 130px #ffca9106; pointer-events: none;
}
.meet-panel .section-label { color: var(--gold); }
.meet-panel h2 { max-width: 850px; margin: 20px 0 22px; }
.meet-panel h2 em { display: block; color: var(--gold); font-style: normal; }
.meet-panel p { max-width: 530px; margin: 0; color: #c4d3e1; font-size: 1rem; line-height: 1.75; }
.meet-link { position: relative; z-index: 1; margin-top: 30px; min-width: 265px; }
.meet-url { position: relative; z-index: 1; display: block; width: max-content; max-width: 100%; margin-top: 17px; overflow-wrap: anywhere; color: #bdd0e1; font-size: .875rem; text-underline-offset: 4px; }
.footer { width: min(100%, 1300px); margin: 48px auto 0; padding-top: 24px; border-top: 1px solid #ffffff24; display: flex; justify-content: space-between; gap: 20px; color: #aebdcd; font-size: .75rem; line-height: 1.6; }
.footer span:last-child { color: var(--gold); white-space: nowrap; }
.js .reveal { opacity: .4; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.js .reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes cinematic { to { transform: scale(1.035); } }
@keyframes glow { to { transform: translateY(30px); opacity: .6; } }
@keyframes rise { from { opacity: .15; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes travel { to { left: calc(100% - 7px); } }
@keyframes float { 50% { transform: translateY(-5px); } }
@keyframes select-pop { from { transform: scale(.97); } }
@media (hover: hover) and (pointer: fine) {
  .header-link:hover { color: var(--gold); }
  .primary-link:hover { transform: translateY(-3px); background: #ffdfb8; box-shadow: 0 12px 30px #00000026; }
  .primary-link:hover span { transform: translate(2px, -2px); }
  .choice:hover { transform: translateY(-2px); border-color: #55728a; box-shadow: 0 6px 18px #17344e14; }
  .share-button:not(:disabled):hover { transform: translateY(-2px); background: #ffe0b9; }
  .calendar-link:not([aria-disabled="true"]):hover { background: #ffd09b13; border-color: var(--gold); }
}
.choice:active, .primary-link:active, .share-button:not(:disabled):active, .calendar-link:not([aria-disabled="true"]):active { transform: scale(.98); }
@media (max-width: 980px) {
  .hero::before { background: linear-gradient(90deg, #06101ff2, #06101f8a 70%, #06101f33), linear-gradient(0deg, #091323, transparent 42%); }
  .plan-head { display: block; }
  .plan-head p { max-width: 580px; margin: 18px 0 0; }
  .plan-layout { grid-template-columns: 1fr; gap: 30px; }
  .summary { position: relative; top: auto; }
}
@media (max-width: 650px) {
  html { scroll-padding-top: 24px; }
  .header { padding: 15px 22px; gap: 12px; }
  .wordmark { font-size: 1.125rem; gap: 8px; }
  .badge { padding: 7px 11px; font-size: .75rem; }
  .header-link { display: none; }
  .hero-photo { object-position: 54% center; }
  .hero::before {
    background: linear-gradient(0deg, #091323, #06101fb0 55%, #06101f50),
      linear-gradient(90deg, #06101f70, #06101f26);
  }
  .hero-inner { padding: 113px 24px 120px; }
  .kicker { font-size: .75rem; letter-spacing: .11em; gap: 10px; }
  .kicker::before { width: 22px; }
  .hero h1 { margin: 25px 0; font-size: clamp(2.9rem, 12.4vw, 4.1rem); line-height: 1.16; letter-spacing: -.045em; }
  .hero-copy { font-size: 1rem; line-height: 1.75; }
  .hero-actions { margin-top: 28px; gap: 16px; }
  .primary-link { width: 100%; }
  .small-note { width: 100%; text-align: center; font-size: 1rem; }
  .distance { left: 24px; right: 24px; bottom: 51px; gap: 12px; font-size: .75rem; letter-spacing: 0; }
  .plan { padding: 52px 20px 60px; border-radius: 26px 26px 0 0; }
  .section-label { font-size: .75rem; letter-spacing: .12em; }
  .plan h2 { font-size: clamp(2.2rem, 9vw, 2.7rem); line-height: 1.22; }
  .plan-head { margin: 16px 0 30px; }
  .plan-head p { margin-top: 16px; }
  .step { padding: 24px 0 30px; }
  .step-head { gap: 12px; }
  .step h3 { font-size: 1.5rem; line-height: 1.3; }
  .step p, .time-grid, .cuisine-grid { margin-left: 0; }
  .step p { margin-bottom: 18px; }
  .time-grid, .cuisine-grid { gap: 9px; }
  .time-choice { min-height: 56px; font-size: 1rem; }
  .cuisine-choice { min-height: 103px; padding: 21px 13px 16px; gap: 8px; }
  .cuisine-name { font-size: 1rem; }
  .cuisine-detail { font-size: .875rem; }
  .summary { padding: 25px 22px; border-radius: 18px; }
  .summary-heading { gap: 18px; padding-bottom: 22px; }
  .summary-date { padding-right: 18px; }
  .summary h3 { font-size: 1.7rem; }
  .share-button { margin-top: 18px; }
  .final { padding: 48px 20px 30px; }
  .reminder { align-items: flex-start; gap: 15px; margin-bottom: 28px; padding: 20px 18px; border-radius: 16px; }
  .reminder-icon { width: 39px; height: 44px; background: none; font-size: 1.65rem; }
  .reminder h3 { font-size: 1rem; }
  .reminder p { margin-top: 6px; font-size: 1rem; }
  .meet-panel { padding: 31px 23px; border-radius: 18px; }
  .final h2 { font-size: clamp(1.95rem, 8.2vw, 2.6rem); line-height: 1.27; letter-spacing: -.04em; }
  .meet-panel h2 { margin: 18px 0; }
  .meet-link { min-width: 0; margin-top: 26px; }
  .meet-url { margin-top: 16px; font-size: .8125rem; text-align: center; width: 100%; }
  .footer { margin-top: 32px; gap: 16px; font-size: .75rem; }
}
@media (max-width: 359px) {
  .header { padding-inline: 20px; }
  .wordmark { font-size: 1rem; }
  .badge { font-size: .75rem; padding: 6px 8px; }
  .hero-inner { padding-inline: 21px; }
  .hero h1 { font-size: 2.75rem; }
  .kicker { font-size: .75rem; letter-spacing: .035em; }
  .plan, .final { padding-inline: 16px; }
  .step h3 { font-size: 1.35rem; }
  .cuisine-name { font-size: .9375rem; }
  .cuisine-detail { font-size: .8125rem; }
  .summary { padding-inline: 19px; }
  .meet-panel { padding-inline: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
