:root {
  --gc-red: #e63946;
  --gc-ink: #1d1d1b;
  --gc-yellow: #ffd23f;
  --gc-blue: #1982c4;
  --gc-bg: #fbf7f0;
  --gc-white: #ffffff;
  --gc-grey: #6b6b6b;
  --gc-radius: 12px;
}
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: #1d1d1b;
  background-color: #fbf7f0;
  line-height: 1.6;
}
h1, h2, h3, h4, .site-brand, .footer-brand, .section-title, .article-title, .hero-title, .feature-card-title {
  font-family: 'Bangers', 'Inter', system-ui, sans-serif;
  letter-spacing: .04em;
  color: #1d1d1b;
}

/* header */
.site-header { background: #1d1d1b; box-shadow: 0 3px 0 #e63946; }
.site-nav { padding-top: .5rem; padding-bottom: .5rem; }
.site-brand { color: #ffd23f !important; font-size: 1.9rem; }
.site-nav .nav-link { color: #ffffff; font-weight: 600; text-transform: uppercase; font-size: .9rem; letter-spacing: .03em; }
.site-nav .nav-link:hover, .site-nav .nav-link:focus { color: #ffd23f; }
.site-nav .dropdown-menu { border: 2px solid #1d1d1b; border-radius: var(--gc-radius); box-shadow: 4px 4px 0 #e63946; }
.site-nav .dropdown-item { font-weight: 500; }
.site-nav .dropdown-item:hover { background: #ffd23f; color: #1d1d1b; }
.navbar-toggler { border-color: #ffd23f; }
.navbar-toggler-icon { filter: invert(1); }

/* hero */
.hero--home { background: #ffd23f; color: #1d1d1b; padding: 4.5rem 0; border-bottom: 4px solid #1d1d1b; }
.hero-title { font-size: clamp(3rem, 9vw, 6rem); line-height: .95; margin: .5rem 0; color: #e63946; -webkit-text-stroke: 2px #1d1d1b; }
.hero-sub { font-size: 1.15rem; max-width: 620px; font-weight: 500; }
.eyebrow { text-transform: uppercase; letter-spacing: .12em; font-size: .85rem; font-weight: 700; color: #1982c4; display: block; }
.btn-tickets { display: inline-block; margin-top: 1.5rem; background: #e63946; color: #fff; font-weight: 700; text-transform: uppercase; padding: .85rem 2rem; border-radius: 50px; border: 3px solid #1d1d1b; box-shadow: 4px 4px 0 #1d1d1b; text-decoration: none; }
.btn-tickets:hover { background: #1982c4; color: #fff; transform: translate(-2px,-2px); box-shadow: 6px 6px 0 #1d1d1b; }

/* sections */
.section { padding: 4rem 0; }
.section-title { font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 2rem; }

/* feature cards */
.feature-card { background: #fff; border: 3px solid #1d1d1b; border-radius: var(--gc-radius); padding: 1.5rem; box-shadow: 5px 5px 0 #1982c4; transition: transform .2s ease, box-shadow .2s ease; }
.feature-card:nth-child(2n) { box-shadow: 5px 5px 0 #e63946; }
.feature-card:hover { transform: translate(-3px,-3px); box-shadow: 8px 8px 0 #1d1d1b; }
.feature-card-title { font-size: 1.6rem; margin-bottom: .75rem; }
.feature-card-title a { color: #e63946; text-decoration: none; }
.feature-card-links { list-style: none; padding-left: 0; margin: 0; }
.feature-card-links li { margin-bottom: .35rem; }
.feature-card-links a { color: #1982c4; text-decoration: none; font-weight: 500; }
.feature-card-links a:hover { text-decoration: underline; }

/* prose */
.site-prose { max-width: 820px; }
.article-title { font-size: clamp(2rem, 5vw, 3rem); margin-bottom: 1.5rem; color: #e63946; }
.site-prose img, .site-block--image img, .site-block--gallery img { max-width: 100%; height: auto; border-radius: 8px; }
.site-block--paragraph { margin-bottom: 1.1rem; }
.site-block--image { margin: 1.5rem 0; }
.article-summary { color: #6b6b6b; border-left: 4px solid #ffd23f; padding-left: 1rem; }

/* content links scoped */
.site-prose a, .site-block--paragraph a, .article-body a, .page-body a, .category-desc a {
  color: #1982c4; text-decoration: underline; text-decoration-color: #e63946;
}
.site-prose a:hover, .site-block--paragraph a:hover, .page-body a:hover { color: #e63946; }

/* route/post cards (category) */
.route-card { background:#fff; border:3px solid #1d1d1b; border-radius:var(--gc-radius); overflow:hidden; box-shadow:5px 5px 0 #1982c4; }
.route-card-img { width:100%; height:200px; object-fit:cover; }
.route-card-body { padding:1.25rem 1.5rem; }
.route-card-title a { color:#e63946; text-decoration:none; }
.route-card-link { color:#1982c4; font-weight:700; text-decoration:none; }
.route-card--minimal { border:none; border-left:4px solid #ffd23f; border-radius:0; box-shadow:none; }

/* breadcrumbs */
.site-breadcrumbs { background: #ffd23f; padding: .6rem 0; }
.site-breadcrumbs .breadcrumb { margin: 0; }
.site-breadcrumbs a { color: #1d1d1b; text-decoration: none; font-weight: 600; }

/* ToC */
.article-toc { background: #fff; border: 2px solid #1d1d1b; border-radius: var(--gc-radius); padding: 1rem 1.25rem; margin-bottom: 1.5rem; }
.article-toc a { color: #1982c4; text-decoration: none; }

/* footer */
.site-footer { background: #1d1d1b; color: rgba(255,255,255,.82); padding: 3.5rem 0 1.5rem; border-top: 4px solid #ffd23f; }
.footer-brand { color: #ffd23f; font-size: 2rem; margin-bottom: .5rem; }
.footer-tagline { color: rgba(255,255,255,.7); }
.footer-col-title { color: #ffd23f; text-transform: uppercase; letter-spacing: .08em; font-size: .85rem; margin-bottom: 1rem; }
.footer-links, .footer-social { list-style: none; padding-left: 0; }
.footer-links li, .footer-social li { margin-bottom: .5rem; }
.footer-social { display: flex; gap: 1rem; flex-wrap: wrap; }
.footer-links a, .footer-social a { color: rgba(255,255,255,.8); text-decoration: none; }
.footer-links a:hover, .footer-social a:hover { color: #e63946; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.15); margin-top: 2.5rem; padding-top: 1.5rem; text-align: center; color: rgba(255,255,255,.6); }
