/* ============================================
   FAISI.COM — Premium Professional Light Theme
   ============================================ */

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

:root {
  --navy: #0d1f3c;
  --navy-2: #162d56;
  --blue: #1a56db;
  --blue-lt: #eff4ff;
  --gold: #c27d0e;
  --off-white: #f8f9fb;
  --white: #ffffff;
  --border: #e4e8f0;
  --border-2: #cdd3e0;
  --text: #0d1f3c;
  --muted: #4a5568;
  --faint: #8a96a8;
  --r: 16px;
  --r-sm: 10px;
  --shadow: 0 2px 16px rgba(13, 31, 60, .07);
  --shadow-md: 0 6px 32px rgba(13, 31, 60, .10);
  --shadow-lg: 0 16px 56px rgba(13, 31, 60, .13);
  --tr: .26s ease;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  font-family: 'Inter', sans-serif;
  background: var(--white);
  color: var(--text);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

ul {
  list-style: none;
}

.wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 28px;
}

/* ── Utility ── */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 12px;
}

.eyebrow::before {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background: var(--blue);
  border-radius: 2px;
}

.sec-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2rem, 3.8vw, 2.9rem);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.12;
  letter-spacing: -.025em;
  margin-bottom: 0;
}

.section {
  padding: 96px 0;
}

.sec-head {
  margin-bottom: 52px;
}

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: .875rem;
  font-weight: 600;
  border-radius: var(--r-sm);
  border: 2px solid transparent;
  cursor: pointer;
  transition: var(--tr);
  white-space: nowrap;
}

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

.btn-dark:hover {
  background: var(--navy-2);
  border-color: var(--navy-2);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(13, 31, 60, .22);
}

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

.btn-light:hover {
  background: rgba(255, 255, 255, .88);
  transform: translateY(-2px);
}

.btn-ghost {
  background: transparent;
  color: rgba(255, 255, 255, .8);
  border-color: rgba(255, 255, 255, .3);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .55);
  color: #fff;
}

.btn-outline-dark {
  background: transparent;
  color: var(--navy);
  border-color: var(--border-2);
}

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

.btn-full {
  width: 100%;
  justify-content: center;
}

/* ══════════════ NAVBAR ══════════════ */
:root {
  --n-bg: #eef4fb;
  --n-bg2: #ffffff;
  --n-bg-warm: #dde9f6;
  --n-ink: #0b1a2e;
  --n-ink-2: #4a5c75;
  --n-ink-3: #8497ad;
  --n-line: #d8e3ef;
  --n-line-soft: #e6eef7;
  --n-accent: #1e4fa3;
  --n-accent-2: #3a78d4;
  --n-accent-soft: #e2ecf8;
  --n-disp: 'Bricolage Grotesque', 'Geist', sans-serif;
  --n-sans: 'Geist', 'Inter', ui-sans-serif, sans-serif;
  --n-mono: 'JetBrains Mono', ui-monospace, monospace;
  --n-serif: 'Newsreader', serif;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 56px;
  height: 68px;
  border-bottom: 1px solid var(--n-line);
  background: color-mix(in oklab, var(--n-bg) 94%, transparent);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 1000;
  gap: 24px;
}

/* Brand */
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  flex-shrink: 0;
}

.brand-mark {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: conic-gradient(from 220deg, var(--n-accent), var(--n-accent-2), var(--n-accent));
  position: relative;
  flex-shrink: 0;
}

.brand-mark::after {
  content: 'F';
  position: absolute;
  inset: 4px;
  border-radius: 999px;
  background: var(--n-bg);
  color: var(--n-ink);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--n-disp);
  font-weight: 700;
  font-size: 12px;
}

.brand-name {
  font-family: var(--n-disp);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.015em;
  color: var(--n-ink);
}

/* Nav links */
.site-nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-left: auto;
}

.site-nav-links a {
  text-decoration: none;
  color: var(--n-ink);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-family: var(--n-sans);
  transition: background .15s ease;
}

.site-nav-links a:hover,
.site-nav-links a.active {
  background: var(--n-accent-soft);
  color: var(--n-accent);
}

/* CTA */
.site-nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  font-family: var(--n-sans);
  background: var(--n-ink);
  color: var(--n-bg);
  text-decoration: none;
  flex-shrink: 0;
  transition: transform .15s ease, box-shadow .15s ease;
}

