:root {
  --ink: #07111f;
  --blue: #1769ff;
  --red: #ff334f;
  --ice: #edf3fa;
  --white: #fff;
  --line: rgba(10, 27, 49, 0.16);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  background: #fff;
  font-size: 16px;
  line-height: 1.55;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
.site-header {
  height: 88px;
  padding: 0 clamp(22px, 4vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(5, 15, 29, 0.93);
  backdrop-filter: blur(18px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: white;
}
.brand {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: Manrope, sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.brand strong {
  color: #78a8ff;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-right: 5px;
  background: var(--blue);
  color: #fff;
  font-weight: 800;
}
nav {
  display: flex;
  gap: 32px;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 600;
}
nav a:hover {
  color: #82adff;
}
.nav-cta {
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 12px 18px;
}
.menu-btn {
  display: none;
}
.hero {
  height: min(940px, 100svh);
  min-height: 760px;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #091a32;
  color: white;
}
.hero-city,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-city {
  object-fit: cover;
}
.hero-shade {
  background:
    linear-gradient(
      90deg,
      rgba(3, 12, 26, 0.95) 0%,
      rgba(4, 14, 29, 0.78) 35%,
      rgba(4, 14, 29, 0.18) 68%,
      rgba(4, 14, 29, 0.25)
    ),
    linear-gradient(0deg, rgba(2, 9, 20, 0.7), transparent 55%);
}
.hero-copy {
  position: relative;
  z-index: 2;
  width: min(920px, 76vw);
  padding: 150px clamp(24px, 6vw, 104px) 78px;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.74rem;
  font-weight: 800;
  color: var(--blue);
  margin: 0 0 20px;
}
.hero .eyebrow {
  color: #8eb6ff;
}
.hero h1,
.section h2,
.ventures h2,
.contact-section h2 {
  font-family: Manrope, sans-serif;
  letter-spacing: -0.06em;
  line-height: 0.9;
  margin: 0;
  font-weight: 800;
}
.hero h1 {
  font-size: clamp(4.2rem, 8.4vw, 9.4rem);
  text-transform: uppercase;
}
.hero h1 em {
  color: #6da0ff;
  font-style: normal;
}
.intro {
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
  max-width: 660px;
  margin: 28px 0;
  color: #d5deeb;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding: 16px 21px;
  font-weight: 700;
}
.button.primary {
  background: var(--blue);
  color: white;
}
.button span {
  font-size: 1.3rem;
}
.text-link {
  font-weight: 700;
  border-bottom: 1px solid currentColor;
}
.hero-index {
  position: absolute;
  z-index: 2;
  right: 4.5vw;
  bottom: 75px;
  border-left: 1px solid rgba(255, 255, 255, 0.55);
  padding-left: 24px;
}
.hero-index span {
  font-size: 0.75rem;
  color: #8eb6ff;
}
.hero-index p {
  font: 800 1rem/1.1 Manrope;
  letter-spacing: 0.12em;
}
.agency-strip {
  overflow: hidden;
  background: var(--blue);
  color: #fff;
  padding: 19px 4vw;
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  font-family: Manrope, sans-serif;
  font-weight: 800;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.agency-strip i {
  color: #b7ceff;
}
.section,
.ventures {
  padding: clamp(90px, 10vw, 155px) clamp(22px, 6vw, 96px);
}
.section-head {
  display: grid;
  grid-template-columns: 0.55fr 1.35fr 0.68fr;
  gap: 44px;
  align-items: end;
  margin-bottom: 78px;
}
.section-head h2,
.ventures h2,
.contact-section h2 {
  font-size: clamp(3.1rem, 5.8vw, 7rem);
}
.section-head > p:last-child {
  font-size: 1.06rem;
  color: #536174;
}
.media-section {
  background: #fff;
}
.media-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--ink);
  border: 1px solid var(--ink);
}
.media-card {
  min-height: 570px;
  padding: 26px;
  background: white;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.media-card > img,
.media-card > .crop {
  height: 315px;
  width: 100%;
  object-fit: contain;
  object-position: top;
  background: var(--ice);
}
.crop {
  overflow: hidden;
}
.crop img {
  height: 100%;
  width: 190%;
  max-width: none;
  object-fit: cover;
  object-position: left;
}
.media-card > div:last-child {
  padding: 26px 5px 4px;
}
.media-card span {
  font-size: 0.73rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-weight: 800;
  color: var(--blue);
}
.media-card h3 {
  font: 800 clamp(1.8rem, 2.4vw, 2.7rem)/1 Manrope;
  margin: 10px 0 15px;
  letter-spacing: -0.04em;
}
.media-card p {
  min-height: 52px;
  color: #506076;
}
.media-card a {
  font-weight: 800;
}
.expertise-section {
  background: var(--ice);
}
.expertise-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 2px solid var(--ink);
}
.expertise-grid article {
  padding: 34px 28px 28px 0;
  border-right: 1px solid var(--line);
}
.expertise-grid article + article {
  padding-left: 28px;
}
.expertise-grid article:last-child {
  border-right: 0;
}
.expertise-grid span {
  font-weight: 800;
  color: var(--blue);
}
.expertise-grid h3 {
  font: 800 1.55rem Manrope;
  margin: 72px 0 15px;
}
.expertise-grid p {
  color: #506076;
}
.performance-section {
  background: var(--ink);
  color: white;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: end;
}
.performance-section h2 {
  font-size: clamp(3rem, 6vw, 7rem);
}
.performance-section h2 em {
  color: #6fa2ff;
  font-style: normal;
}
.performance-copy > p {
  font-size: 1.25rem;
  color: #cad5e1;
  max-width: 620px;
}
.pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}
.pills span {
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  padding: 10px 15px;
  font-weight: 600;
}
.journey {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 34px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.journey span {
  min-height: 96px;
  padding: 15px 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  font-weight: 700;
}
.journey span:last-child {
  border-right: 0;
}
.journey b {
  color: #78a8ff;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}
.ventures {
  background: white;
}
.venture-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 65px;
}
.venture-head h2 {
  max-width: 900px;
}
.venture-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--ink);
}
.venture-cards article {
  background: white;
  border-right: 1px solid var(--ink);
  padding: 36px;
  min-height: 370px;
  display: flex;
  flex-direction: column;
  transition: 0.25s;
}
.venture-cards article:last-child {
  border-right: 0;
}
.venture-cards article:hover {
  background: var(--ice);
}
.venture-cards span {
  color: var(--red);
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.13em;
  font-weight: 800;
}
.venture-cards h3 {
  font: 800 2rem/1.06 Manrope;
  letter-spacing: -0.04em;
  margin: 70px 0 12px;
}
.venture-cards p {
  color: #5a6879;
}
.venture-cards a {
  margin-top: auto;
  font-weight: 800;
  color: var(--blue);
}
.contact-section {
  padding: clamp(100px, 12vw, 180px) 6vw;
  background: var(--blue);
  color: white;
  text-align: center;
}
.contact-section .eyebrow {
  color: #caddff;
}
.contact-section h2 em {
  font-style: normal;
  color: #bed3ff;
}
.button.white {
  background: white;
  color: var(--blue);
  margin-top: 42px;
}
footer {
  padding: 38px 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--ink);
  color: white;
  font-size: 0.86rem;
}
.contact-phone { margin: 22px 0 0; font-weight: 700; }
.contact-phone a { font-size: 1.3rem; border-bottom: 1px solid rgba(255,255,255,.7); }
footer a:hover { text-decoration: underline; }
.legal-back { font-weight: 700; }
.legal-page { background: var(--ice); }
.legal-main { max-width: 980px; margin: 0 auto; padding: 150px 24px 100px; }
.legal-main h1 { font: 800 clamp(2.8rem,6vw,5.7rem)/.96 Manrope,sans-serif; letter-spacing: -.05em; }
.legal-main section { padding: 30px 0; border-bottom: 1px solid var(--line); }
.legal-main h2 { font: 800 1.55rem Manrope,sans-serif; }
.legal-main a { color: var(--blue); text-decoration: underline; }
.legal-update { margin-top: 36px; color: #536174; }
.footer-brand {
  margin-right: auto;
}
.footer-brand ~ p {
  margin-left: 50px;
}
@media (max-width: 1050px) {
  .section-head {
    grid-template-columns: 1fr 1fr;
  }
  .section-head > p:last-child {
    grid-column: 2;
  }
  .media-grid {
    grid-template-columns: 1fr;
  }
  .media-card {
    display: grid;
    grid-template-columns: 240px 1fr;
    min-height: 0;
    gap: 22px;
  }
  .media-card > img,
  .media-card > .crop {
    height: 300px;
  }
  .expertise-grid {
    grid-template-columns: 1fr 1fr;
  }
  .performance-section {
    grid-template-columns: 1fr;
  }
  .venture-cards {
    grid-template-columns: 1fr 1fr;
  }
  .venture-cards article:nth-child(2) {
    border-right: 0;
  }
  .venture-cards article:last-child {
    border-top: 1px solid var(--ink);
  }
}
@media (max-width: 760px) {
  .site-header {
    height: 72px;
  }
  .brand span:not(.brand-mark),
  .brand strong {
    font-size: 0.9rem;
  }
  nav {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: var(--ink);
    padding: 25px;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  nav.open {
    display: flex;
  }
  .menu-btn {
    display: block;
    border: 0;
    background: transparent;
    color: white;
    font: 700 0.9rem "DM Sans";
  }
  .hero {
    min-height: 720px;
  }
  .hero-shade {
    background:
      linear-gradient(90deg, rgba(2, 10, 23, 0.92), rgba(2, 10, 23, 0.4)),
      linear-gradient(0deg, rgba(2, 9, 20, 0.7), transparent);
  }
  .hero-copy {
    width: 100%;
    padding: 130px 24px 70px;
  }
  .hero h1 {
    font-size: clamp(3.65rem, 18vw, 6rem);
  }
  .hero-index {
    display: none;
  }
  .section-head {
    display: block;
  }
  .section-head h2 {
    margin: 10px 0 24px;
  }
  .media-card {
    display: flex;
  }
  .media-card > img,
  .media-card > .crop {
    height: 320px;
  }
  .expertise-grid,
  .venture-cards {
    grid-template-columns: 1fr;
  }
  .expertise-grid article,
  .expertise-grid article + article {
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .expertise-grid h3 {
    margin-top: 28px;
  }
  .venture-head {
    display: block;
  }
  .venture-cards article,
  .venture-cards article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }
  .performance-section {
    gap: 30px;
  }
  .journey {
    grid-template-columns: 1fr;
  }
  .journey span {
    min-height: 0;
    flex-direction: row;
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }
  .journey span:last-child {
    border-bottom: 0;
  }
  footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .footer-brand ~ p {
    margin: 0;
  }
}
