@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700;800&family=Inter:wght@400;500;600&family=Space+Mono:wght@700&display=swap');

:root{
  --red:#d65742;
  --ink:#1d1d1b;
  --panel:#f1f0e8;
  --paper:#f1f0e8;
  --line:#d7d1c6;
  --type-hero:6.25rem;
  --type-display:3.65rem;
  --type-page-title:4.45rem;
  --type-quote:3.25rem;
  --type-section:2.12rem;
  --type-card:1.32rem;
  --type-title:1.08rem;
  --type-body-lg:1rem;
  --type-body:.94rem;
  --type-small:.8rem;
  --type-label:.68rem;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,Arial,sans-serif;font-size:var(--type-body);line-height:1.55}
a{color:inherit}
img{display:block;max-width:100%}
main:focus{outline:none}
.skip-link{
  position:fixed;
  left:18px;
  top:12px;
  z-index:500;
  padding:10px 12px;
  transform:translateY(-140%);
  background:var(--ink);
  color:#fff;
  font-size:var(--type-label);
  font-weight:800;
  text-decoration:none;
  text-transform:uppercase;
}
.skip-link:focus{transform:translateY(0)}

.guide-header{
  position:sticky;
  top:0;
  z-index:20;
  min-height:59px;
  padding:12px 28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  background:var(--paper);
  color:var(--ink);
  border-bottom:1px solid var(--line);
  transition:transform .24s ease;
}
.guide-header.nav-hidden{transform:translateY(-110%)}
.guide-brand img{width:145px;height:auto}
.guide-header .nav-toggle{
  display:none;
  width:44px;
  height:44px;
  border:0;
  background:transparent;
  color:inherit;
  cursor:pointer;
}
.guide-header .nav-toggle span{
  display:block;
  width:24px;
  height:2px;
  margin:5px auto;
  background:currentColor;
}
.guide-nav{display:flex;align-items:center;justify-content:flex-end;gap:22px}
.guide-nav a,
.guide-nav .nav-menu-button{
  font-size:var(--type-label);
  font-weight:700;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:0;
}
.guide-nav a:hover,
.guide-nav a[aria-current="page"],
.guide-nav .nav-menu-button:hover,
.guide-nav .nav-group.is-current .nav-menu-button{text-decoration:underline;text-underline-offset:5px}
.nav-group{position:relative}
.nav-menu-button{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:0;
  border:0;
  background:transparent;
  color:inherit;
  font:inherit;
  cursor:pointer;
}
.nav-menu-button::after{
  content:"";
  width:0;
  height:0;
  border-left:4px solid transparent;
  border-right:4px solid transparent;
  border-top:5px solid currentColor;
  transform:translateY(1px);
}
.nav-submenu{
  position:absolute;
  top:calc(100% + 14px);
  right:0;
  z-index:80;
  display:none;
  min-width:190px;
  padding:8px;
  border:1px solid var(--line);
  background:color-mix(in srgb,var(--paper) 98%,transparent);
  box-shadow:0 18px 45px rgba(0,0,0,.14);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.nav-submenu::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:100%;
  height:18px;
}
.nav-group.is-open .nav-submenu,
.nav-group:focus-within .nav-submenu{display:grid}
.nav-submenu a{
  display:block;
  padding:10px 12px;
  color:var(--ink) !important;
  border-bottom:1px solid var(--line);
  white-space:nowrap;
}
.nav-submenu a:last-child{border-bottom:0}
.nav-submenu a:hover,
.nav-submenu a[aria-current="page"]{color:var(--red) !important;opacity:1}
.nav-book{
  padding:8px 11px;
  border:1px solid currentColor;
  border-radius:999px;
  line-height:1;
}
.guide-nav .nav-book{border-color:var(--red);color:var(--red)}

.guide-intro{
  min-height:45vh;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);
  border-bottom:1px solid var(--ink);
}
.guide-title{padding:54px 28px 48px;display:flex;flex-direction:column;justify-content:space-between}
.kicker{margin:0 0 12px;color:var(--red);font-size:var(--type-label);font-weight:700;text-transform:uppercase}
h1{
  max-width:900px;
  margin:0;
  color:var(--red);
  font-family:"Inter Tight",Arial,sans-serif;
  font-size:var(--type-display);
  line-height:.86;
  letter-spacing:0;
}
.dek{max-width:660px;margin:38px 0 0;font-size:var(--type-body-lg);line-height:1.45}
.guide-intro>img{width:100%;height:100%;min-height:45vh;object-fit:cover}

.guide-content{padding:0 28px 80px}
.section-head{
  padding:28px 0 16px;
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
  border-bottom:3px solid var(--red);
}
.section-head h2{margin:0;font-family:"Inter Tight",Arial,sans-serif;font-size:var(--type-section)}
.section-head a{color:var(--red);font-size:var(--type-label);font-weight:700;text-transform:uppercase}