.site-nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px -12px rgba(0, 0, 0, .28);
}

/* Burger */
.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}

.burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--n-ink);
  border-radius: 2px;
  transition: var(--tr);
}

/* Site buttons (used in hero) */
.site-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--n-sans);
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.site-btn-primary {
  background: var(--n-ink);
  color: var(--n-bg);
}

.site-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px -12px rgba(0, 0, 0, .3);
}

.site-btn-ghost {
  background: var(--n-bg2);
  color: var(--n-ink);
  border-color: var(--n-line);
}

.site-btn-ghost:hover {
  border-color: var(--n-accent);
  color: var(--n-accent);
}

/* ══════════════ HERO ══════════════ */
.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--n-line);
  padding: 80px 56px 108px;
  text-align: center;
  background: var(--n-bg);
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 0%, var(--n-bg-warm) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 80%, color-mix(in oklab, var(--n-accent-soft) 60%, transparent) 0%, transparent 50%);
}

.hero-inner {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

/* Eyebrow pill */
.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 16px;
  border-radius: 999px;
  border: 1px solid var(--n-line);
  background: color-mix(in oklab, var(--n-bg2) 80%, transparent);
  font-family: var(--n-mono);
  font-size: 11px;
  color: var(--n-ink-2);
  letter-spacing: 0.08em;
  margin-bottom: 52px;
}

.hero-pill-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #22c55e;
  animation: hero-blink 2.4s ease infinite;
  flex-shrink: 0;
}

@keyframes hero-blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: .25;
  }
}

/* ── Animated circular portrait ── */
.portrait-wrap {
  display: flex;
  justify-content: center;
  margin: 0 0 60px;
}

.portrait {
  --size: 300px;
  position: relative;
  width: var(--size);
  height: var(--size);
}

.p-halo {
  position: absolute;
  inset: -30%;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle at 50% 50%, rgba(30, 79, 163, .18) 0%, transparent 60%);
}

.p-pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid var(--n-ink);
  opacity: .18;
  animation: p-pulse 3.6s ease-out infinite;
}

.p-pulse:nth-child(2) {
  opacity: .10;
  animation-delay: .8s;
  animation-name: p-pulse-2;
}

