﻿/* ===== RESET & BASE ===== */
    *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
    html {
      scroll-behavior: smooth;
      width: 100%;
      overflow-x: clip;
    }
    body {
      font-family: 'Inter', sans-serif;
      background: #0a0a0a;
      color: #e0e0e0;
      line-height: 1.7;
      width: 100%;
      overflow-x: clip;
    }
    body.modal-open { overflow: hidden; }
    img { max-width: 100%; height: auto; display: block; }
    a { text-decoration: none; color: inherit; }
    ul { list-style: none; }

    /* ===== UTILITY ===== */
    .container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
    .section-pad { padding: 100px 0; }
    .text-center { text-align: center; }
    .gold { color: #d4af37; }
    .red { color: #b22222; }
    .uppercase { text-transform: uppercase; }
    .sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

    /* ===== TYPOGRAPHY ===== */
    h1, h2, h3, h4 { font-family: 'Cinzel', serif; color: #ffffff; }
    h1 { font-size: clamp(2rem, 5vw, 3.6rem); font-weight: 900; line-height: 1.15; }
    h2 { font-size: clamp(1.6rem, 3.5vw, 2.6rem); font-weight: 700; line-height: 1.25; margin-bottom: 20px; }
    h3 { font-size: clamp(1.1rem, 2vw, 1.4rem); font-weight: 600; margin-bottom: 12px; }
    p { margin-bottom: 16px; }
    .subtitle {
      font-family: 'Inter', sans-serif;
      font-size: clamp(0.95rem, 1.8vw, 1.15rem);
      font-weight: 300;
      color: #b0b0b0;
      letter-spacing: 0.5px;
    }
    .section-label {
      font-family: 'Cinzel', serif;
      font-size: 0.8rem;
      letter-spacing: 4px;
      text-transform: uppercase;
      color: #d4af37;
      margin-bottom: 12px;
      display: block;
    }

    /* ===== BUTTONS ===== */
    .btn {
      display: inline-block;
      padding: 14px 36px;
      font-family: 'Cinzel', serif;
      font-size: 0.85rem;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      border: 2px solid #d4af37;
      color: #d4af37;
      border-radius: 2px;
      transition: all 0.3s ease;
      cursor: pointer;
      background: transparent;
    }
    .btn:hover {
      background: #d4af37;
      color: #0a0a0a;
    }
    .btn-primary {
      background: #d4af37;
      color: #0a0a0a;
    }
    .btn-primary:hover {
      background: #b8962e;
      border-color: #b8962e;
    }
    .btn-sm {
      padding: 10px 24px;
      font-size: 0.75rem;
    }

    /* ===== NAVIGATION ===== */
    .navbar {
      position: fixed;
      top: 0; left: 0; right: 0;
      z-index: 1000;
      background: rgba(10,10,10,0.92);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid rgba(212,175,55,0.15);
      padding: 0 24px;
    }
    .navbar .container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      height: 70px;
    }
    .nav-logo {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      font-family: 'Cinzel', serif;
      font-size: 1rem;
      font-weight: 700;
      color: #d4af37;
      letter-spacing: 2px;
      text-transform: uppercase;
      white-space: nowrap;
      flex: 0 0 auto;
    }
    .nav-logo-mark {
      width: 44px;
      height: 44px;
      flex: 0 0 44px;
      border-radius: 50%;
      object-fit: cover;
      border: 1px solid rgba(212,175,55,0.48);
      background: #080808;
      box-shadow:
        0 0 0 3px rgba(212,175,55,0.08),
        0 8px 22px rgba(0,0,0,0.42);
    }
    .nav-links { display: flex; gap: 24px; align-items: center; flex: 0 1 auto; }
    .nav-links a {
      font-size: 0.8rem;
      font-weight: 500;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: #cccccc;
      transition: color 0.3s;
    }
    .nav-links a:hover { color: #d4af37; }
    .nav-links .btn {
      padding: 14px 36px;
      font-size: 0.85rem;
      color: #0a0a0a;
    }
    .nav-links .btn:hover {
      color: #0a0a0a;
    }
    .mobile-toggle { display: none; background: none; border: none; cursor: pointer; }
    .mobile-toggle span {
      display: block; width: 24px; height: 2px; background: #d4af37;
      margin: 5px 0; transition: 0.3s;
    }

    /* ===== HERO ===== */
	
	/* 
	 .hero {
      position: relative;
      min-height: 82vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 92px 24px 46px;
      background: radial-gradient(ellipse at center bottom, #1a1008 0%, #0a0a0a 70%);
      overflow: hidden;
    }
	
	
	
	.hero {
  position: relative;
  min-height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 110px 24px 60px;
  background: radial-gradient(ellipse at center bottom, #1a1008 0%, #0a0a0a 70%);
  overflow: hidden;
}
	
	
	
		*/
	
	
    .hero {
      position: relative;
      min-height: auto;
      display: flex;
	  flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 110px 24px 60px;
      background: radial-gradient(ellipse at center bottom, #1a1008 0%, #0a0a0a 70%);
      overflow: hidden;
    }
	

	
	
    .hero::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: url('../img/archer-fur-hat.jpg') center center / cover no-repeat;
      opacity: 0.1;
      filter: grayscale(50%);
      pointer-events: none;
    }
    .hero-content {
      position: relative;
      z-index: 2;
      max-width: 820px;
      width: 100%;
      pointer-events: none;
    }
    .hero-content > * {
      pointer-events: auto;
    }
    .hero-language-strip {
      position: absolute;
      top: 86px;
      left: 50%;
      z-index: 3;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      width: fit-content;
      margin: 0;
      padding: 8px 12px;
      border: 1px solid rgba(212,175,55,0.24);
      background: rgba(10,10,10,0.32);
      border-radius: 2px;
      backdrop-filter: blur(10px);
      transform: translateX(-50%);
    }
    .hero-language-strip a {
      width: 38px;
      min-height: 42px;
      display: grid;
      place-items: center;
      align-content: center;
      gap: 4px;
      border: 1px solid transparent;
      border-radius: 2px;
      font-size: 1.18rem;
      line-height: 1;
      transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
    }
    .hero-language-strip .language-code {
      display: block;
      font-family: 'Cinzel', serif;
      font-size: 0.62rem;
      font-weight: 700;
      letter-spacing: 1px;
      color: #aaa;
    }
    .hero-language-strip a.active .language-code,
    .hero-language-strip a:hover .language-code {
      color: #d4af37;
    }
    .language-flag {
      width: 24px;
      height: 16px;
      display: block;
      object-fit: cover;
      border-radius: 1px;
      box-shadow: 0 0 0 1px rgba(255,255,255,0.16);
    }
    .lang-selector .language-flag,
    .lang-selector-mobile .language-flag {
      display: inline-block;
      vertical-align: -3px;
      margin-right: 5px;
    }
    .hero-language-strip a:hover,
    .hero-language-strip a.active {
      border-color: rgba(212,175,55,0.48);
      background: rgba(212,175,55,0.08);
      transform: translateY(-1px);
    }
    .hero-badge {
      display: inline-block;
      padding: 6px 20px;
      border: 1px solid rgba(212,175,55,0.4);
      font-size: 0.7rem;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #d4af37;
      margin-bottom: 28px;
      border-radius: 2px;
    }
    .hero h1 { margin-bottom: 10px; }
    .hero h1 .gold-line {
      display: block;
      color: #d4af37;
      font-size: clamp(1rem, 2.5vw, 1.4rem);
      letter-spacing: 6px;
      margin-top: 8px;
    }
    .hero-meta {
      display: flex;
      justify-content: center;
      gap: 40px;
      margin: 22px 0 14px;
      flex-wrap: wrap;
    }
    .hero-meta-item {
      text-align: center;
    }
    .hero-meta-item .label {
      display: block;
      font-size: 0.65rem;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #888;
      margin-bottom: 4px;
    }
    .hero-meta-item .value {
      font-family: 'Cinzel', serif;
      font-size: 1rem;
      font-weight: 700;
      color: #ffffff;
    }
    .hero-divider {
      width: 60px;
      height: 1px;
      background: #d4af37;
      margin: 18px auto;
    }
    .hero-tagline {
      font-style: italic;
      color: #999;
      font-size: 0.95rem;
      margin-bottom: 24px;
    }
	
	    /* 
		 .hero-buttons {
      position: absolute;
      left: 50%;
      bottom: 32px;
      z-index: 3;
      width: min(100% - 32px, 820px);
      display: flex;
      gap: 16px;
      justify-content: center;
      flex-wrap: wrap;
      transform: translateX(-50%);
    }
		
		
		*/
	
    .hero-buttons {
      position: relative;
      left: auto;
      bottom: auto;
      z-index: 3;
      width: 100%;
	  	  margin-top: 28px;
      display: flex;
      gap: 16px;
      justify-content: center;
      flex-wrap: wrap;
      transform: none;

    }
    .hero-buttons .btn {
      position: relative;
      z-index: 4;
    }

    /* ===== COUNTDOWN ===== */
    .countdown-bar {
      background: #111;
      border-top: 1px solid rgba(212,175,55,0.2);
      border-bottom: 1px solid rgba(212,175,55,0.2);
      padding: 28px 0;
      text-align: center;
    }
    .countdown-bar .section-label { margin-bottom: 16px; }
    .countdown-grid {
      display: flex;
      justify-content: center;
      gap: 36px;
    }
    .countdown-item .number {
      font-family: 'Cinzel', serif;
      font-size: 2.4rem;
      font-weight: 900;
      color: #d4af37;
      display: block;
      line-height: 1;
    }
    .countdown-item .unit {
      font-size: 0.65rem;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #777;
      margin-top: 4px;
      display: block;
    }

    /* ===== WHY THIS EVENT ===== */
    .why-section { background: #0e0e0e; }
    .why-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 40px;
      margin-top: 50px;
    }
    .why-card {
      padding: 36px 28px;
      border: 1px solid rgba(212,175,55,0.12);
      border-radius: 2px;
      background: rgba(255,255,255,0.015);
      transition: border-color 0.3s;
    }
    .why-card:hover { border-color: rgba(212,175,55,0.4); }
    .why-card .icon {
      font-size: 2rem;
      margin-bottom: 16px;
      display: block;
    }
    .why-card h3 { font-size: 1.05rem; color: #d4af37; }
    .why-card p { font-size: 0.9rem; color: #aaa; margin-bottom: 0; }

    /* ===== LEGEND / MONUS ===== */
    .legend-section {
      background: linear-gradient(180deg, #0a0a0a 0%, #0e0e0e 100%);
    }
    .legend-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: start;
    }
    .legend-image-stack {
      position: relative;
      margin-top: 34px;
    }
    .legend-image-stack .main-photo {
      border-radius: 2px;
      box-shadow: 0 20px 60px rgba(0,0,0,0.5);
    }
    .legend-image-stack .badge-photo {
      position: absolute;
      top: -24px;
      left: -20px;
      width: 160px;
      border-radius: 50%;
      box-shadow: 0 10px 30px rgba(0,0,0,0.6);
    }
    .legend-stats {
      display: flex;
      gap: 32px;
      margin: 32px 0;
      flex-wrap: wrap;
    }
    .legend-stat .number {
      font-family: 'Cinzel', serif;
      font-size: 2rem;
      font-weight: 900;
      color: #d4af37;
      line-height: 1;
    }
    .legend-stat .label {
      font-size: 0.75rem;
      color: #999;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-top: 4px;
    }
    .legend-quote {
      border-left: 3px solid #d4af37;
      padding-left: 20px;
      font-style: italic;
      color: #bbb;
      margin: 28px 0;
    }
    .legend-achievements-img {
      margin-top: 20px;
      max-width: 360px;
      opacity: 0.9;
    }

    /* ===== DISCIPLINES ===== */
    .disciplines-section { background: #0a0a0a; }
    .disciplines-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 36px;
      margin-top: 50px;
    }
    .discipline-card {
      padding: 40px 28px;
      border: 1px solid rgba(212,175,55,0.12);
      border-top: 3px solid #d4af37;
      background: rgba(255,255,255,0.015);
      border-radius: 0 0 2px 2px;
      transition: transform 0.3s, border-color 0.3s;
    }
    .discipline-card:hover {
      transform: translateY(-4px);
      border-top-color: #fff;
    }
    .discipline-card .count {
      font-family: 'Cinzel', serif;
      font-size: 2.5rem;
      font-weight: 900;
      color: #d4af37;
      line-height: 1;
      margin-bottom: 8px;
    }
    .discipline-card h3 { color: #fff; margin-bottom: 16px; }
    .discipline-card ul { margin-bottom: 20px; }
    .discipline-card li {
      font-size: 0.85rem;
      color: #aaa;
      padding: 6px 0;
      border-bottom: 1px solid rgba(255,255,255,0.04);
    }
    .discipline-card li:last-child { border-bottom: none; }
    .discipline-equipment {
      font-size: 0.75rem;
      color: #777;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-top: 12px;
    }
    .discipline-rule-button {
      margin-top: 20px;
      padding: 10px 18px;
      font-size: 0.7rem;
    }

    /* ===== WHO SHOULD ATTEND ===== */
    .attend-section { background: #0e0e0e; }
    .attend-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 50px;
      margin-top: 50px;
    }
    .attend-column h3 {
      color: #d4af37;
      margin-bottom: 20px;
      font-size: 1.1rem;
    }
    .attend-column li {
      padding: 10px 0;
      font-size: 0.9rem;
      color: #bbb;
      border-bottom: 1px solid rgba(255,255,255,0.05);
      display: flex;
      align-items: flex-start;
      gap: 12px;
    }
    .attend-column li::before {
      content: '→';
      color: #d4af37;
      font-weight: bold;
      flex-shrink: 0;
    }
    .attend-note {
      margin-top: 40px;
      padding: 28px;
      border: 1px solid rgba(178,34,34,0.3);
      background: rgba(178,34,34,0.05);
      border-radius: 2px;
      text-align: center;
    }
    .attend-note p {
      font-size: 0.9rem;
      color: #ccc;
      margin-bottom: 0;
    }
    .attend-note strong { color: #d4af37; }

    /* ===== COMPETITORS ===== */
    .competitors-section { background: #0a0a0a; }
    .competitors-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 28px;
      margin-top: 50px;
    }
    .competitor-card {
      position: relative;
      overflow: hidden;
      padding: 28px 20px 32px;
      text-align: center;
      border: 1px solid rgba(212,175,55,0.1);
      background:
        radial-gradient(circle at center 44px, rgba(212,175,55,0.13), transparent 72px),
        rgba(255,255,255,0.01);
      border-radius: 2px;
      transition: border-color 0.3s;
    }
    .competitor-card:hover { border-color: rgba(212,175,55,0.4); }
    .competitor-portrait {
      width: 118px;
      height: 118px;
      margin: 0 auto 16px;
      padding: 4px;
      border: 1px solid rgba(212,175,55,0.38);
      border-radius: 50%;
      background:
        linear-gradient(180deg, rgba(212,175,55,0.18), rgba(255,255,255,0.02)),
        #090909;
      box-shadow:
        0 14px 34px rgba(0,0,0,0.45),
        0 0 0 6px rgba(212,175,55,0.045);
    }
    .competitor-portrait img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 50%;
      filter: contrast(1.04) saturate(0.94);
    }
    .competitor-card .flag { font-size: 1.55rem; margin-bottom: 10px; display: block; }
    .competitor-card h4 { font-size: 0.95rem; margin-bottom: 6px; }
    .competitor-card .country {
      font-size: 0.75rem;
      color: #888;
      text-transform: uppercase;
      letter-spacing: 1.5px;
    }
    .competitor-card .discipline-tag {
      display: inline-block;
      margin-top: 12px;
      padding: 4px 12px;
      font-size: 0.65rem;
      letter-spacing: 1px;
      text-transform: uppercase;
      border: 1px solid rgba(212,175,55,0.3);
      color: #d4af37;
      border-radius: 2px;
    }

    /* ===== LOCATIONS ===== */
    .locations-section {
      background: linear-gradient(180deg, #0e0e0e 0%, #0a0a0a 100%);
    }
    .locations-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 36px;
      margin-top: 50px;
    }
    .location-card {
      padding: 40px 28px;
      border: 1px solid rgba(212,175,55,0.12);
      border-radius: 2px;
      background: rgba(255,255,255,0.015);
      text-align: center;
      transition: border-color 0.3s;
    }
    .location-card:hover { border-color: rgba(212,175,55,0.4); }
    .location-card .day-label {
      font-family: 'Cinzel', serif;
      font-size: 0.7rem;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #d4af37;
      margin-bottom: 8px;
    }
    .location-card h3 { font-size: 1.3rem; margin-bottom: 8px; }
    .location-card .date {
      font-size: 1rem;
      color: #ccc;
      margin-bottom: 4px;
    }
    .location-card .time {
      font-size: 0.8rem;
      color: #777;
    }

    /* ===== REGISTRATION ===== */
    .registration-section {
      background: linear-gradient(180deg, #0a0a0a 0%, #12100a 50%, #0a0a0a 100%);
    }

    /* ===== GENERAL RULES ===== */
    .rules-section {
      background: #0e0e0e;
      border-top: 1px solid rgba(212,175,55,0.08);
      border-bottom: 1px solid rgba(212,175,55,0.08);
    }
    .rules-section .section-head {
      max-width: 760px;
      margin: 0 auto 44px;
    }
    .rules-section .subtitle {
      color: #aaa;
      margin-bottom: 0;
    }
    .rules-accordion {
      max-width: 960px;
      margin: 0 auto;
      display: grid;
      gap: 14px;
    }
    .sur-kharvaa-media {
      max-width: 960px;
      width: 100%;
      min-width: 0;
      margin: 0 auto 28px;
      display: grid;
      gap: 22px;
    }
    .sur-kharvaa-feature,
    .sur-kharvaa-video {
      display: block;
    }
    .sur-kharvaa-gallery {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 22px;
      min-width: 0;
    }
    .sur-media-card {
      width: 100%;
      min-width: 0;
      overflow: hidden;
      border: 1px solid rgba(212,175,55,0.16);
      background:
        linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01)),
        rgba(255,255,255,0.015);
      border-radius: 2px;
      box-shadow: 0 18px 42px rgba(0,0,0,0.22);
    }
    .sur-media-card.feature {
      display: grid;
      grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
      align-items: stretch;
      min-width: 0;
    }
    .sur-image-wrap,
    .sur-video-wrap {
      position: relative;
      width: 100%;
      min-width: 0;
      overflow: hidden;
      min-height: 240px;
      background: #080808;
    }
    .sur-media-card.feature .sur-image-wrap {
      min-height: 100%;
    }
    .sur-media-image,
    .sur-video-frame {
      width: 100%;
      height: 100%;
      display: block;
      border: 0;
    }
    .sur-media-image {
      object-fit: cover;
      filter: contrast(1.04) saturate(0.94);
    }
    .sur-video-wrap {
      aspect-ratio: 16 / 9;
    }
    .sur-video-frame {
      position: absolute;
      inset: 0;
    }
    .sur-media-body {
      min-width: 0;
      padding: 22px 24px 24px;
    }
    .sur-media-eyebrow {
      display: inline-block;
      margin-bottom: 10px;
      font-family: 'Cinzel', serif;
      font-size: 0.72rem;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #d4af37;
    }
    .sur-media-body h3 {
      margin-bottom: 10px;
      color: #fff;
    }
    .sur-media-body p {
      margin-bottom: 0;
      color: #b5b5b5;
      font-size: 0.92rem;
    }
    .sur-media-details {
      margin-top: 18px;
      padding-top: 16px;
      border-top: 1px solid rgba(212,175,55,0.12);
      display: grid;
      gap: 12px;
    }
    .sur-media-details p {
      position: relative;
      margin: 0;
      padding-left: 18px;
      color: #c0c0c0;
      font-size: 0.9rem;
      line-height: 1.72;
    }
    .sur-media-details p::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0.72em;
      width: 6px;
      height: 6px;
      border: 1px solid #d4af37;
      transform: rotate(45deg);
      background: rgba(212,175,55,0.12);
    }
    .sur-media-link {
      margin-top: 18px;
    }
    .rules-panel {
      border: 1px solid rgba(212,175,55,0.16);
      background: rgba(255,255,255,0.015);
      border-radius: 2px;
      overflow: hidden;
    }
    .rules-panel summary {
      cursor: pointer;
      padding: 20px 24px;
      font-family: 'Cinzel', serif;
      color: #d4af37;
      font-weight: 700;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      list-style: none;
    }
    .rules-panel summary::-webkit-details-marker {
      display: none;
    }
    .rules-panel summary::after {
      content: '+';
      float: right;
      color: #777;
      font-family: 'Inter', sans-serif;
      font-size: 1.2rem;
      line-height: 1;
    }
    .rules-panel[open] summary::after {
      content: '-';
    }
    .rules-panel-content {
      padding: 0 24px 24px;
      border-top: 1px solid rgba(255,255,255,0.05);
    }
    .rules-panel-content p {
      position: relative;
      color: #bbb;
      font-size: 0.92rem;
      line-height: 1.75;
      margin: 16px 0 0;
      padding-left: 24px;
    }
    .rules-panel-content p::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0.72em;
      width: 7px;
      height: 7px;
      border: 1px solid #d4af37;
      transform: rotate(45deg);
      background: rgba(212,175,55,0.12);
    }

    .reg-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 50px;
      margin-top: 50px;
    }
    .reg-option {
      padding: 40px 32px;
      border: 1px solid rgba(212,175,55,0.15);
      border-radius: 2px;
      background: rgba(255,255,255,0.015);
      text-align: center;
    }
    .reg-option.featured {
      border-color: #d4af37;
      background: rgba(212,175,55,0.04);
    }
    .reg-option .type-label {
      font-size: 0.7rem;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #888;
      margin-bottom: 12px;
    }
    .reg-option .price {
      font-family: 'Cinzel', serif;
      font-size: 2.4rem;
      font-weight: 900;
      color: #d4af37;
      line-height: 1;
    }
    .reg-option .price-sub {
      font-size: 0.85rem;
      color: #999;
      margin-bottom: 20px;
    }
    .reg-option ul { margin-bottom: 24px; }
    .reg-option li {
      font-size: 0.85rem;
      color: #bbb;
      padding: 8px 0;
      border-bottom: 1px solid rgba(255,255,255,0.04);
    }
    .reg-option li:last-child { border-bottom: none; }
    .reg-deadline {
      margin-top: 40px;
      padding: 20px;
      border: 1px solid rgba(178,34,34,0.3);
      background: rgba(178,34,34,0.05);
      border-radius: 2px;
      text-align: center;
    }
    .payment-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 0.86fr);
      gap: 24px;
      margin-top: 50px;
      align-items: stretch;
    }
    .payment-grid .reg-deadline {
      margin-top: 0;
      height: 100%;
    }
    .payment-note {
      border-color: rgba(212,175,55,0.24);
      background: rgba(212,175,55,0.045);
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .payment-note a {
      color: #d4af37;
      font-weight: 700;
      border-bottom: 1px solid rgba(212,175,55,0.35);
    }
    .payment-note a:hover {
      color: #fff;
      border-bottom-color: #fff;
    }
    .reg-deadline p {
      font-size: 0.85rem;
      color: #ccc;
      margin-bottom: 0;
    }

    /* ===== CONTACT BAR ===== */
    .contact-bar {
      background: #111;
      border-top: 1px solid rgba(212,175,55,0.15);
      padding: 50px 0;
    }
    .contact-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
      gap: 30px;
      align-items: stretch;
    }
    .contact-main-card,
    .contact-main {
      display: flex;
      flex-direction: column;
    }
    .contact-main-card {
      padding: 26px 24px;
      border: 1px solid rgba(212,175,55,0.16);
      background:
        linear-gradient(180deg, rgba(212,175,55,0.05), rgba(255,255,255,0.015)),
        rgba(255,255,255,0.015);
      border-radius: 2px;
      text-align: left;
      justify-content: flex-start;
    }
    .contact-main {
      text-align: left;
      justify-content: center;
      padding: 22px 0 0;
    }
    .contact-bar h2 { font-size: 1.4rem; margin-bottom: 8px; }
    .contact-info {
      display: flex;
      justify-content: flex-start;
      gap: 40px;
      margin-top: 20px;
      flex-wrap: wrap;
    }
    .contact-info a {
      color: #d4af37;
      font-size: 0.9rem;
      transition: color 0.3s;
    }
    .contact-info a:hover { color: #fff; }
    .media-resources-card {
      padding: 26px 24px;
      border: 1px solid rgba(212,175,55,0.16);
      background:
        linear-gradient(180deg, rgba(212,175,55,0.05), rgba(255,255,255,0.015)),
        rgba(255,255,255,0.015);
      border-radius: 2px;
      text-align: left;
    }
    .media-resources-card h3 {
      margin-bottom: 10px;
      color: #fff;
    }
    .media-resources-intro {
      margin-bottom: 18px;
    }
    .media-resources-list {
      display: grid;
      gap: 12px;
    }
    .media-resource-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 14px 16px;
      border: 1px solid rgba(212,175,55,0.12);
      background: rgba(0,0,0,0.18);
      border-radius: 2px;
    }
    .media-resource-actions {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: 10px;
      flex: 0 0 auto;
    }
    .media-resource-copy {
      display: grid;
      gap: 4px;
      min-width: 0;
    }
    .media-resource-name {
      color: #f0f0f0;
      font-weight: 600;
    }
    .media-resource-format {
      color: #888;
      font-size: 0.8rem;
      letter-spacing: 0.4px;
    }
    .media-resource-link {
      flex: 0 0 auto;
      padding: 9px 16px;
    }
    .media-resource-pending {
      flex: 0 0 auto;
      color: #d4af37;
      font-family: 'Cinzel', serif;
      font-size: 0.72rem;
      letter-spacing: 1.4px;
      text-transform: uppercase;
    }
    .media-quote {
      margin-top: 22px;
      padding-top: 22px;
      border-top: 1px solid rgba(212,175,55,0.14);
      display: grid;
      gap: 14px;
    }
    .contact-quote {
      margin-top: 0;
      padding-top: 0;
      margin-bottom: 6px;
      border-top: 0;
    }
    .media-quote-photo {
      width: 100%;
      max-width: 180px;
      aspect-ratio: 1 / 1;
      object-fit: cover;
      border-radius: 2px;
      border: 1px solid rgba(212,175,55,0.24);
      box-shadow: 0 14px 30px rgba(0,0,0,0.28);
    }
    .media-quote blockquote {
      margin: 0;
      color: #ddd;
      font-style: italic;
      line-height: 1.7;
      border-left: 2px solid rgba(212,175,55,0.4);
      padding-left: 14px;
    }
    .media-quote-attribution {
      margin: 0;
      color: #d4af37;
      font-size: 0.82rem;
      letter-spacing: 1px;
      text-transform: uppercase;
    }

    /* ===== GALLERY MODAL ===== */
    .gallery-modal {
      position: fixed;
      inset: 0;
      z-index: 1200;
      display: none;
    }
    .gallery-modal.open {
      display: block;
    }
    .gallery-modal-backdrop {
      position: absolute;
      inset: 0;
      background: rgba(0,0,0,0.78);
      backdrop-filter: blur(8px);
    }
    .gallery-modal-dialog {
      position: relative;
      width: min(1040px, calc(100% - 32px));
      max-height: calc(100vh - 40px);
      margin: 20px auto;
      padding: 24px;
      overflow: auto;
      border: 1px solid rgba(212,175,55,0.18);
      border-radius: 2px;
      background:
        linear-gradient(180deg, rgba(212,175,55,0.05), rgba(255,255,255,0.015)),
        #101010;
      box-shadow: 0 30px 90px rgba(0,0,0,0.45);
    }
    .gallery-modal-head {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 20px;
      margin-bottom: 20px;
    }
    .gallery-modal-head h3 { margin-bottom: 0; }
    .gallery-modal-close {
      width: 42px;
      height: 42px;
      border: 1px solid rgba(212,175,55,0.28);
      background: rgba(255,255,255,0.02);
      color: #d4af37;
      font-size: 1.6rem;
      line-height: 1;
      cursor: pointer;
      border-radius: 2px;
    }
    .gallery-modal-close:hover {
      background: rgba(212,175,55,0.08);
      color: #fff;
    }
    .gallery-modal-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }
    .gallery-modal-card {
      overflow: hidden;
      border: 1px solid rgba(212,175,55,0.12);
      background: rgba(0,0,0,0.18);
      border-radius: 2px;
      transition: border-color 0.22s ease, transform 0.22s ease;
    }
    .gallery-modal-card:hover {
      border-color: rgba(212,175,55,0.38);
      transform: translateY(-2px);
    }
    .gallery-modal-image {
      width: 100%;
      aspect-ratio: 4 / 3;
      object-fit: cover;
      filter: contrast(1.03) saturate(0.94);
    }
    .gallery-modal-copy {
      display: grid;
      gap: 4px;
      padding: 12px 12px 13px;
    }
    .gallery-modal-item-title {
      color: #f0f0f0;
      font-size: 0.84rem;
      font-weight: 600;
    }
    .gallery-modal-item-caption {
      color: #8f8f8f;
      font-size: 0.76rem;
      line-height: 1.45;
    }

    /* ===== FOOTER ===== */
    .footer {
      background: #060606;
      border-top: 1px solid rgba(255,255,255,0.05);
      padding: 40px 0;
      text-align: center;
    }
    .footer p,
    .footer-line {
      font-size: 0.75rem;
      color: #555;
      margin-bottom: 0;
    }
    .footer a { color: #888; }
    .footer a:hover { color: #d4af37; }

    .footer-line {
      display: flex;
      justify-content: center;
      align-items: baseline;
      gap: 8px;
      flex-wrap: wrap;
    }

    .footer-separator {
      color: #444;
    }

    .footer-privacy {
      display: inline;
      max-width: 900px;
      margin: 0;
      text-align: left;
      color: #777;
    }

    .footer-privacy summary {
      display: inline-block;
      cursor: pointer;
      color: #aaa;
      font-size: 0.75rem;
      letter-spacing: 0;
      text-transform: none;
      border-bottom: 1px solid rgba(212,175,55,0.35);
      transition: color 0.25s ease, border-color 0.25s ease;
    }

    .footer-privacy summary:hover {
      color: #d4af37;
      border-bottom-color: #d4af37;
    }

    .footer-privacy p {
      flex-basis: 100%;
      max-width: 900px;
      margin: 14px auto 0;
      color: #777;
      font-size: 0.78rem;
      line-height: 1.65;
    }

    /* ===== BACK TO TOP ===== */
    .back-to-top {
      position: fixed;
      right: 24px;
      bottom: 24px;
      z-index: 1000;
      width: 46px;
      height: 46px;
      display: grid;
      place-items: center;
      border: 1px solid rgba(212,175,55,0.42);
      border-radius: 50%;
      background: rgba(10,10,10,0.88);
      color: #d4af37;
      box-shadow: 0 12px 36px rgba(0,0,0,0.42);
      backdrop-filter: blur(12px);
      opacity: 0;
      pointer-events: none;
      transform: translateY(10px);
      transition: opacity 0.22s ease, transform 0.22s ease, border-color 0.22s ease, color 0.22s ease;
    }
    .back-to-top span {
      font-size: 1.35rem;
      line-height: 1;
      transform: translateY(-1px);
    }
    .back-to-top.visible {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0);
    }
    .back-to-top:hover {
      border-color: #d4af37;
      color: #fff;
    }

    /* ===== RESPONSIVE ===== */
    @media (max-width: 1200px) {
      .hero {
        min-height: auto;
        display: block;
        padding: 100px 18px 28px;
        overflow-x: clip;
      }
      .hero-language-strip {
        position: relative;
        top: auto;
        left: 0;
        right: 0;
        transform: none;
        width: min(100%, 720px);
        max-width: calc(100% - 12px);
        margin: 0 auto 18px;
        justify-content: center;
        flex-wrap: wrap;
        gap: 8px;
        padding: 10px;
      }
      .hero-buttons {
        position: static;
        left: auto;
        bottom: auto;
        transform: none;
        width: 100%;
        margin: 24px auto 0;
        gap: 10px;
      }
      .hero-buttons .btn {
        width: 100%;
        text-align: center;
        padding-inline: 18px;
      }
      .hero-tagline {
        margin-bottom: 0;
      }
      .sur-media-card.feature {
        grid-template-columns: 1fr;
      }
      .sur-image-wrap,
      .sur-video-wrap {
        min-height: 220px;
      }
    }

    @media (max-width: 968px) {
      html,
      body {
        max-width: 100%;
        overflow-x: hidden;
      }
      .nav-links { display: none; }
      .mobile-toggle { display: block; }
      .legend-grid,
      .attend-grid,
      .reg-grid,
      .payment-grid,
      .contact-grid { grid-template-columns: 1fr; }
      .sur-kharvaa-gallery,
      .why-grid,
      .disciplines-grid,
      .locations-grid,
      .gallery-modal-grid { grid-template-columns: 1fr; }
      .competitors-grid { grid-template-columns: repeat(2, 1fr); }
      .legend-image-stack .badge-photo {
        position: relative;
        bottom: auto; right: auto;
        margin-top: 20px;
      }
    }
    @media (max-width: 540px) {
      .competitors-grid { grid-template-columns: 1fr; }
      .hero-meta { gap: 20px; }
      .countdown-grid { gap: 20px; }
      .contact-info,
      .media-resource-item {
        flex-direction: column;
        align-items: flex-start;
      }
      .gallery-modal-dialog {
        width: min(100% - 18px, 1040px);
        margin: 9px auto;
        padding: 18px;
      }
      .media-resource-actions,
      .media-resource-item {
        width: 100%;
      }
      .back-to-top {
        right: max(12px, env(safe-area-inset-right));
        bottom: 16px;
        width: 42px;
        height: 42px;
      }
    }
	/* ===== LANGUAGE SELECTOR ===== */
.lang-selector {
  display: flex;
  align-items: center;
  margin-left: 12px;
  padding-left: 24px;
  border-left: 1px solid rgba(212,175,55,0.2);
}
.language-select-shell {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 104px;
  padding: 7px 10px;
  border: 1px solid rgba(212,175,55,0.28);
  background: rgba(255,255,255,0.025);
  border-radius: 2px;
  cursor: pointer;
}
.language-select-shell:hover .language-flag {
  box-shadow: 0 0 0 1px rgba(212,175,55,0.72);
}
.language-select {
  min-width: 48px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #d4af37;
  font-family: 'Cinzel', serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}
.language-select option {
  background: #0a0a0a;
  color: #d4af37;
}

/* Mobile language selector */
.lang-selector-mobile {
  display: none;
  z-index: 1001;
  align-items: center;
}

@media (max-width: 968px) {
  .lang-selector { display: none; }
  .lang-selector-mobile { display: flex; }
  .navbar .container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "logo toggle"
      "lang lang";
    align-items: center;
    gap: 10px 14px;
    height: auto;
    min-height: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 24px;
  }
  .nav-logo {
    grid-area: logo;
    min-width: 0;
    max-width: 100%;
  }
  .nav-logo span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .lang-selector-mobile {
    grid-area: lang;
    position: static;
    transform: none;
    justify-self: start;
  }
  .mobile-toggle {
    grid-area: toggle;
    justify-self: end;
  }
}

