:root {
  --gk-bottle-deep: #071911;
  --gk-bottle-dark: #0a2117;
  --gk-bottle-rich: #0e2b1e;
  --gk-bottle-card: #123325;
  --gk-gold-pure: #d4af37;
  --gk-gold-bright: #ebd08d;
  --gk-gold-warm: #c99e4e;
  --gk-gold-dark: #8c6a28;
  --gk-gold-dim: rgba(201, 158, 78, 0.3);
  --gk-cream: #f8f4eb;
  --gk-cream-warm: #f5eedf;
  --gk-cream-muted: rgba(248, 244, 235, 0.82);
  --gk-cream-faint: rgba(248, 244, 235, 0.5);

  --gk-font-display: 'Fraunces', "Times New Roman", Georgia, serif;
  --gk-font-sans: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
  --gk-font-devanagari: 'Rozha One', 'Noto Serif Devanagari', serif;
}

/* ==========================================================================
   STICKY CONTROL BAR FOR EXPLORATION
   ========================================================================== */
.concept-eval-bar {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(7, 25, 17, 0.96);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.35);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.65);
  padding: 0.65rem 1.25rem;
  font-family: var(--gk-font-sans);
  color: var(--gk-cream);
}

.concept-eval-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.concept-brand-tag {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.82rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gk-gold-bright);
  font-weight: 600;
}

.concept-brand-tag span.badge {
  background: rgba(212, 175, 55, 0.18);
  border: 1px solid rgba(212, 175, 55, 0.45);
  padding: 0.18rem 0.55rem;
  border-radius: 3px;
  font-size: 0.7rem;
  color: #fff;
  letter-spacing: 0.08em;
}

.concept-nav-pills {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(0, 0, 0, 0.45);
  padding: 0.3rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.concept-tab-btn {
  background: transparent;
  border: none;
  color: rgba(248, 244, 235, 0.75);
  padding: 0.5rem 1.25rem;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  white-space: nowrap;
}

.concept-tab-btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.concept-tab-btn.active {
  background: linear-gradient(135deg, #dfb76c 0%, #a47a32 100%);
  color: #071911;
  font-weight: 700;
  box-shadow: 0 4px 16px rgba(212, 175, 55, 0.45);
}

.concept-tab-btn .tab-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.25);
  font-size: 0.68rem;
  font-weight: 700;
}

.concept-tab-btn.active .tab-num {
  background: rgba(7, 25, 17, 0.3);
  color: #071911;
}

.concept-meta-panel {
  width: 100%;
  background: rgba(8, 28, 19, 0.9);
  border-top: 1px solid rgba(212, 175, 55, 0.2);
  padding: 0.65rem 1.25rem;
  font-size: 0.82rem;
  color: rgba(248, 244, 235, 0.88);
}

