/* ── CSS CUSTOM PROPERTIES ─────────────────────────────────── */
:root {
  --gold:       #ffd700;
  --gold-d:     #e6c200;
  --gold-l:     #ffe657;
  --red:        #c0392b;
  --red-d:      #a93226;
  --dark:       #080808;
  --d2:         #101010;
  --d3:         #181818;
  --d4:         #222222;
  --d5:         #2a2a2a;
  --light:      #f5f5f5;
  --muted:      #888888;
  --muted-l:    #bbbbbb;
  --white:      #ffffff;
  --border:     rgba(255,215,0,.15);
  --border-w:   rgba(255,255,255,.07);
  /* --ff-h:       'Bebas Neue', Impact, sans-serif;
  --ff-c:       'Barlow Condensed', sans-serif; */
  --ff-h: 'Oswald', sans-serif;
  --ff-c: 'Barlow Semi Condensed', sans-serif;
  --ff-b:       'Roboto', sans-serif;
  --nav-h:      76px;
  --tick-h:     40px;
  --offset:     calc(var(--nav-h) + var(--tick-h));
  --tr:         all .3s ease;
  --tr-fast:    all .18s ease;
  --radius:     10px;
  --shadow:     0 8px 40px rgba(0,0,0,.35);
  --gold-glow:  0 0 30px rgba(255,215,0,.15);
}

/* ── RESET & BASE ───────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: var(--offset); }
body {
  font-family: var(--ff-b);
  background: var(--dark);
  color: var(--light);
  overflow-x: hidden;
  padding-top: var(--offset);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: var(--tr); }
a:hover { color: var(--gold); }
section { padding: 5rem 0; }

/* ── SCROLLBAR ──────────────────────────────────────────────── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--dark); }
::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 3px; }

/* ── SELECTION ──────────────────────────────────────────────── */
::selection { background: rgba(255,215,0,.25); color: var(--white); }

.ls, .lu, .cc-lbl, .ftr-hd, .sec-eye, .sec-eye-g {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 600;   /* bump weight slightly — thicker strokes render sharper */
}

/* ============================================================
   HEADER / NAVBAR
============================================================ */
#hdr {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1100;
  height: var(--nav-h);
  background: rgba(8,8,8,.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  transition: var(--tr);
}
#hdr.stuck {
  background: rgba(4,4,4,.99);
  box-shadow: 0 2px 30px rgba(255,215,0,.06);
}
.navbar { height: var(--nav-h); padding: 0; }
.nav-logo { height: 75px; width: 75px; object-fit: contain; }

/* Brand wordmark */
.lw { display: flex; flex-direction: column; line-height: 1; gap: 2px; }
.ln { font-family: var(--ff-h); font-size: 1.5rem; color: var(--gold); letter-spacing: 2.5px; }
.ls { font-family: var(--ff-c); font-size: .5rem; letter-spacing: 3px; color: var(--light); text-transform: uppercase; }
.lu { font-family: var(--ff-c); font-size: .45rem; letter-spacing: 2px; color: var(--light); text-transform: uppercase; }

/* Nav links */
.nl {
  font-family: var(--ff-c);
  font-size: .88rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(245,245,245,.85) !important;
  padding: .5rem .9rem;
  position: relative;
  transition: var(--tr);
}
.nl::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 0; height: 2px;
  background: var(--gold);
  transition: var(--tr);
  border-radius: 2px;
}
.nl:hover::after, .nl.act::after { width: 70%; }
.nl:hover, .nl.act { color: var(--gold) !important; }

/* Book button */
.btn-bk {
  font-family: var(--ff-c);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--dark) !important;
  background: var(--gold);
  border: 2px solid var(--gold);
  padding: .44rem 1.5rem;
  border-radius: 30px;
  cursor: pointer;
  transition: var(--tr);
  white-space: nowrap;
}
.btn-bk:hover {
  background: transparent;
  color: var(--gold) !important;
  box-shadow: 0 0 18px rgba(255,215,0,.3);
}

/* WhatsApp nav icon */
.nav-wa {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(37,211,102,.12);
  border: 1.5px solid rgba(37,211,102,.4);
  display: flex; align-items: center; justify-content: center;
  color: #25d366;
  font-size: 1.1rem;
  transition: var(--tr);
}
.nav-wa:hover {
  background: #25d366;
  color: var(--white);
  border-color: #25d366;
  transform: scale(1.08);
}

/* Mobile nav */
.navbar-toggler { border: 1.5px solid var(--gold) !important; border-radius: 6px; padding: .35rem .55rem; }
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,215,0,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

@media (max-width: 991px) {
  .navbar-collapse {
    background: rgba(8,8,8,.99);
    padding: 1rem 1.2rem;
    border-top: 1px solid var(--border);
    margin-top: .5rem;
    border-radius: 0 0 12px 12px;
  }
  .nl::after { display: none; }
  .nl { padding: .7rem .3rem; border-bottom: 1px solid rgba(255,255,255,.06); }
}

