:root {
  --bg: #080709;
  --surface: #111014;
  --surface-2: #171319;
  --text: #f7f2ef;
  --muted: #b7adb2;
  --subtle: #847b80;
  --line: rgba(255,255,255,.12);
  --line-strong: rgba(255,255,255,.22);
  --rose: #bd526f;
  --rose-light: #dc8aa0;
  --rose-deep: #6d263a;
  --cream: #f1e9e3;
  --ink: #24191e;
  --blue: #136fa5;
  --max: 1240px;
  --serif: "Bodoni 72", Didot, "Times New Roman", serif;
  --sans: Inter, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--sans); line-height: 1.55; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; z-index: 999; pointer-events: none; opacity: .15; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.13'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
::selection { background: var(--rose); color: #fff; }

.skip-link { position: fixed; left: 12px; top: -60px; z-index: 1000; background: #fff; color: #000; padding: 10px 14px; }
.skip-link:focus { top: 12px; }
.container { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.section { padding: 118px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--rose-light); font-size: 10px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; }
.eyebrow.dark { color: var(--rose-deep); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border: 1px solid var(--rose); border-radius: 2px; background: var(--rose); color: #fff; text-decoration: none; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--rose-light); box-shadow: 0 15px 38px rgba(189,82,111,.23); }
.button.ghost { background: transparent; border-color: var(--line-strong); }
.button.ghost:hover { border-color: var(--rose); background: rgba(189,82,111,.08); }

.topline { border-bottom: 1px solid var(--line); background: #0c080a; color: #d6cbd0; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.topline-inner { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.topline a { margin-left: 12px; color: #fff; text-underline-offset: 4px; }
.site-header { position: sticky; top: 0; z-index: 100; height: 86px; display: flex; align-items: center; background: rgba(8,7,9,.88); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: .25s ease; }
.site-header.scrolled { border-color: var(--line); background: rgba(8,7,9,.97); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { min-width: 270px; display: inline-flex; align-items: center; gap: 15px; text-decoration: none; }
.brand-mark { width: 54px; height: 54px; padding: 3px; overflow: hidden; border: 1px solid rgba(220,138,160,.48); border-radius: 9px; background: #050405; box-shadow: 0 12px 30px rgba(0,0,0,.35); }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; border-radius: 6px; }
.brand-copy strong { display: block; font-family: var(--serif); font-size: 20px; line-height: 1; letter-spacing: -.03em; }
.brand-copy span { display: block; margin-top: 7px; color: var(--subtle); font-size: 9px; letter-spacing: .23em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { text-decoration: none; color: #c4bbc0; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.nav-links a:hover { color: #fff; }
.nav-links .nav-cta { min-height: 42px; padding: 0 18px; display: inline-flex; align-items: center; border: 1px solid var(--rose); color: #fff; background: var(--rose); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: #fff; cursor: pointer; }
.menu-toggle i, .menu-toggle i::before, .menu-toggle i::after { display: block; width: 18px; height: 1px; margin: auto; background: currentColor; position: relative; transition: .2s; }
.menu-toggle i::before, .menu-toggle i::after { content: ""; position: absolute; left: 0; }
.menu-toggle i::before { top: -6px; }
.menu-toggle i::after { top: 6px; }
.menu-toggle[aria-expanded="true"] i { background: transparent; }
.menu-toggle[aria-expanded="true"] i::before { top: 0; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] i::after { top: 0; transform: rotate(-45deg); }

.event-hero { min-height: calc(100vh - 124px); display: grid; align-items: center; position: relative; overflow: hidden; }
.event-hero::before { content: ""; position: absolute; width: 760px; height: 760px; left: -330px; top: -190px; border-radius: 50%; background: radial-gradient(circle, rgba(189,82,111,.15), transparent 68%); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(44px,6vw,88px); align-items: center; padding: 76px 0 86px; position: relative; z-index: 1; }
.hero-copy h1 { margin: 0; max-width: 770px; font-family: var(--serif); font-size: clamp(66px,8.2vw,124px); font-weight: 500; line-height: .88; letter-spacing: -.06em; }
.hero-copy h1 em { color: var(--rose); font-weight: 500; }
.hero-deck { max-width: 710px; margin: 32px 0 0; color: #c2b8bd; font-size: clamp(18px,1.8vw,23px); line-height: 1.6; }
.event-facts { margin-top: 42px; padding: 22px 0; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.event-facts div { padding: 0 18px; border-right: 1px solid var(--line); }
.event-facts div:first-child { padding-left: 0; }
.event-facts div:last-child { border-right: 0; }
.event-facts small, .program-meta small, .register-notes small { display: block; margin-bottom: 6px; color: var(--subtle); font-size: 9px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.event-facts strong, .program-meta strong, .register-notes strong { display: block; color: #fff; font-size: 13px; font-weight: 650; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 14px; }
.hero-note { max-width: 650px; margin: 22px 0 0; color: var(--subtle); font-size: 12px; }
.hero-media { position: relative; min-height: 680px; }
.hero-image { position: absolute; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.12); background: #151216; box-shadow: 0 28px 70px rgba(0,0,0,.36); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-image-primary { inset: 0 54px 94px 0; }
.hero-image-secondary { width: 46%; height: 42%; right: 0; bottom: 0; }
.hero-stamp { position: absolute; left: -24px; bottom: 24px; z-index: 2; min-width: 250px; padding: 18px 22px; background: var(--cream); color: var(--ink); box-shadow: 0 18px 50px rgba(0,0,0,.28); }
.hero-stamp span { display: block; color: #76666e; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.hero-stamp strong { display: block; margin-top: 5px; font-family: var(--serif); font-size: 24px; font-weight: 500; }
.event-strip { border-block: 1px solid var(--line); background: #0c0a0d; }
.strip-grid { min-height: 78px; display: grid; grid-template-columns: repeat(5,1fr); align-items: center; }
.strip-grid span { padding: 0 18px; color: #b9afb4; text-align: center; font-size: 10px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; border-right: 1px solid var(--line); }
.strip-grid span:last-child { border-right: 0; }

.intro-grid { display: grid; grid-template-columns: .34fr 1fr; gap: 80px; align-items: start; }
.mini-rule { width: 1px; height: 130px; margin-left: 16px; background: linear-gradient(var(--rose), transparent); }
.intro-copy h2, .program-intro h2, .section-heading h2, .logo-heading h2, .register-copy h2, .faq-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(42px,5.5vw,72px); font-weight: 500; line-height: .98; letter-spacing: -.045em; }
.intro-copy p { max-width: 870px; margin: 28px 0 0; color: var(--muted); font-size: 17px; line-height: 1.78; }
.learning-grid { margin-top: 72px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.learning-grid article { min-height: 315px; padding: 38px 34px 42px; border-right: 1px solid var(--line); }
.learning-grid article:last-child { border-right: 0; }
.learning-grid span { color: var(--rose); font-size: 10px; letter-spacing: .18em; }
.learning-grid h3 { margin: 74px 0 14px; font-family: var(--serif); font-size: 31px; font-weight: 500; line-height: 1; }
.learning-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.section-cream { background: var(--cream); color: var(--ink); }
.program-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.program-intro { position: sticky; top: 126px; }
.program-intro > p:not(.eyebrow) { color: #6d5b63; font-size: 16px; line-height: 1.75; }
.program-meta { margin-top: 38px; border-top: 1px solid rgba(36,25,30,.18); }
.program-meta div { padding: 16px 0; border-bottom: 1px solid rgba(36,25,30,.18); }
.program-meta strong { color: var(--ink); }
.agenda { border-top: 1px solid rgba(36,25,30,.2); }
.agenda article { display: grid; grid-template-columns: 125px 1fr; gap: 28px; padding: 28px 0; border-bottom: 1px solid rgba(36,25,30,.2); }
.agenda time { padding-top: 7px; color: var(--rose-deep); font-size: 10px; font-weight: 850; letter-spacing: .1em; }
.agenda h3 { margin: 0 0 9px; font-family: var(--serif); font-size: 28px; font-weight: 500; line-height: 1.05; }
.agenda p { margin: 0; color: #6e5c64; font-size: 14px; line-height: 1.65; }

.section-heading { display: grid; grid-template-columns: 1fr 340px; gap: 70px; align-items: end; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 15px; }
.audience-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.audience-grid article { min-height: 250px; padding: 34px; border: 1px solid var(--line); background: var(--surface); }
.audience-grid strong { display: block; margin-bottom: 45px; font-family: var(--serif); font-size: 33px; font-weight: 500; }
.audience-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.audience-organizations { padding-top: 20px; border-top: 1px solid var(--line); }
.logo-heading { display: grid; grid-template-columns: 1fr 420px; gap: 70px; align-items: end; }
.logo-heading > p { margin: 0; color: var(--subtle); font-size: 12px; line-height: 1.7; }
.logo-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.logo-card { min-height: 154px; padding: 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; border: 1px solid rgba(255,255,255,.12); background: #fff; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.logo-card:hover { transform: translateY(-3px); box-shadow: 0 20px 45px rgba(0,0,0,.25); }
.logo-card img { max-width: 82%; max-height: 78px; object-fit: contain; }
.logo-card .favicon-logo { width: 48px; height: 48px; }
.logo-card .logo-wordmark { color: #161216; font-family: Georgia, serif; font-size: 18px; line-height: 1.15; text-align: center; }
.logo-card .logo-subline { color: #555; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.logo-fallback { display: none; color: #111; font-weight: 800; text-align: center; }

.editorial-section { padding: 0 0 118px; }
.editorial-grid { display: grid; grid-template-columns: 1fr .92fr; min-height: 690px; }
.editorial-image { overflow: hidden; }
.editorial-image img { width: 100%; height: 100%; object-fit: cover; }
.editorial-copy { padding: clamp(46px,6vw,86px); display: flex; flex-direction: column; justify-content: center; background: var(--cream); color: var(--ink); }
.editorial-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(42px,4.8vw,67px); font-weight: 500; line-height: .98; letter-spacing: -.045em; }
.editorial-copy ul { margin: 38px 0 0; padding: 0; list-style: none; }
.editorial-copy li { position: relative; padding: 14px 0 14px 24px; border-bottom: 1px solid rgba(36,25,30,.18); color: #5f4e56; font-size: 14px; }
.editorial-copy li::before { content: ""; position: absolute; left: 0; top: 22px; width: 8px; height: 8px; border-radius: 50%; background: var(--rose); }

.register-section { border-top: 1px solid var(--line); background: radial-gradient(circle at 10% 15%, rgba(189,82,111,.12), transparent 32%); }
.register-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 86px; align-items: start; }
.register-copy > p:not(.eyebrow) { max-width: 540px; color: var(--muted); font-size: 16px; }
.register-notes { margin-top: 40px; border-top: 1px solid var(--line); }
.register-notes div { padding: 17px 0; border-bottom: 1px solid var(--line); }
.registration-form { padding: 44px; border: 1px solid var(--line); background: var(--surface); }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.registration-form label { display: block; color: #d8ced3; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.registration-form label.full { grid-column: 1 / -1; }
.registration-form input, .registration-form textarea { width: 100%; margin-top: 8px; padding: 14px 15px; border: 1px solid var(--line); border-radius: 2px; outline: none; background: #0d0b0e; color: #fff; text-transform: none; letter-spacing: normal; transition: border-color .2s, box-shadow .2s; }
.registration-form input:focus, .registration-form textarea:focus { border-color: var(--rose); box-shadow: 0 0 0 3px rgba(189,82,111,.1); }
.form-button { width: 100%; margin-top: 22px; }
.form-status { min-height: 22px; margin: 15px 0 0; color: var(--rose-light); font-size: 13px; }
.privacy-note { margin: 5px 0 0; color: var(--subtle); font-size: 10px; line-height: 1.6; }

.faq-section { padding-top: 20px; }
.faq-grid { display: grid; grid-template-columns: .42fr 1fr; gap: 90px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 24px 42px 24px 0; list-style: none; cursor: pointer; font-family: var(--serif); font-size: 25px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; top: 22px; color: var(--rose); font-family: var(--sans); font-size: 22px; }
details[open] summary::after { content: "−"; }
details p { max-width: 800px; margin: 0 0 26px; color: var(--muted); font-size: 14px; }

.site-footer { padding: 72px 0 34px; border-top: 1px solid var(--line); background: #050405; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr .85fr 1fr; gap: 48px; }
.footer-brand p { max-width: 360px; margin: 22px 0 0; color: var(--subtle); font-size: 12px; }
.footer-column h3 { margin: 0 0 16px; color: #ddd2d7; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.footer-column a, .footer-column span { display: block; margin: 9px 0; color: var(--subtle); text-decoration: none; font-size: 12px; }
.footer-column a:hover { color: #fff; }
.footer-legal { color: var(--subtle); font-size: 10px; line-height: 1.7; }

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

@media (max-width: 1050px) {
  .nav-links { gap: 18px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { min-height: 620px; max-width: 760px; width: 100%; }
  .intro-grid, .program-grid, .register-grid { grid-template-columns: 1fr; gap: 52px; }
  .program-intro { position: static; }
  .section-heading, .logo-heading { grid-template-columns: 1fr; gap: 24px; }
  .section-heading > p, .logo-heading > p { max-width: 720px; }
  .logo-grid { grid-template-columns: repeat(3,1fr); }
  .faq-grid { grid-template-columns: 1fr; gap: 42px; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 780px) {
  .container { width: min(100% - 30px, var(--max)); }
  .section { padding: 82px 0; }
  .topline-separator, .topline-inner span:nth-of-type(2) { display: none; }
  .topline-inner { justify-content: space-between; gap: 18px; font-size: 8px; }
  .topline a { margin-left: 0; }
  .site-header { height: 76px; }
  .brand { min-width: 0; }
  .brand-mark { width: 47px; height: 47px; }
  .brand-copy strong { font-size: 18px; }
  .brand-copy span { font-size: 8px; }
  .menu-toggle { display: block; }
  .nav-links { position: absolute; top: 75px; left: 0; right: 0; display: none; padding: 22px 24px 26px; flex-direction: column; align-items: stretch; gap: 0; background: rgba(8,7,9,.98); border-bottom: 1px solid var(--line); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 15px 0; border-bottom: 1px solid var(--line); }
  .nav-links .nav-cta { margin-top: 14px; justify-content: center; border-bottom: 0; }
  .event-hero { min-height: auto; }
  .hero-grid { padding: 62px 0 74px; gap: 48px; }
  .hero-copy h1 { font-size: clamp(55px,17vw,82px); }
  .hero-deck { font-size: 18px; }
  .event-facts { grid-template-columns: 1fr; }
  .event-facts div { padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .event-facts div:last-child { border-bottom: 0; }
  .hero-actions .button { width: 100%; }
  .hero-media { min-height: 510px; }
  .hero-image-primary { inset: 0 24px 78px 0; }
  .hero-image-secondary { width: 48%; height: 38%; }
  .hero-stamp { left: 12px; bottom: 18px; min-width: 218px; }
  .strip-grid { grid-template-columns: 1fr 1fr; padding: 14px 0; }
  .strip-grid span { padding: 12px 8px; border-right: 0; }
  .strip-grid span:last-child { grid-column: 1 / -1; }
  .intro-grid { grid-template-columns: 1fr; gap: 18px; }
  .mini-rule { display: none; }
  .intro-copy h2, .program-intro h2, .section-heading h2, .logo-heading h2, .register-copy h2, .faq-heading h2 { font-size: 43px; }
  .learning-grid { grid-template-columns: 1fr; }
  .learning-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .learning-grid article:last-child { border-bottom: 0; }
  .learning-grid h3 { margin-top: 28px; }
  .agenda article { grid-template-columns: 1fr; gap: 9px; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-grid article { min-height: auto; }
  .audience-grid strong { margin-bottom: 24px; }
  .logo-grid { grid-template-columns: repeat(2,1fr); }
  .logo-card { min-height: 136px; padding: 18px; }
  .editorial-grid { grid-template-columns: 1fr; min-height: auto; }
  .editorial-image { height: 470px; }
  .form-grid { grid-template-columns: 1fr; }
  .registration-form label.full { grid-column: auto; }
  .registration-form { padding: 28px 22px; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 470px) {
  .brand-copy span { display: none; }
  .hero-media { min-height: 430px; }
  .hero-image-primary { inset: 0 16px 62px 0; }
  .hero-stamp { left: 8px; min-width: 190px; padding: 14px 16px; }
  .hero-stamp strong { font-size: 20px; }
  .logo-grid { grid-template-columns: 1fr; }
  .logo-card { min-height: 132px; }
  .editorial-image { height: 390px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Netlify registration form enhancements */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.registration-form select {
  width: 100%;
  margin-top: 8px;
  padding: 14px 42px 14px 15px;
  border: 1px solid var(--line);
  border-radius: 2px;
  outline: none;
  background: #0d0b0e;
  color: #fff;
  font: inherit;
  text-transform: none;
  letter-spacing: normal;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #bd526f 50%), linear-gradient(135deg, #bd526f 50%, transparent 50%);
  background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}
.registration-form select:focus {
  border-color: var(--rose);
  box-shadow: 0 0 0 3px rgba(189,82,111,.1);
}
.interest-fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.interest-fieldset legend {
  margin-bottom: 12px;
  color: #d8ced3;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.interest-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px 18px;
  padding: 16px;
  border: 1px solid var(--line);
  background: #0d0b0e;
}
.registration-form .interest-options label,
.registration-form .consent-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #e4dce0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: normal;
  text-transform: none;
}
.registration-form .interest-options input,
.registration-form .consent-label input {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin: 2px 0 0;
  padding: 0;
  accent-color: var(--rose);
  box-shadow: none;
}
@media (max-width: 720px) {
  .interest-options { grid-template-columns: 1fr; }
}