.concept-meta-desc {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.concept-meta-item strong {
  color: var(--gk-gold-bright);
  font-weight: 600;
}


/* ==========================================================================
   RICH MUGHAL JALI & DAMASK PATTERNS (Clearly visible, opulent texture)
   ========================================================================== */

/* 1. Opulent Diamond Jali Lattice (High-definition Gymkhana club wallpaper) */
.gk-bg-lattice-rich {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image:
    radial-gradient(ellipse at 50% 20%, rgba(22, 64, 46, 0.6) 0%, rgba(7, 25, 17, 0.98) 75%),
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23d4af37' stroke-width='0.8' stroke-opacity='0.11'%3E%3Cpath d='M30 0 L60 30 L30 60 L0 30 Z'/%3E%3Cpath d='M30 8 L52 30 L30 52 L8 30 Z' stroke-opacity='0.08' stroke-width='0.6'/%3E%3Cpath d='M30 16 L44 30 L30 44 L16 30 Z' stroke-opacity='0.06' stroke-width='0.4'/%3E%3Ccircle cx='30' cy='30' r='2' fill='%23ebd08d' fill-opacity='0.22' stroke='none'/%3E%3Ccircle cx='0' cy='0' r='1.5' fill='%23d4af37' fill-opacity='0.16' stroke='none'/%3E%3Ccircle cx='60' cy='0' r='1.5' fill='%23d4af37' fill-opacity='0.16' stroke='none'/%3E%3Ccircle cx='0' cy='60' r='1.5' fill='%23d4af37' fill-opacity='0.16' stroke='none'/%3E%3Ccircle cx='60' cy='60' r='1.5' fill='%23d4af37' fill-opacity='0.16' stroke='none'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  pointer-events: none;
  z-index: 1;
}

/* 2. Sovereign Architectural Trellis (Direction 2) */
.gk-bg-sovereign {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image:
    radial-gradient(ellipse at 50% 30%, rgba(22, 60, 45, 0.5) 0%, rgba(15, 42, 32, 0.92) 80%),
    url("data:image/svg+xml,%3Csvg width='72' height='72' viewBox='0 0 72 72' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23d4af37' stroke-width='0.75' stroke-opacity='0.10'%3E%3Cpath d='M36 0 L36 72 M0 36 L72 36'/%3E%3Cpath d='M36 6 L66 36 L36 66 L6 36 Z' stroke-opacity='0.08'/%3E%3Ccircle cx='36' cy='36' r='3' fill='%23ebd08d' fill-opacity='0.15' stroke='%23d4af37' stroke-width='0.5' stroke-opacity='0.25'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  pointer-events: none;
  z-index: 1;
}

/* 3. Heritage Damask Vignette (Direction 3) */
.gk-bg-damask {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image:
    radial-gradient(circle at 50% 25%, rgba(28, 76, 55, 0.55) 0%, rgba(4, 16, 11, 0.99) 85%),
    url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23d4af37' stroke-width='0.7' stroke-opacity='0.09'%3E%3Cpath d='M32 0 C44 0 54 10 54 22 C54 36 32 58 32 58 C32 58 10 36 10 22 C10 10 20 0 32 0 Z' stroke-opacity='0.07'/%3E%3Cpath d='M32 6 L58 32 L32 58 L6 32 Z' stroke-opacity='0.08'/%3E%3Ccircle cx='32' cy='22' r='2' fill='%23ebd08d' fill-opacity='0.2' stroke='none'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  pointer-events: none;
  z-index: 1;
}


/* ==========================================================================
   CONCEPT 1: GRAND MAYFAIR CLUB (Gymkhana Opulent Elevation)
   Features:
   - Atmospheric club header banner (warm brass/walnut ambience)
   - Ornate royal folio framing with gold corner brackets (NOT a card box)
   - Giant, regal typography with gold leaf gradients
   - Glistening diamond triplet ornament
   - Illuminated drop cap & gilded quote ribbon
   ========================================================================== */

.c1-mayfair-grand {
  background-color: #071911;
  color: var(--gk-cream);
  font-family: var(--gk-font-sans);
  position: relative;
  overflow: hidden;
  padding-bottom: 6rem;
}

/* Top Club Ambience Glow (simulating Gymkhana's warm overhead brass glow) */
.c1-club-ambience-glow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 280px;
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.16) 0%, rgba(18, 55, 39, 0.08) 60%, transparent 100%);
  pointer-events: none;
  z-index: 2;
}

/* Royal Folio Framing: Gives architectural structure without creating boxy cards */
.c1-folio-frame {
  max-width: 980px;
  margin: clamp(4rem, 7vw, 6.5rem) auto;
  padding: clamp(3.5rem, 6vw, 5.5rem) clamp(2rem, 5vw, 4.5rem);
  position: relative;
  z-index: 3;
  border: 1px solid rgba(212, 175, 55, 0.4);
  background: rgba(10, 32, 23, 0.45);
  box-shadow:
    0 0 40px rgba(0, 0, 0, 0.6),
    inset 0 0 35px rgba(0, 0, 0, 0.35);
}

/* Inner Gold Inset Hairline */
.c1-folio-frame::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid rgba(212, 175, 55, 0.2);
  pointer-events: none;
}

/* 4 Ornate Victorian / Club Corner Cartouches */
.c1-corner {
  position: absolute;
  width: 22px;
  height: 22px;
  color: var(--gk-gold-pure);
  font-size: 1.1rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}

