/* ==========================================================================
   IKON — incredible events
   Design system implemented per PRD-IKON-Landing-Page.md
   and global-frontend-dictionary 1.md
   ========================================================================== */

@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300..700;1,9..144,400..600&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Manrope:wght@500;600;700&display=swap");

/* ---------------------------------------------------------------------- */
/* 1. TOKENS                                                               */
/* ---------------------------------------------------------------------- */
:root {
  /* Brand primitives (from logo/business card) */
  --ikon-orange: #f4691e;
  --ikon-gold: #f7b733;
  --ikon-purple: #5b2a8c;
  --ikon-magenta: #ec1279;
  --ikon-navy: #2c2a4a;
  --ikon-gray: #6b7280;
  --ikon-cream: #faf9f6;
  --ikon-white: #ffffff;
  --ikon-stone: #f4f1ec;

  /* Semantic */
  --color-bg-base: var(--ikon-cream);
  --color-bg-elevated: var(--ikon-white);
  --color-bg-alt: var(--ikon-stone);
  --color-bg-dark: var(--ikon-navy);
  --color-bg-dark-elevated: #38355c;

  --color-text-primary: var(--ikon-navy);
  --color-text-secondary: var(--ikon-gray);
  --color-text-tertiary: #a0a0ae;
  --color-text-on-dark: #f2f1f8;
  --color-text-on-dark-muted: #b7b4cf;

  --color-accent-primary: var(--ikon-magenta);
  --color-accent-primary-hover: #d10e6c;
  --color-accent-secondary: var(--ikon-orange);
  --color-accent-gold: var(--ikon-gold);
  --color-accent-purple: var(--ikon-purple);

  --gradient-brand: linear-gradient(
    135deg,
    var(--ikon-orange) 0%,
    var(--ikon-gold) 32%,
    var(--ikon-purple) 68%,
    var(--ikon-magenta) 100%
  );
  --gradient-brand-soft: linear-gradient(
    135deg,
    rgba(244, 105, 30, 0.14) 0%,
    rgba(247, 183, 51, 0.14) 32%,
    rgba(91, 42, 140, 0.14) 68%,
    rgba(236, 18, 121, 0.14) 100%
  );

  --border-subtle: rgba(44, 42, 74, 0.07);
  --border-default: rgba(44, 42, 74, 0.12);
  --border-strong: rgba(44, 42, 74, 0.22);
  --border-on-dark: rgba(255, 255, 255, 0.12);

  /* Spacing (8pt grid) */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-2xl: 48px;
  --space-3xl: 64px;
  --space-4xl: 96px;
  --space-5xl: 128px;

  /* Radius */
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --radius-2xl: 24px;
  --radius-3xl: 32px;
  --radius-pill: 9999px;

  /* Shadows (diffused, per dictionary §4.1) */
  --shadow-1:
    0 1px 2px rgba(44, 42, 74, 0.04), 0 2px 4px rgba(44, 42, 74, 0.04),
    0 4px 8px rgba(44, 42, 74, 0.04);
  --shadow-2:
    0 2px 4px rgba(44, 42, 74, 0.04), 0 6px 12px rgba(44, 42, 74, 0.06),
    0 12px 24px rgba(44, 42, 74, 0.06);
  --shadow-3:
    0 4px 8px rgba(44, 42, 74, 0.05), 0 12px 24px rgba(44, 42, 74, 0.08),
    0 24px 48px rgba(44, 42, 74, 0.08);
  --shadow-4:
    0 8px 16px rgba(44, 42, 74, 0.06), 0 24px 48px rgba(44, 42, 74, 0.1),
    0 48px 96px rgba(44, 42, 74, 0.12);
  --glow-primary:
    0 4px 16px rgba(236, 18, 121, 0.28), 0 8px 32px rgba(236, 18, 121, 0.18);
  --glow-primary-hover:
    0 0 0 4px rgba(236, 18, 121, 0.16), 0 8px 24px rgba(236, 18, 121, 0.42),
    0 16px 48px rgba(236, 18, 121, 0.26);

  /* Motion */
  --ease-default: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-snappy: cubic-bezier(0.2, 0, 0, 1);

  --duration-fast: 150ms;
  --duration-normal: 200ms;
  --duration-moderate: 300ms;
  --duration-slow: 400ms;

  /* Type */
  --font-display: "Fraunces", "Bodoni Moda", serif;
  --font-body: "Plus Jakarta Sans", "Inter", sans-serif;
  --font-label: "Manrope", sans-serif;

  --text-display-2xl: clamp(44px, 7vw, 104px);
  --text-display-xl: clamp(36px, 5.5vw, 80px);
  --text-display-lg: clamp(30px, 4.2vw, 60px);
  --text-h1: clamp(28px, 4vw, 52px);
  --text-h2: clamp(24px, 3.2vw, 44px);
  --text-h3: clamp(19px, 2.2vw, 30px);
  --text-h4: clamp(17px, 1.8vw, 22px);
  --text-body-xl: clamp(18px, 1.4vw, 21px);
  --text-body-lg: clamp(16px, 1.2vw, 18px);
  --text-body-md: clamp(14px, 1vw, 16px);
  --text-body-sm: clamp(12px, 0.9vw, 14px);

  --z-cursor: 1000;
  --z-overlay: 400;
  --z-modal: 500;
  --z-fixed: 300;
  --z-progress: 950;
}

/* ---------------------------------------------------------------------- */
/* 2. RESET & BASE                                                         */
/* ---------------------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}
body {
  font-family: var(--font-body);
  font-size: var(--text-body-lg);
  line-height: 1.65;
  color: var(--color-text-primary);
  background: var(--color-bg-base);
  overflow-x: hidden;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font-family: inherit;
  border: none;
  background: none;
  cursor: pointer;
}
ul {
  list-style: none;
}
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

::selection {
  background: var(--ikon-magenta);
  color: #fff;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  color: var(--color-text-primary);
  font-weight: 600;
}

/* Focus visibility (dictionary §17.2) */
:focus {
  outline: none;
}
:focus-visible {
  outline: 2px solid var(--color-accent-primary);
  outline-offset: 3px;
  border-radius: 4px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ---------------------------------------------------------------------- */
/* 3. LAYOUT                                                               */
/* ---------------------------------------------------------------------- */
.container {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 80px);
}
.container-wide {
  max-width: 1440px;
}

.section {
  padding-block: clamp(64px, 9vw, 128px);
  position: relative;
}
.section-tight {
  padding-block: clamp(40px, 6vw, 80px);
}
.section-alt {
  background: var(--color-bg-alt);
}
.section-dark {
  background: var(--color-bg-dark);
  color: var(--color-text-on-dark);
}

.section-head {
  max-width: 640px;
  margin-bottom: var(--space-3xl);
}
.section-head.center {
  margin-inline: auto;
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-label);
  font-size: clamp(11px, 0.9vw, 13px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--color-accent-primary);
  margin-bottom: var(--space-md);
}
.eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: var(--gradient-brand);
}
.section-dark .eyebrow {
  color: var(--ikon-gold);
}

h2.section-title {
  font-size: var(--text-h1);
  letter-spacing: -0.02em;
  line-height: 1.1;
}
p.section-lead {
  font-size: var(--text-body-xl);
  color: var(--color-text-secondary);
  margin-top: var(--space-md);
  max-width: 56ch;
}
.section-dark p.section-lead {
  color: var(--color-text-on-dark-muted);
}

.grid {
  display: grid;
  gap: var(--space-xl);
}
.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid-golden {
  grid-template-columns: 1.618fr 1fr;
  align-items: center;
  gap: var(--space-4xl);
}

@media (max-width: 1024px) {
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .grid-2,
  .grid-3,
  .grid-4,
  .grid-golden {
    grid-template-columns: 1fr;
    gap: var(--space-2xl);
  }
}

