@font-face {
  font-family: "Cormorant Infant";
  src: url("assets/fonts/cormorant-infant-400.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "Cormorant Infant";
  src: url("assets/fonts/cormorant-infant-600.ttf") format("truetype");
  font-display: swap;
  font-weight: 600;
}

@font-face {
  font-family: "Great Vibes";
  src: url("assets/fonts/great-vibes.ttf") format("truetype");
  font-display: swap;
}

:root {
  --wine: #73111c;
  --wine-dark: #47070e;
  --wine-deep: #280308;
  --ink: #6f1019;
  --cream: #f4ead2;
  --cream-light: #fff8e9;
  --paper-shadow: 0 20px 42px rgba(31, 2, 7, 0.3);
  --green: #3c4933;
  --gold: #caa46b;
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
}

body {
  min-height: 100dvh;
  overflow: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 50% 15%, rgba(119, 26, 38, 0.38), transparent 42%),
    #170205;
  font-family: "Cormorant Infant", Georgia, serif;
  -webkit-tap-highlight-color: transparent;
}

button,
input {
  font: inherit;
}

button {
  color: inherit;
}

button:focus-visible,
input:focus-visible,
[tabindex="-1"]:focus-visible {
  outline: 3px solid #f2c178;
  outline-offset: 3px;
}

.invitation {
  isolation: isolate;
  position: relative;
  width: min(100vw, 520px);
  height: 100dvh;
  min-height: 620px;
  margin: 0 auto;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 7%, rgba(255,255,255,.08), transparent 25%),
    radial-gradient(circle at 80% 86%, rgba(255,164,146,.1), transparent 30%),
    linear-gradient(145deg, #8f1725, var(--wine) 48%, var(--wine-dark));
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.72);
}

.paper-grain {
  position: absolute;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: 0.13;
  mix-blend-mode: soft-light;
  background-image:
    repeating-radial-gradient(circle at 20% 30%, transparent 0 2px, rgba(255,255,255,.25) 3px 4px),
    repeating-linear-gradient(73deg, transparent 0 4px, rgba(255,255,255,.06) 5px 6px);
  background-size: 19px 23px, 29px 31px;
}

.scene {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  gap: clamp(12px, 2.2vh, 22px);
  padding:
    max(18px, env(safe-area-inset-top))
    clamp(18px, 5vw, 30px)
    max(18px, env(safe-area-inset-bottom));
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(9%, 0, 0) scale(.985);
  pointer-events: none;
  transition:
    opacity 380ms ease,
    transform 560ms cubic-bezier(.22,.8,.2,1),
    visibility 0s linear 560ms;
}

.scene.is-current {
  z-index: 3;
  opacity: 1;
  visibility: visible;
  transform: none;
  pointer-events: auto;
  transition-delay: 90ms, 90ms, 0s;
}

.scene.is-behind {
  transform: translate3d(-7%, 0, 0) scale(.985);
}

.page-wipe {
  position: absolute;
  inset: -8% -35%;
  z-index: 15;
  pointer-events: none;
  background: #b76655;
  transform: translateX(-110%) rotate(-4deg);
}

.page-wipe.is-running {
  animation: paper-wipe 640ms cubic-bezier(.74,0,.25,1);
}

@keyframes paper-wipe {
  0% { transform: translateX(-110%) rotate(-4deg); }
  48% { transform: translateX(0) rotate(-2deg); }
  100% { transform: translateX(110%) rotate(3deg); }
}

h1,
h2,
p,
figure {
  margin: 0;
}

h1,
h2 {
  text-wrap: balance;
  letter-spacing: -0.035em;
  line-height: .94;
}

h1 {
  font-size: clamp(48px, 14vw, 76px);
  font-weight: 600;
}

h2 {
  font-size: clamp(42px, 11.5vw, 66px);
  font-weight: 600;
}

p {
  font-size: clamp(18px, 4.8vw, 24px);
  line-height: 1.2;
}

