/* FRESH-1757584769-1757584769.2812 */
/* COMPILED SECTIONS CSS */
/* Built sections bundle - generated: 2025-09-08T00:11:57+00:00 */

/* ---- section: footer ---- */
footer.site-footer{background:var(--footer-bg);padding:16px}
footer.site-footer nav a{margin-right:12px;color:#333;text-decoration:none}
.section-footer{border-top:1px solid rgba(0,0,0,0.04);}


/* ---- section: header ---- */
/* Header section styles - SYNC TEST */
:root { --bg: #000; --text: #fff; --muted: #c7c7c7; --link: #e6e6e6; --accent: #0e3a2a; }
* { box-sizing: border-box; }

.section-header { margin: 0; padding: 0; }

header.topbar {
	position: sticky; top: 0; z-index: 50;
	background: linear-gradient(180deg, #000 0%, #070707 100%);
	border-bottom: 1px solid #0d0d0d;
}

.section-header .container {
  /* full-bleed header: span the entire viewport so brand/nav/right align to page edges */
  width: 100%; max-width: none; margin: 0; padding: 10px 32px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px;
  min-height: 56px;
  position: relative;
}

/* Ensure the three grid areas place elements predictably */
.section-header .container .brand { justify-self: start; }
.section-header .container nav.mainnav { justify-self: center; }
.section-header .container .right { justify-self: end; }

/* Center the logo and subtitle within the brand area */
.brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* Nudge the brand block down to align subtitle with countdown credit horizontally */
  transform: translateY(6px);
}

.brand h1 {
    font-family: "Playfair Display", serif;
    color: #ffffff;
    margin: 0;
    /* Auto-sync test */
}

.brand-link {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.brand-link:hover {
    opacity: 0.8;
}

.brand-link h1 {
    color: #ffffff;
    margin: 0;
}
.brand small { display: block; color: var(--muted); font-size: 0.95rem; line-height: 1; letter-spacing: .08em; margin-top: 6px; white-space: nowrap; }

/* Ensure the small subtitle shares typographic metrics with the countdown credit */
.breitling-credit { font-size: 0.95rem; line-height: 1; }

/* Mobile-only subtitle: hidden by default (desktop) */
.brand-small-mobile { display: none; }

/* Debug test comment - white trigger */

/* Purple brand test */

/* Brand styling ends - Updated with cache busting */

/* constrain the nav so it centers nicely and has generous space on either side */
/* nav now centers across the full viewport */
nav.mainnav { display: flex; justify-content: center; width: 100%; max-width: none; }
nav.mainnav ul { list-style: none; display: flex; gap: 32px; margin: 0; padding: 0; }
nav.mainnav li { position: relative; }
nav.mainnav a { position: relative; color: #e5f7ee; text-decoration: none; font-weight: 600; padding: 8px 0; letter-spacing: .04em; transition: 180ms ease; white-space: nowrap; text-transform: uppercase; }
nav.mainnav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 4px; height: 2px; background: currentColor; opacity: 0; transform: scaleX(.6); transition: 160ms ease; }
nav.mainnav a:hover { color: #fff; }
nav.mainnav a:hover::after { opacity: 1; transform: scaleX(1); }

.right { 
    display: flex; 
    flex-direction: column;
    align-items: flex-end; 
    gap: 4px; 
    background: transparent; 
    border: none; 
    padding: 10px 16px; 
    border-radius: 12px; 
    justify-self: end; 
    min-width: 0; 
    overflow: hidden; 
    flex-shrink: 0;
    position: relative;
}

.section-header .container .right { padding-right: 32px; }
.right::before {
    display: none;
}

/* Container for clock and countdown to keep them side by side */
.countdown-container {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* Watch face with PNG option */
.analog-clock { 
    position: relative; 
    width: 50px; /* 40% larger than 36px */
    height: 50px; /* 40% larger than 36px */
    border-radius: 50%; 
    background-image: url('/uploads/watch1.png');
    background-size: cover;
    background-position: center;
    border: none; /* Removed border */
    flex-shrink: 0; 
}

/* Option to hide PNG and show animated clock */
.analog-clock.animated {
    background-image: none;
    background: #2a2a2a;
}

/* Hide tick marks and hands when using PNG (show only when animated) */
.analog-clock .tick,
.analog-clock .hand,
.analog-clock .pivot {
    display: none;
}

.analog-clock.animated .tick,
.analog-clock.animated .hand,
.analog-clock.animated .pivot {
    display: block;
}
.tick { 
    position: absolute; 
    width: 1px; 
    height: 8px; 
    background: #ffbf28; 
    top: 2px; 
    left: 50%; 
    transform-origin: center 16px; 
    will-change: transform; 
}
.tick:nth-child(3n) { 
    height: 10px; 
    top: 1px; 
    background: #ffbf28; 
    width: 2px;
    margin-left: -0.5px;
}
.hand { 
    position: absolute; 
    left: 50%; 
    top: 50%; 
    transform-origin: center center; 
    background: #ffffff; 
    border-radius: 2px; 
    will-change: transform; 
}
.analog-clock .hand.hour { 
    width: 3px; 
    height: 10px; 
    margin-top: -5px; 
    margin-left: -1.5px; 
    background: #ffbf28;
}
.analog-clock .hand.minute { 
    width: 2px; 
    height: 15px; 
    margin-top: -7.5px; 
    margin-left: -1px; 
    background: #ffbf28;
}
.analog-clock .hand.second { 
    width: 1px; 
    height: 17px; 
    background: #ff6b35; 
    margin-top: -8.5px; 
    margin-left: -0.5px; 
}
.analog-clock .pivot { 
    position: absolute; 
    width: 6px; 
    height: 6px; 
    border-radius: 999px; 
    background: #ffbf28; 
    left: 50%; 
    top: 50%; 
    transform: translate(-50%, -50%); 
    border: 1px solid rgba(0,0,0,.4);
    z-index: 10; 
}

/* Default countdown style - Boxed */
.countdown { 
    display: grid; 
    grid-auto-flow: column; 
    gap: 12px; 
    align-items: center; 
    min-width: 0; 
    overflow: hidden; 
    flex-shrink: 0; 
    padding: 8px 12px;
    background: #2a2a2a;
    border: 1px solid #ffbf28;
    border-radius: 8px;
}

.cd-block { 
    display: grid; 
    grid-template-rows: auto auto; 
    justify-items: center; 
    min-width: 44px; 
    padding: 4px 6px;
    background: #1a1a1a;
    border: 1px solid #ffbf28;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.cd-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #ffbf28;
    opacity: 0.6;
}

.cd-value { 
    font-weight: 700; 
    font-size: 16px; 
    letter-spacing: .02em; 
    color: #ffbf28;
    font-family: 'Monaco', 'Menlo', 'Consolas', monospace;
}

.cd-label { 
    color: #ffbf28; 
    font-size: 9px; 
    letter-spacing: .12em; 
    text-transform: uppercase; 
    opacity: .9; 
    font-weight: 600;
}

.cd-sep { 
    width: 2px; 
    height: 28px; 
    background: #ffbf28; 
    align-self: center; 
    border-radius: 1px;
}

/* Simple countdown style override - only when .simple class is present */
.countdown.simple {
    background: transparent;
    border: none;
    padding: 4px 8px;
    gap: 8px;
    font-family: 'Arial', sans-serif;
}

.countdown.simple .cd-value {
    font-size: 25px;
    font-weight: 700;
    color: #ffbf28;
    letter-spacing: -0.02em;
}

.countdown.simple .cd-label {
    font-size: 11px;
    color: #ffbf28;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: -4px;
}

.countdown.simple .cd-sep {
    font-size: 25px;
    font-weight: 300;
    color: #ffbf28;
    width: auto;
    height: auto;
    background: none;
    align-self: center;
    border-radius: 0;
}

.countdown.simple .cd-sep::before {
    content: ':';
}

.countdown.simple .cd-block {
    background: transparent;
    border: none;
    padding: 0;
    min-width: auto;
    gap: 2px;
}

.countdown.simple .cd-block::before {
    display: none;
}

/* Breitling credit text below countdown */
.breitling-credit {
    font-size: 0.95rem;
    color: #ffffff;
    text-align: right;
    margin-top: 0px;
    letter-spacing: 0.06em;
    font-weight: 400;
    opacity: 0.8;
}

.cd-block { 
    display: grid; 
    grid-template-rows: auto auto; 
    justify-items: center; 
    min-width: 44px; 
    padding: 4px 6px;
    background: #1a1a1a;
    border: 1px solid #ffbf28;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}
.cd-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #ffbf28;
    opacity: 0.6;
}
.cd-value { 
    font-weight: 700; 
    font-size: 16px; 
    letter-spacing: .02em; 
    color: #ffbf28;
    font-family: 'Monaco', 'Menlo', 'Consolas', monospace;
}
.cd-label { 
    color: #ffbf28; 
    font-size: 9px; 
    letter-spacing: .12em; 
    text-transform: uppercase; 
    opacity: .9; 
    font-weight: 600;
}
.cd-sep { 
    width: 2px; 
    height: 28px; 
    background: #ffbf28; 
    align-self: center; 
    border-radius: 1px;
}

.menu-btn { display: none; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 10px; border: 1px solid #1a1a1a; background: #0e0e0e; }

.section-header .container .menu-btn { position: absolute; right: 18px; top: 50%; transform: translateY(-50%); }
.menu-icon, .menu-icon::before, .menu-icon::after { display: block; content: ""; width: 20px; height: 2px; background: #fff; position: relative; border-radius: 2px; }
.menu-icon::before { position: absolute; top: -6px; }
.menu-icon::after { position: absolute; top: 6px; }

.mobile-panel { 
	display: none; 
	position: fixed; 
	top: 0; 
	right: -100%; 
	bottom: 0; 
	width: 300px; 
	max-width: 80vw;
	background: rgba(0,0,0,0.95); 
	backdrop-filter: blur(8px); 
	z-index: 1000; 
	overflow-y: auto;
	transition: right 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	box-shadow: -5px 0 20px rgba(0,0,0,0.5);
}
.mobile-panel.open { 
	display: block; 
	right: 0 !important; 
}
.mobile-panel ul { list-style: none; padding: 60px 20px 20px; margin: 0; }
.mobile-panel li { margin-bottom: 16px; }
.mobile-panel a { color: #fff; text-decoration: none; font-weight: 600; font-size: 18px; display: block; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.1); transition: color 0.2s ease; text-transform: uppercase; }
.mobile-panel a:hover { color: #b3d9c4; }

/* Body scroll lock when mobile menu is open */
body.mobile-menu-open {
	overflow: hidden;
	position: fixed;
	width: 100%;
}

.mobile-panel .close-btn{
	position: absolute; top: 12px; right: 12px; background: transparent; border: none; color: #fff; font-size: 26px; line-height: 1; padding: 6px 8px; cursor: pointer; border-radius: 6px; z-index: 10;
}
.mobile-panel .close-btn:focus{ outline: 2px solid rgba(255,255,255,0.12); }

/* Mobile overlay backdrop */
.mobile-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 999;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.mobile-overlay.open {
	display: block;
	opacity: 1;
}

@media (max-width: 820px) {
	nav.mainnav { display: none; }
	.menu-btn { display: flex; }
	.mobile-panel { display: block; }
	
	.section-header .container {
		padding: 10px 16px; /* Reduce padding on mobile */
		gap: 16px; /* Reduce gap */
		grid-template-columns: auto 1fr auto; /* Keep menu button on right */
	}
	
	/* Hide countdown/clock on mobile but keep them in DOM to prevent JS errors */
	.right { 
		display: none !important;
		visibility: hidden;
		position: absolute;
		left: -9999px;
		pointer-events: none;
	}
	
	/* Make brand more compact on mobile */
	.brand h1 { font-size: 18px; }
	.brand small { font-size: 0.85rem; }
	
	/* Make breitling credit smaller on mobile */
	.breitling-credit { font-size: 0.85rem; }
}

@media (min-width: 821px) {
	.analog-clock { 
        width: 62px; /* 40% larger than 44px */
        height: 62px; /* 40% larger than 44px */
        border: none; /* Removed border */
    }
	.tick { transform-origin: center 29px; } /* Adjust for larger clock */
	.analog-clock .hand.hour { height: 17px; margin-top: -8.5px; }
	.analog-clock .hand.minute { height: 25px; margin-top: -12.5px; }
	.analog-clock .hand.second { height: 28px; margin-top: -14px; }
	.brand h1 { font-size: 22px; }
    .countdown {
        gap: 16px;
        padding: 10px 16px;
    }
    .cd-block {
        min-width: 48px;
        padding: 6px 8px;
    }
    .cd-value {
        font-size: 18px;
    }
    .cd-sep {
        height: 32px;
    }
}


/* ---- section: hero ---- */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&display=swap');

/* Hero section styles - Clean, reliable approach */
.section-hero.hero{
	position: relative;
	overflow: hidden;
	color: #fff;
}

/* Standard height options */
.hero-medium{ height: 420px; }
.hero-large{ height: 680px; }

/* Full screen hero - True viewport full screen */
.hero-full { 
  position: relative !important;
  width: 100vw !important;
  height: calc(100vh - 70px) !important; /* Full screen minus header height */
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  /* Force viewport dimensions - override any container constraints */
  min-width: 100vw !important;
  min-height: calc(100vh - 70px) !important;
  /* Break out of any flex/grid containers */
  transform: none !important;
  flex: none !important;
  grid-column: 1 / -1 !important;
  grid-row: 1 / -1 !important;
  /* Make it break out of page margins */
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
}

/* Also reset body margins when hero is full screen */
.hero-full ~ * {
  margin: 0;
  padding: 0;
}

/* Force body to have no margins when full screen hero is present */
body:has(.hero-full) {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
}

/* Full screen hero positioning fix */
.hero-full {
  /* Pull the hero to full viewport edges using negative margins */
  position: relative;
}

/* Ensure header stays on top when hero is full screen */
header.topbar {
  position: sticky !important;
  z-index: 100 !important;
}

/* Carousel container */
.hero-slides{ 
  position: relative; 
  display: flex; 
  width: 100%; 
  height: 100%; 
  transition: transform .45s ease; 
  will-change: transform; 
}

/* Individual slides */
.hero-slide{ 
  position: relative; 
  min-width: 100%; 
  flex: 0 0 100%; 
  opacity: 1; 
  visibility: visible; 
  display: block; 
}

/* Images - Standard responsive approach */
.hero-image{ 
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  display: block; 
}

/* Full screen specific image handling */
.hero-full .hero-slides,
.hero-full .hero-slide,
.hero-full .hero-image {
  height: calc(100vh - 70px) !important; /* Match container height */
  width: 100vw !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 100vw !important;
  min-height: calc(100vh - 70px) !important;
}

/* Overlay */
.hero-overlay{ 
  position: absolute; 
  inset: 0; 
  pointer-events: none; 
  background: linear-gradient(to bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.55) 60%), var(--hero-overlay); 
}

/* Content positioning */
.hero-content{ 
  position: absolute; 
  inset: 0; 
  padding: 2rem; 
  z-index: 3; 
  display: flex; 
  align-items: flex-end; 
  justify-content: center; 
}

.hero-content-inner{ 
  max-width: 600px; 
  margin: 0 auto; 
}

/* Typography */
.hero-title{ 
  font-family: 'Cinzel', Georgia, 'Times New Roman', serif; 
  font-size: clamp(30px, 6.5vw, 72px); 
  line-height: 0.98; 
  margin: 0 0 .25rem; 
  letter-spacing: 1px; 
  text-transform: uppercase; 
  text-shadow: 0 8px 20px rgba(0,0,0,0.6); 
}

.hero-subtitle{ 
  font-size: clamp(14px, 1.6vw, 20px); 
  margin: 0 0 1rem; 
  opacity: .95; 
}

/* Corner logo support */
.logo-pos-bottom-left .hero-logo { position: absolute; left: 16px; bottom: 10%; margin: 0; z-index: 5; }
.logo-pos-bottom-right .hero-logo { position: absolute; right: 16px; bottom: 10%; margin: 0; z-index: 5; }

/* Call to action */
.hero-cta{ 
  display: inline-block; 
  background: #b98f4a; 
  color: #fff; 
  padding: .65rem 1.4rem; 
  border-radius: 2px; 
  text-decoration: none; 
  font-weight: 700; 
  text-transform: uppercase; 
  letter-spacing: 1px; 
  font-size: 0.95rem; 
  box-shadow: 0 8px 24px rgba(0,0,0,0.55); 
  border: 1px solid rgba(0,0,0,0.12); 
}

.hero-cta:hover{ 
  background: #a97f3b; 
  transform: translateY(-1px); 
}

/* Navigation arrows */
.hero-arrow{ 
  position: absolute; 
  top: 50%; 
  transform: translateY(-50%); 
  background: rgba(0,0,0,0.35); 
  border: none; 
  color: #fff; 
  padding: .5rem .75rem; 
  font-size: 1.5rem; 
  z-index: 5; 
  cursor: pointer; 
}

.hero-arrow--prev{ left: 1rem; }
.hero-arrow--next{ right: 1rem; }

/* Dots navigation */
.hero-dots{ 
  position: absolute; 
  left: 50%; 
  transform: translateX(-50%); 
  bottom: 80px; /* Moved up from 28px */
  display: flex; 
  gap: .5rem; 
  z-index: 6; 
}

.hero-dots button{ 
  width: 10px; 
  height: 10px; 
  border-radius: 50%; 
  background: rgba(255,255,255,0.35); 
  border: none; 
  padding: 0; 
  box-shadow: 0 1px 2px rgba(0,0,0,0.3); 
}

.hero-dots button[aria-selected="true"]{ 
  background: #fff; 
  box-shadow: 0 2px 6px rgba(0,0,0,0.4); 
}

/* Responsive design */
@media(min-width: 768px){
	.hero-content{ padding-bottom: 90px; }
}

@media (min-width: 768px){
	.hero-content{ left: 3rem; right: 3rem; bottom: 3rem; text-align: left; }
	.hero-title{ font-size: 3rem; }
	.hero-subtitle{ font-size: 1.25rem; }
}

/* Mobile optimizations for full screen */
@media (max-width: 768px) {
  .hero-full {
    width: 100vw !important;
    height: calc(100vh - 60px) !important; /* Smaller header on mobile */
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
  }
  
  .hero-full .hero-slides,
  .hero-full .hero-slide,
  .hero-full .hero-image {
    height: calc(100vh - 60px) !important;
  }
  
  .hero-arrow {
    display: none; /* Hide arrows on mobile for touch interaction */
  }
  
  .hero-dots button {
    width: 12px;
    height: 12px;
    margin: 0 4px;
  }
}

/* Very small screens */
@media (max-width: 480px) {
  .hero-content {
    padding: 1rem;
    padding-bottom: 2rem;
  }
}



/* ---- section: sponsors ---- */
/* Sponsors Marquee Section Styles */
.section-sponsors {
  padding: 3rem 0;
  background: #f8f9fa;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1200px;
}

/* Header styling */
.sponsors-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 2.5rem;
  padding: 0 2rem;
}

.sponsors-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: #1a1a1a;
}

.sponsors-subtitle {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  color: #666;
  margin: 0;
  font-weight: 400;
}

/* Marquee container */
.sponsors-marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: linear-gradient(90deg, 
    rgba(248, 249, 250, 1) 0%, 
    rgba(248, 249, 250, 0) 5%, 
    rgba(248, 249, 250, 0) 95%, 
    rgba(248, 249, 250, 1) 100%
  );
}

/* Track that holds the logos */
.sponsors-track {
  display: flex;
  gap: 2rem;
  align-items: center;
  width: max-content;
  animation: scrollLeft var(--scroll-speed, 34s) linear infinite;
}

/* Pause animation on hover */
.sponsors-marquee.pause-on-hover:hover .sponsors-track {
  animation-play-state: paused;
}

/* Scroll animation */
@keyframes scrollLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Logo styling */
.sponsor-logo {
  height: auto;
  object-fit: contain;
  filter: grayscale(100%) brightness(1.1) opacity(0.85);
  transition: all 0.3s ease;
  display: block;
}

.sponsor-logo:hover,
.sponsor-link:hover .sponsor-logo {
  filter: none;
  transform: translateY(-4px);
}

/* No grayscale variant */
.section-sponsors.no-grayscale .sponsor-logo {
  filter: none;
  opacity: 1;
}

.section-sponsors.no-grayscale .sponsor-logo:hover,
.section-sponsors.no-grayscale .sponsor-link:hover .sponsor-logo {
  filter: none;
  transform: translateY(-4px);
}

/* Link styling */
.sponsor-link {
  display: block;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.sponsor-link:focus {
  outline: 2px solid #007bff;
  outline-offset: 4px;
  border-radius: 8px;
}

/* Size variants */
.sponsors-small .sponsor-logo {
  width: 120px;
  max-height: 60px;
}

.sponsors-medium .sponsor-logo {
  width: 160px;
  max-height: 80px;
}

.sponsors-large .sponsor-logo {
  width: 200px;
  max-height: 100px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .section-sponsors {
    padding: 2rem 0;
  }
  
  .sponsors-header {
    margin-bottom: 2rem;
    padding: 0 1rem;
  }
  
  .sponsors-track {
    gap: 1.5rem;
  }
  
  .sponsors-small .sponsor-logo {
    width: 100px;
    max-height: 50px;
  }
  
  .sponsors-medium .sponsor-logo {
    width: 130px;
    max-height: 65px;
  }
  
  .sponsors-large .sponsor-logo {
    width: 150px;
    max-height: 75px;
  }
  
  /* Faster scroll on mobile */
  .sponsors-track {
    animation-duration: calc(var(--scroll-speed, 34s) * 0.7);
  }
}

/* Reduced motion accessibility */
@media (prefers-reduced-motion: reduce) {
  .sponsors-track {
    animation-duration: calc(var(--scroll-speed, 34s) * 3);
  }
  
  .sponsor-logo:hover,
  .sponsor-link:hover .sponsor-logo {
    transform: none;
  }
}

/* High contrast mode */
@media (prefers-contrast: high) {
  .sponsor-logo {
    filter: grayscale(100%) contrast(1.2) opacity(1);
    border: 2px solid #333;
  }
  
  .sponsor-logo:hover,
  .sponsor-link:hover .sponsor-logo {
    filter: none;
    border-color: #007bff;
  }
}


/* ---- section: tournament-schedule ---- */
/* Tournament Schedule Section */
.tournament-schedule {
  background: var(--bg-color, #1b1f24);
  padding: 60px 24px;
  min-height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.tournament-schedule__container {
  width: min(1100px, 100%);
}

.tournament-schedule__header {
  text-align: center;
  margin-bottom: 48px;
  color: #ffffff;
}

.tournament-schedule__title {
  font-family: "Crimson Text", serif;
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 16px 0;
  letter-spacing: 0.02em;
}

.tournament-schedule__subtitle {
  font-size: 18px;
  margin: 0;
  opacity: 0.85;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.tournament-schedule__grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 980px) {
  .tournament-schedule__grid {
    grid-template-columns: 1fr;
  }
  
  .tournament-schedule__title {
    font-size: 36px;
  }
  
  .tournament-schedule {
    padding: 40px 16px;
  }
}

.tournament-schedule__card {
  background: var(--card-bg, #ffffff);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.tournament-schedule__card-header {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 28px 16px 18px;
  position: relative;
}

.tournament-schedule__dow {
  font-family: "Crimson Text", serif;
  letter-spacing: 0.04em;
  font-size: 24px;
  font-weight: 600;
}

.tournament-schedule__date {
  font-family: "Crimson Text", serif;
  font-size: 56px;
  line-height: 1;
  margin: 6px 0 2px;
  font-weight: 700;
}

.tournament-schedule__month {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.85;
}

.tournament-schedule__daynum {
  margin-top: 6px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #d9d9d9;
}

.tournament-schedule__session-bar {
  background: var(--accent-color, #a38c5b);
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  font-size: 14px;
}

.tournament-schedule__time {
  font-weight: 700;
  font-size: 13px;
}

.tournament-schedule__session {
  padding: 18px 14px 6px;
}

.tournament-schedule__session:last-child {
  padding-bottom: 20px;
}

.tournament-schedule__match {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border-radius: 10px;
}

.tournament-schedule__team {
  font-weight: 700;
  text-align: center;
  font-size: 14px;
}

.tournament-schedule__team--1 {
  color: var(--team1-color, #143f67);
}

.tournament-schedule__team--2 {
  color: var(--team2-color, #7a2328);
}

.tournament-schedule__match-info {
  text-align: center;
}

.tournament-schedule__match-title {
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 4px;
}

.tournament-schedule__match-type {
  font-size: 11px;
  text-transform: uppercase;
  color: #6b7280;
}

.tournament-schedule__note {
  margin: -8px 0 10px;
  text-align: center;
  font-size: 12px;
  color: #6b7280;
  font-style: italic;
}

/* Dark mode and responsive adjustments */
@media (max-width: 640px) {
  .tournament-schedule__match {
    grid-template-columns: 1fr;
    gap: 8px;
    text-align: center;
  }
  
  .tournament-schedule__team {
    font-size: 16px;
  }
  
  .tournament-schedule__match-info {
    order: -1;
    margin-bottom: 8px;
  }
  
  .tournament-schedule__date {
    font-size: 48px;
  }
}



/* FOOTER SECTION CSS - CACHE BUSTED */
footer.site-footer{background:var(--footer-bg);padding:16px}
footer.site-footer nav a{margin-right:12px;color:#333;text-decoration:none}
.section-footer{border-top:1px solid rgba(0,0,0,0.04);}


/* HEADER SECTION CSS - CACHE BUSTED */
/* Header section styles - SYNC TEST */
:root { --bg: #000; --text: #fff; --muted: #c7c7c7; --link: #e6e6e6; --accent: #0e3a2a; }
* { box-sizing: border-box; }

.section-header { margin: 0; padding: 0; }

header.topbar {
	position: sticky; top: 0; z-index: 50;
	background: linear-gradient(180deg, #000 0%, #070707 100%);
	border-bottom: 1px solid #0d0d0d;
}

.section-header .container {
    /* full-bleed header: span the entire viewport so brand/nav/right align to page edges */
    width: 100%; max-width: none; margin: 0; padding: 10px 32px;
    display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px;
    min-height: 56px;
    position: relative; /* allow absolutely-positioned menu button */
}

/* Ensure the three grid areas place elements predictably */
.section-header .container .brand { justify-self: start; }
.section-header .container nav.mainnav { justify-self: center; }
.section-header .container .right { justify-self: end; }

/* Center the logo and subtitle within the brand area */
.brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* Nudge the brand block down to align subtitle with countdown credit horizontally */
    transform: translateY(6px);
}

.brand h1 {
    font-family: "Playfair Display", serif;
    color: #ffffff;
    margin: 0;
    /* Auto-sync test */
}

.brand-link {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.brand-link:hover {
    opacity: 0.8;
}

.brand-link h1 {
    color: #ffffff;
    margin: 0;
}
.brand small { display: block; color: var(--muted); font-size: 0.95rem; line-height: 1; letter-spacing: .08em; margin-top: 6px; white-space: nowrap; }

/* Ensure the small subtitle shares typographic metrics with the countdown credit */
.breitling-credit { font-size: 0.95rem; line-height: 1; }

/* Mobile-only subtitle: hidden by default (desktop) */
.brand-small-mobile { display: none; }

/* Debug test comment - white trigger */

/* Purple brand test */

/* Brand styling ends - Updated with cache busting */

/* constrain the nav so it centers nicely and has generous space on either side */
/* nav now centers across the full viewport */
nav.mainnav { display: flex; justify-content: center; width: 100%; max-width: none; }
nav.mainnav ul { list-style: none; display: flex; gap: 32px; margin: 0; padding: 0; }
nav.mainnav li { position: relative; }
nav.mainnav a { position: relative; color: #e5f7ee; text-decoration: none; font-weight: 600; padding: 8px 0; letter-spacing: .04em; transition: 180ms ease; white-space: nowrap; text-transform: uppercase; }
nav.mainnav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 4px; height: 2px; background: currentColor; opacity: 0; transform: scaleX(.6); transition: 160ms ease; }
nav.mainnav a:hover { color: #fff; }
nav.mainnav a:hover::after { opacity: 1; transform: scaleX(1); }

.right { 
    display: flex; 
    flex-direction: column;
    align-items: flex-end; 
    gap: 4px; 
    background: transparent; 
    border: none; 
    padding: 10px 16px; 
    border-radius: 12px; 
    justify-self: end; 
    min-width: 0; 
    overflow: hidden; 
    flex-shrink: 0;
    position: relative;
}

/* Make sure right wrapper doesn't overlap the absolute menu button. Keep right spacing equal to container left padding (32px) so countdown aligns with logo */
.section-header .container .right { padding-right: 32px; }
.right::before {
    display: none;
}

/* Container for clock and countdown to keep them side by side */
.countdown-container {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* Watch face with PNG option */
.analog-clock { 
    position: relative; 
    width: 50px; /* 40% larger than 36px */
    height: 50px; /* 40% larger than 36px */
    border-radius: 50%; 
    background-image: url('/uploads/watch1.png');
    background-size: cover;
    background-position: center;
    border: none; /* Removed border */
    flex-shrink: 0; 
}

/* Option to hide PNG and show animated clock */
.analog-clock.animated {
    background-image: none;
    background: #2a2a2a;
}

/* Hide tick marks and hands when using PNG (show only when animated) */
.analog-clock .tick,
.analog-clock .hand,
.analog-clock .pivot {
    display: none;
}

.analog-clock.animated .tick,
.analog-clock.animated .hand,
.analog-clock.animated .pivot {
    display: block;
}
.tick { 
    position: absolute; 
    width: 1px; 
    height: 8px; 
    background: #ffbf28; 
    top: 2px; 
    left: 50%; 
    transform-origin: center 16px; 
    will-change: transform; 
}
.tick:nth-child(3n) { 
    height: 10px; 
    top: 1px; 
    background: #ffbf28; 
    width: 2px;
    margin-left: -0.5px;
}
.hand { 
    position: absolute; 
    left: 50%; 
    top: 50%; 
    transform-origin: center center; 
    background: #ffffff; 
    border-radius: 2px; 
    will-change: transform; 
}
.analog-clock .hand.hour { 
    width: 3px; 
    height: 10px; 
    margin-top: -5px; 
    margin-left: -1.5px; 
    background: #ffbf28;
}
.analog-clock .hand.minute { 
    width: 2px; 
    height: 15px; 
    margin-top: -7.5px; 
    margin-left: -1px; 
    background: #ffbf28;
}
.analog-clock .hand.second { 
    width: 1px; 
    height: 17px; 
    background: #ff6b35; 
    margin-top: -8.5px; 
    margin-left: -0.5px; 
}
.analog-clock .pivot { 
    position: absolute; 
    width: 6px; 
    height: 6px; 
    border-radius: 999px; 
    background: #ffbf28; 
    left: 50%; 
    top: 50%; 
    transform: translate(-50%, -50%); 
    border: 1px solid rgba(0,0,0,.4);
    z-index: 10; 
}

/* Default countdown style - Boxed */
.countdown { 
    display: grid; 
    grid-auto-flow: column; 
    gap: 12px; 
    align-items: center; 
    min-width: 0; 
    overflow: hidden; 
    flex-shrink: 0; 
    padding: 8px 12px;
    background: #2a2a2a;
    border: 1px solid #ffbf28;
    border-radius: 8px;
}

.cd-block { 
    display: grid; 
    grid-template-rows: auto auto; 
    justify-items: center; 
    min-width: 44px; 
    padding: 4px 6px;
    background: #1a1a1a;
    border: 1px solid #ffbf28;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.cd-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #ffbf28;
    opacity: 0.6;
}

.cd-value { 
    font-weight: 700; 
    font-size: 16px; 
    letter-spacing: .02em; 
    color: #ffbf28;
    font-family: 'Monaco', 'Menlo', 'Consolas', monospace;
}

.cd-label { 
    color: #ffbf28; 
    font-size: 9px; 
    letter-spacing: .12em; 
    text-transform: uppercase; 
    opacity: .9; 
    font-weight: 600;
}

.cd-sep { 
    width: 2px; 
    height: 28px; 
    background: #ffbf28; 
    align-self: center; 
    border-radius: 1px;
}

/* Simple countdown style override - only when .simple class is present */
.countdown.simple {
    background: transparent;
    border: none;
    padding: 4px 8px;
    gap: 8px;
    font-family: 'Arial', sans-serif;
}

.countdown.simple .cd-value {
    font-size: 25px;
    font-weight: 700;
    color: #ffbf28;
    letter-spacing: -0.02em;
}

.countdown.simple .cd-label {
    font-size: 11px;
    color: #ffbf28;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: -4px;
}

.countdown.simple .cd-sep {
    font-size: 25px;
    font-weight: 300;
    color: #ffbf28;
    width: auto;
    height: auto;
    background: none;
    align-self: center;
    border-radius: 0;
}

.countdown.simple .cd-sep::before {
    content: ':';
}

.countdown.simple .cd-block {
    background: transparent;
    border: none;
    padding: 0;
    min-width: auto;
    gap: 2px;
}

.countdown.simple .cd-block::before {
    display: none;
}

/* Breitling credit text below countdown */
.breitling-credit {
    font-size: 0.95rem;
    color: #ffffff;
    text-align: right;
    margin-top: 0px;
    letter-spacing: 0.06em;
    font-weight: 400;
    opacity: 0.8;
}

.cd-block { 
    display: grid; 
    grid-template-rows: auto auto; 
    justify-items: center; 
    min-width: 44px; 
    padding: 4px 6px;
    background: #1a1a1a;
    border: 1px solid #ffbf28;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}
.cd-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #ffbf28;
    opacity: 0.6;
}
.cd-value { 
    font-weight: 700; 
    font-size: 16px; 
    letter-spacing: .02em; 
    color: #ffbf28;
    font-family: 'Monaco', 'Menlo', 'Consolas', monospace;
}
.cd-label { 
    color: #ffbf28; 
    font-size: 9px; 
    letter-spacing: .12em; 
    text-transform: uppercase; 
    opacity: .9; 
    font-weight: 600;
}
.cd-sep { 
    width: 2px; 
    height: 28px; 
    background: #ffbf28; 
    align-self: center; 
    border-radius: 1px;
}

.menu-btn { display: none; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 10px; border: 1px solid #1a1a1a; background: #0e0e0e; }

/* Desktop: keep menu button visually at the far right without affecting nav centering */
.section-header .container .menu-btn { position: absolute; right: 18px; top: 50%; transform: translateY(-50%); }
.menu-icon, .menu-icon::before, .menu-icon::after { display: block; content: ""; width: 20px; height: 2px; background: #fff; position: relative; border-radius: 2px; }
.menu-icon::before { position: absolute; top: -6px; }
.menu-icon::after { position: absolute; top: 6px; }

.mobile-panel { 
	display: none; 
	position: fixed; 
	top: 0; 
	right: -100%; 
	bottom: 0; 
	width: 300px; 
	max-width: 80vw;
	background: rgba(0,0,0,0.95); 
	backdrop-filter: blur(8px); 
	z-index: 1000; 
	overflow-y: auto;
	transition: right 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	box-shadow: -5px 0 20px rgba(0,0,0,0.5);
}
.mobile-panel.open { 
	display: block; 
	right: 0 !important; 
}
.mobile-panel ul { list-style: none; padding: 60px 20px 20px; margin: 0; }
.mobile-panel li { margin-bottom: 16px; }
.mobile-panel a { color: #fff; text-decoration: none; font-weight: 600; font-size: 18px; display: block; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.1); transition: color 0.2s ease; text-transform: uppercase; }
.mobile-panel a:hover { color: #b3d9c4; }

/* Body scroll lock when mobile menu is open */
/* When mobile menu is open, prevent background scroll but avoid forcing
   position:fixed which can cause layout shift and right/bottom gaps on
   some mobile browsers. */
body.mobile-menu-open {
    overflow: hidden;
}

.mobile-panel .close-btn{
	position: absolute; top: 12px; right: 12px; background: transparent; border: none; color: #fff; font-size: 26px; line-height: 1; padding: 6px 8px; cursor: pointer; border-radius: 6px; z-index: 10;
}
.mobile-panel .close-btn:focus{ outline: 2px solid rgba(255,255,255,0.12); }

/* Mobile overlay backdrop */
.mobile-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 999;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.mobile-overlay.open {
	display: block;
	opacity: 1;
}

@media (max-width: 820px) {
	nav.mainnav { display: none; }
	.menu-btn { display: flex; }
	.mobile-panel { display: block; }
	
	.section-header .container {
		padding: 10px 16px; /* Reduce padding on mobile */
		gap: 16px; /* Reduce gap */
		grid-template-columns: auto 1fr auto; /* Keep menu button on right */
	}
	
	/* Hide countdown/clock on mobile but keep them in DOM to prevent JS errors */
	.right { 
		display: none !important;
		visibility: hidden;
		position: absolute;
		left: -9999px;
		pointer-events: none;
	}
	
	/* Make brand more compact on mobile */
	.brand h1 { font-size: 18px; }
    .brand small { font-size: 0.85rem; }

    /* Move small subtitle out of brand and show above menu on mobile */
    .brand-small-desktop { display: none !important; }
    .brand-small-mobile {
        display: block;
        position: absolute;
        /* place flush to the right edge, respect safe-area on iOS */
        right: calc(env(safe-area-inset-right, 0px) + 12px);
        top: 10px;
        color: var(--muted);
        font-size: 0.92rem;
        white-space: nowrap;
        pointer-events: none;
        z-index: 60;
        text-align: right;
    }

    /* Remove the small gap under the logo on mobile so no subtitle appears below it */
    .section-header .container .brand .brand-link img { margin-bottom: 10px !important; }
	
	/* Make breitling credit smaller on mobile */
	.breitling-credit { font-size: 0.85rem; }
}

@media (min-width: 821px) {
	.analog-clock { 
        width: 62px; /* 40% larger than 44px */
        height: 62px; /* 40% larger than 44px */
        border: none; /* Removed border */
    }
	.tick { transform-origin: center 29px; } /* Adjust for larger clock */
	.analog-clock .hand.hour { height: 17px; margin-top: -8.5px; }
	.analog-clock .hand.minute { height: 25px; margin-top: -12.5px; }
	.analog-clock .hand.second { height: 28px; margin-top: -14px; }
	.brand h1 { font-size: 22px; }
    .countdown {
        gap: 16px;
        padding: 10px 16px;
    }
    .cd-block {
        min-width: 48px;
        padding: 6px 8px;
    }
    .cd-value {
        font-size: 18px;
    }
    .cd-sep {
        height: 32px;
    }
}


/* HERO SECTION CSS - CACHE BUSTED */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&display=swap');

/* Hero section styles - Clean, reliable approach */
.section-hero.hero{
	position: relative;
	overflow: hidden;
	color: #fff;
}

/* Standard height options */
.hero-medium{ height: 420px; }
.hero-large{ height: 680px; }

/* Full screen hero - True viewport full screen */
.hero-full { 
  position: relative !important;
  width: 100vw !important;
  height: calc(100vh - 70px) !important; /* Full screen minus header height */
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  /* Force viewport dimensions - override any container constraints */
  min-width: 100vw !important;
  min-height: calc(100vh - 70px) !important;
  /* Break out of any flex/grid containers */
  transform: none !important;
  flex: none !important;
  grid-column: 1 / -1 !important;
  grid-row: 1 / -1 !important;
  /* Make it break out of page margins */
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
}

/* Also reset body margins when hero is full screen */
.hero-full ~ * {
  margin: 0;
  padding: 0;
}

/* Force body to have no margins when full screen hero is present */
body:has(.hero-full) {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
}

/* Full screen hero positioning fix */
.hero-full {
  /* Pull the hero to full viewport edges using negative margins */
  position: relative;
}

/* Ensure header stays on top when hero is full screen */
header.topbar {
  position: sticky !important;
  z-index: 100 !important;
}

/* Carousel container */
.hero-slides{ 
  position: relative; 
  display: flex; 
  width: 100%; 
  height: 100%; 
  transition: transform .45s ease; 
  will-change: transform; 
}

/* Individual slides */
.hero-slide{ 
  position: relative; 
  min-width: 100%; 
  flex: 0 0 100%; 
  opacity: 1; 
  visibility: visible; 
  display: block; 
}

/* Images - Standard responsive approach */
.hero-image{ 
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  display: block; 
}

/* Full screen specific image handling */
.hero-full .hero-slides,
.hero-full .hero-slide,
.hero-full .hero-image {
  height: calc(100vh - 70px) !important; /* Match container height */
  width: 100vw !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 100vw !important;
  min-height: calc(100vh - 70px) !important;
}

/* Overlay */
.hero-overlay{ 
  position: absolute; 
  inset: 0; 
  pointer-events: none; 
  background: linear-gradient(to bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.55) 60%), var(--hero-overlay); 
}

/* Content positioning */
.hero-content{ 
  position: absolute; 
  inset: 0; 
  padding: 2rem; 
  z-index: 3; 
  display: flex; 
  align-items: flex-end; 
  justify-content: center; 
}

.hero-content-inner{ 
  max-width: 600px; 
  margin: 0 auto; 
}

/* Typography */
.hero-title{ 
  font-family: 'Cinzel', Georgia, 'Times New Roman', serif; 
  font-size: clamp(30px, 6.5vw, 72px); 
  line-height: 0.98; 
  margin: 0 0 .25rem; 
  letter-spacing: 1px; 
  text-transform: uppercase; 
  text-shadow: 0 8px 20px rgba(0,0,0,0.6); 
}

.hero-subtitle{ 
  font-size: clamp(14px, 1.6vw, 20px); 
  margin: 0 0 1rem; 
  opacity: .95; 
}

/* Corner logo support */
.logo-pos-bottom-left .hero-logo { position: absolute; left: 16px; bottom: 10%; margin: 0; z-index: 5; }
.logo-pos-bottom-right .hero-logo { position: absolute; right: 16px; bottom: 10%; margin: 0; z-index: 5; }

/* Call to action */
.hero-cta{ 
  display: inline-block; 
  background: #ffbf28; 
  color: #000000; 
  padding: .65rem 1.4rem; 
  border-radius: 2px; 
  text-decoration: none; 
  font-weight: 700; 
  text-transform: uppercase; 
  letter-spacing: 1px; 
  font-size: 0.95rem; 
  box-shadow: 0 8px 24px rgba(0,0,0,0.55); 
  border: 1px solid rgba(0,0,0,0.12); 
}

.hero-cta:hover{ 
  background: #ffbf28; 
  transform: translateY(-1px); 
}

/* Navigation arrows */
.hero-arrow{ 
  position: absolute; 
  top: 50%; 
  transform: translateY(-50%); 
  background: rgba(0,0,0,0.35); 
  border: none; 
  color: #fff; 
  padding: .5rem .75rem; 
  font-size: 1.5rem; 
  z-index: 5; 
  cursor: pointer; 
}

.hero-arrow--prev{ left: 1rem; }
.hero-arrow--next{ right: 1rem; }

/* Dots navigation */
.hero-dots{ 
  position: absolute; 
  left: 50%; 
  transform: translateX(-50%); 
  bottom: 80px; /* Moved up from 28px */
  display: flex; 
  gap: .5rem; 
  z-index: 6; 
}

/* Hide controls when there's only one slide (template adds data-slides-count) */
.section-hero[data-slides-count="1"] .hero-dots,
.section-hero[data-slides-count="1"] .hero-arrow { display: none !important; }

.hero-dots button{ 
  width: 10px; 
  height: 10px; 
  border-radius: 50%; 
  background: rgba(255,255,255,0.35); 
  border: none; 
  padding: 0; 
  box-shadow: 0 1px 2px rgba(0,0,0,0.3); 
}

.hero-dots button[aria-selected="true"]{ 
  background: #fff; 
  box-shadow: 0 2px 6px rgba(0,0,0,0.4); 
}

/* Responsive design */
@media(min-width: 768px){
	.hero-content{ padding-bottom: 90px; }
}

@media (min-width: 768px){
	.hero-content{ left: 3rem; right: 3rem; bottom: 3rem; text-align: left; }
	.hero-title{ font-size: 3rem; }
	.hero-subtitle{ font-size: 1.25rem; }
}

/* Mobile optimizations for full screen */
@media (max-width: 768px) {
  .hero-full {
    width: 100vw !important;
    height: calc(100vh - 60px) !important; /* Smaller header on mobile */
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
  }
  
  .hero-full .hero-slides,
  .hero-full .hero-slide,
  .hero-full .hero-image {
    height: calc(100vh - 60px) !important;
  }
  
  .hero-arrow {
    display: none; /* Hide arrows on mobile for touch interaction */
  }
  
  .hero-dots button {
    width: 12px;
    height: 12px;
    margin: 0 4px;
  }
}

/* Very small screens */
@media (max-width: 480px) {
  .hero-content {
    padding: 1rem;
    padding-bottom: 2rem;
  }
}



/* PRODUCT SECTION CSS - CACHE BUSTED */
.section-product { padding: 40px 0; }
.product-container .product-header { max-width: 900px; margin: 0 auto 18px; padding: 0 18px; text-align: center; }
.product-title { font-size: 28px; margin: 0 0 8px; }
.product-subtitle { color: #6b7280; margin: 0 0 18px; }
.product-grid { display: grid; gap: 18px; max-width: 1200px; margin: 0 auto; padding: 0 18px; }
.product-grid--1col { grid-template-columns: 1fr; }
.product-grid--2col { grid-template-columns: repeat(2, 1fr); }
.product-grid--3col { grid-template-columns: repeat(3, 1fr); }
.product-grid--4col { grid-template-columns: repeat(4, 1fr); }
.product-card { background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 6px 18px rgba(12,18,30,0.06); border: 1px solid rgba(12,18,30,0.04); display: flex; flex-direction: column; }
.product-media { position: relative; }
.product-media::before {
  /* Fallback box to preserve a 3:4 (portrait) ratio in older browsers.
     padding-top is (height / width) * 100% = (4/3)*100 = 133.333% */
  content: "";
  display: block;
  width: 100%;
  padding-top: 133.3333%;
}
.product-image {
  width: 100%;
  /* Use a portrait aspect ratio (3:4). object-fit keeps the image cropped nicely. */
  aspect-ratio: 3 / 4;
  height: auto; /* preferred modern behavior */
  object-fit: cover;
  display: block;
  /* If the fallback pseudo-element is used we want the image to fill the box */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.product-badge { position: absolute; left: 12px; top: 12px; background: rgba(0,0,0,0.6); color: #fff; padding: 6px 8px; border-radius: 6px; font-size: 12px; }
.product-body { padding: 14px; flex: 1 1 auto; }
.product-name { margin: 0 0 6px; font-size: 18px; }
.product-price { color: #065f46; font-weight: 700; margin-bottom: 8px; }
.product-desc { color: #374151; font-size: 14px; line-height: 1.6; }
.product-footer { padding: 12px; border-top: 1px solid rgba(0,0,0,0.04); text-align: center; }
.product-cta { display: inline-block; padding: 8px 14px; background: #065f46; color:#fff; border-radius: 8px; text-decoration: none; }
.product-cta.disabled {
  /* Keep same visual color as enabled buttons for mockup/demo, but remain non-interactive */
  background: #065f46; /* same as .product-cta */
  color: #ffffff;
  opacity: 0.95; /* slight dim so it's still clear it's mock-disabled without changing color */
  pointer-events: none;
  cursor: default;
}

@media (max-width: 820px) {
  .product-grid--3col, .product-grid--4col { grid-template-columns: repeat(2,1fr); }
}


/* SPONSORS SECTION CSS - CACHE BUSTED */
/* Sponsors Marquee Section Styles */
.section-sponsors {
  padding: 3rem 0;
  background: #f8f9fa;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1200px;
}

/* Header styling */
.sponsors-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 2.5rem;
  padding: 0 2rem;
}

.sponsors-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: #1a1a1a;
}

.sponsors-subtitle {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  color: #666;
  margin: 0;
  font-weight: 400;
}

/* Marquee container */
.sponsors-marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: linear-gradient(90deg, 
    rgba(248, 249, 250, 1) 0%, 
    rgba(248, 249, 250, 0) 5%, 
    rgba(248, 249, 250, 0) 95%, 
    rgba(248, 249, 250, 1) 100%
  );
}

/* Track that holds the logos */
.sponsors-track {
  display: flex;
  gap: 2rem;
  align-items: center;
  width: max-content;
  animation: scrollLeft var(--scroll-speed, 34s) linear infinite;
}

/* Pause animation on hover */
.sponsors-marquee.pause-on-hover:hover .sponsors-track {
  animation-play-state: paused;
}

/* Scroll animation */
@keyframes scrollLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Logo styling */
.sponsor-logo {
  height: auto;
  object-fit: contain;
  filter: grayscale(100%) brightness(1.1) opacity(0.85);
  transition: all 0.3s ease;
  display: block;
}

.sponsor-logo:hover,
.sponsor-link:hover .sponsor-logo {
  filter: none;
  transform: translateY(-4px);
}

/* No grayscale variant */
.section-sponsors.no-grayscale .sponsor-logo {
  filter: none;
  opacity: 1;
}

.section-sponsors.no-grayscale .sponsor-logo:hover,
.section-sponsors.no-grayscale .sponsor-link:hover .sponsor-logo {
  filter: none;
  transform: translateY(-4px);
}

/* Link styling */
.sponsor-link {
  display: block;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.sponsor-link:focus {
  outline: 2px solid #007bff;
  outline-offset: 4px;
  border-radius: 8px;
}

/* Size variants */
.sponsors-small .sponsor-logo {
  width: 120px;
  max-height: 60px;
}

.sponsors-medium .sponsor-logo {
  width: 160px;
  max-height: 80px;
}

.sponsors-large .sponsor-logo {
  width: 200px;
  max-height: 100px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .section-sponsors {
    padding: 2rem 0;
  }
  
  .sponsors-header {
    margin-bottom: 2rem;
    padding: 0 1rem;
  }
  
  .sponsors-track {
    gap: 1.5rem;
  }
  
  .sponsors-small .sponsor-logo {
    width: 100px;
    max-height: 50px;
  }
  
  .sponsors-medium .sponsor-logo {
    width: 130px;
    max-height: 65px;
  }
  
  .sponsors-large .sponsor-logo {
    width: 150px;
    max-height: 75px;
  }
  
  /* Faster scroll on mobile */
  .sponsors-track {
    animation-duration: calc(var(--scroll-speed, 34s) * 0.7);
  }
}

/* Reduced motion accessibility */
@media (prefers-reduced-motion: reduce) {
  .sponsors-track {
    animation-duration: calc(var(--scroll-speed, 34s) * 3);
  }
  
  .sponsor-logo:hover,
  .sponsor-link:hover .sponsor-logo {
    transform: none;
  }
}

/* High contrast mode */
@media (prefers-contrast: high) {
  .sponsor-logo {
    filter: grayscale(100%) contrast(1.2) opacity(1);
    border: 2px solid #333;
  }
  
  .sponsor-logo:hover,
  .sponsor-link:hover .sponsor-logo {
    filter: none;
    border-color: #007bff;
  }
}


/* TEAM-ROSTER SECTION CSS - CACHE BUSTED */
/* Team Roster Explorer Section Styles */

.section-team-roster {
    padding: 60px 20px;
    background: #f8fafc;
    color: #1e293b;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Section Header */
.roster-title {
    font-size: clamp(35px, 4vw, 53px);
    font-weight: 700;
    text-align: center;
    margin: 0 0 12px;
    color: #0f172a;
}

.roster-subtitle {
    font-size: 22px;
    text-align: center;
    margin: 0 0 40px;
    color: #64748b;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Search UI removed */

/* Teams Grid */
/* Teams Grid (Apple-style) */
.teams-grid {
    display: grid;
    gap: 12px;
    margin-bottom: 40px;
}

.teams-grid[data-columns="1"] { grid-template-columns: 1fr; }
.teams-grid[data-columns="2"] { grid-template-columns: repeat(2, 1fr); }
.teams-grid[data-columns="3"] { grid-template-columns: repeat(3, 1fr); }

/* Team Cards (Apple-style) */
.team-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 14px;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.2s ease;
    width: 100%;
    text-align: left;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    display: block;
}

.team-card:focus { outline: 4px solid rgba(0,0,0,.06); }

.team-card:hover { transform: translateY(-1px); box-shadow: 0 16px 40px rgba(0,0,0,.08); }

.card-content { display: flex; align-items: center; gap: 14px; }

.team-logo { height: 150px; width: 150px; display: grid; place-items: center; border-radius: 18px; background: #f6f7f8; border: 1px solid #e5e7eb; font-size: 60px; flex-shrink: 0; }

/* Ensure logo images scale to the container */
.team-logo img,
.team-logo-img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.team-meta { flex: 1; min-width: 0; }

.team-city-text { text-transform: uppercase; letter-spacing: .06em; font-size: 14px; color: #6b7280; }

.team-name-text { font-weight: 700; font-size: 24px; margin-top: 2px; color: #0a0a0a; }

.team-sport-text { font-size: 15px; color: #6b7280; margin-top: 2px; }

.chevron { margin-left: auto; opacity: .6; color: #94a3b8; }

/* Team Detail Layer */
.team-layer {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
    pointer-events: none;
}
/* Ensure the layer covers the full viewport height on mobile */
.team-layer {
    height: 100vh;
}

.team-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* When the sheet is not open, ensure the backdrop is not interactive or focusable */
.team-layer:not(.is-open) .team-backdrop {
    pointer-events: none;
    visibility: hidden;
}

.team-backdrop.blur {
    backdrop-filter: blur(6px) saturate(1.05);
}

.team-sheet {
    position: fixed;
    left: 50%;
    /* account for device safe area at the bottom (iPhone home indicator) */
    bottom: env(safe-area-inset-bottom, 0);
    /* start fully off-screen including safe-area offset so open animation lands flush */
    transform: translateX(-50%) translateY(calc(100% + env(safe-area-inset-bottom, 0px)));
    width: 1500px;
    max-width: calc(100% - 32px);
    background: #fff;
    border-radius: 18px 18px 0 0;
    height: 95vh;
    max-height: 95vh;
    transition: transform 0.38s cubic-bezier(.2,.8,.2,1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 -20px 60px rgba(0,0,0,0.12);
    will-change: transform;
    padding-bottom: env(safe-area-inset-bottom, 0px);
}

.team-layer.is-open {
    display: block;
    pointer-events: auto;
}

.team-layer.is-open .team-backdrop {
    opacity: 1;
}

.team-layer.is-open .team-sheet {
    transform: translateX(-50%) translateY(0%);
}

.sheet-inner {
    padding: 0 20px 28px;
    overflow-y: auto;
    flex: 1;
    /* Enable native momentum scrolling on iOS and prevent background overscroll */
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}

/* Ensure there's enough bottom padding inside the sheet so content isn't hidden
   by the home indicator or bottom UI when the sheet is open on mobile */
.sheet-inner {
    padding-bottom: calc(28px + env(safe-area-inset-bottom, 0px));
}

/* Two-column layout for sheet content */
.sheet-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-top: 16px;
}

.sheet-players-column {
    min-width: 0;
}

.sheet-description-column {
    min-width: 0;
}

.sheet-handle {
    height: 6px;
    width: 60px;
    background: #e5e7eb;
    border-radius: 999px;
    margin: 10px auto 6px;
}

/* Sheet Header */
.sheet-header {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 12px 18px;
    margin-bottom: 0;
    /* Keep header visible while scrolling the sheet */
    position: sticky;
    top: 0;
    z-index: 3;
    /* Backing so text stays readable when content scrolls under */
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.95));
    backdrop-filter: blur(6px);
    border-bottom: 1px solid rgba(14,20,30,0.04);
}

.team-logo-display {
    font-size: 64px;
    width: 150px;
    height: 150px;
    display: grid;
    place-items: center;
    background: var(--soft, #f3f4f6);
    border-radius: 18px;
    flex-shrink: 0;
    border: 1px solid #e5e7eb;
}

/* Ensure sheet logo images scale to the container */
.team-logo-display img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.team-info {
    flex: 1;
    min-width: 0;
}

.team-city {
    font-size: 16px;
    color: #64748b;
    margin-bottom: 4px;
}

.team-name {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 4px;
}

.team-sport {
    font-size: 16px;
    color: #64748b;
}

.close-button {
    background: transparent;
    border: none;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #6b7280;
    transition: background 0.15s ease, color 0.15s ease;
}

.close-button:hover { background: rgba(0,0,0,0.04); color: #111827; }

/* Sheet Sections */
.sheet-section {
    margin-bottom: 32px;
}

.section-title {
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.section-title svg {
    color: #64748b;
}

/* Players Grid (Horizontal stack layout like attachment) */
.players-container {
    background: transparent;
    border-radius: 12px;
    padding: 8px 0 28px;
}

.players-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Horizontal player card layout - Two equal columns */
.player-card {
    display: flex;
    /* stretch children so image can fill card height */
    align-items: stretch;
    gap: 16px;
    /* center the two-column group horizontally */
    justify-content: center;
     /* Background can be overridden per-card via the --player-card-bg CSS variable.
         Default uses upload fallback. Use a PNG with transparency and set
         --player-card-overlay: transparent to show underlying content. */
     background-color: transparent;
     background-image: var(--player-card-bg, url('/uploads/fd2bc76ec437bb90.png'));
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
    border-radius: 12px;
    padding: 16px;
    color: #1e293b;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: transform 0.15s ease, box-shadow 0.2s ease;
    position: relative;
    overflow: hidden;
}

.player-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

/* Overlay to keep text readable on top of background image */
.player-card::after {
    content: "";
    position: absolute;
    inset: 0;
    /* overlay can be overridden; set to 'transparent' to disable */
    background: var(--player-card-overlay, linear-gradient(rgba(0,0,0,0.36), rgba(0,0,0,0.12)));
    z-index: 0;
    pointer-events: none;
}

/* Ensure card children render above the overlay */
.player-card > * {
    position: relative;
    z-index: 1;
}

/* Make text light for contrast on the image */
.player-card .player-name,
.player-card .player-role,
.player-card .player-info {
    color: #ffffff;
}

.player-image {
    /* reduced by ~10% for a slightly smaller image */
    /* reduced another ~10% (multiply by 0.9) */
    width: 34.425%;
    /* make image a fixed flex item so it doesn't stretch */
    flex: 0 0 34.425%;
    /* fill the card height and visually extend to the card edge */
    height: 100%;
    border-radius: 12px 0 0 12px;
    object-fit: cover;
    flex-shrink: 0;
    /* neutralize bottom padding so image reaches the card bottom */
    margin-bottom: -16px;
    /* allow PNG alpha to show the card background */
    background: transparent;
}

.player-info {
    width: 50%;
    flex-shrink: 0;
}

.player-info {
    /* make info a fixed-width flex item so the two columns remain centered as a group */
    flex: 0 0 50%;
    min-width: 0;
    /* provide internal breathing room so text doesn't hug the card edges */
    padding: 16px 24px; /* top/bottom 16px, left/right 24px */
    box-sizing: border-box;
}

/* Thin separator between image and player info. Color can be overridden with --player-sep-color */
.player-info::before {
    content: "";
    position: absolute;
    /* place the separator in the gap between image and info.
       Everything is driven by variables so it can scale per-breakpoint
       or per-card. Defaults are provided inline. */
    left: calc(-1 * var(--player-sep-offset, 8px));
    top: var(--player-sep-gap, 12px);
    bottom: var(--player-sep-gap, 12px);
    /* increase default thickness to 4px for stronger visual separation */
    width: var(--player-sep-width, 4px);
    background: var(--player-sep-color, rgba(255,255,255,0.45));
    border-radius: calc(var(--player-sep-width, 4px));
    z-index: 1;
    pointer-events: none;
}

.player-name {
    font-size: 29px; /* increased ~25% from 23px */
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 4px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    /* allow the name to wrap (we insert a <br> before the last name in JS) */
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
}

.player-role {
    font-size: 18px; /* increased ~25% from 14px */
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

/* Remove old gradient card styles that are no longer needed */
.player-card::before,
.card-team-logo,
.player-name-overlay {
    display: none;
}

/* Team Description */
.team-description-box {
    background: #f8fafc;
    border-radius: 12px;
    padding: 20px;
    height: fit-content;
    position: sticky;
    top: 0;
}

/* Club image above the description; falls back to a neutral placeholder */
.team-club-image {
    display: block;
    width: 100%;
    max-height: 320px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 12px;
    background: linear-gradient(135deg, #e6eef6 0%, #f6f8fb 100%);
}

.description-title {
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 8px;
}

.team-description {
    font-size: 16px;
    line-height: 1.6;
    color: #374151;
}

/* Mobile responsive - stack columns */
@media (max-width: 768px) {
    .sheet-content {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .sheet-description-column {
        order: 1; /* Move description below players on mobile */
    }
    
    .team-description-box {
        position: static;
    }
}

/* Active state is handled by .team-layer.is-open and inline JS (body overflow) */

/* Responsive Design */
@media (max-width: 768px) {
    .section-team-roster {
        padding: 40px 16px;
    }
    
    .teams-grid[data-columns="2"],
    .teams-grid[data-columns="3"] {
        grid-template-columns: 1fr;
    }
    
    .team-sheet {
        width: 100%;
        max-width: none;
        left: 0;
        transform: translateY(100%);
        border-radius: 12px 12px 0 0;
    /* Use a slightly shorter sheet on mobile so browser UI remains visible */
    height: 82vh;
    max-height: 82vh;
    }
    
    .team-layer.is-open .team-sheet {
        transform: translateY(0%);
    }
    
    .player-card {
        /* tighter card padding on mobile to maximize usable space */
        padding: 10px;
        gap: 10px;
        justify-content: flex-start; /* allow stacking feel on mobile */
    }
    
    .player-image {
    width: 122px;
    height: 122px;
    margin-bottom: -12px; /* account for mobile padding */
    flex: 0 0 122px;
    border-radius: 12px;
    }

    .player-info {
        padding: 10px 10px; /* smaller padding on mobile */
    }

    /* mobile-friendly separator vars */
    :root {
        --player-sep-width: 1px;
        --player-sep-gap: 10px;
        --player-sep-offset: 6px;
    }
    
    /* Make sure player name/role fit better on most phones */
    .player-name {
        font-size: 18px;
        line-height: 1.05;
    }

    .player-role {
        font-size: 12px;
        line-height: 1.1;
    }

    /* Mobile: reduce logos and main grid text by 50% */
    .team-logo {
        width: 75px;
        height: 75px;
        font-size: 30px;
        border-radius: 12px;
    }

    .team-logo-display {
        width: 75px;
        height: 75px;
        font-size: 32px;
    }

    .roster-title {
        font-size: clamp(18px, 2vw, 26px) !important;
    }

    .roster-subtitle {
        font-size: 11px !important;
    }

    .team-city-text { font-size: 7px !important; }
    .team-name-text { font-size: 14px !important; }
    .team-sport-text { font-size: 8px !important; }
    
    .sheet-content {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .sheet-description-column {
        order: 1;
    }
    
    .team-description-box {
        position: static;
    }
}

@media (max-width: 480px) {
    .roster-title {
        font-size: 28px;
    }
    
    .roster-subtitle {
        font-size: 16px;
    }
    
    .card-content {
        gap: 12px;
    }
    
    .team-logo {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }
    
    .team-name-text {
        font-size: 16px;
    }
    
    .players-grid {
        grid-template-columns: 1fr;
    }
}

/* smaller devices: make separator slightly more compact */
@media (max-width: 360px) {
    :root {
        --player-sep-width: 1px;
        --player-sep-gap: 8px;
        --player-sep-offset: 5px;
    }
}


/* TEXT SECTION CSS - CACHE BUSTED */

.section-text {
	/* Reduced vertical spacing between consecutive text sections */
	padding: 24px 0;
	--text-bg: rgba(255,255,255,0.02);
	/* Accessible color variables */
	--text-color: #0f172a;
	--text-muted: #475569;
	--title-color: #071033;
	--font-stack: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
}
.section-text .text-inner {
	/* Constrain content to 800px maximum per request */
	max-width: 800px;
	margin: 0 auto;
	padding: 20px 18px;
	background: var(--text-bg);
	border-radius: 10px;
	box-shadow: 0 6px 18px rgba(12,18,30,0.04);
	border: 1px solid rgba(12,18,30,0.035);
	color: var(--text-color);
	font-family: var(--font-stack);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.section-text.text-small .text-inner { max-width: 640px; }
.section-text.text-medium .text-inner { max-width: 800px; }
.section-text.text-large .text-inner { max-width: 800px; }

.section-text .text-title {
	/* Fluid title size: scales between 22px and 40px depending on viewport */
	font-size: clamp(22px, 2.8vw + 12px, 40px);
	line-height: 1.12;
	margin: 0 0 14px 0;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: var(--title-color);
}

.section-text .text-content {
	/* Fluid body text: min 15px, preferred scales with viewport, max 18px */
	font-size: clamp(15px, 1.1vw + 14px, 18px);
	line-height: 1.7;
	color: var(--text-color); /* subtle dark slate */
}

/* Lead paragraph styling (first paragraph treated as a lead) */
.section-text .text-content p:first-of-type {
	font-size: clamp(16px, 1.2vw + 14px, 19px);
	font-weight: 600;
	color: var(--title-color);
	margin-top: 0;
	margin-bottom: 1.05rem;
}

/* Improve lists and blockquotes */
.section-text .text-content ul,
.section-text .text-content ol { padding-left: 1.25rem; margin: 0 0 1rem 0; }
.section-text .text-content li { margin: 0.45rem 0; }
.section-text .text-content blockquote {
	border-left: 4px solid rgba(0,0,0,0.06);
	padding: 12px 16px;
	margin: 12px 0;
	background: rgba(0,0,0,0.015);
	color: #374151;
	border-radius: 6px;
}

/* Link and CTA styling */
.section-text .text-content a { color: #065f46; text-decoration: underline; text-underline-offset: 3px; }
.section-text .text-content .btn { display: inline-block; padding: 10px 16px; background: #065f46; color: #fff; border-radius: 8px; text-decoration: none; }

/* Two-column flow for long content on wide viewports */
@media (min-width: 1100px) {
	.section-text.text-large .text-content.two-column,
	.section-text.text-large .text-content { column-gap: 40px; }
	/* Only apply columns when content is long — author can add class 'two-column' to enable */
	.section-text.text-large .text-content.two-column { column-count: 2; }
}

/* Responsive tweaks */
@media (max-width: 820px) {
	.section-text { padding: 36px 0; }
	.section-text .text-inner { padding: 20px; border-radius: 8px; }
	.section-text .text-title { font-size: 24px; }
	.section-text .text-content { font-size: 16px; }
}


/* TOURNAMENT-SCHEDULE SECTION CSS - CACHE BUSTED */
/* Tournament Schedule Section */
.tournament-schedule {
  background: var(--bg-color, #1b1f24);
  padding: 60px 24px;
  min-height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.tournament-schedule__container {
  width: min(1100px, 100%);
}

.tournament-schedule__header {
  text-align: center;
  margin-bottom: 48px;
  color: #ffffff;
}

.tournament-schedule__title {
  font-family: "Crimson Text", serif;
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 16px 0;
  letter-spacing: 0.02em;
}

.tournament-schedule__subtitle {
  font-size: 18px;
  margin: 0;
  opacity: 0.85;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.tournament-schedule__grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 980px) {
  .tournament-schedule__grid {
    grid-template-columns: 1fr;
  }
  
  .tournament-schedule__title {
    font-size: 36px;
  }
  
  .tournament-schedule {
    padding: 40px 16px;
  }
}

.tournament-schedule__card {
  background: var(--card-bg, #ffffff);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.tournament-schedule__card-header {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 28px 16px 18px;
  position: relative;
}

.tournament-schedule__dow {
  font-family: "Crimson Text", serif;
  letter-spacing: 0.04em;
  font-size: 24px;
  font-weight: 600;
}

.tournament-schedule__date {
  font-family: "Crimson Text", serif;
  font-size: 56px;
  line-height: 1;
  margin: 6px 0 2px;
  font-weight: 700;
}

.tournament-schedule__month {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.85;
}

.tournament-schedule__daynum {
  margin-top: 6px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #d9d9d9;
}

.tournament-schedule__session-bar {
  background: var(--accent-color, #a38c5b);
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  font-size: 14px;
}

.tournament-schedule__time {
  font-weight: 700;
  font-size: 13px;
}

.tournament-schedule__session {
  padding: 18px 14px 6px;
}

.tournament-schedule__session:last-child {
  padding-bottom: 20px;
}

.tournament-schedule__match {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border-radius: 10px;
}

.tournament-schedule__team {
  font-weight: 700;
  text-align: center;
  font-size: 14px;
}

.tournament-schedule__team--1 {
  color: var(--team1-color, #143f67);
}

.tournament-schedule__team--2 {
  color: var(--team2-color, #7a2328);
}

.tournament-schedule__match-info {
  text-align: center;
}

.tournament-schedule__match-title {
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 4px;
}

.tournament-schedule__match-type {
  font-size: 11px;
  text-transform: uppercase;
  color: #6b7280;
}

.tournament-schedule__note {
  margin: -8px 0 10px;
  text-align: center;
  font-size: 12px;
  color: #6b7280;
  font-style: italic;
}

/* Dark mode and responsive adjustments */
@media (max-width: 640px) {
  .tournament-schedule__match {
    grid-template-columns: 1fr;
    gap: 8px;
    text-align: center;
  }
  
  .tournament-schedule__team {
    font-size: 16px;
  }
  
  .tournament-schedule__match-info {
    order: -1;
    margin-bottom: 8px;
  }
  
  .tournament-schedule__date {
    font-size: 48px;
  }
}


/* TWO-COLUMN SECTION CSS - CACHE BUSTED */