/* ---------------------------------------------------------------------- */
/* 4. BUTTONS                                                              */
/* ---------------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 52px;
  padding-inline: 30px;
  border-radius: var(--radius-pill);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: var(--text-body-md);
  letter-spacing: 0.01em;
  white-space: nowrap;
  transition:
    background var(--duration-fast),
    box-shadow var(--duration-moderate) var(--ease-default),
    transform var(--duration-fast),
    color var(--duration-fast),
    border-color var(--duration-fast);
}
.btn svg {
  width: 18px;
  height: 18px;
}

.btn-primary {
  background: var(--color-accent-primary);
  color: #fff;
  box-shadow: var(--glow-primary);
}
.btn-primary:hover {
  background: var(--color-accent-primary-hover);
  box-shadow: var(--glow-primary-hover);
  transform: translateY(-2px);
}
.btn-primary:active {
  transform: translateY(1px);
  box-shadow: 0 2px 8px rgba(236, 18, 121, 0.25);
}

.btn-ghost {
  background: transparent;
  color: var(--color-text-primary);
  border: 1.5px solid var(--border-strong);
}
.btn-ghost:hover {
  border-color: var(--color-accent-primary);
  color: var(--color-accent-primary);
  transform: translateY(-2px);
}
.section-dark .btn-ghost {
  color: var(--color-text-on-dark);
  border-color: var(--border-on-dark);
}
.section-dark .btn-ghost:hover {
  border-color: var(--ikon-gold);
  color: var(--ikon-gold);
}

.btn-sm {
  height: 44px;
  padding-inline: 22px;
}
.btn-block {
  width: 100%;
}

/* ---------------------------------------------------------------------- */
/* 5. CUSTOM LIQUID CURSOR (desktop, fine-pointer only)                    */
/* ---------------------------------------------------------------------- */
.goo-filter {
  position: absolute;
  width: 0;
  height: 0;
}

.cursor-blob-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--z-cursor);
  pointer-events: none;
  filter: url(#goo-cursor);
}
@media (hover: hover) and (pointer: fine) {
  .cursor-blob-wrap {
    display: block;
  }
}

.cursor-trail-node {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    var(--ikon-magenta, #ec1279),
    var(--color-accent-primary)
  );
  will-change: transform;
}

/* Fallback: if the goo filter is unsupported/disabled, still look decent */
@supports not (filter: url(#goo-cursor)) {
  .cursor-blob-wrap {
    filter: none;
  }
  .cursor-trail-node {
    opacity: 0.25;
  }
}

.cursor-blob-wrap.is-hovering .cursor-trail-node {
  filter: brightness(1.15);
}

/* ---------------------------------------------------------------------- */
/* 6. SCROLL PROGRESS + SCROLL CUE                                         */
/* ---------------------------------------------------------------------- */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: var(--gradient-brand);
  z-index: var(--z-progress);
}

.scroll-cue {
  position: absolute;
  bottom: var(--space-2xl);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--color-text-secondary);
  font-family: var(--font-label);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.8;
  transition: opacity 0.3s;
}
.scroll-cue .mouse {
  width: 22px;
  height: 34px;
  border: 1.5px solid currentColor;
  border-radius: 12px;
  position: relative;
}
.scroll-cue .mouse::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  width: 3px;
  height: 6px;
  border-radius: 2px;
  background: currentColor;
  transform: translateX(-50%);
  animation: scroll-cue-dot 1.6s ease-in-out infinite;
}
@keyframes scroll-cue-dot {
  0% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
  60% {
    transform: translate(-50%, 10px);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, 10px);
    opacity: 0;
  }
}
.scroll-cue.is-hidden {
  opacity: 0;
  pointer-events: none;
}

/* ---------------------------------------------------------------------- */
/* 7. NAVBAR                                                               */
/* ---------------------------------------------------------------------- */
.navbar {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  max-width: 1200px;
  z-index: var(--z-fixed);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  padding-inline: var(--space-lg);
  border-radius: var(--radius-2xl);
  background: rgba(250, 249, 246, 0.6);
  border: 1px solid rgba(44, 42, 74, 0.06);
  backdrop-filter: blur(0px);
  transition:
    background 0.3s var(--ease-default),
    box-shadow 0.3s var(--ease-default),
    backdrop-filter 0.3s;
}
.navbar.is-scrolled {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px) saturate(1.4);
  box-shadow: var(--shadow-2);
  border-color: var(--border-subtle);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.brand-mark {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.brand-word {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: var(--color-text-primary);
  line-height: 1;
}
.brand-word span {
  display: block;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 10.5px;
  letter-spacing: 0.03em;
  color: var(--color-text-secondary);
  margin-top: 3px;
  text-transform: lowercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav-link {
  position: relative;
  padding: 10px 16px;
  border-radius: var(--radius-md);
  font-family: var(--font-body);
  font-size: var(--text-body-md);
  font-weight: 500;
  color: var(--color-text-secondary);
  transition:
    color 0.15s,
    background 0.15s;
}
.nav-link:hover {
  color: var(--color-text-primary);
  background: rgba(44, 42, 74, 0.05);
}
.nav-link.is-active {
  color: var(--color-text-primary);
}
.nav-link.is-active::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 16px;
  right: 16px;
  height: 2px;
  border-radius: 1px;
  background: var(--gradient-brand);
}

.navbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-md);
}
.nav-toggle svg {
  width: 22px;
  height: 22px;
}

@media (max-width: 900px) {
  .nav-links {
    display: none;
  }
  .navbar-actions .btn-primary.desktop-only {
    display: none;
  }
  .nav-toggle {
    display: flex;
  }
  .navbar {
    height: 64px;
  }
}

/* Mobile full-screen overlay menu */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 350;
  background: var(--ikon-cream);
  display: flex;
  flex-direction: column;
  padding: var(--space-xl);
  transform: translateY(-100%);
  visibility: hidden;
  pointer-events: none;
  transition:
    transform 0.45s var(--ease-spring),
    visibility 0s linear 0.45s;
}
.mobile-menu.is-open {
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
  transition:
    transform 0.45s var(--ease-spring),
    visibility 0s linear 0s;
}
.mobile-menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-menu-links {
  margin-top: var(--space-4xl);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.mobile-menu-links a {
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 500;
  padding-block: 10px;
  color: var(--color-text-primary);
  opacity: 0;
  transform: translateY(16px);
}
.mobile-menu.is-open .mobile-menu-links a {
  animation: mm-in 0.5s var(--ease-out) forwards;
}
.mobile-menu-links a:nth-child(1) {
  animation-delay: 0.05s;
}
.mobile-menu-links a:nth-child(2) {
  animation-delay: 0.1s;
}
.mobile-menu-links a:nth-child(3) {
  animation-delay: 0.15s;
}
.mobile-menu-links a:nth-child(4) {
  animation-delay: 0.2s;
}
.mobile-menu-links a:nth-child(5) {
  animation-delay: 0.25s;
}
@keyframes mm-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mobile-menu-footer {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}
.mobile-menu-footer .btn {
  width: 100%;
}

/* ---------------------------------------------------------------------- */
/* 8. HERO / GRADIENT MESH                                                 */
/* ---------------------------------------------------------------------- */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: clamp(84px, 9vw, 120px);
  padding-bottom: clamp(28px, 4vw, 56px);
  position: relative;
  overflow: hidden;
}
.hero-sub {
  /* Fixed (not min-) height — every sub-page hero is the same size
     regardless of how much/little heading + lead copy it holds. */
  height: 460px;
  display: flex;
  align-items: center;
  padding-top: clamp(100px, 11vw, 140px);
  padding-bottom: clamp(32px, 5vw, 56px);
  position: relative;
  overflow: hidden;
}
@media (max-width: 700px) {
  .hero-sub {
    height: 420px;
  }
}
.mesh-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  background-image:
    radial-gradient(circle, rgba(91, 42, 140, 0.07), transparent 60%),
    radial-gradient(circle, rgba(236, 18, 121, 0.055), transparent 60%);
  background-repeat: no-repeat;
  background-size:
    60% 60%,
    55% 55%;
  background-position:
    8% -12%,
    102% 112%;
  animation: mesh-wash-drift 20s ease-in-out infinite alternate;
}
.mesh-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.4;
  animation: mesh-drift 24s ease-in-out infinite;
}
.mesh-orb.o1 {
  width: 40vw;
  height: 40vw;
  top: -14vw;
  left: -10vw;
  background: radial-gradient(circle, rgba(91, 42, 140, 0.4), transparent 70%);
}
.mesh-orb.o3 {
  width: 34vw;
  height: 34vw;
  bottom: -12vw;
  right: -8vw;
  background: radial-gradient(circle, rgba(44, 42, 74, 0.3), transparent 70%);
  animation-delay: -12s;
}
.mesh-orb.o2,
.mesh-orb.o4 {
  display: none;
}
.mesh-bg::before {
  content: "";
  position: absolute;
  inset: -48px;
  background-image: radial-gradient(
    rgba(44, 42, 74, 0.06) 1px,
    transparent 1px
  );
  background-size: 24px 24px;
  mask-image: radial-gradient(
    ellipse 75% 65% at 50% 15%,
    #000 35%,
    transparent 85%
  );
  -webkit-mask-image: radial-gradient(
    ellipse 75% 65% at 50% 15%,
    #000 35%,
    transparent 85%
  );
  animation: mesh-grid-drift 26s linear infinite;
}
@keyframes mesh-wash-drift {
  0% {
    background-position:
      8% -12%,
      102% 112%;
  }
  50% {
    background-position:
      14% -4%,
      94% 100%;
  }
  100% {
    background-position:
      8% -12%,
      102% 112%;
  }
}
@keyframes mesh-drift {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(2.5vw, 2vw) scale(1.1);
  }
}
@keyframes mesh-grid-drift {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 48px 48px;
  }
}
.section-dark .mesh-orb.o1 {
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.16),
    transparent 70%
  );
}
.section-dark .mesh-orb.o3 {
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1),
    transparent 70%
  );
}
.section-dark .mesh-bg::before {
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.07) 1px,
    transparent 1px
  );
}

