:root {
  --ink: #231e1a;
  --paper: #efe6d6;
  --sand: #d4c1a2;
  --ember: #b44c2f;
  --night: #1e2523;
  --line: rgba(35, 30, 26, .28);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
a { color: inherit; }

.draft-notice {
  position: relative;
  z-index: 10;
  padding: 13px max(20px, calc((100vw - 1200px) / 2));
  background: #f9f4ea;
  border-bottom: 2px solid var(--ember);
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
}

.hero { min-height: 760px; position: relative; overflow: hidden; padding: 28px max(28px, calc((100vw - 1200px) / 2)) 72px; color: #fffaf0; background: var(--night); display: flex; flex-direction: column; }
.hero::before { content: ''; position: absolute; inset: 0; opacity: .58; background: radial-gradient(ellipse 46% 42% at 71% 58%, rgba(197, 86, 46, .7), transparent 68%), linear-gradient(137deg, transparent 0 52%, rgba(239, 230, 214, .09) 52.2% 52.9%, transparent 53.1%), repeating-linear-gradient(90deg, transparent 0 89px, rgba(255,255,255,.035) 90px 91px); }
.hero > * { position: relative; }
.hero-topline { display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 12px; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow, .section-label, .index { margin: 0; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.phone-link { text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.hero-copy { max-width: 720px; margin: auto 0; padding-top: 64px; }
.wordmark { margin: 0 0 42px; font-size: clamp(24px, 3vw, 38px); font-weight: 700; line-height: .8; letter-spacing: -.07em; }
.wordmark span { font-family: var(--serif); font-weight: 400; letter-spacing: -.1em; }
h1, h2 { text-wrap: pretty; }
h1 { max-width: 640px; margin: 0; font-family: var(--serif); font-size: clamp(64px, 10vw, 144px); font-weight: 400; line-height: .84; letter-spacing: -.065em; }
.lede { max-width: 450px; margin: 34px 0 0; font-size: 19px; line-height: 1.5; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 38px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 22px; background: var(--ember); color: #fffaf0; border: 1px solid var(--ember); font-size: 13px; font-weight: 700; text-decoration: none; transition: background .2s, color .2s; }
.button:hover, .button:focus-visible { background: transparent; color: inherit; }
.text-link, .underlined-link { font-weight: 700; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.hero-mark { position: absolute; right: max(28px, calc((100vw - 1200px) / 2)); bottom: 66px; display: grid; gap: 5px; align-items: end; justify-items: end; color: rgba(255,250,240,.85); }
.hero-mark span { font-size: 10px; font-weight: 700; letter-spacing: .25em; }
.hero-mark b { font-family: var(--serif); font-size: 76px; font-weight: 400; line-height: .7; }

.section-grid { display: grid; grid-template-columns: minmax(150px, 1fr) minmax(0, 3fr); gap: 42px; padding: 130px max(28px, calc((100vw - 1200px) / 2)); }
.section-label { color: var(--ember); }
.section-grid h2 { max-width: 690px; margin: -12px 0 28px; font-family: var(--serif); font-size: clamp(42px, 5.5vw, 78px); font-weight: 400; line-height: .95; letter-spacing: -.055em; }
.section-grid div > p { max-width: 575px; margin: 0; font-size: 18px; line-height: 1.65; }

.experience { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.experience-item { min-height: 370px; padding: 30px max(24px, calc((100vw - 1200px) / 6)); display: flex; flex-direction: column; justify-content: flex-end; border-right: 1px solid var(--line); }
.experience-item:last-child { border-right: 0; }
.experience-item .index { margin-bottom: auto; color: var(--ember); }
.experience-item h2 { margin: 0; font-family: var(--serif); font-size: clamp(38px, 4vw, 62px); font-weight: 400; letter-spacing: -.055em; }
.experience-item p:last-child { max-width: 220px; margin: 12px 0 0; font-size: 15px; line-height: 1.45; }
.music { background: #e1cfb2; }.sport { background: #cfc1a9; }.fire { background: #b44c2f; color: #fffaf0; }.fire .index { color: #fffaf0; }
.gather { background: #f8f3ea; }.underlined-link { display: inline-block; margin-top: 32px; font-size: 15px; }

.visit { display: grid; grid-template-columns: 1.45fr 1fr; gap: 44px; padding: 92px max(28px, calc((100vw - 1200px) / 2)); color: #fffaf0; background: var(--night); }
.visit .section-label { color: var(--sand); }.visit h2 { margin: 18px 0 0; font-family: var(--serif); font-size: clamp(40px, 5vw, 70px); font-weight: 400; line-height: .94; letter-spacing: -.055em; }.visit-details { align-self: end; display: grid; gap: 22px; }.visit-details p { margin: 0; font-size: 16px; line-height: 1.55; }.visit-details a:not(.button) { text-underline-offset: 3px; }.button-light { width: fit-content; color: var(--ink); background: var(--paper); border-color: var(--paper); }.button-light:hover, .button-light:focus-visible { color: var(--paper); }
footer { display: flex; justify-content: space-between; gap: 24px; padding: 24px max(28px, calc((100vw - 1200px) / 2)); background: #151a18; color: #f5eedf; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; } footer p { margin: 0; } footer span { color: var(--ember); }

a:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
@media (max-width: 700px) { .hero { min-height: 690px; }.hero-topline { align-items: flex-start; flex-direction: column; gap: 12px; }.hero-copy { padding-top: 45px; }.hero-mark { bottom: 45px; }.section-grid, .visit { grid-template-columns: 1fr; gap: 32px; padding-top: 78px; padding-bottom: 78px; }.experience { grid-template-columns: 1fr; }.experience-item { min-height: 275px; border-right: 0; border-bottom: 1px solid var(--line); }.experience-item:last-child { border-bottom: 0; } footer { flex-direction: column; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; } }
