:root {
  --paper: #f7f0df;
  --paper-bright: #fffdf7;
  --ink: #11110f;
  --turmeric: #ffdf18;
  --peacock: #08a8b6;
  --vermilion: #e94732;
  --pink: #ff91ae;
  --white: #fffdf7;
  --display: "Archivo Black", "Inter Display", "Inter", sans-serif;
  --body: "DM Sans", "Inter", sans-serif;
  --kn: "Noto Sans Kannada", sans-serif;
  --te: "Noto Sans Telugu", sans-serif;
  --edge: clamp(18px, 3vw, 44px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  overflow-x: hidden;
}
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }

.skip-link {
  position: fixed;
  z-index: 100;
  left: 12px;
  top: 12px;
  transform: translateY(-180%);
  background: var(--ink);
  color: var(--white);
  padding: 10px 14px;
}
.skip-link:focus { transform: none; }

.grain {
  position: fixed;
  z-index: 99;
  inset: 0;
  pointer-events: none;
  opacity: .08;
  mix-blend-mode: multiply;
  background-image:
    repeating-radial-gradient(circle at 13% 17%, rgba(17,17,15,.35) 0 0.7px, transparent .8px 4px),
    repeating-radial-gradient(circle at 77% 63%, rgba(17,17,15,.24) 0 0.6px, transparent .7px 5px);
  background-size: 8px 8px, 11px 11px;
}

.site-header {
  position: absolute;
  z-index: 30;
  inset: 0 0 auto 0;
  height: 78px;
  padding: 0 var(--edge);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.mini-mark {
  justify-self: start;
  font-family: var(--display);
  font-size: 18px;
  letter-spacing: -.05em;
}
.mini-mark span { color: var(--vermilion); }
.header-date { justify-self: end; border-bottom: 2px solid var(--ink); padding-bottom: 3px; }

.hero {
  min-height: 100svh;
  padding: 44px var(--edge);
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(620px, 1.35fr);
  align-items: center;
  gap: clamp(18px, 3vw, 54px);
  overflow: hidden;
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  border: 26px solid var(--pink);
  border-radius: 50%;
  left: -125px;
  bottom: -120px;
  opacity: .65;
}
.hero-copy { position: relative; z-index: 5; max-width: 490px; }
.blessing {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 28px;
  font-weight: 700;
  color: var(--peacock);
}
.blessing span:first-child { font-family: var(--kn); }
.blessing span:last-child { font-family: var(--te); }
.blessing i { font-style: normal; color: var(--vermilion); font-size: 10px; }
.hero h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(64px, 6.1vw, 106px);
  line-height: .86;
  letter-spacing: -.075em;
  text-transform: uppercase;
}
.intro {
  max-width: 440px;
  margin: 32px 0 28px;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.55;
}
.intro strong { display: block; margin-bottom: 3px; }
.text-link {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 3px solid var(--ink);
}
.text-link span { color: var(--vermilion); font-size: 18px; line-height: .5; }

.ephemera {
  position: relative;
  min-height: min(74vw, 760px);
  height: 76vh;
  max-height: 790px;
  width: 100%;
  isolation: isolate;
  perspective: 1200px;
}
.print-card, .sticker, .shadow-sheet {
  position: absolute;
  transform-origin: center;
  will-change: transform;
}
.print-card {
  border: 3px solid var(--ink);
  box-shadow: 12px 14px 0 rgba(17,17,15,.18);
  overflow: hidden;
}
.shadow-sheet {
  border: 3px solid var(--ink);
  background: var(--paper-bright);
  width: 64%;
  height: 54%;
  left: 20%;
  top: 22%;
}
.shadow-one { transform: rotate(-12deg); background: var(--pink); }
.shadow-two { transform: rotate(11deg); background: var(--turmeric); }