@keyframes p-pulse {

  0%,
  100% {
    transform: scale(1);
    opacity: .55
  }

  70% {
    transform: scale(1.08);
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

@keyframes p-pulse-2 {

  0%,
  100% {
    transform: scale(1);
    opacity: .35
  }

  70% {
    transform: scale(1.16);
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

.p-ring-text {
  position: absolute;
  inset: -18%;
  width: 136%;
  height: 136%;
  animation: p-spin 38s linear infinite;
  opacity: .55;
}

.p-ring-dash {
  position: absolute;
  inset: 0;
  animation: p-spin-rev 24s linear infinite;
  opacity: .6;
}

@keyframes p-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes p-spin-rev {
  to {
    transform: rotate(-360deg);
  }
}

.p-photo {
  position: absolute;
  inset: 4.5%;
  border-radius: 50%;
  overflow: hidden;
  background: var(--n-bg2);
  box-shadow: 0 30px 60px -20px rgba(30, 79, 163, .30), inset 0 0 0 1px rgba(255, 255, 255, .5);
}

.p-photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 50% 22%;
  display: block;
}

/* Orbiting dots */
.p-orbit {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
  animation: p-orbit-1 linear infinite;
}

.p-orbit::after {
  content: '';
  position: absolute;
  top: -6px;
  left: calc(50% - 6px);
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--n-accent);
  box-shadow: 0 0 0 4px var(--n-bg2), 0 8px 22px rgba(30, 79, 163, .4);
}

.po1 {
  animation-duration: 16s;
}

.po2 {
  animation-duration: 22s;
  animation-name: p-orbit-2;
}

.po2::after {
  width: 7px;
  height: 7px;
  top: -3.5px;
  left: calc(50% - 3.5px);
  background: var(--n-ink);
}

.po3 {
  animation-duration: 30s;
  animation-name: p-orbit-3;
}

.po3::after {
  width: 5px;
  height: 5px;
  top: -2.5px;
  left: calc(50% - 2.5px);
}

@keyframes p-orbit-1 {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

@keyframes p-orbit-2 {
  from {
    transform: rotate(110deg)
  }

  to {
    transform: rotate(-250deg)
  }
}

@keyframes p-orbit-3 {
  from {
    transform: rotate(230deg)
  }

  to {
    transform: rotate(590deg)
  }
}

/* Floating chips */
.p-chip {
  position: absolute;
  background: var(--n-bg2);
  color: var(--n-ink);
  border: 1px solid var(--n-line);
  padding: 8px 14px;
  border-radius: 999px;
  font-family: var(--n-mono);
  font-size: 11px;
  letter-spacing: .06em;
  white-space: nowrap;
  box-shadow: 0 16px 40px -12px rgba(0, 0, 0, .18);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.p-chip-tr {
  top: 6%;
  right: -70%;
  animation: p-float 5s ease-in-out infinite;
}

.p-chip-bl {
  bottom: 8%;
  left: -24%;
  animation: p-float 6s ease-in-out infinite .6s;
}

.p-live {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #22c55e;
}

@keyframes p-float {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-6px)
  }
}

/* Hero heading */
.hero-h1 {
  font-family: var(--n-disp);
  font-weight: 500;
  font-size: clamp(2.6rem, 6vw, 5.5rem);
  line-height: .96;
  letter-spacing: -.04em;
  margin: 0 auto;
  max-width: 900px;
  color: var(--n-ink);
}

.hero-h1 em {
  font-family: var(--n-serif);
  font-style: italic;
  color: var(--n-accent);
  font-weight: 400;
}

.hero-sub {
  margin: 28px auto 0;
  max-width: 640px;
  font-size: 18px;
  line-height: 1.6;
  color: var(--n-ink-2);
  font-family: var(--n-sans);
}

.hero-sub span {
  color: var(--n-ink);
  font-weight: 500;
  display: block;
  margin-top: 10px;
}

.hero-ctas {
  margin-top: 40px;
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Stats grid */
.hero-stats-grid {
  margin: 80px auto 0;
  padding-top: 32px;
  border-top: 1px solid var(--n-line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  text-align: left;
  max-width: 860px;
}

.hero-stats-grid>div {
  padding: 0 24px;
}

.hero-stats-grid>div+div {
  border-left: 1px solid var(--n-line);
}

.hsg-n {
  font-family: var(--n-disp);
  font-weight: 500;
  font-size: 36px;
  letter-spacing: -.03em;
  line-height: 1;
  color: var(--n-ink);
}

.hsg-l {
  font-size: 13px;
  font-weight: 500;
  margin-top: 10px;
  color: var(--n-ink);
  font-family: var(--n-sans);
}

.hsg-s {
  font-family: var(--n-mono);
  font-size: 11px;
  color: var(--n-ink-3);
  margin-top: 4px;
}

/* ══════════════ TICKER ══════════════ */
.ticker {
  background: var(--off-white);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 16px 0;
  overflow: hidden;
}

.ticker-track {
  display: flex;
  gap: 0;
  white-space: nowrap;
  animation: ticker 40s linear infinite;
}

.ticker-track span {
  font-size: .8rem;
  font-weight: 500;
  color: var(--muted);
  padding: 0 20px;
}

.ticker-track .sep {
  color: var(--faint);
  padding: 0;
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }

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

/* ══════════════ SERVICES ══════════════ */
.services {
  background: linear-gradient(160deg, var(--off-white) 0%, var(--white) 55%, #eef4ff 100%);
  position: relative;
}

.services::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue) 0%, #7c3aed 50%, var(--blue) 100%);
  opacity: .25;
}

.sec-sub {
  font-size: .93rem;
  color: var(--muted);
  line-height: 1.75;
  max-width: 580px;
  margin-top: 16px;
}

.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.svc-card {
  background: var(--white);
  padding: 44px 38px;
  position: relative;
  transition: background var(--tr), box-shadow var(--tr);
  display: flex;
  flex-direction: column;
  gap: 14px;
  overflow: hidden;
}

.svc-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), #7c3aed);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
}

.svc-card:not(.svc-featured):hover::after {
  transform: scaleX(1);
}

.svc-card:not(.svc-featured):hover {
  background: var(--off-white);
}

.svc-card.svc-featured {
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 100%);
}