/* ============================================================
   NEWS TICKER
============================================================ */
#ticker {
  position: fixed;
  top: var(--nav-h);
  left: 0; right: 0;
  z-index: 1099;
  height: var(--tick-h);
  background: var(--d2);
  border-bottom: 1px solid rgba(255,255,255,.05);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.t-label {
  flex-shrink: 0;
  background: var(--red);
  color: var(--white);
  height: 100%;
  display: flex; align-items: center; gap: .5rem;
  padding: 0 1.2rem;
  font-family: var(--ff-c);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  white-space: nowrap;
  border-right: 1px solid rgba(255,255,255,.1);
}
.t-track { flex: 1; overflow: hidden; height: 100%; display: flex; align-items: center; }
.t-inner {
  display: flex; align-items: center;
  white-space: nowrap;
  animation: tickL 35s linear infinite;
  width: max-content;
  will-change: transform;
}
.t-inner:hover { animation-play-state: paused; }
.t-item {
  font-family: var(--ff-c);
  font-size: 1rem; font-weight: 600; letter-spacing: .4px;
  color: var(--gold); padding: 0 1.5rem; cursor: pointer;
  transition: color .2s;
}
.t-item:hover { color: var(--white); }
.t-sep { color: rgba(255,215,0,.25); flex-shrink: 0; user-select: none; padding: 0 .3rem; }
.t-all {
  flex-shrink: 0; border: 1.5px solid var(--gold); border-radius: 4px;
  color: var(--gold); font-family: var(--ff-c); font-size: 0.95rem;
  font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  padding: .2rem .9rem; margin-right: .8rem; cursor: pointer;
  background: transparent; transition: var(--tr); white-space: nowrap;
}
.t-all:hover { background: var(--gold); color: var(--dark); }
@keyframes tickL { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============================================================
   HERO SECTION
============================================================ */
#hero {
  position: relative;
  width: 100%;
  min-height: 83vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0;
}
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-vid { width: 100%; height: 100%; object-fit: cover; }
.hero-fb { position: absolute; inset: 0; }
.hero-fb img { width: 100%; height: 100%; object-fit: cover; opacity: .55; }
.hero-ov {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(
    135deg,
    rgba(0,0,0,.88) 0%,
    rgba(0,0,0,.65) 45%,
    rgba(0,0,0,.25) 100%
  );
}
.hero-noise {
  position: absolute; inset: 0; z-index: 2;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
  opacity: .4;
}

.hero-body {
  position: relative;
  z-index: 3;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 10rem;
}

/* Hero eyebrow */
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: .65rem;
  font-family: var(--ff-c);
  font-size: 0.95rem; font-weight: 700;
  letter-spacing: 3px; text-transform: uppercase;
  color: rgba(255,215,0,.8);
  margin-bottom: 1rem;
  animation: fadeUp .7s ease both;
}
.hero-dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--gold); flex-shrink: 0;
}

/* Hero heading */
.hero-h {
  font-family: var(--ff-h);
  font-size: clamp(3.5rem, 9vw, 7.5rem);
  line-height: .95;
  color: var(--white);
  letter-spacing: 2px;
  text-shadow: 0 4px 40px rgba(0,0,0,.6);
  display: flex; flex-direction: column;
  animation: fadeUp .8s ease .15s both;
}
.hero-line-1 { display: block; }
.hero-line-2 { display: block; margin-top: .05em; }
.hero-gold { color: var(--gold); position: relative; }

/* Hero subtitle */
.hero-sub {
  font-family: var(--ff-c);
  font-size: clamp(.95rem, 2.2vw, 1.3rem);
  font-weight: 500;
  color: rgba(255,255,255,.72);
  letter-spacing: .5px;
  margin-top: 1.2rem;
  line-height: 1.5;
  max-width: 560px;
  animation: fadeUp .8s ease .3s both;
}

/* Hero chips */
.hero-chips {
  display: flex; flex-wrap: wrap; gap: .6rem;
  margin-top: 1.5rem;
  animation: fadeUp .8s ease .45s both;
}
.chip {
  display: flex; align-items: center; gap: .5rem;
  color: var(--white);
  font-family: var(--ff-c); font-size: .82rem; font-weight: 600;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
  padding: .38rem .9rem;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,.14);
  transition: var(--tr);
}
.chip:hover { background: rgba(255,215,0,.15); border-color: var(--gold); color: var(--gold); }
.chip-i {
  width: 26px; height: 26px;
  background: rgba(0,0,0,.4); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .68rem; color: var(--gold); flex-shrink: 0;
}

