:root {
  --bg: #070b10;
  --panel: #0e141c;
  --panel-2: #111a24;
  --line: rgba(255,255,255,0.12);
  --text: #f4f2ec;
  --muted: #b8bec8;
  --gold: #d6a23b;
  --gold-2: #f0c46b;
  --shadow: 0 24px 70px rgba(0,0,0,0.45);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at top left, #16202c 0%, var(--bg) 44%, #040609 100%);
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 7vw;
  background: rgba(5, 8, 12, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(240,196,107,0.38), 0 6px 18px rgba(0,0,0,0.45);
}
.brand-text {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  letter-spacing: 0.04em;
  font-size: 1.65rem;
  color: var(--gold-2);
  line-height: 1;
}
.brand-text .go { color: #fff; }
nav { display: flex; gap: 26px; }
nav a {
  color: var(--muted);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}
nav a:hover { color: var(--gold-2); }

/* ---------- Hero with depth, light sweep, and sparkle ---------- */
.hero {
  --mx: 0;
  --my: 0;
  position: relative;
  min-height: 590px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  isolation: isolate;
}
.hero-parallax {
  position: absolute;
  inset: -3%;
  transform: translate3d(calc(var(--mx) * 14px), calc(var(--my) * 10px), 0);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('img/hero.jpg');
  background-size: cover;
  background-position: center 42%;
  filter: saturate(1.1) contrast(1.05);
  transform-origin: 50% 40%;
  animation: heroZoom 28s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes heroZoom {
  from { transform: scale(1.02); }
  to   { transform: scale(1.10) translate3d(-0.8%, -0.6%, 0); }
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3,6,10,0.96) 0%, rgba(3,6,10,0.82) 34%, rgba(3,6,10,0.32) 78%, rgba(3,6,10,0.75) 100%),
    linear-gradient(0deg, rgba(3,6,10,0.95) 0%, rgba(3,6,10,0.05) 55%);
}
.hero-depth {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 80% at 64% 42%, transparent 30%, rgba(3,6,10,0.55) 100%),
    linear-gradient(0deg, rgba(214,162,59,0.14) 0%, transparent 32%),
    linear-gradient(180deg, rgba(240,196,107,0.06) 0%, transparent 22%);
  mix-blend-mode: normal;
}
.hero-shine {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(112deg, transparent 42%, rgba(240,196,107,0.13) 50%, rgba(255,255,255,0.05) 52%, transparent 60%);
  background-size: 240% 100%;
  background-repeat: no-repeat;
  mix-blend-mode: screen;
  animation: heroShine 11s ease-in-out infinite;
}
@keyframes heroShine {
  0%        { background-position: 160% 0; opacity: 0; }
  10%       { opacity: 1; }
  55%       { background-position: -60% 0; opacity: 1; }
  62%, 100% { background-position: -60% 0; opacity: 0; }
}
.hero-sparkles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  mix-blend-mode: screen;
  transform: translate3d(calc(var(--mx) * -26px), calc(var(--my) * -18px), 0);
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.hero-sparkles::before,
.hero-sparkles::after {
  content: "";
  position: absolute;
  inset: -4%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.hero-sparkles::before {
  background-image:
    radial-gradient(circle at 58% 18%, rgba(255,240,200,0.95) 0, rgba(255,240,200,0.95) 1.6px, rgba(240,196,107,0.28) 3.6px, transparent 6.2px),
    radial-gradient(circle at 71% 31%, rgba(240,196,107,0.95) 0, rgba(240,196,107,0.95) 1.9px, rgba(240,196,107,0.28) 4.2px, transparent 6.800000000000001px),
    radial-gradient(circle at 84% 22%, rgba(255,255,255,0.9) 0, rgba(255,255,255,0.9) 1.4px, rgba(240,196,107,0.28) 3.2px, transparent 5.800000000000001px),
    radial-gradient(circle at 63% 56%, rgba(240,196,107,0.9) 0, rgba(240,196,107,0.9) 1.7000000000000002px, rgba(240,196,107,0.28) 3.8000000000000003px, transparent 6.4px),
    radial-gradient(circle at 90% 64%, rgba(255,240,200,0.9) 0, rgba(255,240,200,0.9) 1.5px, rgba(240,196,107,0.28) 3.4px, transparent 6.0px),
    radial-gradient(circle at 77% 78%, rgba(240,196,107,0.85) 0, rgba(240,196,107,0.85) 2.0px, rgba(240,196,107,0.28) 4.3999999999999995px, transparent 7.0px),
    radial-gradient(circle at 52% 82%, rgba(255,255,255,0.85) 0, rgba(255,255,255,0.85) 1.4px, rgba(240,196,107,0.28) 3.0px, transparent 5.6px),
    radial-gradient(circle at 94% 42%, rgba(240,196,107,0.9) 0, rgba(240,196,107,0.9) 1.6px, rgba(240,196,107,0.28) 3.6px, transparent 6.2px),
    radial-gradient(circle at 46% 30%, rgba(255,240,200,0.8) 0, rgba(255,240,200,0.8) 1.4px, rgba(240,196,107,0.28) 3.0px, transparent 5.6px),
    radial-gradient(circle at 68% 92%, rgba(240,196,107,0.8) 0, rgba(240,196,107,0.8) 1.6px, rgba(240,196,107,0.28) 3.6px, transparent 6.2px);
  animation: twinkleA 5.2s ease-in-out infinite, driftA 19s ease-in-out infinite alternate;
}
.hero-sparkles::after {
  background-image:
    radial-gradient(circle at 66% 12%, rgba(240,196,107,0.9) 0, rgba(240,196,107,0.9) 1.5px, rgba(240,196,107,0.28) 3.4px, transparent 6.0px),
    radial-gradient(circle at 80% 48%, rgba(255,255,255,0.9) 0, rgba(255,255,255,0.9) 1.7999999999999998px, rgba(240,196,107,0.28) 4.0px, transparent 6.6px),
    radial-gradient(circle at 55% 40%, rgba(255,240,200,0.85) 0, rgba(255,240,200,0.85) 1.4px, rgba(240,196,107,0.28) 3.2px, transparent 5.800000000000001px),
    radial-gradient(circle at 96% 80%, rgba(240,196,107,0.85) 0, rgba(240,196,107,0.85) 1.7000000000000002px, rgba(240,196,107,0.28) 3.8000000000000003px, transparent 6.4px),
    radial-gradient(circle at 73% 66%, rgba(255,240,200,0.9) 0, rgba(255,240,200,0.9) 1.6px, rgba(240,196,107,0.28) 3.6px, transparent 6.2px),
    radial-gradient(circle at 87% 10%, rgba(240,196,107,0.85) 0, rgba(240,196,107,0.85) 1.4px, rgba(240,196,107,0.28) 3.2px, transparent 5.800000000000001px),
    radial-gradient(circle at 60% 72%, rgba(255,255,255,0.8) 0, rgba(255,255,255,0.8) 1.5px, rgba(240,196,107,0.28) 3.4px, transparent 6.0px),
    radial-gradient(circle at 49% 60%, rgba(240,196,107,0.8) 0, rgba(240,196,107,0.8) 1.7999999999999998px, rgba(240,196,107,0.28) 4.0px, transparent 6.6px),
    radial-gradient(circle at 91% 28%, rgba(255,240,200,0.85) 0, rgba(255,240,200,0.85) 1.4px, rgba(240,196,107,0.28) 3.2px, transparent 5.800000000000001px);
  animation: twinkleB 6.8s ease-in-out infinite, driftB 23s ease-in-out infinite alternate;
}
@keyframes twinkleA {
  0%, 100% { opacity: 0.25; }
  35%      { opacity: 1; }
  70%      { opacity: 0.45; }
}
@keyframes twinkleB {
  0%, 100% { opacity: 0.9; }
  40%      { opacity: 0.2; }
  75%      { opacity: 0.7; }
}
@keyframes driftA {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(1.2%, -1.6%, 0); }
}
@keyframes driftB {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(-1%, 1.4%, 0); }
}
.hero-content {
  position: relative;
  max-width: 900px;
  padding: 72px 7vw;
}
.eyebrow {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-weight: 700;
  color: #fff;
  font-size: 0.82rem;
}
.gold { color: var(--gold-2); }
h1, h2, h3 {
  font-family: "Barlow Condensed", sans-serif;
  line-height: 0.96;
  margin: 0;
  text-wrap: balance;
}
p, blockquote, .credit span, .badges span { text-wrap: pretty; }
.stats-band span { display: block; text-wrap: balance; }
.service-grid p { text-wrap: balance; }
.eyebrow { text-wrap: balance; }
.hero-copy, .team-copy, .contact-copy, .quote-grid blockquote { text-wrap: balance; }
.keep { white-space: nowrap; }
h1 {
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  text-transform: uppercase;
  letter-spacing: 0.025em;
  max-width: 900px;
}
h1 > span:not(.keep) { color: var(--gold-2); }
h2 { font-size: clamp(2.35rem, 4vw, 4rem); }
h3 { font-size: 1.55rem; text-transform: uppercase; letter-spacing: 0.03em; }
.hero h1::after {
  content: "";
  display: block;
  width: 92px;
  height: 4px;
  background: var(--gold);
  margin: 28px 0 0;
}
.hero-copy {
  max-width: 660px;
  color: #f4f0e8;
  font-size: 1.14rem;
  font-weight: 600;
  margin: 30px 0 0;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 34px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  min-height: 50px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  border: 1px solid rgba(255,255,255,0.18);
  cursor: pointer;
}
.button.primary {
  color: #120c02;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  border-color: transparent;
}
.button.secondary { color: #fff; background: rgba(255,255,255,0.04); border-color: var(--gold); }
.button.large { font-size: 1rem; text-transform: none; letter-spacing: 0; padding: 16px 26px; }
.button:hover { transform: translateY(-1px); box-shadow: var(--shadow); }

.section { padding: 64px 7vw; }
.centered { text-align: center; }

/* ---------- Team ---------- */
.team-section { border-bottom: 1px solid var(--line); }
.team-intro { max-width: 820px; margin: 0 auto 44px; }
.team-intro h2 { margin-bottom: 14px; }
.team-copy { color: var(--muted); margin: 0; font-size: 1.05rem; }
.team-member {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(300px, 1.15fr);
  gap: 46px;
  align-items: center;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.team-member + .team-member { margin-top: 56px; }
.team-member.reverse .portrait-card { order: 2; }
.member-links { display: flex; gap: 22px; flex-wrap: wrap; justify-content: center; margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--line); }

.portrait-card, .copy-card, .service-grid article, .credit, blockquote, .contact-form {
  background: linear-gradient(145deg, rgba(255,255,255,0.07), rgba(255,255,255,0.025));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.portrait-card { overflow: hidden; border-radius: 14px; }
.portrait-card img { width: 100%; height: 560px; object-fit: cover; object-position: center 20%; filter: brightness(1.08) contrast(1.04); }
.portrait-card img.david { object-position: center 4%; filter: none; }
.copy-card { border-radius: 14px; padding: 36px; }
.copy-card p { color: #d9dce2; }
.copy-card h2 { margin-bottom: 6px; }
.badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.badges span {
  border: 1px solid rgba(214,162,59,0.45);
  color: var(--gold-2);
  padding: 8px 11px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.logo-section {
  padding-top: 28px;
  padding-bottom: 42px;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.logo-marquee {
  max-width: 1180px;
  margin: 22px auto 0;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
}
.logo-track {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: logoScroll 48s linear infinite;
}
.logo-track span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 58px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(240,196,107,0.32);
  background: rgba(255,255,255,0.055);
  color: #fff;
  box-shadow: 0 12px 38px rgba(0,0,0,0.22);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  white-space: nowrap;
}
@keyframes logoScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.services { border-bottom: 1px solid var(--line); }
.services h2, .gallery-section h2, .testimonials h2, .contact-section h2 { margin-bottom: 36px; }
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.service-grid article { padding: 28px; border-radius: 12px; }
.service-grid p { color: var(--muted); margin-bottom: 0; }
.service-grid article::before {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  background: var(--gold);
  margin-bottom: 20px;
}

.gallery-section { border-bottom: 1px solid var(--line); }
.slideshow { position: relative; max-width: 1180px; margin: 0 auto; outline: none; }
.slideshow:focus-visible .slides { box-shadow: 0 0 0 2px rgba(240,196,107,0.55), var(--shadow); }
.slides {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: #05080c;
}
.slide { position: absolute; inset: 0; margin: 0; opacity: 0; transition: opacity 0.8s ease; }
.slide.is-active { opacity: 1; z-index: 1; }
.slide-bg {
  position: absolute;
  inset: -8%;
  background-size: cover;
  background-position: center;
  filter: blur(30px) brightness(0.42) saturate(1.15);
}
.slide img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.slide-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid rgba(240,196,107,0.55);
  background: rgba(5,8,12,0.62);
  color: #fff;
  font: 700 2.1rem/1 Inter, Arial, sans-serif;
  padding: 0 0 4px;
  cursor: pointer;
  display: grid;
  place-items: center;
  backdrop-filter: blur(6px);
  transition: background 0.2s, color 0.2s;
}
.slide-nav.prev { left: 18px; }
.slide-nav.next { right: 18px; }
.slide-nav:hover { background: var(--gold-2); color: #120c02; }
.slide-footer { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 18px; flex-wrap: wrap; }
.slide-dots { display: flex; gap: 9px; flex-wrap: wrap; justify-content: center; }
.slide-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid rgba(240,196,107,0.6);
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.slide-dots button.is-active { background: var(--gold-2); }
.slide-count { color: var(--muted); font-weight: 800; letter-spacing: 0.08em; font-size: 0.78rem; }

.stats-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.stats-band div {
  background: rgba(7, 11, 16, 0.82);
  padding: 30px 7vw;
  text-align: center;
}
.stats-band strong {
  display: block;
  color: var(--gold-2);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2.4rem, 4vw, 3.5rem);
  line-height: 0.9;
  text-transform: uppercase;
}
.stats-band span { color: var(--muted); font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.8rem; }

/* ---------- Credits ---------- */
.credits-section { border-bottom: 1px solid var(--line); }
.credits-heading { max-width: 1180px; margin: 0 auto 40px; }
.profile-links { display: flex; justify-content: center; gap: 28px; flex-wrap: wrap; }
.text-link { color: var(--gold-2); font-weight: 800; text-decoration: underline; text-transform: uppercase; letter-spacing: 0.06em; font-size: 0.8rem; }
.credits-block { max-width: 1180px; margin: 0 auto; }
.credits-block + .credits-block { margin-top: 52px; }
.credits-block-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.credits-block-head h3 { font-size: 2rem; color: var(--gold-2); letter-spacing: 0.02em; }
.credits-block-head .profile-links { justify-content: center; gap: 22px; }
.credits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.credit { border-radius: 10px; padding: 18px; }
.credit strong { display: block; color: #fff; }
.credit span { display: block; color: var(--muted); margin-top: 4px; }

.testimonials { border-bottom: 1px solid var(--line); }
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 1180px; margin: 0 auto; }
blockquote {
  margin: 0;
  padding: 28px;
  border-radius: 12px;
  color: #d9dce2;
  font-size: 1.02rem;
}
blockquote::before { content: "\201C"; display: block; color: var(--gold-2); font-size: 4rem; line-height: 0.6; font-family: Georgia, serif; }

.contact-section { text-align: center; }
.contact-copy { color: var(--muted); max-width: 720px; margin: 0 auto 28px; }
.contact-form {
  max-width: 860px;
  margin: 0 auto;
  padding: 28px;
  border-radius: 14px;
  text-align: left;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: block; margin-bottom: 16px; }
label span { display: block; color: var(--gold-2); font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.74rem; margin-bottom: 8px; }
input, textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.07);
  color: var(--text);
  border-radius: 8px;
  padding: 14px 14px;
  font: inherit;
}
input:focus, textarea:focus { outline: 2px solid rgba(240,196,107,0.35); border-color: var(--gold-2); }
textarea { resize: vertical; }
.contact-form .button { width: 100%; margin-top: 6px; border: 0; }
footer { padding: 34px 7vw 30px; text-align: center; color: var(--muted); border-top: 1px solid var(--line); }
.footer-logo {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  margin: 0 auto 14px;
  box-shadow: 0 0 0 1px rgba(240,196,107,0.35), 0 10px 30px rgba(0,0,0,0.5);
}
footer p { margin: 0; }

@media (max-width: 980px) {
  .site-header { position: relative; align-items: flex-start; gap: 16px; flex-direction: column; }
  nav { gap: 14px; flex-wrap: wrap; }
  .hero { min-height: 540px; }
  .team-member, .service-grid, .quote-grid, .credits-grid { grid-template-columns: 1fr; }
  .team-member.reverse .portrait-card { order: 0; }
  .portrait-card img { height: 440px; }
  .stats-band { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .logo-track { animation-duration: 64s; }
  .logo-track span { min-width: 130px; height: 50px; font-size: 1rem; }
  h1 { font-size: clamp(1.9rem, 9.4vw, 4rem); }
  .hero h1 .keep { white-space: nowrap; }
  .hero { min-height: 520px; }
  .hero-content { padding: 56px 6vw; }
  .section { padding: 46px 6vw; }
  .site-header { padding: 16px 6vw; }
  nav a { font-size: 0.72rem; }
  .button { width: 100%; }
  .form-row { grid-template-columns: 1fr; }
  .slides { aspect-ratio: 4 / 3; border-radius: 10px; }
  .slide-nav { width: 42px; height: 42px; font-size: 1.6rem; }
  .slide-nav.prev { left: 10px; }
  .slide-nav.next { right: 10px; }
  .portrait-card img { height: 380px; }
  .copy-card, .contact-form { padding: 24px; }
  .team-member + .team-member { margin-top: 40px; }
  .keep { white-space: normal; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-text { font-size: 1.45rem; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-bg, .hero-shine, .hero-sparkles::before, .hero-sparkles::after, .logo-track { animation: none; }
  .hero-parallax, .hero-sparkles { transition: none; transform: none; }
  .slide { transition: none; }
}
