/* =========================================================================
   Ambrosia Haven 2026 — Landing Page Styles
   Depends on colors_and_type.css
   ========================================================================= */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { overflow-x: hidden; }
img { display: block; max-width: 100%; }

/* ---------------- atoms ---------------- */
.eyebrow-m { font-family: var(--font-mono); font-weight: 400; font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: var(--champagne); }
.eyebrow-m--burgundy { color: var(--burgundy); }
.eyebrow-m--dim { color: var(--whisper); }
.mono-s { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase; }
.mono-s--dim { color: var(--whisper); }
.mono-s--champ { color: var(--champagne); }
.mono-s--burg { color: var(--burgundy); opacity: .75; }
.numeral-n { font-family: var(--font-mono); font-weight: 400; font-size: 11px; letter-spacing: .22em; color: var(--champagne); }
.numeral-n--burg { color: var(--burgundy); }
.currency { font-family: var(--font-body); font-size: .42em; vertical-align: .9em; margin-right: .06em; letter-spacing: .04em; }

/* hairlines */
.rule-champ { height: 1px; background: var(--rule-champagne); border: 0; }
.rule-champ--faint { background: var(--rule-champagne-faint); }
.rule-burg { height: 1px; background: var(--rule-burgundy); border: 0; }

/* live dot */
.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--champagne); animation: pulse 2s ease-in-out infinite; display: inline-block; }
@keyframes pulse { 0%,100% { opacity: .35 } 50% { opacity: 1 } }

/* arrow */
.arrow { display: inline-block; width: 18px; height: 1px; background: currentColor; position: relative; transition: transform .3s var(--ease-standard); }
.arrow::after { content: ""; position: absolute; right: 0; top: -4px; width: 9px; height: 9px; border-top: 1px solid currentColor; border-right: 1px solid currentColor; transform: rotate(45deg); }
.btn:hover .arrow { transform: translateX(4px); }

/* buttons */
.btn { display: inline-flex; align-items: center; gap: 14px; font-family: var(--font-mono); font-size: 11px; letter-spacing: .24em; text-transform: uppercase; padding: 15px 26px; border-radius: 2px; border: 1px solid transparent; text-decoration: none; cursor: pointer; transition: background .3s var(--ease-standard), color .3s var(--ease-standard), border-color .3s var(--ease-standard); }
.btn--primary { background: var(--champagne); color: var(--oxblood-deep); border-color: var(--champagne); }
.btn--primary:hover { background: var(--champagne-soft); border-color: var(--champagne-soft); }
.btn--ghost { background: transparent; color: var(--cream); border-color: rgba(201,169,97,.4); }
.btn--ghost:hover { border-color: var(--champagne); color: var(--champagne); }
.btn--text { background: transparent; color: var(--cream); border: none; border-bottom: 1px solid rgba(201,169,97,.4); border-radius: 0; padding: 14px 0; }
.btn--text:hover { color: var(--champagne); border-bottom-color: var(--champagne); }
.btn--burg { background: var(--burgundy); color: var(--paper); border-color: var(--burgundy); }
.btn--burg:hover { background: var(--oxblood); border-color: var(--oxblood); }

/* ---------------- nav ---------------- */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 80; transition: background .3s var(--ease-standard), border-color .3s var(--ease-standard); }
.nav.scrolled { background: rgba(26,13,15,.88); backdrop-filter: blur(8px); border-bottom: 1px solid var(--rule-champagne); }
.nav__bar { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; padding: 20px 56px; gap: 40px; }
.nav__mark { display: flex; align-items: center; gap: 14px; }
.nav__mark img { height: 22px; width: auto; }
.nav__sep { width: 1px; height: 18px; background: rgba(201,169,97,.45); }
.nav__event { font-family: var(--font-display); font-weight: 400; font-size: 15px; letter-spacing: -.01em; color: var(--cream); }
.nav__event em { font-style: italic; color: var(--champagne); font-weight: 300; }
.nav__links { display: flex; gap: 36px; justify-self: center; }
.nav__links a { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--whisper); text-decoration: none; border: none; padding: 0; transition: color .3s var(--ease-standard); cursor: pointer; }
.nav__links a:hover, .nav__links a.active { color: var(--champagne); }
.nav__live { display: inline-flex; align-items: center; gap: 10px; color: var(--champagne); font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase; }
.nav__cta { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .24em; text-transform: uppercase; color: var(--oxblood-deep); background: var(--champagne); padding: 12px 22px; border-radius: 2px; text-decoration: none; border: none; transition: background .3s var(--ease-standard); cursor: pointer; }
.nav__cta:hover { background: var(--champagne-soft); }