/* Hero actions */
.hero-actions { animation: fadeUp .8s ease .55s both; }
.btn-sess-gold {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--ff-c); font-size: .92rem; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  background: var(--gold); color: var(--dark);
  border: none; border-radius: 4px; padding: 0.95rem 2rem;
  cursor: pointer; transition: var(--tr);
}
.btn-sess-gold:hover { background: var(--gold-l); transform: translateY(-2px); box-shadow: 0 8px 30px rgba(255,215,0,.35); }
.btn-sess-outline {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--ff-c); font-size: .92rem; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  background: transparent; color: var(--white);
  border: 2px solid rgba(255,255,255,.4); border-radius: 4px;
  padding: .72rem 1.8rem; transition: var(--tr);
}
.btn-sess-outline:hover { border-color: var(--gold); color: var(--gold); background: rgba(255,215,0,.06); }

/* Hero scroll hint */
.hero-scroll-hint {
  position: absolute;
  bottom: 8rem; right: 2.5rem;
  z-index: 4;
  display: flex; flex-direction: column; align-items: center; gap: .5rem;
  opacity: .5;
}
.hs-line {
  width: 1px; height: 50px;
  background: linear-gradient(to bottom, transparent, var(--gold));
  animation: lineGrow 1.5s ease-in-out infinite;
}
.hero-scroll-hint span {
  font-family: var(--ff-c); font-size: .65rem; letter-spacing: 3px;
  text-transform: uppercase; color: var(--gold); writing-mode: vertical-rl;
}
@keyframes lineGrow {
  0%,100% { transform: scaleY(1); opacity: .5; }
  50% { transform: scaleY(.6); opacity: .9; }
}

/* Hero stats bar */
.hero-stats {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 4;
  background: rgba(8,8,8,.85);
  backdrop-filter: blur(14px);
  border-top: 1px solid rgba(255,215,0,.12);
}
.hs-grid {
  display: flex; align-items: center;
  padding: 1.4rem 0;
  gap: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.hs-grid::-webkit-scrollbar { display: none; }
.hs-item {
  flex: 1; text-align: center;
  min-width: 120px; padding: .3rem 1rem;
}
.hs-num {
  font-family: var(--ff-h);
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: var(--gold); line-height: 1;
  letter-spacing: 1px;
}
.hs-num::after { content: '+'; font-size: 60%; vertical-align: super; opacity: .7; }
.hs-label {
  font-family: var(--ff-c);
  font-size: .72rem; font-weight: 600;
  letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--muted); margin-top: .25rem;
}
.hs-divider { width: 1px; height: 40px; background: rgba(255,215,0,.15); flex-shrink: 0; }

/* ============================================================
   ABOUT SECTION
============================================================ */
#about {
  background: #f5f0e6;
  padding: 5.5rem 0;
  position: relative;
}
#about::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--red), var(--gold));
}

/* Section eyebrow labels */
.sec-eye {
  font-family: var(--ff-c); font-size: .72rem; font-weight: 700;
  letter-spacing: 4px; text-transform: uppercase;
  color: var(--red);
  display: flex; align-items: center; gap: .55rem;
  margin-bottom: .4rem;
}
.sec-eye::before { content: ''; width: 2rem; height: 2px; background: var(--red); }
.sec-eye-g {
  font-family: var(--ff-c); font-size: .72rem; font-weight: 700;
  letter-spacing: 4px; text-transform: uppercase;
  color: var(--gold);
  display: flex; align-items: center; gap: .55rem;
  margin-bottom: .4rem;
  justify-content: center;
}
.sec-eye-g::before { content: ''; width: 2rem; height: 2px; background: var(--gold); }