.svc-card.svc-featured:hover {
  background: linear-gradient(160deg, var(--navy-2) 0%, #1a3a72 100%);
}

.svc-card.svc-featured .svc-num {
  color: rgba(255, 255, 255, .18);
}

.svc-card.svc-featured .svc-icon {
  background: rgba(255, 255, 255, .1);
  color: #fff;
  border-color: rgba(255, 255, 255, .12);
}

.svc-card.svc-featured h3 {
  color: #fff;
}

.svc-card.svc-featured p {
  color: rgba(255, 255, 255, .6);
}

.svc-card.svc-featured .svc-link {
  color: #93c5fd;
}

.svc-card.svc-featured .svc-link:hover {
  color: #bfdbfe;
}


.svc-num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
  color: var(--border-2);
  margin-bottom: 2px;
}

.svc-icon {
  width: 46px;
  height: 46px;
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  color: var(--navy);
  margin-bottom: 2px;
  transition: var(--tr);
}

.svc-card:not(.svc-featured):hover .svc-icon {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}

.svc-card h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -.015em;
  line-height: 1.3;
}

.svc-card p {
  font-size: .87rem;
  color: var(--muted);
  line-height: 1.75;
  flex: 1;
}

.svc-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .8rem;
  font-weight: 600;
  color: var(--blue);
  margin-top: 4px;
  transition: var(--tr);
}

.svc-link:hover {
  gap: 10px;
}

.svc-link i {
  font-size: .7rem;
}

/* ══════════════ ABOUT ══════════════ */
.about {
  background: var(--off-white);
}

.about-wrap {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 72px;
  align-items: start;
}

.about-img-wrap {
  position: relative;
  display: inline-block;
}

.about-img {
  width: 100%;
  border-radius: var(--r);
  display: block;
  box-shadow: var(--shadow-lg);
}

.about-exp-pill {
  position: absolute;
  bottom: -16px;
  right: -20px;
  background: var(--navy);
  color: #fff;
  padding: 12px 20px;
  border-radius: 100px;
  font-size: .82rem;
  font-weight: 600;
  box-shadow: var(--shadow-md);
  white-space: nowrap;
}

.about-exp-pill strong {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  margin-right: 4px;
}

.about-text-col {
  padding-top: 8px;
}

.about-text-col .sec-title {
  margin-bottom: 22px;
}

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

.about-lead strong {
  color: var(--navy);
}

.about-lead em {
  font-style: normal;
  font-weight: 600;
}

.about-body {
  font-size: .9rem;
  color: var(--muted);
  line-height: 1.85;
  margin-bottom: 28px;
}

.about-facts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 26px;
}

.fact {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .86rem;
  color: var(--muted);
}

.fact i {
  color: var(--blue);
  font-size: .78rem;
  margin-top: 4px;
  flex-shrink: 0;
}

.about-skills-compact {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 32px;
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-sm);
}

.about-skills-compact span {
  font-size: .76rem;
  font-weight: 500;
  color: var(--muted);
  background: var(--off-white);
  border: 1px solid var(--border);
  padding: 4px 12px;
  border-radius: 100px;
  transition: var(--tr);
  cursor: default;
}

.about-skills-compact span:hover {
  color: var(--navy);
  border-color: var(--border-2);
  background: var(--white);
}

.about-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* ══════════════ NUMBERS BAND ══════════════ */
.numbers-band {
  background: var(--navy);
  padding: 64px 0;
}

.numbers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  text-align: center;
}

.number-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0 24px;
  border-right: 1px solid rgba(255, 255, 255, .08);
}

.number-item:last-child {
  border-right: none;
}

.n-val {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -.04em;
  line-height: 1;
}

.n-val sup {
  font-size: .5em;
  color: #60a5fa;
}

.n-lbl {
  font-size: .72rem;
  color: rgba(255, 255, 255, .35);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 600;
}

/* ══════════════ TESTIMONIALS ══════════════ */
.testimonials {
  background: var(--white);
}

.testi-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.testi-card {
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 40px;
  position: relative;
  transition: var(--tr);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.testi-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
  border-color: var(--border-2);
}

.testi-quote-mark {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 5rem;
  line-height: .8;
  color: var(--border-2);
  user-select: none;
  height: 40px;
}