.event-row{
  display:grid;
  grid-template-columns:150px minmax(0,1fr) 220px;
  gap:24px;
  padding:22px 0;
  border-bottom:1px solid var(--line);
}
.date{color:var(--red);font-family:"Inter Tight",Arial,sans-serif;font-size:var(--type-title);font-weight:800}
.event-row h3,.place-copy h2,.food-copy h2{margin:0 0 8px;font-family:"Inter Tight",Arial,sans-serif;font-size:var(--type-card)}
.event-row p,.place-copy p,.food-copy p{margin:0;max-width:720px;line-height:1.48}
.meta{font-size:var(--type-small);line-height:1.5;text-transform:uppercase}

.place-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-left:1px solid var(--ink)}
.place{
  display:flex;
  min-width:0;
  flex-direction:column;
  border-right:1px solid var(--ink);
  border-bottom:1px solid var(--ink);
}
.place img{flex:none;width:100%;height:42vh;min-height:280px;object-fit:cover}
.place-copy{min-height:190px;padding:22px;background:var(--panel);color:var(--ink)}
.place-copy .number{display:block;margin-bottom:22px;color:var(--red);font-weight:700}

.food-list{border-top:1px solid var(--ink)}
.food-row{
  display:grid;
  grid-template-columns:minmax(210px,.8fr) minmax(0,1.2fr) 110px;
  gap:30px;
  align-items:start;
  padding:28px 0;
  border-bottom:1px solid var(--ink);
}
.food-type{color:var(--red);font-size:var(--type-label);font-weight:700;text-transform:uppercase}
.food-link{font-size:var(--type-label);font-weight:700;text-transform:uppercase;text-align:right}

