:root {
  color-scheme: dark;
  --bg: #07070a;
  --fg: #f5f5f7;
  --muted: #a8a8b4;
  --dim: #7a7a88;
  --line: #2a2a36;
  --amber: #f5a623;
  --amber-soft: rgba(245, 166, 35, 0.14);
  --card: #121218;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  background:
    radial-gradient(1000px 520px at 12% -8%, #3a2a14 0%, transparent 55%),
    radial-gradient(800px 400px at 90% 10%, #1a1428 0%, transparent 50%),
    var(--bg);
  color: var(--fg);
  line-height: 1.5;
  min-height: 100vh;
}
a { color: inherit; }
.wrap {
  width: min(960px, calc(100% - 40px));
  margin: 0 auto;
}
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 0 8px;
}
.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  line-height: 0;
}
.brand img {
  height: 28px;
  width: auto;
  display: block;
}
.hero-logo {
  width: min(120px, 28vw);
  height: auto;
  display: block;
  margin-bottom: 22px;
  filter: drop-shadow(0 8px 24px rgba(245, 166, 35, 0.25));
}
nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  font-size: 13px;
  color: var(--muted);
}
nav a { text-decoration: none; }
nav a:hover { color: var(--fg); }
.hero {
  padding: 72px 0 56px;
}
.eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 18px;
}
h1 {
  font-size: clamp(42px, 9vw, 72px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  font-weight: 700;
  margin-bottom: 20px;
  max-width: 10ch;
}
.lede {
  font-size: clamp(17px, 2.4vw, 20px);
  color: var(--muted);
  max-width: 36em;
  margin-bottom: 32px;
}
.cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid transparent;
}
.btn-primary { background: var(--amber); color: #111; }
.btn-ghost { border-color: var(--line); color: var(--fg); }
.btn-ghost:hover { border-color: #4a4a5a; }
section {
  padding: 28px 0 56px;
  border-top: 1px solid var(--line);
}
h2 {
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 18px;
}
h3 {
  font-size: 18px;
  font-weight: 650;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.section-copy {
  color: var(--muted);
  max-width: 40em;
  margin-bottom: 28px;
  font-size: 16px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}
.card {
  background: linear-gradient(180deg, #16161e 0%, var(--card) 100%);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 20px 18px;
  min-height: 140px;
}
.card p {
  color: var(--muted);
  font-size: 14px;
}
.pill {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--amber);
  background: var(--amber-soft);
  padding: 4px 8px;
  border-radius: 999px;
  margin-bottom: 12px;
}
.about-block {
  display: grid;
  gap: 20px;
  grid-template-columns: 1.2fr 0.8fr;
}
@media (max-width: 720px) {
  .about-block { grid-template-columns: 1fr; }
  .hero { padding-top: 48px; }
}
.stat {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
  background: rgba(255,255,255,0.02);
}
.stat strong {
  display: block;
  font-size: 28px;
  letter-spacing: -0.03em;
  margin-bottom: 4px;
}
.stat span { color: var(--dim); font-size: 13px; }
.contact-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background:
    radial-gradient(500px 180px at 0% 0%, var(--amber-soft), transparent 60%),
    #101016;
}
.contact-box p {
  color: var(--muted);
  max-width: 34em;
  margin-top: 8px;
  font-size: 15px;
}
footer {
  padding: 28px 0 48px;
  color: var(--dim);
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid var(--line);
}
footer a { color: var(--muted); text-decoration: none; }
footer a:hover { color: var(--fg); }

.clients-marquee {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.02);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.clients-track {
  display: flex;
  width: max-content;
  padding: 22px 0;
  animation: clients-scroll 24s linear infinite;
}
.clients-marquee:hover .clients-track {
  animation-play-state: paused;
}
.client-card {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  min-height: 96px;
  margin-right: 16px;
  padding: 18px 24px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #fff;
}
.client-card--dark {
  background: #0a0a0a;
  border-color: var(--line);
}
.client-card img {
  max-width: 100%;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
@keyframes clients-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-1 * var(--clients-shift, 50%))); }
}
@media (prefers-reduced-motion: reduce) {
  .clients-track { animation: none; }
}