/* ---------------- cover ---------------- */
.cover { position: relative; background: var(--oxblood-deep); min-height: 100vh; padding: 140px 56px 40px; display: flex; flex-direction: column; overflow: hidden; }
.cover__bg { position: absolute; inset: 0; background-image: url('assets/imagery/Hero_web.jpg'); background-size: cover; background-position: center top; z-index: 0; }
.cover__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,5,5,0.78) 0%, rgba(10,5,5,0.72) 45%, rgba(10,5,5,0.92) 100%); }
.cover > *:not(.cover__bg) { position: relative; z-index: 2; }
.cover__ghost { position: absolute; left: -3%; bottom: -14%; font-family: var(--font-display); font-style: italic; font-weight: 300; font-variation-settings: "opsz" 144, "SOFT" 100; font-size: 46vw; line-height: .78; color: var(--cream); opacity: .04; pointer-events: none; letter-spacing: -.045em; white-space: nowrap; user-select: none; }
.cover__rails { position: absolute; inset: 140px 56px 40px; display: grid; grid-template-columns: 1fr 1fr; pointer-events: none; z-index: 1; }
.cover__rails::before, .cover__rails::after { content: ""; border-left: 1px solid rgba(201,169,97,.06); }
.cover__top { display: grid; grid-template-columns: 180px 1fr auto; gap: 56px; align-items: start; position: relative; z-index: 2; padding-top: 8px; }
.cover__rail { display: flex; flex-direction: column; gap: 10px; padding-top: 14px; border-top: 1px solid var(--rule-champagne); }
.cover__rail-r { text-align: right; padding-top: 14px; border-top: 1px solid var(--rule-champagne); display: flex; flex-direction: column; gap: 10px; align-items: flex-end; }
.cover__center { display: flex; align-items: center; justify-content: center; gap: 16px; padding-top: 14px; border-top: 1px solid var(--rule-champagne); }

.cover__mid { flex: 1; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; padding: 80px 0 40px; }
.cover__presented { display: flex; align-items: center; gap: 18px; margin-bottom: 56px; }
.cover__presented .eyebrow-m { color: var(--whisper); }
.cover__presented-mark { font-family: var(--font-display); font-weight: 400; font-style: italic; font-size: 20px; letter-spacing: -.01em; color: var(--champagne); }

.cover__wordmark {
  margin: 0;
  width: clamp(520px, 72vw, 1120px);
  max-width: 100%;
  line-height: 0;
}
.cover__wordmark img { display: block; width: 100%; height: auto; }

.cover__sub {
  font-family: var(--font-mono); font-weight: 400;
  font-size: 13px; letter-spacing: .28em; text-transform: uppercase;
  color: var(--whisper); margin-top: 44px; max-width: 62ch;
}
.cover__sub span { color: var(--champagne); }

/* cover meta strip — ceremonial bottom */
.cover__strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--rule-champagne); padding-top: 32px; margin-top: auto; position: relative; z-index: 2; }
.cover__strip-cell { display: flex; flex-direction: column; gap: 14px; padding: 0 28px; border-left: 1px solid var(--rule-champagne-faint); }
.cover__strip-cell:first-child { border-left: none; padding-left: 0; }
.cover__strip-lbl { font-family: var(--font-mono); font-size: 10px; letter-spacing: .28em; text-transform: uppercase; color: var(--whisper); }
.cover__strip-val {
  font-family: var(--font-mono); font-weight: 400;
  font-size: 22px; letter-spacing: .04em; color: var(--cream);
  line-height: 1.1;
}
.cover__strip-val em { font-family: var(--font-display); font-style: italic; font-weight: 300; color: var(--champagne); font-size: 28px; letter-spacing: -.01em; }

.cover__scroll { position: absolute; left: 56px; bottom: 36px; display: flex; align-items: center; gap: 12px; z-index: 3; }
.cover__scroll-line { width: 56px; height: 1px; background: var(--champagne); opacity: .5; }

