@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Outfit:wght@300;400;500;600&display=swap");

:root {
  --paper: #f6f1e8;
  --paper-2: #efe8db;
  --ink: #161310;
  --ink-soft: #3b342c;
  --muted: #6f675c;
  --gold: #b0894d;
  --gold-soft: #d8c6a0;
  --espresso: #0f0d0b;
  --rule: color-mix(in srgb, var(--ink) 12%, transparent);
  --page: 48px;
  --page-max: 1320px;
  --font-display: "Cormorant Garamond", "Times New Roman", serif;
  --font-body: "Outfit", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.6;
  font-size: 16px;
}
img { width: 100%; height: 100%; object-fit: cover; display: block; }
a { color: inherit; }
a:hover { color: var(--gold); }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

.skip { position: absolute; left: -999px; top: 8px; }
.skip:focus { left: 8px; z-index: 80; background: var(--paper); padding: 8px 12px; }

.preview-banner {
  position: relative; z-index: 61;
  background: var(--espresso); color: var(--paper);
  text-align: center; padding: 8px 16px;
  font-size: 12px; letter-spacing: .12em; text-transform: uppercase;
}
.preview-banner a { color: var(--gold-soft); text-decoration: none; border-bottom: 1px solid var(--gold); }
body:has(.site-header.is-over-hero) .preview-banner {
  position: absolute; top: 0; left: 0; right: 0;
}

.site-header {
  position: sticky; top: 0; z-index: 40;
  display: flex; align-items: center; gap: 28px;
  padding: 18px var(--page);
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--rule);
}
.site-header.is-over-hero {
  position: absolute; left: 0; right: 0; top: 33px;
  background: linear-gradient(to bottom, rgba(15,13,11,.55), transparent 80%);
  border-bottom: 0; color: var(--paper);
}
.site-header.is-over-hero a { color: inherit; }
.nav-brand {
  display: flex; flex-direction: column; gap: 2px;
  text-decoration: none; margin-right: auto;
}
.nav-brand .mark {
  font-family: var(--font-display); font-size: 22px; font-weight: 500;
  letter-spacing: .16em; text-transform: uppercase; line-height: 1;
}
.nav-brand .sub {
  font-size: 10px; letter-spacing: .28em; text-transform: uppercase;
  color: var(--gold); font-weight: 500;
}
.site-header.is-over-hero .nav-brand .sub { color: var(--gold-soft); }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a {
  text-decoration: none; font-size: 12px; letter-spacing: .14em;
  text-transform: uppercase; font-weight: 400;
}
.nav-links a[aria-current="page"] { color: var(--gold); }
.site-header.is-over-hero .nav-links a[aria-current="page"] {
  color: var(--gold-soft); border-bottom: 1px solid var(--gold-soft); padding-bottom: 2px;
}
.menu-btn {
  display: none; width: 44px; height: 44px; padding: 0;
  border: 0; background: none; color: inherit; cursor: pointer;
}
.mobile-nav {
  display: none; position: fixed; inset: 0; z-index: 50;
  background: var(--espresso); color: var(--paper);
  padding: 28px var(--page); flex-direction: column; gap: 4px;
}
.mobile-nav.is-open { display: flex; }
.mobile-nav a {
  display: block; padding: 14px 0;
  color: inherit; text-decoration: none;
  font-family: var(--font-display); font-size: 36px; border-bottom: 1px solid rgba(246,241,232,.12);
}
.mobile-nav .close { align-self: flex-end; margin-bottom: 20px; color: var(--paper); }