.talent-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
@media (max-width: 820px) {
  .talent-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .talent-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.talent-card {
  padding: 0;
  min-height: 0;
  overflow: hidden;
}
.talent-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #000;
  border-bottom: 1px solid var(--line);
}
.talent-card-body {
  padding: 14px 16px 16px;
}
.talent-card h3 {
  font-size: 16px;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}

.work-brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
  padding: 20px;
  border-radius: 16px;
  background: #000;
  border: 1px solid var(--line);
  margin-bottom: 12px;
}
.work-brand-logo img {
  max-width: 100%;
  max-height: 120px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}


a.card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
a.card-link .card {
  transition: border-color 0.15s ease, transform 0.15s ease;
  height: 100%;
}
a.card-link:hover .card {
  border-color: #4a4a5a;
  transform: translateY(-2px);
}
.card-more {
  display: inline-block;
  margin-top: 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--amber);
}
.work-case {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.1fr 0.9fr;
  padding: 22px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #16161e 0%, var(--card) 100%);
}
@media (max-width: 720px) {
  .work-case { grid-template-columns: 1fr; }
}
.work-meta {
  color: var(--dim);
  font-size: 13px;
  margin-bottom: 10px;
}
.work-meta a {
  color: var(--muted);
  text-decoration: none;
}
.work-meta a:hover { color: var(--fg); }
.work-case p {
  color: var(--muted);
  font-size: 15px;
  margin-bottom: 16px;
}
.work-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}
.work-stat {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px 14px;
  background: rgba(255,255,255,0.02);
}
.work-stat strong {
  display: block;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: var(--fg);
}
.work-stat span {
  font-size: 12px;
  color: var(--dim);
}
.work-aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 18px;
  border-radius: 16px;
  border: 1px dashed #3a3a48;
  background: rgba(245, 166, 35, 0.06);
}
.work-aside p {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
}