/* ---------------- package hero (Package 01) ---------------- */
.pkg-hero { background: var(--oxblood-deep); color: var(--cream); padding: 140px 56px 128px; position: relative; overflow: hidden; }
.pkg-hero__bg { position: absolute; inset: 0; background-image: url('assets/imagery/Lounge_web.jpg'); background-size: cover; background-position: center; z-index: 0; }
.pkg-hero__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,5,5,0.88) 0%, rgba(10,5,5,0.92) 40%, rgba(42,13,18,0.98) 100%); }
.pkg-hero > *:not(.pkg-hero__bg) { position: relative; z-index: 2; }
.pkg-hero::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: var(--rule-champagne); }
.pkg-hero__ghost { position: absolute; right: -5%; top: 8%; font-family: var(--font-display); font-style: italic; font-weight: 300; font-variation-settings: "opsz" 144, "SOFT" 100; font-size: 36vw; line-height: .8; color: var(--cream); opacity: .035; pointer-events: none; letter-spacing: -.04em; user-select: none; }

.pkg-hero__grid { display: grid; grid-template-columns: 180px 1fr; gap: 64px; position: relative; z-index: 2; align-items: start; }
.pkg-hero__rail { display: flex; flex-direction: column; gap: 10px; padding-top: 14px; border-top: 1px solid var(--rule-champagne); }

.pkg-hero__body { display: flex; flex-direction: column; gap: 40px; max-width: 1200px; }

.pkg-hero__head { display: grid; grid-template-columns: 1fr auto; gap: 64px; align-items: end; padding-bottom: 40px; border-bottom: 1px solid var(--rule-champagne); }
.pkg-hero__title { font-family: var(--font-display); font-weight: 300; font-variation-settings: "opsz" 144, "SOFT" 70; font-size: clamp(64px, 8vw, 120px); line-height: .95; letter-spacing: -.03em; color: var(--cream); margin: 0; }
.pkg-hero__title em { font-style: italic; color: var(--champagne); font-variation-settings: "opsz" 144, "SOFT" 90; }

.pkg-hero__price { text-align: right; display: flex; flex-direction: column; gap: 10px; align-items: flex-end; min-width: 280px; }
.pkg-hero__price-val { font-family: var(--font-display); font-weight: 300; font-variation-settings: "opsz" 144, "SOFT" 60; font-size: 84px; line-height: 1; letter-spacing: -.03em; color: var(--cream); white-space: nowrap; }
.pkg-hero__price-per { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .24em; text-transform: uppercase; color: var(--whisper); }

.pkg-hero__desc { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; padding-bottom: 12px; }
.pkg-hero__lede { font-family: var(--font-body); font-weight: 300; font-size: 20px; line-height: 1.5; color: var(--cream); max-width: 44ch; letter-spacing: -.005em; }
.pkg-hero__lede em { font-family: var(--font-display); font-style: italic; color: var(--champagne); }
.pkg-hero__pitch { font-family: var(--font-body); font-weight: 300; font-size: 15px; line-height: 1.7; color: var(--whisper); max-width: 50ch; }

/* inclusions grid */
.inclusions-head { display: flex; align-items: baseline; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--rule-champagne); }
.inclusions-head h4 { font-family: var(--font-display); font-weight: 300; font-variation-settings: "opsz" 144, "SOFT" 70; font-size: 34px; letter-spacing: -.02em; color: var(--cream); margin: 0; }
.inclusions-head h4 em { font-style: italic; color: var(--champagne); }
.inclusions-head .count { font-family: var(--font-mono); font-size: 11px; letter-spacing: .24em; color: var(--champagne); text-transform: uppercase; }

.inclusions { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 80px; row-gap: 0; list-style: none; padding: 0; margin: 0; }
.inclusions li { display: grid; grid-template-columns: 64px 1fr auto; gap: 20px; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--rule-champagne-faint); }
.inclusions li .num { font-family: var(--font-mono); font-size: 11px; letter-spacing: .22em; color: var(--champagne); }
.inclusions li .title { font-family: var(--font-body); font-weight: 400; font-size: 16px; color: var(--cream); letter-spacing: -.005em; }
.inclusions li .detail { font-family: var(--font-mono); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--whisper); text-align: right; }

