:root {
  --black: #070706;
  --black-2: #0d0d0c;
  --charcoal: #171613;
  --graphite: #24221f;
  --stone: #d9d2c3;
  --paper: #f3efe6;
  --muted: #a7a095;
  --gold: #c8a969;
  --gold-soft: #e0ca95;
  --line-dark: rgba(8, 8, 7, 0.12);
  --line-light: rgba(224, 202, 149, 0.22);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.32);
  --container: min(88vw, 1320px);
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 26rem),
    linear-gradient(180deg, #050504, var(--black));
  color: var(--paper);
  font-family:
    Inter, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.55;
  letter-spacing: 0;
  overflow-x: clip;
}

body::selection {
  background: var(--gold);
  color: var(--black);
}

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

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

.container {
  width: var(--container);
  margin-inline: auto;
}

.section-dark {
  background:
    linear-gradient(180deg, rgba(224, 202, 149, 0.055), transparent 24rem),
    linear-gradient(120deg, rgba(255, 255, 255, 0.025), transparent 32%),
    var(--black);
  color: var(--paper);
}

.section-light {
  background: var(--paper);
  color: var(--black);
}

.site-header {
  position: fixed;
  z-index: 20;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  padding: 22px clamp(22px, 4vw, 64px);
  color: var(--paper);
  background: linear-gradient(180deg, rgba(7, 7, 6, 0.82), rgba(7, 7, 6, 0));
}

.site-header.is-scrolled {
  background: rgba(7, 7, 6, 0.86);
  border-bottom: 1px solid rgba(224, 202, 149, 0.14);
  backdrop-filter: blur(18px);
}

.brand,
.footer-logo {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand img {
  width: auto;
  height: clamp(42px, 4.8vw, 56px);
  opacity: 0.86;
  filter: drop-shadow(0 10px 26px rgba(0, 0, 0, 0.45));
}

.footer-logo img {
  width: min(240px, 70vw);
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.6vw, 42px);
  color: rgba(243, 239, 230, 0.78);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.nav-links a,
.footer-nav a {
  transition:
    color 220ms ease,
    opacity 220ms ease;
}

.nav-links a:hover,
.footer-nav a:hover {
  color: var(--gold-soft);
}

.hero {
  position: relative;
  min-height: 78svh;
  overflow: clip;
  display: grid;
  place-items: center;
  padding: 96px 0 44px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), transparent 30%),
    linear-gradient(0deg, rgba(224, 202, 149, 0.05), transparent 44%),
    #050504;
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent, black 20%, black 80%, transparent);
  opacity: 0.22;
}

.hero-logo-stage {
  position: relative;
  z-index: 1;
  width: auto;
  height: min(58svh, 620px);
  filter: drop-shadow(0 38px 90px rgba(0, 0, 0, 0.72));
  animation: logoPresence 14s ease-in-out infinite alternate;
}

.hero-logo-stage img {
  width: auto;
  height: 100%;
  opacity: 0.96;
}

.hero-edge {
  position: absolute;
  inset: auto 6vw 36px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(224, 202, 149, 0.48), transparent);
}

.studio-intro {
  padding: clamp(76px, 9vw, 132px) 0;
  border-top: 1px solid rgba(224, 202, 149, 0.16);
}

.eyebrow,
.section-kicker {
  margin: 0 0 22px;
  color: var(--gold-soft);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 980px;
  margin-bottom: 26px;
  font-size: clamp(2.9rem, 7vw, 7.6rem);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(160px, 0.54fr) minmax(0, 1.46fr);
  gap: clamp(36px, 7vw, 118px);
  align-items: start;
}

.intro-copy p {
  max-width: 720px;
  margin-bottom: 36px;
  color: rgba(243, 239, 230, 0.76);
  font-size: clamp(1rem, 1.45vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid var(--line-light);
  border-radius: 2px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease,
    color 220ms ease;
}

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

.button-primary {
  background: linear-gradient(135deg, var(--gold-soft), #9b7e45);
  border-color: transparent;
  color: var(--black);
}

.button-secondary {
  background: rgba(7, 7, 6, 0.22);
  color: var(--paper);
}

.button-secondary:hover {
  border-color: rgba(224, 202, 149, 0.58);
}

.capability-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(46px, 6vw, 88px);
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  color: rgba(243, 239, 230, 0.74);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.capability-row span {
  padding: 18px 0;
  border-left: 1px solid rgba(224, 202, 149, 0.12);
}

.capability-row span:first-child {
  border-left: 0;
}

.about,
.philosophy,
.ai-section,
.founder {
  padding: clamp(90px, 12vw, 180px) 0;
}

.services,
.projects,
.process {
  padding: clamp(90px, 12vw, 170px) 0;
}

.editorial-grid,
.philosophy-grid,
.split-layout,
.founder-grid {
  display: grid;
  grid-template-columns: minmax(120px, 0.72fr) minmax(0, 1.55fr);
  gap: clamp(42px, 8vw, 138px);
  align-items: start;
}

.section-copy h2,
.section-heading h2,
.cta-inner h2 {
  max-width: 1040px;
  margin-bottom: 30px;
  font-size: clamp(2.6rem, 6.8vw, 7.4rem);
  font-weight: 650;
  line-height: 0.92;
  text-transform: uppercase;
}

.section-copy p,
.cta-inner p {
  max-width: 780px;
  color: rgba(7, 7, 6, 0.68);
  font-size: clamp(1.04rem, 1.6vw, 1.42rem);
}

.section-dark .section-copy p,
.section-dark .cta-inner p {
  color: rgba(243, 239, 230, 0.7);
}

.section-heading {
  margin-bottom: clamp(40px, 6vw, 86px);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line-light);
  border: 1px solid var(--line-light);
}

.service-card {
  min-height: 285px;
  padding: clamp(26px, 3.6vw, 46px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.036), transparent 46%),
    var(--black-2);
}

