:root {
  --olive: #FFFFFFFF;
  --olive-deep: #000000FF;
  --olive-dark: #FFFFFFFF;
  --lime: #000000FF;
  --lime-soft: #000000FF;
  --paper: #FFFFFFFF;
  --paper-deep: #FFFFFFFF;
  --ink: #000000FF;
  --muted: rgba(0, 0, 0, 0.55);
  --white: #FFFFFFFF;
  --line: rgba(0, 0, 0, 0.14);
  --soft-bg: rgba(0, 0, 0, 0.035);
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.14);
  --radius: 22px;
}

* { box-sizing: border-box; }
html {
  max-width: 100%;
  overflow-x: hidden;
  overscroll-behavior-x: none;
  scroll-behavior: smooth;
  background: var(--olive-dark);
}
body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  overscroll-behavior-x: none;
  color: var(--ink);
  background: var(--olive-dark);
  font-family: "Noto Sans KR", sans-serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
img { max-width: 100%; display: block; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.batang { font-family: "Gowun Batang", serif; }

.site-shell {
  position: relative;
  width: min(100%, 480px);
  margin: 0 auto;
  overflow: hidden;
  background: var(--olive);
  box-shadow: var(--shadow);
}

.hero { position: relative; height: 100svh; min-height: 650px; overflow: hidden; }
.hero > img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; animation: heroZoom 9s ease-out both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 40%, rgba(0, 0, 0, 0.78) 100%); }
.hero-copy { position: absolute; z-index: 1; left: 0; right: 0; bottom: 102px; padding: 0 26px; color: var(--white); text-align: center; text-shadow: 0 2px 16px rgba(0,0,0,.35); }
.hero-kicker, .section-kicker { margin: 0 0 12px; color: var(--lime); font-size: 10px; font-weight: 700; letter-spacing: .24em; }
.hero-kicker { color: var(--white); }
.hero .hero-kicker { font-size: 14px; }
.hero h1 { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 0; font-family: "Gowun Batang", serif; font-size: clamp(42px, 12vw, 58px); font-weight: 400; letter-spacing: -.08em; }
.hero h1 i { color: var(--white); font-size: 26.6px; font-style: normal; }
.hero-date { margin: 10px 0 0; font-size: 15.4px; letter-spacing: .14em; }
.scroll-indicator { position: absolute; z-index: 2; bottom: 26px; left: 50%; display: grid; place-items: center; gap: 5px; color: var(--white); transform: translateX(-50%); animation: bounce 1.8s ease-in-out infinite; }
.scroll-indicator span { font-size: 8px; font-weight: 700; letter-spacing: .2em; }
.scroll-indicator svg { width: 18px; height: 18px; }

.content-section { padding: 88px 32px; text-align: center; }
.compact-heading { padding-bottom: 30px; }
.content-section h2 { margin: 0; font-size: 28px; font-weight: 400; letter-spacing: -.04em; }
.section-description { margin: 18px 0 30px; color: rgba(0, 0, 0, 0.58); font-size: 13px; line-height: 1.9; }
.section-divider { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 14px; width: 80%; margin: 0 auto; color: var(--lime); opacity: .65; }
.section-divider span { height: 1px; background: linear-gradient(90deg, transparent, currentColor); }
.section-divider span:last-child { background: linear-gradient(90deg, currentColor, transparent); }
.section-divider svg { width: 15px; height: 15px; fill: currentColor; stroke: none; }

.invitation { min-height: 760px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.family-lines { font-size: 14px; line-height: 2.1; }
.family-lines p { margin: 0; }
.family-lines strong { font-weight: 400; color: var(--ink); }
.family-lines b { font-size: 16px; font-weight: 700; }
.invite-message { margin: 44px 0 34px; color: rgba(0, 0, 0, 0.78); font-size: 14px; line-height: 2.05; }
.invite-message p { margin: 0 0 27px; }
.signature { margin: 0; color: var(--lime); font-size: 14px; }

.primary-button, .outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 27px;
  border: 1px solid var(--lime);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease;
}
.primary-button { color: var(--white); background: var(--lime); box-shadow: 0 8px 25px rgba(0, 0, 0, .12); }
.outline-button { color: var(--lime); background: transparent; }
.primary-button:hover, .primary-button:active { color: var(--ink); transform: translateY(-2px); background: var(--white); box-shadow: 0 12px 30px rgba(0, 0, 0, .18); }
.outline-button:hover, .outline-button:active { color: var(--white); background: var(--lime); }
.primary-button svg { width: 17px; height: 17px; }

