:root {
  --navy-950: #020814;
  --navy-900: #071426;
  --navy-800: #0c2340;
  --blue-600: #1677d2;
  --blue-500: #2e9af2;
  --ice: #dff3ff;
  --white: #ffffff;
  --muted: #a9bacd;
  --red: #e1122c;
  --line: rgba(255,255,255,.13);
  --shadow: 0 24px 70px rgba(0,0,0,.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.chv-site {
  margin: 0;
  color: var(--white);
  background: var(--navy-950);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3 { font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif; line-height: .98; letter-spacing: -.025em; margin: 0; }
h2 { font-size: clamp(3rem, 6vw, 5.8rem); }
p { margin: 0; }

.skip-link { position: fixed; inset: .75rem auto auto .75rem; z-index: 999; padding: .65rem 1rem; background: white; color: #000; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(1.1rem, 4vw, 4.5rem);
  background: linear-gradient(180deg, rgba(2,8,20,.95), rgba(2,8,20,.72));
  border-bottom: 1px solid rgba(255,255,255,.09);
  backdrop-filter: blur(16px);
}
.header-brand-group { display: flex; align-items: center; gap: 1rem; min-width: 0; }
.brand { width: 140px; height: 78px; display: flex; align-items: center; justify-content: center; text-decoration: none; }
.brand img { width: 140px; height: 78px; object-fit: contain; object-position: center; }
.header-company { display: flex; flex-direction: column; color: #b7c7d8; font-size: .68rem; line-height: 1.35; white-space: nowrap; }
.header-company strong { color: #eef7ff; font-size: .72rem; }
.header-company a { color: var(--blue-500); text-decoration: none; }
.site-nav { display: flex; align-items: center; gap: clamp(1.1rem, 2.2vw, 2.4rem); }
.site-nav a { text-decoration: none; text-transform: uppercase; font-family: "Arial Narrow", "Roboto Condensed", sans-serif; font-size: .95rem; font-weight: 700; letter-spacing: .12em; color: #d9e6f3; }
.site-nav a:hover { color: var(--blue-500); }
.site-nav .nav-cta { padding: .62rem 1.05rem; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; }
.header-socials { display: flex; align-items: center; gap: .42rem; }
.site-nav .header-socials a { display: grid; place-items: center; width: 30px; height: 30px; color: #dce9f6; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.17); border-radius: 50%; }
.site-nav .header-socials a:hover, .site-nav .header-socials a:focus-visible { color: white; background: var(--blue-600); border-color: var(--blue-500); outline: none; }
.header-socials svg { width: 15px; height: 15px; fill: currentColor; }
.nav-toggle { display: none; color: white; background: transparent; border: 1px solid var(--line); border-radius: 999px; padding: .55rem .85rem; }

.hero { position: relative; min-height: 100svh; display: grid; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: url('../images/hero.webp') center center / cover no-repeat; transform: scale(1.015); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,8,20,.98) 0%, rgba(2,8,20,.86) 34%, rgba(2,8,20,.22) 68%, rgba(2,8,20,.12) 100%), linear-gradient(0deg, rgba(2,8,20,.82), transparent 45%); }
.hero-content { position: relative; z-index: 2; width: min(760px, 90vw); padding: 130px 0 90px clamp(1.25rem, 8vw, 9rem); }
.eyebrow { color: var(--blue-500); font-family: "Arial Narrow", "Roboto Condensed", sans-serif; font-weight: 700; font-size: .9rem; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { font-size: clamp(3.7rem, 6.7vw, 7rem); text-transform: uppercase; margin-top: .7rem; max-width: 720px; }
.hero h1 span { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.7); }
.hero-copy { color: #d1dce7; max-width: 620px; font-size: clamp(1rem, 1.4vw, 1.25rem); margin-top: 1.35rem; }
.hero-actions { display: flex; gap: .85rem; flex-wrap: wrap; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: .8rem 1.4rem; text-decoration: none; text-transform: uppercase; font-family: "Arial Narrow", "Roboto Condensed", sans-serif; letter-spacing: .1em; font-weight: 800; border-radius: 12px; transition: transform .2s ease, background-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue-600); color: white; }
.button-ghost { border: 1px solid rgba(255,255,255,.45); color: white; background: rgba(2,8,20,.24); }
.button-light { background: white; color: var(--navy-900); }
.scroll-cue { position: absolute; z-index: 2; right: clamp(1.2rem, 4vw, 4.5rem); bottom: 2.2rem; color: white; text-decoration: none; font-family: "Arial Narrow", "Roboto Condensed", sans-serif; text-transform: uppercase; letter-spacing: .15em; writing-mode: vertical-rl; }
.scroll-cue::after { content: ''; display: inline-block; width: 1px; height: 46px; margin-top: .7rem; background: var(--blue-500); }

.section { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 7vw, 8rem); }
.section-heading { max-width: 900px; margin-bottom: 3.5rem; }
.section-heading h2 { margin: .65rem 0 1rem; }
.section-heading > p:last-child { color: var(--muted); max-width: 720px; font-size: 1.08rem; }
.services { background: radial-gradient(circle at 90% 20%, rgba(46,154,242,.12), transparent 30%), var(--navy-950); }
.section.services { padding-bottom: 1.2rem; }
.card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.service-card { min-height: 355px; display: flex; flex-direction: column; padding: clamp(1.6rem, 3vw, 2.6rem); background: #0a1728; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); overflow: hidden; }
.service-card.is-clickable { cursor: pointer; transition: transform .2s ease, border-color .2s ease, background-color .2s ease; }
.service-card.is-clickable:hover, .service-card.is-clickable:focus-visible { transform: translateY(-3px); border-color: rgba(46,154,242,.72); outline: none; }
.service-card.is-clickable .card-platform { position: relative; z-index: 2; }
.featured-card { background: linear-gradient(145deg, #12365f, #0a1728 70%); border-color: rgba(46,154,242,.5); }
.card-kicker { color: var(--blue-500); text-transform: uppercase; font-family: "Arial Narrow", "Roboto Condensed", sans-serif; font-weight: 700; letter-spacing: .14em; font-size: .82rem; }
.service-card h3 { font-size: clamp(2.2rem, 3.5vw, 3.5rem); margin: 1rem 0; }
.service-card p { color: var(--muted); }
.service-card .card-price { margin: -.15rem 0 1rem; color: #d9e6f3; font-size: 1rem; }
.service-card .card-price strong { color: white; font-family: "Arial Narrow", "Roboto Condensed", sans-serif; font-size: 1.55rem; }
.card-platform { margin-top: auto; padding-top: 1.8rem; display: flex; align-items: center; gap: .7rem; color: white; font-weight: 700; text-decoration: none; }
.card-platform img { flex: 0 0 auto; width: 42px; height: 42px; padding: 3px; border-radius: 9px; object-fit: contain; background: white; }
.card-platform span { padding: 0; color: white; }
.card-platform b { margin-left: auto; color: var(--blue-500); font-size: 1.2rem; }
.card-platform:hover span { color: var(--blue-500); }

.emotional-section { background: linear-gradient(180deg, #061326, #020814); }
.emotional-heading { max-width: 820px; margin: 0 auto 2.5rem; text-align: center; }
.emotional-heading h2 { margin: .65rem 0 1rem; }
.emotional-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.video-frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #020814; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-frame-main { width: min(1180px, 100%); margin: 0 auto; border-color: rgba(46,154,242,.38); box-shadow: 0 32px 90px rgba(0,0,0,.48); }
.examples-section { background: var(--navy-950); }
.section.examples-section { padding-top: 1.2rem; }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.video-card { padding: .8rem .8rem 1.6rem; background: #0a1728; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.video-card .card-kicker { display: block; margin: 1.25rem .5rem .45rem; }
.video-card h3 { margin: 0 .5rem; font-size: clamp(1.7rem, 2.5vw, 2.5rem); }
.vlog-section { display: grid; grid-template-columns: minmax(320px, 1.05fr) 1fr; gap: clamp(3rem, 7vw, 8rem); align-items: center; background: linear-gradient(135deg, #0d2949, #071426 70%); }
.vlog-media { min-width: 0; }
.vlog-mark { margin-bottom: 1.4rem; font-family: "Arial Narrow", "Roboto Condensed", sans-serif; font-size: clamp(3.2rem, 6vw, 6rem); font-weight: 800; line-height: .8; color: transparent; -webkit-text-stroke: 1px rgba(46,154,242,.72); }
.vlog-mark span { font-size: .44em; letter-spacing: .12em; color: var(--blue-500); -webkit-text-stroke: 0; }
.vlog-copy h2 { margin: .7rem 0 1.2rem; }
.vlog-copy > p:not(.eyebrow) { max-width: 700px; color: var(--muted); font-size: 1.08rem; }
.vlog-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.service-card a { margin-top: auto; padding-top: 2rem; color: white; text-decoration: none; font-weight: 700; }
.service-card a span, .text-link span { color: var(--blue-500); margin-left: .35rem; }

.live-section { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); align-items: center; gap: clamp(3rem, 7vw, 8rem); background: #eef5fa; color: var(--navy-950); }
.live-streams { min-width: 0; }
.live-player-grid { margin-bottom: 1rem; }
.live-player-grid.is-dual { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.live-visual { position: relative; min-height: 480px; border-radius: 18px; background: linear-gradient(135deg, #061329, #0b3c6a); overflow: hidden; box-shadow: 0 30px 80px rgba(2,8,20,.25); }
.live-player-grid.is-dual .live-visual { min-height: 330px; }
.live-player, .live-player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.live-frame { position: absolute; inset: 12%; border: 1px solid rgba(255,255,255,.35); display: grid; place-items: center; }
.camera-mark { font-family: "Arial Narrow", "Roboto Condensed", sans-serif; font-size: clamp(6rem, 14vw, 12rem); font-weight: 800; color: rgba(255,255,255,.08); letter-spacing: -.08em; }
.signal-lines { position: absolute; width: 180px; height: 180px; border: 2px solid rgba(46,154,242,.5); border-radius: 50%; box-shadow: 0 0 0 32px rgba(46,154,242,.12), 0 0 0 65px rgba(46,154,242,.06); }
.live-badge { position: absolute; z-index: 2; top: 1.4rem; left: 1.4rem; padding: .5rem .75rem; border-radius: 3px; background: rgba(2,8,20,.78); color: white; text-transform: uppercase; font-size: .8rem; font-weight: 800; letter-spacing: .12em; }
.live-badge i { display: inline-block; width: 8px; height: 8px; margin-right: .45rem; background: var(--red); border-radius: 50%; box-shadow: 0 0 0 6px rgba(225,18,44,.16); }
.live-category-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; }
.live-category-grid a { position: relative; display: grid; grid-template-columns: auto 1fr auto; grid-template-rows: auto auto; column-gap: .8rem; align-items: center; min-height: 100px; padding: 1.1rem 1.2rem; color: white; text-decoration: none; background: linear-gradient(135deg, #061329, #0b3157); border: 1px solid rgba(46,154,242,.24); border-radius: 16px; box-shadow: 0 16px 40px rgba(2,8,20,.16); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.live-category-grid a:hover { transform: translateY(-2px); border-color: var(--blue-500); background: linear-gradient(135deg, #092041, #0d477b); }
.live-category-grid i { grid-row: 1 / 3; display: block; width: 10px; height: 10px; background: var(--red); border-radius: 50%; box-shadow: 0 0 0 7px rgba(225,18,44,.16); }
.live-category-grid span { color: #91b5d3; font-family: "Arial Narrow", "Roboto Condensed", sans-serif; font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.live-category-grid strong { font-family: "Arial Narrow", "Roboto Condensed", sans-serif; font-size: 1.55rem; letter-spacing: .04em; line-height: 1; text-transform: uppercase; }
.live-category-grid b { grid-column: 3; grid-row: 1 / 3; color: var(--blue-500); font-size: 1.3rem; }
.live-copy h2 { margin: .8rem 0 1.2rem; }
.live-copy > p:not(.eyebrow) { color: #526477; font-size: 1.08rem; }
.text-link { display: inline-block; margin-top: 1.6rem; color: var(--navy-900); text-decoration: none; font-weight: 800; }
.live-order-panel { grid-column: 1 / -1; display: grid; grid-template-columns: 92px 1fr auto; align-items: center; gap: 1.5rem; padding: 1.35rem 1.6rem; color: var(--navy-950); text-decoration: none; background: white; border: 1px solid #d9e4ee; border-radius: 18px; box-shadow: 0 18px 50px rgba(2,8,20,.12); }
.live-order-panel img { width: 82px; height: 82px; object-fit: contain; }
.live-order-copy h3 { margin: .3rem 0 .35rem; font-size: clamp(1.55rem, 2.5vw, 2.5rem); }
.live-order-copy p { margin: 0; color: #526477; }
.live-order-panel > strong { color: var(--blue-600); white-space: nowrap; }
.live-order-panel:hover { transform: translateY(-2px); }

.live-archive-main { min-height: 100vh; padding: 142px clamp(1.25rem, 7vw, 8rem) 7rem; background: radial-gradient(circle at 85% 10%, rgba(46,154,242,.16), transparent 28%), var(--navy-950); }
.live-archive-hero { max-width: 940px; margin-bottom: 3rem; }
.live-archive-hero h1 { margin: .55rem 0 1rem; font-size: clamp(3.5rem, 7vw, 7rem); text-transform: uppercase; }
.live-archive-hero > p:last-child { max-width: 720px; color: var(--muted); font-size: 1.1rem; }
.live-channel-label { margin-top: .8rem; color: #91b5d3; font-family: "Arial Narrow", "Roboto Condensed", sans-serif; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.live-category-grid-page { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-bottom: 5rem; }
.live-category-grid-page a.is-active { border-color: var(--blue-500); background: linear-gradient(135deg, #0b3157, #1266a7); }
.category-live-block { margin-top: 4.5rem; }
.category-heading { margin-bottom: 1.7rem; }
.category-heading h2 { margin-top: .55rem; font-size: clamp(2.6rem, 5vw, 5rem); }
.live-offline-card { display: flex; align-items: center; gap: 2rem; min-height: 230px; padding: clamp(1.5rem, 4vw, 3rem); background: #0a1728; border: 1px solid var(--line); border-radius: 18px; }
.live-offline-card > span { color: transparent; font-family: "Arial Narrow", "Roboto Condensed", sans-serif; font-size: clamp(4rem, 10vw, 8rem); font-weight: 800; line-height: .8; -webkit-text-stroke: 1px rgba(46,154,242,.55); }
.live-offline-card h3 { margin-bottom: .65rem; font-size: clamp(1.8rem, 3vw, 3rem); }
.live-offline-card p { color: var(--muted); }
.live-event-heading { margin-bottom: 1rem; }
.live-event-heading span, .live-status { display: inline-block; padding: .35rem .55rem; color: white; background: var(--red); border-radius: 4px; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.live-event-heading h3 { margin: .65rem 0 .2rem; font-size: 1.8rem; }
.live-event-heading p, .live-event-meta { color: var(--muted); }
.live-notice { margin: 0 0 1rem; padding: 1rem 1.15rem; color: #dcecff; line-height: 1.55; background: rgba(18,102,167,.18); border: 1px solid rgba(46,154,242,.38); border-left: 4px solid var(--blue-500); border-radius: 10px; }
.live-alert { margin: 0 0 1rem; padding: 1rem 1.15rem; color: #341000; font-size: 1.05rem; font-weight: 800; line-height: 1.45; white-space: pre-line; background: #ffd86b; border: 2px solid #ffad1f; border-radius: 10px; }
.live-list-section { margin-top: 5rem; }
.live-event-cards { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.live-event-card { padding: 1.4rem; color: white; background: #0a1728; border: 1px solid var(--line); border-radius: 16px; }
.live-event-card h3 { margin: .8rem 0 .35rem; font-size: 1.55rem; }
.live-event-card > p:last-child { color: var(--muted); }
.live-status.scheduled { background: #1266a7; }
.live-status.paused { color: #341000; background: #ffd86b; }
.live-status.finished { background: #315269; }
.live-archive-card { padding: 0; overflow: hidden; }
.live-archive-card summary { display: block; padding: 1.4rem; cursor: pointer; list-style: none; }
.live-archive-card summary::-webkit-details-marker { display: none; }
.live-archive-card summary b { display: inline-block; margin-top: .8rem; color: var(--blue-500); }
.archive-note { padding: 0 1.4rem 1rem; color: var(--muted); }
.archive-player { position: relative; min-height: 390px; background: #020814; }
.archive-player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.live-empty-archive { padding: 2rem; color: var(--muted); background: #0a1728; border: 1px dashed var(--line); border-radius: 16px; }
.live-inline-order { display: grid; grid-template-columns: 64px 1fr auto; align-items: center; gap: 1rem; margin-top: 1rem; padding: 1rem 1.15rem; color: var(--navy-950); text-decoration: none; background: white; border: 1px solid #d9e4ee; border-radius: 14px; }
.live-inline-order img { width: 58px; height: 58px; object-fit: contain; }
.live-inline-order strong { line-height: 1.4; }
.live-inline-order span { color: var(--blue-600); font-weight: 800; white-space: nowrap; }
.live-inline-order:hover { color: var(--navy-950); border-color: var(--blue-500); transform: translateY(-1px); }
.archive-order { margin: 1rem; }
.chv-player-preload-pool { position: fixed; left: -20000px; top: 0; width: 960px; height: 540px; visibility: hidden; pointer-events: none; overflow: hidden; }
.chv-player-preload { position: relative; width: 960px; height: 540px; }
.live-overview-section:first-of-type { margin-top: 0; }
.live-event-link { display: block; color: white; text-decoration: none; transition: transform .2s ease, border-color .2s ease; }
.live-event-link:hover { color: white; transform: translateY(-2px); border-color: var(--blue-500); }
.live-event-link b { display: inline-block; margin-top: .8rem; color: var(--blue-500); }

.sponsors-section { padding: clamp(4.5rem, 8vw, 7rem) clamp(1.25rem, 7vw, 8rem); color: var(--navy-950); background: #f5f8fb; border-top: 1px solid #dce5ed; }
.sponsors-heading { margin-bottom: 2.8rem; text-align: center; }
.sponsors-heading h2 { margin-top: .55rem; font-size: clamp(2.8rem, 5vw, 4.8rem); }
.sponsor-group + .sponsor-group { margin-top: 3.2rem; }
.sponsor-group > h3 { margin-bottom: 1.2rem; color: #526477; font-family: "Arial Narrow", "Roboto Condensed", sans-serif; font-size: .9rem; letter-spacing: .18em; text-align: center; text-transform: uppercase; }
.sponsor-grid { display: grid; justify-content: center; gap: 1rem; }
.sponsor-group-main .sponsor-grid { grid-template-columns: repeat(4, minmax(180px, 260px)); }
.sponsor-group-official .sponsor-grid { grid-template-columns: repeat(auto-fit, minmax(135px, 205px)); gap: .8rem; }
.sponsor-card { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: .7rem; padding: 1.2rem; color: var(--navy-900); text-align: center; text-decoration: none; background: white; border: 1px solid #dce5ed; border-radius: 16px; box-shadow: 0 12px 35px rgba(2,8,20,.07); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.sponsor-group-main .sponsor-card { min-height: 180px; }
.sponsor-group-official .sponsor-card { min-height: 125px; padding: .9rem; }
.sponsor-card:hover { transform: translateY(-3px); border-color: rgba(46,154,242,.55); box-shadow: 0 18px 42px rgba(2,8,20,.12); }
.sponsor-card img { width: 100%; height: 105px; object-fit: contain; }
.sponsor-group-official .sponsor-card img { height: 68px; }
.sponsor-card span { font-size: .86rem; font-weight: 700; }

.club-page-main { min-height: 100vh; padding-top: 82px; background: var(--navy-950); }
.club-page-hero { min-height: 640px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, .55fr); align-items: center; gap: 4rem; padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 8rem); background: radial-gradient(circle at 82% 35%, rgba(46,154,242,.26), transparent 30%), linear-gradient(135deg, #020814, #0c2340); }
.club-page-hero > div:first-child { max-width: 850px; }
.club-page-hero h1 { margin: .7rem 0 1.4rem; font-size: clamp(3.7rem, 7vw, 7.4rem); text-transform: uppercase; }
.club-page-hero p:not(.eyebrow) { max-width: 700px; color: #d1dce7; font-size: 1.12rem; }
.club-page-hero .button { margin-top: 2rem; }
.club-page-mark { color: transparent; font-family: "Arial Narrow", "Roboto Condensed", sans-serif; font-size: clamp(8rem, 20vw, 19rem); font-weight: 800; line-height: .7; text-align: center; -webkit-text-stroke: 1px rgba(46,154,242,.65); }
.club-services { padding: clamp(5rem, 9vw, 8rem) clamp(1.25rem, 7vw, 8rem); }
.club-service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.club-service-grid article { min-height: 360px; padding: clamp(1.5rem, 3vw, 2.5rem); background: linear-gradient(145deg, #0d2949, #081729); border: 1px solid var(--line); border-radius: 18px; }
.club-service-grid article > strong { color: var(--blue-500); font-family: "Arial Narrow", "Roboto Condensed", sans-serif; font-size: 1.1rem; letter-spacing: .12em; }
.club-service-grid h3 { margin: 2.2rem 0 1.2rem; font-size: clamp(2rem, 3vw, 3.2rem); }
.club-service-grid p { color: var(--muted); }
.club-quote-band { display: flex; align-items: center; justify-content: space-between; gap: 3rem; padding: clamp(3.5rem, 7vw, 6rem) clamp(1.25rem, 7vw, 8rem); background: var(--blue-600); }
.club-quote-band > div { max-width: 850px; }
.club-quote-band .eyebrow { color: var(--ice); }
.club-quote-band h2 { margin: .5rem 0 1rem; font-size: clamp(2.7rem, 5vw, 5rem); }
.club-quote-band p:not(.eyebrow) { max-width: 680px; color: #e3f3ff; }
.club-discover-link { display: block; padding-top: 1.3rem; color: white; }

.product-page-main { padding-top: 82px; background: var(--navy-950); }
.product-hero { min-height: 690px; display: grid; grid-template-columns: minmax(0,.85fr) minmax(420px,1.15fr); align-items: center; gap: clamp(3rem,7vw,8rem); padding: clamp(5rem,9vw,8rem) clamp(1.25rem,7vw,8rem); background: radial-gradient(circle at 85% 15%, rgba(46,154,242,.2), transparent 34%), linear-gradient(135deg,#020814,#0c2340); }
.product-hero-copy { min-width: 0; }
.product-hero-copy h1 { margin: .65rem 0 1.4rem; max-width: 100%; font-size: clamp(3.1rem,5vw,5.4rem); line-height: .92; text-transform: uppercase; }
.product-lead { max-width: 720px; color: #d3dfeb; font-size: clamp(1.1rem,1.6vw,1.35rem); }
.product-price { margin: 1.5rem 0; color: var(--blue-500); font-family: "Arial Narrow","Roboto Condensed",sans-serif; font-size: 1.35rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.product-video { width: 100%; border-color: rgba(46,154,242,.45); }
.product-video-placeholder { aspect-ratio: 16/9; display: grid; place-content: center; gap: 1rem; padding: 2rem; text-align: center; color: var(--muted); background: linear-gradient(145deg,#0d2949,#061326); border: 1px solid rgba(46,154,242,.35); border-radius: 18px; box-shadow: var(--shadow); }
.product-video-placeholder span { color: transparent; font-family: "Arial Narrow","Roboto Condensed",sans-serif; font-size: clamp(5rem,10vw,10rem); font-weight: 800; line-height: .75; -webkit-text-stroke: 1px rgba(46,154,242,.7); }
.product-explainer { display: grid; grid-template-columns: minmax(280px,.75fr) minmax(0,1.25fr); gap: clamp(3rem,8vw,9rem); padding: clamp(5rem,9vw,8rem) clamp(1.25rem,7vw,8rem); background: #061326; }
.product-description h2 { margin: .65rem 0 1.3rem; }
.product-description > p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.product-description > p:not(.eyebrow) + p { margin-top: 1rem; }
.product-description strong a { color: white; text-decoration-color: var(--blue-500); text-underline-offset: .18em; }
.product-description strong a:hover { color: var(--blue-500); }
.product-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.product-facts article { padding: clamp(1.5rem,3vw,2.4rem); background: #0a1728; border: 1px solid var(--line); border-radius: 18px; }
.product-facts h3 { margin-bottom: 1.2rem; font-size: 1.8rem; }
.product-facts ul { margin: 0; padding-left: 1.2rem; color: var(--muted); }
.product-facts li + li { margin-top: .65rem; }
.product-facts li::marker { color: var(--blue-500); }
.product-facts .product-ideal { grid-column: 1/-1; }
.product-ideal p { color: var(--muted); }
.product-specs { display: grid; grid-template-columns: minmax(280px,.7fr) minmax(0,1.3fr); gap: clamp(3rem,8vw,9rem); padding: clamp(5rem,9vw,8rem) clamp(1.25rem,7vw,8rem); background: #0a1728; }
.product-specs h2 { margin-top: .65rem; }
.product-specs dl { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; }
.product-specs dl > div { display: grid; grid-template-columns: minmax(180px,.7fr) minmax(0,1.3fr); gap: 1rem; padding: .9rem 1.15rem; border-bottom: 1px solid var(--line); }
.product-specs dl > div:last-child { border-bottom: 0; }
.product-specs dt { color: var(--blue-500); font-weight: 700; }
.product-specs dd { margin: 0; color: #d5e1ec; }
.product-details { padding: clamp(5rem,9vw,8rem) clamp(1.25rem,7vw,8rem); background: #061326; }
.product-details-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.product-details-grid article { padding: clamp(1.5rem,2.5vw,2.2rem); background: #0a1728; border: 1px solid var(--line); border-radius: 18px; }
.product-details-grid h3 { margin-bottom: .8rem; font-size: 1.65rem; }
.product-details-grid p { margin: 0; color: var(--muted); }
.product-details-grid .has-detail-video { grid-column: span 2; display: grid; grid-template-columns: minmax(220px,.75fr) minmax(320px,1.25fr); align-items: center; gap: 2rem; }
.product-details-grid .video-frame { margin: 0; }
.product-examples { padding: clamp(5rem,9vw,8rem) clamp(1.25rem,7vw,8rem); background: #0a1728; }
.product-examples-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.25rem; }
.product-examples-grid .video-frame { margin: 0; }
.no-icon { position: relative; display: inline-block; width: 1.5rem; height: 1.5rem; vertical-align: middle; background: rgba(225,18,44,.13); border: 1px solid rgba(255,114,130,.38); border-radius: 50%; }
.no-icon::before, .no-icon::after { content: ''; position: absolute; top: 50%; left: 50%; width: .68rem; height: 3px; background: #ff7282; border-radius: 999px; transform-origin: center; }
.no-icon::before { transform: translate(-50%,-50%) rotate(45deg); }
.no-icon::after { transform: translate(-50%,-50%) rotate(-45deg); }
.yes-icon { display: inline-grid; width: 1.5rem; height: 1.5rem; place-items: center; vertical-align: middle; color: #78e6a0; background: rgba(37,174,88,.13); border: 1px solid rgba(120,230,160,.38); border-radius: 50%; font-size: .95rem; font-weight: 900; line-height: 1; }
.product-comparison { padding: clamp(5rem,9vw,8rem) clamp(1.25rem,7vw,8rem); background: var(--navy-950); }
.comparison-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; }
.comparison-table { width: 100%; min-width: 900px; border-collapse: collapse; background: #071426; }
.comparison-table th, .comparison-table td { padding: 1rem 1.15rem; text-align: left; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.comparison-table tr:last-child th, .comparison-table tr:last-child td { border-bottom: 0; }
.comparison-table th:last-child, .comparison-table td:last-child { border-right: 0; }
.comparison-table thead th { color: white; background: #0d2949; font-family: "Arial Narrow","Roboto Condensed",sans-serif; font-size: 1.05rem; }
.comparison-table tbody th { color: var(--blue-500); white-space: nowrap; }
.comparison-table td { color: #c4d1df; }
.comparison-table .yes { color: white; }
.comparison-table .comparison-product-cell { position: relative; cursor: pointer; transition: color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.comparison-table .comparison-product-cell.is-column-active { z-index: 1; color: white; background: #12365d; box-shadow: inset 2px 0 rgba(46,154,242,.52), inset -2px 0 rgba(46,154,242,.52); transform: scale(1.025); }
.comparison-table thead .comparison-product-cell.is-column-active { z-index: 2; background: var(--blue-600); box-shadow: 0 0 22px rgba(46,154,242,.3); }
.comparison-table .comparison-product-cell:focus-visible { outline: 2px solid var(--blue-500); outline-offset: -3px; }
.comparison-links { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: .8rem; margin-top: 1.2rem; }
.comparison-links a { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 1.15rem; color: #dce8f3; text-decoration: none; background: #0a1728; border: 1px solid var(--line); border-radius: 12px; }
.comparison-links a:hover, .comparison-links .is-current { color: white; border-color: var(--blue-500); background: #0d2949; }
.comparison-links b { color: var(--blue-500); }
.product-order-band { display: flex; align-items: center; justify-content: space-between; gap: 3rem; padding: clamp(3.5rem,7vw,6rem) clamp(1.25rem,7vw,8rem); background: var(--blue-600); }
.product-order-band h2 { margin: .5rem 0 1rem; font-size: clamp(2.7rem,5vw,5rem); }
.product-order-band .eyebrow { color: var(--ice); }
.product-order-band p:not(.eyebrow) { color: #e3f3ff; }

.about-page-main { padding-top: 82px; background: var(--navy-950); }
.about-page-hero { min-height: 570px; display: grid; grid-template-columns: 1fr minmax(320px, .8fr); align-items: center; gap: clamp(2rem, 7vw, 8rem); padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 8rem); background: radial-gradient(circle at 78% 25%, rgba(46,154,242,.2), transparent 30%), linear-gradient(135deg, #020814, #0c2340); }
.about-page-intro { max-width: 780px; }
.about-page-intro h1 { margin: .7rem 0 1.2rem; font-size: clamp(4rem, 8vw, 8rem); text-transform: uppercase; }
.about-page-intro > p:last-child { max-width: 680px; color: #d1dce7; font-size: 1.15rem; }
.about-page-hero > img { width: 100%; max-height: 380px; object-fit: cover; border: 1px solid rgba(46,154,242,.35); border-radius: 18px; box-shadow: var(--shadow); }
.about-story { padding: 1px clamp(1.25rem, 7vw, 8rem) clamp(5rem, 9vw, 9rem); }
.story-chapter { display: grid; grid-template-columns: minmax(120px, .28fr) minmax(0, 1fr); gap: clamp(2rem, 7vw, 8rem); padding: clamp(5rem, 9vw, 8rem) 0; border-bottom: 1px solid var(--line); }
.story-year { position: sticky; top: 120px; align-self: start; color: transparent; font-family: "Arial Narrow", "Roboto Condensed", sans-serif; font-size: clamp(2.5rem, 5vw, 5.5rem); font-weight: 800; line-height: .9; writing-mode: vertical-rl; -webkit-text-stroke: 1px rgba(46,154,242,.65); }
.story-copy { max-width: 900px; }
.story-copy h2 { margin: .65rem 0 2rem; font-size: clamp(3rem, 6vw, 5.8rem); }
.story-copy > p:not(.eyebrow) { margin-top: 1.25rem; color: #c4d1df; font-size: 1.05rem; line-height: 1.85; }
.story-photo { float: right; width: min(270px, 42%); margin: .4rem 0 1.4rem 2rem; padding: .65rem; background: #0a1728; border: 1px solid var(--line); border-radius: 14px; }
.story-photo img { width: 100%; border-radius: 9px; }
.story-photo figcaption { padding: .65rem .25rem .1rem; color: var(--muted); font-size: .78rem; }
.story-video { position: relative; aspect-ratio: 16 / 9; margin: 2.3rem 0; overflow: hidden; background: #01050c; border: 1px solid rgba(46,154,242,.35); border-radius: 18px; box-shadow: var(--shadow); }
.story-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.story-chapter-final { border-bottom: 0; }
.story-copy .story-closing { margin-top: 2.5rem; padding: 1.4rem 1.6rem; color: white; background: #0d2949; border-left: 4px solid var(--blue-500); border-radius: 0 14px 14px 0; font-weight: 700; }

.clubs { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 9rem); align-items: end; background: linear-gradient(135deg, #071426, #0d2949); }
.clubs-copy h2 { margin: .7rem 0 1.2rem; }
.clubs-copy > p:last-child { color: var(--muted); }
.feature-list { border-top: 1px solid var(--line); }
.feature-list div { display: grid; grid-template-columns: 65px 1fr; align-items: center; gap: 1rem; min-height: 84px; border-bottom: 1px solid var(--line); }
.feature-list strong { color: var(--blue-500); font-family: "Arial Narrow", "Roboto Condensed", sans-serif; font-size: 1.2rem; }
.feature-list span { font-size: 1.05rem; }

.about { display: grid; grid-template-columns: minmax(280px, .6fr) 1fr; gap: clamp(2rem, 7vw, 7rem); align-items: center; background: var(--navy-950); }
.about-portrait { width: min(100%, 470px); aspect-ratio: 4/5; overflow: hidden; background: #0a1728; border: 1px solid rgba(46,154,242,.38); border-radius: 24px; box-shadow: var(--shadow); }
.about-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .45s ease; }
.about-portrait:hover img { transform: scale(1.025); }
.about-copy { max-width: 740px; }
.about-copy h2 { margin: .7rem 0 1.2rem; }
.about-copy > p:last-child { color: var(--muted); font-size: 1.08rem; }

.side-projects { background: linear-gradient(180deg, #061326, #020814); }
.side-projects-heading { max-width: 760px; margin-bottom: 2.5rem; }
.side-projects-heading h2 { margin-top: .65rem; }
.side-project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; }
.side-project-card { overflow: hidden; background: #0a1728; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
.side-project-card .video-frame { border: 0; border-bottom: 1px solid var(--line); border-radius: 0; box-shadow: none; }
.side-project-copy { padding: clamp(1.4rem, 2.4vw, 2rem); }
.side-project-copy h3 { margin: .55rem 0 .8rem; font-size: clamp(1.8rem, 2.8vw, 2.8rem); }
.side-project-copy > p:not(.card-kicker) { min-height: 3.4em; color: var(--muted); }
.side-project-copy .text-link { display: inline-flex; margin-top: 1.2rem; color: white; font-weight: 700; text-decoration: none; }

.project-page-main { padding-top: 82px; background: var(--navy-950); }
.project-page-hero { min-height: 680px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); align-items: center; gap: clamp(2.5rem, 6vw, 7rem); padding: clamp(5rem, 9vw, 8rem) clamp(1.25rem, 7vw, 8rem); background: radial-gradient(circle at 80% 20%, rgba(46,154,242,.18), transparent 32%), linear-gradient(135deg, #020814, #0c2340); }
.project-page-copy h1 { margin: .7rem 0 1.3rem; font-size: clamp(3.5rem, 6.5vw, 7rem); text-transform: uppercase; }
.project-page-copy > p:not(.eyebrow) { max-width: 680px; color: #c9d6e3; font-size: 1.12rem; }
.project-page-copy .button { margin-top: 1.8rem; }
.project-languages { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.5rem; }
.project-languages a { display: inline-flex; align-items: center; gap: .5rem; min-height: 42px; padding: .55rem .8rem; color: #eaf5ff; background: rgba(10,23,40,.72); border: 1px solid rgba(46,154,242,.38); border-radius: 999px; font-size: .9rem; font-weight: 700; text-decoration: none; transition: transform .2s ease, color .2s ease, background-color .2s ease, border-color .2s ease; }
.project-languages a:hover, .project-languages a:focus-visible, .project-languages a.is-active { color: white; background: var(--blue-600); border-color: var(--blue-500); transform: translateY(-2px); outline: none; }
.project-languages b { font-size: 1.25rem; line-height: 1; }
.project-page-video { width: 100%; border-color: rgba(46,154,242,.42); }
.project-page-content { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 9rem); padding: clamp(5rem, 9vw, 8rem) clamp(1.25rem, 7vw, 8rem); }
.project-page-content h2, .fort-story h2, .fort-chapters h2 { margin: .65rem 0 1.4rem; }
.project-page-intro > p:not(.eyebrow), .fort-story p { margin-top: 1rem; color: #c4d1df; font-size: 1.05rem; line-height: 1.8; }
.project-outline { padding: clamp(1.5rem, 3vw, 2.5rem); background: #0a1728; border: 1px solid var(--line); border-radius: 20px; }
.project-outline ol { margin: 1.2rem 0 0; padding: 0; list-style: none; counter-reset: wedding-step; }
.project-outline li { counter-increment: wedding-step; display: grid; grid-template-columns: 2.2rem 1fr; gap: .8rem; align-items: center; min-height: 52px; color: #d8e4ef; border-bottom: 1px solid var(--line); }
.project-outline li:last-child { border-bottom: 0; }
.project-outline li::before { content: counter(wedding-step, decimal-leading-zero); color: var(--blue-500); font-family: "Arial Narrow", "Roboto Condensed", sans-serif; font-weight: 800; }
.project-contact-band { display: flex; align-items: center; justify-content: space-between; gap: 3rem; padding: clamp(3.5rem, 7vw, 6rem) clamp(1.25rem, 7vw, 8rem); background: var(--blue-600); }
.project-contact-band h2 { margin-top: .5rem; font-size: clamp(2.4rem, 4.5vw, 4.6rem); }
.project-contact-band .eyebrow { color: var(--ice); }
.project-page-hero-fort { background: radial-gradient(circle at 75% 18%, rgba(255,255,255,.12), transparent 28%), linear-gradient(135deg, #020814, #173859); }
.fort-story { display: grid; grid-template-columns: minmax(260px, .65fr) 1fr; gap: clamp(3rem, 8vw, 9rem); padding: clamp(5rem, 9vw, 8rem) clamp(1.25rem, 7vw, 8rem); }
.fort-media-strip { grid-column: 1 / -1; display: grid; gap: clamp(.85rem, 1.5vw, 1.4rem); margin-top: clamp(-1rem, -1vw, 0rem); }
.fort-gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(.65rem, 1.2vw, 1.15rem); }
.fort-gallery-thumb { position: relative; padding: 0; overflow: hidden; cursor: zoom-in; background: #0a1728; border: 1px solid rgba(46,154,242,.34); border-radius: 14px; box-shadow: var(--shadow); }
.fort-gallery-thumb img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; pointer-events: none; user-select: none; -webkit-user-drag: none; transition: transform .28s ease, filter .28s ease; }
.fort-gallery-thumb span { position: absolute; right: .65rem; bottom: .65rem; display: grid; place-items: center; width: 34px; height: 34px; color: white; background: rgba(2,8,20,.78); border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-size: 1.3rem; line-height: 1; pointer-events: none; }
.fort-gallery-thumb:hover img, .fort-gallery-thumb:focus-visible img { transform: scale(1.045); filter: brightness(1.08); }
.fort-gallery-thumb:focus-visible { outline: 2px solid var(--blue-500); outline-offset: 3px; }
.fort-lightbox[hidden] { display: none; }
.fort-lightbox { position: fixed; z-index: 1200; inset: 0; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; place-items: center; gap: clamp(.5rem, 2vw, 1.5rem); padding: clamp(1rem, 4vw, 3rem); background: rgba(0,5,13,.94); backdrop-filter: blur(10px); }
.fort-lightbox figure { max-width: min(1280px, 86vw); margin: 0; text-align: center; }
.fort-lightbox figure img { max-width: 100%; max-height: 80vh; margin-inline: auto; object-fit: contain; border: 1px solid rgba(255,255,255,.22); border-radius: 16px; box-shadow: 0 26px 70px rgba(0,0,0,.65); pointer-events: none; user-select: none; -webkit-user-drag: none; }
.fort-lightbox figcaption { margin-top: .75rem; color: #c6d4e2; font-size: .9rem; }
.fort-lightbox button { display: grid; place-items: center; color: white; cursor: pointer; background: rgba(10,23,40,.85); border: 1px solid rgba(255,255,255,.28); border-radius: 50%; }
.fort-lightbox button:hover, .fort-lightbox button:focus-visible { background: var(--blue-600); border-color: var(--blue-500); outline: none; }
.fort-lightbox-close { position: absolute; z-index: 1; top: 1.1rem; right: 1.1rem; width: 46px; height: 46px; font-size: 2rem; }
.fort-lightbox-nav { width: 50px; height: 50px; font-size: 2.5rem; line-height: 1; }
body.lightbox-open { overflow: hidden; }
.fort-video-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(.8rem, 1.5vw, 1.4rem); }
.fort-video-thumb { position: relative; min-width: 0; padding: 0; overflow: hidden; color: white; cursor: pointer; text-align: left; background: #0a1728; border: 1px solid rgba(46,154,242,.34); border-radius: 16px; box-shadow: var(--shadow); }
.fort-video-thumb img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; pointer-events: none; user-select: none; -webkit-user-drag: none; transition: transform .28s ease, filter .28s ease; }
.fort-video-play { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 58px; height: 58px; color: white; background: rgba(0,116,214,.9); border: 1px solid rgba(255,255,255,.55); border-radius: 50%; box-shadow: 0 10px 30px rgba(0,0,0,.38); transform: translate(-50%, -82%); pointer-events: none; }
.fort-video-thumb:hover img, .fort-video-thumb:focus-visible img { transform: scale(1.04); filter: brightness(1.08); }
.fort-video-thumb:focus-visible { outline: 2px solid var(--blue-500); outline-offset: 3px; }
.fort-video-lightbox[hidden] { display: none; }
.fort-video-lightbox { position: fixed; z-index: 1200; inset: 0; display: grid; place-items: center; padding: clamp(1rem, 4vw, 3rem); background: rgba(0,5,13,.95); backdrop-filter: blur(10px); }
.fort-video-player-wrap { width: min(1100px, 92vw); text-align: center; }
.fort-video-player-wrap video { width: 100%; max-height: 82vh; background: #000; border: 1px solid rgba(255,255,255,.22); border-radius: 16px; box-shadow: 0 26px 70px rgba(0,0,0,.65); }
.fort-video-close { position: absolute; z-index: 1; top: 1.1rem; right: 1.1rem; display: grid; place-items: center; width: 46px; height: 46px; color: white; cursor: pointer; background: rgba(10,23,40,.9); border: 1px solid rgba(255,255,255,.28); border-radius: 50%; font-size: 2rem; }
.fort-video-close:hover, .fort-video-close:focus-visible { background: var(--blue-600); border-color: var(--blue-500); outline: none; }
.fort-chapters { padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 7vw, 8rem); background: #071426; }
.fort-chapters ol { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem; margin: 0; padding: 0; list-style: none; counter-reset: fort-chapter; }
.fort-chapters li { counter-increment: fort-chapter; min-height: 94px; display: flex; align-items: center; gap: .9rem; padding: 1rem 1.2rem; color: #dce8f3; background: #0a1728; border: 1px solid var(--line); border-radius: 14px; }
.fort-chapters li::before { content: counter(fort-chapter, decimal-leading-zero); flex: 0 0 auto; color: var(--blue-500); font-family: "Arial Narrow", "Roboto Condensed", sans-serif; font-weight: 800; }

.contact-band { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: clamp(3rem, 6vw, 5rem) clamp(1.25rem, 7vw, 8rem); background: var(--blue-600); }
.contact-band .eyebrow { color: var(--ice); }
.contact-band h2 { font-size: clamp(2.5rem, 5vw, 4.8rem); margin-top: .4rem; }

.contact-page-main { min-height: 100vh; padding-top: 82px; background: var(--navy-950); }
.contact-page-hero { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.4rem, 2.4vw, 2.2rem); padding: clamp(5rem, 9vw, 8rem) clamp(1.25rem, 7vw, 8rem); background: radial-gradient(circle at 82% 15%, rgba(46,154,242,.18), transparent 30%), linear-gradient(135deg, #020814, #0b2542); }
.contact-page-copy { grid-column: 1 / -1; }
.contact-page-copy h1 { max-width: 780px; margin: .7rem 0 1.3rem; font-size: clamp(3.8rem, 7vw, 7rem); text-transform: uppercase; }
.contact-page-copy > p:not(.eyebrow) { max-width: 680px; color: #c8d6e4; font-size: 1.12rem; }
.contact-business-card { height: 100%; padding: clamp(1.4rem, 2.4vw, 2.1rem); background: rgba(10,23,40,.88); border: 1px solid rgba(46,154,242,.35); border-radius: 22px; box-shadow: var(--shadow); }
.contact-business-name { margin-bottom: 1.5rem; color: white; font-family: "Arial Narrow", "Roboto Condensed", sans-serif; font-size: clamp(1.55rem, 2.4vw, 2.2rem); font-weight: 800; line-height: 1.05; text-transform: uppercase; }
.contact-business-card dl { display: grid; gap: 0; margin: 0; }
.contact-business-card dl > div { display: grid; grid-template-columns: 95px 1fr; gap: 1rem; padding: .9rem 0; border-bottom: 1px solid var(--line); }
.contact-business-card dt { color: var(--blue-500); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-business-card dd { margin: 0; color: #dce8f3; }
.contact-business-card dd a { text-decoration: none; }
.contact-business-card dd a:hover { color: var(--blue-500); }
.contact-whatsapp { width: 100%; margin-top: 1.5rem; }
.contact-map-wrap { min-height: 500px; overflow: hidden; border: 1px solid rgba(46,154,242,.35); border-radius: 22px; box-shadow: var(--shadow); }
.contact-map-wrap iframe { width: 100%; height: 100%; min-height: 500px; border: 0; }
.contact-socials { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.contact-socials a { display: flex; align-items: center; gap: .65rem; min-height: 54px; padding: .55rem .7rem; color: #eaf5ff; text-decoration: none; background: #0a1728; border: 1px solid var(--line); border-radius: 12px; transition: transform .2s ease, border-color .2s ease, background-color .2s ease; }
.contact-socials a:hover, .contact-socials a:focus-visible { background: #0d2847; border-color: var(--blue-500); transform: translateY(-3px); outline: none; }
.contact-socials span { display: grid; place-items: center; flex: 0 0 34px; width: 34px; height: 34px; color: white; background: var(--blue-600); border-radius: 50%; }
.contact-socials svg { width: 17px; height: 17px; fill: currentColor; }
.contact-socials strong { font-size: .82rem; }

.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: end; padding: 3rem clamp(1.25rem, 7vw, 8rem); background: #01050c; border-top: 1px solid var(--line); color: var(--muted); font-size: .88rem; }
.footer-brand img { width: 170px; height: 85px; object-fit: contain; object-position: left center; margin-bottom: .8rem; }
.footer-meta { display: flex; flex-direction: column; align-items: flex-end; }
.footer-meta a { text-decoration: none; }

.inner-main { min-height: 75vh; padding: 140px clamp(1.25rem, 7vw, 8rem) 6rem; background: #f4f7fa; color: #15263a; }
.inner-main h1, .inner-main h2, .inner-main h3 { color: var(--navy-900); }
.content-only { font-family: system-ui, sans-serif; }
.error-page { min-height: 100vh; display: grid; place-items: center; margin: 0; padding: 2rem; text-align: center; color: white; background: radial-gradient(circle at center, #0c3158, #020814 62%); font-family: system-ui, sans-serif; }
.error-page main { max-width: 720px; }
.error-page img { width: min(420px, 80vw); margin: 0 auto 1rem; mix-blend-mode: screen; }
.error-page h1 { font-size: clamp(3rem, 8vw, 6rem); margin-bottom: 2rem; }
.error-code { font-family: "Arial Narrow", "Roboto Condensed", sans-serif; font-size: 2rem; color: var(--blue-500); }

@media (max-width: 1240px) {
  .header-company { display: none; }
  .site-nav { gap: clamp(.8rem, 1.5vw, 1.35rem); }
}

@media (max-width: 900px) {
  .live-event-cards { grid-template-columns: 1fr; }
  .contact-page-hero { grid-template-columns: 1fr; }
  .contact-page-copy { grid-column: auto; }
  .site-header { height: 70px; }
  .brand { width: 112px; height: 64px; }
  .brand img { width: 112px; height: 64px; }
  .nav-toggle { display: inline-flex; }
  .site-nav { position: absolute; inset: 70px 0 auto; display: none; padding: 1.25rem; background: rgba(2,8,20,.98); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: .65rem 0; }
  .header-socials { justify-content: center; padding-top: .6rem; border-top: 1px solid var(--line); }
  .site-nav .header-socials a { width: 38px; height: 38px; padding: 0; }
  .card-grid { grid-template-columns: 1fr; }
  .video-grid { grid-template-columns: 1fr; }
  .vlog-section { grid-template-columns: 1fr; }
  .vlog-mark { font-size: 6rem; }
  .service-card { min-height: 280px; }
  .live-section, .clubs { grid-template-columns: 1fr; }
  .live-player-grid.is-dual { grid-template-columns: 1fr; }
  .live-category-grid-page { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sponsor-group-main .sponsor-grid, .sponsor-group-official .sponsor-grid { grid-template-columns: repeat(2, minmax(140px, 1fr)); }
  .club-page-hero { grid-template-columns: 1fr; }
  .club-page-mark { display: none; }
  .club-service-grid { grid-template-columns: 1fr; }
  .club-service-grid article { min-height: 260px; }
  .club-quote-band { align-items: flex-start; flex-direction: column; }
  .product-hero, .product-explainer, .product-specs { grid-template-columns: 1fr; }
  .product-details-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .product-examples-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .product-facts { grid-template-columns: 1fr; }
  .product-facts .product-ideal { grid-column: auto; }
  .comparison-links { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .product-order-band { align-items: flex-start; flex-direction: column; }
  .about-page-hero { grid-template-columns: 1fr; }
  .story-chapter { grid-template-columns: 1fr; }
  .story-year { position: static; writing-mode: horizontal-tb; }
  .live-order-panel { grid-template-columns: 62px 1fr; }
  .live-order-panel img { width: 58px; height: 58px; }
  .live-order-panel > strong { grid-column: 1 / -1; }
  .live-visual { min-height: 360px; }
  .about { grid-template-columns: 1fr; }
  .about-portrait { width: min(100%, 480px); margin-inline: auto; }
  .side-project-grid { grid-template-columns: 1fr; }
  .side-project-copy > p:not(.card-kicker) { min-height: 0; }
  .project-page-hero, .project-page-content, .fort-story { grid-template-columns: 1fr; }
  .project-page-hero { min-height: 0; }
  .fort-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fort-video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fort-chapters ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .project-contact-band { align-items: flex-start; flex-direction: column; }
  .contact-band { align-items: flex-start; flex-direction: column; }
  .contact-page-main { padding-top: 70px; }
  .contact-map-wrap, .contact-map-wrap iframe { min-height: 400px; }
  .contact-socials { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer { grid-template-columns: 1fr; }
  .footer-meta { align-items: flex-start; }
}

@media (max-width: 560px) {
  .live-inline-order { grid-template-columns: 52px 1fr; }
  .live-inline-order img { width: 48px; height: 48px; }
  .live-inline-order span { grid-column: 2; white-space: normal; }
  .hero-bg { background-position: 64% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(2,8,20,.97), rgba(2,8,20,.58)), linear-gradient(0deg, rgba(2,8,20,.9), transparent 60%); }
  .hero-content { padding: 105px 1.25rem 80px; width: 100%; }
  .hero h1 { font-size: clamp(3.2rem, 16vw, 5rem); }
  .hero-actions .button { width: 100%; }
  .scroll-cue { display: none; }
  .section { padding-block: 4.5rem; }
  .live-visual { min-height: 280px; }
  .live-category-grid { grid-template-columns: 1fr; }
  .live-category-grid-page { grid-template-columns: 1fr; }
  .live-offline-card { align-items: flex-start; flex-direction: column; }
  .sponsor-group-main .sponsor-grid, .sponsor-group-official .sponsor-grid { grid-template-columns: 1fr 1fr; }
  .sponsor-group-main .sponsor-card { min-height: 140px; }
  .sponsor-card img { height: 78px; }
  .sponsor-group-official .sponsor-card img { height: 56px; }
  .about-page-main { padding-top: 70px; }
  .project-page-main { padding-top: 70px; }
  .project-page-copy h1 { font-size: clamp(3rem, 15vw, 5rem); }
  .contact-page-copy h1 { font-size: clamp(3rem, 15vw, 5rem); }
  .contact-business-card dl > div { grid-template-columns: 1fr; gap: .2rem; }
  .contact-socials { grid-template-columns: 1fr; }
  .contact-map-wrap, .contact-map-wrap iframe { min-height: 330px; }
  .fort-video-grid { grid-template-columns: 1fr; }
  .fort-lightbox { grid-template-columns: 1fr 1fr; align-content: center; }
  .fort-lightbox figure { grid-column: 1 / -1; grid-row: 1; max-width: 94vw; }
  .fort-lightbox-prev, .fort-lightbox-next { grid-row: 2; }
  .fort-chapters ol { grid-template-columns: 1fr; }
  .product-page-main { padding-top: 70px; }
  .product-hero { min-height: 0; }
  .product-specs dl > div { grid-template-columns: 1fr; gap: .15rem; }
  .product-details-grid { grid-template-columns: 1fr; }
  .product-details-grid .has-detail-video { grid-column: auto; grid-template-columns: 1fr; }
  .product-examples-grid { grid-template-columns: 1fr; }
  .comparison-links { grid-template-columns: 1fr; }
  .about-page-hero { min-height: 0; }
  .story-photo { float: none; width: 100%; margin: 1.5rem 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
