/* ==============================================
   SILVERSTEIN STUDIOS
   Corporate-warm · Cozy · Big type · Clean
   ============================================== */
:root {
  --bg:           #171819;
  --surface:      #1E1F20;
  --surface-2:    #252627;
  --navy:         #0A1628;
  --blue:         #0000FF;
  --teal:         #50A0C5;
  --cream:        #FFFFFF;
  --text:         #FFFFFF;
  --text-mid:     #B8B4AF;
  --text-dim:     #918D88;
  --border:       rgba(255,255,255,0.08);
  --font:         'DM Sans', -apple-system, sans-serif;
  --font-title:   'broadacre-regular-1', sans-serif;
  --ease:         cubic-bezier(0.4, 0, 0.2, 1);
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: var(--font-title);
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

::selection { background: var(--blue); color: #fff; }
a { color: inherit; text-decoration: none; }

/* Accessibility — focus indicators */
:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 3px;
}
/* Skip to content link */
.skip-link {
  position: fixed;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  background: var(--teal);
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  z-index: 9999;
  font-size: 0.9rem;
}
.skip-link:focus {
  left: 16px;
  top: 16px;
  width: auto;
  height: auto;
  overflow: visible;
}
ul { list-style: none; }
img { display: block; max-width: 100%; }

.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* ==============================================
   NAVBAR — floating dark blue pill
   ============================================== */
/* Override any Bootstrap nav styles leaking onto our custom navbar */
.navbar-wrap,
.navbar-wrap * {
  float: none;
}

.navbar-wrap {
  position: fixed;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 48px);
  max-width: 1180px;
  z-index: 1000;
  transition: all 0.35s var(--ease);
  padding: 0;
  flex-wrap: nowrap;
}

.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 62px;
  padding: 0 28px;
  background: var(--navy);
  border: 1px solid rgba(26,107,240,0.1);
  border-radius: 16px;
  transition: all 0.35s var(--ease);
}

.navbar-wrap.scrolled .navbar-inner {
  background: rgba(10, 22, 40, 0.7);
  backdrop-filter: blur(28px) saturate(1.4);
  -webkit-backdrop-filter: blur(28px) saturate(1.4);
  box-shadow: 0 8px 48px rgba(0,0,0,0.3);
  border-color: rgba(26,107,240,0.08);
}

.nav-logo {
  display: flex;
  align-items: center;
}

/* LOGO SIZE: Adjust height here to resize the navbar logo */
.nav-logo-img {
  height: 46px;
  width: auto;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-links a {
  font-size: 0.88rem;
  font-weight: 400;
  color: var(--text-mid);
  transition: color 0.25s var(--ease);
}

.nav-links a:hover { color: var(--cream); }

.nav-cta {
  font-size: 0.82rem !important;
  font-weight: 500 !important;
  color: var(--cream) !important;
  padding: 8px 22px;
  border: 1.5px solid var(--teal);
  border-radius: 10px;
  transition: all 0.25s var(--ease) !important;
}

.nav-cta:hover {
  background: #6699CC !important;
  border-color: #6699CC !important;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--cream);
  border-radius: 2px;
  transition: all 0.3s var(--ease);
}

.nav-toggle.active span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* Mobile menu — hidden by default on all screen sizes */
.nav-mobile {
  display: none;
}

/* ==============================================
   HERO — Lemonlight-style centered layout
   ============================================== */
.hero {
  text-align: center;
  padding: 200px 24px 80px;
  position: relative;
}

/* Top bar removed */
.hero-geo {
  display: none;
}

.hero-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal);
  background: rgba(26,107,240,0.08);
  padding: 6px 18px;
  border-radius: 100px;
  margin-bottom: 32px;
}

.hero h1 {
  font-size: clamp(2.4rem, 5.5vw, 3.8rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--cream);
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}

.hero h1 em {
  font-style: italic;
  font-weight: 500;
  color: var(--text-mid);
}

.hero-sub {
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--text-mid);
  max-width: 560px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

.hero-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 72px;
}

.btn-primary-custom {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  font-weight: 500;
  color: #fff;
  background: var(--teal);
  padding: 14px 32px;
  border-radius: 12px;
  border: none;
  transition: all 0.25s var(--ease);
}

.btn-primary-custom:hover {
  background: #2E7AF7;
  transform: translateY(-1px);
  box-shadow: 0 6px 24px rgba(26,107,240,0.3);
  color: #fff;
}