/* Section headings */
.sec-h-dark {
  font-family: var(--ff-h);
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: #1a1a1a; line-height: 1.02; letter-spacing: 1px;
}
/* .sec-h-light {
  font-family: var(--ff-h);
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: var(--white); line-height: 1.02; letter-spacing: 1px;
} */
 .sec-h-light {
  font-family: var(--ff-h);
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: var(--white);
  line-height: 1.02;
  letter-spacing: 1px;

  text-align: center;
  width: 100%;
}
.body-t { font-size: .93rem; color: #4a4a4a; line-height: 1.8; }
.sec-sub {
  color: var(--muted); font-size: .88rem;
  max-width: 540px; margin: .7rem auto 0; line-height: 1.7;
}

/* About image collage */
.about-img-collage {
  position: relative;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: auto auto;
  gap: 10px;
}
.ac-main { grid-row: 1 / 3; border-radius: var(--radius); overflow: hidden; }
.ac-main img { width: 100%; height: 100%; object-fit: cover; min-height: 340px; }
.ac-side { display: flex; flex-direction: column; gap: 10px; }
.ac-side img { width: 100%; height: calc(50% - 5px); object-fit: cover; border-radius: var(--radius); flex: 1; min-height: 120px; }
.ac-badge {
  position: absolute; bottom: -15px; right: -15px;
  background: var(--gold);
  color: var(--dark);
  width: 80px; height: 80px; border-radius: 50%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  font-family: var(--ff-c); font-size: .62rem; font-weight: 800;
  letter-spacing: 1px; text-transform: uppercase;
  text-align: center;
  border: 4px solid #f5f0e6;
  box-shadow: 0 4px 20px rgba(0,0,0,.15);
}
.ac-badge i { font-size: 1.2rem; margin-bottom: .1rem; }

/* Feature pills */
.feat-pill {
  display: inline-flex; align-items: center; gap: .4rem;
  background: rgba(193,153,27,.12);
  border: 1.5px solid rgba(193,153,27,.45);
  border-radius: 30px; padding: .36rem .95rem;
  font-family: var(--ff-c); font-size: .8rem; font-weight: 700;
  color: #7a5c0b; letter-spacing: .3px;
  transition: var(--tr);
}
.feat-pill:hover { background: rgba(193,153,27,.22); border-color: #b8860b; transform: translateY(-1px); }
.feat-pill i { font-size: .72rem; color: #b8860b; }
.parking-pill { background: rgba(22,101,52,.1); border-color: rgba(22,101,52,.4); color: #14532d; }
.parking-pill i { color: #16a34a; }
.parking-pill:hover { background: rgba(22,101,52,.2); border-color: #16a34a; }

/* About buttons */
.btn-sess {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--ff-c); font-size: .88rem; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  background: var(--dark); color: var(--white);
  border: none; border-radius: 4px; padding: .7rem 1.8rem;
  cursor: pointer; transition: var(--tr);
}
.btn-sess:hover { background: var(--gold); color: var(--dark); }
.btn-wa-outline {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--ff-c); font-size: .88rem; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase;
  background: transparent; color: #16a34a;
  border: 2px solid #16a34a; border-radius: 4px;
  padding: .68rem 1.5rem; transition: var(--tr);
}
.btn-wa-outline:hover { background: #25d366; color: var(--white); border-color: #25d366; }
.about-spot { border-radius: var(--radius); overflow: hidden; }

/* ============================================================
   GALLERY SECTION
============================================================ */
#sgal {
  background: linear-gradient(180deg, #0d0d0d 0%, #111 100%);
  padding: 5rem 0;
}
.sg-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* Taller rows = more of portrait photos visible */
  grid-auto-rows: 280px;
  gap: 8px;
  margin-top: 1.5rem;
}
.sg-item {
  position: relative; overflow: hidden;
  border-radius: 8px; display: block;
  cursor: pointer;
  background: var(--d3);
}
/* .sg-item.wide { grid-column: span 2; } */
.sg-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  /* 20% from top keeps faces/heads in frame for portrait photos
     while landscape photos fill the slot naturally */
  object-position: center 20%;
  transition: transform .55s ease;
}
.sg-ov {
  position: absolute; inset: 0;
  background: rgba(0,0,0,.5);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: var(--tr);
  color: var(--gold); font-size: 1.5rem;
}
.sg-item:hover img { transform: scale(1.04); }
.sg-item:hover .sg-ov { opacity: 1; }
.sg-caption {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 2;
  background: linear-gradient(transparent, rgba(0,0,0,.82));
  padding: 1.5rem 0.95rem .55rem;
  transform: translateY(100%);
  transition: transform .35s ease;
  font-family: var(--ff-c); font-size: .8rem; font-weight: 600;
  color: var(--white); letter-spacing: .5px;
}
.sg-item:hover .sg-caption { transform: translateY(0); }
.sg-hidden { display: none; }

@media (max-width: 991px) {
  .sg-grid { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 240px; }
}
@media (max-width: 767px) {
  .sg-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 220px; }
  .sg-item.wide { grid-column: span 2; }
}
@media (max-width: 480px) {
  .sg-grid { grid-auto-rows: 180px; }
}

/* ============================================================
   ARTISTS & VIDEO SECTION
============================================================ */
#spgal {
  background: linear-gradient(180deg, #161616 0%, #1a1a1a 100%);
  padding: 5rem 0;
}
.sp-title {
  font-family: var(--ff-h);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: var(--white); letter-spacing: 1px;
  padding-bottom: .55rem;
  border-bottom: 2px solid var(--gold);
  margin-bottom: 1.3rem;
  text-align: center;
}

/* Artist grid */
.art-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 280px;     /* same height every row */
  grid-auto-flow: row dense; /* fills gaps if items differ */
  gap: 8px;
  width: 100%;
}
.art-item.tall { grid-row: span 2; }
.art-item {
  position: relative; overflow: hidden;
  border-radius: var(--radius); display: block;
  background: var(--d3);
}
.art-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  /* 20% from top = shows face + upper body, avoids cutting heads */
  object-position: center 20%;
  transition: transform .5s ease;
  position: absolute; top: 0; left: 0;
}
.art-ov {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 2;
  background: linear-gradient(transparent 0%, rgba(0,0,0,.88) 100%);
  padding: 1.5rem .85rem .65rem;
  opacity: 1; transition: var(--tr);
}
.art-item:hover img { transform: scale(1.04); }
.art-name { font-family: var(--ff-c); font-size: .9rem; font-weight: 700; color: var(--white); }
.art-role { font-family: var(--ff-c); font-size: .72rem; color: var(--gold); margin-top: .1rem; }

