/*
Theme Name: Sports Festival 2026
Theme URI: https://sportsfest26.dev.williamresearch.com
Description: Kadence child theme aligned with the approved Luxury V5 prototype.
Author: William Research
Template: kadence
Version: 1.1.0
Text Domain: sportsfest26
*/

:root {
  --red: #b01030;
  --red-deep: #8a0e24;
  --red-warm: #5c1220;
  --red-dark: #43101b;
  --gold: #c9a24b;
  --gold-light: #ebd9a4;
  --gold-pale: #f7eed3;
  --gold-deep: #8c6e2a;
  --paper: #fdf8ef;
  --cream: #f7ebd6;
  --ink: #2a0c12;
  --gold-grad: linear-gradient(105deg, #8c6e2a 0%, #c9a24b 28%, #f3e3ae 50%, #c9a24b 72%, #8c6e2a 100%);
  --serif: "Playfair Display", serif;
  --sans: "Be Vietnam Pro", sans-serif;
  --pad: 22px;
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 14.5px;
  line-height: 1.65;
}
body.admin-bar #hdr { top: 32px; }
.site-header, .site-footer { display: none; }
.content-area, .content-container, .site-main { width: 100%; max-width: none; margin: 0; padding: 0; }
.sf26-luxury *, .sf26-luxury *::before, .sf26-luxury *::after { box-sizing: border-box; }
.sf26-luxury * { -webkit-tap-highlight-color: transparent; }
.sf26-luxury img { display: block; max-width: 100%; }
.sf26-luxury button { font-family: var(--sans); }
.sf26-luxury h1, .sf26-luxury h2, .sf26-luxury h3, .sf26-luxury h4 { font-family: var(--serif); }
.sf26-luxury .wrap { max-width: 1180px; margin: 0 auto; padding-inline: var(--pad); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--gold-deep); font-size: 10px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; }
.eyebrow::before { width: 26px; height: 1px; background: var(--gold); content: ""; }
.eyebrow-centered { justify-content: center; }
.title { margin: 12px 0 14px; font-size: clamp(26px, 6.4vw, 48px); font-weight: 700; line-height: 1.15; }
.gold-text { color: transparent; background: var(--gold-grad); background-clip: text; -webkit-background-clip: text; }
.gold-light-text { color: var(--gold-light); }
.icon { width: 1em; height: 1em; display: inline-block; vertical-align: -.12em; }
.subsection-title { margin-top: 44px; color: var(--red-deep); font-family: var(--serif); font-size: 20px; }
.subsection-title--light { color: var(--gold-light); }