.testi-card p {
  font-size: .9rem;
  color: var(--muted);
  line-height: 1.85;
  font-style: italic;
  flex: 1;
}

.testi-author {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 22px;
  border-top: 1px solid var(--border);
}

.testi-av {
  width: 42px;
  height: 42px;
  background: var(--navy);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, .6);
  font-size: .9rem;
  flex-shrink: 0;
}

.testi-author>div:nth-child(2) {
  flex: 1;
}

.testi-author strong {
  display: block;
  font-size: .88rem;
  font-weight: 700;
  color: var(--navy);
}

.testi-author span {
  font-size: .76rem;
  color: var(--faint);
}

.testi-stars {
  display: flex;
  gap: 3px;
  color: var(--gold);
  font-size: .72rem;
  margin-left: auto;
}

/* ══════════════ BOOKING ══════════════ */
.booking {
  background: var(--off-white);
}

.booking-wrap {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 64px;
  align-items: start;
}

.booking-left .sec-title {
  margin-bottom: 14px;
}

.booking-left>p {
  font-size: .92rem;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 36px;
}

.booking-opts {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bopt {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--r-sm);
  padding: 18px 20px;
  cursor: pointer;
  transition: var(--tr);
}

.bopt:hover {
  border-color: var(--border-2);
  box-shadow: var(--shadow);
}

.bopt.active {
  border-color: var(--navy);
  box-shadow: var(--shadow);
}

.bopt.active .bopt-icon {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}

.bopt-icon {
  width: 40px;
  height: 40px;
  border-radius: 9px;
  background: var(--off-white);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--navy);
  flex-shrink: 0;
  transition: var(--tr);
}

