:root {
  --bg: #111615;
  --emerald: #0b3a33;
  --emerald-2: #071f1b;
  --maroon: #5b2028;
  --maroon-2: #351019;
  --gold: #d5a043;
  --gold-light: #ffe5a8;
  --paper: #f3dba2;
  --cream: #fff0cb;
  --ink: #170d08;
  --shadow: 0 26px 70px rgba(0, 0, 0, .55);
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 0;
  scroll-snap-type: y mandatory;
}
body {
  margin: 0;
  min-height: 100vh;
  color: var(--cream);
  background:
    radial-gradient(circle at 50% 12%, rgba(213, 160, 67, .1), transparent 28%),
    linear-gradient(145deg, #061614, #1d1014 62%, #0b1715);
  font-family: Inter, system-ui, sans-serif;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.petal-field {
  position: fixed;
  inset: 0;
  z-index: 40;
  pointer-events: none;
  overflow: hidden;
}

.petal {
  position: absolute;
  top: -36px;
  width: 18px;
  height: 28px;
  border-radius: 80% 16% 70% 18%;
  background: linear-gradient(135deg, #d88985, #8f2839 58%, #41111d);
  box-shadow: 0 12px 20px rgba(0, 0, 0, .26);
  animation: petalFall linear forwards;
}

.hero,
.panel {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.hero {
  display: grid;
  place-items: center;
  padding: 56px 18px;
  background: #111615;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -5;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) contrast(1.06) brightness(.82);
  transform: scale(1.03);
  animation: livingPaper 18s ease-in-out infinite alternate;
}

.hero::before,
.panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -4;
  background:
    linear-gradient(90deg, rgba(255, 229, 168, .04) 1px, transparent 1px),
    linear-gradient(rgba(255, 229, 168, .035) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: radial-gradient(circle at center, black, transparent 82%);
}

.origami-stage {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 52%, rgba(0,0,0,.05), rgba(0,0,0,.28) 56%, rgba(0,0,0,.5)),
    linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.34));
}

.origami-stage::before,
.origami-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 229, 168, .06), transparent 24%),
    radial-gradient(circle at 80% 72%, rgba(213, 160, 67, .08), transparent 30%);
  opacity: .85;
}