.gallery-section { padding: 10px 0 80px; }
.gallery-track {
  display: flex;
  gap: 12px;
  padding: 0 28px 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.gallery-track::-webkit-scrollbar { display: none; }
.gallery-slide {
  flex: 0 0 78%;
  aspect-ratio: 3 / 4.25;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--olive-deep);
  box-shadow: 0 16px 36px rgba(0,0,0,.12);
  scroll-snap-align: center;
}
.gallery-slide img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-slide:hover img { transform: scale(1.025); }
.gallery-meta { display: flex; align-items: center; gap: 16px; padding: 16px 32px 0; color: var(--lime); font-size: 10px; letter-spacing: .12em; }
.gallery-progress { flex: 1; height: 2px; overflow: hidden; border-radius: 20px; background: rgba(0,0,0,.12); }
.gallery-progress span { display: block; width: 100%; height: 100%; border-radius: inherit; background: var(--lime); transition: transform .25s ease; transform: scaleX(.05); transform-origin: left; }

.date-section { padding-left: 26px; padding-right: 26px; }
.time-place { display: flex; justify-content: center; align-items: center; gap: 10px; margin: 13px 0 34px; color: rgba(0, 0, 0, 0.58); font-size: 12px; }
.time-place span:nth-child(2) { width: 2px; height: 2px; border-radius: 50%; background: var(--lime); }
.calendar-card { padding: 25px 18px 20px; color: var(--ink); border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: 0 16px 40px rgba(0,0,0,.08); }
.calendar-header { display: flex; align-items: center; justify-content: center; margin-bottom: 20px; padding: 0 8px; color: var(--ink); font-family: "Gowun Batang", serif; font-size: 15px; font-weight: 700; letter-spacing: .08em; }
.calendar-weekdays, .calendar-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; }
.calendar-weekdays span { padding-bottom: 7px; color: rgba(0, 0, 0, 0.48); font-size: 8px; font-weight: 700; }
.calendar-weekdays span:first-child { color: rgba(0, 0, 0, 0.72); }
.calendar-days span { display: grid; place-items: center; aspect-ratio: 1; font-size: 11px; border-radius: 50%; }
.calendar-days .muted-day { opacity: .25; }
.calendar-days .sunday { color: rgba(0, 0, 0, 0.72); }
.calendar-days .wedding-day { position: relative; color: var(--white); font-weight: 700; background: var(--lime); box-shadow: 0 4px 12px rgba(0,0,0,.2); }
.calendar-days .wedding-day::after { content: ""; position: absolute; inset: -4px; border: 1px solid var(--lime); border-radius: 50%; }
.countdown { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; gap: 3px; margin: 34px 0 22px; }
.countdown div { display: grid; gap: 3px; }
.countdown strong { color: var(--lime); font-family: "Gowun Batang", serif; font-size: 26px; font-weight: 400; letter-spacing: -.06em; }
.countdown span { color: var(--muted); font-size: 7px; letter-spacing: .12em; }
.countdown i { color: var(--lime); font-style: normal; opacity: .5; transform: translateY(-5px); }
.dday-copy { margin: 0; font-size: 13px; }
.dday-copy em { color: var(--lime); font-style: normal; }
.dday-copy strong { color: var(--lime); font-weight: 700; }