/* Hero photo overlay — full-bleed background image + gradient tint,
   swapped in for the mesh/ring background on specific hero-sub sections
   for a more editorial, photo-led feel. */
.hero-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.hero-photo .ph-block {
  height: 100%;
  border-radius: 0;
}
.hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(44, 42, 74, 0.7) 0%,
    rgba(44, 42, 74, 0.5) 45%,
    rgba(44, 42, 74, 0.82) 100%
  );
}
.hero-sub.has-hero-photo {
  color: var(--color-text-on-dark);
}
.hero-sub.has-hero-photo .eyebrow {
  color: var(--ikon-gold);
}
.hero-sub.has-hero-photo h1 {
  color: #fff;
}
.hero-sub.has-hero-photo .section-lead {
  color: var(--color-text-on-dark-muted);
}
.hero-sub.has-hero-photo .hero-breadcrumb {
  color: rgba(242, 241, 248, 0.65);
}
.hero-sub.has-hero-photo .hero-breadcrumb a {
  color: var(--color-text-on-dark-muted);
}
.hero-sub.has-hero-photo .hero-breadcrumb a:hover {
  color: var(--ikon-gold);
}
.hero-sub.has-hero-photo .hero-breadcrumb .current {
  color: #fff;
}
.hero-sub.has-hero-photo .hero-ring-accent {
  border-color: rgba(255, 255, 255, 0.35);
}
.hero-sub.has-hero-photo .blog-tag {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
  gap: var(--space-3xl);
  align-items: start;
}
.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 0;
}
.hero-copy .eyebrow {
  justify-content: flex-start;
  margin-bottom: 0;
}
.hero-copy h1 {
  font-size: clamp(2.15rem, 3.2vw + 0.6rem, 3.75rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 600;
}
.hero-copy h1 em {
  font-style: italic;
  color: var(--color-accent-primary);
}
.hero-copy p {
  font-size: clamp(15px, 0.35vw + 14px, 18px);
  color: var(--color-text-secondary);
  margin-top: var(--space-md);
  max-width: 42ch;
  line-height: 1.65;
}
.hero-ctas {
  display: flex;
  gap: var(--space-md);
  margin-top: var(--space-lg);
  flex-wrap: wrap;
}

.hero-media {
  position: relative;
  width: 100%;
}
.hero-media-frame {
  border-radius: var(--radius-3xl);
  overflow: hidden;
  box-shadow: var(--shadow-4);
  aspect-ratio: 1 / 1;
  width: 100%;
}
.hero-stats {
  display: flex;
  gap: var(--space-sm);
  margin-top: var(--space-md);
  flex-wrap: wrap;
}
.hero-stat {
  position: relative;
  overflow: hidden;
  background: var(--color-bg-elevated);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 10px 14px;
  box-shadow: var(--shadow-1);
  transition:
    transform 0.25s var(--ease-spring),
    box-shadow 0.25s var(--ease-default),
    border-color 0.2s;
}
.hero-stat:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-2);
  border-color: var(--color-accent-primary);
}
/* Thin gradient bar along the top edge — swept in via GSAP (scaleX) on
   entrance rather than left static, so the color reads as motion. */
.stat-accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--gradient-brand);
  transform-origin: left;
}
.hero-stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(16px, 0.8vw + 14px, 22px);
  line-height: 1.1;
  color: var(--color-text-primary);
}
.hero-stat span {
  font-family: var(--font-label);
  font-size: clamp(9px, 0.2vw + 8.5px, 11px);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-text-secondary);
}

/* Home hero banner: match collage to left content height — no tall
   4/5 stretch that leaves empty space under the stats. */
.hero .hero-media-frame {
  aspect-ratio: 1 / 1;
  width: 100%;
  max-height: min(520px, 58vh);
}
.hero .ph-block {
  height: 100%;
  min-height: inherit;
  display: block;
  padding: 0;
  background: none;
}
.hero .ph-block img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }
  .hero-media {
    order: -1;
    max-width: 480px;
    margin-inline: auto;
  }
  .hero .hero-media-frame {
    aspect-ratio: 5 / 4;
    max-height: 380px;
  }
}

@media (min-width: 1280px) {
  .hero .container {
    max-width: 1280px;
  }
  .hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    gap: clamp(40px, 3.5vw, 64px);
  }
  .hero .hero-media-frame {
    max-height: min(540px, 56vh);
  }
}

@media (min-width: 1440px) {
  .hero .container {
    max-width: 1360px;
  }
  .hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  }
  .hero-copy h1 {
    font-size: clamp(2.5rem, 2.4vw + 0.5rem, 3.85rem);
  }
  .hero .hero-media-frame {
    max-height: min(560px, 54vh);
    border-radius: calc(var(--radius-3xl) + 4px);
  }
}

@media (min-width: 1680px) {
  .hero .container {
    max-width: 1480px;
  }
  .hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: clamp(48px, 3vw, 72px);
  }
  .hero-copy h1 {
    font-size: clamp(2.65rem, 2.1vw + 0.75rem, 4rem);
  }
  .hero-copy p {
    font-size: 18px;
    max-width: 44ch;
  }
  .hero .hero-media-frame {
    max-height: min(600px, 52vh);
  }
  .hero-stat {
    padding: 12px 16px;
  }
}

@media (min-width: 1920px) {
  .hero .container {
    max-width: 1560px;
  }
  .hero .hero-media-frame {
    max-height: min(640px, 50vh);
  }
}

