:root {
  --navy: #071d45;
  --navy-soft: #16345d;
  --gold: #d79b37;
  --gold-dark: #b97919;
  --coral: #df3e39;
  --sky: #eaf6ff;
  --sky-strong: #cfe9f7;
  --cream: #fff9ef;
  --white: #ffffff;
  --muted: #617086;
  --line: #dce7ef;
  --shadow: 0 22px 54px rgba(28, 55, 83, .13);
  --radius: 18px;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--navy); background: var(--white); font-family: "DM Sans", system-ui, sans-serif; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 20; height: 82px; padding: 0 max(5vw, 28px);
  display: flex; align-items: center; gap: 42px; color: var(--white);
  transition: background .3s, box-shadow .3s, height .3s;
}
/* The page now opens on a light banner, so the header is always solid navy. */
.site-header.is-solid { background: rgba(7, 29, 69, .96); }
.site-header.is-scrolled { height: 70px; background: rgba(7, 29, 69, .94); backdrop-filter: blur(18px); box-shadow: 0 8px 30px rgba(7,29,69,.18); }
.brand { width: 134px; flex: 0 0 auto; }
.brand img { width: 100%; }
.site-header nav { display: flex; gap: 30px; margin-left: auto; font-weight: 600; font-size: 14px; }
.site-header nav a { position: relative; padding: 9px 0; }
.site-header nav a::after { content: ""; position: absolute; left: 0; bottom: 2px; width: 0; height: 2px; background: var(--gold); transition: width .2s; }
.site-header nav a:hover::after { width: 100%; }

.button { min-height: 48px; padding: 0 24px; border: 0; border-radius: 9px; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; font-weight: 700; letter-spacing: .01em; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: #fff; background: linear-gradient(135deg, #e2ab4d, #c98520); box-shadow: 0 12px 26px rgba(190, 125, 27, .24); }
.button-gold:hover { box-shadow: 0 16px 32px rgba(190, 125, 27, .32); }
.button-light { color: var(--navy); background: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.75); }
.button-navy { color: #fff; background: var(--navy); }
.button:disabled { cursor: not-allowed; opacity: .4; transform: none; box-shadow: none; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 9px; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: #fff; }

.hero { position: relative; min-height: 760px; height: min(88vh, 900px); overflow: hidden; background: var(--sky); }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(233,247,255,.98) 0%, rgba(233,247,255,.88) 25%, rgba(233,247,255,.22) 51%, transparent 67%); pointer-events: none; }
.hero-copy { position: relative; z-index: 2; width: min(590px, 43vw); margin-left: max(5.3vw, calc((100vw - var(--container))/2)); padding-top: 142px; }
.event-label { margin: 0 0 18px; color: var(--navy); font-size: 13px; font-weight: 700; letter-spacing: .18em; }
h1, h2 { font-family: "Playfair Display", Georgia, serif; }
h1 { margin: 0; font-size: clamp(58px, 5.7vw, 92px); line-height: .98; letter-spacing: -.045em; font-weight: 600; }
.hero-subtitle { margin: 16px 0 18px; color: var(--gold-dark); font-family: "Playfair Display", Georgia, serif; font-size: clamp(25px, 2vw, 34px); font-style: italic; }
.event-meta { display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 0 0 20px; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .035em; }
.event-meta span + span::before { content: "•"; color: var(--gold); margin-right: 20px; }
.hero-offer { width: min(470px, 100%); padding: 18px 25px; display: flex; align-items: baseline; justify-content: space-between; gap: 18px; background: rgba(255,255,255,.91); border: 1px solid rgba(215,155,55,.55); border-radius: 13px; box-shadow: 0 16px 34px rgba(46,79,111,.12); }
.hero-offer strong { font-size: clamp(28px, 2.6vw, 43px); text-transform: uppercase; letter-spacing: -.035em; }
.hero-offer span { max-width: 120px; color: var(--coral); font-size: 15px; font-weight: 800; text-transform: uppercase; }
.hero-actions { display: flex; gap: 12px; margin-top: 20px; }
.hero-rsvp-note { margin: 12px 0 0; color: var(--navy-soft); font-size: 13px; font-weight: 600; opacity: .85; }
.scroll-cue { position: absolute; z-index: 3; right: 40px; bottom: 30px; display: flex; align-items: center; gap: 8px; color: #fff; font-size: 13px; font-weight: 600; }
.scroll-cue svg, .rail-controls svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; }