.c1-corner.tl {
  top: -11px;
  left: -11px;
}

.c1-corner.tr {
  top: -11px;
  right: -11px;
}

.c1-corner.bl {
  bottom: -11px;
  left: -11px;
}

.c1-corner.br {
  bottom: -11px;
  right: -11px;
}

/* Chapter Numbering Plaque */
.c1-chapter-plaque {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--gk-font-sans);
  font-size: 0.78rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gk-gold-bright);
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.c1-chapter-plaque::before,
.c1-chapter-plaque::after {
  content: '';
  width: 25px;
  height: 1px;
  background: var(--gk-gold-pure);
  opacity: 0.6;
}

/* 1. Grand Headline */
.c1-headline-grand {
  font-family: var(--gk-font-display);
  font-size: clamp(2.6rem, 5.5vw, 4.4rem);
  font-weight: 400;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.12;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 15%, #f4e8cb 60%, #dfb76c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 4px 18px rgba(0, 0, 0, 0.7));
}

/* 2. Small Decorative Line: Glistening Diamond Triplet */
.c1-diamond-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.15rem;
  margin: 1.85rem auto 1.65rem auto;
  width: 100%;
  max-width: 320px;
}

.c1-diamond-line .hairline {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.85), transparent);
}

.c1-diamond-cluster {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.c1-diamond-glyph {
  width: 7px;
  height: 7px;
  background: var(--gk-gold-pure);
  transform: rotate(45deg);
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.65);
}

.c1-diamond-glyph.primary {
  width: 11px;
  height: 11px;
  background: #fff3d1;
  box-shadow: 0 0 16px rgba(255, 243, 209, 0.85);
}

/* 3. Smaller Tagline / Subheading */
.c1-tagline-grand {
  font-family: var(--gk-font-display);
  font-style: italic;
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  font-weight: 300;
  color: var(--gk-gold-bright);
  letter-spacing: 0.03em;
  line-height: 1.45;
  text-align: center;
  margin: 0 0 2.5rem 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

/* 4. Main Story Text: Grand Scale, Illuminated Drop Cap */
.c1-story-lead {
  font-family: var(--gk-font-display);
  font-size: clamp(1.25rem, 2.1vw, 1.55rem);
  font-weight: 300;
  line-height: 1.95;
  color: rgba(248, 244, 235, 0.95);
  text-align: center;
  letter-spacing: 0.01em;
  margin: 0 auto;
  max-width: 820px;
}

.c1-story-lead::first-letter {
  font-size: 1.45em;
  font-weight: 400;
  color: var(--gk-gold-pure);
  text-shadow: 0 0 12px rgba(212, 175, 55, 0.4);
}

.c1-story-prose {
  font-family: var(--gk-font-sans);
  font-size: 1.06rem;
  line-height: 1.85;
  color: rgba(248, 244, 235, 0.76);
  text-align: center;
  max-width: 740px;
  margin: 2rem auto 0 auto;
  font-weight: 300;
}

/* Ornate Gilded Pullquote Banner */
.c1-gilded-quote {
  margin: 3.5rem auto 0 auto;
  padding: 1.75rem 2rem;
  border-top: 1px solid rgba(212, 175, 55, 0.35);
  border-bottom: 1px solid rgba(212, 175, 55, 0.35);
  text-align: center;
  position: relative;
}

.c1-gilded-quote p {
  font-family: var(--gk-font-display);
  font-style: italic;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  color: var(--gk-gold-bright);
  line-height: 1.6;
  margin: 0;
}


/* ==========================================================================
   CONCEPT 2: SOVEREIGN SALON (Architectural Split & Pure Typographic Rhythm)
   - Left side: Stately sticky chapter badge & Sanskrit seal
   - Right side: Grand headline, double brass hairlines, pure prose
   - Clean, commanding, prestigious club library aesthetic
   ========================================================================== */

.c2-sovereign-salon {
  background-color: rgba(15, 42, 32, 0.92);
  color: var(--gk-cream);
  font-family: var(--gk-font-sans);
  position: relative;
  overflow: hidden;
  /* padding-bottom: 6rem; */
}

.c2-editorial-layout {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(4.5rem, 8vw, 7.5rem) clamp(1.5rem, 5vw, 3.5rem);
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  position: relative;
  z-index: 3;
}

@media (min-width: 960px) {
  .c2-editorial-layout {
    grid-template-columns: 240px 1fr;
    gap: 5.5rem;
  }
}

.c2-pillar-col {
  border-right: 1px solid rgba(212, 175, 55, 0.25);
  padding-right: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2rem;
  width: 100%;
  text-align: center;
}

.c2-devanagari-seal {
  font-family: var(--gk-font-devanagari);
  font-size: 3.8rem;
  color: var(--gk-gold-pure);
  line-height: 1;
  text-shadow: 0 0 20px rgba(212, 175, 55, 0.4);
}

.c2-pillar-meta {
  font-size: 0.76rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(248, 244, 235, 0.55);
  line-height: 1.9;
}

.c2-pillar-meta strong {
  color: var(--gk-gold-bright);
  display: block;
}

/* Right Content Area */
.c2-content-col {
  position: relative;
  text-align: center;
}

.c2-headline {
  font-family: var(--gk-font-display);
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  font-weight: 300;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.1;
  margin: 0;
}

.c2-headline em {
  font-style: italic;
  color: var(--gk-gold-bright);
  font-weight: 300;
  font-size: 2.4rem;
  letter-spacing: normal;
}

.c2-ornament-line {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1.75rem auto 1.5rem auto;
  max-width: 320px;
}

.c2-line-double {
  flex: 1;
  height: 4px;
  border-top: 1px solid rgba(212, 175, 55, 0.6);
  border-bottom: 1px solid rgba(212, 175, 55, 0.6);
}

.c2-brass-dot {
  width: 8px;
  height: 8px;
  background: var(--gk-gold-pure);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.7);
}