.wrap { width: min(var(--page-max), 100%); margin: 0 auto; padding: 0 var(--page); }
.section { padding: 104px 0; }
.kicker {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  font-weight: 500; color: var(--gold);
}
.kicker::before {
  content: ""; width: 22px; height: 1px; background: var(--gold);
}
.muted { color: var(--muted); }
.rule { height: 1px; background: var(--rule); border: 0; }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 0 22px;
  border: 1px solid var(--ink); background: transparent;
  color: var(--ink); text-decoration: none;
  font-family: var(--font-body); font-size: 12px; letter-spacing: .16em;
  text-transform: uppercase; cursor: pointer; transition: .25s ease;
}
.btn:hover { background: var(--ink); color: var(--paper); }
.btn-primary { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.btn-primary:hover { background: var(--gold); border-color: var(--gold); color: var(--espresso); }
.btn-secondary { border-color: var(--rule); }
.btn-ghost { border-color: transparent; padding-inline: 8px; }
.btn-ghost:hover { background: transparent; color: var(--gold); }
.btn-block { width: 100%; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.field > label {
  display: block; margin-bottom: 8px;
  font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted);
}
.input {
  width: 100%; min-height: 48px; padding: 12px 14px;
  border: 0; border-bottom: 1px solid var(--rule);
  background: transparent; color: var(--ink);
  font: inherit; outline: none;
}
.input:focus { border-bottom-color: var(--gold); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 24px; }
.form-grid .full { grid-column: 1 / -1; }
.seg { display: inline-flex; border: 1px solid var(--rule); }
.seg-opt {
  padding: 10px 14px; font-size: 11px; letter-spacing: .12em;
  text-transform: uppercase; cursor: pointer;
}
.seg-opt + .seg-opt { border-left: 1px solid var(--rule); }
.seg-opt input { position: absolute; opacity: 0; pointer-events: none; }
.seg-opt:has(input:checked) { background: var(--ink); color: var(--paper); }
.filters { display: flex; gap: 12px; flex-wrap: wrap; }
.tag {
  font-size: 10px; letter-spacing: .16em; text-transform: uppercase;
  padding: 4px 8px; border: 1px solid var(--gold-soft); color: var(--gold);
}
.tag-neutral { border-color: var(--rule); color: var(--muted); }
.tag-accent { border-color: var(--gold); }
.hidden { display: none !important; }

.photo, .duotone { position: relative; overflow: hidden; background: #2a241c; }
.photo img, .duotone img { transition: transform 1.4s cubic-bezier(.2,.7,.2,1); }
.fx:hover .photo img, .fx:hover .duotone img { transform: scale(1.06); }
.fx { position: relative; }
a.fx { color: inherit; text-decoration: none; display: block; }
.panel { background: var(--paper-2); }

.hero {
  position: relative; min-height: 100svh; background: var(--espresso);
  color: var(--paper); overflow: hidden;
}
.hero-media { position: absolute; inset: 0; }
.hero-media.kenburns { animation: bt6-kb 28s ease-in-out infinite alternate; }
.hero-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(to top, rgba(15,13,11,.82) 0%, rgba(15,13,11,.28) 46%, rgba(15,13,11,.2) 100%),
    linear-gradient(to right, rgba(15,13,11,.35), transparent 55%);
  pointer-events: none;
}
.hero-copy {
  position: absolute; left: var(--page); right: var(--page); bottom: 72px;
  max-width: 820px;
}
.hero-copy h1 {
  font-size: clamp(52px, 8vw, 108px);
  font-weight: 400; font-style: italic;
  margin: 18px 0 22px; letter-spacing: -0.03em;
  animation: bt6-up 1.2s cubic-bezier(.2,.7,.2,1) .1s both;
}
.hero-copy p {
  max-width: 46ch; color: color-mix(in srgb, var(--paper) 82%, transparent);
  font-weight: 300; font-size: 17px; margin-bottom: 28px;
}
.hero .btn, .page-hero .btn { border-color: var(--paper); color: var(--paper); }
.hero .btn-primary, .page-hero .btn-primary { background: var(--paper); color: var(--espresso); border-color: var(--paper); }
.hero .btn-primary:hover, .page-hero .btn-primary:hover { background: var(--gold); border-color: var(--gold); color: var(--espresso); }
.hero .btn:hover, .page-hero .btn:hover { background: var(--paper); color: var(--espresso); }
.band-split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; align-items: center; padding: 88px 0; }