@media (max-width: 991px) { .art-grid { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 240px; } }
@media (max-width: 767px) { .art-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 220px; } }
@media (max-width: 480px) { .art-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; } }

/* Video list */
.vid-list { display: flex; flex-direction: column; gap: 27px; width: 100%; overflow: hidden;}
.vid-card {
  display: flex; gap: 0;
  background: var(--d2);
  border: 1px solid var(--border-w);
  border-radius: 8px; overflow: hidden;
  transition: var(--tr); cursor: pointer;
  width: 100%; min-width: 0;
}
.vid-card:hover { border-color: rgba(255,215,0,.35); transform: translateY(-3px); box-shadow: 0 8px 28px rgba(0,0,0,.35); }
.vid-thumb { position: relative; flex-shrink: 0; width: 145px; height: 90px; overflow: hidden; }
.vid-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.vid-card:hover .vid-thumb img { transform: scale(1.06); }
.vid-play {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,.38); transition: var(--tr);
  pointer-events: none;
}
.vid-play i { font-size: 1.65rem; color: var(--white); filter: drop-shadow(0 0 6px rgba(0,0,0,.7)); }
.vid-card:hover .vid-play { background: rgba(255,215,0,.2); }
.vid-card:hover .vid-play i { color: var(--gold); }
.vid-meta { padding: .65rem .9rem; display: flex; flex-direction: column; justify-content: center; gap: .2rem;  min-width: 0; flex: 1;}
.vid-title { font-family: var(--ff-c); font-size: .88rem; font-weight: 700; color: var(--white); line-height: 1.3; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.vid-info { font-size: .7rem; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

@media (max-width: 480px) { .vid-thumb { width: 110px; height: 75px; } }

/* ============================================================
   SERVICES SECTION
============================================================ */
#svc {
  background: linear-gradient(180deg, #0a0a0a 0%, #080808 100%);
  padding: 5rem 0;
  position: relative;
}
#svc::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,215,0,.2), transparent);
}
.svc-card {
  background: var(--d3);
  border: 1px solid var(--border-w);
  border-radius: var(--radius);
  padding: 1.6rem 1.4rem;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
  position: relative; overflow: hidden;
}
.svc-card::before {
  content: '';
  position: absolute; inset: 0; border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255,215,0,.04) 0%, transparent 60%);
  opacity: 0; transition: var(--tr); pointer-events: none;
}
.svc-card:hover { border-color: rgba(255,215,0,.35); transform: translateY(-6px); box-shadow: 0 16px 40px rgba(255,215,0,.06); }
.svc-card:hover::before { opacity: 1; }
.svc-ico {
  width: 50px; height: 50px;
  background: var(--d2); border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-size: 1.2rem;
  margin-bottom: 1rem;
  border: 1px solid var(--border);
  transition: var(--tr);
}
.svc-card:hover .svc-ico { background: rgba(255,215,0,.12); border-color: var(--gold); }
/* .svc-t { font-family: var(--ff-c); font-size: 1rem; font-weight: 700; color: var(--white); letter-spacing: .4px; margin-bottom: .5rem; }
.svc-txt { font-size: .8rem; color: var(--muted); line-height: 1.65; } */
.svc-lnk {
  display: inline-flex; align-items: center; gap: .35rem;
  font-family: var(--ff-c); font-size: .78rem; font-weight: 700;
  letter-spacing: 1px; color: var(--gold); margin-top: .85rem;
  transition: var(--tr-fast);
}
.svc-lnk:hover { gap: .6rem; }

/* Signature strip */
.sig-strip {
  background: linear-gradient(135deg, rgba(255,215,0,.05) 0%, rgba(255,215,0,.02) 100%);
  border: 1px solid rgba(255,215,0,.15);
  border-radius: var(--radius);
  padding: 1.4rem 2rem;
  display: flex; flex-wrap: wrap; align-items: center; gap: 1rem;
}
.sig-label {
  font-family: var(--ff-c); font-size: .8rem; font-weight: 800;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--gold); white-space: nowrap;
  border-right: 1px solid rgba(255,215,0,.2);
  padding-right: 1.2rem; flex-shrink: 0;
}
.sig-items { display: flex; flex-wrap: wrap; gap: .5rem; flex: 1; }
.sig-items span {
  display: inline-flex; align-items: center; gap: .4rem;
  background: rgba(255,215,0,.06);
  border: 1px solid rgba(255,215,0,.12);
  border-radius: 4px; padding: .28rem 0.95rem;
  font-family: var(--ff-c); font-size: .76rem; font-weight: 600;
  color: rgba(200,200,200,.8); letter-spacing: .2px;
  transition: var(--tr); cursor: default;
}
.sig-items span:hover { background: rgba(255,215,0,.12); color: var(--gold); border-color: rgba(255,215,0,.3); }
.sig-items span i { color: var(--gold); font-size: .7rem; }