/* Placeholder photo blocks (swap with real photography) */
.ph-block {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--gradient-brand-soft);
  color: var(--color-text-secondary);
  font-family: var(--font-label);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  padding: var(--space-md);
  border-radius: inherit;
}
.ph-block svg {
  width: 36px;
  height: 36px;
  opacity: 0.6;
}
/* Once a real photo replaces the placeholder icon+caption inside a
   .ph-block, it's positioned to fill the box edge-to-edge — absolute +
   inset:0 so it ignores the placeholder's own padding (meant for the
   icon+caption layout) instead of leaving a gap that shows the gradient
   background behind it. border-radius is repeated on this layer too, not
   just the outer card's overflow:hidden, since a transformed/scaled child
   can otherwise render outside an ancestor's radius clip on hover. */
.ph-block img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
}

/* ---------------------------------------------------------------------- */
/* 9. CARDS                                                                */
/* ---------------------------------------------------------------------- */
.card {
  background: var(--color-bg-elevated);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-2xl);
  padding: var(--space-xl);
  box-shadow: var(--shadow-1);
  transition:
    transform 0.3s var(--ease-spring),
    box-shadow 0.3s var(--ease-default),
    border-color 0.2s;
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-3);
  border-color: var(--border-default);
}

.service-card .card-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-lg);
  background: var(--gradient-brand-soft);
  margin-bottom: var(--space-lg);
}
.service-card .card-icon svg {
  width: 26px;
  height: 26px;
  color: var(--color-accent-primary);
}
.service-card h3 {
  font-size: var(--text-h4);
  margin-bottom: var(--space-sm);
}
.service-card p {
  color: var(--color-text-secondary);
  font-size: var(--text-body-md);
}
.service-card ul {
  margin-top: var(--space-md);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.service-card li {
  font-size: var(--text-body-sm);
  color: var(--color-text-secondary);
  display: flex;
  align-items: center;
  gap: 8px;
}
.service-card li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--color-accent-primary);
  flex-shrink: 0;
}

/* Home "Our Events" teaser — unique horizontal-scroll rectangular cards,
   distinct from the vertical icon-card grid used on the Events page. */
.events-scroll-wrap {
  position: relative;
  padding-inline: 64px;
}
.events-scroll {
  display: flex;
  align-items: flex-start;
  gap: var(--space-lg);
  overflow-x: auto;
  padding: 4px 4px var(--space-sm);
  scrollbar-width: none;
}
.events-scroll::-webkit-scrollbar {
  display: none;
}
.events-scroll-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 64px;
  bottom: var(--space-sm);
  width: 72px;
  background: linear-gradient(to right, transparent, var(--color-bg-base));
  pointer-events: none;
}

/* Prev/next nav buttons flanking the scroll row */
.events-nav {
  position: absolute;
  top: calc(50% - 12px);
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--color-bg-elevated);
  border: 1.5px solid var(--border-default);
  box-shadow: var(--shadow-2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-primary);
  z-index: 2;
  transition:
    background 0.2s,
    border-color 0.2s,
    color 0.2s,
    transform 0.2s var(--ease-spring),
    box-shadow 0.2s;
}
.events-nav svg {
  width: 20px;
  height: 20px;
}
.events-nav:hover {
  background: var(--color-accent-primary);
  border-color: var(--color-accent-primary);
  color: #fff;
  box-shadow: var(--glow-primary);
  transform: translateY(-50%) scale(1.08);
}
.events-nav.prev {
  left: 0;
}
.events-nav.next {
  right: 0;
}
.events-nav:disabled {
  opacity: 0.35;
  pointer-events: none;
  transform: translateY(-50%);
}
@media (max-width: 700px) {
  .events-scroll-wrap {
    padding-inline: 0;
  }
  .events-nav {
    display: none;
  }
  .events-scroll-wrap::after {
    right: 0;
    width: 40px;
  }
}

/* Rectangular event card — compact, professional icon + copy */
.event-rect-card {
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
  width: min(300px, 78vw);
  height: 224px;
  padding: var(--space-lg);
  display: flex;
  align-items: flex-start;
  gap: var(--space-md);
}
.event-rect-card::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: var(--gradient-brand-soft);
  opacity: 0.5;
  z-index: 0;
  pointer-events: none;
  animation: bubble-breathe 4.5s ease-in-out infinite;
}
.event-rect-card:nth-child(2)::before {
  animation-delay: -1.1s;
}
.event-rect-card:nth-child(3)::before {
  animation-delay: -2.2s;
}
.event-rect-card:nth-child(4)::before {
  animation-delay: -3.3s;
}
@keyframes bubble-breathe {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.4;
  }
  50% {
    transform: scale(1.22);
    opacity: 0.7;
  }
}
.event-rect-card:hover {
  border-color: var(--color-accent-primary);
}
.event-rect-card .card-icon,
.event-rect-card .event-rect-body {
  position: relative;
  z-index: 1;
}
.event-rect-card .card-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-lg);
  background: var(--gradient-brand-soft);
}
.event-rect-card .card-icon svg {
  width: 22px;
  height: 22px;
  color: var(--color-accent-primary);
}
.event-rect-card .event-rect-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
}
.event-rect-card .event-rect-body h3 {
  font-size: var(--text-h4);
  margin-bottom: 6px;
}
.event-rect-card .event-rect-body p {
  color: var(--color-text-secondary);
  font-size: var(--text-body-sm);
}
.event-rect-card .card-note {
  margin-top: var(--space-sm);
  font-size: 11px;
  color: var(--color-text-tertiary);
  font-style: italic;
}
.event-rect-card .blog-read-more {
  margin-top: auto;
  padding-top: var(--space-sm);
  font-size: 12px;
}

/* Unified "details" card — one full-width box: photo on top, then all
   copy and inclusions stacked below, rather than a split two-column layout. */
.details-card {
  padding: var(--space-2xl);
}
.details-card:hover {
  transform: none;
  box-shadow: var(--shadow-1);
  border-color: var(--border-subtle);
}
.details-card .hero-media-frame {
  margin-bottom: var(--space-2xl);
}
.details-copy {
  max-width: 68ch;
  margin-inline: auto;
  text-align: center;
}
.details-copy h3 {
  font-size: var(--text-h4);
  margin-top: var(--space-xl);
}
.details-copy h3:first-child {
  margin-top: 0;
}
.details-copy p {
  margin-top: var(--space-sm);
  color: var(--color-text-secondary);
}
.details-copy blockquote {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: var(--text-h4);
  line-height: 1.4;
  border-left: 3px solid var(--color-accent-primary);
  padding-left: var(--space-lg);
  margin-block: var(--space-xl);
  color: var(--color-text-primary);
  text-align: left;
}
.details-copy blockquote cite {
  display: block;
  margin-top: var(--space-md);
  font-size: var(--text-body-sm);
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-text-secondary);
}
.inclusions-wrap {
  margin-top: var(--space-2xl);
  padding-top: var(--space-2xl);
  border-top: 1px solid var(--border-subtle);
}
@media (max-width: 560px) {
  .details-card {
    padding: var(--space-lg);
  }
}

/* Numbered "inclusions" list — a short line of copy per item, used on
   event-detail pages instead of a plain bullet grid. */
.inclusions-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: var(--space-md);
  margin-bottom: var(--space-sm);
  border-bottom: 1px solid var(--border-subtle);
}
.inclusions-total {
  font-family: var(--font-display);
  font-size: var(--text-h4);
  font-weight: 600;
  color: var(--color-accent-primary);
  line-height: 1;
}
.inclusions-total sub {
  display: block;
  margin-top: 4px;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-text-secondary);
  bottom: 0;
}
.inclusions-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 var(--space-2xl);
}
.inclusions-list li {
  display: flex;
  gap: var(--space-md);
  padding-block: var(--space-md);
  border-bottom: 1px solid var(--border-subtle);
}
.inclusions-list li:nth-child(-n + 2) {
  padding-top: var(--space-sm);
}
.inclusions-list li:nth-last-child(-n + 2) {
  border-bottom: 0;
  padding-bottom: var(--space-xs);
}
@media (max-width: 700px) {
  .inclusions-list {
    grid-template-columns: 1fr;
  }
  .inclusions-list li:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--border-subtle);
    padding-bottom: var(--space-md);
  }
  .inclusions-list li:first-child {
    padding-top: var(--space-sm);
  }
  .inclusions-list li:last-child {
    border-bottom: 0;
    padding-bottom: var(--space-xs);
  }
}
.inclusions-index {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--gradient-brand-soft);
  color: var(--color-accent-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  transition:
    background 0.25s var(--ease-default),
    color 0.25s var(--ease-default),
    transform 0.25s var(--ease-spring);
}
.inclusions-list li:hover .inclusions-index {
  background: var(--gradient-brand);
  color: #fff;
  transform: scale(1.08);
}
.inclusions-copy h4 {
  font-size: var(--text-body);
  font-weight: 600;
  color: var(--color-text-primary);
  margin-bottom: 4px;
}
.inclusions-copy p {
  font-size: var(--text-body-sm);
  color: var(--color-text-secondary);
  line-height: 1.55;
}