.paper-leaf {
  position: absolute;
  width: clamp(120px, 16vw, 250px);
  height: clamp(170px, 22vw, 340px);
  background: linear-gradient(145deg, #16493e, #071d19 68%);
  clip-path: polygon(50% 0, 100% 42%, 54% 100%, 0 44%);
  border: 1px solid rgba(255, 229, 168, .18);
  box-shadow: var(--shadow);
  opacity: .72;
  animation: paperSway 6s ease-in-out infinite;
}
.hero .paper-leaf,
.hero .lantern,
.hero .diya,
.hero .lotus {
  display: none;
}
.leaf-a { left: -54px; top: 20px; transform: rotate(-26deg); }
.leaf-b { right: -42px; top: 12px; transform: rotate(28deg); animation-delay: -2s; }
.leaf-c { left: -38px; bottom: 18px; background: linear-gradient(145deg, #792736, #2b1016 68%); animation-delay: -3.4s; }
.leaf-d { right: -50px; bottom: 0; background: linear-gradient(145deg, #792736, #2b1016 68%); animation-delay: -1.4s; }

.lantern {
  position: absolute;
  top: clamp(60px, 12vh, 130px);
  width: 66px;
  height: 134px;
  transform-origin: 50% -24px;
  animation: lanternSwing 3s ease-in-out infinite;
  filter: drop-shadow(0 20px 26px rgba(0, 0, 0, .45));
}
.lantern::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -60px;
  width: 2px;
  height: 72px;
  transform: translateX(-50%);
  background: linear-gradient(var(--gold-light), var(--gold));
}
.lantern::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 38px;
  height: 62px;
  border: 1px solid rgba(255, 229, 168, .6);
  border-radius: 8px 24px 8px 24px;
  background:
    radial-gradient(circle at 50% 54%, #fff7bd 0 10px, #ff9f34 21px, transparent 38px),
    linear-gradient(135deg, rgba(213, 160, 67, .85), rgba(65, 33, 12, .7));
  box-shadow: 0 0 30px rgba(255, 164, 55, .35);
}
.lantern i {
  position: absolute;
  inset: 20px 20px auto;
  height: 36px;
  border-radius: 50%;
  border-top: 8px solid var(--gold);
}
.lantern-left { left: clamp(24px, 7vw, 120px); }
.lantern-right { right: clamp(24px, 7vw, 120px); animation-delay: -1.5s; }

.paper-temple {
  position: absolute;
  left: 50%;
  bottom: clamp(190px, 23vh, 270px);
  width: min(58vw, 460px);
  height: min(46vw, 360px);
  transform: translateX(-50%);
  display: none;
  filter: drop-shadow(0 30px 36px rgba(0, 0, 0, .52));
}
.paper-temple::before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: 0;
  height: 78%;
  background: linear-gradient(145deg, #f4dca0, #bc7f30);
  clip-path: polygon(50% 0, 86% 26%, 100% 100%, 0 100%, 14% 26%);
}
.paper-temple::after {
  content: "";
  position: absolute;
  left: 29%;
  bottom: 0;
  width: 42%;
  height: 34%;
  background: linear-gradient(#462017, #110807);
  clip-path: polygon(50% 0, 100% 34%, 100% 100%, 0 100%, 0 34%);
  box-shadow: inset 0 0 0 4px rgba(255, 229, 168, .3);
}
.paper-temple span {
  position: absolute;
  left: 50%;
  height: 11%;
  transform: translateX(-50%);
  background: rgba(255, 238, 182, .72);
  box-shadow: 0 10px 18px rgba(0, 0, 0, .24);
}
.paper-temple span:nth-child(1) { bottom: 75%; width: 18%; }
.paper-temple span:nth-child(2) { bottom: 58%; width: 38%; }
.paper-temple span:nth-child(3) { bottom: 40%; width: 58%; }
.paper-temple span:nth-child(4) { bottom: 22%; width: 78%; }

.paper-steps {
  position: absolute;
  left: 50%;
  bottom: clamp(164px, 20vh, 220px);
  width: min(62vw, 500px);
  height: 70px;
  transform: translateX(-50%);
  background:
    linear-gradient(var(--gold-light), var(--gold)) 50% 0 / 64% 12px no-repeat,
    linear-gradient(var(--gold-light), var(--gold)) 50% 22px / 76% 12px no-repeat,
    linear-gradient(var(--gold-light), var(--gold)) 50% 44px / 88% 12px no-repeat;
  display: none;
  opacity: .9;
}

.diya {
  position: absolute;
  bottom: clamp(24px, 6vh, 64px);
  width: clamp(72px, 12vw, 126px);
  height: clamp(54px, 8vw, 82px);
  border-radius: 0 0 999px 999px;
  background: linear-gradient(#ffd987, #a75c25 72%);
  box-shadow: 0 0 34px rgba(255, 159, 50, .35);
  animation: diyaBreath 2s ease-in-out infinite;
}
.diya::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -40px;
  width: 26px;
  height: 50px;
  transform: translateX(-50%);
  border-radius: 60% 40% 55% 45%;
  background: radial-gradient(circle at 50% 72%, #fff8bf, #ff9e32 52%, transparent 72%);
  filter: drop-shadow(0 0 18px rgba(255, 178, 64, .82));
  animation: flameFlicker .8s ease-in-out infinite alternate;
}
.diya i {
  position: absolute;
  left: 18%;
  right: 18%;
  top: 22px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 240, 186, .48);
}
.diya-left { left: clamp(18px, 7vw, 110px); }
.diya-right { right: clamp(18px, 7vw, 110px); animation-delay: -1s; }

.lotus,
.large-lotus {
  position: absolute;
  width: clamp(110px, 18vw, 220px);
  height: clamp(80px, 14vw, 160px);
  background:
    radial-gradient(ellipse at 50% 95%, #7b2737 0 28%, transparent 30%),
    conic-gradient(from 220deg at 50% 95%, #1e5548 0 20deg, #8e3040 20deg 42deg, #d09442 42deg 58deg, #8e3040 58deg 80deg, #1e5548 80deg 100deg, transparent 100deg);
  clip-path: polygon(50% 0, 65% 48%, 100% 30%, 75% 72%, 96% 100%, 50% 80%, 4% 100%, 25% 72%, 0 30%, 35% 48%);
  filter: drop-shadow(0 26px 30px rgba(0, 0, 0, .45));
  animation: paperSway 5.2s ease-in-out infinite;
}
.lotus-left { left: clamp(90px, 16vw, 220px); bottom: 8px; }
.lotus-right { right: clamp(90px, 16vw, 220px); bottom: 8px; animation-delay: -2.6s; }

.hero-card,
.panel-card {
  position: relative;
  z-index: 4;
  width: min(92vw, 620px);
  border: 1px solid rgba(255, 229, 168, .38);
  border-radius: 8px 30px 8px 30px;
  padding: clamp(26px, 5vw, 54px);
  text-align: center;
  background:
    linear-gradient(90deg, transparent 0 22px, rgba(255,255,255,.12) 22px 23px, transparent 23px calc(100% - 23px), rgba(255,255,255,.12) calc(100% - 23px) calc(100% - 22px), transparent calc(100% - 22px)),
    radial-gradient(circle at 18% 12%, rgba(255, 229, 168, .09), transparent 28%),
    linear-gradient(145deg, rgba(5, 22, 20, .46), rgba(84, 24, 34, .42));
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
}

.hero-card::before,
.panel-card::before,
.hero-card::after,
.panel-card::after {
  content: "";
  position: absolute;
  width: 54px;
  height: 54px;
  border-color: rgba(213, 160, 67, .7);
  pointer-events: none;
}

.hero-card::before,
.panel-card::before {
  left: 16px;
  top: 16px;
  border-left: 1px solid;
  border-top: 1px solid;
}

.hero-card::after,
.panel-card::after {
  right: 16px;
  bottom: 16px;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.hero-card {
  width: min(88vw, 560px);
  padding: clamp(26px, 4.4vw, 46px);
  background:
    linear-gradient(90deg, transparent 0 22px, rgba(255,255,255,.1) 22px 23px, transparent 23px calc(100% - 23px), rgba(255,255,255,.1) calc(100% - 23px) calc(100% - 22px), transparent calc(100% - 22px)),
    radial-gradient(circle at 50% 0, rgba(255, 229, 168, .11), transparent 32%),
    linear-gradient(145deg, rgba(6, 19, 17, .4), rgba(71, 19, 29, .32));
  backdrop-filter: blur(8px);
  transform-style: preserve-3d;
  transition: transform .42s cubic-bezier(.16,.8,.2,1), opacity .32s ease, filter .32s ease;
}

body.is-opening .hero-card {
  transform: translateY(-20px) scale(.96);
  opacity: 0;
  filter: blur(10px);
  pointer-events: none;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold-light);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

h1, h2 {
  margin: 0;
  color: var(--gold-light);
  font-family: Cinzel, Georgia, serif;
  font-weight: 600;
  line-height: 1.05;
  text-shadow: 0 8px 24px rgba(0, 0, 0, .38);
}
h1 { font-size: clamp(2.55rem, 9vw, 6.1rem); }
.hero-card h1 {
  max-width: 100%;
}
h1 small {
  display: block;
  margin-top: 8px;
  color: rgba(255, 240, 203, .76);
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(.78rem, 1.8vw, 1.05rem);
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}
h1 span {
  display: block;
  font-size: clamp(2.65rem, 8vw, 5.65rem);
  line-height: .98;
}
.hero-card h1 span {
  max-width: 100%;
  font-size: clamp(2.45rem, 6vw, 4.55rem);
  overflow-wrap: break-word;
  text-wrap: balance;
}
h1 em {
  display: block;
  margin: 8px 0;
  color: var(--cream);
  font-family: Playfair Display, Georgia, serif;
  font-size: .45em;
  font-style: normal;
}
h2 { font-size: clamp(2.1rem, 7vw, 4.7rem); }
.alias,
.date-line,
.panel-card p {
  margin: 16px auto 0;
  max-width: 42ch;
  color: rgba(255, 240, 203, .88);
  font-weight: 700;
  line-height: 1.65;
}
.alias {
  margin-top: 8px;
  color: var(--gold-light);
  font-family: Playfair Display, Georgia, serif;
  font-size: clamp(1.3rem, 3vw, 2rem);
}

.gold-button,
.outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 24px;
  border: 1px solid rgba(60, 34, 10, .42);
  border-radius: 7px 24px 7px 24px;
  padding: 0 24px;
  color: #221206;
  background: linear-gradient(135deg, #ffe7ac, #ce8c2d);
  box-shadow: 0 16px 36px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.42);
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}
.outline-button {
  margin-left: 10px;
  color: var(--gold-light);
  background: rgba(0,0,0,.2);
  border-color: rgba(213,160,67,.62);
}

.invite {
  display: none;
  background:
    radial-gradient(circle at 50% 0, rgba(213, 160, 67, .14), transparent 36%),
    linear-gradient(160deg, #061614, #210f15 70%, #081614);
}
body.is-opened .invite { display: block; }
body.is-opened .hero {
  display: none;
}

.nav {
  position: sticky;
  top: 12px;
  z-index: 30;
  display: flex;
  gap: 8px;
  width: min(680px, calc(100% - 24px));
  margin: 0 auto -58px;
  padding: 8px;
  border: 1px solid rgba(213,160,67,.42);
  border-radius: 999px;
  background: rgba(5, 17, 15, .76);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}
.nav a {
  flex: 1;
  padding: 10px 6px;
  border-radius: 999px;
  color: var(--cream);
  font-size: .74rem;
  font-weight: 900;
  text-align: center;
}

.panel {
  display: grid;
  place-items: center;
  padding: 104px 18px 72px;
}
.panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(circle at 8% 78%, rgba(91, 32, 40, .55), transparent 25%),
    radial-gradient(circle at 90% 20%, rgba(11, 58, 51, .56), transparent 26%);
}
.panel-bg {
  position: absolute;
  inset: 0;
  z-index: -5;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.05) contrast(1.06) brightness(.78);
  transform: scale(1.04);
  animation: livingPaper 20s ease-in-out infinite alternate;
}
.panel-video {
  object-position: center;
}
#countdown .countdown-video {
  object-position: center center;
}
#events .events-video {
  object-position: center center;
}
.panel-bg--dim {
  filter: saturate(1.02) contrast(1.08) brightness(.6);
}
.panel-story {
  justify-items: end;
  padding-right: clamp(18px, 7vw, 110px);
}

.centered { text-align: center; }
.wide { width: min(92vw, 780px); }
.panel-card--float {
  margin-left: auto;
  width: min(88vw, 600px);
}
.panel-card--compact {
  width: min(88vw, 720px);
}

.scratch-reveal {
  margin: 28px auto 0;
  max-width: 430px;
}

.scratch-title {
  margin: 0 0 12px;
  color: var(--gold-light);
  font-family: Playfair Display, Georgia, serif;
  font-size: clamp(1.1rem, 2.4vw, 1.45rem);
  font-weight: 700;
}

.scratch-card {
  position: relative;
  height: clamp(142px, 24vw, 178px);
  overflow: hidden;
  border: 1px solid rgba(255, 229, 168, .5);
  border-radius: 10px 28px 10px 28px;
  background:
    radial-gradient(circle at 50% 0, rgba(255, 229, 168, .18), transparent 36%),
    linear-gradient(145deg, rgba(255, 247, 221, .92), rgba(255, 235, 183, .86));
  box-shadow: 0 22px 38px rgba(0,0,0,.3), inset 0 0 0 1px rgba(255,255,255,.5);
  touch-action: none;
}

.scratch-date {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 6px;
  color: #3b1d10;
  text-align: center;
}

.scratch-date span {
  font-family: Playfair Display, Georgia, serif;
  font-size: 1rem;
  color: #8e5d22;
}

.scratch-date strong {
  color: #1e120b;
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(1.65rem, 5vw, 2.5rem);
  line-height: 1;
}

.scratch-date small {
  color: #704719;
  font-weight: 900;
}

#scratchCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: grab;
}

.scratch-card.is-revealed #scratchCanvas {
  pointer-events: none;
  animation: foilFade .55s ease forwards;
}

.confetti-piece {
  position: fixed;
  z-index: 60;
  top: -18px;
  width: 8px;
  height: 18px;
  border-radius: 2px;
  background: var(--gold-light);
  pointer-events: none;
  animation: confettiDrop var(--fall, 2.6s) cubic-bezier(.12,.72,.28,1) forwards;
}
.countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 28px;
}
.countdown-grid span {
  min-height: 82px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(213, 160, 67, .46);
  border-radius: 8px 22px 8px 22px;
  background: rgba(0,0,0,.2);
  color: var(--cream);
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
}
.countdown-grid b {
  display: block;
  color: var(--gold-light);
  font-family: Playfair Display, Georgia, serif;
  font-size: clamp(1.5rem, 5vw, 2.4rem);
}
.event-list {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}
.event-item {
  display: grid;
  grid-template-columns: 78px 1fr;
  grid-template-areas: "icon title" "icon meta" "icon sub";
  align-items: center;
  min-height: 112px;
  border: 1px solid rgba(213,160,67,.42);
  border-radius: 8px 26px 8px 26px;
  padding: 16px;
  background: linear-gradient(110deg, rgba(9, 44, 38, .36), rgba(91, 32, 40, .34));
  text-align: left;
}
.event-icon {
  grid-area: icon;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffe7ac, #b96f25);
  box-shadow: inset 0 0 0 7px rgba(0,0,0,.18);
}
.icon-temple { clip-path: polygon(50% 0, 90% 32%, 100% 100%, 0 100%, 10% 32%); }
.icon-lamp { border-radius: 50% 50% 12px 12px; animation: diyaBreath 2s ease-in-out infinite; }
.event-item strong {
  grid-area: title;
  color: var(--gold-light);
  font-family: Playfair Display, Georgia, serif;
  font-size: 1.12rem;
}
.event-item p { grid-area: meta; margin: 4px 0 0; }
.event-item small {
  grid-area: sub;
  color: rgba(255, 240, 203, .7);
  font-weight: 800;
}

#venues {
  grid-template-columns: repeat(2, minmax(280px, 520px));
  gap: 24px;
}
.venue-card { min-height: 430px; display: grid; align-content: center; }
.large-lotus {
  position: relative;
  inset: auto;
  margin: 34px auto 0;
}
.rsvp-card { width: min(92vw, 700px); }