/* Header */
#hdr {
  position: fixed;
  z-index: 90;
  inset: 0 0 auto;
  background: linear-gradient(180deg, rgba(67, 16, 27, .75), rgba(67, 16, 27, 0));
  transition: background .35s;
}
#hdr.solid { background: rgba(67, 16, 27, .96); box-shadow: 0 1px 0 rgba(201, 162, 75, .45); backdrop-filter: blur(12px); }
.nav { height: 64px; display: flex; align-items: center; gap: 12px; }
.brand { min-width: 0; margin-right: auto; display: flex; align-items: center; gap: 10px; color: inherit; text-decoration: none; }
.brand img { width: auto; height: 36px; flex: 0 0 auto; }
.brand .divider { width: 1px; height: 26px; flex: 0 0 auto; background: linear-gradient(180deg, transparent, var(--gold), transparent); }
.brand .sports { color: var(--gold-light); font-family: var(--serif); font-size: 12px; font-weight: 700; letter-spacing: .14em; white-space: nowrap; }
.brand .sports small { display: block; color: rgba(255, 255, 255, .65); font-family: var(--sans); font-size: 7px; font-weight: 500; letter-spacing: .3em; }
.mlink { display: none; }
.lang { display: flex; flex: 0 0 auto; border: 1px solid rgba(201, 162, 75, .55); font-size: 10px; font-weight: 600; letter-spacing: .08em; }
.lang button { padding: 5px 10px; border: 0; color: rgba(255, 255, 255, .85); background: none; cursor: pointer; }
.lang button.on { color: var(--red-dark); background: var(--gold); }
.burger { padding: 4px; flex: 0 0 auto; border: 0; color: var(--gold-light); background: none; font-size: 22px; line-height: 1; cursor: pointer; }
.mobile-menu { position: fixed; z-index: 89; top: 64px; left: 0; right: 0; display: none; flex-direction: column; padding: 8px var(--pad) 20px; border-bottom: 1px solid var(--gold); background: rgba(67, 16, 27, .98); }
.mobile-menu.show { display: flex; }
.mobile-menu a { padding: 13px 0; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid rgba(201, 162, 75, .2); color: #fff; font-size: 14px; font-weight: 500; text-decoration: none; }

/* Hero */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; color: #fff; touch-action: pan-y; }
.slide { position: absolute; z-index: -2; inset: 0; opacity: 0; transition: opacity .9s ease; }
.slide.on { opacity: 1; }
.slide img { width: 100%; height: 100%; object-fit: cover; }
.hero::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(67, 16, 27, .5), rgba(138, 14, 36, .32) 45%, rgba(67, 16, 27, .94)); content: ""; }
.hero-inner { position: relative; width: 100%; padding: 104px 0 118px; }
.hero .wrap { padding-inline: 28px; }
.hero .kicker { margin-bottom: 18px; display: inline-flex; align-items: center; gap: 10px; color: var(--gold-light); font-size: 9.5px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; }
.hero .kicker::before { width: 28px; height: 1px; background: var(--gold); content: ""; }
.hero h1 { margin: 0; color: #fff; font-size: clamp(37px, 10.5vw, 100px); font-weight: 800; line-height: .97; text-shadow: 0 4px 40px rgba(0, 0, 0, .35); }
.hero h1 em { margin-top: 12px; display: block; color: var(--gold-light); font-size: .4em; font-weight: 500; font-style: italic; letter-spacing: .05em; }
.hero .sub { max-width: 560px; margin-top: 16px; color: rgba(255, 255, 255, .92); font-size: 14px; font-weight: 300; }
.hero-cta { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 12px; }
.btn { padding: 14px 24px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; text-decoration: none; transition: all .3s; }
.btn-gold { color: var(--red-dark); background: var(--gold-grad); }
.btn-gold:hover { color: var(--red-dark); box-shadow: 0 10px 30px rgba(201, 162, 75, .45); }
.btn-line { border-color: rgba(235, 217, 164, .65); color: #fff; }
.btn-line:hover { color: #fff; background: rgba(235, 217, 164, .12); }
.count { max-width: 520px; margin-top: 32px; display: flex; gap: 2px; border: 1px solid rgba(201, 162, 75, .5); }
.cbox { padding: 12px 4px; flex: 1; text-align: center; background: rgba(67, 16, 27, .55); backdrop-filter: blur(6px); }
.cbox + .cbox { border-left: 1px solid rgba(201, 162, 75, .35); }
.cbox b { display: block; color: var(--gold-light); font-family: var(--serif); font-size: clamp(20px, 6vw, 34px); font-weight: 700; }
.cbox span { color: rgba(255, 255, 255, .75); font-size: 8.5px; letter-spacing: .22em; text-transform: uppercase; }
.count-label { margin-top: 9px; color: var(--gold-light); font-size: 9.5px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.hctrl { position: absolute; z-index: 3; right: 0; bottom: 24px; left: 0; display: flex; align-items: center; justify-content: center; gap: 18px; }
.arrow { width: 42px; height: 42px; border: 1px solid rgba(235, 217, 164, .6); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--gold-light); background: rgba(67, 16, 27, .4); font-family: var(--serif); font-size: 18px; cursor: pointer; backdrop-filter: blur(4px); transition: all .25s; }
.arrow:hover { border-color: var(--gold); color: var(--red-dark); background: var(--gold); }
.dots { display: flex; gap: 9px; }
.dots button { width: 8px; height: 8px; padding: 0; border: 1px solid var(--gold-light); border-radius: 50%; background: transparent; cursor: pointer; transition: all .3s; }
.dots button.on { width: 24px; border-radius: 999px; background: var(--gold); }

/* Overview and festival */
.overview { padding: 76px 0 60px; color: #fff; background: radial-gradient(700px 380px at 88% 8%, rgba(201, 162, 75, .2), transparent 60%), linear-gradient(180deg, var(--red-dark), var(--red-warm) 40%, #7c4030 76%, var(--paper)); }
.ov-grid { display: grid; grid-template-columns: 1fr; gap: 34px; }
.ov-grid .eyebrow { color: var(--gold-light); }
.ov-grid .eyebrow::before { background: var(--gold-light); }
.ov-body { color: rgba(255, 255, 255, .9); font-size: 14px; font-weight: 300; }
.ov-img { position: relative; margin-top: 6px; }
.ov-img img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; box-shadow: 0 24px 60px rgba(42, 12, 18, .5); }
.ov-img::before { position: absolute; inset: -10px 10px 10px -10px; border: 1px solid var(--gold); content: ""; }
.ov-img figcaption { position: absolute; z-index: 2; bottom: 14px; left: -8px; padding: 9px 16px; color: var(--red-dark); background: var(--gold-grad); font-family: var(--serif); font-size: 12.5px; font-weight: 700; }
.stats { margin-top: 46px; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(235, 217, 164, .5); border-left: 1px solid rgba(235, 217, 164, .5); }
.stat { padding: 18px 14px; border-right: 1px solid rgba(235, 217, 164, .5); border-bottom: 1px solid rgba(235, 217, 164, .5); background: rgba(67, 16, 27, .25); }
.stat b { display: block; color: var(--gold-light); font-family: var(--serif); font-size: clamp(21px, 5.5vw, 34px); font-weight: 700; }
.stat span { color: rgba(255, 255, 255, .85); font-size: 11px; }
.festival { padding: 64px 0 26px; }
.fest-grid { display: grid; grid-template-columns: 1fr; gap: 34px; }
.festival .title { color: var(--red-deep); }
.fest-body { color: #5d3b41; font-size: 14px; font-weight: 300; }
.fest-marks { margin-top: 24px; border-top: 1px solid rgba(201, 162, 75, .5); }
.fmark { padding: 12px 2px; display: flex; align-items: baseline; gap: 14px; border-bottom: 1px solid rgba(201, 162, 75, .5); }
.fmark b { min-width: 96px; color: var(--red); font-family: var(--serif); font-size: 20px; font-weight: 700; }
.fmark span { color: #5d3b41; font-size: 12.5px; }
.fest-img img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; box-shadow: 0 24px 60px rgba(42, 12, 18, .25); }
.sponsors { padding: 44px 0 62px; text-align: center; }
.sponsors-title { color: var(--red-deep); font-size: 26px; }
.spon-row { margin-top: 22px; display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid rgba(201, 162, 75, .5); }
.spon { height: 72px; display: flex; align-items: center; justify-content: center; border-right: 1px solid rgba(201, 162, 75, .5); border-bottom: 1px solid rgba(201, 162, 75, .5); color: #b49a8e; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }

/* Journey */
.journey { padding: 64px 0; background: linear-gradient(180deg, var(--paper), var(--cream) 55%, var(--paper)); }
.journey .title { color: var(--red-deep); }
.journey .lede { color: #5d3b41; font-size: 14px; font-weight: 300; }
.tabs { width: 100%; margin: 24px 0 16px; display: flex; border: 1px solid var(--gold); }
.tab { padding: 13px 4px; flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; color: var(--red-deep); background: none; font-family: var(--serif); font-size: 14px; font-weight: 700; letter-spacing: .12em; cursor: pointer; transition: all .25s; }
.tab + .tab { border-left: 1px solid var(--gold); }
.tab.on { color: var(--gold-pale); background: var(--red); }
.tab.on .icon { filter: brightness(3); }
.jbody { display: grid; grid-template-columns: 1fr; gap: 16px; }
.jbody > * { min-width: 0; }
.catdrop { position: relative; }
.catdrop-btn { width: 100%; padding: 13px 16px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border: 1px solid var(--red-deep); color: var(--red-deep); background: #fff; font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.catdrop-btn .icon { transition: transform .25s; }
.catdrop.open .catdrop-btn .icon { transform: rotate(180deg); }
.catdrop-list { position: absolute; z-index: 40; top: calc(100% + 4px); left: 0; right: 0; display: none; flex-direction: column; border: 1px solid var(--gold); background: #fff; box-shadow: 0 20px 50px rgba(42, 12, 18, .22); }
.catdrop.open .catdrop-list { display: flex; }
.catdrop-list button, .sidecats button { padding: 13px 16px; display: flex; justify-content: space-between; border: 0; border-bottom: 1px solid rgba(201, 162, 75, .25); color: var(--ink); background: none; font-size: 13px; text-align: left; cursor: pointer; }
.catdrop-list button.on { color: var(--red-deep); background: var(--cream); font-weight: 700; }
.catdrop-list button .n, .sidecats button .n { color: var(--gold-deep); font-size: 12px; }
.sidecats { display: none; }
.carousel { min-width: 0; max-width: 100%; position: relative; }
.track { max-width: 100%; padding-bottom: 6px; display: flex; gap: 14px; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
.track::-webkit-scrollbar, .chipbar::-webkit-scrollbar { display: none; }
.place { min-width: 0; flex: 0 0 86%; overflow: hidden; border-bottom: 2px solid var(--gold); background: #fff; box-shadow: 0 10px 30px rgba(42, 12, 18, .1); scroll-snap-align: start; transition: transform .35s ease, box-shadow .35s ease; }
.place .ph { position: relative; overflow: hidden; aspect-ratio: 16 / 10; background: var(--cream); }
.place .ph img { width: 100%; height: 100%; object-fit: cover; }
.place .cat-tag { position: absolute; top: 10px; left: 10px; padding: 5px 11px; color: var(--gold-light); background: rgba(67, 16, 27, .82); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.place .pi { padding: 15px 16px 17px; }
.place h4 { margin: 0; color: var(--red-deep); font-size: 16px; font-weight: 700; }
.place .meta { margin-top: 7px; display: grid; gap: 4px; color: #8a6169; font-size: 12px; }
.place .meta span { display: flex; align-items: center; gap: 7px; }
.place .meta .icon { width: 13px; height: 13px; }
.place .row { margin-top: 12px; padding-top: 11px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(201, 162, 75, .35); }
.place a.map { display: inline-flex; align-items: center; gap: 6px; color: var(--red); font-size: 10.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; }
.qr { width: 36px; height: 36px; border: 1.5px solid var(--ink); background: conic-gradient(var(--ink) 25%, transparent 0 50%, var(--ink) 0 75%, transparent 0) 0 0 / 10px 10px, #fff; opacity: .75; }
.car-nav { margin-top: 12px; display: flex; justify-content: flex-end; gap: 10px; }
.car-nav .arrow { width: 40px; height: 40px; border-color: var(--gold); color: var(--red-deep); background: #fff; }

/* Shared maps */
.map-thumb { width: 100%; margin-top: 26px; padding: 18px; display: flex; align-items: center; gap: 14px; border: 1px solid var(--gold); color: #fff; background: linear-gradient(120deg, #0e3a4e, #1d5e77 55%, #274a2e); text-align: left; cursor: pointer; }
.map-thumb .mt-ic { width: 52px; height: 52px; flex: 0 0 auto; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--gold-grad); }
.map-thumb .mt-ic img { width: 24px; height: 24px; }
.map-thumb b { display: block; color: var(--gold-light); font-family: var(--serif); font-size: 15.5px; }
.map-thumb span { color: rgba(255, 255, 255, .8); font-size: 11.5px; font-weight: 300; }
.map-thumb .mt-go { margin-left: auto; color: var(--gold-light); font-family: var(--serif); font-size: 22px; }
.mapbox { position: relative; margin-top: 26px; display: none; overflow: hidden; border: 1px solid var(--gold); background: #0e2a38; }
.mapbox svg { width: 100%; height: auto; display: block; }
.map-toggle { position: absolute; z-index: 5; top: 10px; left: 10px; display: flex; border: 1px solid rgba(235, 217, 164, .6); }
.map-toggle button { padding: 8px 13px; display: inline-flex; align-items: center; gap: 6px; border: 0; color: var(--gold-light); background: rgba(67, 16, 27, .75); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.map-toggle button.on { color: var(--red-dark); background: var(--gold); }
.pin { position: absolute; z-index: 4; display: flex; flex-direction: column; align-items: center; text-decoration: none; transform: translate(-50%, -100%); transition: transform .2s; }
.pin:hover { z-index: 6; transform: translate(-50%, -100%) scale(1.12); }
.pin .dot { width: 26px; height: 26px; display: flex; align-items: center; justify-content: center; border: 1.5px solid #fff; border-radius: 50% 50% 50% 0; background: var(--gold-grad); box-shadow: 0 4px 12px rgba(0, 0, 0, .45); transform: rotate(-45deg); transition: box-shadow .3s; }
.pin:hover .dot { box-shadow: 0 0 0 6px rgba(201, 162, 75, .3), 0 6px 16px rgba(0, 0, 0, .5); }
.pin .dot img { width: 12px; height: 12px; transform: rotate(45deg); }
.pin em { margin-top: 5px; padding: 3px 8px; border: 1px solid rgba(201, 162, 75, .5); color: #fff; background: rgba(67, 16, 27, .85); font-size: 9px; font-weight: 700; font-style: normal; letter-spacing: .04em; white-space: nowrap; }
.pin.bus .dot { border-color: var(--gold); background: #fff; }
.map-note { margin-top: 10px; display: flex; align-items: center; gap: 7px; color: #8a6169; font-size: 11.5px; }
.map-modal { position: fixed; z-index: 120; inset: 0; width: 100%; height: 100dvh; display: none; flex-direction: column; background: var(--red-dark); }
.map-modal.show { display: flex; }
.mm-head { padding: 14px 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--gold); color: var(--gold-light); background: rgba(67, 16, 27, .98); }
.mm-head b { font-family: var(--serif); font-size: 16px; }
.mm-head small { display: block; color: rgba(255, 255, 255, .65); font-family: var(--sans); font-size: 10px; font-weight: 300; letter-spacing: .06em; }
.mm-close { width: 36px; height: 36px; flex: 0 0 auto; border: 1px solid rgba(235, 217, 164, .6); border-radius: 50%; color: var(--gold-light); background: none; font-size: 15px; cursor: pointer; }
.mm-body { padding: 14px; flex: 1; overflow: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }
.mm-body .mapbox { width: 880px; max-width: none; margin: 0 auto; display: block; }

/* Tournament */
.chipbar { padding: 4px 2px 10px; display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x proximity; -webkit-overflow-scrolling: touch; }
.chipbar .chip { padding: 9px 15px; flex: 0 0 auto; display: inline-flex; align-items: center; gap: 7px; border: 1px solid; color: inherit; background: none; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; cursor: pointer; scroll-snap-align: start; transition: all .2s; }
.tour { padding: 84px 0 76px; color: #fff; background: radial-gradient(700px 400px at 12% 6%, rgba(201, 162, 75, .16), transparent 60%), linear-gradient(180deg, var(--red-deep), var(--red-warm) 60%, var(--red-dark)); }
.tour .title { color: #fff; }
.tour .eyebrow { color: var(--gold-light); }
.tour .eyebrow::before { background: var(--gold-light); }
.tour .lede { color: rgba(255, 255, 255, .85); font-size: 14px; font-weight: 300; }
.sportbar { margin: 22px 0 24px; }
.sportbar .chip { border-color: rgba(235, 217, 164, .5); color: var(--gold-light); }
.sportbar .chip.on { border-color: var(--gold); color: var(--red-dark); background: var(--gold); }
.sportbar .chip.on img { filter: brightness(.3) sepia(1) hue-rotate(-20deg); }
.sportbar .chip .n { opacity: .65; font-weight: 400; }
.match { border: 1px solid rgba(201, 162, 75, .35); border-bottom: 0; background: rgba(67, 16, 27, .3); transition: background .25s; }
.match:last-child { border-bottom: 1px solid rgba(201, 162, 75, .35); }
.match:hover { background: rgba(201, 162, 75, .1); }
.match-head { width: 100%; padding: 16px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; border: 0; border-radius: 0; color: inherit; background: transparent; box-shadow: none; font: inherit; text-align: left; cursor: pointer; }
.match-head:hover, .match-head:focus { color: inherit; background: transparent; box-shadow: none; }
.mdate { min-width: 104px; color: var(--gold-light); font-family: var(--serif); font-size: 15px; font-weight: 700; line-height: 1.2; }
.mdate small { margin-top: 2px; display: block; color: rgba(255, 255, 255, .6); font-family: var(--sans); font-size: 9px; font-weight: 400; letter-spacing: .2em; }
.mname { order: 3; flex: 1 1 100%; color: #fff; font-size: 14.5px; font-weight: 500; }
.msport { margin-left: auto; padding: 4px 11px; border: 1px solid rgba(201, 162, 75, .6); color: var(--gold-light); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; }
.mtoggle { color: var(--gold); font-family: var(--serif); font-size: 20px; line-height: 1; transition: transform .3s; }
.match.open .mtoggle { transform: rotate(45deg); }
.mbody { padding: 0 16px 18px; display: none; color: rgba(255, 255, 255, .85); font-size: 13.5px; font-weight: 300; }
.match.open .mbody { display: block; }
.mbody a { color: var(--gold-light); font-weight: 600; text-decoration: none; }
.mnone { padding: 22px 4px; color: rgba(255, 255, 255, .75); font-weight: 300; }
.tour .map-note { color: rgba(255, 255, 255, .7); }

/* News and footer */
.news { padding: 74px 0 66px; border-top: 1px solid rgba(201, 162, 75, .4); background: var(--paper); }
.news .title { color: var(--red-deep); }
.notice { margin: 24px 0 28px; padding: 16px 18px; display: flex; flex-direction: column; gap: 10px; color: var(--red-dark); background: var(--gold-grad); box-shadow: 0 16px 40px rgba(201, 162, 75, .35); font-size: 13.5px; font-weight: 600; }
.notice .pin-tag { width: max-content; padding: 5px 12px; color: var(--gold-light); background: var(--red-dark); font-size: 9px; font-weight: 700; letter-spacing: .2em; }
.ncards { display: grid; grid-template-columns: 1fr; gap: 18px; }
.ncard { overflow: hidden; border-bottom: 2px solid var(--gold); background: #fff; box-shadow: 0 12px 34px rgba(42, 12, 18, .1); transition: transform .35s ease, box-shadow .35s ease; }
.ncard:hover { transform: translateY(-5px); }
.ncard .ph { overflow: hidden; aspect-ratio: 16 / 9; }
.ncard .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.ncard:hover .ph img { transform: scale(1.06); }
.ncard .pi { padding: 17px 18px 19px; }
.ncard time { color: var(--gold-deep); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.ncard h4 { margin: 7px 0; color: var(--red-deep); font-size: 16.5px; font-weight: 700; line-height: 1.4; }
.ncard p { color: #6b4a51; font-size: 13px; font-weight: 300; }
.luxury-footer { position: relative; padding: 0 0 26px; color: rgba(255, 255, 255, .8); background: radial-gradient(600px 300px at 50% 0, rgba(201, 162, 75, .14), transparent 65%), linear-gradient(180deg, var(--red-dark), #33101a); }
.f-top { height: 3px; background: var(--gold-grad); }
.f-mono { padding: 46px var(--pad) 30px; display: flex; flex-direction: column; align-items: center; border-bottom: 1px solid rgba(201, 162, 75, .3); text-align: center; }
.f-mono img { height: 52px; margin-bottom: 14px; }
.f-mono b { color: var(--gold-light); font-family: var(--serif); font-size: 19px; letter-spacing: .08em; }
.f-mono span { margin-top: 6px; color: rgba(255, 255, 255, .6); font-size: 10px; letter-spacing: .3em; text-transform: uppercase; }
.fgrid { padding: 36px 0 0; display: grid; grid-template-columns: 1fr; gap: 28px; font-size: 13px; }
.fgrid p { color: rgba(255, 255, 255, .75); font-size: 13px; font-weight: 300; }
.luxury-footer h5 { margin: 0 0 13px; display: flex; align-items: center; gap: 10px; color: var(--gold-light); font-family: var(--serif); font-size: 15px; letter-spacing: .06em; }
.luxury-footer h5::after { height: 1px; flex: 1; background: linear-gradient(90deg, rgba(201, 162, 75, .5), transparent); content: ""; }
.luxury-footer a { margin-bottom: 9px; display: flex; align-items: center; gap: 9px; color: rgba(255, 255, 255, .8); font-weight: 300; text-decoration: none; transition: color .2s; }
.luxury-footer a:hover { color: var(--gold-light); }
.luxury-footer .icon { width: 14px; height: 14px; }
.copy { margin-top: 36px; padding-top: 18px; border-top: 1px solid rgba(201, 162, 75, .28); color: rgba(255, 255, 255, .5); font-size: 10px; letter-spacing: .14em; text-align: center; text-transform: uppercase; }

/* Floating controls and popup */
.floats { position: fixed; z-index: 80; right: 16px; bottom: 18px; display: flex; flex-direction: column; gap: 9px; }
.fbtn { width: 44px; height: 44px; padding: 0; display: flex; align-items: center; justify-content: center; border: 1px solid var(--gold); border-radius: 50%; background: rgba(67, 16, 27, .94); box-shadow: 0 8px 22px rgba(42, 12, 18, .4); cursor: pointer; text-decoration: none; transition: all .25s; }
.fbtn img { width: 17px; height: 17px; }
.fbtn:hover { background: var(--gold); }
.fbtn:hover img { filter: brightness(.3); }
#toTop { opacity: 0; pointer-events: none; transition: opacity .3s; }
#toTop.show { opacity: 1; pointer-events: auto; }
.popup-bg { position: fixed !important; z-index: 100; inset: 0; width: 100%; height: 100dvh; margin: 0; padding: 20px; display: flex; align-items: center; justify-content: center; color: var(--ink); background: rgba(42, 12, 18, .78); opacity: 0; pointer-events: none; backdrop-filter: blur(4px); transition: opacity .4s; }
.popup-bg.show { opacity: 1; pointer-events: auto; }
.popup { width: 100%; max-width: 420px; overflow: hidden; border-bottom: 3px solid var(--gold); background: #fff; box-shadow: 0 40px 100px rgba(0, 0, 0, .5); transform: translateY(20px); transition: transform .4s; }
.popup-bg.show .popup { transform: none; }
.popup .ph { position: relative; overflow: hidden; aspect-ratio: 16 / 10; }
.popup .ph > img { width: 100%; height: 100%; object-fit: cover; }
.popup .ph .ov { position: absolute; inset: 0; padding: 18px; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; background: linear-gradient(180deg, rgba(67, 16, 27, .15), rgba(67, 16, 27, .86)); }
.popup .ph .ov span { margin-bottom: 5px; color: var(--gold-light); font-size: 9px; font-weight: 700; letter-spacing: .26em; text-transform: uppercase; }
.popup .ph .ov b { font-family: var(--serif); font-size: 19px; font-weight: 700; line-height: 1.25; }
.popup .pi { padding: 20px; text-align: center; }
.popup .pi p { margin-bottom: 16px; color: #5d3b41; font-size: 13px; font-weight: 300; }
.popup .x { position: absolute; z-index: 2; top: 10px; right: 12px; width: 32px; height: 32px; border: 1px solid rgba(255, 255, 255, .4); border-radius: 50%; color: #fff; background: rgba(0, 0, 0, .4); font-size: 14px; cursor: pointer; }

/* Approved luxury motion */
@keyframes goldflow { from { background-position: 0 50%; } to { background-position: 200% 50%; } }
.btn-gold, .f-top, .notice { background-size: 200% auto; animation: goldflow 7s linear infinite; }
@keyframes kenburns { from { transform: scale(1); } to { transform: scale(1.08); } }
.slide.on img { animation: kenburns 8s ease-out forwards; }
.fx { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.fx.in { opacity: 1; transform: none; }
.fx.d1 { transition-delay: .08s; }
.fx.d2 { transition-delay: .16s; }
.fx.d3 { transition-delay: .24s; }

@media (min-width: 720px) {
  :root { --pad: 28px; }
  body { font-size: 15px; }
  .nav { height: 72px; }
  .brand img { height: 42px; }
  .mobile-menu { top: 72px; }
  .hero-inner { padding: 130px 0 122px; }
  .hero .wrap { padding-inline: 40px; }
  .place { flex-basis: calc(50% - 7px); }
  .ncards { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(4, 1fr); }
  .spon-row { display: flex; }
  .spon { flex: 1; border-bottom: 0; }
  .notice { flex-direction: row; align-items: center; gap: 16px; }
  .mname { order: 0; flex: 1; }
  .match-head { padding: 19px 22px; flex-wrap: nowrap; gap: 20px; }
  .msport { margin-left: 0; }
  .mbody { padding: 0 22px 22px 158px; }
  .fgrid { grid-template-columns: 2fr 1fr 1fr; gap: 40px; }
}

@media (min-width: 1000px) {
  .burger { display: none; }
  .mlink { position: relative; padding: 8px 0; display: inline-flex; align-items: center; gap: 7px; color: rgba(255, 255, 255, .92); font-size: 13.5px; font-weight: 500; letter-spacing: .04em; text-decoration: none; }
  .mlink::after { position: absolute; right: 50%; bottom: 2px; left: 50%; height: 1px; background: var(--gold); content: ""; transition: all .3s; }
  .mlink:hover::after { right: 0; left: 0; }
  .nav { gap: 28px; }
  .ov-grid { grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; }
  .ov-img img { aspect-ratio: 4 / 5; }
  .fest-grid { grid-template-columns: 1.1fr .9fr; align-items: center; gap: 56px; }
  .fest-img img { aspect-ratio: 3 / 4; }
  .ncards { grid-template-columns: repeat(3, 1fr); }
  .tabs { width: max-content; }
  .tab { padding: 14px 40px; flex: none; }
  .jbody { grid-template-columns: 250px 1fr; align-items: start; gap: 26px; }
  .catdrop { display: none; }
  .sidecats { position: sticky; top: 96px; display: flex; flex-direction: column; border: 1px solid var(--gold); background: #fff; }
  .sidecats button { padding: 15px 18px; align-items: center; letter-spacing: .02em; }
  .sidecats button.on { color: var(--gold-pale); background: var(--red); font-weight: 700; }
  .sidecats button.on .n { color: var(--gold-light); }
  .place { flex-basis: calc(50% - 7px); }
  .hctrl { right: 34px; left: auto; justify-content: flex-end; }
  .pin em { font-size: 10px; }
  .map-thumb { display: none; }
  .mapbox { display: block; }
}

@media (max-width: 782px) {
  body.admin-bar #hdr { top: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  .fx { opacity: 1; transform: none; }
}