.btn-outline-custom {
  display: inline-flex;
  align-items: center;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text);
  padding: 14px 32px;
  border-radius: 12px;
  border: 1.5px solid var(--border);
  background: transparent;
  transition: all 0.25s var(--ease);
}

.btn-outline-custom:hover {
  border-color: rgba(255,255,255,0.15);
  background: var(--surface);
  color: var(--cream);
}

/* Hero showreel area */
.hero-reel {
  max-width: 860px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  background: var(--surface);
  border-radius: 16px;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.3s var(--ease);
}

.hero-reel:hover { border-color: rgba(26,107,240,0.2); }

.hero-reel::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(26,107,240,0.03) 0%, transparent 70%);
}

.play-btn {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  border: 1.5px solid rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s var(--ease);
  z-index: 2;
}

.hero-reel:hover .play-btn {
  background: var(--teal);
  border-color: var(--teal);
  transform: scale(1.05);
}

.play-btn svg { margin-left: 3px; }

/* ==============================================
   TRUSTED BY — logo strip
   ============================================== */
.trusted {
  padding: 80px 0;
  text-align: center;
  border-top: 1px solid var(--border);
}

.trusted-label {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 36px;
}

.trusted-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 44px 56px;
  align-items: center;
}

.trusted-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.trusted-logo img {
  height: 60px;
  width: auto;
  filter: brightness(0) invert(1);
}

.trusted-logo img.trusted-logo--tall {
  height: 90px;
}

.trusted-logo img.trusted-logo--small {
  height: 46px;
}

/* ==============================================
   SECTION SHARED
   ============================================== */
.section { padding: 120px 0; }

.section-eyebrow {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 16px;
}

.section-title {
  font-size: clamp(1.8rem, 3.6vw, 2.6rem);
  font-weight: 700;
  color: var(--cream);
  margin-bottom: 16px;
  letter-spacing: -0.015em;
  line-height: 1.2;
}

.section-desc {
  font-size: 1.05rem;
  color: var(--text-mid);
  max-width: 520px;
  line-height: 1.7;
}

.section-desc.centered {
  margin: 0 auto;
  text-align: center;
}

.section-header-centered {
  text-align: center;
  margin-bottom: 56px;
}

/* ==============================================
   WORK CAROUSEL — 2x2 grid per page, 4 pages
   ============================================== */
.work-section {
  border-top: 1px solid var(--border);
}

.work-carousel-wrap {
  position: relative;
  margin-top: 56px;
}

.work-carousel {
  overflow: hidden;
  border-radius: 14px;
}

.work-track {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 20px;
  transition: none;
}

.work-slide {
  display: none;
}

.work-slide.visible {
  display: block;
}

.work-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid var(--border);
  transition: border-color 0.3s var(--ease), transform 0.3s var(--ease);
}

.work-card:hover {
  border-color: rgba(26,107,240,0.15);
  transform: translateY(-3px);
}

.work-thumb {
  width: 100%;
  aspect-ratio: 16 / 10;
  background: var(--surface);
  background-size: cover;
  background-position: center;
  position: relative;
}

.work-play-icon {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0.7;
  transition: opacity 0.3s var(--ease), transform 0.3s var(--ease);
  pointer-events: none;
}

.work-card:hover .work-play-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}

.work-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 28px;
  background: linear-gradient(to top, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.5) 40%, transparent 100%);
}

.work-cat {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 6px;
}

.work-name {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--cream);
}

/* Blue bottom line on hover */
.work-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 3px;
  background: var(--teal);
  transition: width 0.35s var(--ease);
  border-radius: 0 0 14px 14px;
}

.work-card:hover::after { width: 100%; }

/* Dots */
.work-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
}

.work-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--border);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.3s var(--ease), transform 0.3s var(--ease);
}

.work-dot.active {
  background: var(--teal);
  transform: scale(1.3);
}

.work-dots-arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: var(--navy);
  color: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.25s var(--ease), border-color 0.25s var(--ease), opacity 0.25s var(--ease);
  opacity: 0.85;
  flex-shrink: 0;
}

.work-dots-arrow:hover {
  background: var(--surface);
  border-color: rgba(26,107,240,0.2);
  opacity: 1;
}

.work-dots-arrow[disabled] {
  opacity: 0.25;
  pointer-events: none;
}