.pkg-hero__foot { display: flex; justify-content: space-between; align-items: center; padding-top: 48px; gap: 32px; flex-wrap: wrap; }
.pkg-hero__foot .meta-line { display: flex; gap: 28px; align-items: center; }

/* ---------------- package cream (Package 02) ---------------- */
.pkg-cream { background: var(--cream); color: var(--ink); padding: 140px 56px 128px; position: relative; overflow: hidden; }
.pkg-cream__bg { position: absolute; inset: 0; background-image: url('assets/imagery/Cocktail_web.jpg'); background-size: cover; background-position: center; z-index: 0; opacity: .14; mix-blend-mode: multiply; }
.pkg-cream > *:not(.pkg-cream__bg) { position: relative; z-index: 2; }
.pkg-cream__ghost { position: absolute; left: -4%; top: 8%; font-family: var(--font-display); font-style: italic; font-weight: 300; font-variation-settings: "opsz" 144, "SOFT" 100; font-size: 34vw; line-height: .8; color: var(--burgundy); opacity: .045; pointer-events: none; letter-spacing: -.04em; user-select: none; }

.pkg-cream__grid { display: grid; grid-template-columns: 180px 1fr; gap: 64px; position: relative; z-index: 2; align-items: start; }
.pkg-cream__rail { display: flex; flex-direction: column; gap: 10px; padding-top: 14px; border-top: 1px solid var(--rule-burgundy); }

.pkg-cream__body { display: flex; flex-direction: column; gap: 40px; max-width: 1200px; }

.pkg-cream__head { display: grid; grid-template-columns: 1fr auto; gap: 64px; align-items: end; padding-bottom: 40px; border-bottom: 1px solid var(--rule-burgundy); }
.pkg-cream__title { font-family: var(--font-display); font-weight: 300; font-variation-settings: "opsz" 144, "SOFT" 70; font-size: clamp(56px, 7vw, 100px); line-height: .95; letter-spacing: -.03em; color: var(--ink); margin: 0; }
.pkg-cream__title em { font-style: italic; color: var(--burgundy); font-variation-settings: "opsz" 144, "SOFT" 90; }

.pkg-cream__price { text-align: right; display: flex; flex-direction: column; gap: 10px; align-items: flex-end; min-width: 280px; }
.pkg-cream__price-val { font-family: var(--font-display); font-weight: 300; font-variation-settings: "opsz" 144, "SOFT" 60; font-size: 76px; line-height: 1; letter-spacing: -.03em; color: var(--ink); white-space: nowrap; }
.pkg-cream__price-per { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .24em; text-transform: uppercase; color: var(--burgundy); }

.pkg-cream__desc { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.pkg-cream__lede { font-family: var(--font-body); font-weight: 300; font-size: 19px; line-height: 1.52; color: var(--burgundy); max-width: 46ch; letter-spacing: -.005em; }
.pkg-cream__lede em { font-family: var(--font-display); font-style: italic; color: var(--ink); }
.pkg-cream__pitch { font-family: var(--font-body); font-weight: 300; font-size: 14.5px; line-height: 1.7; color: var(--burgundy); max-width: 50ch; }

/* horizontal inclusion cards for pkg 02 */
.format-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--rule-burgundy); }
.format-strip > div { padding: 28px 28px 32px; border-left: 1px solid var(--rule-burgundy); display: flex; flex-direction: column; gap: 10px; }
.format-strip > div:first-child { border-left: none; }
.format-strip .lbl { font-family: var(--font-mono); font-size: 10px; letter-spacing: .24em; text-transform: uppercase; color: var(--burgundy); opacity: .7; }
.format-strip .val { font-family: var(--font-display); font-weight: 300; font-variation-settings: "opsz" 144, "SOFT" 70; font-size: 28px; line-height: 1.1; letter-spacing: -.015em; color: var(--ink); }
.format-strip .val em { font-style: italic; color: var(--burgundy); }
.format-strip .note { font-family: var(--font-body); font-weight: 300; font-size: 13px; line-height: 1.5; color: var(--burgundy); }

.pkg-cream__inclusions { margin-top: 8px; }
.pkg-cream__inc-head { display: flex; align-items: baseline; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--rule-burgundy); margin-bottom: 0; }
.pkg-cream__inc-head h4 { font-family: var(--font-display); font-weight: 300; font-variation-settings: "opsz" 144, "SOFT" 70; font-size: 30px; letter-spacing: -.02em; color: var(--ink); margin: 0; }
.pkg-cream__inc-head h4 em { font-style: italic; color: var(--burgundy); }
.pkg-cream__inc-head .count { font-family: var(--font-mono); font-size: 11px; letter-spacing: .24em; color: var(--burgundy); text-transform: uppercase; }