.navbar .container {
  position: relative;
}

.mobile-toggle {
  padding: 8px;
}

.mobile-toggle.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.mobile-toggle.active span:nth-child(2) {
  opacity: 0;
}

.mobile-toggle.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 968px) {
  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    padding: 14px 24px 22px;
    background: rgba(10, 10, 10, 0.98);
    border-bottom: 1px solid rgba(212, 175, 55, 0.18);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .nav-links.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-links a {
    padding: 13px 0;
  }

  .nav-links .btn {
    margin-top: 8px;
    text-align: center;
  }
}

@media (max-width: 540px) {
  .navbar .container {
    padding-right: 18px;
    gap: 12px;
  }
  .language-select-shell {
    min-width: 88px;
    gap: 8px;
    padding: 6px 8px;
  }
}
/* ===== CUSTOM CONTENT BLOCKS: AWARDS, EXHIBITIONS, PRIVACY ===== */
.competitor-description {
  margin-top: 10px;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #ddd;
}

.awards-block {
  max-width: 1040px;
  margin: 48px auto 0;
  padding: 34px 34px 30px;
  text-align: left;
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-top: 3px solid #d4af37;
  background:
    linear-gradient(180deg, rgba(212, 175, 55, 0.06), rgba(255, 255, 255, 0.015)),
    rgba(255, 255, 255, 0.012);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.awards-block h3 {
  font-family: 'Cinzel', serif;
  font-size: 0.95rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #d4af37;
  margin: 0 0 24px;
  text-align: center;
}

.awards-content {
  color: #cfcfcf;
  font-size: 0.95rem;
  line-height: 1.75;
}

.awards-content p {
  margin: 18px 0;
}

.award-group-title,
.locations-extra strong {
  font-family: 'Cinzel', serif;
  font-size: 0.82rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #d4af37;
  display: block;
  margin: 0 0 14px;
}

.awards-content .award-group-title:not(:first-child) {
  margin-top: 28px;
}

.award-list,
.exhibition-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.award-list li,
.exhibition-list li {
  position: relative;
  padding: 8px 0 8px 22px;
  color: #c9c9c9;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
}

.award-list li::before,
.exhibition-list li::before {
  content: '✦';
  position: absolute;
  left: 0;
  top: 8px;
  color: #d4af37;
  font-size: 0.72rem;
}

.award-list li:last-child,
.exhibition-list li:last-child {
  border-bottom: 0;
}

.award-list strong {
  color: #f0f0f0;
  font-weight: 600;
}

.location-name {
  margin: 18px 0 6px;
  font-family: 'Cinzel', serif;
  font-size: 0.86rem;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #d4af37;
}

.location-address {
  margin: 0 0 12px;
  font-size: 0.86rem;
  color: #aaa;
  line-height: 1.45;
}

.location-link {
  display: inline-block;
  margin-top: 4px;
  font-family: 'Cinzel', serif;
  font-size: 0.72rem;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #d4af37;
  border-bottom: 1px solid rgba(212, 175, 55, 0.45);
  transition: color 0.25s ease, border-color 0.25s ease;
}

.location-link:hover {
  color: #fff;
  border-color: #fff;
}

.locations-extra {
  max-width: 1040px;
  margin: 44px auto 0;
  padding: 28px 32px;
  text-align: left;
  color: #cfcfcf;
  line-height: 1.7;
  border: 1px solid rgba(212, 175, 55, 0.2);
  background: rgba(255, 255, 255, 0.018);
}

.locations-extra strong {
  text-align: center;
  margin-bottom: 16px;
}

.privacy-link-note {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}

.privacy-link-note summary {
  display: inline-block;
  cursor: pointer;
  color: #d4af37;
  font-family: 'Cinzel', serif;
  font-size: 0.72rem;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(212, 175, 55, 0.45);
  transition: color 0.25s ease, border-color 0.25s ease;
}

.privacy-link-note summary:hover {
  color: #fff;
  border-color: #fff;
}

.privacy-link-note p {
  margin-top: 12px;
  color: #aaa;
  font-size: 0.78rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .awards-block,
  .locations-extra {
    padding: 24px 20px;
  }

  .awards-block {
    margin-top: 36px;
  }

  .award-group-title,
  .locations-extra strong {
    letter-spacing: 2px;
  }
}