.service-card .card-note {
  margin-top: var(--space-md);
  font-size: 11px;
  color: var(--color-text-tertiary);
  font-style: italic;
}

.team-card {
  text-align: center;
  padding: var(--space-lg);
}
.team-photo {
  aspect-ratio: 1;
  border-radius: var(--radius-xl);
  overflow: hidden;
  margin-bottom: var(--space-md);
}
.team-card h3 {
  font-size: var(--text-h4);
}
.team-card .role {
  font-family: var(--font-label);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-accent-primary);
  font-weight: 600;
  margin-top: 4px;
}
.team-card.is-founder {
  border: 1.5px solid var(--color-accent-primary);
  box-shadow:
    var(--shadow-2),
    0 0 40px rgba(236, 18, 121, 0.12);
}
.team-social {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: var(--space-md);
}
.team-social a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-bg-alt);
  color: var(--color-text-secondary);
  transition:
    background 0.2s,
    color 0.2s;
}
.team-social a:hover {
  background: var(--color-accent-primary);
  color: #fff;
}
.team-social svg {
  width: 16px;
  height: 16px;
}

.testimonial-card {
  position: relative;
}
.testimonial-card .quote-mark {
  font-family: var(--font-display);
  font-size: 64px;
  line-height: 1;
  color: var(--color-accent-gold);
  opacity: 0.5;
}
.testimonial-card p.quote {
  font-size: var(--text-body-lg);
  font-style: italic;
  color: var(--color-text-primary);
  margin-top: var(--space-sm);
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: var(--space-lg);
}
.testimonial-author .avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--gradient-brand);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-family: var(--font-display);
}
.testimonial-author strong {
  display: block;
  font-size: var(--text-body-md);
}
.testimonial-author span {
  font-size: var(--text-body-sm);
  color: var(--color-text-secondary);
}

/* Home testimonials — 3 visible at once, slow horizontal drift (pause on hover) */
.testimonials-section {
  overflow: hidden;
}
.testimonials-scroll-wrap {
  --testimonials-gap: 1.25rem;
  position: relative;
  margin-top: var(--space-xl);
  padding-inline: 52px;
}
.testimonials-scroll {
  display: flex;
  align-items: stretch;
  gap: var(--testimonials-gap);
  overflow-x: auto;
  padding: 0.35rem 0 1rem;
  scroll-behavior: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.testimonials-scroll::-webkit-scrollbar {
  display: none;
}
.testimonials-scroll-wrap::before,
.testimonials-scroll-wrap::after {
  content: none;
}
.testimonials-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-58%);
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: var(--color-bg-elevated);
  border: 1.5px solid var(--border-default);
  box-shadow: var(--shadow-2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-primary);
  z-index: 3;
  transition:
    background 0.2s,
    border-color 0.2s,
    color 0.2s,
    transform 0.25s var(--ease-spring),
    box-shadow 0.2s;
}
.testimonials-nav svg {
  width: 18px;
  height: 18px;
}
.testimonials-nav:hover {
  background: var(--color-accent-primary);
  border-color: var(--color-accent-primary);
  color: #fff;
  box-shadow: var(--glow-primary);
  transform: translateY(-58%) scale(1.06);
}
.testimonials-nav.prev {
  left: 0;
}
.testimonials-nav.next {
  right: 0;
}
.testimonials-nav:disabled {
  opacity: 0.35;
  pointer-events: none;
  transform: translateY(-58%);
}
.testimonial-scroll-card {
  position: relative;
  flex: 0 0 calc((100% - (var(--testimonials-gap) * 2)) / 3);
  width: calc((100% - (var(--testimonials-gap) * 2)) / 3);
  min-height: 280px;
  padding: 1.35rem 1.4rem 1.25rem 1.55rem;
  display: flex;
  flex-direction: column;
  background: var(--color-bg-elevated);
  border: 1px solid rgba(48, 41, 92, 0.08);
  box-shadow: 0 14px 36px rgba(48, 41, 92, 0.07);
  overflow: hidden;
}
.testimonial-scroll-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.1rem;
  bottom: 1.1rem;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    var(--color-accent-gold),
    var(--color-accent-primary)
  );
}
.testimonial-scroll-card::after {
  content: "";
  position: absolute;
  right: -28px;
  top: -28px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(247, 183, 51, 0.16),
    transparent 70%
  );
  pointer-events: none;
}
.testimonial-scroll-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.35rem;
}
.testimonial-scroll-mark {
  font-family: var(--font-display);
  font-size: 3.4rem;
  line-height: 0.7;
  color: var(--color-accent-gold);
  opacity: 0.55;
}
.testimonial-scroll-card .quote {
  flex: 1;
  font-size: var(--text-body-lg);
  font-style: italic;
  line-height: 1.55;
  color: var(--color-text-primary);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testimonial-scroll-card .testimonial-author {
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(48, 41, 92, 0.08);
}
.testimonial-scroll-card.is-empty {
  min-height: 200px;
  justify-content: center;
}
@media (max-width: 992px) {
  .testimonial-scroll-card {
    flex-basis: calc((100% - var(--testimonials-gap)) / 2);
    width: calc((100% - var(--testimonials-gap)) / 2);
  }
}
@media (max-width: 700px) {
  .testimonials-nav {
    display: none;
  }
  .testimonials-scroll-wrap {
    padding-inline: 0;
  }
  .testimonial-scroll-card {
    flex-basis: 100%;
    width: 100%;
  }
}

/* Process steps */
.process-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: var(--space-lg);
  counter-reset: step;
}
.process-step {
  position: relative;
  padding-top: var(--space-xl);
}
.process-step::before {
  counter-increment: step;
  content: counter(step);
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 600;
  color: var(--color-accent-primary);
  display: block;
  margin-bottom: var(--space-md);
}
.process-step::after {
  content: "";
  position: absolute;
  top: 22px;
  left: 50px;
  right: -24px;
  height: 1px;
  background: var(--border-default);
}
.process-step:last-child::after {
  display: none;
}
.process-step h4 {
  font-size: var(--text-body-lg);
  margin-bottom: 4px;
}
.process-step p {
  font-size: var(--text-body-sm);
  color: var(--color-text-secondary);
}
@media (max-width: 900px) {
  .process-steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .process-step::after {
    display: none;
  }
}
@media (max-width: 560px) {
  .process-steps {
    grid-template-columns: 1fr;
  }
}