.service-card span,
.timeline-step span {
  display: block;
  margin-bottom: 40px;
  color: var(--gold-soft);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.service-card h3,
.timeline-step h3 {
  margin-bottom: 18px;
  font-size: clamp(1.1rem, 1.7vw, 1.55rem);
  font-weight: 650;
  line-height: 1.08;
  text-transform: uppercase;
}

.service-card p {
  margin-bottom: 0;
  color: rgba(243, 239, 230, 0.64);
}

.philosophy-grid {
  align-items: center;
}

.philosophy-mark {
  width: min(100%, 360px);
  aspect-ratio: 1;
  border: 1px solid var(--line-dark);
  background:
    linear-gradient(58deg, transparent 45%, rgba(200, 169, 105, 0.62) 46%, rgba(200, 169, 105, 0.62) 49%, transparent 50%),
    linear-gradient(122deg, transparent 45%, rgba(7, 7, 6, 0.92) 46%, rgba(7, 7, 6, 0.92) 49%, transparent 50%),
    linear-gradient(180deg, rgba(7, 7, 6, 0.08), transparent);
}

.pillars {
  display: grid;
  gap: 1px;
  background: var(--line-dark);
}

.pillar {
  padding: clamp(30px, 4.8vw, 68px) 0;
  background: var(--paper);
}

.pillar h2 {
  margin-bottom: 10px;
  font-size: clamp(3.4rem, 11vw, 12rem);
  font-weight: 700;
  line-height: 0.82;
  text-transform: uppercase;
}

.pillar p {
  margin-bottom: 0;
  color: rgba(7, 7, 6, 0.62);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
}

.project-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  align-items: start;
}

.project-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line-light);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent 42%),
    var(--black-2);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
  transition:
    border-color 260ms ease,
    transform 260ms ease;
}

.project-card.featured {
  grid-column: span 2;
}

.project-card:hover {
  border-color: rgba(224, 202, 149, 0.48);
  transform: translateY(-3px);
}

.project-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #050504;
  border-bottom: 1px solid rgba(224, 202, 149, 0.16);
  filter: saturate(0.92) contrast(1.02);
}

.project-meta {
  padding: clamp(22px, 2.7vw, 34px);
}

.project-meta span {
  display: block;
  margin-bottom: 18px;
  color: var(--gold-soft);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.project-meta h3 {
  margin-bottom: 14px;
  color: var(--paper);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 650;
  line-height: 1;
  text-transform: uppercase;
}

.project-meta p {
  margin-bottom: 0;
  color: rgba(243, 239, 230, 0.62);
}

.split-layout {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  align-items: center;
}

.logo-panel {
  overflow: hidden;
  border: 1px solid var(--line-dark);
  box-shadow: 0 24px 70px rgba(8, 8, 7, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.085), transparent 38%),
    #080807;
  display: grid;
  place-items: center;
  min-height: clamp(360px, 44vw, 620px);
}

.logo-panel img {
  width: min(78%, 560px);
  height: auto;
  opacity: 0.9;
  filter: drop-shadow(0 28px 70px rgba(0, 0, 0, 0.58));
}

.timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.timeline-step {
  min-height: 220px;
  padding: 30px 28px;
  border-left: 1px solid var(--line-light);
}

.timeline-step:first-child {
  border-left: 0;
}

.timeline-step h3 {
  margin-bottom: 0;
}

.founder-grid {
  align-items: center;
}

