:root {
  /* Bees Motion palette */
  --gold: #e5a823;
  --gold-light: #f5c84d;
  --gold-dark: #b8860b;
  --navy: #0f2347;
  --navy-soft: #1a3560;
  --ink: #0a0a0a;
  --on-bg: #1a1a1a;
  --secondary: #555555;
  --cream: #fafaf8;
  --cream-2: #f7f5f0;
  --white: #ffffff;
  --muted: #555555;
  --border: rgba(26, 26, 26, 0.08);
  --shadow: 0 16px 48px rgba(15, 35, 71, 0.08);
  --radius: 24px;
  --radius-sm: 14px;
  --header-h: 96px;
  --font-ar: "Tajawal", "IBM Plex Sans Arabic", sans-serif;
  --font-en: "Inter", "Helvetica Neue", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  background: #ffffff;
}

body {
  font-family: var(--font-ar);
  background: #ffffff;
  color: var(--on-bg);
  line-height: 1.65;
  overflow-x: hidden;
  font-weight: 300;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}

html[dir="ltr"] body,
body.lang-en {
  font-family: var(--font-en);
}

/* —— GH / ProjectLaunch typography scale —— */
.font-headline-xl {
  font-family: var(--font-ar);
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 300;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: var(--ink);
}

html[dir="ltr"] .font-headline-xl,
body.lang-en .font-headline-xl {
  font-family: var(--font-en);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.font-headline-md {
  font-family: var(--font-ar);
  font-size: clamp(16px, 1.5vw, 19px);
  font-weight: 500;
  line-height: 1.45;
  color: var(--ink);
}

.font-body-lg {
  font-size: 1.125rem;
  line-height: 1.75;
  font-weight: 300;
  color: var(--secondary);
}

.font-body-md {
  font-size: 15px;
  line-height: 1.85;
  font-weight: 300;
  color: var(--secondary);
}

.svc-tag {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}

html[dir="ltr"] .svc-tag,
body.lang-en .svc-tag {
  letter-spacing: 0.18em;
}

.band-cream {
  background: #ffffff !important;
}

.band-outcomes {
  background: #ffffff;
  background-image: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.brand-logo {
  max-width: none !important;
  width: auto !important;
  height: clamp(48px, 7vw, 64px) !important;
}

a {
  color: inherit;
  text-decoration: none;
}

.skip-link {
  position: absolute;
  inset-inline-start: 12px;
  top: -100px;
  background: var(--navy);
  color: var(--white);
  padding: 10px 16px;
  border-radius: 8px;
  z-index: 9999;
}

.skip-link:focus {
  top: 12px;
}

.container {
  width: min(1180px, 92vw);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
}

/* Honeycomb bg */
.honey-bg {
  position: relative;
}

.honey-bg::before {
  display: none;
}

/* Header */
.site-header {
  position: fixed;
  top: 0;
  inset-inline: 0;
  z-index: 1000;
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  background: #ffffff;
  border-bottom: 1px solid var(--border);
  transition: box-shadow 0.25s;
  overflow: visible;
}

.site-header.scrolled {
  box-shadow: 0 8px 32px rgba(15, 35, 71, 0.06);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(1180px, 92vw);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
}

.brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
}

.brand-logo,
.brand img {
  display: block;
  height: clamp(48px, 7vw, 64px);
  width: auto;
  max-width: none;
  object-fit: contain;
  object-position: center;
}

.nav-desktop {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-desktop a {
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
  opacity: 0.88;
  transition: color 0.2s;
}

.nav-desktop a:hover {
  color: var(--gold-dark);
  opacity: 1;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lang-toggle {
  display: flex;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 3px;
}

.lang-toggle button {
  border: none;
  background: transparent;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 999px;
  cursor: pointer;
  color: var(--muted);
}

.lang-toggle button.active {
  background: var(--navy);
  color: var(--white);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 17px 40px;
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.04em;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s, box-shadow 0.25s, color 0.25s, border-color 0.25s;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.btn-pill::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.35) 50%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 0.55s ease;
  pointer-events: none;
}

.btn-pill:hover::after {
  transform: translateX(120%);
}

.btn-pill:hover {
  transform: translateY(-2px);
}

.btn-pill-white {
  background: #fff;
  color: var(--ink);
  border-color: #fff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}

.btn-pill-ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.9);
}

.btn-pill-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
}

.btn-on-light {
  background: #fff;
  color: var(--ink);
  border: 1.5px solid var(--ink);
  box-shadow: 0 8px 28px rgba(10, 10, 10, 0.08);
}

.btn-on-light:hover {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--ink);
  box-shadow: 0 10px 28px rgba(229, 168, 35, 0.35);
}