/* ---------------------------------------------------------------------- */
/* 10. STAT BAND / CTA BANNER                                              */
/* ---------------------------------------------------------------------- */
.cta-banner {
  border-radius: var(--radius-3xl);
  background: var(--gradient-brand);
  padding: clamp(40px, 6vw, 80px);
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.cta-banner h2 {
  color: #fff;
  font-size: var(--text-h1);
  max-width: 20ch;
  margin-inline: auto;
}
.cta-banner p {
  color: rgba(255, 255, 255, 0.88);
  margin-top: var(--space-md);
}
.cta-banner .btn {
  margin-top: var(--space-2xl);
}
.cta-banner .btn-primary {
  background: #fff;
  color: var(--ikon-magenta);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}
.cta-banner .btn-primary:hover {
  background: var(--ikon-navy);
  color: #fff;
}

/* ---------------------------------------------------------------------- */
/* 11. FORMS                                                               */
/* ---------------------------------------------------------------------- */
.field {
  position: relative;
  margin-bottom: var(--space-lg);
  min-width: 0;
}
.field label {
  display: block;
  font-family: var(--font-label);
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text-secondary);
  margin-bottom: 8px;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  height: 52px;
  padding-inline: var(--space-md);
  border-radius: var(--radius-md);
  border: 1.5px solid var(--border-default);
  background: var(--color-bg-elevated);
  transition:
    border-color 0.15s,
    box-shadow 0.15s;
}
.field textarea {
  height: auto;
  min-height: 140px;
  padding-block: var(--space-md);
  resize: vertical;
}
.field input:hover,
.field select:hover,
.field textarea:hover {
  border-color: var(--border-strong);
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--color-accent-primary);
  box-shadow: 0 0 0 3px rgba(236, 18, 121, 0.15);
}
.field.has-error input,
.field.has-error select,
.field.has-error textarea {
  border-color: #e0473a;
  box-shadow: 0 0 0 3px rgba(224, 71, 58, 0.12);
}
.field-error {
  display: none;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #e0473a;
}
.field.has-error .field-error {
  display: flex;
}
.field-error svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-md);
}
@media (max-width: 560px) {
  .field-row {
    grid-template-columns: 1fr;
  }
}

.form-success {
  display: none;
  align-items: center;
  gap: var(--space-md);
  padding: var(--space-lg);
  border-radius: var(--radius-lg);
  background: rgba(34, 197, 94, 0.1);
  color: #178a4c;
  font-weight: 600;
  margin-top: var(--space-lg);
}
.form-success.is-visible {
  display: flex;
}
.form-success svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.inquiry-success-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 1.25rem;
  background: rgba(20, 16, 40, 0.55);
  backdrop-filter: blur(6px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.inquiry-success-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}
.inquiry-success-card {
  width: min(100%, 420px);
  text-align: center;
  padding: 2rem 1.75rem 1.75rem;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 24px 60px rgba(48, 41, 92, 0.28);
  transform: translateY(16px) scale(0.96);
  transition: transform 0.28s ease;
}
.inquiry-success-overlay.is-open .inquiry-success-card {
  transform: translateY(0) scale(1);
}
.inquiry-success-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #ec1279, #30295c);
  color: #fff;
  box-shadow: 0 10px 28px rgba(236, 18, 121, 0.35);
}
.inquiry-success-icon svg {
  width: 34px;
  height: 34px;
}
.inquiry-success-card h3 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: #30295c;
}
.inquiry-success-card p {
  margin: 0 0 1.5rem;
  color: var(--color-text-secondary);
  line-height: 1.55;
}
.inquiry-success-card .btn {
  min-width: 140px;
}

.btn[data-loading="true"] {
  pointer-events: none;
  opacity: 0.75;
}
.btn .spinner {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}
.btn[data-loading="true"] .spinner {
  display: inline-block;
}
.btn[data-loading="true"] .btn-label {
  display: none;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Contact info list */
.contact-info-card {
  display: flex;
  gap: var(--space-md);
  padding: var(--space-lg) 0;
  border-bottom: 1px solid var(--border-subtle);
}
.contact-info-card:last-child {
  border-bottom: none;
}
.contact-info-card .icon {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-md);
  background: var(--gradient-brand-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-info-card .icon svg {
  width: 20px;
  height: 20px;
  color: var(--color-accent-primary);
}
.contact-info-card h4 {
  font-size: var(--text-body-md);
  font-weight: 700;
  margin-bottom: 4px;
}
.contact-info-card p,
.contact-info-card a {
  font-size: var(--text-body-sm);
  color: var(--color-text-secondary);
}
.contact-info-card a:hover {
  color: var(--color-accent-primary);
}

/* Maps card — same box treatment as the details card beside it (grid
   align-items: stretch keeps both equal height), holding two stacked
   map frames (Mehsana + Ahmedabad) instead of one. */
.contact-maps-card {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
}
.contact-map-block {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.contact-map-block h4 {
  font-size: var(--text-body-md);
  font-weight: 700;
  margin-bottom: var(--space-sm);
}
.contact-map-frame {
  flex: 1;
  min-height: 160px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-1);
}
.contact-map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 160px;
  border: 0;
  display: block;
}
@media (max-width: 768px) {
  .contact-map-frame,
  .contact-map-frame iframe {
    min-height: 220px;
  }
}

/* ---------------------------------------------------------------------- */
/* 12. PORTFOLIO / GALLERY                                                 */
/* ---------------------------------------------------------------------- */
.filter-pills {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: var(--space-2xl);
}
.filter-pill {
  padding: 10px 20px;
  border-radius: var(--radius-pill);
  border: 1.5px solid var(--border-default);
  font-size: var(--text-body-sm);
  font-weight: 600;
  color: var(--color-text-secondary);
  transition: all 0.2s;
}
.filter-pill:hover {
  border-color: var(--color-accent-primary);
  color: var(--color-accent-primary);
}
.filter-pill.is-active {
  background: var(--color-text-primary);
  border-color: var(--color-text-primary);
  color: #fff;
}

.gallery-item {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 4/5;
}
.gallery-item.hide {
  display: none;
}
.gallery-item .ph-block {
  transition: transform 0.5s var(--ease-default);
}
.gallery-item:hover .ph-block {
  transform: scale(1.06);
}
.gallery-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: var(--space-lg);
  background: linear-gradient(to top, rgba(44, 42, 74, 0.85), transparent 60%);
  opacity: 0;
  transition: opacity 0.3s;
}
.gallery-item:hover .gallery-overlay {
  opacity: 1;
}
.gallery-overlay .cat {
  font-family: var(--font-label);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ikon-gold);
  font-weight: 700;
}
.gallery-overlay .name {
  color: #fff;
  font-family: var(--font-display);
  font-size: 19px;
  margin-top: 4px;
}
/* Home "Our Work" teaser — an editorial "expanding panels" strip. All
   three photos sit equal-width; hovering the row shrinks the other two
   and lets the hovered photo bloom wide, spotlight-style, with its full
   caption sliding into view. Distinct from a static grid on purpose. */
.work-expand-row {
  display: flex;
  gap: var(--space-md);
  height: 460px;
}
.work-panel {
  position: relative;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  border-radius: var(--radius-xl);
  cursor: pointer;
  box-shadow: var(--shadow-1);
  transition:
    flex 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.4s var(--ease-default);
}
.work-expand-row:hover .work-panel {
  flex: 0.65;
}
.work-expand-row .work-panel:hover {
  flex: 2.4;
  box-shadow: var(--shadow-3);
}
.work-panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.85) brightness(0.94);
  transition:
    transform 0.7s var(--ease-default),
    filter 0.5s;
}
.work-panel:hover img {
  transform: scale(1.05);
  filter: saturate(1.08) brightness(1);
}
.work-panel-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(20, 18, 36, 0.88),
    rgba(20, 18, 36, 0.15) 55%,
    transparent 75%
  );
}
/* Gradient accent bar along the bottom edge — draws in on hover, echoing */
/* the same brand-gradient sweep used on the hero stat cards.            */
.work-panel::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: var(--gradient-brand);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s var(--ease-default);
}
.work-panel:hover::after {
  transform: scaleX(1);
}
.work-panel-label {
  position: absolute;
  left: var(--space-md);
  right: var(--space-md);
  bottom: var(--space-lg);
  color: #fff;
}
.work-panel-meta {
  display: flex;
  align-items: baseline;
  gap: 10px;
  white-space: nowrap;
}
.work-panel-meta .index {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
}
.work-panel-meta .cat {
  font-family: var(--font-label);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: var(--ikon-gold);
}
.work-panel-name {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  opacity: 0;
  transform: translateX(-8px);
  transition:
    opacity 0.4s,
    transform 0.4s;
  white-space: nowrap;
}
.work-panel:hover .work-panel-name {
  opacity: 1;
  transform: translateX(0);
}
.work-panel-name .name {
  font-family: var(--font-display);
  font-size: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.work-panel-name svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: var(--ikon-gold);
}
@media (max-width: 700px) {
  .work-expand-row {
    flex-direction: column;
    height: auto;
  }
  .work-expand-row .work-panel,
  .work-expand-row:hover .work-panel,
  .work-expand-row .work-panel:hover {
    flex: none;
    height: 220px;
  }
  .work-panel::after {
    transform: scaleX(1);
  }
  .work-panel-name {
    opacity: 1;
    transform: none;
  }
}

