.golmdm-venue-page{
  --vp-green:#55b545;
  --vp-green-strong:#3f9133;
  --vp-text:#0d1722;
  --vp-muted:#6b7782;
  --vp-line:#dde4e9;
  --vp-card:#fff;
  --vp-soft:#f5f7f8;
  --vp-hover:#f3f9f1;
  width:min(1280px,calc(100% - 32px));
  margin:26px auto 64px;
  color:var(--vp-text);
}
.golmdm-venue-page *{box-sizing:border-box}
.golmdm-venue-page a{text-decoration:none}
.golmdm-venue-page__back{display:inline-flex;align-items:center;min-height:40px;margin:0 0 16px;color:var(--vp-text);font-size:14px;font-weight:700}
.golmdm-venue-page__back:hover{color:var(--vp-green-strong)}

/* Hero is the only intentionally card-like surface on a venue page. */
.golmdm-venue-page__hero{position:relative;isolation:isolate;display:flex;align-items:flex-end;min-height:320px;overflow:hidden;border-radius:14px;background:#07121c;color:#fff;box-shadow:0 12px 34px rgba(7,18,28,.12)}
.golmdm-venue-page__hero.has-photo{background-image:var(--venue-photo);background-position:center;background-size:cover}
.golmdm-venue-page__hero.no-photo{background-image:radial-gradient(circle at 68% 34%,rgba(85,181,69,.24),transparent 25%),linear-gradient(135deg,#07121c,#0e202d 58%,#102d24)}
.golmdm-venue-page__hero-overlay{position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,rgba(4,12,19,.92) 0%,rgba(4,12,19,.76) 42%,rgba(4,12,19,.35) 72%,rgba(4,12,19,.58) 100%)}
.golmdm-venue-page__hero-copy{width:min(760px,72%);padding:34px 38px}
.golmdm-venue-page__type{display:inline-flex;align-items:center;gap:8px;margin:0 0 14px;color:#b8ddae;font-size:13px;font-weight:750;letter-spacing:.02em}
.golmdm-venue-page__type svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.golmdm-venue-page__hero h1{margin:0 0 12px;color:#fff;font-size:clamp(30px,4.6vw,56px);line-height:1.02;letter-spacing:-.035em;font-weight:820}
.golmdm-venue-page__hero p{display:flex;align-items:flex-start;gap:9px;margin:0;color:#d8e0e5;font-size:15px;line-height:1.45;font-weight:560}
.golmdm-venue-page__hero p svg{width:18px;height:18px;flex:0 0 18px;margin-top:1px;fill:none;stroke:#86c977;stroke-width:1.8}
.golmdm-venue-page__hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
.golmdm-venue-page__hero-actions a{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border:1px solid rgba(255,255,255,.2);border-radius:4px;background:rgba(9,22,31,.55);color:#fff;font-size:13px;font-weight:750;backdrop-filter:blur(8px)}
.golmdm-venue-page__hero-actions a:hover{border-color:#78c867;color:#a8e09b}

/* beta.4014: below the hero the page is editorial, not a stack of cards. */
.golmdm-venue-page__layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:34px;margin-top:30px}
.golmdm-venue-page__section,.golmdm-venue-page__aside section{overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}
.golmdm-venue-page__section{margin:0 0 30px}
.golmdm-venue-page__section h2,.golmdm-venue-page__aside h2{margin:0 0 10px;padding:0 0 11px;border-bottom:1px solid var(--vp-line);color:var(--vp-text);font-size:19px;line-height:1.15;font-weight:800;letter-spacing:-.018em}
.golmdm-venue-page__aside{display:block;align-self:start;min-width:0}
.golmdm-venue-page__aside dl{margin:0;padding:0}
.golmdm-venue-page__aside dl>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;padding:12px 0;border-bottom:1px solid var(--vp-line)}
.golmdm-venue-page__aside dl>div:last-child{border-bottom:0}
.golmdm-venue-page__aside dt{color:var(--vp-muted);font-size:12.5px;line-height:1.25;font-weight:650}
.golmdm-venue-page__aside dd{margin:0;color:var(--vp-text);font-size:13px;line-height:1.25;font-weight:750;text-align:right}
.golmdm-venue-page__aside dd a{color:inherit}
.golmdm-venue-page__aside dd a:hover{color:var(--vp-green-strong)}
.golmdm-venue-page__report{display:inline-flex;align-items:center;gap:6px;min-height:0;margin-top:15px;padding:0;border:0;border-radius:0;background:transparent;color:var(--vp-muted);font-size:12.5px;line-height:1.3;font-weight:700;box-shadow:none}
.golmdm-venue-page__report:hover{color:var(--vp-green-strong);background:transparent}

/* Match rows use the canonical shared match-row component. */
.golmdm-venue-page__match-list{display:block}

/* With no match sections, facts become a compact horizontal information strip. */
.golmdm-venue-page__layout.has-no-match-sections{display:block;margin-top:30px}
.golmdm-venue-page__layout.has-no-match-sections .golmdm-venue-page__aside h2{margin-bottom:0}
.golmdm-venue-page__layout.has-no-match-sections .golmdm-venue-page__aside dl{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));border-bottom:1px solid var(--vp-line)}
.golmdm-venue-page__layout.has-no-match-sections .golmdm-venue-page__aside dl>div{display:block;min-width:0;padding:14px 20px;border:0;border-right:1px solid var(--vp-line)}
.golmdm-venue-page__layout.has-no-match-sections .golmdm-venue-page__aside dl>div:first-child{padding-left:0}
.golmdm-venue-page__layout.has-no-match-sections .golmdm-venue-page__aside dl>div:last-child{border-right:0}
.golmdm-venue-page__layout.has-no-match-sections .golmdm-venue-page__aside dt{margin:0 0 5px;font-size:11.5px}
.golmdm-venue-page__layout.has-no-match-sections .golmdm-venue-page__aside dd{font-size:13.5px;text-align:left}
.golmdm-venue-page__layout.has-no-match-sections .golmdm-venue-page__report{margin-top:13px}

html.golmd-theme-dark .golmdm-venue-page,body.golmd-theme-dark .golmdm-venue-page,html.golmdm-dark-live .golmdm-venue-page,body.golmdm-dark-live .golmdm-venue-page{
  --vp-text:#edf3f6;--vp-muted:#9cabb5;--vp-line:#263640;--vp-card:#111920;--vp-soft:#0d151c;--vp-hover:#15221c;
}

@media(max-width:900px){
  .golmdm-venue-page{width:min(calc(100% - 22px),1280px);margin-top:18px}
  .golmdm-venue-page__hero{min-height:280px}
  .golmdm-venue-page__hero-copy{width:min(760px,84%);padding:28px}
  .golmdm-venue-page__layout{grid-template-columns:1fr;gap:26px}
  .golmdm-venue-page__aside{display:block}
  .golmdm-venue-page__aside dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-bottom:1px solid var(--vp-line)}
  .golmdm-venue-page__aside dl>div{display:block;padding:12px 16px;border:0;border-right:1px solid var(--vp-line)}
  .golmdm-venue-page__aside dl>div:nth-child(2n){border-right:0}
  .golmdm-venue-page__aside dd{text-align:left;margin-top:4px}
}
@media(max-width:640px){
  .golmdm-venue-page{width:100%;margin:0 auto 44px}
  .golmdm-venue-page__back{margin:12px 12px 10px}
  .golmdm-venue-page__hero{min-height:255px;border-radius:0}
  .golmdm-venue-page__hero-copy{width:100%;padding:24px 18px}
  .golmdm-venue-page__hero h1{font-size:34px}
  .golmdm-venue-page__layout,.golmdm-venue-page__layout.has-no-match-sections{gap:22px;margin-top:22px;padding:0 14px}
  .golmdm-venue-page__section{margin-bottom:24px}
  .golmdm-venue-page__section h2,.golmdm-venue-page__aside h2{font-size:18px}
  .golmdm-venue-page__aside dl,.golmdm-venue-page__layout.has-no-match-sections .golmdm-venue-page__aside dl{grid-template-columns:1fr}
  .golmdm-venue-page__aside dl>div,.golmdm-venue-page__layout.has-no-match-sections .golmdm-venue-page__aside dl>div{padding:11px 0;border-right:0;border-bottom:1px solid var(--vp-line)}
  .golmdm-venue-page__aside dl>div:last-child,.golmdm-venue-page__layout.has-no-match-sections .golmdm-venue-page__aside dl>div:last-child{border-bottom:0}
  .golmdm-venue-page__layout.has-no-match-sections .golmdm-venue-page__aside dl>div:first-child{padding-left:0}
}