.guide-cta{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(320px,.98fr);
  gap:28px;
  padding:46px 28px 54px;
  border-top:1px solid var(--ink);
  border-bottom:1px solid var(--ink);
}
.guide-cta h2{
  max-width:720px;
  margin:0;
  color:var(--red);
  font-family:"Inter Tight",Arial,sans-serif;
  font-size:var(--type-page-title);
  line-height:.9;
  letter-spacing:0;
}
.guide-cta-copy{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:34px;
}
.guide-cta-copy p{
  max-width:620px;
  margin:0;
  font-size:var(--type-body-lg);
  line-height:1.45;
}
.guide-cta-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.guide-cta-primary,
.guide-cta-secondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 18px;
  border:1px solid var(--ink);
  font-size:var(--type-label);
  font-weight:800;
  text-decoration:none;
  text-transform:uppercase;
}
.guide-cta-primary{background:var(--red);border-color:var(--red);color:#fff}
.guide-cta-primary:hover{background:#b94333;border-color:#b94333}
.guide-cta-secondary:hover{color:var(--red);border-color:var(--red)}

.booking-main{
  min-height:calc(100svh - 78px);
  display:grid;
  grid-template-columns:minmax(320px,.72fr) minmax(0,1.28fr);
}
.booking-intro{
  padding:54px 28px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  background:var(--panel);
  color:var(--ink);
}
.booking-intro h1{color:var(--red);font-size:var(--type-display)}
.booking-intro .dek{margin-top:32px}
.booking-details{margin-top:52px;border-top:1px solid var(--line)}
.booking-detail{display:grid;grid-template-columns:100px 1fr;gap:16px;padding:13px 0;border-bottom:1px solid var(--line);font-size:var(--type-small)}
.booking-detail strong{text-transform:uppercase}
.booking-panel{padding:54px 28px;background:var(--paper)}
.booking-panel h2{margin:0 0 28px;font-family:"Inter Tight",Arial,sans-serif;font-size:var(--type-section)}
.booking-widget{
  min-height:420px;
  display:grid;
  place-items:center;
  padding:36px;
  border:1px solid var(--line);
  color:#777;
  font-size:var(--type-small);
  text-align:center;
}
.booking-widget--direct{
  display:block;
  min-height:0;
  padding:0;
  border-color:var(--ink);
  background:color-mix(in srgb,var(--paper) 72%,#fff);
  color:var(--ink);
  text-align:left;
}
.booking-direct{
  display:grid;
  grid-template-columns:minmax(0,1fr) 220px;
  min-height:420px;
}
.booking-direct-copy{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:34px;
}
.booking-direct-copy h3{
  max-width:540px;
  margin:0;
  font-family:"Inter Tight",Arial,sans-serif;
  font-size:var(--type-page-title);
  line-height:.9;
}
.booking-direct-copy p{
  max-width:540px;
  margin:18px 0 0;
  font-size:var(--type-body-lg);
  line-height:1.45;
}
.booking-selected-offer{
  display:inline-block;
  margin-top:22px !important;
  padding:9px 10px;
  border:1px solid var(--ink);
  background:var(--paper);
  color:var(--ink);
  font-family:"Inter Tight",Arial,sans-serif;
  font-size:var(--type-small) !important;
  font-weight:800;
  line-height:1.1 !important;
  text-transform:uppercase;
}
.booking-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:36px;
}
.booking-action,
.booking-secondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 18px;
  border:1px solid var(--ink);
  font-size:var(--type-label);
  font-weight:800;
  text-decoration:none;
  text-transform:uppercase;
}
.booking-action{background:var(--red);border-color:var(--red);color:#fff}
.booking-action:hover{background:#b94333;border-color:#b94333}
.booking-secondary:hover{color:var(--red);border-color:var(--red)}
.booking-direct-facts{
  display:grid;
  border-left:1px solid var(--ink);
}
.booking-direct-facts span{
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:8px;
  padding:22px;
  border-bottom:1px solid var(--ink);
  font-family:"Inter Tight",Arial,sans-serif;
  font-size:var(--type-label);
  font-weight:800;
  text-transform:uppercase;
}
.booking-direct-facts span:last-child{border-bottom:0}
.booking-direct-facts strong{
  display:block;
  font-size:var(--type-title);
  line-height:1.05;
  text-transform:none;
}
.booking-note{max-width:650px;margin:18px 0 0;font-size:var(--type-small);line-height:1.5}
.booking-note a{color:var(--red);font-weight:700}

.information-main{min-height:70svh}
.information-intro{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);
  min-height:52svh;
  border-bottom:1px solid var(--ink);
}
.information-title{padding:54px 28px;display:flex;flex-direction:column;justify-content:space-between}
.information-title h1{font-size:var(--type-display)}
.information-side{padding:54px 28px;display:flex;align-items:flex-end;background:var(--panel);color:var(--ink)}
.information-side p{max-width:540px;margin:0;font-size:var(--type-body-lg)}
.info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-left:1px solid var(--ink)}
.info-block{min-height:210px;padding:28px;border-right:1px solid var(--ink);border-bottom:1px solid var(--ink)}
.info-block:nth-child(4n+1),.info-block:nth-child(4n+4){background:var(--panel);color:var(--ink)}
.info-block .kicker{margin-bottom:34px}
.info-block h2{margin:0 0 12px;font-family:"Inter Tight",Arial,sans-serif;font-size:var(--type-section)}
.info-block p{max-width:620px;margin:0}
.policy-copy{max-width:900px;padding:54px 28px 84px}
.policy-copy section{padding:24px 0;border-bottom:1px solid var(--line)}
.policy-copy h2{margin:0 0 10px;font-family:"Inter Tight",Arial,sans-serif;font-size:var(--type-card)}
.policy-copy p,.policy-copy li{max-width:760px}
.policy-copy ul{padding-left:20px}

.guide-footer{
  padding:28px;
  display:flex;
  justify-content:space-between;
  gap:20px;
  background:var(--panel);
  color:var(--ink);
  border-top:1px solid var(--line);
  font-size:var(--type-small);
}
.guide-footer a{font-weight:700}
.book-dot{
  position:fixed;
  right:24px;
  bottom:24px;
  left:auto;
  z-index:5;
  width:82px;
  height:82px;
  display:grid;
  place-items:center;
  border:1px solid #fff;
  border-radius:50%;
  background:var(--red);
  color:#fff;
  font-family:"Inter Tight",Arial,sans-serif;
  font-size:var(--type-small);
  font-weight:700;
  line-height:1.05;
  text-align:center;
  text-decoration:none;
}
.book-dot:hover{background:#b94333}
.book-dot:focus-visible,
.booking-action:focus-visible,
.booking-secondary:focus-visible,
.guide-cta-primary:focus-visible,
.guide-cta-secondary:focus-visible,
.guide-header a:focus-visible,
.guide-header button:focus-visible{
  outline:2px solid var(--red);
  outline-offset:3px;
}

@media(max-width:900px){
  :root{--type-display:6rem;--type-page-title:4.5rem}
  .guide-header{align-items:flex-start}
  .guide-nav{max-width:540px;flex-wrap:wrap;row-gap:10px}
  .guide-intro{grid-template-columns:1fr}
  .guide-intro>img{height:45vh;min-height:320px}
  .event-row{grid-template-columns:120px minmax(0,1fr)}
  .event-row .meta{grid-column:2}
  .guide-cta{grid-template-columns:1fr}
  .booking-main{grid-template-columns:1fr}
  .booking-direct{grid-template-columns:1fr}
  .booking-direct-facts{
    grid-template-columns:repeat(3,minmax(0,1fr));
    border-top:1px solid var(--ink);
    border-left:0;
  }
  .booking-direct-facts span{border-right:1px solid var(--ink);border-bottom:0}
  .booking-direct-facts span:last-child{border-right:0}
  .information-intro{grid-template-columns:1fr}
  .information-side{min-height:260px}
}

@media(max-width:650px){
  :root{--type-display:4.5rem;--type-page-title:4rem;--type-section:2rem}
  .guide-header{padding:11px 18px;align-items:center;gap:12px;flex-wrap:wrap}
  .guide-brand img{width:108px}
  .guide-header .nav-toggle{display:block;margin-left:auto}
  .guide-nav{
    flex:0 0 100%;
    width:100%;
    display:none;
    max-width:none;
    padding-top:12px;
    border-top:1px solid var(--line);
    justify-content:stretch;
  }
  .guide-header.menu-open .guide-nav{display:grid;gap:0}
  .guide-nav a,
  .guide-nav .nav-menu-button{
    display:block;
    padding:12px 0;
    border-bottom:1px solid var(--line);
    font-size:var(--type-label);
    text-align:left;
  }
  .guide-nav .nav-menu-button{display:flex;width:100%;justify-content:space-between}
  .guide-nav .nav-group{width:100%}
  .guide-nav .nav-submenu{
    position:static;
    min-width:0;
    padding:0 0 0 14px;
    border:0;
    background:transparent;
    box-shadow:none;
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
  }
  .guide-nav .nav-submenu::before{display:none}
  .guide-nav .nav-submenu a{padding:11px 0 11px 14px}
  .guide-nav .nav-book{
    border:0;
    border-bottom:1px solid var(--line);
    border-radius:0;
    line-height:inherit;
  }
  .guide-title{padding:38px 18px}
  h1{font-size:var(--type-display)}
  .dek{font-size:var(--type-body)}
  .guide-content{padding:0 18px 100px}
  .section-head{align-items:flex-start;flex-direction:column}
  .event-row{grid-template-columns:1fr;gap:8px}
  .event-row .meta{grid-column:auto;margin-top:8px}
  .place-grid{grid-template-columns:1fr}
  .place img{height:46vh;min-height:260px}
  .food-row{grid-template-columns:1fr;gap:10px}
  .food-link{text-align:left}
  .guide-cta{padding:38px 18px 104px;gap:24px}
  .guide-cta h2{font-size:var(--type-page-title)}
  .guide-cta-actions{display:grid}
  .booking-intro,.booking-panel{padding:38px 18px}
  .booking-intro h1{font-size:var(--type-display)}
  .booking-widget{min-height:340px;padding:24px}
  .booking-widget--direct{padding:0}
  .booking-direct{min-height:0}
  .booking-direct-copy{padding:24px}
  .booking-direct-copy h3{font-size:var(--type-page-title)}
  .booking-actions{display:grid;margin-top:28px}
  .booking-direct-facts{grid-template-columns:1fr}
  .booking-direct-facts span{min-height:82px;border-right:0;border-bottom:1px solid var(--ink)}
  .booking-direct-facts span:last-child{border-bottom:0}
  .information-title,.information-side{padding:38px 18px}
  .information-title h1{font-size:var(--type-display)}
  .info-grid{grid-template-columns:1fr}
  .info-block:nth-child(odd){background:var(--panel);color:var(--ink)}
  .info-block:nth-child(even){background:var(--paper);color:var(--ink)}
  .info-block h2{max-width:calc(100% - 86px)}
  .policy-copy{padding:38px 18px 72px}
  .guide-footer{padding:24px 18px;display:block;line-height:1.8}
  .book-dot{right:18px;bottom:18px;left:auto;width:72px;height:72px;font-size:var(--type-label)}
}

html.happening-doc{overflow-anchor:none;scroll-snap-type:none}
@media(min-width:1051px){
  html.happening-doc.happening-snap{scroll-snap-type:y proximity}
}

.happening-page{
  --type-hero:6.25rem;
  --type-display:3.65rem;
  --type-page-title:4.45rem;
  --type-quote:3.25rem;
  --type-section:2.12rem;
  --type-card:1.32rem;
  --type-title:1.08rem;
  --type-body-lg:1rem;
  --type-body:.94rem;
  --type-small:.8rem;
  --type-label:.68rem;
  -webkit-font-smoothing:antialiased;
  overflow-anchor:none;
}
.happening-page h1,
.happening-page h2,
.happening-page h3,
.happening-page .tt{
  font-family:"Inter Tight",Arial,sans-serif;
  font-weight:800;
  letter-spacing:0;
  line-height:1.05;
}
.happening-page main{overflow:hidden}
.happening-page .snap-section{scroll-snap-align:start;scroll-snap-stop:always}

.happening-page header.top{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:65;
  background:transparent;
  border:0;
  color:#fff;
  transition:transform .24s ease,background-color .24s ease,color .24s ease;
}
.happening-page header.top.nav-hidden{transform:translateY(-110%)}
.happening-page header.top.is-scrolled,
.happening-page header.top.menu-open{
  background:color-mix(in srgb,var(--paper) 92%,transparent);
  color:var(--ink);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.happening-page .top-in{
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
  min-height:69px;
  padding:8px 32px;
}
.happening-page .brand{
  display:flex;
  align-items:center;
  text-decoration:none;
}
.happening-page .brand img{width:auto;height:52px}
.happening-page header.top.is-scrolled .brand img,
.happening-page header.top.menu-open .brand img{filter:brightness(0)}
.happening-page .top-links{
  display:flex;
  align-items:center;
  gap:22px;
  font-size:var(--type-small);
}
.happening-page .top-links a,
.happening-page .nav-menu-button{
  color:#fff;
  font-size:var(--type-small);
  font-weight:600;
  letter-spacing:0;
  text-decoration:none;
  text-transform:uppercase;
}
.happening-page .top-links a:hover,
.happening-page .nav-menu-button:hover{color:#fff;opacity:.72}
.happening-page .top-links a[aria-current="page"],
.happening-page .nav-group.is-current .nav-menu-button{text-decoration:underline;text-underline-offset:5px}
.happening-page header.top.is-scrolled .top-links a,
.happening-page header.top.menu-open .top-links a,
.happening-page header.top.is-scrolled .nav-menu-button,
.happening-page header.top.menu-open .nav-menu-button{color:var(--ink)}
.happening-page header.top.is-scrolled .top-links a:hover,
.happening-page header.top.menu-open .top-links a:hover,
.happening-page header.top.is-scrolled .nav-menu-button:hover,
.happening-page header.top.menu-open .nav-menu-button:hover,
.happening-page header.top.is-scrolled .nav-group.is-current .nav-menu-button,
.happening-page header.top.menu-open .nav-group.is-current .nav-menu-button{color:var(--red);opacity:1}
.happening-page .tl-hide{display:flex;align-items:center;gap:22px}
.happening-page .nav-toggle{
  display:none;
  width:44px;
  height:44px;
  border:0;
  background:transparent;
  color:inherit;
  cursor:pointer;
}
.happening-page .nav-toggle span{
  display:block;
  width:24px;
  height:2px;
  margin:5px auto;
  background:currentColor;
}

.happening-page .section-rail{
  position:fixed;
  right:14px;
  top:50%;
  z-index:66;
  display:flex;
  flex-direction:column;
  gap:6px;
  width:40px;
  transform:translateY(-50%);
  font-family:"Inter Tight",Arial,sans-serif;
  font-size:var(--type-small);
  font-weight:800;
  text-transform:uppercase;
}
.happening-page .section-rail a{
  position:relative;
  display:grid;
  place-items:center;
  width:40px;
  min-height:31px;
  border:1px solid rgba(255,255,255,.24);
  background:rgba(11,11,11,.46);
  color:#fff;
  opacity:.84;
  text-decoration:none;
  text-shadow:0 1px 10px rgba(0,0,0,.62);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}
.happening-page .section-rail a::before{
  content:attr(data-count);
  font-family:"Space Mono",monospace;
  font-size:.68rem;
  font-weight:700;
  line-height:1;
}
.happening-page .section-rail a::after{
  content:"";
  position:absolute;
  left:50%;
  top:100%;
  width:1px;
  height:6px;
  background:currentColor;
  opacity:.24;
}
.happening-page .section-rail a:last-child::after{display:none}
.happening-page .section-rail a span{
  position:absolute;
  right:48px;
  top:50%;
  padding:6px 9px;
  transform:translateY(-50%);
  border:1px solid rgba(255,255,255,.3);
  background:rgba(11,11,11,.78);
  color:#fff;
  font-size:var(--type-small);
  font-weight:800;
  line-height:1;
  white-space:nowrap;
  opacity:0;
  pointer-events:none;
  text-shadow:none;
}
.happening-page .section-rail a[aria-current="true"]{
  border-color:rgba(255,255,255,.78);
  background:rgba(11,11,11,.7);
  opacity:1;
}
.happening-page .section-rail a:hover,
.happening-page .section-rail a:focus-visible{opacity:1}
.happening-page .section-rail a:hover span,
.happening-page .section-rail a:focus-visible span{opacity:1}

.happening-page .eyebrow{
  margin:0;
  color:var(--red);
  font-family:"Inter Tight",Arial,sans-serif;
  font-size:var(--type-label);
  font-weight:800;
  text-transform:uppercase;
}
.happening-hero{
  position:relative;
  min-height:100svh;
  overflow:hidden;
  background:#16222d;
  color:#fff;
}
.happening-hero::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  z-index:1;
  height:150px;
  background:linear-gradient(rgba(0,0,0,.42),transparent);
  pointer-events:none;
}
.happening-hero::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  z-index:1;
  height:46%;
  background:linear-gradient(transparent,rgba(0,0,0,.42));
  pointer-events:none;
}
.happening-hero img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.happening-hero .hero-copy{
  position:absolute;
  left:58px;
  bottom:54px;
  z-index:2;
  max-width:430px;
  color:#fff;
  text-shadow:0 1px 16px rgba(0,0,0,.4);
}
.happening-hero .hero-copy .eyebrow{margin-bottom:13px;color:#fff}
.happening-hero .hero-copy p:not(.eyebrow){
  margin:0;
  font-family:"Inter Tight",Arial,sans-serif;
  font-size:var(--type-body-lg);
  font-weight:700;
  line-height:1.35;
}
.happening-hero h1{
  position:absolute;
  right:118px;
  bottom:28px;
  z-index:2;
  max-width:760px;
  margin:0;
  color:#fff;
  font-size:clamp(4.6rem,8vw,7.2rem);
  line-height:.86;
  text-align:right;
  text-shadow:0 2px 28px rgba(0,0,0,.34);
}

.happening-split{
  display:grid;
  grid-template-columns:minmax(500px,42%) minmax(0,1fr);
  height:100svh;
  min-height:680px;
  overflow:hidden;
  background:var(--paper);
}
.pulse-copy{
  display:flex;
  min-width:0;
  height:100%;
  flex-direction:column;
  padding:18px 28px 54px;
}
.pulse-copy .overview-meta{
  margin:0 0 28px;
  font-family:"Inter Tight",Arial,sans-serif;
  font-size:var(--type-small);
  font-weight:700;
  line-height:1.25;
}
.pulse-copy .overview-meta span,
.pulse-copy .overview-meta a{display:block}
.pulse-copy .overview-meta #local-time{
  margin-bottom:8px;
  font-size:var(--type-title);
}
.pulse-copy .overview-meta .social{margin-top:14px}
.pulse-copy h2{
  max-width:580px;
  margin:11px 0 0;
  color:var(--ink);
  font-size:var(--type-page-title);
  line-height:.9;
}
.pulse-text{
  max-width:660px;
  margin-top:auto;
  font-family:"Inter Tight",Arial,sans-serif;
  font-weight:500;
}
.pulse-text p{
  margin:0 0 14px;
  font-size:var(--type-body);
  line-height:1.38;
}
.pulse-text p:last-child{margin-bottom:0}
.pulse-image{
  position:relative;
  min-width:0;
  height:100%;
  margin:0;
  overflow:hidden;
  border-left:1px solid var(--ink);
  background:var(--panel);
}
.pulse-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.pulse-image figcaption{
  position:absolute;
  left:28px;
  bottom:34px;
  max-width:410px;
  color:#fff;
  font-family:"Inter Tight",Arial,sans-serif;
  font-size:var(--type-section);
  font-weight:800;
  line-height:1;
  text-shadow:0 1px 18px rgba(0,0,0,.45);
}

.happening-page .module-heading{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:24px;
  padding:42px 32px 20px;
}
.happening-page .module-heading h2{
  margin:8px 0 0;
  color:var(--ink);
  font-size:var(--type-page-title);
  line-height:.9;
}
.happening-page .module-heading p{
  max-width:520px;
  margin:0;
  font-size:var(--type-body);
  line-height:1.5;
}

.happening-agenda{
  display:grid;
  grid-template-rows:auto minmax(0,1fr);
  height:100svh;
  min-height:700px;
  overflow:hidden;
  background:var(--paper);
}
.agenda-board{
  position:relative;
  display:grid;
  grid-template-rows:repeat(5,minmax(0,1fr));
  min-height:0;
  border-top:1px solid var(--ink);
  padding-top:38px;
}
.agenda-source{
  position:absolute;
  top:14px;
  right:32px;
  color:var(--red);
  font-size:var(--type-label);
  font-weight:800;
  text-transform:uppercase;
  text-underline-offset:4px;
}
.agenda-row{
  display:grid;
  grid-template-columns:70px 165px minmax(0,1fr) 210px;
  gap:22px;
  align-items:center;
  min-height:0;
  padding:15px 32px;
  border-bottom:1px solid var(--line);
}
.event-count{
  color:var(--red);
  font-family:"Space Mono",monospace;
  font-size:var(--type-small);
  font-weight:700;
}
.agenda-row time{
  color:var(--red);
  font-family:"Inter Tight",Arial,sans-serif;
  font-size:var(--type-title);
  font-weight:800;
  line-height:1.08;
}
.agenda-row h3{
  margin:0 0 7px;
  color:var(--ink);
  font-size:var(--type-card);
}
.agenda-row p{
  max-width:760px;
  margin:0;
  line-height:1.45;
}
.happening-page .meta{
  font-size:var(--type-small);
  line-height:1.45;
  text-transform:uppercase;
}

.culture-stops{
  display:grid;
  grid-template-rows:auto minmax(0,1fr);
  height:100svh;
  min-height:700px;
  overflow:hidden;
  background:var(--panel);
  color:var(--ink);
}
.culture-grid{
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(0,.91fr) minmax(0,.91fr);
  min-height:0;
  border-top:1px solid var(--ink);
}
.culture-card{
  display:grid;
  grid-template-rows:minmax(0,1fr) auto;
  min-height:0;
  overflow:hidden;
  border-right:1px solid var(--line);
  background:var(--paper);
}
.culture-card:last-child{border-right:0}
.culture-card img{
  width:100%;
  height:100%;
  min-height:0;
  object-fit:cover;
  border-bottom:1px solid var(--line);
}
.culture-copy{
  display:flex;
  min-height:205px;
  flex-direction:column;
  justify-content:space-between;
  padding:24px 32px 48px;
}
.culture-copy h3{
  max-width:420px;
  margin:18px 0 0;
  font-size:var(--type-section);
}
.culture-copy p{
  max-width:430px;
  margin:12px 0 0;
  line-height:1.45;
}

.local-notes{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);
  height:100svh;
  min-height:700px;
  overflow:hidden;
  background:var(--paper);
  border-top:1px solid var(--ink);
}
.notes-image{
  position:relative;
  min-width:0;
  min-height:0;
  overflow:hidden;
  border-right:1px solid var(--ink);
  background:var(--panel);
}
.notes-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.notes-image span{
  position:absolute;
  left:58px;
  bottom:34px;
  max-width:480px;
  color:#fff;
  font-family:"Inter Tight",Arial,sans-serif;
  font-size:var(--type-section);
  font-weight:800;
  line-height:1;
  text-shadow:0 1px 18px rgba(0,0,0,.48);
}
.notes-panel{
  display:flex;
  min-width:0;
  flex-direction:column;
  justify-content:center;
  padding:54px 118px 100px 58px;
}
.notes-panel h2{
  max-width:680px;
  margin:8px 0 0;
  font-size:var(--type-page-title);
  line-height:.9;
}
.note-list{
  margin-top:34px;
  border-top:1px solid var(--ink);
}
.note-list article{
  display:grid;
  grid-template-columns:52px minmax(150px,.42fr) minmax(0,1fr);
  gap:20px;
  align-items:start;
  padding:18px 0;
  border-bottom:1px solid var(--ink);
}
.note-list span{
  color:var(--red);
  font-family:"Space Mono",monospace;
  font-size:var(--type-small);
  font-weight:700;
}
.note-list h3{
  margin:0;
  font-size:var(--type-title);
}
.note-list p{
  max-width:620px;
  margin:0;
  line-height:1.45;
}
.happening-page .text-link{
  display:inline-block;
  align-self:flex-start;
  margin-top:24px;
  color:var(--red);
  font-size:var(--type-small);
  font-weight:800;
  text-transform:uppercase;
  text-underline-offset:4px;
}

.happening-page .float-book{
  position:fixed;
  right:22px;
  bottom:22px;
  left:auto;
  z-index:70;
  width:80px;
  height:80px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:var(--red);
  color:#fff;
  font-family:"Inter Tight",Arial,sans-serif;
  font-size:var(--type-small);
  font-weight:700;
  line-height:1.15;
  text-align:center;
  text-decoration:none;
}
.happening-page .float-book:hover{background:#b94333}

.happening-footer{
  max-width:1280px;
  margin:0 auto;
  padding:70px 22px 40px;
  scroll-snap-align:start;
  text-align:center;
}
.happening-footer .tt{
  margin-bottom:8px;
  font-size:var(--type-section);
}
.happening-footer .fmeta{
  max-width:760px;
  margin:0 auto 36px;
  color:#767676;
  font-size:var(--type-small);
}
.happening-footer .fmeta a{color:var(--ink)}
.happening-footer .flinks{
  display:flex;
  justify-content:center;
  gap:26px;
  flex-wrap:wrap;
  padding-top:24px;
  border-top:1px solid var(--line);
  font-size:var(--type-small);
}
.happening-footer .flinks a{
  color:#767676;
  text-decoration:none;
}
.happening-footer .flinks a:hover{color:var(--ink)}
.happening-footer .credit{
  margin-top:26px;
  color:#aaa;
  font-size:var(--type-label);
}
.happening-page a:focus-visible,
.happening-page button:focus-visible{
  outline:2px solid var(--red);
  outline-offset:2px;
}

@media(min-width:1151px){
  .pulse-copy,
  .happening-page .module-heading,
  .agenda-row{padding-left:58px}
  .happening-page .module-heading,
  .agenda-row{padding-right:118px}
  .agenda-source{right:118px}
  .culture-card:first-child .culture-copy{padding-left:58px}
  .culture-card:last-child .culture-copy{padding-right:118px}
}

@media(max-width:1200px){
  .happening-page{
    --type-hero:5.6rem;
    --type-display:3.25rem;
    --type-page-title:3.85rem;
    --type-quote:2.9rem;
    --type-section:1.9rem;
  }
  .happening-page .tl-hide{gap:14px}
  .happening-page .top-links,
  .happening-page .top-links a{font-size:var(--type-label)}
  .agenda-row{grid-template-columns:54px 140px minmax(0,1fr) 180px}
}

@media(max-height:820px) and (min-width:1051px){
  .happening-page{
    --type-page-title:3.65rem;
    --type-section:1.78rem;
    --type-card:1.18rem;
    --type-title:1rem;
    --type-body:.86rem;
    --type-small:.74rem;
    --type-label:.64rem;
  }
  .happening-page .top-in{min-height:60px;padding-top:6px;padding-bottom:6px}
  .happening-page .brand img{height:42px}
  .pulse-copy{padding-top:14px;padding-bottom:34px}
  .pulse-copy .overview-meta{margin-bottom:18px}
  .pulse-text p{line-height:1.32}
  .happening-page .module-heading{padding-top:30px;padding-bottom:16px}
  .agenda-board{padding-top:34px}
  .agenda-row{padding-top:11px;padding-bottom:11px}
  .culture-copy{min-height:176px;padding-top:20px;padding-bottom:40px}
  .notes-panel{padding-top:42px;padding-bottom:90px}
  .note-list{margin-top:26px}
  .note-list article{padding-top:14px;padding-bottom:14px}
  .happening-page .float-book{width:72px;height:72px;right:18px;bottom:18px}
}

@media(max-width:1150px){
  .happening-page .top-in{min-height:57px;padding:7px 18px}
  .happening-page .brand img{height:36px}
  .happening-page .nav-toggle{display:block;color:#fff}
  .happening-page header.top.is-scrolled .nav-toggle,
  .happening-page header.top.menu-open .nav-toggle{color:var(--ink)}
  .happening-page .tl-hide{
    position:absolute;
    top:100%;
    left:0;
    right:0;
    display:none;
    padding:18px;
    background:color-mix(in srgb,var(--paper) 96%,transparent);
    border-top:1px solid var(--line);
  }
  .happening-page header.top.menu-open .tl-hide{display:grid;gap:0}
  .happening-page .tl-hide a,
  .happening-page .nav-menu-button{
    padding:13px 0;
    color:var(--ink) !important;
    border-bottom:1px solid var(--line);
    font-size:var(--type-small);
  }
  .happening-page .nav-menu-button{display:flex;width:100%;justify-content:space-between}
  .happening-page .nav-group{width:100%}
  .happening-page .nav-submenu{
    position:static;
    min-width:0;
    padding:0 0 0 14px;
    border:0;
    background:transparent;
    box-shadow:none;
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
  }
  .happening-page .nav-submenu::before{display:none}
  .happening-page .nav-submenu a{padding:11px 0 11px 14px}
  .happening-page .nav-book{
    border:0;
    border-bottom:1px solid var(--line);
    border-radius:0;
    line-height:inherit;
  }
  .happening-page .section-rail{display:none}
}

@media(max-width:1050px){
  html.happening-doc,
  html.happening-doc.happening-snap{scroll-snap-type:none}
  .happening-page main{overflow:visible}
  .happening-split,
  .happening-agenda,
  .culture-stops,
  .local-notes{
    height:auto;
    min-height:100svh;
    overflow:visible;
  }
  .happening-split,
  .local-notes{grid-template-columns:1fr}
  .pulse-copy{height:auto;padding:42px 22px}
  .pulse-text{margin-top:38px}
  .pulse-image{
    height:60svh;
    min-height:380px;
    border-left:0;
    border-top:1px solid var(--ink);
  }
  .happening-page .module-heading{display:block;padding:42px 22px 22px}
  .happening-page .module-heading p{margin-top:18px}
  .agenda-board{padding-top:38px}
  .agenda-board{display:block}
  .agenda-source{right:22px}
  .agenda-row{
    grid-template-columns:54px 150px minmax(0,1fr);
    min-height:0;
    padding:20px 22px;
  }
  .agenda-row .meta{grid-column:3}
  .culture-grid{grid-template-columns:1fr}
  .culture-card{
    min-height:560px;
    border-right:0;
    border-bottom:1px solid var(--line);
  }
  .culture-card img{height:330px}
  .culture-copy{min-height:230px;padding:26px 22px 34px}
  .notes-image{
    height:54svh;
    min-height:360px;
    border-right:0;
    border-bottom:1px solid var(--ink);
  }
  .notes-image span{left:22px;bottom:28px}
  .notes-panel{padding:42px 22px 104px}
}

@media(max-width:700px){
  .happening-page{
    --type-hero:4.5rem;
    --type-display:3rem;
    --type-page-title:3rem;
    --type-quote:2.25rem;
    --type-section:2rem;
  }
  .happening-hero{min-height:100svh}
  .happening-hero .hero-copy{
    top:118px;
    right:18px;
    bottom:auto;
    left:18px;
    max-width:320px;
  }
  .happening-hero h1{
    right:18px;
    bottom:104px;
    max-width:calc(100% - 36px);
    font-size:clamp(3.15rem,15vw,4.5rem);
  }
  .pulse-copy h2,
  .happening-page .module-heading h2,
  .notes-panel h2{font-size:var(--type-page-title)}
  .agenda-row{
    grid-template-columns:48px minmax(0,1fr);
    gap:8px 16px;
  }
  .agenda-row time{font-size:var(--type-title)}
  .agenda-row div,
  .agenda-row .meta{grid-column:2}
  .culture-card{min-height:0}
  .culture-card img{height:46vh;min-height:280px}
  .note-list article{
    grid-template-columns:48px minmax(0,1fr);
    gap:8px 16px;
  }
  .note-list p{grid-column:2}
  .happening-footer{padding:58px 18px 106px}
  .happening-footer .flinks{gap:18px}
  .happening-page .float-book{
    right:18px;
    bottom:18px;
    width:72px;
    height:72px;
    font-size:var(--type-label);
  }
}

@media(prefers-reduced-motion:reduce){
  html.happening-doc,
  html.happening-doc.happening-snap{scroll-behavior:auto;scroll-snap-type:none}
}