.handwritten {
  font-family: "Great Vibes", cursive;
  font-size: clamp(27px, 7.4vw, 39px);
  line-height: 1.05;
}

.paper-card,
.torn-note,
.letter-card {
  position: relative;
  background:
    radial-gradient(circle at 12% 18%, rgba(130,85,38,.08), transparent 22%),
    radial-gradient(circle at 82% 78%, rgba(130,85,38,.06), transparent 28%),
    var(--cream);
  box-shadow: var(--paper-shadow);
}

.paper-card::before,
.paper-card::after,
.torn-note::before,
.torn-note::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 11px;
  background:
    linear-gradient(135deg, transparent 7px, var(--cream) 0) 0 0 / 14px 100%,
    linear-gradient(45deg, transparent 7px, var(--cream) 0) 7px 0 / 14px 100%;
}

.paper-card::before,
.torn-note::before {
  top: -10px;
}

.paper-card::after,
.torn-note::after {
  bottom: -10px;
  transform: rotate(180deg);
}

.stamp {
  overflow: hidden;
  padding: clamp(7px, 1.8vw, 10px);
  background: var(--cream-light);
  box-shadow: 0 14px 30px rgba(35, 1, 6, .3);
  clip-path: polygon(2% 3%, 5% 0, 8% 3%, 11% 0, 14% 3%, 17% 0, 20% 3%, 23% 0, 26% 3%, 29% 0, 32% 3%, 35% 0, 38% 3%, 41% 0, 44% 3%, 47% 0, 50% 3%, 53% 0, 56% 3%, 59% 0, 62% 3%, 65% 0, 68% 3%, 71% 0, 74% 3%, 77% 0, 80% 3%, 83% 0, 86% 3%, 89% 0, 92% 3%, 95% 0, 98% 3%, 100% 6%, 97% 9%, 100% 12%, 97% 15%, 100% 18%, 97% 21%, 100% 24%, 97% 27%, 100% 30%, 97% 33%, 100% 36%, 97% 39%, 100% 42%, 97% 45%, 100% 48%, 97% 51%, 100% 54%, 97% 57%, 100% 60%, 97% 63%, 100% 66%, 97% 69%, 100% 72%, 97% 75%, 100% 78%, 97% 81%, 100% 84%, 97% 87%, 100% 90%, 97% 93%, 100% 96%, 98% 100%, 95% 97%, 92% 100%, 89% 97%, 86% 100%, 83% 97%, 80% 100%, 77% 97%, 74% 100%, 71% 97%, 68% 100%, 65% 97%, 62% 100%, 59% 97%, 56% 100%, 53% 97%, 50% 100%, 47% 97%, 44% 100%, 41% 97%, 38% 100%, 35% 97%, 32% 100%, 29% 97%, 26% 100%, 23% 97%, 20% 100%, 17% 97%, 14% 100%, 11% 97%, 8% 100%, 5% 97%, 2% 100%, 0 96%, 3% 93%, 0 90%, 3% 87%, 0 84%, 3% 81%, 0 78%, 3% 75%, 0 72%, 3% 69%, 0 66%, 3% 63%, 0 60%, 3% 57%, 0 54%, 3% 51%, 0 48%, 3% 45%, 0 42%, 3% 39%, 0 36%, 3% 33%, 0 30%, 3% 27%, 0 24%, 3% 21%, 0 18%, 3% 15%, 0 12%, 3% 9%, 0 6%);
}

.stamp img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(.35) saturate(.76) contrast(1.03);
}