.page-hero {
  position: relative; min-height: 72vh; color: var(--paper);
  display: flex; align-items: flex-end; overflow: hidden;
}
.page-hero .hero-media { position: absolute; inset: 0; }
.page-hero .copy { position: relative; z-index: 1; padding: 0 0 64px; max-width: 760px; }
.page-hero h1 {
  font-size: clamp(48px, 7vw, 92px); font-weight: 400; font-style: italic;
  margin: 16px 0 18px;
}
.page-hero p { max-width: 46ch; color: color-mix(in srgb, var(--paper) 84%, transparent); }

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.grid-6 { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.grid-8 { display: grid; grid-template-columns: repeat(8, 1fr); gap: 16px; }
.media-220 { height: 220px; }
.media-260 { height: 260px; }
.media-280 { height: 280px; }
.media-340 { height: 340px; }
.media-380 { height: 380px; }
.media-520 { height: 520px; }
.media-full { min-height: 620px; }
.pad { padding: 20px 0 0; }
.row { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }

.chapter {
  position: relative; display: block; color: inherit; text-decoration: none;
}
.chapter .photo { height: 460px; }
.chapter .meta { padding-top: 18px; }
.chapter h3 {
  font-size: 34px; font-weight: 500; margin: 6px 0 8px; font-style: italic;
}
.chapter .num {
  font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold);
}

.event-card { display: flex; flex-direction: column; color: inherit; text-decoration: none; }
.event-card .meta {
  display: flex; justify-content: space-between; gap: 12px;
  font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted);
}
.event-card h3 { margin: 8px 0 4px; font-size: 30px; font-style: italic; }
.event-card .buy {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 14px; gap: 12px; padding-top: 14px; border-top: 1px solid var(--rule);
}
.price { font-family: var(--font-display); font-size: 22px; }

