:root {
  --pink: #fcb8cd;
  --pink-strong: #ea5f90;
  --pink-pale: #fff2f6;
  --ink: #171717;
  --paper: #f7f8fa;
  --white: #ffffff;
  --green: #1c7355;
  --blue: #335b91;
  --line: #dfe2e6;
  --muted: #656b74;
  --shadow: 0 18px 55px rgba(23, 23, 23, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
a { color: inherit; }

.site-header {
  position: fixed;
  top: 14px;
  right: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 48px));
  height: 54px;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  margin: auto;
  background: rgba(16,18,20,.62);
  box-shadow: 0 10px 30px rgba(0,0,0,.16);
  color: #eceeef;
  backdrop-filter: blur(12px);
}
.monogram { font-size: 20px; font-weight: 900; text-decoration: none; }
.site-header nav { display: flex; gap: 22px; overflow-x: auto; scrollbar-width: none; }
.site-header nav::-webkit-scrollbar { display: none; }
.site-header nav a { font-size: 14px; font-weight: 700; text-decoration: none; }
.site-header nav a:hover { color: var(--pink); }

.hero {
  position: relative;
  min-height: 720px;
  height: 88svh;
  max-height: 940px;
  overflow: hidden;
  color: #eceeef;
}
.hero-media { display: block; width: 100%; height: 100%; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8,9,10,.58) 0%, rgba(8,9,10,.5) 30%, rgba(8,9,10,.3) 37%, rgba(8,9,10,.08) 43%, rgba(8,9,10,0) 46%),
    linear-gradient(180deg, rgba(8,9,10,.08), rgba(8,9,10,0) 52%, rgba(8,9,10,.7));
}
.hero-content {
  position: absolute;
  left: max(24px, calc((100% - 1180px) / 2));
  bottom: 88px;
  max-width: 720px;
}
.hero-content > .eyebrow {
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 18px;
  border: 2px solid rgba(255, 174, 201, .96);
  border-radius: 16px;
  background: rgba(255, 174, 201, .92);
  color: rgba(23, 23, 23, .64);
}
.eyebrow { margin: 0 0 12px; color: var(--pink); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.eyebrow.ink { color: var(--pink-strong); }
.hero-title-wrap { position: relative; width: fit-content; }
.hero h1 { display: grid; width: fit-content; margin: 0; font-size: 88px; line-height: .88; font-weight: 900; text-transform: uppercase; }
.hero h1 span { display: block; }
.hero h1 i { justify-self: center; color: var(--pink); font-family: Georgia, serif; font-size: 54px; font-weight: 400; font-style: italic; }
.hero-heart { position: absolute; z-index: 2; display: block; object-fit: contain; pointer-events: none; }
.hero-heart-title { right: -74px; bottom: 24px; width: 72px; transform: rotate(11deg); }
.hero-line { position: relative; width: fit-content; margin: 22px 0 28px; font-family: Georgia, serif; font-size: 22px; line-height: 1.35; }
.hero-heart-copy { right: -48px; bottom: -5px; width: 42px; transform: rotate(-13deg); }
.hero-button, .icon-command {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  border: 0;
  border-radius: 4px;
  background: var(--pink);
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}
.hero-button { padding: 0 22px; }
.hero-button:hover, .icon-command:hover { background: #ffd0df; }
.hero-button svg, .icon-command svg, .map-link svg { width: 18px; height: 18px; }
.scroll-cue { position: absolute; right: 32px; bottom: 28px; display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.5); color: white; }

.section { padding: 104px 24px; }
.section-inner { width: min(1180px, 100%); margin: 0 auto; }
.narrow { width: min(820px, 100%); }
.section h2 { margin: 0 0 24px; font-size: 50px; line-height: 1.04; }
.section p { color: var(--muted); }

.story { position: relative; display: flex; align-items: center; width: 100%; min-height: 500px; aspect-ratio: 10048 / 2768; overflow: hidden; background: #dce8f3; }
.story-background { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.story-grid { position: relative; z-index: 1; display: flex; justify-content: flex-start; padding-left: 34px; transform: translateX(-70px); }
.story-copy { width: min(500px, calc(100% - 68px)); padding: 28px 36px 27px; border: 1px solid var(--pink); border-radius: 30px; background: rgba(255,255,255,.72); box-shadow: 0 10px 28px rgba(41,55,71,.1); text-align: center; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.story-copy .eyebrow { margin: 0 0 16px; color: var(--pink) !important; font-size: 14px; letter-spacing: 5px; line-height: 1.4; text-align: center; }
.story-title { position: relative; padding: 0 26px; }
.story-copy h2 { margin: 0; color: #303945; font-size: 37px; line-height: 1.04; font-weight: 500; text-align: center; }
.story-heart { position: absolute; right: 20px; bottom: -8px; width: 42px; height: auto; transform: rotate(7deg); }
.story-copy .story-lead { max-width: 430px; margin: 20px auto 0; color: #4b5969; font-size: 17px; line-height: 1.5; text-align: center; }
.story-divider-wrap { position: relative; width: 82%; height: 40px; margin: 18px auto 15px; overflow: hidden; }
.story-divider { position: absolute; top: 50%; left: 50%; display: block; width: 100%; height: auto; max-width: none; transform: translate(-50%, -50%); }
blockquote { margin: 40px 0 0; padding-left: 22px; border-left: 5px solid var(--pink); font-family: Georgia, serif; font-size: 24px; line-height: 1.4; }
.story-copy blockquote { margin: 0; padding: 0; border: 0; color: #3d4653; font-family: Georgia, 'Times New Roman', serif; font-size: 18px; font-style: italic; line-height: 1.4; text-align: center; }

.date-band { display: grid; grid-template-columns: auto 1fr auto auto; gap: 20px; align-items: center; min-height: clamp(340px, 42.85vw, 620px); padding: 50px max(24px, calc((100% - 1180px) / 2)); background: #f8d6df url('/assets/date-time-background.png') center / cover no-repeat; }
.date-card { display: flex; gap: 22px; align-items: center; min-height: 154px; padding: 17px 34px; border: 2px solid rgba(252,184,205,.9); border-radius: 30px; background: rgba(255,255,255,.64); box-shadow: 0 12px 30px rgba(178,89,114,.1); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.date-number { color: #e98cab; font-family: Georgia, 'Times New Roman', serif; font-size: 118px; line-height: .85; font-weight: 400; }
.date-copy { display: flex; flex-direction: column; }
.date-copy strong { color: #705b61; font-family: Georgia, 'Times New Roman', serif; font-size: 43px; font-weight: 500; }
.date-copy span { margin-top: 6px; color: #856d73; font-size: 14px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.date-time { display: flex; gap: 14px; align-items: center; justify-self: start; min-height: 102px; padding: 0 30px; border: 2px solid rgba(252,184,205,.9); border-radius: 28px; background: rgba(255,255,255,.64); box-shadow: 0 12px 30px rgba(178,89,114,.1); color: #705b61; font-family: Georgia, 'Times New Roman', serif; font-size: 38px; font-weight: 500; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.date-time svg { width: 34px; height: 34px; color: #df7e9f; }
.date-band .icon-command { justify-self: start; min-height: 102px; padding: 0 20px; border: 2px solid rgba(252,184,205,.9); border-radius: 28px; background: rgba(255,255,255,.64); box-shadow: 0 12px 30px rgba(178,89,114,.1); color: #705b61; font-family: Georgia, 'Times New Roman', serif; font-size: 18px; font-weight: 500; white-space: nowrap; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.date-band .icon-command svg { width: 31px; height: 31px; color: #df7e9f; }
.date-band .icon-command:hover { background: rgba(255,255,255,.84); }
.icon-command { padding: 0 18px; background: var(--ink); color: var(--white); }
.icon-command:hover { background: #313131; }

.place { padding: 0; overflow: hidden; background: #edf1f5; }
.venue-hero { position: relative; height: clamp(650px, 45vw, 860px); }
.place-heading { position: absolute; z-index: 3; top: clamp(48px, 5vw, 96px); right: auto; left: 12.2%; display: block; width: min(520px, 34vw); padding: 0; }
.place-heading .eyebrow { display: flex; gap: 10px; align-items: center; margin-bottom: 8px; color: #e65f7e; font-size: 17px; letter-spacing: 3px; }
.place-heading .eyebrow::before { color: #d95e78; content: '♡ ─────'; font-family: Georgia, serif; font-size: 18px; letter-spacing: 0; }
.place-heading h2 { margin-bottom: 8px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(48px, 3.2vw, 62px); font-weight: 500; text-shadow: 0 1px 18px rgba(255,255,255,.85); }
.place-heading p { margin: 0; font-size: 19px; text-shadow: 0 1px 14px rgba(255,255,255,.85); }
.venue-address { display: flex; gap: 9px; align-items: center; }
.venue-address svg { display: block; width: 22px; height: 22px; flex: 0 0 auto; }
.map-link { display: inline-flex; gap: 13px; align-items: center; min-height: 62px; margin-top: 18px; padding: 0 26px; border: 0; border-radius: 999px; background: linear-gradient(100deg, rgba(244,180,192,.95), rgba(233,150,166,.95)); box-shadow: 0 14px 34px rgba(129,73,73,.14); color: var(--ink); font-size: 16px; font-weight: 800; text-decoration: none; backdrop-filter: blur(5px); }
.map-link-arrow { display: block; margin-left: 10px; }
.map-link:hover { background: linear-gradient(100deg, #f7c0cb, #eca1b0); }
.venue-art { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.venue-art-mobile, .route-intro { display: none; }
.map-frame { position: absolute; z-index: 2; right: 48px; bottom: 28px; left: 48px; width: min(46vw, 880px); aspect-ratio: 1672 / 941; margin: auto; overflow: hidden; border: 12px solid rgba(255,255,255,.94); border-radius: 22px; background: #f7f1ee; box-shadow: 0 22px 54px rgba(61,42,36,.28); }
.map-frame img { display: block; width: 100%; height: 100%; object-fit: contain; }

.plan { position: relative; min-height: 620px; overflow: hidden; background: #f7ddd7; color: var(--ink); }
.plan-background { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.plan .section-inner { position: relative; z-index: 1; }
.plan h2 { max-width: 760px; }
.timeline { margin-top: 56px; border-top: 1px solid rgba(218,97,138,.28); }
.timeline-item { display: grid; grid-template-columns: 160px 1fr; gap: 30px; padding: 30px 0; border-bottom: 1px solid rgba(218,97,138,.28); }
.timeline-item time { display: inline-flex; align-items: center; justify-content: center; align-self: start; min-width: 132px; min-height: 62px; padding: 8px 15px; border: 1px solid rgba(183,55,101,.34); border-radius: 14px; background: rgba(255,220,233,.92); box-shadow: 0 8px 24px rgba(118,45,72,.13); color: #a62f5c; font-size: 40px; line-height: 1; font-weight: 900; }
.timeline-item strong { font-size: 20px; }
.timeline-item p { margin: 7px 0 0; color: #55565a; }

.details { background: var(--white); }
.detail-art-wide { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.details-grid { display: grid; grid-template-columns: 1fr 1fr; }
.detail-art-wide + .details-grid { display: none; }
.detail-art { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }

.survey { display: flex; align-items: flex-start; min-height: clamp(420px, 42.85vw, 650px); padding-top: clamp(74px, 8vw, 122px); background: #e9deda url('/assets/survey-background-v2.png') center / cover no-repeat; border: 0; }
.survey-layout { display: grid; grid-template-columns: 1fr auto; gap: 64px; align-items: center; }
.survey-layout h2 { margin-bottom: 16px; }
.survey-layout p:not(.eyebrow) { max-width: 650px; margin-bottom: 0; color: #50545b; font-size: 18px; }
.survey-link { display: inline-flex; gap: 12px; align-items: center; min-height: 54px; padding: 0 20px; border-radius: 4px; background: var(--ink); color: var(--white); font-size: 14px; font-weight: 800; text-decoration: none; }
.survey-link:hover { background: var(--pink-strong); }
.survey-link svg { width: 19px; height: 19px; }

.countdown { position: relative; display: grid; min-height: 520px; place-items: center; overflow: hidden; background: #f4c8be; text-align: center; }
.countdown-background { position: absolute; inset: 0; }
.countdown-background img { width: 100%; height: 100%; object-fit: cover; }
.countdown .section-inner { position: relative; z-index: 1; width: min(940px, calc(100% - 48px)); }
.countdown .eyebrow { color: #4b4b47; letter-spacing: 4px; }
.counter { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 46px; border: 1px solid rgba(23,23,23,.3); background: rgba(255,255,255,.12); backdrop-filter: blur(2px); }
.counter div { padding: 30px 10px; border-right: 1px solid rgba(23,23,23,.3); background: rgba(255,255,255,.08); }
.counter div:last-child { border-right: 0; }
.counter strong { display: block; font-size: 48px; line-height: 1; }
.counter span { font-size: 12px; font-weight: 800; text-transform: uppercase; }

.footer { position: relative; display: grid; min-height: 520px; padding: 84px 24px 64px; place-items: center; align-content: center; gap: 34px; overflow: hidden; background: var(--ink); color: white; text-align: center; }
.footer-background { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.footer > :not(.footer-background) { position: relative; z-index: 1; }
.footer > div { display: flex; gap: 15px; align-items: center; font-size: 55px; line-height: 1; font-weight: 900; text-transform: uppercase; }
.footer i { color: var(--pink); font-family: Georgia, serif; font-weight: 400; }
.footer p { max-width: 570px; margin: 0; color: #c9cdd2; }
.footer > a { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid #666; color: white; }
.footer small { margin-top: 12px; font-size: 12px; letter-spacing: 4px; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .hero h1 { font-size: 66px; }
  .story { min-height: 500px; aspect-ratio: auto; }
  .survey-layout { grid-template-columns: 1fr; gap: 28px; }
  .story-grid { padding-left: 32px; transform: none; }
  .story-copy { width: min(500px, calc(100% - 64px)); }
  .date-band { grid-template-columns: auto 1fr auto; }
  .date-band .icon-command { grid-column: 1 / -1; width: 100%; }
  .date-time { border: 0; padding: 0; }
}

@media (min-width: 901px) {
  .date-band { padding-right: 17vw; padding-left: 17vw; }
}

@media (min-width: 641px) and (max-width: 1000px) {
  .hero-shade { background: linear-gradient(90deg, rgba(8,9,10,.68) 0%, rgba(8,9,10,.46) 44%, rgba(8,9,10,.1) 76%), linear-gradient(180deg, rgba(8,9,10,.38), rgba(8,9,10,.08) 44%, rgba(8,9,10,.76)); }
}

@media (max-width: 640px) {
  .site-header { top: 8px; width: calc(100% - 16px); height: 52px; padding: 0 12px; }
  .site-header nav { gap: 16px; margin-left: 16px; }
  .site-header nav a { font-size: 12px; }
  .hero { min-height: 650px; height: 100svh; max-height: none; }
  .hero-media img { object-position: center center; }
  .hero-shade {
    background: linear-gradient(180deg, rgba(8,9,10,.26) 0%, rgba(8,9,10,.1) 27%, rgba(8,9,10,.3) 42%, rgba(8,9,10,.7) 76%, rgba(8,9,10,.88) 100%);
  }
  .hero-content { top: 38%; left: 20px; right: 20px; bottom: auto; }
  .hero-content .eyebrow {
    width: fit-content;
    margin-bottom: 14px;
    padding: 6px 11px;
    border: 2px solid var(--pink);
    border-radius: 12px;
    font-size: 11px;
    line-height: 1.2;
    white-space: nowrap;
  }
  .hero h1 { font-size: 49px; }
  .hero h1 i { font-size: 34px; }
  .hero-heart-title { right: -48px; bottom: 16px; width: 52px; }
  .hero-line { font-size: 18px; }
  .hero-heart-copy { right: -39px; bottom: -4px; width: 34px; }
  .scroll-cue { right: 20px; bottom: 16px; width: 38px; height: 38px; }
  .section { padding: 72px 20px; }
  .section h2 { font-size: 36px; }
  .story { display: block; min-height: 0; padding: 0 0 32px; aspect-ratio: auto; background: #eaf5fc; }
  .story-background { position: relative; inset: auto; display: block; width: 100%; height: auto; aspect-ratio: 10048 / 2768; object-fit: cover; object-position: center; }
  .story-grid { display: block; width: 100%; margin-top: 30px; padding-left: 0; }
  .story-copy { width: calc(100% - 32px); margin: 0 auto; padding: 24px 22px 26px; border-radius: 26px; background: rgba(255,255,255,.97); box-shadow: 0 12px 30px rgba(75,111,139,.12); }
  .story-copy .eyebrow { margin-bottom: 14px; color: var(--pink) !important; font-size: 11px; letter-spacing: 2.5px; }
  .story-title { display: flex; padding: 0; flex-direction: column; align-items: center; gap: 12px; }
  .story-copy h2 { color: #202633; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(28px, 7.7vw, 31px); line-height: 1.1; font-weight: 500; }
  .story-heart { position: relative; right: auto; bottom: auto; width: clamp(36px, 11vw, 43px); transform: rotate(7deg); }
  .story-copy .story-lead { max-width: 310px; margin-top: 17px; color: #68717d; font-size: 15px; line-height: 1.52; }
  .story-divider-wrap { width: 78%; height: 34px; margin: 20px auto 17px; }
  .story-copy blockquote { color: #252b34; font-family: Georgia, 'Times New Roman', serif; font-size: 16px; line-height: 1.4; }
  .survey { min-height: 600px; padding: 72px 20px 52px; background-image: url('/assets/survey-background.png'); background-position: 53% center; }
  .survey-layout { align-content: start; }
  .survey-layout > div { padding: 20px; border-radius: 8px; background: rgba(255,255,255,.82); backdrop-filter: blur(5px); }
  .survey-link { justify-content: center; width: 100%; }
  blockquote { margin-top: 28px; font-size: 19px; }
  .date-band { grid-template-columns: auto 1fr; gap: 10px 14px; min-height: 460px; padding: 70px 20px 48px; background-position: center; }
  .date-card { gap: 14px; min-height: 0; padding: 0; border: 0; border-radius: 0; background: none; box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; }
  .date-number { color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 78px; font-weight: 900; }
  .date-copy strong { color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 27px; font-weight: 700; }
  .date-copy span { margin-top: 0; color: var(--ink); font-size: 13px; letter-spacing: 0; }
  .date-time { grid-column: 1 / -1; min-height: 0; padding: 14px 16px; border: 0; border-radius: 8px; background: rgba(255,255,255,.65); box-shadow: none; color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 27px; backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
  .date-time svg { width: 23px; height: 23px; color: currentColor; }
  .date-band .icon-command { min-height: 48px; border: 0; border-radius: 4px; background: var(--ink); box-shadow: none; color: var(--white); font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: 800; backdrop-filter: none; -webkit-backdrop-filter: none; }
  .date-band .icon-command svg { width: 18px; height: 18px; color: currentColor; }
  .place { padding: 0; background: #fff8f6; }
  .venue-hero { height: auto; min-height: 0; padding-bottom: 34px; }
  .venue-art { display: none; }
  .venue-art-mobile { display: block; width: 100%; height: clamp(430px, 133vw, 520px); object-fit: cover; object-position: center top; }
  .place-heading {
    position: relative;
    z-index: 3;
    top: auto;
    right: auto;
    left: auto;
    display: flex;
    width: calc(100% - 32px);
    margin: -96px auto 0;
    padding: 34px 22px 28px;
    border: 1px solid rgba(227, 197, 194, .55);
    border-radius: 28px;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 252, 249, .96);
    box-shadow: 0 18px 44px rgba(116, 72, 61, .16);
    text-align: center;
    backdrop-filter: blur(9px);
  }
  .place-heading .eyebrow::before { display: none; }
  .place-heading .eyebrow { display: block; margin-bottom: 14px; color: #d96f82; font-size: 14px; letter-spacing: 3px; }
  .place-heading .eyebrow::after { display: block; width: 112px; height: 22px; margin: 8px auto -4px; background: linear-gradient(#d88a96,#d88a96) left center / 41px 1px no-repeat, linear-gradient(#d88a96,#d88a96) right center / 41px 1px no-repeat; color: #c86377; content: '♡'; font-family: Georgia, serif; font-size: 22px; line-height: 22px; }
  .place-heading h2 { margin-bottom: 14px; font-family: Georgia, 'Times New Roman', serif; font-size: 45px; font-weight: 500; letter-spacing: 0; text-shadow: none; }
  .place-heading p { font-size: 16px; line-height: 1.35; text-shadow: none; }
  .venue-address { justify-content: center; color: #5d5858 !important; }
  .venue-address svg { display: block; color: #696267; }
  .map-link { justify-content: center; width: 100%; min-height: 58px; margin-top: 25px; padding: 0 14px; border: 0; border-radius: 999px; background: linear-gradient(100deg, #efa0b0, #dc788b); box-shadow: 0 12px 26px rgba(190, 91, 111, .2); color: #fff; font-family: Georgia, 'Times New Roman', serif; font-size: 17px; white-space: nowrap; }
  .map-link:hover { background: linear-gradient(100deg, #f4adbb, #df8193); }
  .map-link svg { width: 22px; height: 22px; }
  .map-link .map-link-arrow { display: block; margin-left: auto; }
  .route-intro { display: block; padding: 36px 20px 18px; color: #8c7777; text-align: center; }
  .route-intro p { display: flex; gap: 12px; align-items: center; justify-content: center; margin: 0 0 10px; color: #c97886; font-family: Georgia, 'Times New Roman', serif; font-size: 15px; letter-spacing: 2px; text-transform: uppercase; white-space: nowrap; }
  .route-intro p::before, .route-intro p::after { width: min(14vw, 54px); height: 1px; background: #dda1aa; content: ''; }
  .route-intro span { display: block; font-size: 15px; line-height: 1.45; }
  .map-frame { position: relative; right: auto; bottom: auto; left: auto; width: calc(100% - 24px); height: auto; margin: 0 auto; border: 5px solid rgba(255,255,255,.92); border-radius: 18px; box-shadow: 0 18px 38px rgba(116,72,61,.15); }
  .plan { min-height: 680px; }
  .plan-background { object-position: 57% center; }
  .timeline-item { grid-template-columns: 88px 1fr; gap: 18px; }
  .timeline-item time { min-width: 82px; min-height: 48px; padding: 7px 9px; border-radius: 11px; font-size: 28px; }
  .details-grid { grid-template-columns: 1fr; }
  .detail-art-wide { display: none; }
  .detail-art-wide + .details-grid { display: grid; }
  .countdown { min-height: 560px; padding: 52px 18px; }
  .countdown .section-inner { width: 100%; }
  .countdown h2 { font-size: 38px; }
  .counter { grid-template-columns: 1fr 1fr; }
  .counter div { border-bottom: 1px solid rgba(23,23,23,.3); }
  .counter div:nth-child(2) { border-right: 0; }
  .counter div:nth-child(n+3) { border-bottom: 0; }
  .counter strong { font-size: 41px; }
  .footer { min-height: 560px; padding: 72px 20px 52px; gap: 30px; }
  .footer-background { object-position: 57% center; }
  .footer > div { font-size: 34px; }
  .footer small { font-size: 10px; letter-spacing: 2px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 768px) {
  .date-band {
    position: relative;
    display: block;
    width: 100%;
    height: 100svh;
    min-height: 0;
    max-height: 100svh;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
    background: #f8d6df url('/assets/date-mobile-background.png') center center / cover no-repeat;
  }
  .date-card {
    position: absolute;
    top: 27%;
    left: 50%;
    display: flex;
    width: min(82%, 390px);
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    flex-direction: column;
    gap: 0;
    align-items: center;
    background: none;
    box-shadow: none;
    transform: translateX(-50%);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .date-number {
    color: #984d60;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(96px, 28vw, 120px);
    line-height: .78;
    font-weight: 400;
  }
  .date-copy {
    align-items: center;
    margin-top: clamp(8px, 1.8svh, 15px);
  }
  .date-copy strong {
    color: #914d5c;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(40px, 12vw, 52px);
    line-height: .95;
    font-weight: 400;
  }
  .date-copy span {
    margin-top: clamp(12px, 2.2svh, 18px);
    color: #8d5963;
    font-size: clamp(13px, 4vw, 17px);
    font-weight: 600;
    letter-spacing: clamp(2px, .7vw, 4px);
  }
  .date-time {
    position: absolute;
    top: 58.5%;
    left: 50%;
    display: inline-flex;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    gap: 9px;
    background: none;
    box-shadow: none;
    color: #914d5c;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(31px, 9vw, 39px);
    font-weight: 400;
    transform: translateX(-50%);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .date-time svg { width: clamp(22px, 6.5vw, 28px); height: clamp(22px, 6.5vw, 28px); color: #a45c6b; }
  .date-band .icon-command {
    position: absolute;
    top: 69%;
    left: 50%;
    display: inline-flex;
    width: min(80%, 360px);
    min-height: clamp(50px, 7.2svh, 58px);
    padding: 0 18px;
    border: 0;
    border-radius: 22px;
    justify-content: center;
    background: #FCB8CD;
    box-shadow: 0 10px 24px rgba(170,71,101,.18);
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(15px, 4.2vw, 17px);
    font-weight: 700;
    white-space: nowrap;
    transform: translateX(-50%);
  }
  .date-band .icon-command svg { width: 21px; height: 21px; color: currentColor; }
  .date-band .icon-command:hover { background: #f5a4c0; }
}