.c2-tagline {
  font-family: var(--gk-font-sans);
  font-size: 0.88rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gk-gold-bright);
  font-weight: 600;
  margin: 0 0 2rem 0;
}

.c2-story-lead {
  font-family: var(--gk-font-display);
  font-size: clamp(1.22rem, 2vw, 1.5rem);
  font-weight: 300;
  line-height: 1.9;
  color: rgba(248, 244, 235, 0.94);
  margin-bottom: 1.5rem;
  /* max-width: 820px; */
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

.c2-story-body {
  font-family: var(--gk-font-sans);
  font-size: 1.02rem;
  line-height: 1.82;
  color: rgba(248, 244, 235, 0.72);
  margin: 0 auto;
  max-width: 760px;
}


/* ==========================================================================
   CONCEPT 3: HERITAGE ATELIER (Artistic Sanskrit & Royal Filigree)
   - Giant luminous Sanskrit watermark (सेवा) centered behind prose
   - 8-point royal stars with flowing filigree hairlines
   - Warm golden hearth glows
   - High visual richness without cluttering images or cards
   ========================================================================== */

.c3-heritage-atelier {
  background-color: #04140b;
  color: var(--gk-cream);
  font-family: var(--gk-font-sans);
  position: relative;
  overflow: hidden;
  padding-bottom: 6rem;
}

.c3-hearth-glow {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.14) 0%, rgba(14, 45, 32, 0.05) 55%, transparent 75%);
  filter: blur(60px);
  pointer-events: none;
  z-index: 2;
}

.c3-inner-wrap {
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(5rem, 9vw, 8.5rem) clamp(1.5rem, 5vw, 3rem);
  position: relative;
  z-index: 3;
  text-align: center;
}

/* Giant Floating Sanskrit Watermark */
.c3-sanskrit-watermark {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--gk-font-devanagari);
  font-size: clamp(10rem, 28vw, 22rem);
  color: rgba(212, 175, 55, 0.055);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  z-index: 1;
}