/* Bento gallery — the "unique look" event-detail gallery layout.
   Asymmetric 12-col grid (varying tile spans) instead of a uniform grid,
   with a number badge per tile for an editorial, designed feel. */
.bento-gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 130px;
  gap: var(--space-lg);
}
.bento-gallery .gallery-item {
  aspect-ratio: auto;
  height: 100%;
}
.bento-gallery .gallery-item .ph-block {
  height: 100%;
}
.bento-item-xl {
  grid-column: span 7;
  grid-row: span 3;
}
.bento-item-lg {
  grid-column: span 5;
  grid-row: span 3;
}
.bento-item-md {
  grid-column: span 4;
  grid-row: span 2;
}
.bento-item-wide {
  grid-column: span 8;
  grid-row: span 2;
}
.bento-item-sm {
  grid-column: span 4;
  grid-row: span 2;
}
.gallery-item .tile-number {
  position: absolute;
  top: var(--space-md);
  left: var(--space-md);
  z-index: 1;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(20, 18, 36, 0.45);
  backdrop-filter: blur(6px);
  color: #fff;
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(-6px);
  transition:
    opacity 0.3s,
    transform 0.3s;
}
.gallery-item:hover .tile-number {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 900px) {
  .bento-gallery {
    grid-template-columns: repeat(6, 1fr);
  }
  .bento-item-xl,
  .bento-item-wide {
    grid-column: span 6;
  }
  .bento-item-lg,
  .bento-item-md,
  .bento-item-sm {
    grid-column: span 3;
  }
}
@media (max-width: 640px) {
  .bento-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 220px;
  }
  .bento-item-xl,
  .bento-item-lg,
  .bento-item-md,
  .bento-item-wide,
  .bento-item-sm {
    grid-column: span 1;
    grid-row: span 1;
  }
}

/* Lightbox modal */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: var(--z-modal);
  display: none;
  align-items: center;
  justify-content: center;
  padding: var(--space-lg);
}
.lightbox.is-open {
  display: flex;
}
.lightbox-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(20, 18, 36, 0.86);
  backdrop-filter: blur(6px);
  z-index: var(--z-overlay);
}
.lightbox-body {
  position: relative;
  z-index: var(--z-modal);
  width: 100%;
  max-width: 720px;
}
.lightbox-frame {
  height: min(70vh, 720px);
  width: calc(min(70vh, 720px) * 4 / 5);
  max-width: 100%;
  margin-inline: auto;
  border-radius: var(--radius-2xl);
  overflow: hidden;
  box-shadow: var(--shadow-4);
}
.lightbox-caption {
  color: #fff;
  text-align: center;
  margin-top: var(--space-md);
}
.lightbox-close,
.lightbox-nav {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.lightbox-close:hover,
.lightbox-nav:hover {
  background: rgba(255, 255, 255, 0.25);
}
.lightbox-close {
  top: -56px;
  right: 0;
}
.lightbox-nav svg,
.lightbox-close svg {
  width: 18px;
  height: 18px;
}
.lightbox-nav.prev {
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
}
.lightbox-nav.next {
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 860px) {
  .lightbox-nav.prev {
    left: 4px;
  }
  .lightbox-nav.next {
    right: 4px;
  }
  .lightbox-close {
    top: 4px;
    right: 4px;
    background: rgba(20, 18, 36, 0.5);
  }
}

/* ---------------------------------------------------------------------- */
/* 12.1 BLOG CARDS + ARTICLE PAGE                                          */
/* ---------------------------------------------------------------------- */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-xl);
}
.blog-card {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.blog-card.hide {
  display: none;
}
.blog-card-media {
  aspect-ratio: 16/10;
}
.blog-card-media .ph-block {
  border-radius: 0;
}
.blog-card-body {
  padding: var(--space-lg);
  display: flex;
  flex-direction: column;
  flex: 1;
}
.blog-tag {
  display: inline-flex;
  align-self: flex-start;
  font-family: var(--font-label);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-accent-purple);
  background: var(--gradient-brand-soft);
  padding: 5px 12px;
  border-radius: var(--radius-pill);
  margin-bottom: var(--space-md);
}
.blog-card h3 {
  font-size: var(--text-h4);
  line-height: 1.25;
  margin-bottom: var(--space-sm);
}
.blog-card p.excerpt {
  color: var(--color-text-secondary);
  font-size: var(--text-body-md);
  flex: 1;
}
.blog-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: var(--space-md);
  font-size: var(--text-body-sm);
  color: var(--color-text-tertiary);
}
.blog-meta .dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
}
.blog-read-more {
  margin-top: var(--space-md);
  font-family: var(--font-label);
  font-size: 13px;
  font-weight: 700;
  color: var(--color-accent-primary);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.2s;
}
.blog-card:hover .blog-read-more {
  gap: 10px;
}
@media (max-width: 1024px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

/* Single article/post page */
.post-article-card {
  padding: clamp(20px, 4vw, var(--space-2xl));
}
.post-article-card:hover {
  transform: none;
  box-shadow: var(--shadow-1);
  border-color: var(--border-subtle);
}
.post-article-card .post-hero-media {
  /* Bleed the cover photo to the card's outer edge instead of sitting
     inset inside the card's own padding — negate that padding on three
     sides so the image reads as a full-width header, not a bordered
     thumbnail, with only the top corners rounded to match the card. */
  margin: calc(-1 * clamp(20px, 4vw, var(--space-2xl)))
    calc(-1 * clamp(20px, 4vw, var(--space-2xl))) var(--space-2xl);
  border-radius: var(--radius-2xl) var(--radius-2xl) 0 0;
  box-shadow: none;
}
.post-article-card .post-body {
  padding: 0;
}
.post-article-card .post-share {
  margin-inline: 0;
  padding-bottom: 0;
}
.post-hero-media {
  border-radius: var(--radius-3xl);
  overflow: hidden;
  aspect-ratio: 21/9;
  box-shadow: var(--shadow-3);
}
.post-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: var(--space-lg);
  color: var(--color-text-secondary);
  font-size: var(--text-body-sm);
}
.post-meta .dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
}
.post-body {
  max-width: 72ch;
  margin-inline: auto;
}
.post-body p {
  color: var(--color-text-secondary);
  margin-bottom: var(--space-lg);
  line-height: 1.75;
}
.post-body > p:first-of-type {
  font-style: italic;
  color: var(--color-text-tertiary);
  font-size: var(--text-body-sm);
}
.post-body > p:first-of-type + p {
  font-size: var(--text-body-xl);
  color: var(--color-text-primary);
  line-height: 1.6;
}
.post-body h2,
.post-body h3 {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: var(--space-2xl);
  margin-bottom: var(--space-md);
}
.section-num {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--gradient-brand);
  color: #fff;
  font-family: var(--font-label);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 14px rgba(236, 18, 121, 0.28);
}
.post-share {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  margin-top: var(--space-3xl);
  padding-top: var(--space-lg);
  border-top: 1px solid var(--border-subtle);
}
.post-share span {
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-text-tertiary);
}
.post-share a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--color-bg-alt);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-secondary);
  transition:
    background 0.2s,
    color 0.2s;
}
.post-share a:hover {
  background: var(--color-accent-primary);
  color: #fff;
}
.post-share svg {
  width: 16px;
  height: 16px;
}
/* ---------------------------------------------------------------------- */
/* 15. FAQ                                                                 */
/* ---------------------------------------------------------------------- */
.faq-layout {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: var(--space-4xl);
  align-items: start;
}
.faq-intro {
  position: sticky;
  top: 120px;
}
.faq-cta-card {
  margin-top: var(--space-2xl);
  padding: var(--space-lg);
  border-radius: var(--radius-xl);
  background: var(--color-bg-elevated);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-md);
}
.faq-cta-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-md);
  background: var(--gradient-brand-soft);
  color: var(--color-accent-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.faq-cta-icon svg {
  width: 20px;
  height: 20px;
}
.faq-cta-copy strong {
  display: block;
  font-size: var(--text-body-md);
  color: var(--color-text-primary);
}
.faq-cta-copy span {
  font-size: var(--text-body-sm);
  color: var(--color-text-secondary);
}
.faq-cta-card .btn {
  align-self: stretch;
}

.faq-list {
  display: flex;
  flex-direction: column;
}
.faq-item {
  position: relative;
  border-bottom: 1px solid var(--border-subtle);
  padding-left: var(--space-md);
}
.faq-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  border-radius: 2px;
  background: var(--gradient-brand);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s var(--ease-default);
}
.faq-item.is-open::before {
  transform: scaleY(1);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: var(--space-md);
  padding-block: var(--space-lg);
  text-align: left;
}
.faq-index {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--gradient-brand-soft);
  color: var(--color-accent-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  transition:
    background 0.3s var(--ease-default),
    color 0.3s var(--ease-default);
}
.faq-item.is-open .faq-index {
  background: var(--gradient-brand);
  color: #fff;
}
.faq-question-text {
  flex: 1;
  font-family: var(--font-display);
  font-size: var(--text-h4);
  font-weight: 600;
  color: var(--color-text-primary);
}
.faq-toggle {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid var(--border-default);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-secondary);
  transition:
    transform 0.35s var(--ease-spring),
    border-color 0.2s,
    color 0.2s;
}
.faq-toggle svg {
  width: 16px;
  height: 16px;
}
.faq-item.is-open .faq-toggle {
  transform: rotate(135deg);
  border-color: var(--color-accent-primary);
  color: var(--color-accent-primary);
}
.faq-question:hover .faq-toggle {
  border-color: var(--color-accent-primary);
  color: var(--color-accent-primary);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s var(--ease-default);
}
.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}
.faq-answer-inner {
  overflow: hidden;
}
.faq-answer-inner p {
  padding-bottom: var(--space-lg);
  padding-right: var(--space-2xl);
  color: var(--color-text-secondary);
  font-size: var(--text-body-md);
  line-height: 1.7;
}