.founder-portrait {
  position: relative;
  display: grid;
  place-items: end start;
  width: 100%;
  min-height: 620px;
  padding: 42px;
  overflow: hidden;
  background:
    linear-gradient(130deg, transparent 44%, rgba(224, 202, 149, 0.46) 45%, rgba(224, 202, 149, 0.46) 47%, transparent 48%),
    linear-gradient(25deg, #080807, #1b1915 55%, #4b3e27);
  color: rgba(243, 239, 230, 0.92);
  box-shadow: 0 24px 70px rgba(8, 8, 7, 0.18);
}

.founder-portrait::before {
  position: absolute;
  inset: 38px;
  content: "";
  border: 1px solid rgba(224, 202, 149, 0.26);
}

.founder-portrait span {
  position: relative;
  font-size: clamp(5rem, 12vw, 10rem);
  font-weight: 700;
  line-height: 0.82;
}

.role {
  margin-top: -12px;
  color: rgba(7, 7, 6, 0.46);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

blockquote {
  max-width: 760px;
  margin: 38px 0 0;
  padding-left: 28px;
  border-left: 2px solid var(--gold);
  color: rgba(7, 7, 6, 0.78);
  font-size: clamp(1.35rem, 2.3vw, 2.25rem);
  font-weight: 520;
  line-height: 1.18;
}

.final-cta {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(224, 202, 149, 0.16), transparent 33%),
    linear-gradient(90deg, transparent 64%, rgba(255, 255, 255, 0.055) 64.2%, transparent 64.4%),
    linear-gradient(118deg, transparent 45%, rgba(224, 202, 149, 0.08) 45.2%, transparent 45.6%),
    #050504;
}

.final-cta::before {
  position: absolute;
  inset: 8% 0 auto auto;
  width: min(52vw, 660px);
  aspect-ratio: 1;
  content: "";
  background: url("assets/veltor-logo.png") center / contain no-repeat;
  opacity: 0.13;
  transform: translateX(16%);
}

.cta-inner {
  position: relative;
  max-width: 1100px;
  margin-inline: auto;
  text-align: center;
}

.cta-inner p {
  margin-inline: auto;
  margin-bottom: 36px;
}

.contact-card {
  display: grid;
  gap: 8px;
  width: min(100%, 620px);
  margin: 0 auto 34px;
  padding: 28px;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  color: rgba(243, 239, 230, 0.74);
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-card strong {
  color: var(--paper);
  font-size: 0.95rem;
  letter-spacing: 0.18em;
}

.contact-card a,
.footer-contact a {
  color: inherit;
  transition: color 220ms ease;
}

.contact-card a:hover,
.footer-contact a:hover {
  color: var(--gold-soft);
}

.site-footer {
  padding: 56px 0;
  border-top: 1px solid var(--line-light);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr auto auto;
  gap: 42px;
  align-items: center;
}

.footer-nav,
.footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  color: rgba(243, 239, 230, 0.72);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-contact {
  justify-content: flex-end;
  max-width: 520px;
}

.footer-contact strong {
  color: var(--gold-soft);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 760ms ease,
    transform 760ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

@keyframes logoPresence {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.018) translate3d(0, -0.8%, 0);
  }
}

@media (max-width: 1080px) {
  .intro-grid,
  .editorial-grid,
  .philosophy-grid,
  .split-layout,
  .founder-grid {
    grid-template-columns: 1fr;
  }

  .capability-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 720px;
  }

  .service-grid,
  .project-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-card.featured {
    grid-column: span 2;
  }

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

  .timeline-step {
    min-height: 145px;
    border-left: 0;
    border-top: 1px solid var(--line-light);
  }

  .timeline-step:first-child {
    border-top: 0;
  }
}

@media (max-width: 760px) {
  :root {
    --container: min(90vw, 1320px);
  }

  .site-header {
    padding: 16px 5vw;
  }

  .brand img {
    width: 112px;
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 96px 0 46px;
  }

  .hero-logo-stage {
    width: min(82vw, 420px);
    height: auto;
  }

  .hero-logo-stage img {
    width: 100%;
    height: auto;
  }

  .studio-intro {
    padding-top: 64px;
  }

  h1 {
    font-size: clamp(2.8rem, 13vw, 5.2rem);
  }

  .intro-copy h1,
  .section-copy h2,
  .section-heading h2,
  .cta-inner h2 {
    line-height: 1;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .service-grid,
  .project-gallery {
    grid-template-columns: 1fr;
  }

  .project-card.featured {
    grid-column: span 1;
  }

  .capability-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    font-size: 0.62rem;
    letter-spacing: 0.1em;
  }

  .capability-row span {
    min-width: 0;
    padding: 13px 0;
  }

  .capability-row span:nth-child(odd) {
    border-left: 0;
  }

  .service-card {
    min-height: 230px;
  }

  .pillar h2 {
    font-size: clamp(3rem, 15vw, 5.8rem);
  }

  .founder-portrait {
    min-height: 420px;
  }

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

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

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