.c3-headline {
  font-family: var(--gk-font-display);
  font-size: clamp(2.5rem, 5.5vw, 4.4rem);
  font-weight: 300;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.1;
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, #ffffff 25%, #f9edd4 65%, #dfb76c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.6));
}

/* Royal 8-point star filigree */
.c3-ornament-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin: 1.85rem auto 1.65rem auto;
  width: 100%;
  max-width: 360px;
  position: relative;
  z-index: 2;
}

.c3-filigree-left {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.9), #dfb76c);
}

.c3-filigree-right {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, #dfb76c, rgba(212, 175, 55, 0.9), transparent);
}

.c3-star-cluster {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--gk-gold-bright);
}

.c3-star-cluster svg {
  width: 20px;
  height: 20px;
  filter: drop-shadow(0 0 8px rgba(212, 175, 55, 0.6));
}

.c3-star-cluster svg.main {
  width: 28px;
  height: 28px;
  color: #fff4d6;
  filter: drop-shadow(0 0 14px rgba(255, 244, 214, 0.85));
}

.c3-tagline {
  font-family: var(--gk-font-display);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-style: italic;
  font-weight: 300;
  color: #edd193;
  letter-spacing: 0.04em;
  margin: 0 0 2.5rem 0;
  position: relative;
  z-index: 2;
}

.c3-story-lead {
  font-family: var(--gk-font-display);
  font-size: clamp(1.22rem, 2.1vw, 1.55rem);
  font-weight: 300;
  line-height: 1.95;
  color: rgba(248, 244, 235, 0.95);
  margin: 0 auto;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 2;
}

.c3-story-body {
  font-family: var(--gk-font-sans);
  font-size: 1.05rem;
  line-height: 1.85;
  color: rgba(248, 244, 235, 0.74);
  margin: 2rem auto 0 auto;
  max-width: 720px;
  position: relative;
  z-index: 2;
  font-weight: 300;
}


/* ==========================================================================
   RESERVE CTA (Rich, Gilded, Regal)
   ========================================================================== */
.gk-reserve-wrap {
  padding: clamp(5rem, 8vw, 8rem) 0;
  text-align: center;
  position: relative;
  z-index: 3;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
}

.gk-reserve-button {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  background: linear-gradient(135deg, #e4c27f 0%, #c99e4e 50%, #9e7529 100%);
  color: #071911;
  padding: 1.05rem 3rem;
  border-radius: 3px;
  font-family: var(--gk-font-sans);
  font-weight: 700;
  font-size: 0.96rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.gk-reserve-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(212, 175, 55, 0.4);
  filter: brightness(1.08);
}


/* ==========================================================================
   SIDE-BY-SIDE COMPARISON
   ========================================================================== */
.c-split-comparison {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: 2.5rem 1.5rem;
  background: #030d07;
}

@media (min-width: 1100px) {
  .c-split-comparison {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    padding: 3rem 2rem;
  }
}

.c-split-col {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(212, 175, 55, 0.35);
  display: flex;
  flex-direction: column;
}

.c-split-col-header {
  padding: 1.25rem;
  background: rgba(7, 25, 17, 0.98);
  border-bottom: 1px solid rgba(212, 175, 55, 0.3);
  text-align: center;
}

.c-split-col-header h3 {
  font-family: var(--gk-font-display);
  font-size: 1.2rem;
  color: var(--gk-gold-bright);
  margin-bottom: 0.25rem;
}

.c-split-col-header p {
  font-size: 0.74rem;
  color: rgba(248, 244, 235, 0.65);
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.c-split-col-body {
  flex: 1;
  padding: 2.5rem 1.5rem;
  max-height: 840px;
  overflow-y: auto;
  position: relative;
}

.c-split-col-body::-webkit-scrollbar {
  width: 5px;
}

.c-split-col-body::-webkit-scrollbar-thumb {
  background: rgba(212, 175, 55, 0.35);
  border-radius: 4px;
}

@media (max-width:480px) {
  .c2-sovereign-salon {
    padding-bottom: 0 !important;

  }

  .site-footer {
    padding-top: 0 !important;

  }

  .site-header.scrolled{
        padding-bottom: 5.6rem !important;
  }
}