.card-main {
  z-index: 8;
  left: 13%;
  top: 24%;
  width: 72%;
  height: 49%;
  padding: clamp(18px, 2.2vw, 32px);
  background: var(--peacock);
  transform: rotate(-4.5deg) translateY(50px) scale(.92);
  opacity: 0;
  overflow: visible;
}
body.is-ready .card-main { animation: settle-main .95s .18s cubic-bezier(.16,.82,.27,1.02) forwards; }
@keyframes settle-main { to { transform: rotate(-4.5deg) translateY(0) scale(1); opacity: 1; } }
.main-topline {
  display: flex;
  justify-content: space-between;
  font-size: clamp(7px, .7vw, 10px);
  font-weight: 700;
  letter-spacing: .1em;
}
.main-name {
  font-family: var(--display);
  font-size: clamp(48px, 6.3vw, 102px);
  line-height: .75;
  letter-spacing: -.085em;
  margin: 8% 0 0;
}
.main-name.second { text-align: right; margin-top: 0; }
.plus-row { display: grid; grid-template-columns: 1fr auto 1fr; gap: 12px; align-items: center; margin: 2px 2%; }
.plus-row span { height: 3px; background: var(--ink); }
.plus-row b { font-family: var(--display); font-size: clamp(22px, 2.5vw, 38px); color: var(--turmeric); }
.main-footer {
  display: flex;
  justify-content: flex-end;
  align-items: end;
  margin-top: 4%;
  font-family: var(--display);
  font-size: clamp(12px, 1.15vw, 18px);
  line-height: 1.05;
}
.main-footer p { margin: 0; }
.main-footer small { font-family: var(--body); font-size: .48em; letter-spacing: .08em; }
.venue-doodle { text-align: right; }
.card-date {
  z-index: 11;
  width: 35%;
  height: 32%;
  right: 1%;
  top: -1%;
  padding: 16px 18px;
  background: var(--turmeric);
  transform: rotate(7deg) translate(50px,-45px);
  opacity: 0;
}
body.is-ready .card-date { animation: settle-date .9s .32s cubic-bezier(.16,.82,.27,1.02) forwards; }
@keyframes settle-date { to { transform: rotate(7deg) translate(0,0); opacity: 1; } }
.ticket-label { margin: 0; font-size: clamp(7px,.72vw,10px); font-weight: 700; letter-spacing: .09em; }
.date-number { margin: 4% 0 8px; font-family: var(--display); font-size: clamp(70px, 7.4vw, 116px); line-height: .84; letter-spacing: -.1em; }
.date-copy { margin: 0; font-family: var(--display); font-size: clamp(14px, 1.65vw, 24px); line-height: .92; }
.perforation { position: absolute; left: 0; right: 0; bottom: 10%; border-top: 3px dashed var(--ink); }
.serial { position: absolute; bottom: 1.8%; right: 5%; margin: 0; font-size: 8px; font-weight: 700; letter-spacing: .09em; }