.directions-section { padding: 5px 0 30px; }
.kakao-map-wrap { position: relative; height: 300px; margin: 0 18px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #f2f2f2; box-shadow: 0 16px 38px rgba(0,0,0,.1); }
.kakao-map { position: absolute; inset: 0; }
.map-fallback { position: absolute; inset: 0; overflow: hidden; background: #f2f2f2; }
.map-fallback[hidden] { display: none; }
.map-fallback > p { position: absolute; z-index: 3; left: 50%; bottom: 18px; width: max-content; margin: 0; padding: 7px 12px; color: var(--white); border-radius: 999px; background: rgba(0,0,0,.85); font-size: 9px; transform: translateX(-50%); }
.map-grid { position: absolute; inset: 0; opacity: .45; background: linear-gradient(90deg, transparent 49%, rgba(0,0,0,.08) 50%, transparent 51%) 0 0 / 56px 56px, linear-gradient(transparent 49%, rgba(0,0,0,.08) 50%, transparent 51%) 0 0 / 56px 56px; }
.road { position: absolute; height: 38px; border: 1px solid rgba(0,0,0,.18); background: #fff; box-shadow: inset 0 0 0 11px #f2f2f2, inset 0 0 0 12px rgba(0,0,0,.24); }
.road-a { width: 130%; left: -20%; top: 35%; transform: rotate(-18deg); }
.road-b { width: 120%; left: -12%; top: 57%; transform: rotate(19deg); }
.road-c { width: 95%; left: 11%; top: 15%; transform: rotate(72deg); }
.map-block { position: absolute; width: 70px; height: 42px; border: 2px solid rgba(0,0,0,.28); border-radius: 6px; background: #dcdcdc; transform: rotate(-16deg); }
.block-a { left: 9%; top: 12%; }.block-b { right: 8%; bottom: 16%; }.block-c { left: 19%; bottom: 12%; }
.map-river { position: absolute; width: 180%; height: 30px; left: -30%; bottom: -12px; background: #cfcfcf; transform: rotate(-5deg); opacity: .7; }
.map-pin { position: absolute; z-index: 2; left: 53%; top: 43%; display: grid; place-items: center; transform: translate(-50%,-50%); color: var(--olive-deep); }
.map-pin::before { content: ""; position: absolute; width: 82px; height: 82px; border-radius: 50%; background: rgba(0,0,0,.16); animation: pulse 2s ease-out infinite; }
.map-pin svg { z-index: 1; width: 43px; height: 43px; color: var(--white); fill: var(--lime); stroke-width: 1.3; filter: drop-shadow(0 6px 8px rgba(0,0,0,.18)); }
.map-pin span { z-index: 1; margin-top: 4px; padding: 3px 8px; border-radius: 999px; color: var(--white); background: var(--olive-deep); font-size: 7px; font-weight: 700; letter-spacing: .14em; }
.location-copy { padding-top: 28px; }
.location-copy h3 { margin: 0 0 5px; font-family: "Gowun Batang", serif; font-size: 20px; font-weight: 700; }
.location-copy > p { margin: 0; color: rgba(0, 0, 0, 0.58); font-size: 12px; }
.map-buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 25px 0 38px; }
.map-buttons a { padding: 0 12px; }
.transport-list { display: grid; gap: 15px; text-align: left; }
.transport-list article { display: grid; grid-template-columns: 35px 1fr; gap: 13px; padding: 17px 18px; border: 1px solid var(--line); border-radius: 15px; background: var(--soft-bg); }
.transport-list article > span { color: var(--lime); font-family: "Gowun Batang", serif; font-size: 12px; }
.transport-list strong { display: block; margin-bottom: 3px; color: var(--lime-soft); font-size: 12px; }
.transport-list p { margin: 0; color: rgba(0, 0, 0, 0.62); font-size: 11px; line-height: 1.8; white-space: pre-line; }

.guide-cards { display: grid; gap: 15px; margin-top: 34px; }
.guide-card { display: grid; grid-template-columns: 104px 1fr; min-height: 130px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; color: var(--ink); text-align: left; background: var(--paper); box-shadow: 0 12px 30px rgba(0,0,0,.08); }
.guide-card img { width: 100%; height: 100%; object-fit: cover; }
.guide-card div { padding: 17px 15px; }
.guide-card span { color: rgba(0, 0, 0, 0.58); font-size: 8px; font-weight: 700; letter-spacing: .18em; }
.guide-card h3 { margin: 5px 0 4px; font-family: "Gowun Batang", serif; font-size: 15px; }
.guide-card p { margin: 0; color: rgba(0, 0, 0, 0.62); font-size: 10px; line-height: 1.7; }

.accordion-list { display: grid; gap: 10px; margin-top: 34px; text-align: left; }
.accordion { overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: var(--soft-bg); }
.accordion-trigger { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 58px; padding: 0 18px; color: var(--ink); border: 0; background: transparent; font-size: 12px; font-weight: 600; }
.accordion-trigger svg { width: 16px; height: 16px; color: var(--lime); transition: transform .25s ease; }
.accordion-trigger[aria-expanded="true"] svg { transform: rotate(90deg); }
.accordion-content { display: none; padding: 2px 14px 14px; }
.accordion-trigger[aria-expanded="true"] + .accordion-content { display: grid; gap: 8px; animation: fadeIn .25s ease both; }
.account-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 13px 12px; border-radius: 11px; background: rgba(0,0,0,.04); }
.account-row p { margin: 0; color: var(--ink); font-size: 11px; }
.account-row small { display: block; color: var(--muted); font-size: 9px; }
.account-empty { margin: 0; padding: 14px 12px; color: var(--muted); border-radius: 11px; background: rgba(0,0,0,.04); font-size: 10px; text-align: center; }
.copy-button { display: grid; place-items: center; flex: 0 0 34px; width: 34px; height: 34px; color: var(--white); border: 0; border-radius: 50%; background: var(--lime); }
.copy-button svg { width: 14px; height: 14px; }

.rsvp-section { padding-left: 20px; padding-right: 20px; }
.rsvp-card { position: relative; overflow: hidden; padding: 53px 24px; border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(145deg, rgba(0,0,0,.04), rgba(0,0,0,.015)); box-shadow: 0 18px 44px rgba(0,0,0,.08); }
.rsvp-card h2 { margin-bottom: 13px; }
.rsvp-card p:not(.section-kicker) { margin: 0 0 26px; color: rgba(0, 0, 0, 0.58); font-size: 12px; line-height: 1.9; }

.guestbook-form { display: grid; gap: 12px; margin: 30px 0 42px; padding: 20px; border: 1px solid var(--line); border-radius: 19px; text-align: left; background: var(--paper); box-shadow: 0 15px 35px rgba(0,0,0,.08); }
.guestbook-form label, .field { display: grid; gap: 7px; }
.guestbook-form label span, .field > span { color: var(--ink); font-size: 10px; font-weight: 700; }
input, textarea { width: 100%; padding: 13px 14px; color: var(--ink); outline: none; border: 1px solid var(--line); border-radius: 10px; background: var(--white); font-size: 12px; transition: border-color .2s ease, box-shadow .2s ease; }
textarea { resize: vertical; }
input:focus, textarea:focus { border-color: var(--lime); box-shadow: 0 0 0 3px rgba(0,0,0,.1); }
.guestbook-form .primary-button { width: 100%; margin-top: 4px; border-radius: 12px; }
.guestbook-grid { columns: 2; column-gap: 11px; text-align: left; }
.guest-note { display: inline-block; width: 100%; min-height: 112px; margin: 0 0 11px; padding: 19px 16px 16px; color: var(--ink); border: 1px solid rgba(0,0,0,.08); break-inside: avoid; box-shadow: 0 8px 18px rgba(0,0,0,.08); transform: rotate(var(--rotation)); transition: transform .25s ease; }
.guest-note:hover { transform: rotate(0deg) translateY(-3px); }
.guest-note:nth-child(6n+1) { background: #ffffff; }.guest-note:nth-child(6n+2) { background: #f7f7f7; }.guest-note:nth-child(6n+3) { background: #efefef; }.guest-note:nth-child(6n+4) { background: #fbfbfb; }.guest-note:nth-child(6n+5) { background: #f2f2f2; }.guest-note:nth-child(6n) { background: #ffffff; }
.guest-note strong { display: block; margin-bottom: 8px; font-family: "Gowun Batang", serif; font-size: 12px; }
.guest-note p { margin: 0; font-size: 10px; line-height: 1.75; word-break: keep-all; }
.guest-note time { display: block; margin-top: 12px; color: rgba(0,0,0,.5); font-size: 7px; letter-spacing: .08em; }

footer { padding: 70px 25px 40px; text-align: center; background: rgba(0,0,0,.04); }
.footer-names { display: flex; justify-content: center; align-items: center; gap: 12px; color: var(--lime-soft); font-size: 24px; }
.footer-names i { color: var(--lime); font-size: 12px; font-style: normal; }
footer > p { margin: 12px 0 28px; color: var(--muted); font-size: 10px; }
.footer-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.footer-actions button { display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 45px; color: var(--ink); border: 1px solid var(--line); border-radius: 999px; background: var(--white); font-size: 10px; }
.footer-actions svg { width: 15px; height: 15px; }
.back-top { display: inline-block; margin-top: 35px; color: var(--muted); font-size: 8px; letter-spacing: .14em; }

.modal-backdrop, .lightbox { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 16px; background: rgba(0,0,0,.72); backdrop-filter: blur(8px); }
.modal-backdrop[hidden], .lightbox[hidden] { display: none; }
.modal-panel { position: relative; width: min(100%, 432px); max-height: calc(100svh - 32px); overflow-x: hidden; overflow-y: auto; padding: 50px 20px 24px; border: 1px solid var(--line); border-radius: 25px; color: var(--ink); text-align: center; background: var(--white); box-shadow: 0 24px 70px rgba(0,0,0,.22); animation: modalIn .3s ease both; }
.modal-close, .lightbox-close { display: grid; place-items: center; position: absolute; z-index: 3; right: 16px; top: 16px; width: 34px; height: 34px; color: var(--ink); border: 1px solid var(--line); border-radius: 50%; background: var(--white); }
.modal-close svg, .lightbox-close svg { width: 16px; height: 16px; }
.modal-dots { display: none; }
.dots-left { left: -20px; top: 4px; }.dots-right { right: -20px; bottom: 12px; }
.contact-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 28px; }
.contact-column { display: grid; align-content: start; gap: 8px; }
.contact-column > h3 { margin: 0 0 6px; color: var(--lime); font-size: 11px; letter-spacing: .12em; }
.contact-person { padding: 14px 7px 12px; border: 1px solid var(--line); border-radius: 13px; background: var(--soft-bg); }
.contact-person small { display: block; color: var(--muted); font-size: 8px; }
.contact-person strong { display: block; margin: 3px 0 1px; font-family: "Gowun Batang", serif; font-size: 13px; }
.contact-number { display: inline-block; margin-bottom: 10px; color: var(--lime-soft); font-size: 8px; letter-spacing: .02em; }
.contact-number:hover, .contact-number:active { color: var(--lime); }
.contact-actions { display: flex; justify-content: center; gap: 7px; }
.contact-actions a { display: grid; place-items: center; width: 31px; height: 31px; color: var(--white); border-radius: 50%; background: var(--lime); }
.contact-actions svg { width: 13px; height: 13px; }

.bottom-sheet-backdrop {
  place-items: end center;
  overflow: hidden;
  padding: 0;
  overscroll-behavior-x: none;
  touch-action: pan-y;
}
.bottom-sheet {
  width: min(100%, 480px);
  max-width: 100vw;
  max-height: 92svh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 46px 22px 28px;
  border-radius: 25px 25px 0 0;
  text-align: left;
  overscroll-behavior-x: none;
  overscroll-behavior-y: contain;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
  animation: slideUp .35s cubic-bezier(.2,.8,.2,1) both;
}
.sheet-handle { position: absolute; left: 50%; top: 10px; width: 38px; height: 4px; border-radius: 999px; background: rgba(0,0,0,.18); transform: translateX(-50%); }
.bottom-sheet > h2, .bottom-sheet > .section-kicker { text-align: center; }
.bottom-sheet form { display: grid; gap: 17px; margin-top: 25px; }
.bottom-sheet fieldset { margin: 0; padding: 0; border: 0; }
.bottom-sheet legend, .bottom-sheet .field > span { margin-bottom: 7px; color: var(--lime-soft); font-size: 10px; font-weight: 700; }
.bottom-sheet b { color: var(--lime); }
.segment-control { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; padding: 4px; border-radius: 11px; background: rgba(0,0,0,.06); }
.segment-control.three { grid-template-columns: repeat(3, 1fr); }
.segment-control label { cursor: pointer; }
.segment-control input { position: absolute; opacity: 0; pointer-events: none; }
.segment-control span { display: grid; place-items: center; min-height: 40px; border-radius: 8px; color: var(--muted); font-size: 11px; transition: .2s ease; }
.segment-control input:checked + span { color: var(--white); font-weight: 700; background: var(--lime); }
.bottom-sheet input, .bottom-sheet textarea { color: var(--ink); border-color: var(--line); background: var(--white); }
.bottom-sheet input::placeholder, .bottom-sheet textarea::placeholder { color: rgba(0,0,0,.42); }
.submit-button { width: 100%; border-radius: 12px; }
.day-hide { display: flex; justify-content: center; align-items: center; gap: 6px; cursor: pointer; }
.day-hide input { width: 14px; accent-color: var(--lime); }
.day-hide span { color: var(--muted); font-size: 9px; }
.lightbox { z-index: 120; padding: 0; }
.lightbox img { width: min(100%, 480px); max-height: 100svh; object-fit: contain; }
.lightbox-close { position: fixed; top: 18px; right: max(18px, calc((100vw - 480px) / 2 + 18px)); }
.toast { position: fixed; z-index: 200; left: 50%; bottom: 24px; width: max-content; max-width: calc(100% - 40px); padding: 11px 18px; color: var(--white); border-radius: 999px; background: var(--lime); box-shadow: 0 10px 30px rgba(0,0,0,.2); font-size: 11px; font-weight: 700; opacity: 0; pointer-events: none; transform: translate(-50%, 15px); transition: .25s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
body.modal-open {
  overflow: hidden;
  overscroll-behavior: none;
}

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes heroZoom { from { transform: scale(1.04); } to { transform: scale(1); } }
@keyframes bounce { 0%,100% { transform: translate(-50%,0); } 50% { transform: translate(-50%,8px); } }
@keyframes pulse { from { transform: scale(.55); opacity: .8; } to { transform: scale(1.35); opacity: 0; } }
@keyframes fadeIn { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }
@keyframes modalIn { from { opacity: 0; transform: translateY(12px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes slideUp { from { opacity: 0; transform: translateY(100%); } to { opacity: 1; transform: translateY(0); } }

@media (min-width: 481px) {
  body { padding: 28px 0; }
  .site-shell { border-radius: 28px; }
  .hero { border-radius: 28px 28px 0 0; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