.btn-gold:hover {
  transform: translateY(-2px);
}

.btn-outline {
  background: transparent;
  border: 2px solid rgba(15, 35, 71, 0.15);
  color: var(--navy);
}

.menu-btn {
  display: none;
  border: 1px solid var(--border);
  background: var(--white);
  border-radius: 12px;
  width: 44px;
  height: 44px;
  cursor: pointer;
}

.mobile-nav {
  display: none;
  position: fixed;
  inset: var(--header-h) 0 0 0;
  background: var(--cream);
  padding: 24px;
  z-index: 999;
  flex-direction: column;
  gap: 16px;
  border-top: 1px solid var(--border);
}

.mobile-nav.open {
  display: flex;
}

.mobile-nav a {
  font-size: 18px;
  font-weight: 600;
  color: var(--navy);
  padding: 8px 0;
  border-bottom: 1px solid var(--border);
}

.btn-outline-dark {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid rgba(26, 26, 26, 0.2);
}

.btn-outline-dark:hover {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}

/* Hero — white split, centered content (not full screen) */
.bm-hero {
  position: relative;
  margin-top: var(--header-h);
  background: #ffffff;
  padding: clamp(48px, 7vw, 88px) 0 clamp(40px, 5vw, 64px);
  border-bottom: 1px solid var(--border);
}

.bm-hero-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: clamp(28px, 4vw, 40px);
}

.bm-hero-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 60px);
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
}

.bm-hero-copy {
  text-align: start;
}

.bm-hero-video {
  min-width: 0;
}

.bm-video-crop {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 280px;
  border-radius: 4px;
  overflow: hidden;
  background: #e8e8e8;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.5s cubic-bezier(0.25, 0.1, 0.1, 1), transform 0.5s cubic-bezier(0.25, 0.1, 0.1, 1);
}

.bm-video-crop:hover {
  box-shadow: 0 12px 50px rgba(229, 168, 35, 0.12);
  transform: scale(1.01);
}

.bm-video-crop::before {
  content: "";
  position: absolute;
  z-index: 3;
  pointer-events: none;
  top: 8px;
  left: 8px;
  width: 18px;
  height: 18px;
  border-top: 1.5px solid var(--gold);
  border-left: 1.5px solid var(--gold);
  opacity: 0.5;
  transition: all 0.4s ease;
}

.bm-video-crop::after {
  content: "";
  position: absolute;
  z-index: 3;
  pointer-events: none;
  bottom: 8px;
  right: 8px;
  width: 18px;
  height: 18px;
  border-bottom: 1.5px solid var(--gold);
  border-right: 1.5px solid var(--gold);
  opacity: 0.5;
  transition: all 0.4s ease;
}

.bm-video-corner {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  width: 18px;
  height: 18px;
  opacity: 0.5;
  transition: all 0.4s ease;
}

.bm-video-corner--tr {
  top: 8px;
  right: 8px;
  border-top: 1.5px solid var(--gold);
  border-right: 1.5px solid var(--gold);
}

.bm-video-corner--bl {
  bottom: 8px;
  left: 8px;
  border-bottom: 1.5px solid var(--gold);
  border-left: 1.5px solid var(--gold);
}

.bm-video-crop:hover::before,
.bm-video-crop:hover::after,
.bm-video-crop:hover .bm-video-corner {
  opacity: 0.9;
  width: 22px;
  height: 22px;
}

.bm-video-crop video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 1.2s cubic-bezier(0.25, 0.1, 0.1, 1);
}

.bm-video-crop:hover video {
  transform: scale(1.05);
}

/* YouTube Short in 4:3 frame — cover crop (top/bottom), autoplay via embed URL */
.bm-video-crop--yt-short {
  background: #0a0a0a;
}

.bm-video-crop--yt-short iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  /* Short 9:16 inside 4:3 — fill width, crop top/bottom; scale X hides player letterbox */
  width: 225%;
  height: 240%;
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}

.bm-video-crop--yt-short:hover iframe {
  transform: translate(-50%, -50%);
}

@media (max-width: 900px) {
  .bm-hero-split {
    grid-template-columns: 1fr;
  }
  .bm-hero-copy {
    text-align: center;
  }
  .bm-hero .hero-ctas {
    justify-content: center;
  }
  .bm-hero h1.font-headline-xl {
    margin-inline: auto;
  }
  .bm-hero-sub {
    margin-inline: auto;
  }
}

.bm-eyebrow {
  display: inline-block;
  color: var(--navy);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin-bottom: 18px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(229, 168, 35, 0.1);
  border: 1px solid rgba(229, 168, 35, 0.35);
}