.work-video-thumb {
  display: block;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #000;
  margin-bottom: 12px;
}
.work-video-thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.work-video-thumb::after {
  content: "▶";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: rgba(0,0,0,0.65);
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  padding-left: 3px;
}
.work-design-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.work-design-grid a {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  background: #000;
  transition: transform .2s ease;
}
.work-design-grid a:hover { transform: translateY(-2px); }
.work-design-grid img { display: block; width: 100%; height: auto; }
@media (max-width: 560px) { .work-design-grid { grid-template-columns: 1fr; } }
.work-subhead {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--amber);
  margin: 28px 0 14px;
}
/* ===== Multi-page additions ===== */
header { position: relative; }
nav { align-items: center; }
nav a[aria-current="page"] {
  color: var(--fg);
  box-shadow: inset 0 -2px 0 var(--amber);
}
.btn-sm { padding: 8px 14px; font-size: 13px; }
nav a.btn-primary,
nav a.btn-primary:hover { color: #111; box-shadow: none; }
.nav-toggle {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: var(--fg);
  transition: transform 0.15s ease, opacity 0.15s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
@media (max-width: 720px) {
  .js .nav-toggle { display: inline-flex; }
  .js .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 30;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    padding: 10px;
    margin-top: 6px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #101016;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    font-size: 15px;
  }
  .js .site-nav.is-open { display: flex; }
  .js .site-nav a { padding: 10px 12px; border-radius: 10px; }
  .js .site-nav a[aria-current="page"] { background: rgba(255,255,255,0.05); box-shadow: none; }
  .js .site-nav .btn { margin-top: 6px; }
}

.hero h1.hero-title {
  font-size: clamp(40px, 7vw, 64px);
  line-height: 1;
  max-width: none;
  text-wrap: balance;
}
.audience-anchor { scroll-margin-top: 24px; }
.audience-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 22px;
  scroll-margin-top: 24px;
}
.audience-card h3 { font-size: 22px; margin-bottom: 6px; }
.card p.audience-line { font-size: 15px; margin-bottom: 16px; }
.audience-list--cols {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 28px;
  width: 100%;
}
@media (max-width: 640px) {
  .audience-list--cols { grid-template-columns: 1fr; }
}
.audience-list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: grid;
  gap: 8px;
  font-size: 14px;
  color: var(--fg);
}
.audience-list li {
  position: relative;
  padding-left: 22px;
}
.audience-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.5em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--amber);
  box-shadow: 0 0 0 3px var(--amber-soft);
}
.audience-actions {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.audience-card a { text-decoration: none; }
.text-link {
  font-size: 14px;
  font-weight: 600;
  color: var(--amber);
  text-decoration: none;
}
.text-link:hover { text-decoration: underline; }
.services-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
@media (max-width: 820px) {
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .services-grid { grid-template-columns: 1fr; }
}
.talent-grid--teaser { grid-template-columns: repeat(3, minmax(0, 1fr)); }
@media (max-width: 560px) {
  .talent-grid--teaser { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.page-hero { padding: 56px 0 44px; }
.page-hero h1 {
  font-size: clamp(34px, 6.5vw, 54px);
  line-height: 1;
  max-width: 18ch;
}
.page-hero .lede { margin-bottom: 24px; }
.jump-links { display: flex; flex-wrap: wrap; gap: 8px; }
.jump-links a { text-decoration: none; margin-bottom: 0; }
.jump-links a:hover { background: rgba(245, 166, 35, 0.24); }

.section-more { margin-top: 22px; }
.result-num {
  display: block;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: var(--fg);
}
.result-label {
  display: block;
  font-size: 13px;
  color: var(--dim);
  margin-bottom: 14px;
}
.result-card h3 { font-size: 16px; }

.case-list { scroll-margin-top: 16px; }
.work-case { scroll-margin-top: 16px; }
.case-cta {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-size: 14px;
  color: var(--muted);
}

.profile-list { display: grid; gap: 16px; }
.profile {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 24px;
  padding: 18px;
  min-height: 0;
  scroll-margin-top: 16px;
}
.profile-photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #000;
}
.profile-body { display: flex; flex-direction: column; align-items: flex-start; }
.profile-name {
  font-size: 26px;
  letter-spacing: 0.03em;
  margin: 4px 0 6px;
}
.card p.profile-line { font-size: 16px; color: var(--fg); margin-bottom: 8px; }
.profile .work-subhead { margin: 14px 0 10px; }
.profile-work { list-style: none; display: grid; gap: 8px; margin-bottom: 18px; width: 100%; }
.profile-work a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4px 12px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.02);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.profile-work a:hover { border-color: #4a4a5a; }
.profile-work a span { font-weight: 400; color: var(--dim); }
@media (max-width: 640px) {
  .profile { grid-template-columns: 1fr; }
  .profile-photo { max-width: 320px; }
}

.contact-layout {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 20px;
  align-items: start;
}
@media (max-width: 720px) {
  .contact-layout { grid-template-columns: 1fr; }
}
.inquiry-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #16161e 0%, var(--card) 100%);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 560px) {
  .form-row { grid-template-columns: 1fr; }
}
.field label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}
.field label .optional { text-transform: none; letter-spacing: 0; color: var(--dim); }
.field input,
.field select,
.field textarea {
  width: 100%;
  font: inherit;
  font-size: 15px;
  color: var(--fg);
  background: #0c0c11;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 11px 12px;
}
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--amber);
  box-shadow: 0 0 0 3px var(--amber-soft);
}
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.form-actions .btn { cursor: pointer; font-family: inherit; }
.form-note { font-size: 13px; color: var(--dim); }
.form-status { font-size: 13px; color: var(--amber); }
.form-status:empty { display: none; }
.contact-aside { display: grid; gap: 14px; }
.contact-aside .stat span { display: block; margin-bottom: 4px; }
.contact-aside .stat p { color: var(--muted); font-size: 14px; }
.contact-link {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  word-break: break-word;
}
.contact-link:hover { color: var(--amber); }
