:root {
  --forest: #18372d;
  --forest-deep: #10271f;
  --forest-soft: #274b3e;
  --copper: #984526;
  --gold: #b48243;
  --ink: #241c17;
  --muted: #655b52;
  --cream: #f4eadc;
  --paper: #fffaf2;
  --line: rgba(89, 58, 34, 0.22);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 17px; line-height: 1.65; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; color: white; background: var(--forest); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { min-height: 74px; padding: 9px clamp(20px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; gap: 28px; background: #f7efdf; border-bottom: 1px solid rgba(152, 69, 38, 0.24); }
.brand { display: flex; align-items: center; gap: 12px; color: var(--forest); font-family: var(--serif); font-size: 1.2rem; letter-spacing: 0.015em; text-decoration: none; }
.brand img { width: 52px; height: 52px; object-fit: cover; }
nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 38px); }
nav a { color: var(--forest); font-size: 0.88rem; font-weight: 750; text-decoration: none; }
nav a:not(.nav-apply):hover { text-decoration: underline; text-underline-offset: 6px; }
.nav-apply { padding: 10px 16px; color: white; background: var(--forest); }

.hero { overflow: hidden; background: #eee3d1; border-bottom: 12px solid var(--copper); }
.hero-art { width: 100%; max-height: 820px; object-fit: contain; object-position: center; }
.hero-action { padding: 24px clamp(24px, 6vw, 92px); display: flex; align-items: center; justify-content: center; gap: clamp(36px, 8vw, 120px); color: #eee3d4; background: var(--forest-deep); }
.hero-action > div { width: min(760px, 100%); }
.hero-action .eyebrow { margin-bottom: 3px; }
.hero-action-title { margin: 0; color: white; font-family: var(--serif); font-size: clamp(1.55rem, 2.5vw, 2.35rem); line-height: 1.15; }
.hero-action > div > p:last-child { margin: 5px 0 0; color: #c9bcaa; font-size: 0.88rem; }
.button-copper { min-width: 170px; color: white; background: var(--copper); }
.button-copper:hover { background: #ad5330; }
.promise-strip { padding: 24px clamp(28px, 7vw, 112px); display: grid; grid-template-columns: repeat(3, 1fr); color: var(--forest); background: #e4e6d8; border-top: 1px solid rgba(89, 58, 34, 0.18); border-bottom: 1px solid rgba(89, 58, 34, 0.18); }
.promise-strip div { padding: 8px clamp(18px, 3vw, 42px); display: grid; grid-template-columns: auto 1fr; column-gap: 14px; }
.promise-strip div + div { border-left: 1px solid rgba(89, 58, 34, 0.22); }
.promise-strip span { grid-row: 1 / 3; color: var(--copper); font-family: var(--serif); font-size: 1.6rem; }
.promise-strip strong { font-family: var(--serif); font-size: 1.15rem; }
.promise-strip small { color: var(--muted); font-size: 0.76rem; }
.button { min-height: 52px; padding: 13px 22px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 2px; font-size: 0.9rem; font-weight: 800; text-decoration: none; transition: transform 180ms ease, background 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, nav a:focus-visible, .text-link:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.button-primary { color: white; background: var(--forest); }
.button-primary:hover { background: var(--forest-soft); }
.text-link { color: var(--copper); font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 5px; }

.section { width: min(1140px, calc(100% - 40px)); margin-inline: auto; }
.event { padding-block: clamp(78px, 10vw, 132px); }
.section-heading { max-width: 820px; }
.eyebrow { margin: 0 0 14px; color: var(--copper); font-size: 0.77rem; font-weight: 850; letter-spacing: 0.18em; text-transform: uppercase; }
h2, h3 { margin-top: 0; font-family: var(--serif); font-weight: 500; }
h2 { color: var(--forest); font-size: clamp(2.75rem, 6vw, 5.65rem); letter-spacing: -0.035em; line-height: 0.98; }
.event-grid { margin-top: clamp(38px, 6vw, 68px); display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(48px, 8vw, 108px); align-items: start; }
.event-copy p { margin-top: 0; }
.large-copy { font-family: var(--serif); font-size: clamp(1.4rem, 2.4vw, 2rem); line-height: 1.45; }
.event-copy p:last-child { color: var(--muted); }
.facts { margin: 0; border-top: 1px solid var(--line); }
.facts div { padding: 15px 0; display: grid; grid-template-columns: 88px 1fr; gap: 18px; border-bottom: 1px solid var(--line); }
.facts dt { color: var(--copper); font-size: 0.73rem; font-weight: 850; letter-spacing: 0.12em; text-transform: uppercase; }
.facts dd { margin: 0; color: var(--forest); font-weight: 700; }

.curation { padding-block: clamp(82px, 10vw, 128px); color: var(--cream); background: var(--forest); }
.curation-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(48px, 8vw, 110px); align-items: end; }
.eyebrow-light { color: #d7b474; }
.curation h2 { margin-bottom: 0; color: white; font-size: clamp(2.7rem, 5.4vw, 5.3rem); }
.curation-copy { color: #eadfce; }
.curation-copy p { margin: 0 0 20px; }
.curation-copy p:last-child { margin-bottom: 0; }

.participate { padding-block: clamp(82px, 10vw, 128px); }
.participate-heading { display: grid; grid-template-columns: 1.1fr 0.9fr; column-gap: clamp(44px, 7vw, 96px); align-items: end; max-width: none; }
.participate-heading .eyebrow { grid-column: 1 / -1; }
.participate-heading h2 { margin-bottom: 0; }
.participate-heading > p:last-child { margin: 0; color: var(--muted); }
.space-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.space-card { padding: 30px 34px; border: 1px solid var(--line); background: #fffdf8; }
.space-card-featured { border-color: rgba(152, 69, 38, 0.52); background: var(--cream); }
.space-label { margin: 0; color: var(--copper); font-size: 0.77rem; font-weight: 850; letter-spacing: 0.14em; text-transform: uppercase; }
.price { margin: 10px 0 4px; color: var(--forest); font-family: var(--serif); font-size: 4.8rem; line-height: 1; }
.price span { margin-right: 4px; font-size: 1.8rem; vertical-align: top; }
.space-card > p:last-child { margin: 0; }
.process-layout { margin-top: 70px; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(38px, 7vw, 90px); align-items: start; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { padding: 24px 0; display: grid; grid-template-columns: 64px 1fr; gap: 18px; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--copper); font-family: var(--serif); font-size: 1.5rem; }
.process-list strong { color: var(--forest); font-family: var(--serif); font-size: 1.35rem; font-weight: 600; }
.process-list p { margin: 3px 0 0; color: var(--muted); }
.setup-note { padding: 34px 36px; border-left: 4px solid var(--copper); background: var(--cream); }
.setup-note h3 { margin-bottom: 12px; color: var(--forest); font-size: 2rem; line-height: 1.1; }
.setup-note p:not(.eyebrow) { margin: 0 0 14px; }
.setup-note p:last-child { margin-bottom: 0; }
.application-cta { margin-top: 80px; padding: clamp(34px, 6vw, 62px); display: flex; align-items: center; justify-content: space-between; gap: 42px; color: white; background: var(--copper); }
.application-cta h2 { margin-bottom: 12px; color: white; font-size: clamp(2.6rem, 5vw, 4.6rem); }
.application-cta p:last-child { margin: 0; color: #f5e5da; }
.button-light { flex: 0 0 auto; color: var(--copper); background: white; }

footer { padding: 42px clamp(20px, 5vw, 72px); display: grid; grid-template-columns: 120px 1fr auto; gap: clamp(28px, 5vw, 70px); align-items: center; color: #f3e9da; background: var(--forest-deep); }
.footer-brand img { width: 110px; }
.footer-copy p { margin: 0; }
.footer-title { color: white; font-family: var(--serif); font-size: 1.55rem; }
.footer-copy > p:nth-child(2) { margin-top: 4px; color: #c8b9a7; font-size: 0.88rem; }
.contact-links { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 8px 26px; }
.contact-links a { text-decoration-color: rgba(255,255,255,0.35); text-underline-offset: 5px; }
.venue-mark { display: flex; align-items: center; gap: 12px; }
.venue-mark span { color: #bbaa98; font-size: 0.76rem; }
.venue-mark img { width: 88px; padding: 5px; background: white; }

@media (max-width: 900px) {
  body { font-size: 16px; }
  .site-header { min-height: 70px; }
  .brand span { display: none; }
  .brand img { width: 46px; height: 46px; }
  nav a:not(.nav-apply) { display: none; }
  .hero-art { max-height: none; }
  .hero-action { justify-content: space-between; }
  .promise-strip { grid-template-columns: 1fr; }
  .promise-strip div + div { border-top: 1px solid rgba(89, 58, 34, 0.22); border-left: 0; }
  .event-grid, .curation-grid, .participate-heading, .process-layout { grid-template-columns: 1fr; }
  .participate-heading { gap: 18px; }
  .space-grid { grid-template-columns: 1fr; }
  footer { grid-template-columns: 84px 1fr; }
  .footer-brand img { width: 78px; }
  .venue-mark { grid-column: 2; }
}

@media (max-width: 560px) {
  .site-header { padding-inline: 14px; }
  .hero-action { padding: 28px 20px 32px; align-items: flex-start; flex-direction: column; gap: 22px; }
  .promise-strip { padding: 18px 20px; }
  .promise-strip div { padding: 15px 4px; }
  .button { width: 100%; }
  .text-link { align-self: flex-start; }
  .section { width: min(100% - 30px, 1140px); }
  h2 { font-size: clamp(2.55rem, 13vw, 3.8rem); }
  .facts div { grid-template-columns: 74px 1fr; gap: 12px; }
  .space-card { padding: 25px; }
  .process-list li { grid-template-columns: 48px 1fr; }
  .setup-note { padding: 28px 25px; }
  .application-cta { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr; text-align: left; }
  .footer-brand img { width: 88px; }
  .venue-mark { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}

.hero-pricing { margin: 12px 0 0; color: #fffaf2; font-size: 1rem; font-weight: 700; line-height: 1.5; }
.hero-pricing span { display: inline-block; }
.hero-pricing span[aria-hidden] { margin-inline: 0.35em; }

/* Attendee navigation and page */
.site-header nav a:not(.nav-apply) { display: inline-block; }
.visit-hero { padding-block: clamp(48px, 7vw, 88px); }
.visit-hero h1 { max-width: 950px; color: var(--forest); font: 500 clamp(2.6rem, 6vw, 5.6rem)/1.03 var(--serif); letter-spacing: -.035em; margin: 0 0 26px; }
.visit-intro { max-width: 730px; font-size: 1.15rem; }
.visit-facts { display: flex; flex-wrap: wrap; gap: 10px 28px; padding: 22px 0; border-block: 1px solid var(--line); color: var(--forest); font-weight: 700; margin: 28px 0; }
.visit-actions { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.visit-poster { width: 100%; height: auto; margin-top: 44px; border: 1px solid var(--line); }
.visit-section { padding-block: 58px; border-top: 1px solid var(--line); }
.visit-section h2 { font-size: clamp(2.3rem, 4vw, 3.6rem); margin-bottom: 24px; }
.visit-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 38px 64px; }
.visit-grid h3 { font-size: 1.8rem; line-height: 1.15; color: var(--forest); margin-bottom: 12px; }
.visit-grid p { margin-top: 0; }
.visit-apply { margin: 24px auto 72px; }
.visit-apply h2 { font-size: clamp(2.3rem, 4vw, 3.6rem); }
.visit-apply .button { white-space: nowrap; }
@media (max-width: 600px) {
 .site-header { gap: 12px; }
 .site-header nav { gap: 12px; }
 .site-header nav a { font-size: .76rem; line-height: 1.3; }
 .site-header .nav-apply { padding: 10px; }
 .visit-grid { grid-template-columns: 1fr; gap: 26px; }
 .contact-links a { overflow-wrap: anywhere; }
 .visit-hero { padding-top: 40px; }
 .visit-facts { flex-direction: column; }
}