.reveal {
  opacity: 0;
  transform: translateY(56px) scale(.98);
  transition: opacity .85s ease, transform .85s cubic-bezier(.16,.8,.2,1);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@keyframes petalFall {
  0% { transform: translate3d(0, -8vh, 0) rotate(0deg); opacity: 0; }
  12% { opacity: .94; }
  100% { transform: translate3d(var(--drift), 112vh, 0) rotate(360deg); opacity: 0; }
}
@keyframes livingPaper {
  0% { transform: scale(1.02) translate3d(-.6%, -.5%, 0); filter: saturate(1) brightness(.96); }
  100% { transform: scale(1.06) translate3d(.8%, .4%, 0); filter: saturate(1.08) brightness(1.04); }
}
@keyframes lanternSwing {
  0%, 100% { transform: rotate(-3deg) translateY(0); }
  50% { transform: rotate(4deg) translateY(5px); }
}
@keyframes flameFlicker {
  0% { transform: translateX(-50%) rotate(-4deg) scaleY(.9); }
  100% { transform: translateX(-50%) rotate(5deg) scaleY(1.12); }
}
@keyframes diyaBreath {
  50% { box-shadow: 0 0 54px rgba(255, 159, 50, .55); }
}
@keyframes paperSway {
  0%, 100% { transform: rotate(-2deg) translateY(0); }
  50% { transform: rotate(2deg) translateY(-8px); }
}
@keyframes foilFade {
  to { opacity: 0; }
}
@keyframes confettiDrop {
  0% { transform: translate3d(0, -10vh, 0) rotate(0deg); opacity: 0; }
  8% { opacity: 1; }
  100% { transform: translate3d(var(--x), 108vh, 0) rotate(720deg); opacity: 0; }
}
@keyframes inviteUnfold {
  0% { opacity: 0; transform: translateY(-45%) rotateY(0deg); }
  12% { opacity: 1; }
  100% { opacity: 0; transform: translateY(-45%) rotateY(-116deg) translateX(-28px); }
}
@keyframes inviteUnfoldRight {
  0% { opacity: 0; transform: translateY(-45%) rotateY(0deg); }
  12% { opacity: 1; }
  100% { opacity: 0; transform: translateY(-45%) rotateY(116deg) translateX(28px); }
}

@media (max-width: 820px) {
  #venues {
    grid-template-columns: 1fr;
  }
  .panel-story { justify-items: center; padding-right: 18px; }
  .nav {
    overflow-x: auto;
    justify-content: flex-start;
  }
  .nav a {
    min-width: 96px;
  }
  .lotus-left,
  .lotus-right {
    display: none;
  }
}