.inclusions--burg { }
.inclusions--burg li { border-bottom: 1px solid var(--rule-burgundy); }
.inclusions--burg li .num { color: var(--burgundy); }
.inclusions--burg li .title { color: var(--ink); }
.inclusions--burg li .detail { color: var(--burgundy); opacity: .7; }

.pkg-cream__foot { display: flex; justify-content: space-between; align-items: center; padding-top: 48px; gap: 32px; flex-wrap: wrap; }
.pkg-cream__foot .meta-line { display: flex; gap: 28px; align-items: center; color: var(--burgundy); }

/* ---------------- book section ---------------- */
.book { background: var(--oxblood-deep); color: var(--cream); padding: 160px 56px 140px; position: relative; overflow: hidden; }
.book::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: var(--rule-champagne); }
.book__ghost { position: absolute; right: -3%; bottom: -18%; font-family: var(--font-display); font-style: italic; font-weight: 300; font-variation-settings: "opsz" 144, "SOFT" 100; font-size: 30vw; line-height: .8; color: var(--cream); opacity: .035; pointer-events: none; letter-spacing: -.04em; user-select: none; }

.book__grid { display: grid; grid-template-columns: 180px 1fr; gap: 64px; position: relative; z-index: 2; align-items: start; }
.book__rail { display: flex; flex-direction: column; gap: 10px; padding-top: 14px; border-top: 1px solid var(--rule-champagne); }
.book__body { display: flex; flex-direction: column; gap: 72px; max-width: 1200px; }

.book__head h2 { font-family: var(--font-display); font-weight: 300; font-variation-settings: "opsz" 144, "SOFT" 70; font-size: clamp(52px, 6.5vw, 92px); line-height: .98; letter-spacing: -.03em; color: var(--cream); margin: 0; max-width: 18ch; }
.book__head h2 em { font-style: italic; color: var(--champagne); }
.book__head p { font-family: var(--font-body); font-weight: 300; font-size: 19px; line-height: 1.55; color: var(--whisper); max-width: 52ch; margin-top: 28px; }

/* contact card — big whatsapp feature */
.contact-card { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--rule-champagne); }
.contact-card__left { padding: 48px 48px 44px; border-right: 1px solid var(--rule-champagne); display: flex; flex-direction: column; gap: 18px; }
.contact-card__role { font-family: var(--font-mono); font-size: 11px; letter-spacing: .28em; text-transform: uppercase; color: var(--champagne); }
.contact-card__name { font-family: var(--font-display); font-weight: 300; font-variation-settings: "opsz" 144, "SOFT" 70; font-size: 40px; line-height: 1.04; letter-spacing: -.02em; color: var(--cream); margin: 0; }
.contact-card__name em { font-style: italic; color: var(--champagne); }
.contact-card__meta { display: flex; flex-direction: column; gap: 6px; margin-top: 8px; font-family: var(--font-mono); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--whisper); }

.contact-card__right { padding: 48px; display: flex; flex-direction: column; gap: 18px; position: relative; background: rgba(201,169,97,.035); }
.contact-card__channel { font-family: var(--font-mono); font-size: 11px; letter-spacing: .28em; text-transform: uppercase; color: var(--champagne); display: inline-flex; align-items: center; gap: 12px; }
.contact-card__number { font-family: var(--font-mono); font-weight: 400; font-size: 48px; letter-spacing: .01em; color: var(--cream); line-height: 1; margin: 8px 0 2px; }
.contact-card__cta-note { font-family: var(--font-body); font-weight: 300; font-style: italic; font-size: 15px; color: var(--whisper); max-width: 32ch; margin-bottom: 10px; }
.contact-card__cta-row { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; margin-top: auto; }