@media (max-width: 900px) {
  .faq-layout {
    grid-template-columns: 1fr;
    gap: var(--space-2xl);
  }
  .faq-intro {
    position: static;
  }
}
@media (max-width: 560px) {
  .faq-question-text {
    font-size: var(--text-body-lg);
  }
  .faq-answer-inner p {
    padding-right: 0;
  }
}
/* ---------------------------------------------------------------------- */
/* 13. FOOTER                                                              */
/* ---------------------------------------------------------------------- */
.site-footer {
  background: var(--color-bg-dark);
  color: var(--color-text-on-dark);
  padding-block: var(--space-4xl) var(--space-xl);
}
.footer-brand-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: var(--space-md);
}
/* .footer-logo-box {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  background: #fff;
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-shadow: var(--shadow-2);
}
.footer-logo-box svg {
  width: 100%;
  height: 100%;
} */
/* ...existing code... */

.footer-logo-box {
  width: 78px;
  height: 78px;
  flex-shrink: 0;
  background: #fff;
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  box-shadow: var(--shadow-2);
  overflow: hidden;
}
.footer-logo-box img {
  width: 92%;
  height: 92%;
  display: block;
  object-fit: contain;
}

/* ...existing code... */
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: var(--space-2xl);
}
.footer-brand p {
  color: var(--color-text-on-dark-muted);
  margin-top: var(--space-md);
  max-width: 34ch;
  font-size: var(--text-body-sm);
}
.footer-col h4 {
  font-family: var(--font-label);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ikon-gold);
  margin-bottom: var(--space-md);
}
.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-col a,
.footer-col address {
  font-size: var(--text-body-sm);
  color: var(--color-text-on-dark-muted);
  font-style: normal;
  transition: color 0.15s;
}
.footer-col a:hover {
  color: #fff;
}
.footer-social {
  display: flex;
  gap: 10px;
  margin-top: var(--space-lg);
}
.footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-social a:hover {
  background: var(--color-accent-primary);
}
.footer-social svg {
  width: 16px;
  height: 16px;
  color: #fff;
}
.footer-bottom {
  margin-top: var(--space-3xl);
  padding-top: var(--space-lg);
  border-top: 1px solid var(--border-on-dark);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-md);
  font-size: var(--text-body-sm);
  color: var(--color-text-on-dark-muted);
}
.footer-bottom a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition:
    color 0.2s ease,
    opacity 0.2s ease;
}
.footer-bottom a:hover {
  color: var(--color-accent-gold, #f7b733);
  text-decoration: underline;
}
.footer-brand-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: var(--space-md);
}
@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 560px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ---------------------------------------------------------------------- */
/* 14. SCROLL REVEAL UTILITIES (paired with GSAP in main.js)              */
/* ---------------------------------------------------------------------- */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  filter: blur(6px);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  transition:
    opacity 0.8s var(--ease-out),
    transform 0.8s var(--ease-out),
    filter 0.8s var(--ease-out);
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 8%,
    #000 92%,
    transparent
  );
}
.marquee-track {
  display: inline-flex;
  gap: var(--space-4xl);
  animation: marquee 22s linear infinite;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* "Our Valuable Clients" logo strip — continuous marquee (paused on
   hover of the whole row so a visitor can actually stop to look), each
   logo desaturated to black by default and blooming into its real color
   only on individual hover. */
.client-marquee-track {
  gap: var(--space-2xl);
  animation-duration: 200s;
}
.marquee:hover .client-marquee-track {
  animation-play-state: paused;
}
.client-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 168px;
  height: 100px;
  padding: var(--space-md);
  background: var(--color-bg-elevated);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-1);
  flex-shrink: 0;
  transition:
    border-color 0.3s var(--ease-default),
    box-shadow 0.3s var(--ease-default),
    transform 0.3s var(--ease-spring);
}
.client-logo:hover {
  border-color: var(--color-accent-primary);
  box-shadow: var(--shadow-2);
  transform: translateY(-3px);
}
.client-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: grayscale(1) brightness(0.95);
  opacity: 0.75;
  transition:
    filter 0.4s var(--ease-default),
    opacity 0.4s var(--ease-default),
    transform 0.35s var(--ease-spring);
}
.client-logo:hover img {
  filter: grayscale(0) brightness(1);
  opacity: 1;
  transform: scale(1.08);
}
@media (max-width: 560px) {
  .client-logo {
    width: 128px;
    height: 76px;
    padding: var(--space-sm);
  }
}

/* Logo ring ambient rotation (nav mark) */
.brand-mark svg {
  animation: ring-spin 14s linear infinite;
}
@keyframes ring-spin {
  to {
    transform: rotate(360deg);
  }
}

/* Cinematic cross-document page transitions (progressive enhancement —
   supported in Chromium 126+, silently ignored elsewhere per spec) */
@view-transition {
  navigation: auto;
}
.navbar {
  view-transition-name: site-navbar;
}
::view-transition-old(root),
::view-transition-new(root) {
  animation-duration: 0.45s;
}