.card-blessing {
  z-index: 3;
  width: 39%;
  height: 32%;
  left: -1%;
  top: 5%;
  background: var(--white);
  transform: rotate(-8deg) translate(-45px,-35px);
  opacity: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
body.is-ready .card-blessing { animation: settle-blessing .9s .42s cubic-bezier(.16,.82,.27,1.02) forwards; }
@keyframes settle-blessing { to { transform: rotate(-8deg) translate(0,0); opacity: 1; } }
 .language-kicker { margin: 0 0 10%; font-size: clamp(5px, .58vw, 8px); font-weight: 700; letter-spacing: .14em; }
.language-message { width: 100%; display: grid; gap: 8px; place-items: center; }
.language-message p { margin: 0; font-weight: 700; line-height: 1.1; }
.language-message p:first-child { font-family: var(--kn); font-size: clamp(16px, 1.72vw, 27px); }
.language-message p:last-child { font-family: var(--te); font-size: clamp(17px, 1.78vw, 28px); }
.language-message span { width: 56%; height: 3px; background: var(--vermilion); }
.language-caption { margin: 10% 0 0; max-width: 84%; font-size: clamp(5px,.58vw,8px); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; line-height: 1.35; }

.card-route {
  z-index: 6;
  width: 43%;
  height: 34%;
  left: 3%;
  bottom: 2%;
  background: var(--vermilion);
  transform: rotate(7deg) translate(-40px,55px);
  opacity: 0;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 4px;
}
body.is-ready .card-route { animation: settle-route .9s .48s cubic-bezier(.16,.82,.27,1.02) forwards; }
@keyframes settle-route { to { transform: rotate(7deg) translate(0,0); opacity: 1; } }
.route-small, .route-bottom { position: absolute; margin: 0; font-size: 6px; font-weight: 700; letter-spacing: .1em; }
.route-small { top: 12px; left: 16px; }
.route-bottom { bottom: 11px; right: 16px; }
.route-big { font-family: var(--display); font-size: clamp(28px, 3.7vw, 58px); margin: 0; letter-spacing: -.08em; }
.route-arrow {
  font-family: var(--body);
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  font-variant-emoji: text;
  line-height: 1;
  transform: translateY(-1px);
}

.card-invite {
  z-index: 5;
  width: 29%;
  height: 27%;
  right: 7%;
  bottom: 4%;
  background: var(--white);
  transform: rotate(-8deg) translate(40px,55px);
  opacity: 0;
  padding: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
body.is-ready .card-invite { animation: settle-invite .9s .58s cubic-bezier(.16,.82,.27,1.02) forwards; }
@keyframes settle-invite { to { transform: rotate(-8deg) translate(0,0); opacity: 1; } }
.card-invite p { margin: 7px 0; font-family: var(--display); font-size: clamp(25px, 3vw, 48px); line-height: .78; }
.card-invite span { font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.invite-rule { height: 3px; width: 80%; background: var(--ink); }

.sticker {
  z-index: 12;
  border: 3px solid var(--ink);
  box-shadow: 6px 7px 0 rgba(17,17,15,.16);
  opacity: 0;
}
.sticker-countdown {
  width: clamp(92px, 9.4vw, 138px);
  aspect-ratio: 1;
  border-radius: 50%;
  right: -1%;
  top: 48%;
  background: var(--pink);
  display: grid;
  place-content: center;
  text-align: center;
  transform: rotate(12deg) scale(.6);
  line-height: .88;
}
body.is-ready .sticker-countdown { animation: pop-sticker .65s .9s cubic-bezier(.12,.96,.38,1.2) forwards; }
.sticker-countdown span {
  font-size: clamp(6px,.62vw,9px);
  font-weight: 700;
  letter-spacing: .1em;
}
.sticker-countdown b {
  margin: 4px 0 1px;
  font-family: var(--display);
  font-size: clamp(31px,3.4vw,52px);
  letter-spacing: -.08em;
}
.sticker-countdown small {
  font-size: clamp(7px,.72vw,10px);
  font-weight: 700;
  letter-spacing: .16em;
}
.sticker-time {
  left: -9%;
  bottom: 5%;
  width: clamp(104px, 11vw, 154px);
  padding: 11px 12px;
  background: var(--ink);
  color: var(--white);
  transform: rotate(-6deg) scale(.6);
  text-align: center;
}
body.is-ready .sticker-time { animation: pop-sticker-time .65s 1s cubic-bezier(.12,.96,.38,1.2) forwards; }
@keyframes pop-sticker { to { transform: rotate(12deg) scale(1); opacity: 1; } }
@keyframes pop-sticker-time { to { transform: rotate(-6deg) scale(1); opacity: 1; } }
.sticker-time span { display: block; font-size: 6px; letter-spacing: .12em; }
.sticker-time b { font-family: var(--display); font-size: clamp(22px,2.7vw,40px); line-height: .9; }
.sticker-time small { color: var(--turmeric); font-weight: 700; }

.marquee {
  overflow: hidden;
  border-top: 3px solid var(--ink);
  border-bottom: 3px solid var(--ink);
  background: var(--ink);
  color: var(--white);
  height: 64px;
  display: flex;
  align-items: center;
}
.marquee-track {
  width: max-content;
  display: flex;
  align-items: center;
  white-space: nowrap;
  animation: marquee 38s linear infinite;
  will-change: transform;
}
.marquee-group {
  flex: 0 0 auto;
  min-width: 100vw;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 30px;
  padding: 0 28px 0 0;
}
.marquee-group i {
  flex: 0 0 auto;
  color: var(--vermilion);
  font-style: normal;
  font-size: 12px;
}
.marquee-kn {
  font-family: var(--kn);
  color: var(--turmeric);
  font-size: 17px;
  font-weight: 700;
}
.marquee-te {
  font-family: var(--te);
  color: var(--pink);
  font-size: 17px;
  font-weight: 700;
}
.marquee-countdown {
  font-family: var(--display);
  font-size: 16px;
  letter-spacing: -.025em;
}
.marquee-countdown span { color: var(--white); }
@keyframes marquee {
  from { transform: translate3d(0,0,0); }
  to { transform: translate3d(-50%,0,0); }
}

.details {
  padding: clamp(64px, 8vw, 115px) var(--edge) 58px;
  background: var(--paper-bright);
}
.details-heading {
  display: grid;
  grid-template-columns: .55fr 1.25fr .8fr;
  gap: clamp(20px, 4vw, 70px);
  align-items: start;
  margin-bottom: 46px;
}
.eyebrow { margin: 9px 0 0; font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.details h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(52px, 6.8vw, 108px);
  line-height: .82;
  letter-spacing: -.075em;
  text-transform: uppercase;
}
.details-note { margin: 8px 0 0; max-width: 350px; font-size: 15px; line-height: 1.55; }
.detail-grid {
  display: grid;
  grid-template-columns: .86fr 1.1fr 1.18fr;
  border: 3px solid var(--ink);
}
.detail-panel {
  position: relative;
  min-height: 430px;
  padding: clamp(20px, 2.4vw, 34px);
  border-right: 3px solid var(--ink);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.detail-panel:last-child { border-right: 0; }
.panel-when { background: var(--turmeric); }
.panel-where { background: var(--peacock); }
.panel-family { background: var(--pink); }
.panel-icon {
  position: absolute;
  right: 18px;
  top: 16px;
  width: 47px;
  height: 28px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  display: grid;
  place-content: center;
  font-family: var(--display);
  font-size: 10px;
  transform: rotate(9deg);
  background: var(--white);
}
.panel-label { margin: 0; font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.detail-panel h3 {
  margin: auto 0 0;
  font-family: var(--display);
  font-size: clamp(55px, 5.5vw, 86px);
  line-height: .78;
  letter-spacing: -.075em;
}
.panel-bottom { margin: 26px 0 0; font-size: 14px; line-height: 1.35; }
.panel-bottom strong { font-family: var(--display); font-size: 21px; letter-spacing: -.04em; }
.panel-action {
  margin-top: 24px;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-bottom: 3px solid var(--ink);
  padding-bottom: 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
}
.direction-arrow {
  color: var(--vermilion);
  font-family: var(--body);
  font-size: 17px;
  font-weight: 700;
  font-style: normal;
  font-variant-emoji: text;
  letter-spacing: 0;
  line-height: .7;
}
.family-list { margin-top: auto; }
.family-list p { margin: 0 0 28px; font-family: var(--display); font-size: clamp(21px, 2.25vw, 34px); line-height: 1.05; letter-spacing: -.045em; }
.family-list p:last-child { margin-bottom: 0; }
.family-list span { display: block; margin-bottom: 7px; font-family: var(--body); font-size: 8px; letter-spacing: .11em; }
.actions-bar {
  border: 3px solid var(--ink);
  border-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 22px 24px;
  background: var(--white);
}
.actions-bar p { margin: 0; display: flex; gap: 9px; align-items: center; font-size: 15px; }
.actions-bar p span:first-child { font-family: var(--kn); }
.actions-bar p span:nth-child(2) { font-family: var(--te); }
.actions-bar p strong { margin-left: 8px; }
.button-row { display: flex; gap: 9px; flex-wrap: wrap; justify-content: flex-end; }
.poster-button {
  border: 3px solid var(--ink);
  background: var(--turmeric);
  min-height: 44px;
  padding: 10px 15px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  cursor: pointer;
  box-shadow: 4px 4px 0 var(--ink);
  transition: transform .18s ease, box-shadow .18s ease;
}
.poster-button.rsvp { background: var(--vermilion); }
.poster-button.inverse { background: var(--ink); color: var(--white); }
.poster-button:hover { transform: translate(3px, 3px); box-shadow: 1px 1px 0 var(--ink); }
.poster-button:focus-visible, a:focus-visible { outline: 4px solid var(--vermilion); outline-offset: 4px; }

.footer {
  min-height: 110px;
  background: var(--ink);
  color: var(--white);
  padding: 28px var(--edge);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
}
.footer p { margin: 0; }
.footer-names { font-family: var(--display); font-size: clamp(21px, 2.3vw, 34px); letter-spacing: -.04em !important; }
.footer-names span { color: var(--turmeric); }

.reveal-block {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity .7s ease, transform .8s cubic-bezier(.16,.82,.27,1.02);
}
.reveal-block.is-visible { opacity: 1; transform: none; }

.invite-dialog {
  width: 100vw;
  height: 100vh;
  max-width: none;
  max-height: none;
  border: 0;
  padding: 54px 18px 18px;
  background: rgba(17,17,15,.96);
}
.invite-dialog::backdrop { background: rgba(17,17,15,.96); }
.invite-dialog img { width: 100%; height: calc(100vh - 76px); object-fit: contain; display: block; }
.dialog-close {
  position: fixed;
  right: 18px;
  top: 17px;
  border: 0;
  background: transparent;
  color: var(--white);
  font-weight: 700;
  letter-spacing: .1em;
  cursor: pointer;
}

.site-toast {
  position: fixed;
  z-index: 120;
  left: 50%;
  bottom: 22px;
  transform: translate(-50%, 24px);
  padding: 12px 16px;
  border: 3px solid var(--ink);
  background: var(--turmeric);
  box-shadow: 5px 5px 0 var(--ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}
.site-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1120px) {
  .hero { grid-template-columns: .65fr 1.35fr; }
  .ephemera { transform: scale(.92); transform-origin: center; width: 108%; margin-left: -4%; }
  .main-name { font-size: clamp(46px, 6.8vw, 78px); }
  .detail-panel { min-height: 390px; }
}

@media (max-width: 820px) {
  .site-header { height: 62px; grid-template-columns: 1fr 1fr; }
  .hero {
    min-height: auto;
    padding-top: 34px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .hero-copy { max-width: none; }
  .blessing { margin-bottom: 18px; }
  .hero h1 { font-size: clamp(58px, 16vw, 92px); }
  .intro { max-width: 590px; margin: 24px 0 19px; }
  .ephemera { height: 69vw; min-height: 460px; max-height: 650px; width: 100%; margin: 0; transform: none; }
  .card-main { left: 13%; width: 74%; }
  .details-heading { grid-template-columns: 1fr; gap: 17px; }
  .eyebrow { margin: 0; }
  .details-note { max-width: 520px; }
  .detail-grid { grid-template-columns: 1fr 1fr; }
  .panel-family { grid-column: 1 / -1; border-top: 3px solid var(--ink); }
  .detail-panel:nth-child(2) { border-right: 0; }
  .panel-family { min-height: 320px; }
  .family-list { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
  .actions-bar { align-items: flex-start; flex-direction: column; }
  .button-row { justify-content: flex-start; }
}

@media (max-width: 560px) {
  :root { --edge: 15px; }
  .site-header { font-size: 8px; }
  .mini-mark { font-size: 16px; }
  .hero { padding-top: 24px; padding-bottom: 30px; }
  .hero::before { display: none; }
  .blessing { font-size: 13px; }
  .hero h1 { font-size: clamp(50px, 15.8vw, 74px); line-height: .88; }
  .intro { font-size: 14px; line-height: 1.48; }
  .text-link { font-size: 9px; }
  .ephemera { height: 86vw; min-height: 370px; margin-top: 14px; }
  .shadow-sheet { display: none; }
  .print-card { border-width: 2px; box-shadow: 7px 8px 0 rgba(17,17,15,.17); }
  .card-main { left: 6%; top: 26%; width: 86%; height: 48%; padding: 13px 14px 13px 13px; }
  .main-topline { font-size: 5px; }
  .main-name { font-size: clamp(31px, 10vw, 52px); letter-spacing: -.078em; }
  .main-name.second { padding-left: 4%; padding-right: 6%; }
  .main-footer { font-size: 8px; }
  .card-date { width: 38%; height: 32%; right: 1%; top: 0; padding: 9px 10px; }
  .ticket-label { font-size: 4px; }
  .date-number { margin: 7% 0 0; font-size: clamp(42px, 11.5vw, 50px); line-height: .82; }
  .date-copy { position: absolute; left: 10px; top: 74%; font-size: 8.5px; line-height: .94; }
  .perforation { bottom: 5%; }
  .serial { right: 4%; bottom: 1%; font-size: 3.5px; }
  .card-blessing { width: 43%; height: 31%; left: 0; top: 4%; padding: 9px; }
  .language-kicker { margin-bottom: 8%; font-size: 3px; }
  .language-message { gap: 4px; }
  .language-message p:first-child { font-size: 10px; }
  .language-message p:last-child { font-size: 10px; }
  .language-message span { height: 2px; }
  .language-caption { margin-top: 8%; font-size: 3px; }
  .card-route { width: 46%; height: 29%; left: 3%; bottom: 1%; padding: 10px; }
  .route-big { font-size: 21px; }
  .route-arrow { font-size: 11px; }
  .route-small, .route-bottom { font-size: 3px; }
  .card-invite { width: 31%; height: 25%; right: 4%; bottom: 2%; padding: 10px; }
  .card-invite p { font-size: 18px; }
  .card-invite span { font-size: 4px; }
  .invite-rule { height: 2px; }
  .sticker-countdown { width: 64px; border-width: 2px; right: -1%; top: -8%; box-shadow: 3px 4px 0 rgba(17,17,15,.15); }
  .sticker-countdown span { font-size: 4px; }
  .sticker-countdown b { margin: 2px 0 0; font-size: 22px; }
  .sticker-countdown small { font-size: 5px; }
  .sticker-time { width: 76px; left: -14%; top: -13%; bottom: auto; border-width: 2px; padding: 7px; box-shadow: 3px 4px 0 rgba(17,17,15,.15); }
  .sticker-time span { font-size: 6px; }
  .sticker-time b { font-size: 18px; }
  .sticker-time small { font-size: 6px; }
  .marquee { height: 52px; }
  .marquee-track { animation-duration: 32s; }
  .marquee-group { gap: 20px; padding-right: 20px; }
  .marquee-kn, .marquee-te { font-size: 13px; }
  .marquee-countdown { font-size: 12px; }
  .marquee-group i { font-size: 9px; }
  .details { padding-top: 58px; }
  .details h2 { font-size: clamp(45px, 14vw, 68px); }
  .detail-grid { grid-template-columns: 1fr; }
  .detail-panel { min-height: 285px; border-right: 0; border-bottom: 3px solid var(--ink); }
  .detail-panel:last-child { border-bottom: 0; }
  .panel-family { grid-column: auto; border-top: 0; }
  .detail-panel h3 { font-size: clamp(50px, 16vw, 76px); }
  .panel-family { min-height: 245px; }
  .family-list { grid-template-columns: 1fr; gap: 20px; margin-top: 58px; }
  .family-list p { margin: 0; font-size: 20px; }
  .family-list span { font-size: 6px; }
  .actions-bar { padding: 18px; }
  .actions-bar p { display: block; font-size: 13px; }
  .actions-bar p strong { display: block; margin: 8px 0 0; }
  .button-row { width: 100%; flex-direction: column; }
  .poster-button { width: 100%; }
  .footer { display: block; line-height: 1.8; }
  .footer p + p { margin-top: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee-track { animation: none; }
  .card-main, .card-date, .card-blessing, .card-route, .card-invite, .sticker-countdown, .sticker-time {
    animation: none !important;
    opacity: 1;
  }
  .card-main { transform: rotate(-4.5deg); }
  .card-date { transform: rotate(7deg); }
  .card-blessing { transform: rotate(-8deg); }
  .card-route { transform: rotate(7deg); }
  .card-invite { transform: rotate(-8deg); }
  .sticker-countdown { transform: rotate(12deg); }
  .sticker-time { transform: rotate(-6deg); }
  .reveal-block { opacity: 1; transform: none; transition: none; }
}