/* terms grid */
.terms { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0; border-top: 1px solid var(--rule-champagne); border-bottom: 1px solid var(--rule-champagne); }
.terms > div { padding: 40px 40px 44px; border-left: 1px solid var(--rule-champagne-faint); display: flex; flex-direction: column; gap: 14px; }
.terms > div:first-child { border-left: none; padding-left: 0; }
.terms > div:last-child { padding-right: 0; }
.terms .terms__num { font-family: var(--font-mono); font-size: 11px; letter-spacing: .24em; color: var(--champagne); }
.terms .terms__head { font-family: var(--font-display); font-weight: 300; font-variation-settings: "opsz" 144, "SOFT" 70; font-size: 32px; line-height: 1.1; letter-spacing: -.02em; color: var(--cream); margin: 0; }
.terms .terms__head em { font-style: italic; color: var(--champagne); }
.terms .terms__body { font-family: var(--font-body); font-weight: 300; font-size: 14.5px; line-height: 1.65; color: var(--whisper); max-width: 32ch; }

.book__foot { display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: end; padding-top: 24px; }
.book__foot-note { font-family: var(--font-body); font-weight: 300; font-style: italic; font-size: 18px; line-height: 1.5; color: var(--whisper); max-width: 48ch; }
.book__foot-note em { font-family: var(--font-display); color: var(--champagne); }
.book__foot-meta { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .24em; text-transform: uppercase; color: var(--whisper); text-align: right; line-height: 1.9; }

/* ---------------- footer ---------------- */
.foot { background: var(--ink); color: var(--cream); padding: 96px 56px 32px; }
.foot__top { display: grid; grid-template-columns: 180px 1fr auto; gap: 72px; align-items: start; }
.foot__mark img { height: 26px; opacity: .92; }
.foot__pres { display: flex; flex-direction: column; gap: 12px; }
.foot__pres .eyebrow-m { color: var(--whisper); }
.foot__pres h3 { font-family: var(--font-display); font-weight: 300; font-variation-settings: "opsz" 144, "SOFT" 70; font-size: 40px; letter-spacing: -.02em; color: var(--cream); margin: 0; line-height: 1; }
.foot__pres h3 em { font-style: italic; color: var(--champagne); }
.foot__pres-sub { font-family: var(--font-body); font-weight: 300; font-size: 14px; color: var(--whisper); max-width: 44ch; line-height: 1.6; margin-top: 4px; }
.foot__right { display: flex; flex-direction: column; gap: 8px; align-items: flex-end; text-align: right; }
.foot__right .mono-s { color: var(--whisper); }
.foot__right .mono-s--champ { color: var(--champagne); }
.foot__rule { height: 1px; background: var(--rule-champagne-faint); margin: 56px 0 22px; border: 0; }
.foot__bot { display: flex; justify-content: space-between; gap: 16px; font-family: var(--font-mono); font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--whisper); }

/* ---------------- scroll reveal ---------------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .85s var(--ease-editorial), transform .85s var(--ease-editorial); }
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; } .reveal.d3 { transition-delay: .24s; } .reveal.d4 { transition-delay: .32s; }

/* ---------------- tweaks panel ---------------- */
.tweaks {
  position: fixed; right: 24px; bottom: 24px; z-index: 120;
  width: 300px; background: var(--ink); border: 1px solid var(--rule-champagne);
  border-radius: 2px; padding: 20px; display: none; flex-direction: column; gap: 16px;
  font-family: var(--font-body); box-shadow: 0 24px 64px -24px rgba(0,0,0,.6);
}
.tweaks.on { display: flex; }
.tweaks h5 { font-family: var(--font-mono); font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: var(--champagne); margin: 0 0 4px; }
.tweaks__row { display: flex; flex-direction: column; gap: 8px; }
.tweaks__row .lbl { font-family: var(--font-mono); font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--whisper); }
.tweaks__seg { display: flex; border: 1px solid var(--rule-champagne); border-radius: 2px; overflow: hidden; }
.tweaks__seg button { flex: 1; background: transparent; color: var(--whisper); border: none; font-family: var(--font-mono); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; padding: 10px 8px; cursor: pointer; border-left: 1px solid var(--rule-champagne-faint); transition: background .2s, color .2s; }
.tweaks__seg button:first-child { border-left: none; }
.tweaks__seg button.on { background: var(--champagne); color: var(--oxblood-deep); }
.tweaks__hint { font-family: var(--font-body); font-weight: 300; font-style: italic; font-size: 12px; color: var(--whisper); line-height: 1.5; }