.button,
.tap-button {
  appearance: none;
  border: 0;
  cursor: pointer;
  touch-action: manipulation;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  min-height: 52px;
  padding: 11px 24px;
  border-radius: 999px;
  font-size: clamp(23px, 6.2vw, 32px);
  font-weight: 600;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:active {
  transform: translateY(2px) scale(.99);
}

.button-primary {
  color: var(--cream-light);
  background: linear-gradient(180deg, #961c29, #6d0c17);
  box-shadow: 0 10px 20px rgba(64, 3, 10, .26), inset 0 1px rgba(255,255,255,.18);
}

.button-outline {
  border: 2px solid var(--ink);
  color: var(--ink);
  background: rgba(255,255,255,.18);
}

.button-quiet {
  width: max-content;
  min-width: 92px;
  min-height: 44px;
  margin: 0 auto;
  padding: 6px 22px;
  color: var(--ink);
  background: transparent;
  font-size: 24px;
  text-decoration: underline;
  text-underline-offset: 7px;
}

#early-no span {
  display: inline-block;
}

#early-no.is-teasing span {
  animation: tease-no 520ms cubic-bezier(.22,.8,.2,1);
}

@keyframes tease-no {
  42% { transform: translateX(18px) rotate(5deg); }
}

.button-stack {
  display: grid;
  gap: 10px;
  width: 100%;
}

.scene-action {
  align-self: end;
  width: min(82%, 390px);
  margin: 0 auto;
}

.heart-rule {
  display: block;
  color: #8e1723;
  font-size: 18px;
  letter-spacing: .25em;
}

.time,
.kicker,
.menu-name,
.scene-heading p {
  font-size: clamp(13px, 3.6vw, 18px);
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}