@media (max-width: 767px) {
  .sig-strip { padding: 1rem 1.2rem; }
  .sig-label { border-right: none; border-bottom: 1px solid rgba(255,215,0,.2); padding-right: 0; padding-bottom: .6rem; width: 100%; }
}

/* ============================================================
   CONTACT SECTION
============================================================ */
#contact {
  background: linear-gradient(180deg, #0f0f0f 0%, #111 100%);
  padding: 5rem 0;
}
.cc {
  background: var(--d3);
  border: 1px solid var(--border-w);
  border-radius: var(--radius);
  padding: 1.2rem;
  display: flex; align-items: flex-start; gap: .9rem;
  transition: var(--tr); height: 100%;
}
.cc:hover { border-color: rgba(255,215,0,.3); }
.cc-ico {
  width: 42px; height: 42px; flex-shrink: 0;
  background: var(--dark); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-size: .95rem;
}
.cc-lbl { font-family: var(--ff-c); font-size: .68rem; letter-spacing: 2px; color: var(--muted); text-transform: uppercase; }
.cc-val { font-family: var(--ff-c); font-size: .9rem; font-weight: 700; color: var(--white); margin-top: .1rem; }

/* Contact form */
.contact-form-wrap {
  background: var(--d3);
  border: 1px solid var(--border-w);
  border-radius: 12px;
  padding: 2.2rem 2rem;
}
.cf-title {
  font-family: var(--ff-h);
  font-size: 1.8rem; color: var(--white); letter-spacing: 1px; margin-bottom: .2rem;
}
.cf-sub { color: var(--muted); font-size: .83rem; margin-bottom: 1.5rem; }
.cf-label { font-family: var(--ff-c); font-size: .72rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); margin-bottom: .35rem; display: block; }
.cf-input {
  background: var(--dark) !important;
  border: 1px solid rgba(255,255,255,.1) !important;
  color: var(--white) !important;
  border-radius: 6px !important;
  padding: .68rem 1rem !important;
  font-size: .87rem !important;
  transition: border-color .2s, box-shadow .2s !important;
}
.cf-input:focus {
  border-color: rgba(255,215,0,.45) !important;
  box-shadow: 0 0 0 3px rgba(255,215,0,.1) !important;
  outline: none !important;
  background: rgba(255,215,0,.015) !important;
}
.cf-input::placeholder { color: var(--muted) !important; }
.cf-input option { background: var(--dark); color: var(--light); }

/* Send button */
.btn-send {
  font-family: var(--ff-c); font-size: .9rem; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  background: var(--gold); color: var(--dark);
  border: none; border-radius: 6px;
  padding: 0.95rem 2rem; cursor: pointer;
  transition: var(--tr); width: 100%;
  display: flex; align-items: center; justify-content: center; gap: .5rem;
}
.btn-send:hover { background: var(--gold-l); transform: translateY(-2px); box-shadow: 0 8px 25px rgba(255,215,0,.3); }
.btn-send:disabled { opacity: .7; transform: none; cursor: wait; }

/* Map box */
.map-box { border-radius: var(--radius); overflow: hidden; height: 280px; border: 1px solid var(--border-w); }
.map-box iframe { width: 100%; height: 100%; border: 0; display: block; filter: grayscale(.3) brightness(.9); }

/* ============================================================
   FOOTER
============================================================ */
#ftr {
  background: linear-gradient(180deg, #0a0a0a 0%, var(--dark) 100%);
  border-top: 1px solid var(--border);
  position: relative; overflow: hidden;
}
#ftr::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,215,0,.5), transparent);
}
.ftr-top-bar {
  padding: 1.4rem 0;
  border-bottom: 1px solid rgba(255,215,0,.08);
  background: rgba(255,215,0,.02);
}
.ftr-main { padding: 3.5rem 0 2rem; }
.ftr-desc { font-size: .82rem; color: var(--light); line-height: 1.75; }
.ftr-badges { display: flex; flex-wrap: wrap; gap: .5rem; }
.ftr-badge {
  display: inline-flex; align-items: center; gap: .35rem;
  font-family: var(--ff-c); font-size: .72rem; font-weight: 700;
  letter-spacing: .5px; color: var(--gold);
  background: rgba(255,215,0,.06); border: 1px solid rgba(255,215,0,.15);
  border-radius: 4px; padding: .22rem .7rem;
}
.ftr-badge i { font-size: .65rem; }
.ftr-hd {
  font-family: var(--ff-c); font-size: .92rem; font-weight: 800;
  letter-spacing: 3px; color: var(--gold); text-transform: uppercase;
  margin-bottom: 1rem; padding-bottom: .5rem; position: relative;
}
.ftr-hd::after { content: ''; position: absolute; bottom: 0; left: 0; width: 2rem; height: 2px; background: var(--gold); }
.ftr-lnk {
  font-size: .8rem; color: #fff;
  display: flex; align-items: flex-start; gap: .5rem;
  margin-bottom: .48rem; transition: var(--tr); line-height: 1.5;
}
.ftr-lnk i { color: var(--gold); font-size: .68rem; flex-shrink: 0; margin-top: .2rem; }
.ftr-lnk:hover { color: var(--gold); padding-left: 4px; }