/* ---- cover theme & tagline ---- */
.cover__theme { display: flex; align-items: center; gap: 14px; margin-top: 36px; flex-wrap: wrap; }
.cover__theme-rule { display: inline-block; width: 72px; height: 1px; background: var(--champagne); }
.cover__theme-lbl { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .28em; text-transform: uppercase; color: var(--whisper); }
.cover__theme-dot { font-family: var(--font-mono); font-size: 14px; line-height: 1; color: var(--champagne); opacity: .55; }
.cover__theme-val { font-family: var(--font-mono); font-weight: 500; font-size: 12px; letter-spacing: .32em; text-transform: uppercase; color: var(--champagne); }
.cover__tagline { font-family: var(--font-display); font-weight: 300; font-style: normal; font-variation-settings: "opsz" 144, "SOFT" 90; font-size: 32px; line-height: 1.2; letter-spacing: -.015em; color: var(--cream); max-width: 28ch; margin: 20px 0 0; }
.cover__tagline em { font-style: italic; color: var(--champagne); }

/* ---- venue callout ---- */
.venue-callout { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--rule-champagne); }
.venue-callout > div { padding: 22px 24px; border-left: 1px solid var(--rule-champagne-faint); display: flex; flex-direction: column; gap: 8px; }
.venue-callout > div:first-child { border-left: none; }
.venue-callout__lbl { font-family: var(--font-mono); font-size: 10px; letter-spacing: .24em; text-transform: uppercase; color: var(--whisper); }
.venue-callout__val { font-family: var(--font-display); font-weight: 400; font-variation-settings: "opsz" 144, "SOFT" 70; font-size: 18px; line-height: 1.2; letter-spacing: -.01em; color: var(--cream); }
.venue-callout__val em { font-style: italic; color: var(--champagne); }

.venue-callout--burg { border-color: var(--rule-burgundy); }
.venue-callout--burg > div { border-left-color: var(--rule-burgundy); }
.venue-callout--burg .venue-callout__lbl { color: var(--burgundy); opacity: .7; }
.venue-callout--burg .venue-callout__val { color: var(--ink); }
.venue-callout--burg .venue-callout__val em { color: var(--burgundy); }

/* ---- contact duo ---- */
.contact-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--rule-champagne); }
.contact-card2 { padding: 44px 40px; display: flex; flex-direction: column; gap: 14px; border-left: 1px solid var(--rule-champagne); position: relative; }
.contact-card2:first-child { border-left: none; }
.contact-card2--primary { background: rgba(201,169,97,.05); }
.contact-card2--ai { background: rgba(245,236,217,.02); }
.contact-card2 > header { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 4px; }
.contact-card2__role { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .24em; text-transform: uppercase; color: var(--champagne); display: inline-flex; align-items: center; gap: 10px; }
.contact-card2__badge { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--oxblood-deep); background: var(--champagne); padding: 4px 10px; border-radius: 999px; }
.contact-card2__badge--ai { background: transparent; color: var(--champagne); border: 1px solid var(--champagne); }
.contact-card2__name { font-family: var(--font-display); font-weight: 300; font-variation-settings: "opsz" 144, "SOFT" 70; font-size: 44px; line-height: 1.02; letter-spacing: -.02em; color: var(--cream); margin: 6px 0 0; }
.contact-card2__name em { font-style: italic; color: var(--champagne); }
.contact-card2__subrole { font-family: var(--font-body); font-weight: 300; font-style: italic; font-size: 14px; color: var(--whisper); }
.contact-card2__number { font-family: var(--font-mono); font-weight: 400; font-size: 34px; letter-spacing: .02em; color: var(--cream); line-height: 1; margin: 14px 0 4px; }
.contact-card2__hours { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--whisper); }
.contact-card2__cta { margin-top: 20px; }

/* ---- email line ---- */
.email-line { display: flex; align-items: center; gap: 20px; padding: 18px 0; border-top: 1px solid var(--rule-champagne-faint); border-bottom: 1px solid var(--rule-champagne-faint); flex-wrap: wrap; }
.email-line__addr { font-family: var(--font-mono); font-weight: 500; font-size: 18px; letter-spacing: .02em; color: var(--cream); border-bottom: 1px solid var(--rule-champagne); padding-bottom: 2px; }
.email-line__addr:hover { color: var(--champagne); border-bottom-color: var(--champagne); }