.silhouette { position: relative; overflow: hidden; background: #1c1814; }
.silhouette .head, .silhouette .body {
  position: absolute; left: 50%; background: #3a332b;
  transform: translateX(-50%);
  animation: bt6-breathe 6s ease-in-out infinite alternate;
}
.silhouette .head { top: 18%; width: 30%; aspect-ratio: 1; border-radius: 50%; filter: blur(12px); }
.silhouette .body { top: 56%; width: 78%; height: 70%; border-radius: 50% 50% 0 0; filter: blur(14px); }
.badge {
  position: absolute; left: 16px; top: 16px;
  font-size: 10px; letter-spacing: .14em; text-transform: uppercase;
  padding: 6px 10px; border: 1px solid rgba(246,241,232,.45); color: var(--paper);
}

.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.process article { padding: 36px 28px 36px 0; border-top: 1px solid var(--rule); }
.process .num { font-family: var(--font-display); font-size: 40px; color: var(--gold); display: block; margin-bottom: 12px; }
.process h3 { font-size: 28px; font-style: italic; margin: 0 0 10px; }

.press-bar {
  padding: 36px 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
  display: flex; align-items: center; justify-content: space-between; gap: 40px;
}
.marquee-wrap { flex: 1; overflow: hidden; mask-image: linear-gradient(to right, transparent, #000 12%, #000 88%, transparent); opacity: .7; }
.marquee { display: flex; gap: 72px; width: max-content; animation: bt6-marquee 28s linear infinite; }
.marquee span {
  font-family: var(--font-display); font-size: 26px; font-style: italic;
  letter-spacing: .08em; white-space: nowrap;
}

.quote {
  font-family: var(--font-display); font-size: clamp(28px, 3.6vw, 46px);
  font-style: italic; font-weight: 400; line-height: 1.25; margin: 0;
}
.dark-band { background: var(--espresso); color: var(--paper); }
.dark-band .muted { color: color-mix(in srgb, var(--paper) 62%, transparent); }
.dark-band .btn-primary { background: var(--paper); color: var(--espresso); border-color: var(--paper); }
.dark-band .input { color: var(--paper); border-bottom-color: rgba(246,241,232,.28); }

.filmstrip { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 220px 220px; gap: 10px; }
.filmstrip a:first-child { grid-row: 1 / span 2; }
.stat {
  padding: 28px 0; border-top: 1px solid var(--rule);
}
.stat .n { font-family: var(--font-display); font-size: 48px; display: block; line-height: 1; }
.guest-tile p { margin-top: 10px; font-size: 13px; }
.guest-tile strong { font-family: var(--font-display); font-size: 18px; font-weight: 500; }

.site-footer {
  background: var(--espresso); color: color-mix(in srgb, var(--paper) 78%, transparent);
  padding: 64px var(--page) 36px;
}
.footer-grid {
  width: min(var(--page-max), 100%); margin: 0 auto;
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px;
  padding-bottom: 48px; border-bottom: 1px solid rgba(246,241,232,.1);
}
.site-footer a { color: inherit; text-decoration: none; }
.site-footer a:hover { color: var(--gold-soft); }
.site-footer h4 {
  font-family: var(--font-body); font-size: 11px; letter-spacing: .2em;
  text-transform: uppercase; color: var(--gold); margin: 0 0 16px; font-weight: 500;
}
.site-footer nav { display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.footer-base {
  width: min(var(--page-max), 100%); margin: 0 auto;
  padding-top: 24px; display: flex; justify-content: space-between; gap: 16px;
  font-size: 12px; letter-spacing: .08em; text-transform: uppercase;
}

.sticky-buy { position: sticky; top: 88px; background: var(--paper); border: 1px solid var(--rule); }
.hold { font-family: var(--font-display); font-variant-numeric: tabular-nums; font-size: 20px; }
.qty { display: flex; align-items: center; }
.qty button { border: 0; background: none; min-width: 44px; min-height: 44px; font-size: 18px; cursor: pointer; color: inherit; }
.confirm-hero { position: relative; min-height: 520px; background: var(--espresso); color: var(--paper); overflow: hidden; }
.confirm-hero .copy { position: absolute; left: 28px; right: 28px; bottom: 28px; animation: bt6-reveal 1.2s ease 1.2s both; }
.confirm-hero h1 { font-size: clamp(40px, 5vw, 64px); font-style: italic; margin: 0 0 8px; }
.reveal-img { position: absolute; inset: 0; animation: bt6-reveal 1.6s cubic-bezier(.2,.7,.2,1) .4s both; }
.toast {
  position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%);
  background: var(--espresso); color: var(--paper);
  padding: 12px 18px; font-size: 14px; z-index: 70;
}

details { border-bottom: 1px solid var(--rule); padding: 18px 0; }
details summary { cursor: pointer; font-family: var(--font-display); font-size: 24px; }
details p { margin-top: 12px; color: var(--muted); }

.intro-split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: end; }
.intro-split h2 { font-size: clamp(36px, 4vw, 58px); font-style: italic; margin: 16px 0 0; }

@keyframes bt6-kb { from { transform: scale(1); } to { transform: scale(1.08); } }
@keyframes bt6-breathe { from { opacity: .65; } to { opacity: 1; } }
@keyframes bt6-up { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
@keyframes bt6-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes bt6-reveal { from { opacity: 0; filter: blur(14px); transform: translateY(8px); } to { opacity: 1; filter: blur(0); transform: none; } }
@media (prefers-reduced-motion: reduce) { * { animation: none !important; } }

@media (max-width: 980px) {
  :root { --page: 20px; }
  .nav-links, .site-header .desk-cta { display: none; }
  .menu-btn { display: inline-flex; }
  .hero { min-height: 100svh; }
  .hero-copy { bottom: 36px; }
  .hero-copy h1 { font-size: 52px; }
  .grid-2, .grid-3, .grid-4, .grid-6, .grid-8, .form-grid, .process, .intro-split, .footer-grid, .filmstrip, .band-split {
    grid-template-columns: 1fr;
  }
  .filmstrip { grid-template-rows: 240px 180px 180px; }
  .filmstrip a:first-child { grid-row: auto; }
  .section { padding: 64px 0; }
  .chapter .photo { height: 360px; }
  .press-bar { flex-direction: column; align-items: stretch; }
  .sticky-buy { position: sticky; bottom: 0; top: auto; }
  .page-hero { min-height: 70vh; }
}