.bm-hero h1.font-headline-xl {
  color: var(--ink) !important;
  font-size: clamp(32px, 4.2vw, 52px);
  font-weight: 300 !important;
  line-height: 1.2;
  max-width: 14em;
  margin-inline: 0;
  text-shadow: none;
}

.bm-hero-em {
  display: block;
  margin-top: 8px;
  font-size: clamp(18px, 2.8vw, 36px);
  font-weight: 900 !important;
  letter-spacing: -0.02em;
  background: linear-gradient(120deg, var(--gold-dark), var(--gold));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.bm-hero-sub {
  color: var(--secondary);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.85;
  max-width: 34rem;
  margin: 16px 0 24px;
}

.bm-hero .hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
}

.hero-caps-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
  justify-content: center;
  overflow-x: auto;
  scrollbar-width: none;
  padding-top: 4px;
}

.hero-caps-bar::-webkit-scrollbar {
  display: none;
}

.cap-bar-item {
  display: flex;
  align-items: center;
  padding: 10px 18px;
  background: var(--cream-2);
  border: 1px solid rgba(229, 168, 35, 0.25);
  border-radius: 8px;
  flex-shrink: 0;
  transition: border-color 0.3s, transform 0.3s, background 0.3s;
}

.cap-bar-item:hover {
  background: rgba(229, 168, 35, 0.08);
  border-color: rgba(229, 168, 35, 0.45);
  transform: translateY(-2px);
}

.cap-bar-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--navy);
  white-space: nowrap;
}

.cap-bar-item:hover .cap-bar-label {
  color: var(--gold-dark);
}

.cap-bar-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(229, 168, 35, 0.45);
  flex-shrink: 0;
}

@media (max-width: 600px) {
  .cap-bar-dot {
    display: none;
  }
}

/* Metrics strip */
.bm-metrics {
  background: var(--ink);
  padding: 72px 0;
}

.bm-metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.bm-metric {
  text-align: center;
  padding: 28px 20px;
}

.bm-metric:not(:last-child) {
  border-inline-end: 1px solid rgba(229, 168, 35, 0.18);
}

.bm-metric strong {
  display: block;
  font-size: clamp(40px, 6vw, 64px);
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 12px;
  direction: ltr;
}

.bm-metric span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 600;
  letter-spacing: 0.04em;
}

@media (max-width: 600px) {
  .bm-metrics-grid {
    grid-template-columns: 1fr;
  }
  .bm-metric:not(:last-child) {
    border-inline-end: none;
    border-bottom: 1px solid rgba(229, 168, 35, 0.18);
  }
  .cap-bar-dot {
    display: none;
  }
}

/* Sections */
section {
  padding: clamp(72px, 10vw, 120px) 0;
}

.section-head {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 48px;
}

.section-head .font-headline-xl {
  margin-bottom: 16px;
}

.section-head .font-body-md {
  margin-top: 0;
}

.section-navy {
  background: var(--navy);
  color: var(--white);
}

.section-navy .font-headline-xl {
  color: #fff !important;
}

.section-navy .font-body-md {
  color: rgba(255, 255, 255, 0.82);
}

.section-navy .svc-tag {
  color: var(--gold-light);
}

/* About */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.about-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 36px 32px;
  border: 1px solid rgba(10, 10, 10, 0.06);
  box-shadow: 0 16px 48px rgba(10, 10, 10, 0.06);
}

.about-card p {
  color: var(--secondary);
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.85;
  font-weight: 300;
}

.gh-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  padding: 12px 18px;
  border-radius: var(--radius-sm);
  background: var(--cream-2);
  border: 1px solid var(--border);
  font-weight: 700;
  color: var(--navy);
}

.gh-badge:hover {
  border-color: var(--gold);
}

.hex-stack {
  display: grid;
  gap: 14px;
}

.hex-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 14px 16px;
  background: #f7f5f0;
  border-radius: var(--radius-sm);
  border-inline-start: 3px solid var(--gold);
}

.hex-num {
  font-size: 11px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.06em;
  min-width: 2rem;
}

.hex-item p {
  font-size: 14px;
  color: var(--secondary);
  font-weight: 300;
  line-height: 1.8;
  margin: 0;
}

/* Services */
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.service-card {
  background: var(--white);
  border: 1px solid rgba(10, 10, 10, 0.06);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 10px 32px rgba(10, 10, 10, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(10, 10, 10, 0.08);
}

.service-card h3 {
  font-size: clamp(15px, 1.4vw, 17px);
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 8px;
}

.service-card p {
  font-size: 14px;
  color: var(--secondary);
  font-weight: 300;
  line-height: 1.75;
}

/* Creative */
.creative-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 60px);
  align-items: center;
}