.bopt h4 {
  font-size: .875rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.bopt p {
  font-size: .8rem;
  color: var(--muted);
  line-height: 1.65;
}

.bopt-tag {
  font-size: .64rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  padding: 2px 8px;
  border-radius: 100px;
}

.bopt-tag.free {
  background: #f0fdf4;
  color: #166534;
  border: 1px solid #bbf7d0;
}

.bopt-tag.paid {
  background: #eff6ff;
  color: #1d4ed8;
  border: 1px solid #bfdbfe;
}

.bopt-tag.project {
  background: #faf5ff;
  color: #7c3aed;
  border: 1px solid #e9d5ff;
}

.bopt-tag.event {
  background: #fff7ed;
  color: #9a3412;
  border: 1px solid #fed7aa;
}

/* Booking form */
.booking-form {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 40px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.booking-form h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -.02em;
}

.form-sub {
  font-size: .82rem;
  color: var(--faint);
  margin-top: -6px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.fg {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.fg label {
  font-size: .72rem;
  font-weight: 700;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: .08em;
}

.fg input,
.fg select,
.fg textarea {
  background: var(--off-white);
  border: 1.5px solid var(--border);
  border-radius: var(--r-sm);
  padding: 11px 14px;
  font-family: 'Inter', sans-serif;
  font-size: .875rem;
  color: var(--text);
  transition: var(--tr);
  outline: none;
}

.fg select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%238a96a8' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
}

.fg input::placeholder,
.fg textarea::placeholder {
  color: var(--faint);
}

.fg input:focus,
.fg select:focus,
.fg textarea:focus {
  border-color: var(--navy);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(13, 31, 60, .06);
}

.fg textarea {
  resize: vertical;
  min-height: 110px;
}

.form-ok {
  display: none;
  align-items: center;
  gap: 9px;
  font-size: .86rem;
  color: #166534;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: var(--r-sm);
  padding: 12px 14px;
  font-weight: 500;
}

.form-ok.show {
  display: flex;
}

/* ══════════════ CTA BAND ══════════════ */
.cta-band {
  background: var(--navy);
  padding: 80px 0;
}

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

.cta-inner h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 8px;
}

.cta-inner p {
  font-size: .9rem;
  color: rgba(255, 255, 255, .45);
}

.cta-links {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-end;
}

.cta-email {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .85rem;
  color: rgba(255, 255, 255, .45);
  transition: var(--tr);
}

.cta-email:hover {
  color: rgba(255, 255, 255, .8);
}

.cta-email i {
  font-size: .8rem;
}

/* ══════════════ FOOTER ══════════════ */
.footer {
  background: #080f1e;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 60px;
  padding: 64px 28px 52px;
  max-width: 1160px;
  margin: 0 auto;
}

.footer-brand .logo {
  display: inline-block;
  margin-bottom: 14px;
}

.footer-brand p {
  font-size: .84rem;
  color: rgba(255, 255, 255, .35);
  line-height: 1.8;
  max-width: 280px;
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.footer-social a {
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .85rem;
  color: rgba(255, 255, 255, .4);
  transition: var(--tr);
}

.footer-social a:hover {
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-nav h5 {
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .25);
  margin-bottom: 4px;
}

.footer-nav a {
  font-size: .84rem;
  color: rgba(255, 255, 255, .45);
  transition: var(--tr);
}

.footer-nav a:hover {
  color: rgba(255, 255, 255, .8);
}

.footer-bar {
  border-top: 1px solid rgba(255, 255, 255, .06);
  padding: 18px 0;
}

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

.footer-bar-inner p {
  font-size: .76rem;
  color: rgba(255, 255, 255, .2);
}

/* ══════════════ BACK TO TOP ══════════════ */
.to-top {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 42px;
  height: 42px;
  background: var(--navy);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .8rem;
  opacity: 0;
  pointer-events: none;
  transition: var(--tr);
  z-index: 999;
  box-shadow: var(--shadow-md);
}

.to-top.show {
  opacity: 1;
  pointer-events: all;
}

.to-top:hover {
  background: var(--navy-2);
  transform: translateY(-3px);
}

/* ══════════════ ANIMATIONS ══════════════ */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .6s ease, transform .6s ease;
}

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

/* ══════════════ RESPONSIVE ══════════════ */
@media (max-width: 1024px) {
  .svc-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-wrap {
    grid-template-columns: 340px 1fr;
    gap: 52px;
  }

  .numbers-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .number-item {
    border-right: none;
  }

  .booking-wrap {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .hero {
    padding: 64px 28px 80px;
  }

  .hero-stats-grid {
    gap: 0;
  }

  .portrait {
    --size: 240px;
  }
}

@media (max-width: 768px) {

  /* Nav */
  .site-nav {
    padding: 0 20px;
  }

  .site-nav-links,
  .site-nav-cta {
    display: none;
  }

  .burger {
    display: flex;
  }

  .site-nav-links.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    background: rgba(238, 244, 251, .98);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--n-line);
    padding: 10px 16px 18px;
    gap: 2px;
    z-index: 998;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .08);
  }

  .site-nav-links.open a {
    display: block;
    padding: 12px 14px;
  }

  /* Hero */
  .hero {
    padding: 52px 20px 72px;
  }

  .hero-h1 {
    font-size: clamp(2.2rem, 9vw, 3.2rem);
  }

  .hero-sub {
    font-size: 16px;
  }

  .hero-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
  }

  .hero-stats-grid>div+div {
    border-left: none;
  }

  .hero-stats-grid>div:nth-child(2n+1) {
    border-right: 1px solid var(--n-line);
  }

  .hero-stats-grid>div:nth-child(n+3) {
    padding-top: 20px;
    border-top: 1px solid var(--n-line);
  }

  .p-chip {
    display: none;
  }

  /* Other sections */
  .about-wrap {
    grid-template-columns: 1fr;
  }

  .about-photo-col {
    display: flex;
    justify-content: center;
  }

  .about-img-wrap {
    max-width: 320px;
    width: 100%;
  }

  .testi-grid {
    grid-template-columns: 1fr;
  }

  .svc-grid {
    grid-template-columns: 1fr;
  }

  .cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-links {
    align-items: flex-start;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    padding: 48px 28px 40px;
    gap: 32px;
  }

  .footer-bar-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .hero-ctas {
    flex-direction: column;
    align-items: center;
  }

  .hero-ctas .site-btn {
    width: 100%;
    justify-content: center;
  }

  .hero-stats-grid {
    grid-template-columns: 1fr;
  }

  .hero-stats-grid>div+div {
    border-left: none;
    border-top: 1px solid var(--n-line);
    padding-top: 16px;
  }

  .hero-stats-grid>div:nth-child(2n+1) {
    border-right: none;
  }

  .portrait {
    --size: 200px;
  }

  .numbers-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .booking-form {
    padding: 28px 22px;
  }

  .testi-card {
    padding: 28px;
  }
}