.work-dots-arrow svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ==============================================
   YOUTUBE MODAL
   ============================================== */
.yt-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.yt-modal.open {
  display: flex;
}

.yt-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

.yt-modal-content {
  position: relative;
  width: 90%;
  max-width: 960px;
  z-index: 2;
}

.yt-modal-x {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.yt-modal-x:hover { opacity: 1; }

.yt-modal-player {
  aspect-ratio: 16 / 9;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
}

.yt-modal-player iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* ==============================================
   SERVICES
   ============================================== */
.services-section {
  border-top: 1px solid var(--border);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 56px;
}

.service-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 40px 32px;
  transition: border-color 0.3s var(--ease), background 0.3s var(--ease);
}

.service-card:hover {
  border-color: rgba(26,107,240,0.12);
  background: var(--surface-2);
}

.service-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(26,107,240,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.service-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--cream);
  margin-bottom: 12px;
}

.service-card p {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--text-mid);
  line-height: 1.65;
}

/* ==============================================
   EVENT PHOTOGRAPHY CTA
   ============================================== */
.events-cta-section {
  border-top: 1px solid var(--border);
}

.events-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 56px 52px;
  position: relative;
  overflow: hidden;
}

/* Subtle accent glow */
.events-cta::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(26,107,240,0.06) 0%, transparent 70%);
  pointer-events: none;
}

.events-cta-content {
  flex: 1;
  position: relative;
}

.events-cta-badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal);
  background: rgba(26,107,240,0.08);
  padding: 5px 14px;
  border-radius: 100px;
  margin-bottom: 20px;
}

.events-cta-title {
  font-size: clamp(1.4rem, 2.8vw, 1.9rem);
  font-weight: 700;
  color: var(--cream);
  line-height: 1.25;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}

.events-cta-desc {
  font-size: 0.95rem;
  color: var(--text-mid);
  line-height: 1.7;
  max-width: 480px;
  margin-bottom: 28px;
}

.events-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  font-weight: 500;
  color: #fff;
  background: var(--teal);
  padding: 12px 28px;
  border-radius: 10px;
  transition: all 0.25s var(--ease);
}

.events-cta-btn:hover {
  background: #2E7AF7;
  transform: translateY(-1px);
  box-shadow: 0 6px 24px rgba(26,107,240,0.3);
  color: #fff;
}

.events-cta-logo {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 36px;
  position: relative;
}

.events-cta-logo-img {
  height: 80px;
  width: auto;
  object-fit: contain;
  opacity: 0.9;
  transition: opacity 0.25s;
}

.events-cta-logo-photo {
  height: 60px;
}

.events-cta-logo-img:hover {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .events-cta {
    flex-direction: column;
    text-align: center;
    padding: 40px 28px;
    gap: 32px;
  }
  .events-cta-desc {
    margin-left: auto;
    margin-right: auto;
  }
}

/* ==============================================
   ABOUT
   ============================================== */
.about-section {
  border-top: 1px solid var(--border);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-top: 0;
}

.about-grid--text-only {
  grid-template-columns: 1fr;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.about-img {
  aspect-ratio: 4 / 5;
  background: var(--surface);
  border-radius: 14px;
  border: 1px solid var(--border);
  overflow: hidden;
}

.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-text p {
  font-size: 1rem;
  color: var(--text-mid);
  line-height: 1.8;
  margin-bottom: 20px;
}

.about-stats {
  display: flex;
  gap: 48px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
}

.stat h4 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--cream);
  line-height: 1;
  margin-bottom: 4px;
}

.stat span {
  font-size: 0.78rem;
  font-weight: 400;
  color: var(--text-dim);
}

/* ==============================================
   CTA
   ============================================== */
.cta-section {
  padding: 0 0 140px;
}

/* Clapperboard icon above CTA */
.clapperboard {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 28px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s var(--ease), transform 0.5s var(--ease);
}

.clapperboard.in-view {
  opacity: 1;
  transform: translateY(0);
}

.clapperboard-img {
  height: 110px;
  width: auto;
  display: block;
}

.cta-box {
  background: var(--teal);
  border-radius: 20px;
  padding: 80px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(80,160,197,0.25);
}


/* Large decorative S film SVG */
.cta-letter-s {
  position: absolute;
  right: 80px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  height: 160%;
  width: auto;
  opacity: 0.12;
  pointer-events: none;
  user-select: none;
}