@media (max-width: 560px) {
  .nav {
    top: 8px;
    width: calc(100% - 20px);
    margin-bottom: -52px;
    gap: 4px;
    padding: 6px;
    scrollbar-width: none;
  }

  .nav::-webkit-scrollbar {
    display: none;
  }

  .nav a {
    min-width: 82px;
    padding: 9px 4px;
    font-size: .68rem;
  }

  .panel {
    padding: 92px 10px 56px;
  }

  #story {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 100svh;
    padding-top: clamp(250px, 43vh, 390px);
  }

  #story .panel-video {
    display: block;
    object-position: 32% top;
    transform: scale(1.01);
  }

  #countdown .countdown-video {
    object-position: 50% 24px;
    transform: scale(1.08);
  }

  #events .events-video {
    object-position: 56% 42px;
    transform: scale(1.08);
  }

  .hero-card,
  .panel-card {
    width: calc(100vw - 24px);
    padding: 24px 18px;
    border-radius: 8px 24px 8px 24px;
  }

  .panel-card--float {
    width: calc(100vw - 34px);
    margin-inline: auto;
  }

  .panel-card p {
    font-size: .92rem;
    line-height: 1.58;
  }

  #story h2 {
    font-size: clamp(2.05rem, 11vw, 3.08rem);
    line-height: 1.05;
  }

  #story .eyebrow {
    font-size: .68rem;
    letter-spacing: .14em;
  }

  .scratch-reveal {
    max-width: 100%;
    margin-top: 20px;
  }

  .scratch-card {
    height: 132px;
    border-radius: 10px 22px 10px 22px;
  }
  .countdown-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .lantern {
    width: 52px;
    opacity: .78;
  }
  .diya {
    width: 64px;
    height: 48px;
  }
  .outline-button {
    margin-left: 0;
  }
}
