@font-face {
  font-family: Cinzel;
  src: url('assets/Cinzel.ttf') format('truetype');
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: Marcellus;
  src: url('assets/Marcellus.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: Space;
  src: url('assets/SpaceGrotesk.ttf') format('truetype');
  font-weight: 300 700;
  font-display: swap;
}
:root {
  color-scheme: dark;
  --bg: #070707;
  --ink: #f8f6f2;
  --muted: #b7adae;
  --line: #49252d;
  --red: #c75368;
  --display: Cinzel, 'Times New Roman', serif;
  --serif: Marcellus, Georgia, serif;
  --sans: Space, Arial, sans-serif;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { background: var(--bg); }
body {
  margin: 0;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  color: var(--ink);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(71,9,20,.55), transparent 64%),
    radial-gradient(ellipse at 0% 70%, rgba(36,3,9,.22), transparent 55%),
    var(--bg);
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; cursor: pointer; }
button:disabled { cursor: default; opacity: .5; }
button, input, textarea { border-radius: 0; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 5px;
}
h1:focus, h2:focus { outline: none; }
::selection { color: #fff5e4; background: #692830; }
.skip-link { position: fixed; z-index: 5; top: -100px; left: 20px; background: var(--ink); color: var(--bg); padding: 12px; }
.skip-link:focus { top: 12px; }
.site-header, .site-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-inline: 42px; }
.site-header { min-height: 90px; }
.wordmark { display: inline-flex; align-items: center; gap: 11px; font-family: var(--display); font-size: 17px; letter-spacing: .27em; line-height: 1; }
.wordmark img { width: 24px; height: 24px; }
.header-note { color: var(--muted); font-size: 11px; }
main { display: grid; place-items: center; flex: 1; padding: 42px 24px 60px; }
.stage { width: min(100%, 570px); }
.invitation { text-align: center; width: min(100%, 640px); }
h1, h2 { font-family: var(--display); font-weight: 400; margin: 0; letter-spacing: -.01em; text-wrap: balance; }
h1 { font-size: clamp(32px, 4.7vw, 48px); line-height: 1.2; }
h1 > span { display: block; }
.intro { max-width: 470px; margin: 24px auto 38px; color: var(--muted); font-family: var(--serif); line-height: 1.6; font-size: 17px; text-wrap: balance; }
.entry-choices { width: min(100%, 490px); margin-inline: auto; }
.entry-choice { display: flex; justify-content: space-between; align-items: center; width: 100%; gap: 20px; background: transparent; border: 0; border-top: 1px solid var(--line); padding: 22px 4px; text-align: left; transition: color .2s; }
.entry-choice:last-child { border-bottom: 1px solid var(--line); }
.entry-choice > span:first-child { display: flex; flex-direction: column; gap: 5px; }
.entry-choice strong { font-family: var(--display); font-size: 18px; font-weight: 400; }
.entry-choice > span:first-child > span { color: var(--muted); font-size: 12px; }
.entry-arrow { color: var(--muted); font-size: 21px; transition: transform .2s, color .2s; }
.entry-choice:hover strong, .entry-choice:hover .entry-arrow { color: #fff; }
.entry-choice:hover .entry-arrow { transform: translate(2px, -2px); }
.bt6-entry { font-size: 11px; color: var(--muted); margin: 25px 0 0; }
.bt6-entry a { color: var(--ink); padding: 12px 0 12px 6px; }
.bt6-entry a:hover, .bt6-note a:hover { color: var(--red); }
.back-button { border: 0; padding: 8px 0; background: none; color: var(--muted); font-size: 12px; margin: 0 0 23px; }
.back-button > span { margin-right: 8px; }
.back-button:hover { color: var(--ink); }
h2 { font-size: clamp(28px, 4vw, 36px); line-height: 1.3; }
.form-intro { color: var(--muted); font-size: 13px; line-height: 1.8; margin: 15px 0 27px; }
fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
label, legend { font-size: 12px; }
input:not([type=checkbox]), textarea { display: block; width: 100%; margin-top: 9px; padding: 12px; color: var(--ink); border: 1px solid #51403d; background: #100d0d; font-size: 14px; }
textarea { resize: vertical; min-height: 105px; max-height: 500px; }
input::placeholder, textarea::placeholder { color: #a2978d; font-size: 12px; }
.field-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 21px 0 25px; }
.organization-field { margin-bottom: 22px; }
.optional-details { margin-bottom: 25px; }
.optional-details summary { display: flex; align-items: center; gap: 10px; list-style: none; cursor: pointer; font-size: 12px; padding: 10px 0; color: var(--muted); }
.optional-details summary::-webkit-details-marker { display: none; }
.optional-details summary:hover { color: var(--ink); }
.optional { font-size: 10px; color: var(--muted); }
.details-sign { margin-left: auto; font-size: 18px; line-height: 1; }
.optional-details[open] .details-sign { transform: rotate(45deg); }
.optional-content { padding: 13px 0 6px; }
legend { margin-bottom: 0; padding: 0; }
.interest-section { margin-bottom: 27px; }
.field-help { color: var(--muted); font-size: 11px; line-height: 1.7; margin: 6px 0 12px; }
.interest-options { display: grid; grid-template-columns: 1fr 1fr; gap: 3px 20px; }
.interest-choice { cursor: pointer; display: flex; align-items: flex-start; gap: 11px; min-height: 53px; padding: 8px 0; }
.interest-choice input { flex: 0 0 auto; width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--red); cursor: pointer; }
.interest-copy { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.interest-work { color: var(--muted); font-size: 12px; line-height: 1.5; }
.interest-head { color: var(--muted); font-size: 10px; line-height: 1.5; }
.interest-choice:hover .interest-work, .interest-choice input:checked + .interest-copy .interest-work { color: var(--ink); }
.interest-choice input:checked + .interest-copy .interest-head { color: var(--red); }
.resource-options .interest-choice { min-height: 45px; }
.focus-panels { margin-top: 20px; }
.focus-intro { font-size: 12px; margin: 0 0 10px; }
.focus-intro > span { color: var(--muted); font-size: 10px; margin-left: 8px; }
.focus-group { border-top: 1px solid var(--line); }
.focus-group:last-child { border-bottom: 1px solid var(--line); }
.focus-group summary { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 13px 0; cursor: pointer; font-size: 12px; list-style: none; }
.focus-group summary::-webkit-details-marker { display: none; }
.focus-count { color: var(--muted); font-size: 10px; margin-left: auto; }
.focus-group[open] .details-sign { transform: rotate(45deg); }
.focus-group .details-sign { margin-left: 0; }
.focus-options { padding: 0 0 12px 8px; }
.focus-options .interest-choice { min-height: 40px; }
.focus-options .interest-work { font-size: 11px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.bt6-note { font-size: 11px; color: var(--muted); margin: 17px 0 0; }
.bt6-note a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.primary-button { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; min-height: 49px; padding: 12px 18px; border: 1px solid var(--ink); background: var(--ink); color: #1c1010; font-size: 13px; transition: background .2s; }
.primary-button:hover { background: #faf0df; }
.notice { min-height: 18px; font-size: 11px; color: var(--muted); margin: 12px 0 0; text-align: center; }
.review pre { margin: 0 0 24px; padding: 22px; border: 1px solid var(--line); background: #110d0d; font-family: var(--sans); font-size: 12px; line-height: 1.8; white-space: pre-wrap; overflow-wrap: anywhere; }
.site-footer { min-height: 70px; font-size: 10px; color: var(--muted); }
.preview-label { color: #95877f; }
.direct-contact { color: var(--muted); font-size: 12px; margin: -12px 0 26px; }
.direct-contact a { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
.review-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.review-actions .primary-button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; width: auto; }
.secondary-button { padding: 12px 4px; background: transparent; border: 0; color: var(--muted); text-decoration: underline; text-underline-offset: 4px; }
.secondary-button:hover { color: var(--ink); }
@media (max-width: 600px) {
  .site-header, .site-footer { padding-inline: 24px; }
  .site-header { min-height: 76px; }
  .wordmark { font-size: 16px; gap: 9px; }
  .header-note { display: none; }
  main { padding: 34px 24px 45px; }
  h1 { font-size: clamp(25px, 7.5vw, 40px); }
  .wide-only { display: none; }
  .intro { font-size: 16px; max-width: 360px; margin-top: 22px; }
  .entry-choice { padding-block: 20px; }
  .entry-choice strong { font-size: 16px; line-height: 1.4; }
  .entry-choice > span:first-child > span { font-size: 11px; }
  .site-footer { min-height: 65px; gap: 12px; font-size: 9px; }
  h2 { font-size: 28px; }
  .back-button { margin-bottom: 19px; }
  .form-intro { font-size: 12px; }
  .interest-options { column-gap: 15px; }
  .interest-choice { gap: 8px; }
  .interest-work { font-size: 11px; }
}
@media (max-width: 380px) {
  .field-pair { grid-template-columns: 1fr; gap: 16px; }
  .site-header, .site-footer { padding-inline: 20px; }
  main { padding-inline: 20px; }
  .entry-choice > span:first-child > span { max-width: 240px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