/* Cover */
.scene-cover {
  grid-template-rows: 30% 1fr auto;
  background:
    linear-gradient(rgba(76,4,13,.15), rgba(41,2,8,.38)),
    radial-gradient(circle at 50% 42%, #9c2231, #660d18 58%, #3a050c);
}

.cover-photos,
.photo-duo {
  position: relative;
}

.cover-photos .stamp,
.photo-duo .stamp {
  position: absolute;
  width: 55%;
  height: 90%;
}

.stamp-left {
  left: 2%;
  top: 6%;
  transform: rotate(-6deg);
}

.stamp-right {
  right: 1%;
  top: 2%;
  transform: rotate(7deg);
}

.cover-photos img,
.photo-duo img {
  filter: grayscale(1) sepia(.3) contrast(1.04);
}

.envelope {
  position: relative;
  align-self: center;
  width: 100%;
  height: min(40vh, 350px);
  filter: drop-shadow(0 22px 28px rgba(28,1,5,.36));
}

.envelope::after {
  content: "For Sakshi";
  position: absolute;
  z-index: 6;
  right: 7%;
  bottom: 10%;
  font-family: "Great Vibes", cursive;
  font-size: clamp(25px, 6.6vw, 34px);
  color: var(--ink);
  transform: rotate(-4deg);
}

.envelope-back,
.envelope-front,
.envelope-flap {
  position: absolute;
  inset: auto 0 0;
  height: 68%;
  background: var(--cream);
}

.envelope-back {
  border-radius: 6px;
}

.envelope-front {
  z-index: 3;
  clip-path: polygon(0 0, 50% 55%, 100% 0, 100% 100%, 0 100%);
  background: linear-gradient(155deg, #fbf3df, #e8d9ba);
}

.envelope-flap {
  z-index: 2;
  transform-origin: top;
  clip-path: polygon(0 0, 100% 0, 50% 67%);
  background: #e9dabd;
}

.letter-card {
  position: absolute;
  z-index: 1;
  left: 6%;
  right: 6%;
  top: 0;
  height: 72%;
  display: grid;
  place-content: center;
  gap: 10px;
  text-align: center;
  transition: transform 650ms cubic-bezier(.2,.85,.24,1);
}

.scene-cover.is-open .letter-card {
  transform: translateY(-18%);
}

.wax-seal,
.seal-corner,
.wax-mark {
  display: grid;
  place-items: center;
  color: #ffd6c9;
  background:
    radial-gradient(circle at 34% 30%, #d64a4a, #8b111d 55%, #53050c 78%);
  border: 4px double rgba(255,180,166,.35);
  border-radius: 48% 52% 46% 54%;
  box-shadow: 0 8px 14px rgba(47,1,7,.35);
}

.wax-seal {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 18%;
  width: 74px;
  aspect-ratio: 1;
  transform: translate(-50%, 50%) rotate(-5deg);
  font-size: 38px;
}

.tap-button {
  min-height: 52px;
  padding: 8px 18px;
  color: var(--cream-light);
  background: transparent;
  font-size: clamp(17px, 4.6vw, 22px);
  letter-spacing: .16em;
  text-transform: uppercase;
}

.tap-button span {
  display: inline-block;
  margin-left: 9px;
  animation: bob 1.5s ease-in-out infinite;
}

@keyframes bob {
  50% { transform: translateY(5px); }
}

/* Ask */
.scene-ask {
  grid-template-rows: minmax(165px, 31%) 1fr;
}

.photo-duo {
  z-index: 2;
  min-height: 0;
}

.ask-card {
  z-index: 3;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2.2vh, 20px);
  padding: clamp(24px, 4.2vh, 40px) clamp(22px, 7vw, 48px);
  text-align: center;
}

.ask-card h2 {
  font-size: clamp(48px, 13.5vw, 72px);
}

.seal-corner {
  position: absolute;
  z-index: 6;
  right: 8px;
  bottom: 11%;
  width: 64px;
  aspect-ratio: 1;
  font-size: 30px;
  transform: rotate(8deg);
}

/* Meet */
.scene-meet {
  grid-template-rows: auto 1fr auto;
}

.scene-heading {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 15px;
  color: #f3d9bd;
}

.scene-heading span {
  height: 1px;
  background: currentColor;
  opacity: .7;
}

.story-panel {
  min-height: 0;
}

.meet-panel {
  display: grid;
  grid-template-rows: 48% 1fr;
  padding: 6px 8px 10px;
}

.feature-photo {
  z-index: 2;
  width: 86%;
  height: 108%;
  justify-self: center;
  transform: rotate(-2deg);
}

.compact-card {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 48px 24px 22px;
  text-align: center;
}

.compact-card h2 {
  font-family: "Cormorant Infant", Georgia, serif;
  font-size: clamp(34px, 8.8vw, 47px);
  font-weight: 600;
  line-height: .98;
}

.route-line {
  display: flex;
  align-items: center;
  width: 80%;
  color: #9a1d28;
}

.route-line i {
  width: 11px;
  height: 11px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.route-line span {
  flex: 1;
  font-size: 17px;
}

/* Journey */
.scene-journey {
  grid-template-rows: auto minmax(0, 1fr) auto auto max-content;
  gap: 12px;
}

.torn-note {
  justify-self: start;
  padding: 15px 28px 11px;
  transform: rotate(-2deg);
}

.torn-note h2 {
  font-size: clamp(38px, 10vw, 56px);
}

.journey-photo {
  width: 94%;
  height: 100%;
  justify-self: center;
  transform: rotate(1.5deg);
}

.journey-copy {
  padding: 0 12px;
  color: #f8e5cb;
  font-family: "Cormorant Infant", Georgia, serif;
  font-size: clamp(23px, 6.2vw, 29px);
  font-style: italic;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
}

.spotify-player {
  display: grid;
  grid-template-columns: 58px 1fr 46px;
  align-items: center;
  gap: 11px;
  padding: 9px 11px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(145deg, #17261d, #0d1610);
  box-shadow: var(--paper-shadow);
}

.spotify-player > img {
  width: 58px;
  height: 58px;
  border-radius: 8px;
  object-fit: cover;
}

.track-copy {
  display: grid;
  align-content: center;
  gap: 1px;
  min-width: 0;
}

.track-copy small {
  color: #1ed760;
  font-family: Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
}

.track-copy strong {
  overflow: hidden;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.track-copy em {
  color: rgba(255,255,255,.66);
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
}

.spotify-play {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #07120a;
  background: #1ed760;
  font-family: Arial, sans-serif;
  font-size: 17px;
  text-indent: 2px;
}

/* Lunch */
.scene-lunch {
  grid-template-rows: auto minmax(190px, 35%) auto auto;
}

.lunch-title {
  z-index: 4;
}

.lunch-title h2 {
  font-size: clamp(37px, 10.5vw, 57px);
}

.lunch-photo {
  width: 95%;
  height: 100%;
  justify-self: center;
  transform: rotate(1deg);
}

.lunch-photo img {
  object-position: center;
}

.restaurant-card {
  display: grid;
  place-items: center;
  min-height: 82px;
  padding: 18px 22px;
  transform: rotate(-1deg);
}

.menu-name {
  font-size: clamp(18px, 4.8vw, 24px);
  text-align: center;
}

/* Clay */
.scene-clay {
  display: grid;
  place-items: center;
  padding-left: clamp(32px, 8vw, 48px);
}

.clay-swipe {
  position: absolute;
  inset: 0 auto 0 -28%;
  width: 42%;
  background:
    radial-gradient(ellipse at 88% 10%, transparent 0 18px, #a95132 20px 39px, transparent 41px),
    radial-gradient(ellipse at 93% 32%, transparent 0 15px, #b35b3a 17px 38px, transparent 40px),
    radial-gradient(ellipse at 90% 60%, transparent 0 20px, #a34b30 22px 43px, transparent 45px),
    linear-gradient(90deg, #8f3d28, #b7603f);
  filter: drop-shadow(8px 0 12px rgba(34,1,4,.28));
}

.clay-card {
  width: 100%;
  min-height: min(86vh, 770px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2vh, 19px);
  padding: clamp(24px, 4vh, 38px) clamp(22px, 5.5vw, 38px);
  text-align: center;
}

.clay-photo {
  width: 92%;
  height: min(32vh, 270px);
  transform: rotate(-2deg);
}

.clay-photo img {
  object-position: center 48%;
}

.clay-card h2 {
  font-size: clamp(47px, 13vw, 70px);
}

.event-facts {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  font-size: clamp(14px, 3.7vw, 18px);
  font-weight: 600;
  letter-spacing: .1em;
}

.event-facts span + span {
  padding-left: 14px;
  border-left: 1px solid rgba(111,16,25,.35);
}

/* Park */
.scene-park {
  place-items: stretch;
  background:
    radial-gradient(circle at 50% 5%, rgba(228,183,112,.18), transparent 25%),
    var(--green);
}

.park-card {
  min-height: 0;
  display: grid;
  grid-template-rows: auto auto auto minmax(190px, 1fr) auto auto;
  align-content: stretch;
  gap: clamp(8px, 1.5vh, 14px);
  padding: clamp(22px, 3.4vh, 34px) clamp(18px, 4.8vw, 30px);
  text-align: center;
}

.park-card h2 {
  font-size: clamp(44px, 12vw, 64px);
}

.park-card .handwritten {
  font-size: clamp(30px, 8vw, 42px);
}

.park-photo {
  min-height: 0;
}

.park-photo img {
  object-position: 52% center;
}

.cab-route {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: "Great Vibes", cursive;
  font-size: clamp(22px, 5.8vw, 30px);
}

.cab-route b {
  font-weight: 400;
}

.route-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

/* Final choice */
.scene-choice {
  grid-template-rows: minmax(150px, 28%) 1fr;
}

.final-photos {
  z-index: 2;
}

.choice-card {
  z-index: 3;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 2vh, 18px);
  padding: clamp(22px, 4vh, 38px) clamp(22px, 5.5vw, 36px);
  text-align: center;
}

.choice-card h2 {
  font-size: clamp(43px, 11.5vw, 64px);
}

.choice-card .time {
  font-size: clamp(24px, 6.7vw, 34px);
}

/* Date, confirmation, cat */
.scene-date,
.scene-confirmed,
.scene-plead {
  place-items: center;
}

.date-card,
.confirmed-card,
.plead-card {
  width: 100%;
  min-height: min(82vh, 730px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2.5vh, 24px);
  padding: clamp(28px, 5vh, 50px) clamp(24px, 7vw, 44px);
  text-align: center;
}

.date-card h2,
.confirmed-card h2,
.plead-card h2 {
  font-size: clamp(50px, 13.5vw, 74px);
}

.wax-mark {
  width: 70px;
  aspect-ratio: 1;
  font-size: 34px;
}

#date-form {
  display: grid;
  gap: 10px;
  width: 100%;
  margin-top: 8px;
  text-align: left;
}

#date-form label {
  font-size: 18px;
  font-weight: 600;
}

#date-choice {
  width: 100%;
  min-height: 54px;
  padding: 10px 14px;
  border: 1px solid rgba(111,16,25,.35);
  border-radius: 12px;
  color: var(--ink);
  background: #fffaf0;
  font-size: 20px;
}

.form-message {
  min-height: 22px;
  color: #a00d1c;
  font-size: 16px;
  text-align: center;
}

.big-heart {
  font-size: clamp(86px, 24vw, 128px);
  line-height: .8;
}

.confirmed-date {
  padding: 10px 18px;
  border-top: 1px solid rgba(111,16,25,.35);
  border-bottom: 1px solid rgba(111,16,25,.35);
  font-size: clamp(24px, 6.5vw, 34px);
  font-weight: 600;
}

.confirmed-date[hidden] {
  display: none;
}

.goodbye-card {
  min-height: min(88vh, 770px);
  justify-content: space-between;
}

.goodbye-card h2 {
  font-size: clamp(43px, 11.5vw, 62px);
}

.goodbye-cat {
  height: min(48vh, 400px);
}

.plead-card {
  min-height: min(86vh, 760px);
  justify-content: space-between;
}

.cat-photo {
  width: 100%;
  height: min(52vh, 440px);
  transform: rotate(-1deg);
}

.cat-photo img {
  object-position: center;
  transform: scale(1.52);
  filter: sepia(.12) saturate(.92) contrast(1.02);
}

.progress {
  position: absolute;
  z-index: 10;
  top: max(10px, env(safe-area-inset-top));
  right: 12px;
  display: flex;
  gap: 5px;
}

.progress[hidden] {
  display: none;
}

.progress span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,242,222,.52);
}

.progress span.is-active {
  width: 20px;
  border-radius: 5px;
  background: #ffe7c8;
}

@media (min-width: 700px) {
  body {
    display: grid;
    place-items: center;
    padding: 18px;
  }

  .invitation {
    height: min(calc(100dvh - 36px), 920px);
    min-height: min(620px, calc(100dvh - 36px));
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 24px;
  }

  .button:hover {
    transform: translateY(-2px);
  }

  .button-primary:hover {
    box-shadow: 0 14px 25px rgba(44,2,7,.35), inset 0 1px rgba(255,255,255,.2);
  }
}

@media (max-height: 720px) {
  .scene {
    gap: 9px;
    padding-top: max(12px, env(safe-area-inset-top));
    padding-bottom: max(12px, env(safe-area-inset-bottom));
  }

  .scene-ask,
  .scene-choice {
    grid-template-rows: 25% 1fr;
  }

  .scene-journey,
  .scene-lunch {
    grid-template-rows: auto minmax(150px, 31%) auto auto auto;
  }

  .scene-lunch {
    grid-template-rows: auto minmax(145px, 28%) auto auto;
  }

  .paper-card {
    gap: 8px;
  }

  .clay-card,
  .date-card,
  .confirmed-card,
  .plead-card {
    min-height: calc(100dvh - 44px);
  }

  .cat-photo {
    height: 47vh;
  }

  .button {
    min-height: 48px;
  }
}

@media (max-width: 360px) {
  .scene {
    padding-left: 14px;
    padding-right: 14px;
  }

  .restaurant-card {
    padding-inline: 16px;
  }

  .event-facts {
    gap: 8px;
  }

  .event-facts span + span {
    padding-left: 8px;
  }
}

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