/* ===== Reset & base ===== */
html { scroll-behavior: smooth; scrollbar-width: none; }
html::-webkit-scrollbar, body::-webkit-scrollbar { display: none; }
body {
  margin: 0;
  background: #fff;
  color: #191919;
  font-family: 'Pretendard Variable', Pretendard, sans-serif;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 { font-family: 'Marcellus', 'Pretendard Variable', Pretendard, sans-serif; margin: 0; }
a { color: #191919; text-decoration: none; }
a:hover { color: #FF6B84; }
input, select, button, textarea { font-family: inherit; }
button { cursor: pointer; }
img { max-width: 100%; display: block; }
* { box-sizing: border-box; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #FF6B84; outline-offset: 3px; }

@property --hall-border-angle {
  syntax: '<angle>';
  inherits: false;
  initial-value: 0deg;
}
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 200; padding: 10px 16px; border-radius: 8px; background: #191919; color: #fff; transform: translateY(-160%); transition: transform 160ms ease; }
.skip-link:focus { color: #fff; transform: translateY(0); }

.accent { color: #FF6B84; }
.muted { color: #999; }
.pretendard-num { font-family: 'Pretendard Variable', Pretendard, sans-serif; }

/* ===== Layout helpers ===== */
.section-inner { max-width: 1380px; margin: 0 auto; padding: 0 40px; }
.pad-lg { padding-top: 130px; padding-bottom: 130px; }
.pad-vertical-only { padding-top: 130px; padding-bottom: 130px; }
.center { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.mb-sm { margin-bottom: 20px; }
.mb-md { margin-bottom: 32px; }
.mb-lg { margin-bottom: 44px; }
.mb-lg2 { margin-bottom: 40px; }
.bg-tint { background: #FFF5F3; }
.bg-gray { background: #f7f7f8; }
.bg-dark { background: #191919; color: #fff; }
.eyebrow { font-family: 'Marcellus', 'Pretendard Variable', Pretendard, sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 3px; margin-bottom: 12px; }
.sec-title { font-weight: 700; letter-spacing: -2px; line-height: 1.2; }
.sec-title.xxl { font-size: 62px; letter-spacing: -3px; line-height: 1.12; }
.sec-title.xl { font-size: 52px; }
.sec-title.lg { font-size: 48px; letter-spacing: -1.8px; }
.lede-1 { font-size: 17px; color: #666; line-height: 1.75; margin: 12px 0 0; }
.lede-2 { font-size: 19px; font-weight: 600; color: #191919; line-height: 1.5; margin: 8px 0 0; }
.lede-2.on-dark { color: #eee; }
.pc-only { display: flex; }
.m-only { display: none; }
.m-line-break { display: none; }

/* ===== Header ===== */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: transparent; backdrop-filter: none;
  border-bottom: 0;
  transition: background 400ms, box-shadow 400ms;
  --scroll-progress: 0;
}
.site-header::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: #FF6B84; transform: scaleX(var(--scroll-progress)); transform-origin: left center; pointer-events: none; }
.site-header.scrolled, .site-header.menu-open {
  background: rgba(255,255,255,.78); backdrop-filter: blur(12px); box-shadow: 0 8px 24px rgba(25,25,25,.08);
}
.header-inner { max-width: 1380px; margin: 0 auto; height: 64px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; align-items: center; gap: 8px; padding: 0; border: 0; background: transparent; cursor: pointer; text-align: left; }
.brand-logo { display: block; width: 260px; height: auto; color: #fff; overflow: visible; transition: color 400ms; }
.brand-logo .ring-l, .brand-logo .ring-r, .brand-logo .spark { animation: none !important; transform: none !important; }
.logo svg .ring-l, .logo svg .spark { stroke: #fff; transition: stroke 400ms; }
.logo svg .ring-r { stroke: #FF6B84; transition: stroke 400ms; }
.site-header.scrolled .logo svg .ring-l, .site-header.scrolled .logo svg .spark, .site-header.menu-open .logo svg .ring-l, .site-header.menu-open .logo svg .spark { stroke: #191919; }
.site-header.scrolled .logo svg .ring-r, .site-header.menu-open .logo svg .ring-r { stroke: #FF6B84; }
.site-header.scrolled .brand-logo, .site-header.menu-open .brand-logo { color: #191919; }
.logo-text { display: flex; flex-direction: column; gap: 1px; line-height: 1.15; }
.logo-kr { font-size: 17px; font-weight: 700; letter-spacing: -0.5px; color: #fff; transition: color 400ms; }
.site-header.scrolled .logo-kr, .site-header.menu-open .logo-kr { color: #191919; }
.logo-en { font-family: 'Marcellus', 'Pretendard Variable', Pretendard, sans-serif; font-size: 10px; letter-spacing: 1.4px; color: #FF6B84; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.btn-cta-small { background: #FF6B84; border: none; color: #fff; font-size: 13px; font-weight: 600; padding: 10px 20px; border-radius: 24px; box-shadow: 0 6px 18px rgba(255,107,132,.32); transition: transform .25s, background .25s, box-shadow .25s; }
.btn-cta-small:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(255,82,113,.45); }
.hamburger { background: none; border: none; padding: 8px; display: flex; flex-direction: column; gap: 5px; }
.hamburger span { display: block; width: 20px; height: 1.5px; background: #fff; transition: background 400ms; }
.hamburger span:last-child { width: 12px; }
.site-header.scrolled .hamburger span, .site-header.menu-open .hamburger span { background: #191919; }
.mobile-menu { position: fixed; inset: 0; z-index: 150; display: flex; flex-direction: column; visibility: hidden; overflow: hidden; background: rgba(255,255,255,.84); color: #191919; opacity: 0; backdrop-filter: blur(18px) saturate(1.08); -webkit-backdrop-filter: blur(18px) saturate(1.08); transition: opacity .42s ease, visibility .42s ease; }
.mobile-menu.is-open { visibility: visible; opacity: 1; }
.mobile-menu-top { width: min(100% - 40px, 1340px); height: 64px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.mobile-menu-logo { display: flex; align-items: center; gap: 8px; color: #191919; text-decoration: none; }
.mobile-menu-logo .brand-logo { color: #191919; }
.mobile-menu-logo svg .ring-l, .mobile-menu-logo svg .spark { stroke: #191919; }
.mobile-menu-logo svg .ring-r { stroke: #FF6B84; }
.mobile-menu-logo-text { display: flex; flex-direction: column; gap: 1px; line-height: 1.15; }
.mobile-menu-logo-text > span { font-size: 17px; font-weight: 700; letter-spacing: -.5px; }
.mobile-menu-logo small { color: #FF6B84; font-family: 'Marcellus', 'Pretendard Variable', Pretendard, sans-serif; font-size: 9px; letter-spacing: 1.4px; }
.mobile-menu-close { width: 36px; height: 36px; padding: 0; display: inline-grid; place-items: center; border: 0; background: transparent; color: #191919; font-size: 32px; font-weight: 200; line-height: 1; }
.mobile-menu-inner { width: min(100% - 40px, 1240px); flex: 1; margin: 0 auto; display: grid; grid-template-columns: 1fr; align-content: center; gap: 2px; overflow-y: auto; }
.mobile-menu-item { display: flex; align-items: baseline; gap: 12px; width: 100%; padding: 8px 0; border: 0; background: transparent; color: #191919; font-size: clamp(24px, 2.8vw, 38px); font-weight: 700; letter-spacing: -.055em; line-height: 1.18; text-align: left; transition: color .22s ease, transform .22s ease; }
.mobile-menu-item small { color: #9a9297; font-family: 'Marcellus', 'Pretendard Variable', Pretendard, sans-serif; font-size: 10px; font-weight: 400; letter-spacing: .1em; }
.mobile-menu-item:hover, .mobile-menu-item:focus-visible { color: #E64B66; transform: translateX(10px); }
.mobile-menu-bottom { width: min(100% - 40px, 1240px); margin: 0 auto; padding: 18px 0 36px; }
.mobile-menu-bottom button { border: 0; border-radius: 999px; background: #FF6B84; color: #fff; padding: 15px 24px; font-size: 16px; font-weight: 700; box-shadow: 0 10px 24px rgba(255,107,132,.28); transition: background .22s ease, color .22s ease, transform .22s ease; }
.mobile-menu-bottom button:hover { background: #E64B66; transform: translateY(-2px); }
body.menu-open { overflow: hidden; }

/* ===== Hero ===== */
.hero-stage { position: sticky; top: 0; height: 100vh; height: 100dvh; overflow: hidden; background: #111; }
.hero-track { position: absolute; inset: 0; display: flex; width: 300%; transition: transform 900ms cubic-bezier(.7,0,.2,1); }
.hero-slide { width: 33.3333%; position: relative; }
.hero-slide img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 70% 60% at 50% 48%, rgba(20,15,24,.62) 0%, rgba(20,15,24,.30) 60%, rgba(20,15,24,0) 100%),
    linear-gradient(105deg, rgba(20,15,24,.62) 0%, rgba(20,15,24,.34) 45%, rgba(20,15,24,.12) 78%, rgba(20,15,24,0) 100%),
    linear-gradient(180deg, rgba(20,15,24,.34) 0%, rgba(20,15,24,0) 30%, rgba(20,15,24,0) 52%, rgba(8,6,10,.88) 100%);
}
.hero-ring { position: absolute; top: 42%; left: 58%; z-index: 1; border-radius: 50%; pointer-events: none; }
.hero-ring-one { width: min(72vw,640px); height: min(72vw,640px); border: 1px solid rgba(255,107,132,.22); animation: pulseRing 2.6s ease-in-out infinite; }
.hero-ring-two { width: min(50vw,440px); height: min(50vw,440px); border: 1px solid rgba(255,107,132,.14); animation: pulseRingTwo 3.4s ease-in-out infinite; }
.hero-content-wrap { position: absolute; inset: 64px 0 0; z-index: 2; padding: 20px; display: flex; align-items: center; justify-content: center; }
.hero-flex { max-width: 1380px; width: 100%; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 44px; flex-wrap: wrap; }
.hero-center { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 18px; }
.hero-eyebrow { color: #FFB3C2; font-size: 22px; font-weight: 500; letter-spacing: -0.5px; text-shadow: 0 1px 12px rgba(0,0,0,.35); display: flex; align-items: center; justify-content: center; gap: 22px; white-space: nowrap; }
.hero-eyebrow-item { display: inline-flex; align-items: center; gap: 7px; }
.hero-eyebrow-item svg { width: 19px; height: 19px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.hero-title { color: #fff; font-size: 130px; font-weight: 700; letter-spacing: -6px; line-height: 1.08; text-shadow: 0 2px 34px rgba(0,0,0,.4), 0 1px 8px rgba(0,0,0,.3); }
.hero-title-wedding {
  color: transparent;
  background: linear-gradient(110deg, #FF315B 0%, #FF5778 30%, #FFD7E0 48%, #FF6B84 61%, #FF315B 100%);
  background-size: 220% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: weddingGradient 3.8s ease-in-out infinite alternate;
  text-shadow: 0 0 22px rgba(255, 64, 99, .42);
}
.hero-info-row { margin-top: 40px; display: flex; gap: 28px; justify-content: center; flex-wrap: wrap; }
.hero-info-col { display: flex; flex-direction: column; gap: 6px; white-space: nowrap; }
.hero-info-col.bordered { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.3); }
.hero-info-big { color: #fff; font-size: 36px; font-weight: 700; }
.hero-date-accent { color: #FF6B84; }
.hero-info-day { color: #fff; font-size: 26px; }
.hero-info-sub { color: rgba(255,255,255,.9); font-size: 19px; font-weight: 400; }
.hero-btns { margin-top: 44px; display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.btn-hero-primary, .btn-hero-secondary { border: none; font-size: 18px; font-weight: 600; padding: 19px 40px; border-radius: 34px; display: flex; align-items: center; gap: 12px; white-space: nowrap; transition: transform .25s, background .25s, box-shadow .25s, border-color .25s; }
.btn-hero-primary { background: #FF6B84; color: #fff; box-shadow: 0 10px 28px rgba(255,107,132,.34); }
.btn-hero-primary:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(255,82,113,.5); }
.btn-hero-secondary { background: #fff; color: #191919; box-shadow: 0 10px 28px rgba(20,15,24,.14); }
.btn-hero-secondary:hover { background: #fff; transform: translateY(-3px); box-shadow: 0 16px 40px rgba(20,15,24,.28); }
.hero-controls { margin-top: 26px; display: flex; justify-content: center; align-items: center; gap: 22px; }
.hero-play-btn { width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(255,255,255,.45); background: rgba(255,255,255,.08); backdrop-filter: blur(4px); display: flex; align-items: center; justify-content: center; transition: border-color .25s, color .25s, background .25s, transform .25s; }
.hero-play-btn:hover { border-color: #FF6B84; color: #FF6B84; background: rgba(255,255,255,.9); transform: translateY(-2px); }
.hero-play-btn:hover svg * { fill: #FF6B84; }
.hero-dots { display: flex; align-items: center; gap: 9px; }
.hero-dot { width: 10px; height: 10px; border-radius: 5px; border: none; padding: 0; background: rgba(255,255,255,.4); transition: width 350ms, background 350ms; }
.hero-dot.active { width: 34px; background: #FF6B84; }
.hero-counter { color: rgba(255,255,255,.85); font-size: 13px; font-weight: 400; letter-spacing: .06em; display: flex; gap: 8px; text-shadow: 0 1px 10px rgba(0,0,0,.4); }
.hero-counter .dim { color: rgba(255,255,255,.5); }
.hero-counter .dim2 { color: rgba(255,255,255,.65); }
.hero-scroll { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 5px; color: rgba(255,255,255,.85); text-shadow: 0 1px 10px rgba(0,0,0,.4); background: transparent; border: none; padding: 7px 14px; transition: color .25s, transform .25s; }
.hero-scroll:hover { color: #fff; transform: translateX(-50%) translateY(3px); }
.hero-scroll span { font-size: 10px; letter-spacing: .32em; text-indent: .32em; }
.hero-scroll svg { animation: scrollFloat 1.8s ease-in-out infinite; }

/* ===== Content sections (generic) ===== */
.content-wrap { position: relative; z-index: 5; background: #fff; }
#header-sentinel { position: relative; z-index: 6; height: 1px; }
#convention, #form, #benefits, #halls, #map { scroll-margin-top: 70px; }
.section { background: #fff; }
.section.bg-tint { background: #FFF5F3; }
.section.bg-gray { background: #f7f7f8; }
.section.bg-dark { background: #191919; color: #fff; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.img-rounded { border-radius: 12px; overflow: hidden; background: #f2f2f2; }
.img-rounded img { width: 100%; height: 100%; object-fit: cover; }
.img-rounded.ratio-4-3 { aspect-ratio: 4/3; border-radius: 16px; }
.img-rounded.ratio-3-4 { aspect-ratio: 3/4; }
.img-rounded.ratio-2-3 { aspect-ratio: 2/3; }
.parallax-img { will-change: transform; }
.stat-row { display: flex; gap: 44px; margin-top: 24px; flex-wrap: wrap; }
#convention .stat-row { margin-top: 44px; }
.stat { position: relative; display: flex; flex-direction: column; gap: 10px; padding-left: 18px; }
.stat::before { content: ''; position: absolute; left: 0; top: 20%; width: 2px; height: 60%; background: #FF6B84; }
.stat-row .stat:first-child { padding-left: 0; }
.stat-row .stat:first-child::before { display: none; }
.stat-num { font-size: 40px; font-weight: 700; letter-spacing: -1.5px; line-height: 1; }
.stat-date { display: inline-block; color: #FF3C61; text-shadow: 0 3px 14px rgba(255,60,97,.18); animation: dateFloat 2.2s ease-in-out infinite; }
.stat-label { font-size: 15px; color: #888; }
.convention-image-zoom { width: 100%; height: 100%; transition: transform .55s cubic-bezier(.22,.8,.25,1); }
.convention-image:hover .convention-image-zoom { transform: scale(1.045); }

/* invite form */
#form { position: relative; overflow: hidden; }
#form .section-inner { position: relative; z-index: 1; }
.invite-glow { position: absolute; inset: 0; background: radial-gradient(90% 120% at 50% 0%, rgba(255,255,255,.5), transparent 60%); pointer-events: none; }
.invite-ring { position: absolute; z-index: 0; border-radius: 50%; pointer-events: none; }
.invite-ring-one { top: 50%; left: 97%; width: min(70vw,620px); height: min(70vw,620px); border: 1px solid rgba(255,107,132,.34); animation: pulseRing 2.6s ease-in-out infinite; }
.invite-ring-two { top: 30%; left: 88%; width: min(48vw,420px); height: min(48vw,420px); border: 1px solid rgba(255,107,132,.22); animation: pulseRingTwo 3.4s ease-in-out infinite; }
.form-cols { display: grid; grid-template-columns: 1fr 560px; gap: 80px; align-items: center; }
.invite-panel { min-width: 0; }
.form-lede { margin: 14px 0 0; color: #191919; font-size: 19px; font-weight: 600; letter-spacing: -1px; line-height: 1.5; }
.feature-list { margin-top: 24px; display: flex; flex-direction: column; }
.feature-divider { height: 1px; background: #f0dfdb; }
.feature-row { display: flex; gap: 22px; padding: 24px 0; align-items: center; }
.feature-no { font-size: 20px; font-weight: 700; color: #FF6B84; min-width: 34px; }
.feature-image { flex: 0 0 82px; width: 82px; height: 82px; overflow: hidden; border-radius: 12px; background: #f4eae8; box-shadow: 0 8px 20px rgba(145,81,94,.12); }
.feature-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.feature-row:hover .feature-image img { transform: scale(1.06); }
.feature-text { display: flex; flex-direction: column; gap: 7px; }
.feature-title { font-size: 20px; font-weight: 700; letter-spacing: -0.5px; }
.feature-sub { font-size: 16px; color: #8a8380; }
.notice-line { margin: 14px 0 0; font-size: 15px; font-weight: 600; color: #FF6B84; display: flex; align-items: center; gap: 8px; }
.invite-card { background: #fff; border-radius: 20px; padding: 44px; display: flex; flex-direction: column; gap: 18px; box-shadow: 0 20px 52px rgba(167,68,90,.16); }
.field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; }
.field span { font-size: 13px; font-weight: 600; }
.field input, .field select { border: 1px solid #e0e0e0; border-radius: 10px; padding: 13px 14px; font-size: 15px; background: #fff; }
.field input:focus, .field select:focus { outline-color: #FF6B84; }
.toggle-row { display: flex; gap: 8px; }
.toggle-btn { flex: 1; padding: 13px; border-radius: 10px; font-size: 15px; font-weight: 500; border: 1px solid #e0e0e0; background: #fff; color: #666; transition: border-color .25s, background .25s, color .25s, transform .25s; }
.toggle-btn:hover { border-color: #FF6B84; background: #FFF5F3; color: #191919; transform: translateY(-2px); }
.toggle-btn.active { border-color: #FF6B84; background: #fff2f4; color: #191919; }
.agree-row { display: flex; align-items: center; gap: 10px; margin: 4px 0 8px; font-size: 13px; color: #666; }
.agree-row input { width: 18px; height: 18px; accent-color: #FF6B84; }
.privacy-trigger { padding: 0; border: 0; background: transparent; color: #666; font-size: 13px; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.privacy-trigger:hover { color: #FF3C61; }
.form-error { margin: 0 0 10px; padding: 11px 13px; border-radius: 10px; background: #fff2f4; color: #a92742; font-size: 13px; line-height: 1.5; }
.btn-submit { width: 100%; background: #FF6B84; border: none; color: #fff; font-size: 16px; font-weight: 600; padding: 17px; border-radius: 12px; box-shadow: 0 10px 28px rgba(255,107,132,.28); transition: transform .25s, background .25s, box-shadow .25s; }
.btn-submit:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(255,82,113,.44); }
.success-card { text-align: center; align-items: center; padding: 72px 44px; }
.success-title { font-size: 22px; font-weight: 700; }
.success-sub { font-size: 15px; color: #666; line-height: 1.6; }

/* privacy bottom sheet */
body.modal-open { overflow: hidden; }
.privacy-modal { position: fixed; inset: 0; z-index: 200; display: flex; align-items: flex-end; justify-content: center; }
.privacy-backdrop { position: absolute; inset: 0; border: 0; background: rgba(25,25,25,.42); backdrop-filter: blur(2px); }
.privacy-sheet { position: relative; z-index: 1; width: min(100%, 640px); padding: 12px 28px 28px; border-radius: 24px 24px 0 0; background: #fff; box-shadow: 0 -18px 52px rgba(25,25,25,.18); animation: privacySheetIn .32s cubic-bezier(.22,.8,.25,1); }
.privacy-handle { width: 42px; height: 4px; margin: 0 auto 20px; border-radius: 99px; background: #dedede; }
.privacy-sheet-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.privacy-sheet-head h2 { font-size: 21px; font-weight: 700; letter-spacing: -1px; }
.privacy-close { width: 36px; height: 36px; border: 0; border-radius: 50%; background: #f5f5f5; color: #191919; font-size: 28px; font-weight: 300; line-height: 1; }
.privacy-sheet-body { display: grid; gap: 14px; margin: 24px 0; }
.privacy-sheet-body p { margin: 0; color: #666; font-size: 14px; line-height: 1.65; }
.privacy-sheet-body strong { display: block; margin-bottom: 3px; color: #191919; font-size: 14px; }
.privacy-sheet-body .privacy-note { padding: 14px; border-radius: 10px; background: #FFF5F3; color: #80515a; }
.privacy-confirm { width: 100%; border: 0; border-radius: 12px; padding: 16px; background: #FF6B84; color: #fff; font-size: 16px; font-weight: 600; }
@keyframes privacySheetIn { from { transform: translateY(100%); } to { transform: translateY(0); } }

/* reasons grid */
.reasons-wrap { position: relative; }
.reasons-track {
  width: min(100% - 80px, 1300px); margin: 0 auto; display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px;
}
.reason-card { position: relative; min-width: 0; border-radius: 16px; overflow: hidden; aspect-ratio: 2/3; box-shadow: 0 18px 50px rgba(38,36,43,.14); transition: transform .35s ease, box-shadow .35s ease; }
.reason-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.22,.8,.25,1); }
.reason-card:hover { transform: translateY(-5px); box-shadow: 0 26px 58px rgba(38,36,43,.24); }
.reason-card:hover img { transform: scale(1.055); }
.reason-gradient { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,15,17,0) 45%, rgba(20,15,17,.82) 100%); }
.reason-no { position: absolute; left: 0; right: 0; top: 20px; padding: 0 20px; font-family: 'Marcellus','Pretendard Variable',Pretendard,sans-serif; font-size: 40px; font-weight: 700; color: #FFB3C2; }
.reason-text { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px 20px; display: flex; flex-direction: column; gap: 8px; }
.reason-title { font-size: 23px; font-weight: 700; letter-spacing: -0.5px; line-height: 1.35; color: #fff; }
.reason-desc { font-size: 15px; color: rgba(255,255,255,.8); line-height: 1.6; }
.round-arrow { width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(0,0,0,.15); background: none; display: flex; align-items: center; justify-content: center; transition: border-color .25s, background .25s, transform .25s; }
.round-arrow:hover { border-color: #FF6B84; background: #FFF5F3; transform: translateY(-2px); }

/* badges + lede rows */
.lede-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; }
.badge-row { display: flex; flex-wrap: wrap; gap: 10px; }
.badge { border: 1px solid #FF6B84; background: rgba(255,107,132,.08); color: #E64B66; font-size: 14px; font-weight: 600; padding: 9px 18px; border-radius: 20px; display: inline-flex; align-items: center; gap: 8px; cursor: pointer; transition: background .25s, border-color .25s, color .25s, box-shadow .25s, transform .25s; }
.badge:hover { border-color: #FF6B84; background: rgba(255,107,132,.16); color: #D93A59; box-shadow: 0 8px 22px rgba(255,107,132,.18); transform: translateY(-2px); }
.badge.on-dark { background: rgba(255,107,132,.12); color: #FFB3C2; }
.badge.on-dark:hover { border-color: rgba(255,255,255,.9); background: rgba(255,255,255,.2); color: #fff; box-shadow: 0 8px 22px rgba(0,0,0,.2); transform: translateY(-2px); }

/* wedding hall grid */
.grid-halls { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px 24px; }
.hall-card { position: relative; aspect-ratio: 3/2; border-radius: 12px; overflow: hidden; background: #242424; cursor: zoom-in; transition: transform .35s ease, box-shadow .35s ease; }
.hall-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.22,.8,.25,1), filter .35s ease; }
.hall-card::before { content: ''; position: absolute; inset: 0; z-index: 3; padding: 1.5px; border-radius: inherit; background: conic-gradient(from var(--hall-border-angle), rgba(255,255,255,.2) 0 18%, rgba(255,255,255,.98) 28%, rgba(255,255,255,.42) 40%, rgba(255,255,255,.2) 54% 72%, rgba(255,255,255,.9) 84%, rgba(255,255,255,.2) 100%); opacity: 0; pointer-events: none; filter: drop-shadow(0 0 4px rgba(255,255,255,.7)); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; }
.hall-card:hover { transform: translateY(-5px); box-shadow: 0 22px 46px rgba(0,0,0,.32), inset 0 0 0 1px rgba(255,255,255,.38); }
.hall-card:hover img { transform: scale(1.055); filter: brightness(1.12); }
.hall-card:hover::before { opacity: 1; animation: hallBorderTravel 2.6s linear infinite; }
.hall-gradient { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,15,17,0) 55%, rgba(20,15,17,.82) 100%); }
.hall-text { position: absolute; left: 0; right: 0; bottom: 0; padding: 18px 20px; display: flex; flex-direction: column; gap: 4px; }
.hall-name { font-size: 23px; font-weight: 700; letter-spacing: -0.3px; color: #fff; }
.hall-benefit { font-size: 16px; font-weight: 600; color: #FFB3C2; line-height: 1.5; }

/* wedding hall lightbox */
.hall-lightbox { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; background: rgba(8,7,10,.9); backdrop-filter: blur(7px); animation: hallLightboxIn .28s ease-out; }
.hall-lightbox.is-closing { animation: hallLightboxOut .25s ease-in forwards; }
.hall-lightbox-content { position: relative; width: min(calc(100% - 160px), 1180px); pointer-events: none; text-align: center; }
.hall-lightbox-content img { display: block; width: 100%; max-height: calc(100dvh - 190px); border-radius: 16px; object-fit: contain; }
.hall-lightbox-count { position: absolute; top: 14px; right: 14px; z-index: 1; padding: 7px 10px; border-radius: 999px; background: rgba(25,25,25,.58); color: #fff; font-size: 13px; letter-spacing: .08em; backdrop-filter: blur(6px); }
.hall-lightbox-info { margin-top: 16px; color: #fff; }
.hall-lightbox-info h3 { margin: 6px 0 4px; color: #fff; font-size: 24px; font-weight: 700; }
.hall-lightbox-info p { margin: 0; color: #FFB3C2; font-size: 15px; }
.hall-lightbox-close, .hall-lightbox-nav { position: fixed; z-index: 1; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.4); color: #fff; background: rgba(255,255,255,.1); backdrop-filter: blur(8px); transition: background .25s, border-color .25s, transform .25s; }
.hall-lightbox-close { top: 22px; right: 24px; width: 44px; height: 44px; border-radius: 50%; }
.hall-lightbox-nav { top: 50%; width: 54px; height: 54px; border-radius: 50%; transform: translateY(-50%); }
.hall-lightbox-prev { left: 24px; }
.hall-lightbox-next { right: 24px; }
.hall-lightbox-close:hover, .hall-lightbox-nav:hover { border-color: #fff; background: rgba(255,107,132,.78); }
.hall-lightbox-nav:hover { transform: translateY(-50%) scale(1.06); }
.hall-cursor-label { position: fixed; z-index: 250; padding: 7px 10px; border-radius: 999px; background: rgba(25,25,25,.84); color: #fff; font-size: 11px; font-weight: 600; letter-spacing: -.2px; pointer-events: none; transform: translate(14px, 14px); box-shadow: 0 5px 16px rgba(0,0,0,.18); }

/* dress / suit grid */
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.dress-section { position: relative; isolation: isolate; overflow: hidden; background: #fff; }
.dress-section::before,
.dress-section::after { content: ''; position: absolute; z-index: 0; pointer-events: none; border-radius: 50%; opacity: 0; will-change: transform, opacity; transition: opacity .8s ease; }
.dress-section::before { width: min(68vw, 1060px); height: min(68vw, 1060px); top: 10%; left: -34%; background: radial-gradient(circle, rgba(255,83,126,.29) 0%, rgba(255,126,157,.17) 35%, rgba(255,190,207,.05) 59%, transparent 72%); filter: blur(10px); animation: dressGlowDriftOne 17.3s cubic-bezier(.45,.05,.55,.95) infinite; }
.dress-section::after { width: min(59vw, 900px); height: min(59vw, 900px); top: 34%; left: -24%; background: radial-gradient(circle, rgba(255,92,133,.26) 0%, rgba(255,147,175,.15) 39%, rgba(255,209,222,.05) 61%, transparent 74%); filter: blur(14px); animation: dressGlowDriftTwo 22.7s cubic-bezier(.45,.05,.55,.95) infinite; }
.dress-section > .section-inner { position: relative; z-index: 1; }
.dress-ring { position: absolute; z-index: 0; border: 1px solid rgba(255,107,132,.28); border-radius: 50%; pointer-events: none; opacity: 0; transition: opacity .8s ease; }
.dress-ring-one { top: auto; bottom: -28%; left: -7%; width: min(54vw, 530px); height: min(54vw, 530px); animation: pulseRing 3.2s ease-in-out infinite; }
.dress-ring-two { top: auto; bottom: -21%; left: 1%; width: min(49vw, 480px); height: min(49vw, 480px); border-color: rgba(255,107,132,.2); animation: pulseRingTwo 4.1s ease-in-out infinite; }
.dress-section.ambient-active::before,
.dress-section.ambient-active::after,
.dress-section.ambient-active .dress-ring { position: fixed; }
.dress-section.ambient-active::before { opacity: .72; }
.dress-section.ambient-active::after { opacity: .64; }
.dress-section.ambient-active .dress-ring-one { opacity: .88; }
.dress-section.ambient-active .dress-ring-two { opacity: .72; }
.dress-section.ambient-active.ambient-fading::before,
.dress-section.ambient-active.ambient-fading::after,
.dress-section.ambient-active.ambient-fading .dress-ring { opacity: 0; }
@keyframes dressGlowDriftOne { 0%,100% { transform: translate3d(0,0,0) scale(.74); } 17% { transform: translate3d(22vw,5vh,0) scale(1.18); } 41% { transform: translate3d(7vw,32vh,0) scale(.9); } 66% { transform: translate3d(31vw,16vh,0) scale(1.1); } 84% { transform: translate3d(12vw,39vh,0) scale(.84); } }
@keyframes dressGlowDriftTwo { 0%,100% { transform: translate3d(0,0,0) scale(.78); } 21% { transform: translate3d(-24vw,-9vh,0) scale(1.15); } 46% { transform: translate3d(-6vw,-30vh,0) scale(.86); } 69% { transform: translate3d(-28vw,-16vh,0) scale(1.09); } 87% { transform: translate3d(-11vw,-40vh,0) scale(.82); } }
.dress-heading { display: flex; flex-direction: column; align-items: center; text-align: center; }
.dress-underlined { position: relative; z-index: 0; display: inline-block; }
.reason-underlined, .hall-underlined, .studio-underlined, .hanbok-underlined, .jewelry-underlined, .suit-underlined { position: relative; z-index: 0; display: inline-block; }
.dress-underlined::after,
.reason-underlined::after,
.hall-underlined::after,
.studio-underlined::after,
.hanbok-underlined::after,
.jewelry-underlined::after,
.suit-underlined::after { content: ''; position: absolute; z-index: -1; left: -3%; right: -4%; bottom: .08em; height: .14em; border-radius: 80% 54% 75% 80% / 70% 86% 78% 82%; background: #FFB3C2; }
.dress-underlined::after { transform: rotate(-1.3deg); }
.reason-underlined::after { transform: rotate(1.4deg); }
.hall-underlined::after { transform: rotate(-.8deg); }
.studio-underlined::after { transform: rotate(1deg); }
.hanbok-underlined::after { transform: rotate(1deg); }
.jewelry-underlined::after { transform: rotate(-1deg); }
.suit-underlined::after { transform: rotate(.8deg); }
.suit-section .reveal.mb-lg { display: flex; flex-direction: column; align-items: center; text-align: center; }
.suit-section .eyebrow { color: #FF6B84; }
.suit-section .sec-title, .suit-section .lede-2 { color: #191919; }
.suit-section .suit-underlined::after { background: #FFB3C2; }
.jewelry-title { font-family: 'Pretendard Variable', Pretendard, sans-serif; }
.dress-lede { flex-direction: column; align-items: center; justify-content: center; gap: 18px; margin-bottom: 0; }
.dress-lede .lede-2 { text-align: center; }
.dress-lede .badge-row { justify-content: center; }
.dress-stack { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.dress-stack-stage { display: contents; }
.dress-stack-card { position: relative; overflow: hidden; aspect-ratio: 2/3; border-radius: 12px; background: #f2f2f2; }
.dress-stack-card img { width: 100%; height: 100%; object-fit: cover; }
.dress-stack.is-enhanced { --dress-card-height: min(76dvh, 900px); --dress-card-width: calc(var(--dress-card-height) * 2 / 3); display: block; width: 100vw; height: 100dvh; margin: 22px 0 0 calc((100% - 100vw) / 2); overflow: hidden; }
.dress-stack.is-enhanced .dress-stack-stage { display: flex; align-items: center; gap: 22px; width: max-content; height: 100%; padding: 0 calc(50vw - var(--dress-card-width) / 2); }
.dress-stack.is-enhanced .dress-stack-card { flex: 0 0 var(--dress-card-width); width: var(--dress-card-width); height: var(--dress-card-height); aspect-ratio: 2/3; box-shadow: 0 26px 58px rgba(176,60,90,.22); }
html.legacy-dress-fallback .dress-section::before,
html.legacy-dress-fallback .dress-section::after,
html.legacy-dress-fallback .dress-ring { display: none; }
html.legacy-dress-fallback .dress-stack { display: flex; flex-wrap: wrap; gap: 14px; }
html.legacy-dress-fallback .dress-stack-card { flex: 0 0 calc(33.333% - 10px); width: calc(33.333% - 10px); height: 520px; }

/* studio rows */
.studio-section {
  position: relative;
  background-color: #FFF5F3 !important;
  background-image:
    linear-gradient(rgba(255, 145, 168, .13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 145, 168, .13) 1px, transparent 1px);
  background-size: 76px 76px;
}
.studio-list { display: flex; flex-direction: column; gap: 24px; }
.studio-row { display: grid; grid-template-columns: 1fr repeat(3,2fr); gap: 16px; align-items: center; }
.studio-label { display: flex; flex-direction: column; gap: 6px; }
.studio-no { font-size: 13px; font-weight: 600; color: #FF6B84; }
.studio-name { font-size: 23px; font-weight: 700; letter-spacing: -0.3px; }
.studio-image { position: relative; overflow: hidden; cursor: zoom-in; transition: transform .35s ease, box-shadow .35s ease; }
.studio-image img { transition: transform .55s cubic-bezier(.22,.8,.25,1), filter .35s ease; }
.studio-image:hover img { transform: scale(1.055); filter: brightness(1.1); }
.studio-list.is-stacked { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 210px; column-gap: 24px; row-gap: 64px; padding: 30px 0 64px; }
.studio-list.is-stacked .studio-row { position: relative; top: auto; grid-column: 1; grid-template-columns: repeat(3, minmax(0, 1fr)); justify-content: stretch; min-height: 0; padding: 88px 22px 22px; border-radius: 16px; background: #fff7f6; box-shadow: 0 18px 42px rgba(122,65,78,.1); transition: box-shadow .25s ease; }
.studio-list.is-stacked .studio-row.is-current { box-shadow: 0 22px 48px rgba(122,65,78,.14); }
.studio-list.is-stacked .studio-image { width: 100%; height: auto; aspect-ratio: 2 / 3; }
.studio-list.is-stacked .studio-label { position: absolute; top: 24px; left: 28px; flex-direction: row; align-items: baseline; gap: 10px; padding: 0; }
.studio-list.is-stacked .studio-no { font-size: 13px; }
.studio-list.is-stacked .studio-name { font-size: 30px; }
.studio-nav { grid-column: 2; align-self: start; height: auto; height: max-content; position: sticky; top: 98px; top: max(98px, calc(20dvh - 210px)); display: flex; flex-direction: column; gap: 7px; padding: 12px 0; }
.studio-nav button { width: 100%; border: 0; border-left: 2px solid transparent; padding: 12px 10px 12px 16px; background: transparent; color: #9a9292; text-align: left; font-family: inherit; font-size: 16px; font-weight: 600; letter-spacing: -.35px; cursor: pointer; transition: color .25s, border-color .25s, background .25s, transform .25s; }
.studio-nav button:hover { color: #E64B66; transform: translateX(3px); }
.studio-nav button.is-active { border-left-color: #FF6B84; background: rgba(255,107,132,.09); color: #E64B66; }

/* Older browsers: preserve the image ratio and leave navigation in normal flow. */
@supports not (aspect-ratio: 2 / 3) {
  .img-rounded.ratio-2-3 { position: relative; height: 0; padding-top: 150%; }
  .img-rounded.ratio-2-3 img { position: absolute; inset: 0; }
}
@supports not (position: sticky) {
  .studio-nav { position: static; }
}

/* benefit cards (hanbok / jewelry) */
.grid-4-cards { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.grid-4-cards.img-gap { gap: 12px; }
.grid-3-benefit { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.benefit-card { border: 1px solid #ececec; border-radius: 16px; padding: 28px 22px; display: flex; flex-direction: column; gap: 28px; }
.benefit-card.on-white { background: #fff; gap: 20px; }
.benefit-no { font-family: 'Marcellus','Pretendard Variable',Pretendard,sans-serif; font-size: 30px; font-weight: 700; color: #FFB3C2; }
.benefit-title { font-size: 23px; font-weight: 700; letter-spacing: -0.5px; }
.benefit-desc { font-size: 16px; color: #777; line-height: 1.6; }
.hanbok-showcase { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr); gap: 32px; align-items: center; }
.hanbok-left { min-width: 0; }
.hanbok-benefits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.hanbok-benefit { gap: 0; background: #fff; }
.hanbok-benefit .benefit-title { margin-top: 40px; }
.hanbok-benefit .benefit-desc { margin-top: 10px; }
.grid-3-benefit .benefit-card { gap: 0; }
.grid-3-benefit .benefit-title { margin-top: 40px; }
.grid-3-benefit .benefit-desc { margin-top: 10px; }
.hanbok-benefit, .grid-3-benefit .benefit-card { position: relative; isolation: isolate; overflow: hidden; border: 0; cursor: pointer; transition: box-shadow .3s ease, transform .3s ease; }
.hanbok-benefit { border: 1px solid #eadfdf; }
.hanbok-benefit:hover, .grid-3-benefit .benefit-card:hover { box-shadow: 0 18px 34px rgba(190,81,108,.16); transform: translateY(-3px); }
.hanbok-slider { position: relative; min-width: 0; aspect-ratio: 2 / 3; overflow: hidden; border-radius: 16px; background: #f5eeee; box-shadow: 0 18px 40px rgba(122,65,78,.12); }
.hanbok-slider-track { display: flex; height: 100%; transition: transform .6s cubic-bezier(.22,.8,.25,1); }
.hanbok-slide { flex: 0 0 100%; min-width: 0; }
.hanbok-slide img { width: 100%; height: 100%; min-height: 100%; object-fit: cover; }
.hanbok-slider-arrow { position: absolute; top: 50%; z-index: 2; width: 42px; height: 42px; border: 0; border-radius: 50%; background: rgba(255,255,255,.9); color: #191919; font-size: 23px; line-height: 1; box-shadow: 0 6px 18px rgba(25,25,25,.13); opacity: 0; pointer-events: none; transform: translateY(-50%) scale(.92); transition: background .2s ease, transform .25s ease, opacity .25s ease; }
.hanbok-slider:hover .hanbok-slider-arrow, .hanbok-slider:focus-within .hanbok-slider-arrow { opacity: 1; pointer-events: auto; transform: translateY(-50%) scale(1); }
.hanbok-slider-arrow:hover { background: #fff; transform: translateY(-50%) scale(1.06); }
.hanbok-slider-prev { left: 16px; }
.hanbok-slider-next { right: 16px; }
.hanbok-slider-dots { position: absolute; z-index: 2; left: 50%; bottom: 16px; display: flex; gap: 7px; transform: translateX(-50%); }
.hanbok-slider-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 99px; background: rgba(255,255,255,.56); transition: width .25s ease, background .25s ease; }
.hanbok-slider-dots button.is-active { width: 24px; background: #fff; }

/* map */
.location-section { position: relative; overflow: hidden; background: #FF6B84; color: #fff; }
.location-section .section-inner { position: relative; z-index: 1; }
.cta__glow { position: absolute; inset: 0; background: radial-gradient(90% 120% at 50% 0%, rgba(255,255,255,.22), transparent 60%); }
.cta__ring { position: absolute; border-radius: 50%; pointer-events: none; }
.cta__ring--1 { top: 50%; left: 97%; width: min(70vw,620px); height: min(70vw,620px); border: 1px solid rgba(255,255,255,.34); animation: pulseRing 2.6s ease-in-out infinite; }
.cta__ring--2 { top: 30%; left: 88%; width: min(48vw,420px); height: min(48vw,420px); border: 1px solid rgba(255,255,255,.22); animation: pulseRing2 3.4s ease-in-out infinite; }
.location-section .eyebrow { color: rgba(255,255,255,.76); }
.location-section .sec-title, .location-section .lede-2 { color: #fff; }
.map-header-row { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 24px; }
.map-cta { flex-shrink: 0; border: 1.5px solid rgba(255,255,255,.76); color: #fff; font-size: 18px; font-weight: 700; padding: 18px 36px; border-radius: 30px; background: transparent; transition: background .25s, color .25s, transform .25s, box-shadow .25s; }
.map-cta:hover { background: #fff; color: #E64B66; transform: translateY(-3px); box-shadow: 0 14px 32px rgba(113,25,47,.2); }

/* footer CTA — scroll-expanded image mask */
.final-ticket { position: relative; height: 205vh; background: #fff; }
.final-ticket-sticky { position: sticky; top: 0; height: 100vh; height: 100dvh; overflow: hidden; background: #191919; }
.final-ticket-background-label { position: absolute; top: 50%; left: 50%; z-index: 0; width: max-content; color: #e7e2e0; opacity: .58; font-family: 'Marcellus', serif; font-size: clamp(42px, 7.5vw, 142px); letter-spacing: .035em; line-height: 1; white-space: nowrap; transform: translate(-50%, -50%); pointer-events: none; }
.final-ticket-visual { position: absolute; z-index: 1; inset: 0; overflow: hidden; clip-path: inset(0 round 0); -webkit-clip-path: inset(0 round 0); will-change: clip-path; }
.final-ticket-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.04); will-change: transform; }
.final-ticket-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12,8,10,.12) 0%, rgba(12,8,10,.22) 44%, rgba(12,8,10,.66) 100%); }
.final-ticket-content { position: absolute; inset: 0; z-index: 2; color: #fff; text-align: center; }
.final-ticket-head { position: absolute; top: clamp(120px, 22vh, 250px); left: 24px; right: 24px; }
.final-ticket-eyebrow { margin: 0 0 12px; font-size: 12px; font-weight: 600; letter-spacing: .18em; opacity: .84; }
.final-ticket-content h2 { margin: 0; font-size: clamp(68px, 11.5vw, 184px); font-weight: 700; line-height: .98; letter-spacing: -.075em; text-shadow: 0 3px 24px rgba(0,0,0,.18); }
.final-ticket-button { position: absolute; bottom: clamp(42px, 8vh, 100px); left: 50%; width: min(460px, calc(100% - 40px)); display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 22px 30px 22px 36px; border: 1px solid rgba(255,255,255,.78); border-radius: 999px; background: rgba(255,255,255,.08); color: #fff; font: inherit; font-size: 21px; font-weight: 700; cursor: pointer; transform: translateX(-50%); transition: background .25s ease, color .25s ease, transform .25s ease; white-space: nowrap; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.final-ticket-button span { font-size: 20px; line-height: .8; }
.final-ticket-button:hover { background: #fff; color: #191919; transform: translate(-50%, -3px); }
.final-ticket-button:active { transform: translate(-50%, -1px); }
.final-ticket.is-enhanced .final-ticket-sticky { background: #fff; }
.final-ticket.is-enhanced .final-ticket-visual { inset: auto; top: 50%; left: 50%; width: clamp(176px, 19vw, 280px); height: min(62vh, 660px); border-radius: 24px; transform: translate(-50%, -50%); clip-path: none; -webkit-clip-path: none; will-change: width, height, top, left, transform, border-radius; }
.final-ticket.is-enhanced .final-ticket-head, .final-ticket.is-enhanced .final-ticket-button { opacity: 0; will-change: opacity, transform; }
.map-img { border-radius: 16px; overflow: hidden; border: 1px solid #ececec; max-height: 520px; }
.map-img img { width: 100%; display: block; object-fit: cover; object-position: bottom; max-height: 520px; }
.map-frame { display: block; width: 100%; height: min(52vw, 520px); min-height: 360px; border: 0; }

/* footer */
.footer { background: #191919; color: #999; }
.footer-inner { max-width: 1380px; margin: 0 auto; padding: 56px 40px 100px; display: flex; flex-direction: column; gap: 16px; }
.footer-title { font-size: 16px; font-weight: 600; color: #fff; }
.footer-info { font-size: 13px; line-height: 1.9; }
.footer-info a { color: #bbb; }
.footer-info a:hover { color: #FFB3C2; }
.footer-company { margin: 0; }
.footer-company summary { display: none; width: max-content; color: #bcb7bd; font-size: 13px; cursor: default; list-style: none; }
.footer-company summary::-webkit-details-marker { display: none; }
.footer-company summary::after { display: none; }
.footer-company .footer-info { margin-top: 12px; }
.footer-copy { font-size: 12px; color: #666; }
.footer-bottom-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 4px; }
.footer-legal, .footer-copy-wrap { display: flex; align-items: center; gap: 14px; }
.footer-legal a { color: #bcb7bd; font-size: 12px; text-decoration: none; transition: color .2s ease; }
.footer-legal a:hover { color: #FFB3C2; }
.footer-admin { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #8d878f; transition: border-color .2s ease, color .2s ease; }
.footer-admin:hover { border-color: #FFB3C2; color: #FFB3C2; }

/* quick menu / mobile bar */
.quick-menu { position: fixed; right: 20px; bottom: 32px; z-index: 90; flex-direction: column; gap: 8px; }
.modal-open .quick-menu, .modal-open .mobile-bottom-bar { opacity: 0; visibility: hidden; pointer-events: none; }
.quick-btn { width: 72px; height: 72px; border-radius: 50%; border: 1px solid #e0e0e0; background: #fff; color: #191919; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; transition: border-color .25s, background .25s, transform .25s, box-shadow .25s; }
.quick-btn:hover { border-color: #FF6B84; background: #FFF5F3; transform: translateY(-3px); box-shadow: 0 12px 28px rgba(38,36,43,.14); }
.quick-btn span { font-size: 10px; font-weight: 600; }
.quick-btn.primary { border: none; background: #FF6B84; color: #fff; box-shadow: 0 6px 20px rgba(255,107,132,.4); }
.quick-btn.primary:hover { box-shadow: 0 12px 30px rgba(255,82,113,.48); }
.quick-btn.primary { position: relative; isolation: isolate; overflow: hidden; animation: quickTicketPulse 2.8s ease-in-out infinite; }
.quick-btn.primary::before { content: ''; position: absolute; inset: -18%; z-index: 0; border-radius: inherit; background: radial-gradient(circle at 30% 24%, rgba(255,255,255,.62) 0 2px, transparent 3px), radial-gradient(circle at 72% 68%, rgba(255,255,255,.38) 0 1.5px, transparent 3px), radial-gradient(circle at 52% 36%, rgba(255,255,255,.26) 0 1px, transparent 2px); animation: quickSparkleDrift 3.6s linear infinite; pointer-events: none; }
.quick-btn.primary::after { content: ''; position: absolute; top: -35%; left: -55%; z-index: 0; width: 26%; height: 170%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.62), transparent); transform: rotate(24deg) translateX(-180%); animation: quickTicketShine 3.2s ease-in-out infinite; pointer-events: none; }
.quick-btn.primary svg, .quick-btn.primary span { position: relative; z-index: 1; }
.mobile-bottom-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; box-shadow: 0 -4px 20px rgba(0,0,0,.1); display: none; }
.mobile-bottom-bar button { position: relative; isolation: isolate; flex: 1; display: flex; align-items: center; justify-content: center; gap: 7px; border: none; background: #FF6B84; color: #fff; font-size: 15px; font-weight: 600; padding: 17px; overflow: hidden; }
.mobile-bottom-bar button svg, .mobile-bottom-bar button span { position: relative; z-index: 1; flex: 0 0 auto; }
.mobile-bottom-bar button.dark { background: #191919; }
.mobile-bottom-bar button:hover { background-position: 0 50%; }
.mobile-bottom-bar button.dark:hover { background: #343239; }
.mobile-bottom-bar .mobile-ticket-btn { animation: quickTicketPulse 2.8s ease-in-out infinite; }
.mobile-bottom-bar .mobile-ticket-btn::before { content: ''; position: absolute; inset: -18%; z-index: 0; border-radius: inherit; background: radial-gradient(circle at 30% 24%, rgba(255,255,255,.62) 0 2px, transparent 3px), radial-gradient(circle at 72% 68%, rgba(255,255,255,.38) 0 1.5px, transparent 3px), radial-gradient(circle at 52% 36%, rgba(255,255,255,.26) 0 1px, transparent 2px); animation: quickSparkleDrift 3.6s linear infinite; pointer-events: none; }
.mobile-bottom-bar .mobile-ticket-btn::after { content: ''; position: absolute; top: -35%; left: -55%; z-index: 0; width: 26%; height: 170%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.62), transparent); transform: rotate(24deg) translateX(-180%); animation: quickTicketShine 3.2s ease-in-out infinite; pointer-events: none; }

/* A brighter highlight moves across each primary-pink button instead of swapping colours abruptly. */
.btn-cta-small, .btn-hero-primary, .btn-submit, .quick-btn.primary, .mobile-bottom-bar button:not(.dark) {
  background-image: linear-gradient(110deg, #FF6B84 0%, #FF6B84 39%, #FF4770 52%, #FF9AAF 65%, #FF6B84 100%);
  background-size: 240% 100%;
  background-position: 100% 50%;
  transition: transform .25s, background-position .45s ease, box-shadow .25s, border-color .25s;
}
.btn-cta-small:hover, .btn-hero-primary:hover, .btn-submit:hover, .quick-btn.primary:hover { background-position: 0 50%; }

/* scroll reveal (JS toggles .in-view) */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .42s ease-out, transform .42s ease-out; }
.reveal.in-view { opacity: 1; transform: translateY(0); }

/* decorative header icon animation */
@keyframes ringL { 0%,100% { transform: translateX(0); } 50% { transform: translateX(1.6px); } }
@keyframes ringR { 0%,100% { transform: translateX(0); } 50% { transform: translateX(-1.6px); } }
@keyframes sparkle { 0%,100% { opacity: .35; transform: translateY(0) scale(.9); } 50% { opacity: 1; transform: translateY(-1px) scale(1.15); } }
@keyframes pulseRing { 0%,100% { transform: translate(-50%,-50%) scale(1); } 50% { transform: translate(-50%,-50%) scale(1.085); } }
@keyframes pulseRing2 { 0%,100% { transform: translate(-50%,-50%) scale(1.03); } 50% { transform: translate(-50%,-50%) scale(.94); } }
@keyframes pulseRingTwo { 0%,100% { transform: translate(-50%,-50%) scale(1.03); } 50% { transform: translate(-50%,-50%) scale(.94); } }
@keyframes dateFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
@keyframes hallLightboxIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes hallLightboxOut { from { opacity: 1; } to { opacity: 0; } }
@keyframes hallBorderTravel { to { --hall-border-angle: 360deg; } }
@keyframes weddingGradient { from { background-position: 100% 50%; } to { background-position: 0 50%; } }
@keyframes scrollFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(5px); } }
@keyframes quickTicketPulse { 0%,100% { box-shadow: 0 6px 20px rgba(255,107,132,.4), 0 0 0 0 rgba(255,107,132,.2); } 50% { box-shadow: 0 10px 28px rgba(255,82,113,.52), 0 0 0 9px rgba(255,107,132,0); } }
@keyframes quickSparkleDrift { from { transform: rotate(0deg) scale(1); } to { transform: rotate(360deg) scale(1.05); } }
@keyframes quickTicketShine { 0%,18% { transform: rotate(24deg) translateX(-180%); } 42%,100% { transform: rotate(24deg) translateX(650%); } }
.btn-cta-small:active, .btn-hero-primary:active, .btn-hero-secondary:active, .btn-submit:active, .toggle-btn:active, .round-arrow:active, .map-cta:active, .quick-btn:active { transform: translateY(0) scale(.98); }

/* ===== Responsive (mobile) ===== */
@media (max-width: 860px) {
  .pc-only { display: none !important; }
  .m-only { display: flex !important; }
  .m-line-break { display: block; }
  .desktop-separator { display: none; }
  .header-inner { padding: 0 12px !important; }
  .logo { gap: 5px !important; }
  .logo svg { width: 22px; height: 19px; flex: 0 0 auto; }
  .logo .brand-logo { width: 205px; height: auto; flex: 0 1 auto; }
  .logo-kr { font-size: 14px !important; white-space: nowrap; }
  .logo-en { font-size: 7px !important; letter-spacing: .6px !important; white-space: nowrap; }
  .header-actions { gap: 3px !important; }
  .header-actions .btn-cta-small { display: none; }
  .mobile-header-date { align-items: center; padding: 8px 11px; border-radius: 999px; background: #FF6B84; color: #fff; font-size: 12px; font-weight: 700; letter-spacing: -.04em; white-space: nowrap; box-shadow: 0 6px 16px rgba(255,107,132,.3); }
  .mobile-menu-top { width: calc(100% - 24px); }
  .mobile-menu-logo { gap: 5px; }
  .mobile-menu-logo svg { width: 22px; height: 19px; flex: 0 0 auto; }
  .mobile-menu-logo .brand-logo { width: 205px; height: auto; flex: 0 1 auto; }
  .mobile-menu-logo-text > span { font-size: 14px; white-space: nowrap; }
  .mobile-menu-logo small { font-size: 7px; letter-spacing: .6px; white-space: nowrap; }
  .mobile-menu-close { width: 34px; height: 34px; padding: 0; font-size: 30px; }
  .mobile-menu-inner { grid-template-columns: 1fr; align-content: center; padding: 0; gap: 2px; }
  .mobile-menu-item { font-size: 23px; font-weight: 600; padding: 6px 0; }
  .mobile-menu-bottom { padding-bottom: 24px; }
  .mobile-menu-bottom button { display: block; width: 100%; }
  .hamburger { padding: 7px !important; }
  .hero-title { font-size: 48px !important; letter-spacing: -2.2px !important; }
  .hero-ring { top: 43%; left: 59%; }
  .hero-eyebrow { font-size: 11.5px !important; gap: 6px; white-space: nowrap !important; }
  .hero-eyebrow-item { gap: 3px; }
  .hero-eyebrow-item svg { width: 14px; height: 14px; }
  .hero-info-row { margin-top: 18px; gap: 14px; }
  .hero-info-big { font-size: 21px; }
  .hero-info-day { font-size: 16px; }
  .hero-info-sub { font-size: 13px; }
  .hero-info-col.bordered { padding-left: 14px; }
  .hero-btns { margin-top: 24px; }
  .btn-hero-primary, .btn-hero-secondary { padding: 14px 22px; font-size: 14px; }
  .hero-controls { gap: 14px; }
  .hero-scroll { bottom: 10px; }
  .sec-title { font-size: 26px !important; letter-spacing: -1px !important; }
  .sec-title.xxl, .sec-title.xl, .sec-title.lg { font-size: 26px !important; }
  .pad-lg, .pad-vertical-only { padding-top: 64px !important; padding-bottom: 64px !important; }
  .section-inner { padding-left: 20px !important; padding-right: 20px !important; }
  .grid-4-cards { grid-template-columns: repeat(2,1fr) !important; }
  .hanbok-showcase { grid-template-columns: 1fr; gap: 20px; }
  .hanbok-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .hanbok-slider { aspect-ratio: 2 / 3; }
  .reasons-track { width: calc(100% - 40px); grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-3-benefit { grid-template-columns: 1fr !important; }
  .map-header-row { flex-direction: column !important; align-items: flex-start !important; }
  .map-cta { width: 100% !important; text-align: center !important; }
  .map-frame { height: 68vw; min-height: 280px; }
  .final-ticket { display: none !important; }
  .studio-section { background-size: 54px 54px; }
  .studio-row { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 8px; }
  .studio-row .studio-label { grid-column: 1 / -1; }
  .studio-row.has-mobile-carousel { display: block !important; margin-bottom: 18px; padding: 16px 14px 14px; border-radius: 14px; background: rgba(255,255,255,.58); box-shadow: 0 10px 24px rgba(122,65,78,.08); }
  .studio-row.has-mobile-carousel .studio-label { display: flex; align-items: baseline; gap: 7px; margin: 0 0 10px; }
  .studio-row.has-mobile-carousel .studio-no { font-size: 11px; }
  .studio-row.has-mobile-carousel .studio-name { font-size: 17px; }
  .studio-mobile-track.mobile-carousel > .img-rounded { flex: 0 0 100%; min-width: 0; aspect-ratio: 4 / 3; }
  .studio-mobile-track.mobile-carousel > .img-rounded img { object-fit: cover; }
  .studio-list.is-stacked { display: block; padding: 0; }
  .studio-list.is-stacked .studio-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) !important; margin: 0 0 24px; padding: 18px 12px 12px; }
  .studio-list.is-stacked .studio-label { position: static; grid-column: 1 / -1; margin: 0 0 4px; }
  .studio-list.is-stacked .studio-name { font-size: 21px; }
  .studio-list.is-stacked .studio-image { width: 100%; aspect-ratio: 2 / 3; }
  .studio-nav { display: none !important; }
  .grid-3 { grid-template-columns: 1fr !important; }
  .dress-stack { grid-template-columns: 1fr; }
  .dress-stack.is-enhanced { height: auto; margin-top: 0; }
  .dress-stack.is-enhanced .dress-stack-stage { position: static; display: grid; height: auto; gap: 14px; overflow: visible; }
  .dress-stack.is-enhanced .dress-stack-card { position: relative; width: 100%; height: auto; aspect-ratio: 2/3; transform: none !important; opacity: 1 !important; }
  html.legacy-dress-fallback .dress-stack-card { flex-basis: 100%; width: 100%; height: auto; }
  html.legacy-dress-fallback .dress-stack-card img { height: auto; }
  .grid-halls { row-gap: 28px !important; }
  .hall-text { padding: 12px !important; }
  .hall-name { font-size: 16px !important; line-height: 1.25; }
  .hall-benefit { font-size: 11px !important; line-height: 1.4; }
  .hall-lightbox-content { width: calc(100% - 80px); }
  .hall-lightbox-content img { max-height: calc(100dvh - 170px); }
  .hall-lightbox-info h3 { font-size: 19px; }
  .hall-lightbox-info p { font-size: 13px; }
  .hall-lightbox-close { top: 14px; right: 14px; width: 40px; height: 40px; }
  .hall-lightbox-nav { width: 42px; height: 42px; }
  .hall-lightbox-prev { left: 10px; }
  .hall-lightbox-next { right: 10px; }
  .hall-cursor-label { display: none !important; }
  .lede-row { flex-direction: column !important; align-items: flex-start !important; }
  .grid-2 { grid-template-columns: 1fr !important; }
  .form-cols { grid-template-columns: 1fr !important; gap: 44px !important; }
  .feature-row { gap: 12px; padding: 18px 0; }
  .feature-image { flex-basis: 62px; width: 62px; height: 62px; border-radius: 10px; }
  .feature-no { min-width: 26px; font-size: 17px; }
  .feature-title { font-size: 16px; }
  .feature-sub { font-size: 13px; }
  .footer-bottom-row { align-items: flex-start; flex-direction: column; gap: 14px; }
  .footer-legal { flex-wrap: wrap; gap: 10px 14px; }
  body { font-size: 14px; }

  /* App-like mobile density */
  .hero-title { font-size: 38px !important; line-height: 1.08; letter-spacing: -2px !important; }
  .hero-info-big { font-size: 18px; }
  .hero-date-accent { display: inline-block; font-size: 1.28em; line-height: .9; }
  .hero-info-day { font-size: 14px; }
  .hero-info-sub { font-size: 11px; }
  .btn-hero-primary, .btn-hero-secondary { padding: 12px 18px; font-size: 13px; }
  .pad-lg, .pad-vertical-only { padding-top: 48px !important; padding-bottom: 48px !important; }
  .section-inner { padding-left: 18px !important; padding-right: 18px !important; }
  .eyebrow { margin-bottom: 7px; font-size: 10px; letter-spacing: 2px; }
  .sec-title, .sec-title.xxl, .sec-title.xl, .sec-title.lg { font-size: 24px !important; line-height: 1.22; letter-spacing: -.9px !important; }
  .lede-1, .lede-2, .form-lede { margin-top: 8px; font-size: 14px; line-height: 1.55; }
  .mb-sm { margin-bottom: 14px; }
  .mb-md, .mb-lg, .mb-lg2 { margin-bottom: 20px; }
  .badge-row { gap: 6px; }
  .badge { padding: 7px 10px; font-size: 11px; }
  .stat-row, #convention .stat-row { gap: 18px; margin-top: 22px; }
  .stat { gap: 5px; padding-left: 12px; }
  .stat-num { font-size: 26px; }
  .stat-label { font-size: 11px; }
  .invite-card { padding: 24px 18px; gap: 13px; border-radius: 16px; }
  .feature-row { padding: 13px 0; }
  .feature-title { font-size: 14px; }
  .feature-sub, .notice-line { font-size: 12px; }
  .benefit-card { padding: 18px 14px; border-radius: 13px; }
  .benefit-no { font-size: 22px; }
  .benefit-title { font-size: 16px; line-height: 1.3; }
  .benefit-desc { font-size: 12px; line-height: 1.45; }
  .hanbok-benefit .benefit-title, .grid-3-benefit .benefit-title { margin-top: 22px; }
  .hanbok-benefit .benefit-desc, .grid-3-benefit .benefit-desc { margin-top: 7px; }
  .hanbok-slider { border-radius: 13px; box-shadow: 0 12px 28px rgba(122,65,78,.11); }
  .hanbok-slider-arrow { width: 32px; height: 32px; font-size: 18px; opacity: 1; pointer-events: auto; }
  .hanbok-slider-prev { left: 10px; }
  .hanbok-slider-next { right: 10px; }
  .hanbok-slider-dots { bottom: 10px; }
  .hanbok-slider-dots button { width: 5px; height: 5px; }
  .hanbok-slider-dots button.is-active { width: 17px; }

  /* Image-heavy sections become compact, app-style carousels. */
  .mobile-carousel {
    display: block !important;
    width: 100%;
    overflow: hidden;
    touch-action: pan-y;
  }
  .mobile-carousel-track {
    display: flex;
    width: 100%;
    height: 100%;
  }
  .mobile-carousel-track > .img-rounded {
    flex: 0 0 100% !important;
    min-width: 0;
    aspect-ratio: 2 / 3;
  }
  .mobile-carousel-controls { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 10px; }
  .mobile-carousel-arrow { width: 31px; height: 31px; padding: 0; border: 1px solid rgba(25,25,25,.12); border-radius: 50%; background: #fff; color: #191919; font-size: 17px; line-height: 1; }
  .mobile-carousel-arrow:active { transform: scale(.94); }
  .mobile-carousel-dots { display: flex; align-items: center; gap: 5px; }
  .mobile-carousel-dots button { width: 5px; height: 5px; padding: 0; border: 0; border-radius: 999px; background: #d8d1d2; transition: width .25s ease, background .25s ease; }
  .mobile-carousel-dots button.is-active { width: 18px; background: #FF6B84; }

  /* Detailed section layout overrides */
  .sec-title, .sec-title.xxl, .sec-title.xl, .sec-title.lg { font-size: 28px !important; }
  .badge { font-size: 12px; }

  .reasons-track { width: calc(100% - 36px); grid-template-columns: 1fr !important; gap: 10px; }
  .reason-card { aspect-ratio: 3 / 2; }
  .reason-no { top: 12px; padding: 0 14px; font-size: 22px; }
  .reason-text { padding: 14px; gap: 4px; }
  .reason-title { font-size: 20px; line-height: 1.25; }
  .reason-desc { font-size: 14px; line-height: 1.4; }

  #halls .section-inner > .reveal.mb-sm, #halls .lede-row, #halls .badge-row { align-items: center !important; text-align: center; justify-content: center; }
  #halls .lede-row { align-items: center !important; }
  .grid-halls { grid-template-columns: 1fr !important; gap: 10px !important; }
  .hall-text { padding: 10px !important; text-align: center; }
  .hall-name { font-size: 20px !important; }
  .hall-benefit { font-size: 14px !important; }

  #dress .dress-lede { align-items: center !important; text-align: center; }
  #dress .dress-lede .lede-2, #dress .dress-lede .badge-row { text-align: center; justify-content: center; }
  .dress-stack { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px !important; }
  .dress-stack-stage { display: contents !important; transform: none !important; }
  .dress-stack-card { width: 100% !important; height: auto !important; aspect-ratio: 2 / 3; transform: none !important; opacity: 1 !important; }

  .studio-list { gap: 10px; }
  .studio-row { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; margin: 0 !important; padding: 12px 0 !important; }
  .studio-row .studio-label { grid-column: 1 / -1; margin-bottom: 0; }
  .studio-row > .img-rounded:nth-child(4) { display: none; }
  .studio-name { font-size: 20px !important; }
  .studio-no { font-size: 11px; }

  .hanbok-benefits { grid-template-columns: 1fr !important; gap: 10px; }
  .hanbok-benefit { min-height: 0; border: 1px solid #eadfdf !important; box-shadow: none !important; }
  .hanbok-benefit:hover { transform: none; }
  .benefit-title { font-size: 18px; }
  .benefit-desc { font-size: 14px; }

  #map .map-header-row > .map-cta { display: none !important; }
  #map .map-cta-bottom { display: flex !important; align-items: center; justify-content: center; margin-top: 22px; }

  .final-ticket-background-label { width: calc(100% - 24px); font-size: clamp(15px, 4.1vw, 22px); letter-spacing: .02em; text-align: center; }

  .footer-inner { position: relative; padding: 42px 20px 72px; gap: 12px; }
  .footer-company summary { display: block; font-size: 12px; cursor: pointer; }
  .footer-company summary::after { content: '↓'; display: inline-block; margin-left: 7px; color: #FFB3C2; font-size: 15px; line-height: 1; }
  .footer-company[open] summary::after { content: '↑'; }
  .footer-company .footer-info { font-size: 11px; line-height: 1.75; white-space: nowrap; overflow-x: auto; text-align: left; -webkit-overflow-scrolling: touch; }
  .footer-company .footer-info br { display: none; }
  .footer-copy-wrap { width: 100%; padding-top: 4px; }
  .footer-admin { position: absolute; top: 5px; right: 5px; left: auto; width: 22px; height: 22px; }
}
@media (min-width: 861px) and (max-height: 860px) {
  .hero-title { font-size: 110px !important; letter-spacing: -4px !important; }
  .hero-btns { margin-top: 36px !important; }
}
@media (min-width: 861px) and (max-height: 700px) {
  .hero-title { font-size: 84px !important; letter-spacing: -3px !important; }
  .hero-eyebrow { font-size: 18px !important; }
  .hero-btns { margin-top: 24px !important; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .parallax-img { transform: none !important; }
}