.offer-strip { position: relative; z-index: 4; width: min(var(--container), 90vw); margin: -48px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); background: linear-gradient(135deg, #0a2350 0%, #12305f 55%, #1a3f7d 100%); border: 1px solid rgba(226, 171, 77, .55); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.offer-strip::before { content: ""; position: absolute; inset: 6px; border: 1px solid rgba(226, 171, 77, .28); border-radius: calc(var(--radius) - 6px); pointer-events: none; }
.offer-strip article { padding: 28px 26px; display: grid; grid-template-columns: auto 1fr; column-gap: 14px; border-right: 1px solid rgba(226, 171, 77, .22); }
.offer-strip article:last-child { border-right: 0; }
.offer-strip article > span { grid-row: 1 / 3; color: var(--gold); font-family: "Playfair Display", serif; font-size: 26px; }
.offer-strip strong { font-size: 16px; text-transform: uppercase; color: #fff; }
.offer-strip small { margin-top: 5px; color: rgba(255, 255, 255, .68); }

.tour-section { width: min(var(--container), 90vw); margin: 0 auto; padding: 118px 0 105px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.section-kicker { margin: 0 0 9px; color: var(--gold-dark); font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
h2 { margin: 0; font-size: clamp(42px, 4vw, 64px); line-height: 1.05; letter-spacing: -.035em; }
.section-heading > div > p:last-child { margin: 12px 0 0; color: var(--muted); font-size: 17px; }
.rail-controls { display: flex; gap: 10px; }
.rail-controls button { width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--gold-dark); cursor: pointer; transition: .2s; }
.rail-controls button:hover { background: var(--gold); color: #fff; border-color: var(--gold); }
.filters { width: max-content; max-width: 100%; margin: 32px 0 28px; padding: 5px; display: flex; overflow-x: auto; border: 1px solid var(--line); border-radius: 999px; }
.filter { min-width: 128px; padding: 10px 18px; border: 0; border-radius: 999px; color: var(--navy); background: transparent; cursor: pointer; font-weight: 700; white-space: nowrap; }
.filter.is-active { color: #fff; background: linear-gradient(135deg, #dca244, #c6811f); }

.tour-rail { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 54px) / 4); gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 4px 3px 18px; }
.tour-rail::-webkit-scrollbar { display: none; }
.tour-card { scroll-snap-align: start; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 25px rgba(22, 52, 93, .08); transition: transform .25s, box-shadow .25s, border-color .25s; }
.tour-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.tour-card.is-saved { border-color: var(--gold); }
.tour-image { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--sky); }
.tour-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .5s; }
.tour-card:hover .tour-image img { transform: scale(1.04); }
.save-tour { position: absolute; top: 12px; right: 12px; width: 42px; height: 42px; border: 0; border-radius: 50%; color: var(--navy); background: rgba(255,255,255,.94); box-shadow: 0 7px 18px rgba(7,29,69,.16); cursor: pointer; font-size: 22px; }
.save-tour.is-saved { color: var(--coral); }
.tour-content { padding: 20px; }
.tour-category { color: var(--gold-dark); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.tour-content h3 { min-height: 55px; margin: 9px 0 13px; font-family: "Playfair Display", serif; font-size: 23px; line-height: 1.15; }
.tour-meta { display: flex; gap: 13px; color: var(--muted); font-size: 13px; }
.tour-meta span + span { padding-left: 13px; border-left: 1px solid var(--line); }
.tour-price { margin-top: 12px; color: var(--coral); font-family: "Playfair Display", serif; font-size: 24px; font-weight: 600; }
.tour-deal { position: absolute; top: 12px; left: 12px; padding: 5px 11px; border-radius: 6px; color: #fff; background: var(--navy); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; box-shadow: 0 7px 18px rgba(7,29,69,.22); }
.tour-link { width: 100%; min-height: 43px; margin-top: 14px; border: 1px solid var(--gold); border-radius: 8px; color: var(--gold-dark); background: #fff; cursor: pointer; font-weight: 700; }
.tour-link:hover { color: #fff; background: var(--gold); }

.shortlist { margin-top: 26px; min-height: 104px; padding: 18px 20px; display: grid; grid-template-columns: 230px 1fr auto; align-items: center; gap: 22px; background: var(--sky); border: 1px solid var(--sky-strong); border-radius: var(--radius); }
.shortlist-intro { display: flex; align-items: center; gap: 14px; }
.heart-mark { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; color: var(--coral); background: #fff; font-size: 26px; box-shadow: 0 8px 20px rgba(22,52,93,.08); }
.shortlist-intro strong { display: block; font-family: "Playfair Display", serif; font-size: 20px; }
.shortlist-intro small { display: block; margin-top: 3px; color: var(--muted); }
.shortlist-items { display: flex; gap: 10px; overflow: hidden; }
.shortlist-items > p { color: var(--muted); }
.shortlist-chip { max-width: 190px; padding: 10px 12px; display: flex; align-items: center; gap: 10px; background: #fff; border-radius: 10px; }
.shortlist-chip img { width: 46px; height: 42px; object-fit: cover; border-radius: 6px; }
.shortlist-chip span { overflow: hidden; font-size: 12px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }

.visit-details { margin: 30px 0; display: grid; grid-template-columns: repeat(3, 1fr); }
.countdown-card { position: relative; padding: 42px; color: #fff; background: linear-gradient(150deg, #12305f, #0a2350); border: 1px solid rgba(226,171,77,.5); border-radius: 28px; box-shadow: 0 30px 70px rgba(0,0,0,.35); overflow: hidden; }

/* Fast Pass ticket variant of the countdown card */
.fastpass { padding: 0 0 26px; border-radius: 20px; }
.fastpass-head { margin: 0 0 22px; padding: 13px 18px; text-align: center; background: linear-gradient(90deg, #b01d1d, #d43a2e 50%, #b01d1d); color: #fff; font-size: 15px; font-weight: 800; letter-spacing: .12em; border-radius: 19px 19px 0 0; }
.fastpass-sub { margin: 0 26px; color: #f2c776; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.fastpass .countdown { margin: 18px 26px; }
.fastpass-divider { position: relative; margin: 20px 0; border-top: 2px dashed rgba(255,255,255,.28); }
.fastpass-divider::before, .fastpass-divider::after { content: ""; position: absolute; top: -12px; width: 22px; height: 22px; border-radius: 50%; background: #e9f1fb; }
.fastpass-divider::before { left: -12px; }
.fastpass-divider::after { right: -12px; }
.fastpass-qr { display: flex; align-items: center; gap: 16px; margin: 0 26px; }
.fastpass-qr img { flex: none; width: 96px; height: 96px; border-radius: 10px; background: #fff; padding: 5px; box-sizing: border-box; }
.fastpass-qr.is-fallback img { display: none; }
.fastpass-qr-copy b { display: block; font-size: 15px; color: #ecc06a; }
.fastpass-qr-copy span { display: block; margin-top: 6px; color: rgba(255,255,255,.72); font-size: 12.5px; line-height: 1.55; }
.countdown-card::before { content: ""; position: absolute; width: 220px; height: 220px; top: -120px; right: -80px; border: 1px solid rgba(215,155,55,.45); border-radius: 50%; box-shadow: 0 0 0 28px rgba(215,155,55,.08), 0 0 0 56px rgba(215,155,55,.05); }
.countdown-card > * { position: relative; }
.countdown-card > p:first-child { margin: 0; color: #f2c776; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.countdown { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 24px 0; }
.countdown div { padding: 17px 6px; text-align: center; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; background: rgba(255,255,255,.07); }
.countdown strong { display: block; font-family: "Playfair Display", serif; font-size: 34px; font-variant-numeric: tabular-nums; }
.countdown div:last-child { border-color: rgba(226,171,77,.65); background: rgba(226,171,77,.14); }
.countdown div:last-child strong { color: #ecc06a; }
.countdown span { color: rgba(255,255,255,.7); font-size: 11px; text-transform: uppercase; }
.countdown-note { color: rgba(255,255,255,.72); line-height: 1.6; }
.trust-band { padding: 26px max(5vw, calc((100vw - var(--container))/2)); display: flex; justify-content: space-between; gap: 20px; color: var(--navy); background: var(--sky); font-size: 13px; font-weight: 700; }
.trust-band span::before { content: "◆"; margin-right: 10px; color: var(--gold); font-size: 9px; }

/* ── Gifts (styled after the fair's LED gift posters: navy + gold, light panels) ── */
.gift-section { position: relative; padding: 96px max(5vw, calc((100vw - var(--container))/2)) 0; text-align: center; color: #fff; overflow: hidden; background: radial-gradient(70% 55% at 50% 0%, #1d4489 0%, transparent 60%), radial-gradient(40% 35% at 8% 85%, rgba(226,171,77,.14), transparent 70%), radial-gradient(40% 35% at 94% 80%, rgba(226,171,77,.12), transparent 70%), linear-gradient(180deg, #0c2757 0%, #071d45 100%); }
.gift-section::before { content: "✦ ✦ ✦"; position: absolute; top: 42px; left: 8%; color: rgba(226,171,77,.5); font-size: 13px; letter-spacing: 18px; }
.gift-section::after { content: "✦ ✦ ✦"; position: absolute; top: 42px; right: 8%; color: rgba(226,171,77,.5); font-size: 13px; letter-spacing: 18px; }
.gift-ribbon { display: inline-block; margin: 0 auto 18px; padding: 8px 26px; color: var(--navy-dark, #071d45); background: linear-gradient(90deg, #c98520, #ecc06a 50%, #c98520); clip-path: polygon(12px 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 12px 100%, 0 50%); font-size: 12.5px; font-weight: 800; letter-spacing: .14em; }
.gift-section h2 { margin: 0 0 44px; font-family: "Playfair Display", serif; font-size: clamp(30px, 3.8vw, 46px); line-height: 1.1; color: #ecc06a; text-transform: uppercase; letter-spacing: .02em; text-shadow: 0 2px 18px rgba(0,0,0,.35); }
.gift-section h2 span { display: block; margin-top: 12px; font-family: "DM Sans", sans-serif; font-size: 17px; font-weight: 700; letter-spacing: .3em; color: #fff; text-transform: none; }
.gift-tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; text-align: left; }
.gift-tier { position: relative; display: flex; flex-direction: column; padding: 30px 26px 0; background: linear-gradient(180deg, #f2f6fc 0%, #dfe9f6 100%); border: 1px solid rgba(226,171,77,.65); border-radius: 18px; box-shadow: 0 24px 60px rgba(0,0,0,.35); }
.gift-tier::before { content: ""; position: absolute; top: -1px; left: 24px; right: 24px; height: 4px; background: linear-gradient(90deg, transparent, #ecc06a, transparent); }
.gift-badge { position: absolute; top: -16px; right: 16px; display: grid; place-items: center; width: 96px; height: 96px; padding: 10px; border-radius: 50%; background: radial-gradient(circle at 50% 35%, #e14b45, #b01d1d 78%); border: 3px solid #ecc06a; box-shadow: 0 10px 26px rgba(176,29,29,.45); color: #fff; font-size: 11px; font-weight: 800; text-align: center; line-height: 1.25; text-transform: uppercase; transform: rotate(6deg); }
.gift-badge b { display: block; margin-top: 3px; font-size: 12px; }
.gift-tier h3 { margin: 0 0 18px; padding-right: 84px; font-family: "Playfair Display", serif; font-size: 24px; line-height: 1.1; color: var(--navy); }
.gift-tier:not(:first-child) h3 { padding-right: 0; }
.gift-tier h3 span { display: block; margin-top: 6px; font-family: "DM Sans", sans-serif; font-size: 13.5px; font-weight: 700; letter-spacing: .12em; color: var(--gold-dark); }
.gift-items { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.gift-items li { display: flex; align-items: center; gap: 12px; padding: 10px 14px; background: #fff; border: 1px solid rgba(215,155,55,.35); border-radius: 11px; box-shadow: 0 4px 12px rgba(22,52,93,.06); }
.gift-items i { flex: none; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--sky); font-style: normal; font-size: 19px; }
.gift-thumb { position: relative; flex: none; width: 46px; height: 46px; border-radius: 10px; overflow: hidden; background: var(--sky); border: 1px solid rgba(215,155,55,.3); }
.gift-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gift-thumb i { display: none; }
.gift-thumb.is-fallback img { display: none; }
.gift-thumb.is-fallback i { position: absolute; inset: 0; display: grid; place-items: center; width: auto; height: auto; border-radius: 0; font-size: 20px; }
.gift-items b { display: block; font-size: 13.5px; color: var(--navy); line-height: 1.2; }
.gift-items small { display: block; margin-top: 2px; color: var(--muted); font-size: 12px; }
.gift-items--compact { grid-template-columns: 1fr 1fr; gap: 8px; }
.gift-items--compact li { padding: 8px 10px; gap: 8px; }
.gift-items--compact i { width: 30px; height: 30px; font-size: 15px; }
.gift-items--compact .gift-thumb { width: 38px; height: 38px; }
.gift-items--compact b { font-size: 12px; }
.gift-items--compact small { font-size: 10.5px; }
.gift-note { margin: 22px -26px 0; margin-top: auto; padding: 13px 18px; border-radius: 0 0 17px 17px; background: linear-gradient(90deg, #b01d1d, #d43a2e 50%, #b01d1d); color: #fff; text-align: center; font-size: 12px; font-weight: 600; line-height: 1.55; }
.gift-items { margin-bottom: 22px; }
.gift-cta { margin: 40px 0 0; }
#gifts.gift-section { padding-bottom: 92px; }
.fair-strip { margin: 56px calc(-1 * max(5vw, (100vw - var(--container)) / 2)) 0; padding: 16px 20px; display: flex; flex-direction: column; gap: 3px; background: linear-gradient(90deg, #a91616, #d43a2e 50%, #a91616); color: #fff; font-size: 14px; font-weight: 700; letter-spacing: .03em; }
.fair-strip span:last-child { font-size: 12.5px; font-weight: 500; color: rgba(255,255,255,.85); }

/* ── Top banner: visit info + live countdown on a soft, light ground ── */
.visit-banner { position: relative; padding: 150px max(5vw, calc((100vw - var(--container))/2)) 74px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 80px; overflow: hidden; background: radial-gradient(80% 70% at 90% -10%, rgba(226,171,77,.16), transparent 55%), linear-gradient(160deg, #f7fafd 0%, #e9f1fb 55%, #dce9f8 100%); }
.visit-banner::before { content: ""; position: absolute; width: 300px; height: 300px; bottom: -170px; left: -120px; border: 1px solid rgba(226,171,77,.5); border-radius: 50%; box-shadow: 0 0 0 34px rgba(226,171,77,.1), 0 0 0 68px rgba(226,171,77,.05); }
.visit-banner h1 { margin: 10px 0 0; font-family: "Playfair Display", serif; font-size: clamp(40px, 4.6vw, 62px); line-height: 1.05; color: var(--navy); }
.visit-banner h1 em { font-style: italic; color: var(--gold-dark); }
.visit-banner .hero-rsvp-note { max-width: 560px; padding: 10px 14px; border-left: 3px solid var(--gold); background: rgba(226,171,77,.12); border-radius: 0 8px 8px 0; color: var(--navy-soft); line-height: 1.55; }
.visit-lead { max-width: 640px; margin: 18px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.visit-banner .visit-details { margin: 30px 0; display: grid; grid-template-columns: repeat(3, 1fr); }
.visit-banner .visit-details > div { padding-right: 24px; border-right: 1px solid rgba(185,121,25,.35); }
.visit-banner .visit-details > div + div { padding-left: 24px; }
.visit-banner .visit-details > div:last-child { border: 0; }
.visit-banner .visit-details small { display: block; color: var(--gold-dark); text-transform: uppercase; letter-spacing: .1em; font-weight: 700; font-size: 11px; }
.visit-banner .visit-details strong { display: block; margin: 5px 0; font-size: 17px; color: var(--navy); }
.visit-banner .visit-details span { display: block; color: var(--muted); font-size: 13.5px; }
.visit-banner .hero-rsvp-note { margin-top: 12px; }

/* ── Sit-down gifts: real product photos (emoji fallback until exported) ── */
.gift-photo-wrap { position: relative; max-width: 1080px; margin: 0 auto; padding: 34px 30px 0; background: linear-gradient(180deg, #f2f6fc 0%, #dfe9f6 100%); border: 1px solid rgba(226,171,77,.65); border-radius: 18px; box-shadow: 0 24px 60px rgba(0,0,0,.35); text-align: left; display: flex; flex-direction: column; }
.gift-photo-wrap::before { content: ""; position: absolute; top: -1px; left: 24px; right: 24px; height: 4px; background: linear-gradient(90deg, transparent, #ecc06a, transparent); }
.gift-photo-wrap .gift-badge { top: -30px; right: 18px; }
.gift-photo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.gift-photo-card { margin: 0; }
.gift-photo { position: relative; aspect-ratio: 5 / 4; overflow: hidden; background: #fff; border: 1px solid rgba(215,155,55,.4); border-radius: 14px; box-shadow: 0 6px 16px rgba(22,52,93,.08); }
.gift-photo img { width: 100%; height: 100%; object-fit: contain; display: block; padding: 10px; box-sizing: border-box; }
.gift-photo span { display: none; }
.gift-photo.is-fallback span { position: absolute; inset: 0; display: grid; place-items: center; font-size: 52px; background: var(--sky); }
.gift-photo-card figcaption { margin-top: 12px; text-align: center; }
.gift-photo-card b { display: block; font-size: 14.5px; color: var(--navy); text-transform: uppercase; letter-spacing: .04em; }
.gift-photo-card small { display: block; margin: 3px 0 16px; color: var(--muted); font-size: 12.5px; }
.gift-photo-wrap .gift-note { margin: 8px -30px 0; border-radius: 0 0 17px 17px; }
.gift-tiers--two { grid-template-columns: repeat(2, 1fr); max-width: 1080px; margin: 0 auto; }

/* ── Trust: Listed / Licensed / Local ── */
.trust-section { position: relative; padding: 90px max(5vw, calc((100vw - var(--container))/2)) 0; text-align: center; color: #fff; overflow: hidden; background: radial-gradient(70% 55% at 50% 0%, #1d4489 0%, transparent 60%), linear-gradient(180deg, #0c2757 0%, #071d45 100%); }
.trust-section h2 { margin: 0 0 46px; font-family: "Playfair Display", serif; font-size: clamp(30px, 3.8vw, 46px); color: #fff; text-transform: uppercase; letter-spacing: .08em; }
.trust-section h2 span { display: block; margin-top: 12px; font-family: "DM Sans", sans-serif; font-size: 16px; font-weight: 700; letter-spacing: .28em; color: #ecc06a; text-transform: none; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; text-align: left; max-width: 1140px; margin: 0 auto; }
.trust-card { display: flex; flex-direction: column; padding: 28px 26px 26px; background: rgba(255,255,255,.05); border: 1px solid rgba(226,171,77,.4); border-radius: 16px; }
.trust-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 16px; border-radius: 14px; background: rgba(226,171,77,.16); border: 1px solid rgba(226,171,77,.5); font-size: 26px; }
.trust-card h3 { margin: 0 0 10px; font-family: "Playfair Display", serif; font-size: 26px; color: #fff; }
.trust-card h3 span { margin-left: 10px; font-family: "DM Sans", sans-serif; font-size: 15px; font-weight: 700; color: #ecc06a; }
.trust-fact { margin: 0 0 6px; color: #ecc06a; font-size: 14px; font-weight: 700; }
.trust-card p:not(.trust-fact) { margin: 0 0 18px; color: rgba(255,255,255,.72); font-size: 13.5px; line-height: 1.65; }
.trust-photo { margin-top: auto; aspect-ratio: 16 / 10; overflow: hidden; border-radius: 10px; border: 1px solid rgba(226,171,77,.35); background: rgba(255,255,255,.06); }
.trust-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.trust-photo.is-missing { display: none; }
.trust-strip { margin: 56px calc(-1 * max(5vw, (100vw - var(--container)) / 2)) 0; padding: 18px max(5vw, calc((100vw - var(--container)) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 20px; background: rgba(255,255,255,.06); border-top: 1px solid rgba(226,171,77,.35); text-align: left; font-size: 14.5px; font-weight: 600; line-height: 1.5; }
.trust-strip .button { flex: none; }

/* ── Mobile sticky RSVP bar (header CTA is hidden on small screens) ── */
.mobile-sticky-rsvp { position: fixed; left: 14px; right: 14px; bottom: max(12px, env(safe-area-inset-bottom)); z-index: 40; display: none; min-height: 54px; align-items: center; justify-content: center; border: 0; border-radius: 12px; background: linear-gradient(135deg, #e2ab4d, #c98520); color: #fff; font-family: "DM Sans", sans-serif; font-size: 16px; font-weight: 800; letter-spacing: .01em; box-shadow: 0 -4px 14px rgba(7,29,69,.12), 0 14px 30px rgba(190,125,27,.45); cursor: pointer; }

/* ── Flash sale ── */
.flash-section { position: relative; padding: 90px max(5vw, calc((100vw - var(--container))/2)); text-align: center; background: linear-gradient(180deg, #fff6ec 0%, #fff 40%, #ffefe9 100%); border-top: 1px solid #f2e3c8; overflow: hidden; }
.flash-kicker { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 14px; padding: 9px 22px; border-radius: 999px; background: #b01d1d; color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .12em; box-shadow: 0 10px 26px rgba(176,29,29,.3); }
.flash-live { width: 9px; height: 9px; border-radius: 50%; background: #ffd28a; animation: flashPulse 1.1s ease-in-out infinite; }
@keyframes flashPulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .35; transform: scale(.7); } }
.flash-section h2 { margin: 0 0 42px; font-family: "Playfair Display", serif; font-size: clamp(32px, 4vw, 48px); color: #b01d1d; }
.flash-section h2 span { display: block; margin-top: 10px; font-family: "DM Sans", sans-serif; font-size: 16px; font-weight: 700; letter-spacing: .1em; color: var(--navy); }
.flash-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; text-align: left; }
.flash-card { position: relative; overflow: hidden; background: #fff; border: 2px solid #f0c9a0; border-radius: 16px; box-shadow: 0 18px 44px rgba(176,29,29,.12); transition: transform .25s, box-shadow .25s; }
.flash-card:hover { transform: translateY(-6px); box-shadow: 0 26px 60px rgba(176,29,29,.2); }
.flash-burst { position: absolute; z-index: 2; top: 12px; right: 12px; display: grid; place-items: center; width: 74px; height: 74px; border-radius: 50%; background: radial-gradient(circle at 50% 32%, #e14b45, #b01d1d 80%); border: 2.5px solid #ecc06a; color: #fff; font-size: 20px; font-weight: 800; line-height: 1; box-shadow: 0 10px 24px rgba(176,29,29,.4); transform: rotate(8deg); }
.flash-burst b { font-size: 11px; letter-spacing: .12em; }
.flash-image { aspect-ratio: 16 / 9; overflow: hidden; background: var(--navy); }
.flash-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.flash-body { padding: 18px 20px 22px; }
.flash-body h3 { margin: 0; font-family: "Playfair Display", serif; font-size: 20px; line-height: 1.15; color: var(--navy); }
.flash-meta { margin: 7px 0 12px; color: var(--muted); font-size: 12.5px; }
.flash-price { display: flex; align-items: baseline; gap: 12px; margin: 0 0 16px; }
.flash-price s { color: var(--muted); font-size: 16px; }
.flash-price em { font-style: normal; font-family: "Playfair Display", serif; font-size: 38px; font-weight: 600; color: #b01d1d; line-height: 1; }
.flash-cta { width: 100%; min-height: 46px; border: 0; border-radius: 9px; background: linear-gradient(135deg, #d43a2e, #b01d1d); color: #fff; font-weight: 700; font-size: 14.5px; cursor: pointer; box-shadow: 0 10px 24px rgba(176,29,29,.28); transition: transform .2s; }
.flash-cta:hover { transform: translateY(-2px); }
.flash-note { max-width: 760px; margin: 36px auto 0; color: var(--muted); font-size: 13.5px; line-height: 1.7; }

footer { padding: 44px max(5vw, calc((100vw - var(--container))/2)); display: flex; align-items: center; gap: 30px; color: #fff; background: var(--navy); }
footer img { width: 130px; }
footer p { color: rgba(255,255,255,.72); }
footer a { margin-left: auto; color: #f2c776; font-weight: 700; }

.modal { width: min(520px, calc(100vw - 32px)); padding: 0; border: 0; border-radius: 22px; color: var(--navy); box-shadow: 0 34px 90px rgba(7,29,69,.35); }
.modal::backdrop { background: rgba(5,20,46,.64); backdrop-filter: blur(6px); }
.modal form { position: relative; padding: 38px; }
.modal h2 { font-size: 42px; }
.modal form > p:not(.section-kicker) { color: var(--muted); line-height: 1.6; }
.modal label { margin-top: 16px; display: grid; gap: 7px; font-size: 13px; font-weight: 700; }
.modal input, .modal select { width: 100%; height: 48px; padding: 0 14px; border: 1px solid var(--line); border-radius: 9px; color: var(--navy); background: #fff; outline: none; }
.modal input:focus, .modal select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(215,155,55,.12); }
.modal form > .button { width: 100%; margin-top: 24px; }
.modal-close { position: absolute; top: 18px; right: 18px; width: 38px; height: 38px; border: 0; border-radius: 50%; color: var(--navy); background: var(--sky); cursor: pointer; font-size: 24px; }
.compare-modal { width: min(760px, calc(100vw - 32px)); }
.compare-grid { margin-top: 24px; display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; }
.compare-item { padding: 16px; border: 1px solid var(--line); border-radius: 12px; }
.compare-item img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 8px; }
.compare-item h3 { font-family: "Playfair Display", serif; }
.toast { position: fixed; z-index: 50; left: 50%; bottom: 26px; padding: 13px 20px; color: #fff; background: var(--navy); border-radius: 999px; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translate(-50%, 18px); transition: .25s; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1050px) {
  .mobile-sticky-rsvp { display: inline-flex; }
  body { padding-bottom: 84px; }
  .site-header nav { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .site-header .button { display: none; }
  .site-header.is-menu-open { height: auto; padding-bottom: 20px; flex-wrap: wrap; background: rgba(7,29,69,.97); }
  .site-header.is-menu-open nav { order: 4; width: 100%; display: grid; gap: 8px; }
  .hero-copy { width: 53vw; }
  .offer-strip { grid-template-columns: repeat(2, 1fr); }
  .offer-strip article:nth-child(2) { border-right: 0; }
  .offer-strip article:nth-child(-n+2) { border-bottom: 1px solid rgba(226,171,77,.22); }
  .tour-rail { grid-auto-columns: calc((100% - 36px) / 3); }
  .shortlist { grid-template-columns: 220px 1fr; }
  .shortlist .button { grid-column: 1 / -1; }
  .visit-section { grid-template-columns: 1fr; gap: 50px; }
  .visit-banner { grid-template-columns: 1fr; gap: 46px; padding-top: 120px; }
  .gift-tiers { grid-template-columns: 1fr; max-width: 620px; margin: 0 auto; }
  .trust-grid { grid-template-columns: 1fr; max-width: 620px; margin: 0 auto; }
  .gift-tiers--two { grid-template-columns: 1fr; }
  .gift-photo-grid { grid-template-columns: repeat(2, 1fr); }
  .flash-grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
  .gift-section::before, .gift-section::after { display: none; }
}

@media (max-width: 760px) {
  .site-header { height: 66px; padding: 0 20px; }
  .brand { width: 112px; }
  .hero { height: auto; min-height: 760px; background: var(--sky); }
  .hero-media { position: relative; height: 310px; object-position: 62% center; }
  .hero::after { display: none; }
  .hero-copy { width: auto; margin: 0; padding: 32px 20px 90px; }
  h1 { font-size: 50px; }
  .hero-subtitle { font-size: 24px; }
  .hero-offer { align-items: center; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .scroll-cue { right: 20px; bottom: 24px; color: var(--navy); }
  .offer-strip { width: calc(100% - 28px); margin-top: -24px; grid-template-columns: 1fr; }
  .offer-strip article { padding: 20px; border-right: 0; border-bottom: 1px solid rgba(226,171,77,.22); }
  .offer-strip article:last-child { border-bottom: 0; }
  .tour-section { width: calc(100% - 40px); padding: 84px 0 80px; }
  .section-heading { align-items: flex-start; }
  .rail-controls { display: none; }
  h2 { font-size: 42px; }
  .filters { width: 100%; border-radius: 12px; }
  .filter { min-width: 112px; }
  .tour-rail { grid-auto-columns: 84%; }
  .shortlist { grid-template-columns: 1fr; }
  .shortlist-items { flex-wrap: wrap; }
  .shortlist-chip { max-width: 100%; }
  .visit-section { padding: 80px 20px; }
  .visit-details { grid-template-columns: 1fr; gap: 18px; }
  .visit-details > div, .visit-details > div + div { padding: 0 0 18px; border-right: 0; border-bottom: 1px solid rgba(226,171,77,.35); }
  .gift-section { padding: 72px 20px 0; }
  #gifts.gift-section { padding-bottom: 72px; }
  .gift-ribbon { font-size: 10.5px; letter-spacing: .06em; padding: 7px 18px; white-space: nowrap; }
  .visit-banner { padding: 108px 20px 56px; }
  .visit-banner .visit-details { grid-template-columns: 1fr; gap: 16px; }
  .visit-banner .visit-details > div, .visit-banner .visit-details > div + div { padding: 0 0 14px; border-right: 0; border-bottom: 1px solid rgba(185,121,25,.3); }
  .visit-banner .visit-details > div:last-child { border-bottom: 0; padding-bottom: 0; }
  .visit-banner .button { width: 100%; }
  .countdown { grid-template-columns: repeat(4, 1fr); gap: 7px; }
  .countdown strong { font-size: 26px; }
  .gift-photo-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .gift-photo-wrap { padding: 26px 18px 0; }
  .gift-photo-wrap .gift-note { margin: 8px -18px 0; }
  .flash-section { padding: 72px 20px; }
  .trust-section { padding: 64px 20px 0; }
  .trust-strip { margin: 44px -20px 0; padding: 16px 20px; flex-direction: column; align-items: flex-start; }
  .gift-items--compact { grid-template-columns: 1fr; }
  .gift-items--compact b { font-size: 13.5px; }
  .gift-items--compact small { font-size: 12px; }
  .fair-strip { margin: 48px -20px 0; text-align: center; }
  .countdown-card { padding: 30px 20px; }
  .trust-band { padding: 24px 20px; flex-direction: column; }
  footer { padding: 38px 20px; flex-wrap: wrap; }
  footer a { width: 100%; margin: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* ── 2026-08-19 promo additions: 5-slot strip, promo bar, China free tour,
     61% sub-block, bank strip, travel-safe strip, 4-col visit details ── */
.offer-strip--five { grid-template-columns: repeat(5, 1fr); }
.offer-strip--five article { padding: 24px 20px; }
.offer-new { position: relative; background: rgba(226, 171, 77, .12); }
.offer-strip strong i { display: inline-block; margin-left: 6px; padding: 2px 7px; border-radius: 5px; background: #d43a2e; color: #fff; font-style: normal; font-size: 10px; letter-spacing: .08em; vertical-align: 2px; }

.promo-bar { width: min(var(--container), 90vw); margin: 14px auto 0; padding: 12px 20px; border: 1px dashed rgba(185, 121, 25, .55); border-radius: 10px; background: #fff7e8; color: var(--navy); text-align: center; font-size: 13.5px; }
.promo-bar b { color: var(--gold-dark); }

.china-section { position: relative; margin-top: 56px; padding: 72px max(5vw, calc((100vw - var(--container))/2)); text-align: center; color: #fff; overflow: hidden; background: radial-gradient(80% 60% at 50% 0%, #a3241c 0%, transparent 62%), linear-gradient(180deg, #8e1a13 0%, #6f0f0a 100%); }
.china-section::before { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(236, 192, 106, .5); border-radius: 14px; pointer-events: none; }
.china-kicker { margin: 0 0 14px; color: #ecc06a; font-size: 12.5px; font-weight: 800; letter-spacing: .22em; }
.china-section h2 { margin: 0 0 16px; font-family: "Playfair Display", serif; font-size: clamp(28px, 3.6vw, 44px); line-height: 1.12; color: #fff; }
.china-section h2 em { font-style: normal; color: #ffd98a; text-decoration: underline; text-decoration-color: rgba(236,192,106,.6); text-underline-offset: 6px; }
.china-section h2 span { display: block; margin-top: 10px; font-family: "DM Sans", sans-serif; font-size: 17px; font-weight: 700; letter-spacing: .14em; color: #ffd98a; }
.china-rule { max-width: 760px; margin: 0 auto 18px; font-size: 15px; line-height: 1.65; color: rgba(255,255,255,.92); }
.china-rule b { color: #ffd98a; text-transform: uppercase; }
.china-terms { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 18px; margin: 0 0 26px; font-size: 12.5px; color: rgba(255,255,255,.85); }
.china-terms span { padding: 7px 14px; border: 1px solid rgba(236,192,106,.45); border-radius: 999px; background: rgba(0,0,0,.18); }
.china-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 900px; margin: 0 auto 22px; text-align: left; }
.china-grid article { padding: 14px 16px; background: #fffdf7; border: 1px solid #ecc06a; border-radius: 11px; box-shadow: 0 10px 26px rgba(0,0,0,.25); }
.china-grid b { display: block; color: var(--navy); font-size: 14.5px; line-height: 1.3; }
.china-grid span { display: block; margin-top: 3px; color: var(--gold-dark); font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.china-notes { list-style: none; max-width: 860px; margin: 0 auto 26px; padding: 0; text-align: left; }
.china-notes li { position: relative; padding: 5px 0 5px 22px; color: rgba(255,255,255,.78); font-size: 12px; line-height: 1.55; }
.china-notes li::before { content: "ⓘ"; position: absolute; left: 0; color: #ecc06a; }
.china-cta { margin-top: 4px; }

.flash-sub { margin: 46px 0 18px; text-align: center; font-family: "Playfair Display", serif; font-size: clamp(22px, 2.6vw, 30px); color: #b01d1d; }
.flash-sub span { display: block; margin-top: 6px; font-family: "DM Sans", sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .16em; color: var(--gold-dark); }

.bank-strip { display: flex; flex-direction: column; gap: 6px; max-width: 860px; margin: 30px auto 0; padding: 16px 22px; border-radius: 12px; background: #fffdf7; border: 1px solid #ecc06a; color: var(--navy); font-size: 13.5px; text-align: center; }
.bank-strip__label { font-weight: 800; letter-spacing: .08em; color: var(--gold-dark); text-transform: uppercase; font-size: 12px; }
.bank-strip b { color: #b01d1d; }

.safe-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 26px; padding: 26px max(5vw, calc((100vw - var(--container))/2)); background: var(--sky); color: var(--navy); font-size: 13.5px; font-weight: 700; }
.safe-strip span { display: flex; align-items: baseline; gap: 7px; }
.safe-strip small { color: var(--muted); font-weight: 500; }

.visit-banner .visit-details { grid-template-columns: repeat(4, 1fr); }

@media (max-width: 1050px) {
  .offer-strip--five { grid-template-columns: repeat(2, 1fr); }
  .offer-strip--five article:nth-child(2) { border-right: 0; }
  .offer-strip--five article:nth-child(-n+4) { border-bottom: 1px solid rgba(226,171,77,.22); }
  .china-grid { grid-template-columns: repeat(2, 1fr); }
  .visit-banner .visit-details { grid-template-columns: repeat(2, 1fr); }
  .visit-banner .visit-details > div:nth-child(2n) { border-right: 0; }
}
@media (max-width: 760px) {
  .offer-strip--five { grid-template-columns: 1fr; }
  .offer-strip--five article { border-right: 0; border-bottom: 1px solid rgba(226,171,77,.22); }
  .offer-strip--five article:last-child { border-bottom: 0; }
  .china-section { padding: 56px 20px; }
  .china-grid { grid-template-columns: 1fr; }
  .safe-strip { flex-direction: column; gap: 8px; padding: 22px 20px; }
  .bank-strip { margin: 24px 16px 0; }
}

/* ── 2026-08-19 v2: B1F1 headline band + merged 3-tier gifts ── */
.b1f1-band { position: relative; width: min(var(--container), 90vw); margin: 40px auto 0; padding: 40px 44px; display: grid; grid-template-columns: 1.05fr 1fr; gap: 36px; align-items: center; border-radius: var(--radius); overflow: hidden; color: #fff; background: radial-gradient(90% 100% at 100% 0%, rgba(226,171,77,.28), transparent 55%), linear-gradient(135deg, #0a2350 0%, #12305f 55%, #1a3f7d 100%); border: 1px solid rgba(226,171,77,.6); box-shadow: var(--shadow); }
.b1f1-band::before { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(226,171,77,.3); border-radius: calc(var(--radius) - 8px); pointer-events: none; }
.b1f1-kicker { margin: 0 0 10px; color: #ecc06a; font-size: 12px; font-weight: 800; letter-spacing: .2em; }
.b1f1-head h2 { margin: 0 0 12px; font-family: "Playfair Display", serif; font-size: clamp(34px, 3.6vw, 52px); line-height: 1.02; color: #fff; letter-spacing: -.02em; }
.b1f1-head h2 em { font-style: italic; color: #ffd98a; }
.b1f1-head h2 span { display: block; margin-top: 8px; font-family: "DM Sans", sans-serif; font-size: 15px; font-weight: 700; letter-spacing: .18em; color: #ecc06a; }
.b1f1-worth { margin: 0 0 20px; font-size: 14.5px; line-height: 1.6; color: rgba(255,255,255,.85); }
.b1f1-worth b { color: #ffd98a; font-size: 18px; }
.b1f1-chips { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.b1f1-chips article { position: relative; padding: 12px 14px; background: #fffdf7; border: 1px solid #ecc06a; border-radius: 10px; }
.b1f1-chips b { display: block; color: var(--navy); font-size: 13.5px; line-height: 1.25; }
.b1f1-chips span { display: block; margin-top: 2px; color: var(--muted); font-size: 12px; font-weight: 600; }
.b1f1-chips i { position: absolute; top: 10px; right: 10px; padding: 3px 7px; border-radius: 5px; background: #d43a2e; color: #fff; font-style: normal; font-size: 9.5px; font-weight: 800; letter-spacing: .05em; }
.b1f1-note { grid-column: 1 / -1; margin: 2px 0 0; color: rgba(255,255,255,.6); font-size: 11.5px; }
@media (max-width: 1050px) { .b1f1-band { grid-template-columns: 1fr; gap: 22px; padding: 32px 26px; } }
@media (max-width: 760px) { .b1f1-band { width: calc(100% - 28px); } .b1f1-chips { grid-template-columns: 1fr; } }

/* ── 2026-08-19 v3: flash cards now carry live prices from the flash-sale
     system, so burst text can be up to "S$1,400" and titles run to 2 lines.
     Widen the burst + tighten its type so it never clips, and make the card a
     flex column so every CTA lines up on the same baseline across a row. ── */
.flash-burst { width: 80px; height: 80px; font-size: 17px; letter-spacing: -.01em; white-space: nowrap; }
.flash-burst b { font-size: 10.5px; }
.flash-card { display: flex; flex-direction: column; }
.flash-body { display: flex; flex-direction: column; flex: 1; }
.flash-body h3 { min-height: 2.3em; }
.flash-cta { margin-top: auto; }
.flash-price { margin-bottom: 16px; }
