:root{
  --green:#0b3d22;
  --green-2:#092f1b;
  --yellow:#ffe700;
  --red:#8f2027;
  --cream:#f5f0df;
  --ink:#121212;
  --muted:#d9d4c6;
  --line:rgba(255,255,255,.18);
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--ink);color:white;font-family:'Barlow',system-ui,sans-serif}
a{color:inherit;text-decoration:none}
a:focus-visible,button:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}
::selection{background:var(--red);color:#fff}
img{display:block;max-width:100%}
.wrap{width:min(var(--max),calc(100% - 40px));margin:0 auto}
.site-header{height:84px;position:fixed;z-index:50;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - var(--max))/2));background:rgba(8,35,20,.92);backdrop-filter:blur(14px);border-bottom:2px solid var(--red)}
.brand{display:flex;align-items:center;gap:12px}.brand img{height:58px;width:46px;object-fit:contain}.brand-wordmark{font-family:'Barlow Condensed';font-weight:900;letter-spacing:.04em;font-size:26px}.desktop-nav{display:flex;align-items:center;gap:32px;font-family:'Barlow Condensed';font-weight:800;font-size:18px;letter-spacing:.04em}.desktop-nav a:hover{color:var(--yellow)}.nav-cta{background:var(--yellow);color:var(--ink)!important;padding:12px 18px;border-radius:999px}.menu-btn{display:none;background:none;border:1px solid rgba(255,255,255,.25);color:#fff;padding:10px 13px;font-weight:800}.mobile-nav{display:none}
.hero{min-height:760px;position:relative;display:flex;align-items:flex-end;padding-top:84px;overflow:hidden}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 44%}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,19,10,.92) 0%,rgba(3,19,10,.72) 45%,rgba(3,19,10,.18) 100%),linear-gradient(0deg,rgba(3,19,10,.74) 0%,transparent 45%)}.hero-content{position:relative;padding-bottom:115px}.eyebrow{font-family:'Barlow Condensed';font-weight:800;font-size:16px;letter-spacing:.18em;color:var(--yellow);margin-bottom:15px}.eyebrow.dark{color:var(--green)}h1,h2,h3{font-family:'Barlow Condensed';margin:0;line-height:.88;text-transform:uppercase}h1{font-size:clamp(70px,8.4vw,132px);font-weight:900;max-width:800px}h1 span{color:var(--yellow)}.hero-copy{font-size:20px;line-height:1.55;max-width:690px;color:#f6f3e8;margin:28px 0 32px}.hero-copy strong{font-weight:800;color:#fff}.hero-eyebrow{display:inline-flex;align-items:center;background:rgba(0,0,0,.52);border-left:4px solid var(--red);padding:9px 12px 8px;margin-bottom:18px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;font-family:'Barlow Condensed';font-size:19px;font-weight:900;letter-spacing:.04em;border-radius:4px}.btn-primary{background:var(--yellow);color:var(--ink)}.btn-secondary{background:white;color:var(--ink)}.btn-dark{background:var(--green);color:#fff}.btn-outline{border:2px solid white;color:white}.hero-strip{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;gap:18px;min-height:58px;padding:12px 22px;background:var(--yellow);color:var(--ink);font-family:'Barlow Condensed';font-weight:900;font-size:18px;letter-spacing:.055em;text-align:center;white-space:nowrap;overflow:hidden}.hero-strip span{padding:0}.hero-strip i{font-style:normal;opacity:1;color:var(--red)}.hero-strip .strip-lead{background:var(--ink);color:var(--yellow);padding:7px 11px;letter-spacing:.08em}
.weekly-section{background:#0a0a0a;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.weekly-grid{display:grid;grid-template-columns:1.15fr 1fr 1fr;align-items:stretch}
.weekly-intro,.weekly-item{padding:28px 30px}
.weekly-intro{background:var(--green);display:flex;flex-direction:column;justify-content:center;border-left:4px solid var(--red)}
.weekly-label{font-family:'Barlow Condensed';font-weight:900;letter-spacing:.14em;font-size:13px;color:var(--yellow);margin-bottom:6px}
.weekly-intro strong,.weekly-item strong{font-family:'Barlow Condensed';font-weight:900;letter-spacing:.025em}
.weekly-intro strong{font-size:27px}
.weekly-item{border-left:1px solid rgba(255,255,255,.12);display:flex;flex-direction:column;justify-content:center}
.weekly-item span{font-family:'Barlow Condensed';font-size:14px;letter-spacing:.14em;font-weight:800;color:#c7c3b8}
.weekly-item strong{font-size:34px;color:var(--yellow);line-height:1}
.weekly-item small{font-size:14px;color:#c7c3b8;margin-top:7px;line-height:1.35}
.section{padding:100px 0}.events-section{background:var(--cream);color:var(--ink)}.section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:42px}.section-head h2,.hours-section h2{font-size:clamp(58px,7vw,96px);font-weight:900}.text-link{font-family:'Barlow Condensed';font-size:20px;font-weight:900;color:var(--green)}.events-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.event-card{position:relative;display:grid;grid-template-columns:82px 1fr auto;gap:20px;align-items:center;background:white;border:1px solid #d9d4c5;padding:20px;transition:.18s ease}.event-card:hover{transform:translateY(-2px);border-color:var(--red);box-shadow:0 10px 26px rgba(0,0,0,.08)}.date{background:var(--green);color:white;text-align:center;padding:10px 6px}.date strong{display:block;font-family:'Barlow Condensed';font-size:40px;line-height:.85}.date span{font-family:'Barlow Condensed';font-weight:800;letter-spacing:.08em}.event-kicker{margin:0 0 5px;font-size:12px;font-weight:800;letter-spacing:.12em;color:#6a6a62}.event-card h3{font-size:30px;font-weight:900;line-height:.96}.event-card p:last-child{margin:7px 0 0;color:#5f5f59}.arrow{font-size:27px}.event-card-featured{grid-column:1/-1;border-top:4px solid var(--red);background:#fffdf7}
.event-card-featured .arrow{color:var(--red)}
.events-cta{display:flex;align-items:center;justify-content:space-between;margin-top:28px;padding-top:28px;border-top:1px solid #cdc7b7}.events-cta p{margin:0;color:#4c4b45}
.photo-band{display:grid;grid-template-columns:1.2fr 1fr .8fr;height:430px}.photo-band img{width:100%;height:100%;object-fit:cover}.photo-band img:nth-child(2){object-position:center 55%}.photo-band img:nth-child(3){object-position:center 50%}
.about-section{background:var(--green);overflow:hidden;border-top:5px solid var(--red)}.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.about-copy h2{font-size:clamp(54px,6.2vw,92px);font-weight:900}.about-copy h2 span{color:var(--yellow)}.about-copy p{font-size:19px;line-height:1.65;color:#e8e6dc;max-width:590px;margin:26px 0 30px}.about-images{position:relative;min-height:560px}.img-main{position:absolute;right:0;top:0;width:82%;height:500px;object-fit:cover}.img-small{position:absolute;left:0;bottom:0;width:43%;height:260px;object-fit:cover;border:10px solid var(--green)}
.hours-section{background:var(--yellow);color:var(--ink)}.hours-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}.hours-intro{max-width:470px;font-size:18px;line-height:1.6}.hours-list{margin:0;border-top:3px solid var(--ink)}.hours-list div{display:flex;justify-content:space-between;gap:20px;padding:17px 0;border-bottom:1px solid rgba(0,0,0,.28);font-family:'Barlow Condensed';font-size:27px;font-weight:900}.hours-list dt,.hours-list dd{margin:0}
.final-cta{background:#0a0a0a;padding:90px 0}.final-grid{display:grid;grid-template-columns:1fr auto;gap:50px;align-items:end}.final-cta h2{font-size:clamp(64px,8vw,118px);font-weight:900}.final-actions{display:flex;flex-direction:column;gap:12px;min-width:270px}
footer{background:#050505;border-top:1px solid rgba(255,255,255,.12);padding:36px 0}.footer-grid{display:grid;grid-template-columns:1fr 1fr auto;align-items:center;gap:30px}.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand img{height:52px;width:42px;object-fit:contain}.footer-brand strong,.footer-brand span{display:block;font-family:'Barlow Condensed';letter-spacing:.05em}.footer-brand strong{font-size:21px}.footer-brand span{color:#aaa}.footer-note{color:#7d7d7d;font-size:13px}.footer-links{display:flex;gap:18px;font-family:'Barlow Condensed';font-weight:800}.sticky-mobile-cta{display:none}
@media (max-width:900px){
  .weekly-grid{grid-template-columns:1fr 1fr}
  .weekly-intro{grid-column:1/-1;padding:22px 20px}
  .weekly-item{padding:22px 20px}

  .desktop-nav{display:none}.menu-btn{display:block}.site-header{height:72px}.brand img{height:48px;width:38px}.brand-wordmark{font-size:22px}.mobile-nav{position:fixed;z-index:45;top:72px;left:0;right:0;background:var(--green-2);padding:18px 20px;display:none;flex-direction:column;gap:6px;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-nav.open{display:flex}.mobile-nav a{padding:12px 4px;font-family:'Barlow Condensed';font-weight:900;font-size:22px;border-bottom:1px solid rgba(255,255,255,.08)}
  .hero{min-height:700px;padding-top:72px}.hero-overlay{background:linear-gradient(0deg,rgba(3,19,10,.94) 0%,rgba(3,19,10,.72) 55%,rgba(3,19,10,.22) 100%)}.hero-content{padding-bottom:120px}.hero-copy{font-size:17px;max-width:94%}.hero-strip{justify-content:flex-start;gap:10px;min-height:54px;padding:10px 14px;font-size:14px;overflow-x:auto;scrollbar-width:none}.hero-strip::-webkit-scrollbar{display:none}.hero-strip i{font-size:12px}.hero-strip .strip-lead{padding:6px 9px}.wrap{width:min(100% - 28px,var(--max))}
  .section{padding:72px 0}.section-head{align-items:flex-start;gap:20px}.text-link{display:none}.events-grid{grid-template-columns:1fr}.event-card{grid-template-columns:64px 1fr auto;padding:16px;gap:14px}.date strong{font-size:32px}.event-card h3{font-size:25px}.events-cta{display:block}.events-cta .btn{margin-top:14px;width:100%}
  .photo-band{grid-template-columns:1fr 1fr;height:360px}.photo-band img:nth-child(3){display:none}
  .about-grid,.hours-grid,.final-grid{grid-template-columns:1fr;gap:40px}.about-images{min-height:430px}.img-main{height:380px;width:88%}.img-small{height:190px;width:50%}
  .final-actions{min-width:0}.footer-grid{grid-template-columns:1fr;align-items:flex-start}.footer-note{display:none}.sticky-mobile-cta{display:block;position:fixed;z-index:60;bottom:14px;left:14px;right:14px;background:var(--yellow);color:var(--ink);padding:15px;text-align:center;font-family:'Barlow Condensed';font-size:21px;font-weight:900;box-shadow:0 8px 26px rgba(0,0,0,.35);border-radius:4px}
}
@media (max-width:560px){
  .weekly-grid{grid-template-columns:1fr}.weekly-intro{grid-column:auto}.weekly-item{border-left:4px solid var(--red);border-top:1px solid rgba(255,255,255,.1)}
  h1{font-size:64px}.hero{min-height:650px}.hero-bg{object-position:57% center}.hero-content{padding-bottom:118px}.hero-actions .btn{width:100%}.hero-copy strong{display:inline-block;margin-bottom:4px}.hero-eyebrow{font-size:14px;padding:8px 10px 7px}.section-head h2,.hours-section h2{font-size:62px}.event-card p:last-child{display:none}.photo-band{height:280px}.about-copy h2{font-size:54px}.hours-list div{font-size:23px}.final-cta h2{font-size:64px}.brand-wordmark{display:none}
}

.hero-copy,.about-copy p,.hours-intro,.event-card p,.events-cta p{letter-spacing:.005em}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{transition:none!important;animation:none!important}
}

/* V4 refinements */
.event-card > div:nth-child(2) > p:not(.event-kicker){
  font-family:'Barlow Condensed',sans-serif;
  font-size:17px;
  line-height:1.1;
  font-weight:700;
  letter-spacing:.045em;
  color:#555047;
  text-transform:uppercase;
  margin-top:7px;
}
.event-card h3{
  margin-bottom:0;
}
.eyebrow{
  max-width:min(92vw,680px);
  font-size:clamp(13px,1.2vw,17px);
  letter-spacing:.14em;
  white-space:normal;
}
@media (max-width:560px){
  .event-card > div:nth-child(2) > p:not(.event-kicker){
    font-size:15px;
    letter-spacing:.04em;
  }
  .eyebrow{
    max-width:92vw;
    font-size:12px;
    line-height:1.25;
    letter-spacing:.12em;
  }
}

/* V5 hero claim refinement */
.eyebrow{
  font-size:clamp(14px,1.35vw,19px);
  font-weight:900;
  letter-spacing:.16em;
}

/* V6 hero banner correction */
.eyebrow{
  font-weight:900;
  letter-spacing:.15em;
}


/* V9 — professional contact section */
.contact-section{
  background:#0b0b0b;
  color:#fff;
  border-top:5px solid var(--red);
}
.contact-shell{
  display:grid;
  grid-template-columns:minmax(260px,.8fr) minmax(420px,1.2fr);
  gap:64px;
  align-items:start;
}
.contact-copy{
  position:sticky;
  top:110px;
}
.contact-copy .section-kicker{
  display:inline-block;
  font-family:'Barlow Condensed',sans-serif;
  font-weight:900;
  letter-spacing:.18em;
  color:var(--yellow);
  margin-bottom:18px;
}
.contact-copy h2{
  font-family:'Barlow Condensed',sans-serif;
  font-size:clamp(54px,7vw,96px);
  line-height:.82;
  letter-spacing:-.025em;
  margin:0 0 28px;
}
.contact-copy h2 span{color:var(--yellow)}
.contact-copy > p{
  max-width:520px;
  font-size:18px;
  line-height:1.55;
  color:#d7d3ca;
}
.contact-direct{
  margin-top:34px;
  padding-top:24px;
  border-top:1px solid rgba(255,255,255,.15);
}
.contact-direct span{
  display:block;
  font-family:'Barlow Condensed',sans-serif;
  font-weight:800;
  letter-spacing:.14em;
  color:#aaa59b;
  font-size:13px;
  margin-bottom:5px;
}
.contact-direct a{
  font-family:'Barlow Condensed',sans-serif;
  font-size:22px;
  font-weight:800;
  color:var(--yellow);
  word-break:break-word;
}
.contact-card{
  background:#f4f0e2;
  color:#101010;
  border-top:5px solid var(--red);
  padding:36px;
  box-shadow:0 20px 60px rgba(0,0,0,.25);
}
.contact-form .hidden-field{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  clip:rect(1px,1px,1px,1px)!important;
  white-space:nowrap!important;
}
.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px 18px;
}
.field{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.field-full{grid-column:1/-1}
.field label{
  font-family:'Barlow Condensed',sans-serif;
  font-weight:900;
  letter-spacing:.08em;
  font-size:15px;
}
.field label span{
  color:#746f65;
  font-size:11px;
  margin-left:5px;
}
.field input,
.field select,
.field textarea{
  width:100%;
  border:1px solid #c9c2b3;
  background:#fff;
  color:#111;
  border-radius:0;
  padding:15px 14px;
  font:600 16px/1.2 'Barlow',system-ui,sans-serif;
  transition:border-color .15s ease,box-shadow .15s ease;
}
.field textarea{resize:vertical;min-height:150px}
.field input:focus,
.field select:focus,
.field textarea:focus{
  outline:none;
  border-color:var(--red);
  box-shadow:0 0 0 3px rgba(143,32,39,.13);
}
.contact-submit{
  width:100%;
  margin-top:22px;
  border:0;
  background:var(--yellow);
  color:#111;
  padding:18px 20px;
  font-family:'Barlow Condensed',sans-serif;
  font-weight:900;
  font-size:22px;
  letter-spacing:.04em;
  cursor:pointer;
  transition:transform .15s ease,background .15s ease;
}
.contact-submit:hover{transform:translateY(-2px)}
.form-note{
  margin:12px 0 0;
  font-size:13px;
  color:#746f65;
  text-align:center;
}
@media (max-width:900px){
  .contact-shell{grid-template-columns:1fr;gap:34px}
  .contact-copy{position:static}
}
@media (max-width:560px){
  .contact-card{padding:24px 18px}
  .form-grid{grid-template-columns:1fr}
  .field-full{grid-column:auto}
  .contact-copy h2{font-size:58px}
  .contact-copy > p{font-size:17px}
}

/* V10 — simplified direct contact */
.contact-section{
  background:#0b0b0b;
  color:#fff;
  border-top:5px solid var(--red);
}
.simple-contact{
  max-width:900px;
  text-align:center;
}
.simple-contact .section-kicker{
  display:inline-block;
  font-family:'Barlow Condensed',sans-serif;
  font-weight:900;
  letter-spacing:.18em;
  color:var(--yellow);
  margin-bottom:18px;
}
.simple-contact h2{
  font-family:'Barlow Condensed',sans-serif;
  font-size:clamp(58px,8vw,106px);
  line-height:.82;
  letter-spacing:-.025em;
  margin:0 0 28px;
}
.simple-contact h2 span{color:var(--yellow)}
.simple-contact > p{
  max-width:680px;
  margin:0 auto 28px;
  font-size:19px;
  line-height:1.5;
  color:#d8d4ca;
}
.email-cta{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:7px;
  width:min(100%,760px);
  margin:30px auto 0;
  padding:28px 24px;
  background:var(--yellow);
  color:#111;
  border-left:6px solid var(--red);
  text-decoration:none;
  transition:transform .15s ease, box-shadow .15s ease;
}
.email-cta:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 34px rgba(0,0,0,.22);
}
.email-cta span{
  font-family:'Barlow Condensed',sans-serif;
  font-weight:900;
  letter-spacing:.14em;
  font-size:14px;
}
.email-cta strong{
  font-family:'Barlow Condensed',sans-serif;
  font-weight:900;
  font-size:clamp(24px,4vw,42px);
  line-height:1;
  word-break:break-word;
}
.contact-small{
  margin-top:14px!important;
  font-size:13px!important;
  color:#9f9b92!important;
}
@media (max-width:560px){
  .simple-contact h2{font-size:60px}
  .simple-contact > p{font-size:17px}
  .email-cta{padding:24px 18px}
}