.service-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(229, 168, 35, 0.12);
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  color: var(--gold-dark);
  font-size: 1.1rem;
}

/* Process steps — GH oval methodology */
.bm-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 800px) {
  .bm-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .bm-steps {
    grid-template-columns: 1fr;
  }
}

.bm-step {
  text-align: center;
  padding: 28px 18px 24px;
  background: #fff;
  border-radius: 24px;
  border: 1px solid rgba(10, 10, 10, 0.05);
  box-shadow: 0 10px 32px rgba(10, 10, 10, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bm-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(10, 10, 10, 0.08);
}

.bm-step-num {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, var(--gold), var(--gold-dark));
  color: var(--ink);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.06em;
  box-shadow: 0 8px 22px rgba(229, 168, 35, 0.3);
}

.bm-step p {
  font-size: 14px;
  line-height: 1.75;
  color: var(--secondary);
  font-weight: 300;
  margin: 0;
}

/* Goals */
.goals-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.goal-card {
  background: var(--white);
  border-radius: 20px;
  padding: 28px;
  border: 1px solid rgba(10, 10, 10, 0.06);
  text-align: center;
  box-shadow: 0 10px 32px rgba(10, 10, 10, 0.04);
}

.goal-card h3 {
  color: var(--ink);
  margin: 12px 0 10px;
  font-size: clamp(15px, 1.4vw, 17px);
  font-weight: 500;
}

.goal-card p {
  color: var(--secondary);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.75;
}

/* Pricing */
.pricing-table-wrap {
  overflow-x: auto;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--white);
  box-shadow: var(--shadow);
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

.pricing-table th,
.pricing-table td {
  padding: 16px 18px;
  text-align: center;
  border-bottom: 1px solid var(--border);
}

.pricing-table th:first-child,
.pricing-table td:first-child {
  text-align: start;
  font-weight: 600;
  color: var(--navy);
  background: var(--cream-2);
  position: sticky;
  inset-inline-start: 0;
}

.pricing-table thead th {
  background: var(--navy);
  color: var(--white);
  font-size: 15px;
}

.pricing-table thead th.popular {
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  color: var(--ink);
}

.pricing-table .price {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--navy);
}

.pricing-note {
  margin-top: 16px;
  font-size: 13px;
  color: var(--muted);
  text-align: center;
}

.seo-bar {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 24px;
  background: var(--white);
  border-radius: var(--radius-sm);
  border: 1px dashed var(--gold);
  font-weight: 600;
  color: var(--navy);
}

/* Clients */
.clients-marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.clients-track {
  display: flex;
  gap: 48px;
  width: max-content;
  animation: marquee 35s linear infinite;
}

.clients-track img {
  height: 52px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  filter: grayscale(0.2);
  opacity: 0.85;
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

body.lang-ar .clients-track {
  animation-name: marquee-rtl;
}

@keyframes marquee-rtl {
  to {
    transform: translateX(50%);
  }
}

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.contact-form {
  background: var(--white);
  border-radius: var(--radius);
  padding: 36px 32px;
  border: 1px solid rgba(10, 10, 10, 0.06);
  box-shadow: 0 16px 48px rgba(10, 10, 10, 0.06);
}

.contact-form label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 0;
  border: none;
  border-bottom: 1px solid rgba(26, 26, 26, 0.12);
  border-radius: 0;
  font: inherit;
  font-size: 15px;
  margin-bottom: 16px;
  background: transparent;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-bottom-color: var(--gold);
}

.contact-form textarea {
  min-height: 100px;
  resize: vertical;
}

.contact-methods {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.method-card {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 18px;
  background: var(--white);
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
}

.method-card strong {
  display: block;
  color: var(--navy);
}

.method-card span {
  font-size: 14px;
  color: var(--muted);
}

/* Footer */
.site-footer {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.75);
  padding: 48px 0 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 32px;
  margin-bottom: 32px;
}

.footer-logo {
  display: block;
  height: clamp(40px, 5vw, 52px);
  width: auto;
  max-width: 240px;
  margin-bottom: 16px;
  object-fit: contain;
  background: transparent;
  opacity: 0.95;
}

.footer-logo--light {
  filter: brightness(0) invert(1);
}

.footer-grid a:hover {
  color: var(--gold-light);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* Reveal */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.75s cubic-bezier(0.4, 0, 0.2, 1), transform 0.75s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-track {
  background: var(--ink);
}

::-webkit-scrollbar-thumb {
  background: var(--gold);
}

@media (max-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-grid,
  .creative-wrap,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .goals-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .nav-desktop,
  .header-actions .btn-gold {
    display: none;
  }
  .menu-btn {
    display: grid;
    place-items: center;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
}