/* ---- travel pa ---- */
.travel-pa { display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; padding: 48px; border: 1px solid var(--rule-champagne); background: rgba(245,236,217,.025); }
.travel-pa__left { display: flex; flex-direction: column; gap: 16px; }
.travel-pa__head { font-family: var(--font-display); font-weight: 300; font-variation-settings: "opsz" 144, "SOFT" 70; font-size: 36px; line-height: 1.08; letter-spacing: -.02em; color: var(--cream); margin: 4px 0 0; }
.travel-pa__head em { font-style: italic; color: var(--champagne); }
.travel-pa__body { font-family: var(--font-body); font-weight: 300; font-size: 15px; line-height: 1.6; color: var(--whisper); max-width: 48ch; }
.travel-pa__right { display: flex; flex-direction: column; gap: 10px; border-left: 1px solid var(--rule-champagne-faint); padding-left: 48px; }
.travel-pa__name { font-family: var(--font-display); font-weight: 400; font-size: 24px; letter-spacing: -.01em; color: var(--cream); margin-top: 4px; }
.travel-pa__email { font-family: var(--font-mono); font-size: 16px; letter-spacing: .02em; color: var(--champagne); border-bottom: 1px solid var(--rule-champagne); padding-bottom: 2px; margin: 6px 0 8px; }
.travel-pa__email:hover { color: var(--champagne-soft); }

/* ---- footer tags ---- */
.foot__tags { display: flex; gap: 32px; flex-wrap: wrap; font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--champagne); }
.foot__tags span { opacity: .9; }

/* ---- responsive ---- */
@media (max-width: 1100px) {
  .cover, .pkg-hero, .pkg-cream, .book, .ent { padding-left: 28px; padding-right: 28px; }
  .cover__top, .pkg-hero__grid, .pkg-cream__grid, .book__grid, .ent__grid { grid-template-columns: 1fr; gap: 24px; }
  .cover__top { grid-template-columns: 1fr 1fr; }
  .pkg-hero__head, .pkg-cream__head, .pkg-hero__desc, .pkg-cream__desc, .ent__head { grid-template-columns: 1fr; gap: 24px; }
  .inclusions { grid-template-columns: 1fr; column-gap: 0; }
  .format-strip, .terms, .venue-callout, .artists, .contact-duo, .travel-pa { grid-template-columns: 1fr; }
  .format-strip > div, .terms > div, .venue-callout > div, .artist, .contact-card2 { border-left: none; border-top: 1px solid var(--rule-burgundy); }
  .format-strip > div:first-child, .terms > div:first-child, .venue-callout > div:first-child, .artist:first-child, .contact-card2:first-child { border-top: none; }
  .travel-pa__right { border-left: none; padding-left: 0; border-top: 1px solid var(--rule-champagne-faint); padding-top: 24px; }
  .cover__strip { grid-template-columns: 1fr 1fr; gap: 24px 0; }
  .nav__links { display: none; }
  .nav__bar { grid-template-columns: auto 1fr auto; padding: 14px 24px; gap: 16px; }
  .foot__top { grid-template-columns: 1fr; gap: 32px; }
  .foot__right { align-items: flex-start; text-align: left; }
}

/* ---------------- sponsors ---------------- */
.sponsors {
  background: var(--paper);
  color: var(--ink);
  padding: 56px clamp(32px, 6vw, 96px) 64px;
  border-top: 1px solid var(--rule-champagne-faint);
  border-bottom: 1px solid var(--rule-champagne-faint);
}
.sponsors__rail {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 44px;
}
.sponsors__rail .eyebrow-m { color: var(--burgundy); white-space: nowrap; }
.sponsors__rule {
  flex: 1;
  height: 1px;
  background: var(--rule-burgundy);
  display: block;
}
.sponsors__bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 5vw, 72px);
}
.sponsors__cell {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 80px;
  padding: 8px 4px;
}
.sponsors__cell--compliance { opacity: .9; }
.sponsors__logo {
  max-width: 100%;
  width: auto;
  object-fit: contain;
  filter: none;
}
@media (max-width: 900px) {
  .sponsors__bar { grid-template-columns: repeat(3, 1fr); row-gap: 36px; }
}
@media (max-width: 520px) {
  .sponsors__bar { grid-template-columns: repeat(2, 1fr); }
}
