/* Clubs In Toronto — design system. Black, gold, bold uppercase. */
:root {
  --bg: #000;
  --bg-2: #0c0c0c;
  --bg-3: #141414;
  --gold: #f2c230;
  --gold-2: #d9a921;
  --text: #fff;
  --muted: #b5b5b5;
  --line: rgba(242, 194, 48, 0.45);
  --line-soft: rgba(255, 255, 255, 0.1);
  --radius: 4px;
  --font: "Montserrat", "Montserrat Fallback", "Segoe UI", Arial, sans-serif;
  --max: 1200px;
  --gutter: 16px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--font); font-size: 16px; line-height: 1.65; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold); text-decoration: none; }
a:hover, a:focus-visible { color: #fff; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
h1, h2, h3, h4 { font-weight: 800; text-transform: uppercase; letter-spacing: 0.02em; line-height: 1.15; margin: 0 0 0.6em; }
h1 { font-size: clamp(1.9rem, 5vw, 3.2rem); }
h2 { font-size: clamp(1.4rem, 3.2vw, 2rem); }
h3 { font-size: 1.05rem; }
p { margin: 0 0 1em; }
.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }
.narrow { max-width: 860px; }
.narrow-center { max-width: 860px; margin: 0 auto; }
.center { text-align: center; }
.muted { color: var(--muted); font-size: 0.85rem; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--gold); color: #000; padding: 8px 12px; z-index: 1000; font-weight: 700; }
.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; }
.skip:focus { left: 8px; }
.ic { width: 1em; height: 1em; fill: var(--gold); vertical-align: -0.15em; margin-right: 0.45em; flex: none; }
.diamonds { display: block; color: var(--gold); letter-spacing: 0.3em; font-size: 0.8rem; margin-bottom: 0.8rem; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(0, 0, 0, 0.92); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line-soft); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 66px; gap: 16px; }
.logo { display: inline-flex; align-items: baseline; font-weight: 900; font-size: 1.35rem; letter-spacing: 0.01em; text-transform: uppercase; white-space: nowrap; }
.logo-a { color: #fff; }
.logo-b { color: var(--gold); margin-left: 0.25em; }
.logo-c { color: #fff; font-size: 0.6em; margin-left: 0.15em; font-weight: 700; }
.nav-desktop { display: none; gap: 22px; }
.nav-desktop a { color: #fff; font-weight: 700; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; }
.nav-desktop a:hover, .nav-desktop a.active { color: var(--gold); }
.burger { width: 42px; height: 42px; border: 2px solid #fff; background: transparent; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px; cursor: pointer; padding: 0; }
.burger span { width: 20px; height: 2px; background: #fff; display: block; transition: transform 0.2s; }
.burger:hover { border-color: var(--gold); }
.menu { position: fixed; inset: 0; background: rgba(0, 0, 0, 0.97); z-index: 200; padding: 80px 24px 40px; overflow-y: auto; text-align: center; }
.menu[hidden] { display: none; }
.menu-close { position: absolute; top: 12px; right: 16px; width: 42px; height: 42px; border: 2px solid var(--gold); color: var(--gold); background: transparent; font-size: 1.6rem; line-height: 1; cursor: pointer; }
.menu-nav { display: flex; flex-direction: column; gap: 14px; margin-bottom: 30px; }
.menu-nav a { color: #fff; font-weight: 800; font-size: 1.1rem; text-transform: uppercase; letter-spacing: 0.08em; }
.menu-nav a:hover, .menu-nav a.active { color: var(--gold); }
.menu-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 700px; margin: 0 auto 24px; text-align: left; }
.menu-cols h2 { color: var(--gold); font-size: 0.8rem; letter-spacing: 0.15em; }
.menu-cols ul { list-style: none; margin: 0; padding: 0; }
.menu-cols li { margin-bottom: 6px; }
.menu-cols a { color: #ddd; font-size: 0.9rem; }
.menu-contact { color: var(--muted); font-size: 0.9rem; }
.menu-social { display: flex; justify-content: center; gap: 18px; }
.menu-social a { font-weight: 700; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.1em; }

/* Hero */
.hero { position: relative; min-height: 88vh; display: grid; place-items: center; text-align: center; overflow: hidden; padding: 80px var(--gutter); }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; filter: brightness(0.55); }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.15) 50%, #000 100%); z-index: 1; }
.hero-inner { position: relative; z-index: 2; max-width: 900px; }
.hero h1 { font-size: clamp(2rem, 6vw, 3.6rem); text-shadow: 0 4px 30px rgba(0, 0, 0, 0.7); }
.hero-sub { font-size: clamp(1rem, 2vw, 1.2rem); color: #eee; max-width: 720px; margin: 0 auto 1.6em; text-shadow: 0 2px 12px rgba(0, 0, 0, 0.8); }
.hero-cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.hero-scroll { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); z-index: 2; color: #fff; font-size: 1.6rem; animation: bob 1.6s ease-in-out infinite; }
@keyframes bob { 0%, 100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 8px); } }
.strip { background: var(--gold); color: #000; font-weight: 700; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.06em; text-align: center; padding: 10px 0; }
.strip p { margin: 0; }
.strip a { color: #000; text-decoration: underline; }

/* Buttons & chips */
.btn { display: inline-block; padding: 13px 26px; font-weight: 800; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.12em; border: 2px solid var(--gold); border-radius: var(--radius); cursor: pointer; font-family: inherit; transition: background 0.15s, color 0.15s; }
.btn-gold { background: var(--gold); color: #000; }
.btn-gold:hover, .btn-gold:focus-visible { background: #fff; border-color: #fff; color: #000; }
.btn-ghost { background: transparent; color: #fff; }
.btn-ghost:hover, .btn-ghost:focus-visible { background: var(--gold); color: #000; }
.chip { display: inline-block; padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; color: #fff; background: transparent; font-family: inherit; font-weight: 700; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.08em; cursor: pointer; margin: 0 6px 8px 0; transition: background 0.15s, color 0.15s; }
.chip:hover, .chip:focus-visible, .chip.is-active { background: var(--gold); color: #000; border-color: var(--gold); }
.chip-lg { padding: 12px 20px; font-size: 0.8rem; }
.chips-row { display: flex; flex-wrap: wrap; gap: 4px; }
.filters { margin-bottom: 8px; }
.filter-count { color: var(--muted); font-size: 0.85rem; min-height: 1.4em; }

/* Sections */
.section { padding: 56px 0; }
.section-alt { background: var(--bg-2); }
.section-title { text-align: center; }
.section-sub { text-align: center; color: var(--muted); max-width: 720px; margin: -0.4em auto 2em; }
.page-head { text-align: center; padding: 30px var(--gutter) 10px; }
.page-head .section-sub { margin-top: 0; }
.about-strip { border-top: 1px solid var(--line-soft); text-align: center; color: var(--muted); }

/* Grids & cards */
.grid { display: grid; gap: 22px; }
.cards { grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); }
.tiles { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
.guides { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
.card, .event, .guide-card { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform 0.2s, border-color 0.2s; }
.card:hover, .event:hover, .guide-card:hover { transform: translateY(-4px); border-color: var(--gold); }
.card.is-hidden { display: none; }
.card-link { display: block; color: inherit; height: 100%; }
.card-media { position: relative; aspect-ratio: 3 / 4; background: var(--bg-3); overflow: hidden; }
.card-media.wide { aspect-ratio: 3 / 2; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.card:hover .card-media img, .event:hover .card-media img, .guide-card:hover .card-media img { transform: scale(1.05); }
.badge { position: absolute; top: 10px; left: 10px; background: var(--gold); color: #000; font-weight: 800; font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.1em; padding: 4px 8px; }
.card-type { position: absolute; bottom: 10px; left: 10px; background: rgba(0, 0, 0, 0.75); color: #fff; font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; padding: 4px 8px; }
.card-body { padding: 14px 14px 16px; }
.card-title { font-size: 1rem; margin-bottom: 8px; color: #fff; }
.card-line { display: flex; align-items: flex-start; color: var(--muted); font-size: 0.78rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; margin: 0 0 6px; }
.read-more { color: var(--gold); font-weight: 800; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; }
.scroller { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(230px, 260px); gap: 18px; overflow-x: auto; padding: 4px 4px 16px; scroll-snap-type: x mandatory; scrollbar-color: var(--gold) var(--bg-3); }
.scroller > * { scroll-snap-align: start; }
.tile { position: relative; display: block; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; aspect-ratio: 3 / 2; color: #fff; }
.tile img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.55); transition: transform 0.4s; }
.tile:hover img { transform: scale(1.05); }
.tile-body { position: absolute; inset: auto 0 0 0; padding: 18px; background: linear-gradient(transparent, rgba(0, 0, 0, 0.85)); }
.tile-title { display: block; font-weight: 800; text-transform: uppercase; font-size: 1.1rem; letter-spacing: 0.03em; }
.tile-sub { display: block; color: #ddd; font-size: 0.82rem; margin-top: 4px; }

/* Split CTA */
.split { display: grid; grid-template-columns: 1fr; padding: 0; }
.split-panel { position: relative; display: block; min-height: 340px; color: #fff; overflow: hidden; }
.split-panel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(0.4); transition: transform 0.5s; }
.split-panel:hover img { transform: scale(1.04); }
.split-body { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 10px; min-height: 340px; padding: 40px var(--gutter); max-width: 560px; margin: 0 auto; }
.eyebrow { color: var(--gold); font-weight: 800; font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase; }
.split-title { font-weight: 800; text-transform: uppercase; font-size: clamp(1.4rem, 3vw, 2rem); line-height: 1.15; }
.split-sub { color: #ddd; }

/* Prose */
.prose h2 { margin-top: 1.6em; font-size: 1.35rem; }
.prose h3 { margin-top: 1.4em; color: var(--gold); }
.prose p, .prose li { color: #ddd; }
.prose a { text-decoration: underline; text-underline-offset: 3px; }
.lead { font-size: 1.1rem; color: #eee; }
.steps { padding-left: 1.2em; }
.steps li { margin-bottom: 0.7em; }
.nights { list-style: none; padding: 0; }
.nights li { display: flex; align-items: flex-start; padding: 8px 0; border-bottom: 1px solid var(--line-soft); }
.facts { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
.facts th { text-align: left; color: var(--gold); text-transform: uppercase; font-size: 0.72rem; letter-spacing: 0.1em; padding: 10px 12px 10px 0; width: 32%; vertical-align: top; }
.facts td { padding: 10px 0; color: #ddd; }
.facts tr { border-bottom: 1px solid var(--line-soft); }
.table-wrap { overflow-x: auto; }
.directory { width: 100%; border-collapse: collapse; font-size: 0.9rem; min-width: 760px; }
.directory th { text-align: left; color: var(--gold); text-transform: uppercase; font-size: 0.7rem; letter-spacing: 0.1em; padding: 10px 10px; border-bottom: 1px solid var(--line); }
.directory td { padding: 12px 10px; border-bottom: 1px solid var(--line-soft); color: #ddd; vertical-align: top; }

/* Club page */
.crumbs { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.06em; padding: 14px 0 0; }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; color: var(--muted); }
.crumbs li + li::before { content: "/"; margin-right: 6px; color: var(--muted); }
.club-hero { display: grid; grid-template-columns: 1fr; gap: 28px; padding-top: 24px; padding-bottom: 10px; }
.club-media { position: relative; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; max-width: 420px; }
.club-media img { width: 100%; height: auto; }
.club-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; max-width: 420px; margin-top: 10px; }
.club-gallery:empty { display: none; }
.club-gallery img { width: 100%; height: auto; border: 1px solid var(--line); border-radius: var(--radius); }
.club-head h1 { margin-bottom: 0.3em; }
.club-tagline { color: var(--gold); font-weight: 600; font-size: 1.05rem; }
.meta-line { display: flex; align-items: flex-start; flex-wrap: wrap; gap: 0 6px; color: #ddd; font-size: 0.9rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; margin: 0 0 10px; }
.meta-line a { display: inline-block; padding: 4px 0; }
.meta-line.verified { color: var(--muted); font-size: 0.78rem; }
.cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 18px; }
.club-body { padding-top: 20px; }

/* FAQ */
.faq { border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 10px; background: var(--bg-2); }
.faq summary { cursor: pointer; padding: 14px 18px; font-weight: 700; list-style: none; position: relative; padding-right: 40px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 16px; top: 10px; color: var(--gold); font-size: 1.4rem; font-weight: 400; }
.faq[open] summary::after { content: "\2212"; }
.faq-a { padding: 0 18px 14px; color: #ddd; }
.faq-a p { margin: 0; }

/* Forms */
.two-col { display: grid; grid-template-columns: 1fr; gap: 36px; }
.form-card { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.form-card h2 { font-size: 1.2rem; }
.req-form { display: grid; grid-template-columns: 1fr; gap: 14px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--gold); }
.field input, .field select, .field textarea { background: #000; border: 1px solid var(--line-soft); color: #fff; padding: 12px; font-family: inherit; font-size: 1rem; border-radius: var(--radius); width: 100%; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); outline: none; }
.field select option { color: #000; }
.hp { display: none; }
.form-note { color: var(--muted); font-size: 0.8rem; margin: 10px 0 0; }

/* Article */
.article-head { text-align: center; padding-top: 24px; }
.article-media { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; margin: 20px 0 28px; }
.more-guides { border-top: 1px solid var(--line); margin-top: 40px; padding-top: 20px; }
.more-guides h2 { font-size: 1rem; }

/* Footer */
.site-footer { background: var(--bg-2); border-top: 1px solid var(--line); margin-top: 40px; padding: 48px 0 20px; font-size: 0.9rem; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 28px; }
.footer-about p { color: var(--muted); display: flex; align-items: flex-start; }
.footer-about .logo { margin-bottom: 12px; }
.site-footer h2 { color: var(--gold); font-size: 0.75rem; letter-spacing: 0.15em; margin-bottom: 10px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 6px; }
.site-footer nav a { color: #ddd; }
.site-footer nav a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid var(--line-soft); margin-top: 32px; padding-top: 18px; color: var(--muted); font-size: 0.75rem; }

/* Responsive */
@media (min-width: 700px) {
  .split { grid-template-columns: 1fr 1fr; }
  .two-col { grid-template-columns: 1.1fr 1fr; align-items: start; }
  .req-form { grid-template-columns: 1fr 1fr; }
  .field.full { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1fr; }
  .club-hero { grid-template-columns: 380px 1fr; align-items: start; }
  .menu-nav { flex-direction: row; justify-content: center; flex-wrap: wrap; gap: 28px; }
}
@media (min-width: 1000px) {
  .nav-desktop { display: flex; }
  .section { padding: 72px 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-scroll { animation: none; }
  .card, .event, .guide-card, .card-media img, .tile img, .split-panel img { transition: none; }
}
