:root {
  --ink: #0a0c0f;
  --steel: #15191e;
  --muted: #626a73;
  --line: #d6d9dc;
  --paper: #f3f4f2;
  --white: #ffffff;
  --gold: #f3c72e;
  --gold-deep: #d7a900;
  --arc-blue: #26bff5;
  --hot-orange: #ff6b1a;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 1000; left: 16px; top: 12px; padding: 10px 14px;
  background: var(--gold); color: var(--ink); transform: translateY(-160%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100;
  border-bottom: 1px solid rgba(255,255,255,.14);
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { background: rgba(10,12,15,.96); box-shadow: 0 10px 30px rgba(0,0,0,.18); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.wordmark { color: var(--white); text-decoration: none; font-size: 1.55rem; letter-spacing: -.045em; line-height: 1; }
.wordmark span { font-weight: 300; }
.wordmark strong { color: var(--gold); font-weight: 800; }
.primary-nav { display: flex; align-items: center; gap: clamp(14px, 1.8vw, 30px); }
.primary-nav a { color: rgba(255,255,255,.82); text-decoration: none; font-size: .9rem; font-weight: 700; letter-spacing: .01em; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--gold); }
.primary-nav .nav-cta { border: 1px solid rgba(255,255,255,.38); padding: 10px 18px; }
.primary-nav .donate-nav { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.primary-nav .donate-nav:hover, .primary-nav .donate-nav:focus-visible { background: #ffda45; color: var(--ink); }
.shop-nav-kicker, .shop-nav-arrow { display: none; }
.shop-nav strong, .action-nav strong { font: inherit; }
.nav-action-kicker, .nav-action-arrow { display: none; }
.game-nav { color: var(--gold) !important; }
.menu-toggle { display: none; }

.hero {
  min-height: 760px; height: 92vh; max-height: 940px; position: relative; overflow: hidden;
  color: var(--white); background: var(--ink);
}
.hero-image { position: absolute; inset: 0; background: url('assets/jonathan-evans-welder.webp') 44% center / cover no-repeat; transform: scale(1.015); }
.hero-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(7,9,12,.97) 0%, rgba(7,9,12,.87) 43%, rgba(7,9,12,.30) 72%, rgba(7,9,12,.16) 100%),
    linear-gradient(0deg, rgba(7,9,12,.66), transparent 45%);
}
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 8px; background: var(--gold); }
.hero-grid { position: relative; z-index: 2; height: 100%; display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(250px, .55fr); gap: 80px; align-items: center; padding-top: 74px; }
.hero-copy { max-width: 760px; }
.eyebrow { margin: 0 0 18px; color: var(--gold); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.dark { color: #8b6d00; }
.hero h1 { margin: 0; max-width: 800px; font-size: clamp(3rem, 6vw, 5.8rem); line-height: .98; letter-spacing: -.058em; }
.hero-lead { max-width: 670px; margin: 28px 0 0; color: rgba(255,255,255,.78); font-size: clamp(1rem, 1.5vw, 1.22rem); }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 13px 20px; border: 1px solid transparent; text-decoration: none; font-weight: 800; line-height: 1.2; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: var(--ink); }
.button-primary:hover, .button-primary:focus-visible { background: #ffda45; }
.button-ghost { border-color: rgba(255,255,255,.38); color: var(--white); }
.button-ghost:hover, .button-ghost:focus-visible { border-color: var(--white); background: rgba(255,255,255,.08); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover, .button-dark:focus-visible { background: #252a30; }
.button-resume { border-color: var(--arc-blue); background: rgba(38,191,245,.12); color: var(--white); box-shadow: 0 0 0 1px rgba(38,191,245,.2), 0 0 24px rgba(38,191,245,.14); }
.button-resume:hover, .button-resume:focus-visible { background: var(--arc-blue); color: #061116; }
.button-job { background: var(--arc-blue); color: #061116; box-shadow: 0 10px 25px rgba(38,191,245,.22); }
.button-job:hover, .button-job:focus-visible { background: #70d8ff; }
.cta-sweep { position: relative; isolation: isolate; overflow: hidden; }
.cta-sweep > * { position: relative; z-index: 1; }
.cta-sweep::after {
  content: ""; position: absolute; z-index: 0; inset: -80% auto -80% -45%; width: 25%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.68), transparent);
  transform: rotate(18deg) translateX(-220%); animation: action-sweep 8s ease-in-out infinite; pointer-events: none;
}
.attention-pulse { animation: attention-pulse 6s ease-in-out infinite; }
.experience-card { align-self: end; margin-bottom: 100px; padding: 30px; border-top: 3px solid var(--gold); background: rgba(14,17,21,.82); backdrop-filter: blur(10px); }
.card-kicker { margin: 0; color: rgba(255,255,255,.55); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.year { margin: 8px 0 22px; color: var(--gold); font-size: 2.05rem; font-weight: 900; letter-spacing: -.04em; }
.year span { color: var(--white); font-size: .9rem; font-weight: 700; margin-left: 4px; letter-spacing: 0; }
.experience-card ul { margin: 0; padding: 0; list-style: none; }
.experience-card li { padding: 8px 0; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.82); font-size: .92rem; }
.scroll-cue { position: absolute; z-index: 3; left: max(20px, calc((100vw - 1180px) / 2)); bottom: 28px; color: rgba(255,255,255,.68); text-decoration: none; font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.scroll-cue span { color: var(--gold); margin-left: 8px; }

.section { padding: 110px 0; }
.section-heading { display: grid; grid-template-columns: 1.2fr .65fr; gap: 70px; align-items: end; margin-bottom: 50px; }
.section h2 { margin: 0; max-width: 780px; font-size: clamp(2.25rem, 4.5vw, 4.5rem); line-height: 1.03; letter-spacing: -.052em; }
.section-heading > p { margin: 0 0 6px; color: var(--muted); }
.topic-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: #cfd3d6; border: 1px solid #cfd3d6; }
.topic-card { position: relative; min-height: 350px; padding: 34px; background: var(--white); display: flex; flex-direction: column; }
.topic-number { position: absolute; right: 28px; top: 25px; color: #a4a9ae; font-size: .75rem; font-weight: 800; }
.topic-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 58px; border: 1px solid var(--line); color: #8b6d00; font-size: 1.5rem; }
.topic-card h3 { margin: 0; font-size: 1.45rem; letter-spacing: -.025em; }
.topic-card p { color: var(--muted); margin: 12px 0 24px; }
.topic-card a { margin-top: auto; text-decoration: none; font-weight: 800; font-size: .9rem; }
.topic-card a:hover, .topic-card a:focus-visible { color: #8b6d00; }
.channel-callout { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 26px; padding: 30px 34px; background: var(--gold); }
.mini-label { margin: 0; font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.channel-callout h3 { margin: 2px 0 0; font-size: 1.6rem; letter-spacing: -.03em; }

.news-section { background: #e7e9e7; border-top: 1px solid #cdd1d3; }
.news-intro { display: grid; grid-template-columns: 1.15fr .7fr; gap: 70px; align-items: end; }
.news-intro-copy > p:first-child { margin: 0; color: var(--muted); }
.news-updated { display: flex; align-items: center; gap: 9px; margin: 18px 0 0; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.news-updated span { width: 9px; height: 9px; border-radius: 50%; background: #23864a; box-shadow: 0 0 0 4px rgba(35,134,74,.14); }
.jobs-status { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 30px; border: 1px solid #bfc4c6; border-top: 5px solid var(--gold); background: var(--ink); color: var(--white); }
.jobs-status div { display: grid; gap: 2px; padding: 20px 24px; border-right: 1px solid rgba(255,255,255,.14); }
.jobs-status div:last-child { border-right: 0; }
.jobs-status strong { color: var(--gold); font-size: 1.35rem; letter-spacing: -.02em; }
.jobs-status span { color: rgba(255,255,255,.7); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.sector-watch { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 34px; padding: 18px 20px; border-left: 4px solid var(--gold); background: rgba(255,255,255,.5); }
.sector-watch strong { margin-right: 4px; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.sector-watch span { padding: 5px 9px; border: 1px solid #c5c9cb; background: var(--white); font-size: .73rem; font-weight: 800; }
.news-filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0; }
.news-filter { min-height: 42px; padding: 9px 16px; border: 1px solid #b9bec1; background: transparent; color: var(--ink); font: inherit; font-size: .82rem; font-weight: 800; cursor: pointer; }
.news-filter:hover, .news-filter:focus-visible, .news-filter.active { background: var(--ink); border-color: var(--ink); color: var(--white); }
.news-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.news-card { min-height: 410px; display: flex; flex-direction: column; padding: 30px; border-top: 5px solid var(--gold); background: var(--white); box-shadow: 0 14px 35px rgba(10,12,15,.06); }
.news-card-featured { grid-column: span 2; min-height: 370px; padding: 38px; background: var(--ink); color: var(--white); }
.news-card[hidden] { display: none; }
.news-meta { display: flex; justify-content: space-between; gap: 18px; align-items: center; }
.news-meta time { color: #757c83; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.news-card-featured .news-meta time { color: rgba(255,255,255,.55); }
.news-tag { display: inline-flex; padding: 6px 9px; background: var(--gold); color: var(--ink); font-size: .67rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.job-tag { background: #dff3e5; color: #155f33; }
.freedom-tag { background: var(--gold); color: var(--ink); }
.market-tag { background: #e4e9f6; color: #294a88; }
.power-tag { background: #f5e6ce; color: #794713; }
.pharma-tag { background: #e7e1f5; color: #513889; }
.process-tag { background: #dcecee; color: #155b63; }
.news-card h3 { margin: 27px 0 12px; max-width: 930px; font-size: clamp(1.45rem, 2.4vw, 2.25rem); line-height: 1.12; letter-spacing: -.035em; }
.news-card:not(.news-card-featured) h3 { font-size: clamp(1.35rem, 2vw, 1.75rem); }
.news-card > p { margin: 0; color: var(--muted); }
.news-card-featured > p { max-width: 890px; color: rgba(255,255,255,.67); }
.news-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 26px 0; background: var(--line); }
.news-facts div { padding: 12px 14px; background: #f5f6f4; }
.news-card-featured .news-facts { max-width: 780px; background: rgba(255,255,255,.13); }
.news-card-featured .news-facts div { background: #171b20; }
.news-facts dt { color: #777e85; font-size: .65rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.news-facts dd { margin: 2px 0 0; font-size: .83rem; font-weight: 800; }
.news-link { margin-top: auto; width: fit-content; color: #6e5700; font-size: .88rem; font-weight: 900; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.news-card-featured .news-link { color: var(--gold); }
.news-link:hover, .news-link:focus-visible { color: var(--ink); }
.news-card-featured .news-link:hover, .news-card-featured .news-link:focus-visible { color: var(--white); }
.build-freedom-card { border-top-color: #1d68d8; background: linear-gradient(145deg, #fff 0%, #f1f6ff 100%); }
.news-footer { display: flex; justify-content: space-between; align-items: center; gap: 36px; margin-top: 20px; padding: 28px; border: 1px solid var(--arc-blue); border-top: 5px solid var(--arc-blue); background: linear-gradient(120deg, #081820 0%, #10354b 100%); color: var(--white); box-shadow: 0 16px 38px rgba(7,30,43,.2); }
.news-footer .mini-label { color: var(--arc-blue); }
.news-footer h3 { margin: 4px 0 8px; font-size: 1.35rem; letter-spacing: -.025em; }
.news-footer p { max-width: 720px; margin: 0; color: rgba(255,255,255,.74); font-size: .88rem; line-height: 1.6; }
.news-footer strong { color: var(--white); }
.job-search-actions { display: grid; gap: 10px; min-width: 280px; }
.job-search-actions .button { justify-content: space-between; width: 100%; }
.button-freedom { background: var(--arc-blue); color: #061116; box-shadow: 0 12px 28px rgba(38,191,245,.22); }
.button-freedom:hover, .button-freedom:focus-visible { background: #70d8ff; color: #061116; }

.fundraiser-section {
  position: relative;
  overflow: hidden;
  background: #20252b;
  color: var(--white);
}
.fundraiser-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 8px;
  background: repeating-linear-gradient(135deg, var(--gold) 0 22px, var(--ink) 22px 44px);
}
.fundraiser-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 90px; align-items: center; }
.fundraiser-copy h2 { max-width: 820px; font-size: clamp(2.5rem, 5vw, 5rem); }
.fundraiser-copy > p:not(.eyebrow) { max-width: 720px; color: rgba(255,255,255,.68); }
.fundraiser-copy .fundraiser-lead { color: var(--white); font-size: 1.2rem; font-weight: 700; }
.fundraiser-copy .button { margin-top: 20px; }
.qr-card { display: block; padding: 24px; background: var(--white); color: var(--ink); text-decoration: none; box-shadow: 18px 18px 0 var(--gold); transition: transform .2s ease, box-shadow .2s ease; }
.qr-card:hover, .qr-card:focus-visible { transform: translate(-3px, -3px); box-shadow: 22px 22px 0 var(--gold); }
.qr-card img { display: block; width: 100%; height: auto; }
.qr-card span { display: block; margin-top: 14px; text-align: center; }
.qr-card strong { display: block; font-size: 1.2rem; }
.qr-card small { display: block; color: var(--muted); font-size: .8rem; }

.donation-dock { position: fixed; z-index: 90; right: 18px; bottom: 18px; width: min(390px, calc(100% - 36px)); filter: drop-shadow(0 14px 28px rgba(0,0,0,.4)); animation: donation-nudge 7s ease-in-out infinite; }
.donation-dock a { display: grid; grid-template-columns: 66px 1fr 22px; gap: 14px; align-items: center; padding: 11px; background: var(--gold); color: var(--ink); border: 2px solid #ffe173; text-decoration: none; box-shadow: inset 0 0 0 2px rgba(10,12,15,.1); transition: background .2s ease, transform .2s ease; }
.donation-dock a:hover, .donation-dock a:focus-visible { background: #ffda45; transform: translateY(-2px); }
.donation-dock img { display: block; width: 66px; height: 66px; }
.donation-dock small { display: block; color: #4a3c05; font-size: .7rem; font-weight: 800; line-height: 1.2; }
.donation-dock strong { display: block; margin-top: 4px; font-size: 1rem; line-height: 1.22; }
.dock-arrow { color: var(--ink); font-size: 1.15rem; font-weight: 900; }

@keyframes donation-nudge {
  0%, 84%, 100% { transform: translateY(0); }
  88% { transform: translateY(-9px); }
  92% { transform: translateY(0); }
  96% { transform: translateY(-4px); }
}

.resources-section { background: var(--steel); color: var(--white); }
.resources-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.resources-copy h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
.resources-copy > p:last-child { color: rgba(255,255,255,.66); max-width: 620px; }
.download-list { display: grid; gap: 14px; }
.download-card { display: grid; grid-template-columns: 58px 1fr 28px; gap: 18px; align-items: center; padding: 24px; border: 1px solid rgba(38,191,245,.55); color: var(--white); text-decoration: none; background: linear-gradient(100deg, rgba(38,191,245,.12), rgba(255,255,255,.035)); box-shadow: 0 10px 28px rgba(0,0,0,.16); transition: border .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease; }
.download-card:hover, .download-card:focus-visible { border-color: var(--arc-blue); background: rgba(38,191,245,.17); transform: translateY(-3px); box-shadow: 0 15px 34px rgba(0,0,0,.24), 0 0 24px rgba(38,191,245,.12); }
.download-type { display: grid; place-items: center; width: 52px; height: 52px; background: var(--arc-blue); color: #061116; font-size: .7rem; font-weight: 900; }
.download-card strong { display: block; font-size: 1.05rem; }
.download-card small { display: block; color: rgba(255,255,255,.58); font-size: .85rem; }
.download-arrow { color: var(--arc-blue); font-size: 1.25rem; }
.free-badge { display: inline-flex; margin-left: 7px; padding: 3px 7px; border: 1px solid rgba(255,255,255,.42); background: var(--arc-blue); color: #061116; font-size: .62rem; font-style: normal; font-weight: 900; letter-spacing: .08em; vertical-align: 2px; }

.booking-section {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}
.booking-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 8px;
  background: var(--gold);
}
.booking-layout { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); gap: 80px; align-items: center; }
.booking-photo { position: relative; margin: 0; min-height: 650px; background: #07090b; overflow: hidden; border: 1px solid rgba(255,255,255,.14); }
.booking-photo::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(180deg, transparent, rgba(5,6,8,.88)); pointer-events: none; }
.booking-photo img { display: block; width: 100%; height: 100%; min-height: 650px; object-fit: cover; object-position: center top; }
.booking-photo figcaption { position: absolute; z-index: 1; left: 28px; right: 28px; bottom: 24px; }
.booking-photo strong { display: block; font-size: 1.25rem; }
.booking-photo span { display: block; color: var(--gold); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.booking-heading h2 { max-width: 780px; font-size: clamp(2.5rem, 4.7vw, 4.8rem); }
.booking-heading > p:last-child { max-width: 760px; color: rgba(255,255,255,.7); font-size: 1.02rem; }
.session-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 34px; }
.session-card { position: relative; padding: 26px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.035); }
.session-card-featured { border-color: var(--gold); background: rgba(243,199,46,.08); }
.session-badge { position: absolute; right: 16px; top: 14px; margin: 0; color: var(--gold); font-size: .64rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.session-length { margin: 0; color: rgba(255,255,255,.7); font-size: .78rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.session-price { margin: 7px 0 12px; color: var(--gold); font-size: 3.2rem; font-weight: 900; line-height: 1; letter-spacing: -.05em; }
.session-price span { font-size: 1.25rem; vertical-align: top; }
.session-card > p:last-child { margin: 0; color: rgba(255,255,255,.63); font-size: .88rem; }
.booking-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 14px; background: rgba(255,255,255,.13); }
.booking-details div { padding: 16px; background: #11151a; }
.booking-details span { display: block; color: rgba(255,255,255,.46); font-size: .65rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.booking-details strong { display: block; margin-top: 3px; font-size: .88rem; }
.call-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 14px; }
.call-options > div { display: flex; align-items: center; gap: 14px; padding: 15px 16px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.035); }
.call-option-icon { display: grid; flex: 0 0 42px; width: 42px; height: 42px; place-items: center; background: var(--gold); color: var(--ink); font-size: 1.15rem; font-weight: 900; }
.call-options strong, .call-options small { display: block; }
.call-options strong { font-size: .9rem; }
.call-options small { color: rgba(255,255,255,.55); font-size: .76rem; }
.booking-status { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 18px; padding: 20px; border-left: 4px solid var(--gold); background: rgba(255,255,255,.07); }
.booking-attention { border-left-color: var(--hot-orange); box-shadow: inset 0 0 0 1px rgba(255,107,26,.22), 0 0 28px rgba(255,107,26,.08); animation: booking-glow 7s ease-in-out infinite; }
.booking-attention > div > strong { color: #ff985e; }
.booking-status strong { display: block; }
.booking-status p { max-width: 560px; margin: 3px 0 0; color: rgba(255,255,255,.57); font-size: .82rem; }
.booking-button { flex: 0 0 auto; min-height: 48px; background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.2); color: rgba(255,255,255,.66); cursor: not-allowed; }
.booking-note { margin: 18px 0 0; color: rgba(255,255,255,.43); font-size: .75rem; line-height: 1.5; }

.about-section { background: var(--white); }
.about-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; align-items: center; }
.about-photo { aspect-ratio: 1; position: relative; margin: 0; background: var(--ink); overflow: hidden; }
.about-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(7,9,12,.76)); pointer-events: none; }
.about-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.about-photo figcaption { position: absolute; z-index: 1; left: 24px; bottom: 20px; color: var(--white); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.about-copy h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
.about-copy p { color: var(--muted); max-width: 720px; }
.about-copy .about-lead { color: var(--ink); font-size: 1.18rem; font-weight: 700; }
blockquote { margin: 34px 0 0; padding: 18px 0 18px 24px; border-left: 4px solid var(--gold); font-size: 1.05rem; font-weight: 700; }

.arcade-promo-section { position: relative; overflow: hidden; background: #12161b; color: var(--white); }
.arcade-promo-section::before { content: ""; position: absolute; inset: 0; opacity: .13; background: repeating-linear-gradient(135deg, transparent 0 24px, var(--gold) 25px 26px); }
.arcade-promo-grid { position: relative; display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; align-items: center; }
.arcade-promo-grid h2 { font-size: clamp(2.5rem, 5vw, 5rem); }
.arcade-promo-grid p:not(.eyebrow) { max-width: 720px; color: rgba(255,255,255,.7); }
.arcade-promo-action { display: grid; gap: 18px; justify-items: stretch; }
.arcade-live { display: flex; gap: 10px; align-items: center; color: rgba(255,255,255,.7); font-size: .78rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.arcade-live i { width: 10px; height: 10px; border-radius: 50%; background: #43e083; box-shadow: 0 0 0 6px rgba(67,224,131,.12); }
.shop-section { padding: 70px 0; background: var(--ink); color: var(--white); }
.shop-grid { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.shop-grid h2 { margin: 0; font-size: clamp(2rem, 3.5vw, 3.4rem); line-height: 1; letter-spacing: -.045em; }
.shop-grid p:last-child { margin-bottom: 0; color: rgba(255,255,255,.62); }
.connect-section { background: var(--gold); }
.connect-grid { display: grid; grid-template-columns: 1.15fr .65fr; gap: 90px; align-items: center; }
.connect-actions p { margin: 0 0 24px; color: #4f430d; }

.site-footer { background: #050608; color: var(--white); padding: 64px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 40px; }
.footer-wordmark { display: inline-block; }
.footer-grid p { color: rgba(255,255,255,.55); margin: 14px 0 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 28px; align-items: start; }
.footer-links a { color: rgba(255,255,255,.7); text-decoration: none; font-size: .88rem; font-weight: 700; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--gold); }
.footer-privacy-link {
  margin: 0; padding: 0; border: 0; background: transparent; color: rgba(255,255,255,.7);
  font: inherit; font-size: .88rem; font-weight: 700; cursor: pointer;
}
.footer-privacy-link:hover, .footer-privacy-link:focus-visible { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.11); color: rgba(255,255,255,.42); font-size: .72rem; }
.footer-bottom p { margin: 0; }
.photo-credit { text-align: right; }

/* Welding arcade */
.arcade-page {
  --arcade-gold: #ffb700;
  --arcade-yellow: #ffd900;
  --arcade-red: #e4002b;
  --arcade-pink: #e000c4;
  --arcade-purple: #6800b8;
  --arcade-blue: #0038d4;
  --arcade-cyan: #00cbd4;
  --arcade-green: #19d400;
  background: #05000f;
}
.arcade-page::before {
  content: ""; position: fixed; z-index: -1; inset: 0;
  background:
    radial-gradient(circle at 8% 20%, rgba(160,0,143,.88), transparent 29%),
    radial-gradient(circle at 92% 26%, rgba(0,37,176,.94), transparent 31%),
    radial-gradient(circle at 18% 78%, rgba(190,0,35,.82), transparent 28%),
    radial-gradient(circle at 82% 86%, rgba(13,139,0,.68), transparent 27%),
    linear-gradient(145deg, #16003e, #03000e 45%, #27002c);
}
.arcade-hero { position: relative; padding: 160px 0 98px; overflow: hidden; color: var(--white); background: radial-gradient(circle at 82% 12%, rgba(0,203,212,.96), transparent 27%), radial-gradient(circle at 14% 84%, rgba(224,0,196,.92), transparent 29%), radial-gradient(circle at 51% 32%, rgba(104,0,184,.95), transparent 34%), radial-gradient(circle at 54% 105%, rgba(228,0,43,.88), transparent 30%), linear-gradient(125deg, #090021, #00155f 48%, #390025); border-bottom: 12px solid var(--arcade-gold); box-shadow: inset 0 -5px 0 #ffe34a, inset 0 -24px 45px rgba(255,183,0,.32), 0 0 7px #fff, 0 0 34px var(--arcade-gold), 0 0 70px var(--arcade-pink); }
.arcade-hero::before { content: "PLAY  •  SCORE  •  REPLAY  •  PLAY  •  SCORE  •  REPLAY"; position: absolute; left: -3%; right: -3%; bottom: 8px; color: rgba(255,255,255,.08); font-size: clamp(2rem, 5vw, 5rem); font-weight: 900; line-height: 1; letter-spacing: .08em; white-space: nowrap; transform: rotate(-3deg); }
.arcade-hero::after { content: ""; position: absolute; inset: 0; opacity: .38; background: repeating-linear-gradient(90deg, transparent 0 79px, var(--arcade-cyan) 80px), repeating-linear-gradient(0deg, transparent 0 79px, var(--arcade-pink) 80px); filter: saturate(1.5); pointer-events: none; animation: arcade-grid-shift 8s linear infinite; }
.arcade-bulbs { position: absolute; z-index: 3; inset: 8px 8px auto; height: 18px; background: radial-gradient(circle, #fff 0 3px, #fff86a 4px 6px, var(--arcade-red) 7px 8px, transparent 9px) 0 0 / 34px 18px repeat-x; filter: drop-shadow(0 0 7px #fff) drop-shadow(0 0 18px var(--arcade-yellow)) drop-shadow(0 0 30px var(--arcade-pink)); animation: marquee-chase .58s linear infinite, casino-flicker 1.7s steps(2) infinite; }
.arcade-sparks { position: absolute; z-index: 0; inset: 0; pointer-events: none; }
.arcade-sparks i { position: absolute; left: var(--spark-left); top: 105%; width: var(--spark-size); height: var(--spark-size); border-radius: 50%; background: var(--spark-color); box-shadow: 0 0 8px var(--spark-color), 0 0 22px var(--spark-color); animation: ambient-spark var(--spark-speed) var(--spark-delay) linear infinite; }
.arcade-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: end; }
.arcade-live-badge { width: fit-content; display: flex; align-items: center; gap: 9px; margin: 0 0 15px; padding: 8px 12px; border: 2px solid var(--arcade-green); background: #063d12; color: #c7ffbf; font-size: .68rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; box-shadow: 0 0 8px #fff, 0 0 28px var(--arcade-green); }
.arcade-live-badge i { width: 9px; height: 9px; border-radius: 50%; background: #68ff9b; box-shadow: 0 0 0 5px rgba(104,255,155,.15), 0 0 18px #68ff9b; animation: live-pulse 1.8s ease-in-out infinite; }
.arcade-hero h1 { margin: 0; font-size: clamp(3.5rem, 8vw, 7.5rem); line-height: .82; letter-spacing: -.075em; text-transform: uppercase; }
.arcade-hero h1 span { color: #fff; background: linear-gradient(90deg, #fff, var(--arcade-cyan) 18%, var(--arcade-green) 34%, var(--arcade-yellow) 48%, var(--arcade-red) 65%, var(--arcade-pink) 82%, #fff); background-size: 240% auto; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; text-shadow: 0 0 6px #fff, 0 0 20px var(--arcade-cyan), 0 0 52px var(--arcade-blue), 5px 5px 0 var(--arcade-pink); animation: neon-breathe 1.8s ease-in-out infinite, title-color-run 4.2s linear infinite; }
.arcade-hero p:not(.eyebrow) { max-width: 710px; margin: 30px 0 0; color: #fff; font-size: 1.1rem; text-shadow: 0 2px 5px #080019; }
.arcade-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.arcade-play-now, .arcade-sound { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 13px 20px; border: 2px solid #fff; font: inherit; font-size: .82rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; }
.arcade-play-now { background: linear-gradient(100deg, var(--arcade-red), var(--arcade-yellow), var(--arcade-green), var(--arcade-cyan), var(--arcade-pink), var(--arcade-red)); background-size: 320% auto; color: #05000e; text-decoration: none; box-shadow: 0 0 8px #fff, 0 0 20px var(--arcade-gold), 0 0 42px var(--arcade-pink); animation: button-color-run 2.8s linear infinite, hero-button-pulse 2.2s ease-in-out infinite; }
.arcade-sound { background: rgba(0,0,0,.58); color: #fff; box-shadow: 0 0 18px rgba(255,255,255,.18); }
.arcade-sound[aria-pressed="true"] { border-color: #71f4ff; background: #0a5361; color: #fff; box-shadow: 0 0 13px #26bff5, 0 0 32px rgba(38,191,245,.45); }
.arcade-status { display: grid; grid-template-columns: auto 1fr; gap: 8px 14px; padding: 28px; border: 5px solid var(--arcade-gold); background: linear-gradient(145deg, #00299e, #56008a 55%, #9d005c); box-shadow: inset 0 0 0 2px #ffde26, inset 0 0 28px rgba(0,203,212,.32), 0 0 7px #fff, 0 0 27px var(--arcade-gold), 0 0 58px var(--arcade-pink); animation: panel-bloom 2.5s ease-in-out infinite; }
.arcade-status strong { color: var(--arcade-yellow); font-size: 2rem; line-height: 1; text-shadow: 0 0 7px #fff, 0 0 18px var(--arcade-gold); }
.arcade-status span { align-self: center; color: #fff; font-size: .77rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.arcade-marquee { overflow: hidden; border-top: 3px solid var(--arcade-yellow); border-bottom: 4px solid var(--arcade-cyan); background: linear-gradient(90deg, var(--arcade-red), var(--arcade-pink) 20%, var(--arcade-purple) 38%, var(--arcade-blue) 58%, var(--arcade-green) 78%, var(--arcade-gold)); background-size: 220% auto; color: #fff; box-shadow: 0 0 10px #fff, 0 0 34px var(--arcade-cyan); animation: button-color-run 4s linear infinite; }
.arcade-marquee div { width: max-content; display: flex; align-items: center; gap: 25px; padding: 13px 0; white-space: nowrap; animation: marquee-scroll 24s linear infinite; }
.arcade-marquee span { font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; text-shadow: 0 1px 3px #000; }
.arcade-marquee b { color: #fff36c; text-shadow: 0 0 12px #fff36c; }
.arcade-section { position: relative; min-height: 760px; overflow: hidden; background: radial-gradient(circle at 6% 10%, rgba(155,0,137,.88), transparent 29%), radial-gradient(circle at 94% 32%, rgba(0,44,173,.94), transparent 31%), radial-gradient(circle at 52% 86%, rgba(177,0,34,.76), transparent 29%), radial-gradient(circle at 75% 76%, rgba(13,132,0,.55), transparent 26%), linear-gradient(180deg, #28005c, #050014); color: var(--white); }
.arcade-section::before { content: ""; position: absolute; inset: 0; opacity: .35; background-image: radial-gradient(circle, #fff 0 1px, #fff900 2px, transparent 4px); background-size: 28px 28px; filter: drop-shadow(0 0 7px #fff); animation: star-drift 11s linear infinite, casino-flicker 2.2s steps(2) infinite; pointer-events: none; }
.arcade-section .shell { position: relative; z-index: 1; }
.arcade-section .eyebrow.dark { color: var(--gold); }
.arcade-heading { margin-bottom: 38px; }
.arcade-heading h2 { max-width: 1000px; color: #fff; font-size: clamp(2.4rem, 5vw, 4.8rem); text-shadow: 0 0 5px #fff, 0 0 20px var(--arcade-cyan), 0 0 44px var(--arcade-blue); }
.game-picker { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.game-choice { position: relative; min-height: 420px; display: flex; flex-direction: column; align-items: flex-start; overflow: hidden; padding: 30px; border: 6px solid var(--arcade-yellow); border-top: 12px solid #fff; background: linear-gradient(145deg, #97001e 0%, #e4002b 30%, #d94d00 70%, #c99400 100%); color: #fff; text-align: left; font: inherit; cursor: pointer; box-shadow: inset 0 0 0 3px rgba(255,217,0,.68), inset 0 0 36px rgba(62,0,0,.45), 0 0 7px #fff, 0 0 24px var(--arcade-yellow), 0 0 54px var(--arcade-red); transition: transform .2s ease, box-shadow .2s ease; animation: game-card-float 4.8s ease-in-out infinite, jackpot-border 2.1s ease-in-out infinite; }
.game-choice::before { content: ""; position: absolute; inset: 10px; border: 2px solid rgba(255,220,49,.9); border-radius: 2px; box-shadow: inset 0 0 9px rgba(255,183,0,.72), 0 0 10px rgba(255,183,0,.65); pointer-events: none; }
.game-choice::after { content: ""; position: absolute; inset: -70% auto -70% -55%; width: 24%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.95), transparent); transform: rotate(18deg); animation: arcade-card-sweep 4.8s ease-in-out infinite; pointer-events: none; }
.game-choice:hover, .game-choice:focus-visible { transform: translateY(-9px) scale(1.015); box-shadow: 0 0 13px rgba(255,255,255,.9), 0 0 44px rgba(243,199,46,.55); }
.pipe-choice { border-color: var(--arcade-cyan); border-top-color: #fff; background: linear-gradient(145deg, #00156e 0%, #0038d4 38%, #006da8 72%, #008f96 100%); box-shadow: inset 0 0 0 3px rgba(0,203,212,.7), inset 0 0 38px rgba(0,6,65,.5), 0 0 7px #fff, 0 0 27px var(--arcade-cyan), 0 0 58px var(--arcade-blue); animation-delay: -.8s; }
.pipe-choice:hover, .pipe-choice:focus-visible { box-shadow: 0 0 13px rgba(255,255,255,.9), 0 0 46px rgba(38,191,245,.62); }
.maze-choice { border-color: var(--arcade-green); border-top-color: #fff; background: linear-gradient(145deg, #430078 0%, #8b007e 39%, #c00077 72%, #a60027 100%); box-shadow: inset 0 0 0 3px rgba(25,212,0,.6), inset 0 0 38px rgba(41,0,61,.52), 0 0 7px #fff, 0 0 27px var(--arcade-green), 0 0 60px var(--arcade-pink); animation-delay: -1.6s; }
.maze-choice:hover, .maze-choice:focus-visible { box-shadow: 0 0 13px rgba(255,255,255,.9), 0 0 46px rgba(255,59,189,.6); }
.game-choice:nth-child(4n) { border-color: var(--arcade-pink); background: linear-gradient(145deg, #3b0068, #780071 54%, #a70035); box-shadow: inset 0 0 0 3px rgba(224,0,196,.58), inset 0 0 34px rgba(23,0,37,.5), 0 0 7px #fff, 0 0 22px var(--arcade-pink), 0 0 52px var(--arcade-purple); }
.game-choice:nth-child(4n + 1) { border-color: var(--arcade-yellow); background: linear-gradient(145deg, #a23700, #ca001d 52%, #bd8700); }
.game-choice:nth-child(4n + 2) { border-color: var(--arcade-cyan); background: linear-gradient(145deg, #00145d, #002d9e 48%, #007781); }
.qualification-choice { grid-column: 1 / -1; min-height: 315px; background: linear-gradient(115deg, #8f001b, #520091 42%, #002c9f 72%, #008271) !important; }
.qualification-choice .game-symbol { margin-bottom: 34px; }
.game-number { position: absolute; right: 26px; top: 23px; color: #fff; font-size: .8rem; font-weight: 900; text-shadow: 0 0 8px #fff, 0 0 18px currentColor; }
.game-symbol { display: grid; width: 82px; height: 82px; place-items: center; margin: 28px 0 70px; border: 5px solid #fff; background: radial-gradient(circle at 34% 25%, #fff 0 10%, #fffbd1 25%, #d9e3ff 68%, #fff 100%); color: #e54400; font-size: 2.65rem; text-shadow: 0 0 4px #fff, 0 0 15px currentColor; box-shadow: inset 0 0 16px #fff, inset 0 -8px 18px rgba(0,76,255,.24), 0 0 10px #fff, 0 0 28px currentColor, 0 0 54px var(--arcade-pink); animation: icon-pop 2.6s ease-in-out infinite, symbol-flash 1.9s ease-in-out infinite; }
.pipe-choice .game-symbol { color: var(--arc-blue); }
.maze-choice .game-symbol { color: var(--hot-orange); }
.game-choice strong { font-size: 1.55rem; line-height: 1.05; letter-spacing: -.035em; text-shadow: 0 2px 4px rgba(0,0,0,.72), 0 0 12px rgba(255,255,255,.48); }
.game-choice small { margin-top: 14px; color: #fff; font-size: .9rem; line-height: 1.5; text-shadow: 0 2px 4px rgba(0,0,0,.72); }
.game-choice b { margin-top: auto; padding: 9px 12px; border: 2px solid #fff; background: linear-gradient(90deg, #fff, #fff66e, #fff); color: #10001d; font-size: .85rem; box-shadow: inset 0 0 9px #fff, 0 0 12px #fff, 0 0 30px var(--arcade-yellow); }
.game-console { position: relative; scroll-margin-top: 95px; border: 9px solid var(--arcade-gold); background: radial-gradient(circle at 50% 0, rgba(104,0,184,.72), transparent 45%), radial-gradient(circle at 5% 90%, rgba(148,0,130,.58), transparent 32%), radial-gradient(circle at 95% 80%, rgba(0,43,164,.72), transparent 33%), #050016; color: var(--white); box-shadow: inset 0 0 0 3px #ffda22, inset 0 0 55px rgba(85,0,116,.4), 0 0 7px #fff, 0 0 29px var(--arcade-gold), 0 0 62px var(--arcade-pink), 0 32px 90px rgba(0,0,0,.82); animation: panel-bloom 2.8s ease-in-out infinite; }
.game-console::before { content: ""; position: absolute; z-index: 3; inset: -10px; border: 2px dotted #fff; pointer-events: none; animation: console-glow 1.4s steps(2) infinite; }
.game-console[hidden], .game-picker[hidden] { display: none; }
.console-topbar { min-height: 74px; display: grid; grid-template-columns: 1fr repeat(5, auto); gap: 24px; align-items: center; padding: 13px 22px; border-bottom: 6px solid #fff; background: linear-gradient(90deg, #ff1744, #ff00e6 20%, #a600ff 40%, #004cff 60%, #00ffff 80%, #39ff14); background-size: 240% auto; box-shadow: inset 0 -3px 0 var(--arcade-yellow), inset 0 0 28px rgba(255,255,255,.5), 0 0 12px #fff, 0 0 34px var(--arcade-cyan); animation: button-color-run 4s linear infinite; }
.console-back { width: fit-content; border: 0; background: transparent; color: var(--white); font: inherit; font-weight: 800; cursor: pointer; }
.console-meter { min-width: 75px; }
.console-meter span { display: block; color: rgba(255,255,255,.48); font-size: .62rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.console-meter strong { color: #fff; font-size: 1.5rem; line-height: 1; text-shadow: 0 0 7px var(--gold), 0 0 16px var(--gold); }
.console-intro, .game-results { min-height: 520px; display: grid; place-content: center; justify-items: center; padding: 48px; text-align: center; }
.console-intro[hidden], .game-board[hidden], .game-results[hidden] { display: none; }
.console-intro h2, .game-results h2 { margin: 0; max-width: 800px; font-size: clamp(2.7rem, 6vw, 5.7rem); line-height: .92; letter-spacing: -.06em; }
.console-intro > p:not(.eyebrow), .game-results > p:not(.eyebrow) { max-width: 680px; color: rgba(255,255,255,.67); }
.console-intro .button { margin-top: 22px; font: inherit; cursor: pointer; }
.game-board { min-height: 500px; padding: 32px; }
.mission-progress { height: 17px; overflow: hidden; border-top: 3px solid #fff; border-bottom: 2px solid var(--arcade-yellow); background: #18002d; box-shadow: 0 0 18px #fff; }
.mission-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--arcade-pink), #fff, var(--arcade-cyan), var(--arcade-green), var(--arcade-yellow)); background-size: 220% auto; box-shadow: 0 0 12px #fff, 0 0 30px var(--arcade-cyan); transition: width .3s ease; animation: button-color-run 2s linear infinite; }
.game-message { min-height: 52px; margin: 0; padding: 13px 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.72); text-align: center; font-weight: 800; }
.game-message[data-state="good"] { color: #74eea2; }
.game-message[data-state="bad"] { color: #ff9564; }
.hot-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.hot-target { min-height: 200px; padding: 22px; border: 3px solid var(--arcade-red); background: linear-gradient(145deg, #4b003e, #9a0019 58%, #ff5100); color: var(--white); font: inherit; cursor: pointer; box-shadow: inset 0 0 24px rgba(255,255,255,.14), 0 0 18px rgba(255,29,24,.7); }
.hot-target:hover, .hot-target:focus-visible { border-color: var(--gold); }
.heat-mark { display: block; color: #6a7179; font-size: 4rem; line-height: 1; }
.hot-target.is-hot .heat-mark { color: var(--hot-orange); text-shadow: 0 0 24px rgba(255,107,26,.75); animation: heat-rise 1.1s ease-in-out infinite; }
.hot-target strong, .hot-target small { display: block; }
.hot-target small { margin-top: 8px; color: rgba(255,255,255,.53); }
.pipe-work { max-width: 850px; margin: 0 auto; text-align: center; }
.pipe-run { display: grid; grid-template-columns: 1fr 90px 1fr; align-items: center; padding-top: 24px; }
.pipe-run span { height: 38px; border: 6px solid #66717c; background: linear-gradient(#333a42, #11151a); }
.pipe-run i { display: grid; width: 74px; height: 74px; place-items: center; margin: auto; border: 4px dashed var(--gold); color: var(--gold); font-size: 2rem; font-style: normal; }
.pipe-work > p { margin: 38px 0 0; color: var(--arc-blue); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.pipe-work h3 { margin: 4px 0 30px; font-size: clamp(1.8rem, 4vw, 3.2rem); }
.pipe-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.pipe-options button { min-height: 150px; border: 3px solid var(--arcade-cyan); background: linear-gradient(145deg, #001578, #005dff 62%, #00d9ff); color: var(--white); font: inherit; cursor: pointer; box-shadow: inset 0 0 20px rgba(255,255,255,.16), 0 0 18px rgba(0,239,255,.64); }
.pipe-options button:hover, .pipe-options button:focus-visible { border-color: var(--arc-blue); background: #202832; }
.pipe-options span { display: block; color: var(--arc-blue); font-size: 3rem; line-height: 1; }
.pipe-options strong { display: block; margin-top: 12px; }
.knowledge-game { width: min(900px, 100%); margin: 0 auto; text-align: center; }
.question-status { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 28px; color: var(--arcade-cyan); font-size: .78rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.knowledge-game h3 { max-width: 820px; margin: 16px auto 30px; font-size: clamp(1.8rem, 4.5vw, 3.25rem); line-height: 1.08; }
.knowledge-game > p { color: rgba(255,255,255,.7); }
.knowledge-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.knowledge-options button { min-height: 92px; padding: 18px; border: 4px solid var(--arcade-cyan); background: radial-gradient(circle at 50% 0, rgba(255,255,255,.34), transparent 34%), linear-gradient(145deg, #0028d8, #004cff 48%, #00bfff); color: #fff; font: inherit; font-size: 1rem; font-weight: 850; cursor: pointer; text-shadow: 0 2px 3px #00105c; box-shadow: inset 0 0 0 2px rgba(255,255,255,.5), inset 0 0 28px rgba(255,255,255,.3), 0 0 8px #fff, 0 0 25px var(--arcade-cyan); }
.knowledge-options button:hover, .knowledge-options button:focus-visible { border-color: #fff; background: linear-gradient(145deg, var(--arcade-pink), var(--arcade-purple), var(--arcade-blue)); box-shadow: inset 0 0 24px rgba(255,255,255,.5), 0 0 12px #fff, 0 0 38px var(--arcade-yellow), 0 0 60px var(--arcade-pink); transform: translateY(-3px) scale(1.01); }
.knowledge-options button.correct { border-color: #fff; background: linear-gradient(145deg, #0abf00, var(--arcade-green)); color: #061300; box-shadow: inset 0 0 22px #fff, 0 0 12px #fff, 0 0 42px var(--arcade-green); }
.knowledge-options button.wrong { border-color: #fff; background: linear-gradient(145deg, #d40016, var(--arcade-red)); box-shadow: 0 0 10px #fff, 0 0 35px var(--arcade-red); opacity: .78; }
.knowledge-options button.completed { border-color: var(--arcade-green); background: #173f32; opacity: .58; }
.knowledge-options button:disabled { cursor: default; transform: none; }
.question-note { margin: 20px 0 0; font-size: .82rem; }
.sequence-game .knowledge-options { grid-template-columns: 1fr; }
.sequence-game .knowledge-options button { min-height: 70px; text-align: left; }
.maze-wrap { display: grid; grid-template-columns: minmax(280px, 520px) 180px; gap: 42px; justify-content: center; align-items: center; }
.maze-grid { aspect-ratio: 1; display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; padding: 9px; border: 4px solid #fff; background: linear-gradient(135deg, var(--arcade-yellow), var(--arcade-pink), var(--arcade-cyan)); box-shadow: inset 0 0 14px #fff, 0 0 10px #fff, 0 0 34px var(--arcade-pink), 0 0 58px var(--arcade-cyan); }
.maze-grid.expanded { grid-template-columns: repeat(var(--maze-size), 1fr); gap: 2px; }
.maze-cell { display: grid; place-items: center; min-width: 0; background: #08043d; color: transparent; font-size: clamp(.65rem, 1.2vw, .9rem); font-weight: 900; }
.maze-cell.wall { background: repeating-linear-gradient(135deg, var(--arcade-pink) 0 8px, var(--arcade-purple) 8px 16px, var(--arcade-blue) 16px 24px); box-shadow: inset 0 0 8px rgba(255,255,255,.62); }
.maze-cell.exit { background: var(--arcade-green); color: var(--ink); box-shadow: inset 0 0 12px #fff, 0 0 18px var(--arcade-green); }
.maze-cell.player { color: var(--arc-blue); font-size: 1.7rem; text-shadow: 0 0 16px var(--arc-blue); }
.maze-cell.pickup { background: var(--arcade-yellow); color: #130021; box-shadow: inset 0 0 10px #fff, 0 0 12px var(--arcade-yellow); }
.maze-objective { margin: 18px 0 0; color: rgba(255,255,255,.75); text-align: center; font-weight: 800; }
.maze-controls { display: grid; justify-content: center; gap: 8px; }
.maze-controls > button { margin: auto; }
.maze-controls div { display: flex; gap: 8px; }
.maze-controls button { width: 54px; height: 54px; border: 3px solid #fff; background: linear-gradient(145deg, var(--arcade-purple), var(--arcade-blue), var(--arcade-cyan)); color: var(--white); font: inherit; font-size: 1.4rem; font-weight: 900; cursor: pointer; box-shadow: inset 0 0 12px rgba(255,255,255,.7), 0 0 8px #fff, 0 0 22px var(--arcade-cyan); }
.maze-controls button:hover, .maze-controls button:focus-visible { background: var(--gold); color: var(--ink); }
.final-score { display: block; margin: 18px 0; color: #fff; font-size: 1.2rem; text-shadow: 0 0 8px var(--gold), 0 0 24px var(--gold), 0 0 40px #ff3bbd; animation: score-pulse 1.1s ease-in-out infinite; }
.final-score span { font-size: 3rem; }
.game-results .button { font: inherit; cursor: pointer; }
.result-actions { width: min(900px, 100%); display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 42px; }
.result-action { display: block; padding: 18px; border: 1px solid rgba(255,255,255,.16); color: var(--white); text-align: left; text-decoration: none; }
.result-action:hover, .result-action:focus-visible { border-color: var(--gold); transform: translateY(-2px); }
.result-action small, .result-action strong { display: block; }
.result-action small { color: rgba(255,255,255,.5); }
.result-action.support { border-top: 4px solid var(--gold); }
.result-action.shop { border-top: 4px solid var(--hot-orange); }
.result-action.resume { border-top: 4px solid var(--arc-blue); }
@keyframes heat-rise { 0%, 100% { transform: translateY(3px); opacity: .65; } 50% { transform: translateY(-5px); opacity: 1; } }
@keyframes marquee-chase { to { background-position: 34px 0; } }
@keyframes marquee-scroll { to { transform: translateX(-50%); } }
@keyframes arcade-grid-shift { to { background-position: 80px 80px; } }
@keyframes ambient-spark { from { transform: translateY(0) scale(.45); opacity: 0; } 12% { opacity: 1; } to { transform: translateY(-760px) scale(1.15); opacity: 0; } }
@keyframes live-pulse { 50% { transform: scale(1.35); box-shadow: 0 0 0 9px rgba(104,255,155,.08), 0 0 24px #68ff9b; } }
@keyframes title-color-run { to { background-position: 220% center; } }
@keyframes button-color-run { to { background-position: 220% center; } }
@keyframes hero-button-pulse { 50% { transform: translateY(-3px) scale(1.025); box-shadow: 0 0 16px var(--gold), 0 0 48px rgba(243,199,46,.72); } }
@keyframes game-card-float { 50% { transform: translateY(-5px); } }
@keyframes neon-breathe { 0%, 100% { filter: brightness(.95); } 50% { filter: brightness(1.35); } }
@keyframes casino-flicker { 0%, 46%, 100% { filter: brightness(1) saturate(1.15); } 50% { filter: brightness(1.55) saturate(1.5); } 54% { filter: brightness(1.12) saturate(1.25); } }
@keyframes jackpot-border { 0%, 100% { filter: saturate(1.18) contrast(1.06); } 50% { filter: saturate(1.48) contrast(1.14); } }
@keyframes panel-bloom { 0%, 100% { filter: saturate(1.08) contrast(1.04); } 50% { filter: saturate(1.28) contrast(1.1); } }
@keyframes symbol-flash { 0%, 70%, 100% { filter: brightness(1); } 78% { filter: brightness(1.55) saturate(1.45); } 85% { filter: brightness(1.12); } }
@keyframes star-drift { to { background-position: 56px 56px; } }
@keyframes arcade-card-sweep { 0%, 55%, 100% { transform: rotate(18deg) translateX(-250%); } 72% { transform: rotate(18deg) translateX(900%); } }
@keyframes icon-pop { 0%, 78%, 100% { transform: scale(1); } 86% { transform: scale(1.12) rotate(-3deg); } 92% { transform: scale(.98) rotate(2deg); } }
@keyframes console-glow { 0% { border-color: var(--gold); filter: drop-shadow(0 0 5px var(--gold)); } 50% { border-color: var(--arc-blue); filter: drop-shadow(0 0 7px var(--arc-blue)); } }
@keyframes score-pulse { 50% { transform: scale(1.06); } }
.arcade-celebration { position: absolute; z-index: 10; inset: 0; overflow: hidden; pointer-events: none; }
.arcade-celebration i { position: absolute; left: var(--spark-x); top: -20px; width: 10px; height: 22px; background: var(--spark-color); box-shadow: 0 0 9px var(--spark-color); animation: celebration-fall 2s var(--spark-delay) cubic-bezier(.18,.7,.35,1) both; }
@keyframes celebration-fall { to { transform: translateY(680px) rotate(var(--spark-spin)); opacity: .15; } }

.analytics-consent {
  position: fixed; z-index: 120; left: 18px; bottom: 18px; width: min(610px, calc(100% - 36px));
  display: grid; grid-template-columns: 1fr auto; gap: 22px; align-items: center;
  padding: 20px; border: 1px solid rgba(255,255,255,.2); border-top: 4px solid var(--arc-blue);
  background: #101419; color: var(--white); box-shadow: 0 18px 54px rgba(0,0,0,.45);
}
.analytics-consent[hidden] { display: none; }
.analytics-consent strong { display: block; font-size: 1rem; }
.analytics-consent p { margin: 4px 0 0; color: rgba(255,255,255,.68); font-size: .84rem; line-height: 1.45; }
.consent-details { margin: 8px 0 0; padding: 0; border: 0; background: transparent; color: var(--arc-blue); font: inherit; font-size: .8rem; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.consent-actions { display: flex; gap: 9px; }
.consent-actions button { min-height: 44px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.32); font: inherit; font-size: .82rem; font-weight: 800; cursor: pointer; }
.consent-decline { background: transparent; color: var(--white); }
.consent-accept { border-color: var(--arc-blue) !important; background: var(--arc-blue); color: #061116; }

.privacy-dialog { width: min(700px, calc(100% - 32px)); max-height: min(760px, calc(100vh - 32px)); padding: 38px; border: 0; border-top: 7px solid var(--gold); background: var(--white); color: var(--ink); box-shadow: 0 24px 80px rgba(0,0,0,.55); }
.privacy-dialog::backdrop { background: rgba(5,6,8,.78); }
.privacy-dialog h2 { margin: 0 38px 20px 0; font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1; letter-spacing: -.045em; }
.privacy-dialog p { color: var(--muted); }
.privacy-dialog a { color: #765d00; font-weight: 800; }
.privacy-close { position: absolute; right: 18px; top: 14px; width: 42px; height: 42px; border: 0; background: var(--ink); color: var(--white); font-size: 1.6rem; cursor: pointer; }
.privacy-dialog .button { margin-top: 10px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 32px, 720px); }
  .analytics-consent { bottom: 116px; }
  .site-header { background: rgba(10,12,15,.96); }
  .nav-wrap { min-height: 70px; }
  .menu-toggle { display: grid; width: 46px; height: 42px; padding: 10px; place-content: center; gap: 5px; border: 1px solid rgba(255,255,255,.27); background: transparent; }
  .menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; background: var(--white); }
  .primary-nav { display: none; position: absolute; left: 0; right: 0; top: 70px; max-height: calc(100vh - 70px); overflow-y: auto; padding: 18px 20px 24px; background: var(--ink); border-top: 1px solid rgba(255,255,255,.12); flex-direction: column; align-items: stretch; gap: 0; }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 13px 4px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .primary-nav .nav-cta { border: 0; border-bottom: 1px solid rgba(255,255,255,.1); padding: 13px 4px; }
  .primary-nav .donate-nav { margin-top: 8px; padding-inline: 12px; text-align: center; }
  .primary-nav .shop-nav {
    order: -3;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2px 16px;
    align-items: center;
    margin: 0 0 14px;
    padding: 16px 18px;
    border: 2px solid #ffe173;
    background: linear-gradient(135deg, var(--gold), #ffdc55);
    color: var(--ink);
    box-shadow: 0 10px 28px rgba(243,199,46,.25);
    text-transform: none;
  }
  .primary-nav .shop-nav:hover, .primary-nav .shop-nav:focus-visible { background: #ffe16d; color: var(--ink); }
  .primary-nav.open .shop-nav { animation: shop-menu-pop .68s cubic-bezier(.2,.9,.3,1.25) both; }
  .shop-nav-kicker { display: block; grid-column: 1; color: #584600; font-size: .67rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
  .shop-nav strong { grid-column: 1; font-size: 1.08rem; line-height: 1.2; }
  .shop-nav-arrow { display: block; grid-column: 2; grid-row: 1 / span 2; font-size: 1.45rem; font-weight: 900; }
  .primary-nav .action-nav {
    display: grid; grid-template-columns: 1fr auto; gap: 2px 16px; align-items: center;
    margin: 0 0 10px; padding: 14px 16px; border: 1px solid currentColor;
  }
  .primary-nav .resource-nav { order: -2; color: #061116; background: var(--arc-blue); border-color: #8be2ff; box-shadow: 0 9px 24px rgba(38,191,245,.18); }
  .primary-nav .book-nav { order: -1; color: var(--white); background: rgba(255,107,26,.18); border-color: var(--hot-orange); box-shadow: 0 9px 24px rgba(255,107,26,.12); }
  .primary-nav .resource-nav:hover, .primary-nav .resource-nav:focus-visible { color: #061116; background: #70d8ff; }
  .primary-nav .book-nav:hover, .primary-nav .book-nav:focus-visible { color: var(--white); background: rgba(255,107,26,.3); }
  .primary-nav.open .resource-nav { animation: menu-action-pop .68s .08s cubic-bezier(.2,.9,.3,1.25) both; }
  .primary-nav.open .book-nav { animation: menu-action-pop .68s .16s cubic-bezier(.2,.9,.3,1.25) both; }
  .nav-action-kicker { display: block; grid-column: 1; font-size: .65rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; opacity: .72; }
  .action-nav strong { display: block; grid-column: 1; font-size: 1rem; line-height: 1.2; }
  .nav-action-arrow { display: block; grid-column: 2; grid-row: 1 / span 2; font-size: 1.2rem; font-weight: 900; }
  .hero { min-height: 780px; height: auto; max-height: none; }
  .hero-image { background-position: 42% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(7,9,12,.96), rgba(7,9,12,.64)), linear-gradient(0deg, rgba(7,9,12,.88), transparent 55%); }
  .hero-grid { min-height: 780px; grid-template-columns: 1fr; gap: 32px; padding: 120px 0 100px; align-content: center; }
  .experience-card { align-self: auto; margin: 0; max-width: 390px; }
  .scroll-cue { display: none; }
  .section { padding: 84px 0; }
  .section-heading, .news-intro, .fundraiser-grid, .resources-grid, .booking-layout, .about-grid, .connect-grid, .arcade-promo-grid, .arcade-hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .section-heading { align-items: start; }
  .topic-grid { grid-template-columns: 1fr; }
  .news-card-featured { grid-column: auto; }
  .topic-card { min-height: 310px; }
  .about-photo { width: 100%; max-width: 664px; }
  .booking-photo { min-height: 520px; max-width: 560px; width: 100%; margin-inline: auto; }
  .booking-photo img { min-height: 520px; }
  .game-picker { grid-template-columns: 1fr; }
  .qualification-choice { grid-column: auto; }
  .game-choice { min-height: 310px; }
  .game-symbol { margin-bottom: 34px; }
  .hot-grid { grid-template-columns: repeat(2, 1fr); }
  .maze-wrap { grid-template-columns: 1fr; }
  .maze-controls { order: -1; }
  .result-actions { grid-template-columns: 1fr; }
}

@keyframes shop-menu-pop {
  0% { opacity: 0; transform: translateY(-12px) scale(.94); }
  58% { opacity: 1; transform: translateY(3px) scale(1.025); }
  78% { transform: translateY(-2px) scale(.995); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes menu-action-pop {
  0% { opacity: 0; transform: translateX(16px) scale(.97); }
  65% { opacity: 1; transform: translateX(-2px) scale(1.01); }
  100% { opacity: 1; transform: translateX(0) scale(1); }
}

@keyframes action-sweep {
  0%, 72%, 100% { transform: rotate(18deg) translateX(-220%); }
  82% { transform: rotate(18deg) translateX(720%); }
}

@keyframes attention-pulse {
  0%, 78%, 100% { box-shadow: 0 0 0 0 rgba(243,199,46,0); }
  84% { box-shadow: 0 0 0 7px rgba(243,199,46,.18), 0 12px 28px rgba(243,199,46,.2); }
}

@keyframes booking-glow {
  0%, 76%, 100% { box-shadow: inset 0 0 0 1px rgba(255,107,26,.22), 0 0 0 rgba(255,107,26,0); }
  84% { box-shadow: inset 0 0 0 1px rgba(255,107,26,.46), 0 0 28px rgba(255,107,26,.18); }
}

@media (max-width: 600px) {
  :root { --shell: calc(100% - 28px); }
  body { padding-bottom: 66px; }
  .hero h1 { font-size: clamp(2.7rem, 14vw, 4rem); }
  .hero-lead { font-size: 1rem; }
  .button-row, .button { width: 100%; }
  .section { padding: 68px 0; }
  .section-heading { margin-bottom: 34px; }
  .topic-card { padding: 26px; }
  .topic-icon { margin-bottom: 36px; }
  .channel-callout, .shop-grid { align-items: stretch; flex-direction: column; }
  .news-grid { grid-template-columns: 1fr; }
  .news-card, .news-card-featured { min-height: 0; padding: 26px; }
  .jobs-status { grid-template-columns: 1fr; }
  .jobs-status div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .jobs-status div:last-child { border-bottom: 0; }
  .news-meta { align-items: flex-start; flex-direction: column; gap: 10px; }
  .news-facts { grid-template-columns: 1fr; }
  .news-footer { align-items: stretch; flex-direction: column; padding: 22px; }
  .download-card { grid-template-columns: 52px 1fr; padding: 18px; }
  .download-arrow { display: none; }
  .download-card small { line-height: 1.4; margin-top: 3px; }
  .session-grid, .booking-details, .call-options { grid-template-columns: 1fr; }
  .booking-status { align-items: stretch; flex-direction: column; }
  .booking-button { width: 100%; }
  .booking-photo, .booking-photo img { min-height: 430px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { gap: 18px 24px; }
  .footer-bottom { flex-direction: column; }
  .photo-credit { text-align: left; }
  .qr-card { max-width: 330px; margin-inline: auto; box-shadow: 10px 10px 0 var(--gold); }
  .qr-card:hover, .qr-card:focus-visible { box-shadow: 13px 13px 0 var(--gold); }
  .donation-dock { left: 0; right: 0; bottom: 0; width: 100%; filter: drop-shadow(0 -5px 16px rgba(0,0,0,.26)); }
  .donation-dock a { min-height: 66px; grid-template-columns: 1fr 22px; padding: 10px 16px; border-width: 2px 0 0; }
  .donation-dock img { display: none; }
  .donation-dock small { font-size: .68rem; }
  .donation-dock strong { font-size: .9rem; }
  .analytics-consent { left: 10px; bottom: 76px; width: calc(100% - 20px); grid-template-columns: 1fr; gap: 14px; padding: 17px; }
  .consent-actions { width: 100%; }
  .consent-actions button { flex: 1; }
  .privacy-dialog { padding: 28px 22px; }
  .arcade-hero { padding: 125px 0 64px; }
  .arcade-hero h1 { font-size: clamp(3rem, 16vw, 5rem); }
  .arcade-status { padding: 20px; }
  .console-topbar { grid-template-columns: repeat(3, 1fr); gap: 9px; padding: 11px 10px; }
  .console-back { grid-column: 1 / -1; }
  .console-back { font-size: .78rem; }
  .console-meter { min-width: 50px; }
  .arcade-hero-actions { display: grid; }
  .arcade-play-now, .arcade-sound { width: 100%; }
  .console-intro, .game-results { min-height: 470px; padding: 34px 20px; }
  .game-board { min-height: 440px; padding: 16px; }
  .hot-grid { gap: 8px; }
  .hot-target { min-height: 150px; padding: 12px; }
  .hot-target small { font-size: .7rem; }
  .heat-mark { font-size: 2.8rem; }
  .pipe-options { gap: 7px; }
  .pipe-options button { min-height: 125px; padding: 8px; }
  .pipe-options span { font-size: 2.3rem; }
  .maze-grid { width: min(100%, 430px); margin: auto; }
  .knowledge-options { grid-template-columns: 1fr; }
  .knowledge-options button { min-height: 74px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