.ftr-contact-item {
  display: flex; align-items: flex-start; gap: 0.95rem;
  font-size: .8rem; color: #fff;
  margin-bottom: 0.95rem; line-height: 1.55;
  transition: var(--tr); text-decoration: none;
}
.ftr-contact-item:hover { color: var(--gold); }
.ftr-ci-ico {
  width: 32px; height: 32px; flex-shrink: 0;
  background: rgba(255,215,0,.06); border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-size: .85rem;
  border: 1px solid rgba(255,215,0,.12);
}

.ftr-soc-btn {
  width: 38px; height: 38px; border-radius: 8px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.09);
  display: flex; align-items: center; justify-content: center;
  color: var(--muted); font-size: 1rem;
  text-decoration: none; transition: var(--tr);
}
.ftr-soc-btn:hover { transform: translateY(-3px); }
.ftr-soc-btn.fb:hover { background: #1877f2; color: #fff; border-color: #1877f2; }
.ftr-soc-btn.ig:hover { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); color: #fff; border-color: transparent; }
.ftr-soc-btn.yt:hover { background: red; color: #fff; border-color: red; }
.ftr-soc-btn.tw:hover { background: #000; color: #fff; border-color: #555; }
.ftr-soc-btn.wa2:hover { background: #25d366; color: #fff; border-color: #25d366; }
.ftr-soc-btn.sp:hover { background: #1db954; color: #fff; border-color: #1db954; }

.ftr-bot {
  background: rgba(0,0,0,.5);
  border-top: 1px solid rgba(255,215,0,.07);
  padding: 1rem 0;
}
.ftr-copy { font-size: .72rem; color: rgba(150,150,150,.65); }
.ftr-policy-lnk { font-size: .7rem; color: rgba(150,150,150,.55); transition: var(--tr); }
.ftr-policy-lnk:hover { color: var(--gold); }
.ftr-dev-lnk { color: var(--gold); }
.ftr-dev-lnk:hover { text-decoration: underline; }

/* ============================================================
   FLOATING ELEMENTS
============================================================ */
/* WhatsApp FAB */
.wa-fab {
  position: fixed; left: 18px; bottom: 22px; z-index: 1200;
  display: flex; align-items: center; gap: .5rem;
  background: #25d366; color: var(--white);
  border-radius: 30px; padding: .52rem .95rem .52rem .72rem;
  box-shadow: 0 4px 22px rgba(37,211,102,.45);
  font-family: var(--ff-c); font-size: .82rem; font-weight: 600;
  transition: var(--tr);
}
.wa-fab:hover { background: #1ebe57; color: var(--white); transform: scale(1.05); }
.wa-fab i { font-size: 1.3rem; }

/* Scroll-to-top */
#stbtn {
  position: fixed; right: 18px; bottom: 22px; z-index: 1200;
  width: 42px; height: 42px;
  background: var(--d3); border: 2px solid var(--gold);
  border-radius: 4px; color: var(--gold); font-size: .85rem;
  cursor: pointer; display: none; align-items: center; justify-content: center;
  transition: var(--tr);
}
#stbtn.show { display: flex; }
#stbtn:hover { background: var(--gold); color: var(--dark); }

@media (max-width: 599px) {
  .wa-fab span { display: none; }
  .wa-fab { padding: .65rem; border-radius: 50%; }
  .wa-fab i { margin: 0; font-size: 1.45rem; }
}

/* ============================================================
   BOOKING MODAL
============================================================ */
.m-body {
  background: var(--d3);
  border: 1px solid var(--border);
  border-radius: 14px;
  color: var(--light);
}
.m-title { font-family: var(--ff-h); font-size: 1.7rem; color: var(--white); letter-spacing: 2px; }
.m-sub { font-size: .82rem; color: var(--muted); line-height: 1.6; margin-top: .25rem; }

/* ============================================================
   UTILITY CLASSES
============================================================ */
.btn-outline-g {
  display: inline-flex; align-items: center; gap: .45rem;
  font-family: var(--ff-c); font-size: .8rem; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--gold); border: 1.5px solid var(--gold);
  border-radius: 4px; padding: .42rem 1.2rem;
  cursor: pointer; background: transparent; transition: var(--tr);
}
.btn-outline-g:hover { background: var(--gold); color: var(--dark); }

/* Magnific popup overrides */
.mfp-bg { background: rgba(0,0,0,.93); }
.mfp-close { color: var(--gold) !important; opacity: 1 !important; font-size: 2rem !important; }
.mfp-arrow::before, .mfp-arrow::after { border-color: var(--gold) !important; }

/* ============================================================
   ANIMATIONS
============================================================ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.animate-up {
  opacity: 0; transform: translateY(30px);
  transition: opacity .65s ease, transform .65s ease;
}
.animate-up.in-view { opacity: 1; transform: translateY(0); }

/* ============================================================
   RESPONSIVE BREAKPOINTS
============================================================ */
@media (max-width: 1199px) {
  .hero-h { font-size: clamp(3rem, 8vw, 6rem); }
}
@media (max-width: 991px) {
  section { padding: 4rem 0; }
  .about-img-collage { grid-template-columns: 1fr 1fr; }
  .contact-form-wrap { padding: 1.8rem 1.4rem; }
}
@media (max-width: 767px) {
  section { padding: 3.5rem 0; }
  .hero-body { padding-top: 4rem; padding-bottom: 8rem; }
  .hero-scroll-hint { display: none; }
  .hs-item { min-width: 90px; }
  .hs-num { font-size: 1.8rem; }
  .hs-label { font-size: .6rem; }
  .ac-badge { width: 65px; height: 65px; bottom: -10px; right: -10px; font-size: .55rem; }
  .contact-form-wrap { padding: 1.5rem 1.2rem; }
  .ftr-main { padding: 2.5rem 0 1.5rem; }
}
@media (max-width: 480px) {
  .hero-h { font-size: clamp(2.4rem, 11vw, 3.5rem); }
  .ln { font-size: 1.2rem; }
  .vid-thumb { width: 100px; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* ============================================================
   TOAST NOTIFICATIONS
============================================================ */
.mnd-toast {
  position: fixed;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  z-index: 9999;
  background: var(--d3);
  border: 1px solid var(--border);
  color: var(--white);
  font-family: var(--ff-c);
  font-size: .88rem;
  font-weight: 600;
  letter-spacing: .5px;
  padding: .8rem 1.8rem;
  border-radius: 40px;
  box-shadow: 0 8px 32px rgba(0,0,0,.5);
  opacity: 0;
  transition: opacity .35s ease, transform .35s ease;
  pointer-events: none;
  white-space: nowrap;
  max-width: calc(100vw - 2rem);
  text-align: center;
}
.mnd-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.mnd-toast--success { border-color: rgba(40,167,69,.5); color: #7ee89b; }
.mnd-toast--error { border-color: rgba(220,53,69,.4); color: #f08080; }


.team-card {
  display: block;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--d3);
  border: 1px solid var(--border-w);
  text-decoration: none;
  transition: var(--tr);
}
.team-card:hover {
  border-color: rgba(255,215,0,.35);
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,.45);
  color: inherit;
}
.team-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.team-photo img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center top;
  transition: transform .5s ease;
}
.team-card:hover .team-photo img { transform: scale(1.05); }
 
.team-info {
  background: var(--dark);
  padding: 1.1rem 1.2rem 1.3rem;
  border-top: 2px solid rgba(255,215,0,.15);
}
.team-name {
  font-family: var(--ff-h);
  font-size: 1.15rem;
  color: var(--white);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.team-role {
  font-family: var(--ff-c);
  font-size: .8rem; font-weight: 700;
  color: var(--gold);
  letter-spacing: .5px;
  margin-top: .2rem;
}
.team-desc {
  font-family: var(--ff-b);
  font-size: .78rem;
  color: var(--muted);
  line-height: 1.55;
  margin-top: .45rem;
}

.vid-card-v {
  background: var(--d2);
  border: 1px solid var(--border-w);
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  transition: var(--tr);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.vid-card-v:hover {
  border-color: rgba(255,215,0,.35);
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0,0,0,.4);
}
.vid-thumb-v {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.vid-thumb-v img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.vid-card-v:hover .vid-thumb-v img { transform: scale(1.06); }
.vid-card-v .vid-play {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,.38); transition: var(--tr);
}
.vid-card-v .vid-play i { font-size: 2rem; color: var(--white); filter: drop-shadow(0 0 6px rgba(0,0,0,.7)); }
.vid-card-v:hover .vid-play { background: rgba(255,215,0,.2); }
.vid-card-v:hover .vid-play i { color: var(--gold); }
 
.vid-meta-v {
  padding: .85rem 1rem;
  display: flex; flex-direction: column; gap: .3rem;
  flex: 1;
}
/* 15 may */
.sec-h-light{
    text-align: center;
    width: 100%;
}

.email-box {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

/* label & value styling */
.cc-lbl {
    font-weight: 600;
    color: #fff;
}

.cc-val {
    font-size: 0.95rem;   /* FIX: bigger text */
    color: #ffffff;
    opacity: 1;
    
    /* FIX: overflow issue */
    word-break: break-all;
    overflow-wrap: anywhere;
    white-space: normal;

    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* hover effect */
.email-box:hover .cc-val {
    color: #ffcc00;
}