.cta-box h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  position: relative;
  letter-spacing: -0.01em;
}

.cta-box p {
  font-size: 1rem;
  color: rgba(255,255,255,0.7);
  margin-bottom: 36px;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cta-btn-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--teal);
  background: #fff;
  padding: 14px 28px;
  border-radius: 12px;
  border: 2px solid #fff;
  transition: all 0.25s var(--ease);
  position: relative;
  cursor: pointer;
}

.cta-btn-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
  color: var(--teal);
}

.cta-contact-primary {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

.cta-contact-subs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
}

.cta-btn-sub {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(255,255,255,0.75);
  background: transparent;
  padding: 6px 4px;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.25);
  border-radius: 0;
  transition: all 0.2s var(--ease);
  cursor: pointer;
  font-family: inherit;
  letter-spacing: 0.02em;
}

.cta-btn-sub:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.cta-btn-sub.copied {
  color: #fff;
  border-bottom-color: #fff;
}

/* ==============================================
   FOOTER
   ============================================== */
.footer {
  padding: 48px 0 60px;
  border-top: 1px solid var(--border);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-logo { display: flex; align-items: center; }
.footer-logo-img { height: 32px; width: auto; object-fit: contain; opacity: 0.85; transition: opacity 0.25s; }
.footer-logo-img:hover { opacity: 1; }

.footer-group { display: flex; flex-direction: column; }

.footer-socials { display: flex; gap: 20px; align-items: center; }
.footer-socials a {
  color: var(--text-dim);
  transition: color 0.25s var(--ease), transform 0.25s var(--ease);
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-socials a:hover { transform: translateY(-2px); }
.footer-socials a:hover .footer-social-icon { opacity: 1; }

.footer-social-icon {
  height: 20px;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
  opacity: 0.55;
  transition: opacity 0.25s var(--ease);
}

.footer-email { font-size: 0.82rem; }
.footer-email a {
  color: var(--text-dim);
  text-decoration: none;
  transition: color 0.25s var(--ease);
}
.footer-email a:hover { color: var(--cream); }

.footer-label {
  font-size: 0.7rem;
  color: var(--text-dim);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 8px;
}

.footer-copy { font-size: 0.72rem; color: var(--text-dim); }

.footer-review {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 10px 18px;
  text-decoration: none;
  transition: border-color 0.25s var(--ease), background 0.25s var(--ease);
  white-space: nowrap;
}

.footer-review:hover {
  border-color: rgba(255,255,255,0.18);
  background: var(--surface-2);
}

.footer-review-g {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.footer-review-right {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.footer-review-stars {
  color: #FBBC05;
  letter-spacing: 2px;
  font-size: 0.68rem;
  line-height: 1;
}

.footer-review-label {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--text-mid);
  letter-spacing: 0.02em;
  line-height: 1;
}

/* ==============================================
   REVEAL
   ============================================== */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.5s var(--ease), transform 0.5s var(--ease);
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger */
.service-card:nth-child(2).reveal { transition-delay: 0.06s; }
.service-card:nth-child(3).reveal { transition-delay: 0.12s; }

/* ==============================================
   RESPONSIVE
   ============================================== */
@media (max-width: 991.98px) {
  .navbar-wrap { width: calc(100% - 32px); }
  .nav-links-desktop { display: none; }
  .nav-toggle { display: flex; }
  .nav-mobile {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0; right: 0;
    background: var(--navy);
    border-radius: 14px;
    border: 1px solid rgba(26,107,240,0.08);
    padding: 20px 24px;
    flex-direction: column;
    gap: 12px;
  }
  .nav-mobile.open { display: flex; }
  .nav-mobile a {
    font-size: 0.92rem;
    color: var(--text-mid);
    padding: 6px 0;
  }

  .hero { padding: 160px 24px 60px; }
  .work-track { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .section { padding: 80px 0; }
}

@media (max-width: 575.98px) {
  .navbar-wrap { width: calc(100% - 20px); top: 12px; }
  .navbar-inner { padding: 0 16px; height: 54px; }
  .hero h1 { font-size: 1.9rem; }
  .hero-sub { font-size: 0.95rem; }
  .hero-btns { flex-direction: column; align-items: center; }
  .about-stats { flex-direction: column; gap: 20px; }
  .cta-box { padding: 52px 24px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}
