* {
  box-sizing: border-box;
}

html {
  background: #000;
  color: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #000;
  overflow-x: hidden;
}

body.is-loading {
  overflow: hidden;
}

body.modal-open {
  overflow: hidden;
}

body.is-loading .page-shell,
body.is-loading .shade,
body.is-loading canvas {
  opacity: 0;
}

body.is-loaded .page-shell,
body.is-loaded .shade,
body.is-loaded canvas {
  opacity: 1;
  transition: opacity 700ms ease;
}

.preloader {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: clamp(28px, 5vw, 72px);
  background: #000;
  color: #fff;
  transition:
    opacity 700ms ease,
    visibility 700ms ease;
}

.preloader-track {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(18px, 3vw, 42px);
  background: #050505;
}

.preloader-bar {
  width: 0%;
  height: 100%;
  background: #ff5a12;
  transition: width 180ms ease-out;
}

.preloader-count {
  font-size: clamp(78px, 15vw, 220px);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: 0;
}

body.is-loaded .preloader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 220ms ease,
    visibility 220ms ease;
}

.video-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(12px);
}

.video-modal-content {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
  max-height: min(86vh, 860px);
}

.video-modal-content video {
  width: 100%;
  max-height: 86vh;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: #000;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.5);
}

.video-modal-close {
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #101010;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

canvas {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  display: block;
  z-index: 0;
}

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

.shade {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.42) 68%, rgba(0, 0, 0, 0.64)),
    rgba(0, 0, 0, 0.06);
}

.page-shell {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  min-height: 500vh;
  margin: 0 auto;
  padding: 40px 0 80px;
}

.panel {
  width: 100%;
}

.hero {
  min-height: 92vh;
  padding: 28px 34px 42px;
  border-radius: 0 0 56px 56px;
  background: rgba(8, 8, 8, 0.12);
  display: flex;
  flex-direction: column;
}

.nav,
.links,
.services,
.trust,
.logos,
.about,
.projects {
  display: flex;
  align-items: center;
}

.nav {
  justify-content: space-between;
  gap: 24px;
  font-size: 14px;
}

.brand {
  font-size: 22px;
  font-weight: 800;
}

.links {
  gap: 34px;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.86);
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 42px;
  padding: 0 8px 0 22px;
  border-radius: 999px;
  background: #fff;
  color: #101010;
  font-weight: 800;
  white-space: nowrap;
}

.pill span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: #ff5a12;
  color: #fff;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.8fr);
  gap: 48px;
  margin: auto 0 56px;
  align-items: center;
}

.intro p {
  margin: 0 0 22px;
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 800;
}

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

h1 {
  margin-bottom: 0;
  font-size: clamp(44px, 10vw, 118px);
  line-height: 0.94;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.text-accent {
  color: #ff5a12;
}

.text-mark {
  color: inherit;
  box-shadow: inset 0 -0.12em 0 rgba(255, 90, 18, 0.82);
}

.text-outline {
  color: #ff5a12;
  text-shadow: 0 0 34px rgba(255, 90, 18, 0.2);
}

.statement {
  max-width: 330px;
  justify-self: end;
}

.statement h2 {
  margin-bottom: 24px;
  font-size: clamp(22px, 2.6vw, 34px);
  line-height: 1.1;
}

.statement p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.services {
  justify-content: space-between;
  gap: 24px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.services article {
  min-width: 0;
}

.services strong,
.eyebrow {
  display: block;
  color: #ff5a12;
  font-size: 14px;
  font-weight: 900;
}

.services span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.9);
}

.services b {
  color: #ff5a12;
  font-weight: 900;
}

.trust {
  min-height: auto;
  padding: 32px 34px 42px;
  justify-content: space-between;
  gap: 34px;
  border-radius: 0 0 56px 56px;
  background: rgba(8, 8, 8, 0.58);
}

.trust p {
  max-width: 170px;
  margin-bottom: 0;
  font-weight: 800;
  line-height: 1.2;
}

.logos {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  font-size: clamp(14px, 1.3vw, 18px);
  font-weight: 900;
}

.player {
  min-width: 0;
  padding: 14px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  text-align: center;
}

.player img {
  display: block;
  width: clamp(58px, 5.8vw, 78px);
  height: clamp(58px, 5.8vw, 78px);
  margin: 0 auto 12px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

.player span {
  display: block;
  line-height: 1.15;
}

.about {
  min-height: 132vh;
  padding: 150px 34px 56px;
  flex-direction: column;
  justify-content: flex-start;
  gap: 72px;
  align-items: center;
}

.about-story,
.approach {
  width: 100%;
}

.about-story .eyebrow {
  text-align: center;
  width: 100%;
}

.eyebrow {
  margin-bottom: 24px;
  font-size: clamp(19px, 2vw, 26px);
}

.about h2 {
  max-width: 1050px;
  margin: 0 auto;
  font-size: clamp(34px, 4.8vw, 76px);
  line-height: 1.03;
  text-align: center;
  overflow-wrap: anywhere;
}

.about-story > p:not(.eyebrow) {
  max-width: 900px;
  margin: 38px auto 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(19px, 2vw, 30px);
  line-height: 1.65;
  text-align: center;
}

.about-story .pill {
  margin: 38px auto 0;
}

.accent {
  background: #ff5a12;
  color: #fff;
}

.accent span {
  background: #fff;
  color: #ff5a12;
}

.approach {
  max-width: 960px;
}

.approach .eyebrow {
  margin-bottom: 22px;
  text-align: center;
}

.approach-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.approach-list article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 14px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(8, 8, 8, 0.58);
}

.step-badge {
  grid-row: span 2;
  width: 38px;
  height: 38px;
}

.step-badge circle,
.step-badge path,
.step-badge rect:not(:first-child) {
  fill: none;
  stroke: #101010;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.approach-list strong {
  color: #fff;
  font-size: 17px;
}

.approach-list p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.45;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
  text-align: center;
}

.metrics strong {
  display: block;
  color: #ff5a12;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
}

.metrics span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  line-height: 1.25;
}

.projects {
  min-height: auto;
  padding: 40px 34px 16vh;
  gap: 20px;
  align-items: stretch;
  flex-wrap: wrap;
}

.section-heading {
  width: 100%;
  margin-bottom: 46px;
  text-align: center;
}

.section-heading .eyebrow {
  margin-bottom: 12px;
  color: #ff5a12;
  font-size: 13px;
  text-transform: uppercase;
}

.section-heading h2 {
  margin-bottom: 0;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1;
}

.project-card {
  flex: 1;
  min-height: 300px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  background: rgba(245, 245, 245, 0.1);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}

.project-card::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 28px;
  right: 28px;
  height: 3px;
  border-radius: 999px;
  background: #ff5a12;
}

.project-card span {
  color: #ff5a12;
  font-size: clamp(22px, 3vw, 38px);
  font-weight: 900;
}

.project-card h3 {
  margin: 14px 0 0;
  font-size: clamp(26px, 3.3vw, 44px);
  line-height: 1;
  overflow-wrap: anywhere;
}

.recent-work {
  min-height: auto;
  padding: 90px 34px 14vh;
  text-align: center;
}

.recent-work .eyebrow {
  margin-bottom: 12px;
  color: #ff5a12;
  font-size: 13px;
  text-transform: uppercase;
}

.recent-work h2 {
  margin-bottom: 48px;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.work-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(8, 8, 8, 0.7);
  text-align: left;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.25);
}

.work-preview {
  min-height: 170px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(255, 90, 18, 0.82), rgba(255, 255, 255, 0.08)),
    rgba(255, 90, 18, 0.18);
  position: relative;
  overflow: hidden;
}

.work-preview video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.56)),
    linear-gradient(135deg, rgba(255, 90, 18, 0.24), transparent 58%);
  pointer-events: none;
}

.work-index {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.work-controls {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(10px);
}

.work-controls button {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #101010;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.work-controls small {
  min-width: 42px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.work-empty {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.work-empty p {
  position: relative;
  z-index: 1;
  max-width: 180px;
  margin: auto 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 900;
  line-height: 1.2;
}

.work-content {
  padding: 22px;
}

.work-content h3 {
  margin-bottom: 12px;
  font-size: clamp(18px, 1.8vw, 24px);
}

.work-content p {
  min-height: 66px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
}

.work-content a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ff5a12;
  font-size: 14px;
  font-weight: 800;
}

.contact-section {
  min-height: 118vh;
  padding: 90px 34px 20vh;
}

.contact-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 56px;
  align-items: center;
  margin-bottom: 76px;
}

.contact-heading h2 {
  max-width: 780px;
  margin-bottom: 0;
  font-size: clamp(48px, 7vw, 104px);
  line-height: 0.92;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.contact-heading aside {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(8, 8, 8, 0.62);
}

.contact-heading strong,
.contact-form span {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-heading p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 46px 56px;
  padding: 36px 0 0;
}

.contact-form label {
  min-width: 0;
}

.contact-form input,
.contact-form select {
  width: 100%;
  margin-top: 18px;
  padding: 0 0 18px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: clamp(18px, 2vw, 28px);
}

.contact-form input::placeholder {
  color: rgba(255, 255, 255, 0.36);
}

.contact-form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.72) 50%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.72) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 2px),
    calc(100% - 11px) calc(50% - 2px);
  background-size: 7px 7px;
  background-repeat: no-repeat;
}

.contact-form option {
  background: #080808;
}

.submit-button {
  grid-column: 1 / -1;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 54px;
  padding: 0 10px 0 26px;
  border: 0;
  border-radius: 999px;
  background: #ff5a12;
  color: #fff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.submit-button span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #ff5a12;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) repeat(2, minmax(180px, 0.8fr));
  gap: 72px;
  padding: 46px 34px 64px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-brand {
  display: inline-block;
  margin-bottom: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.site-footer p {
  max-width: 330px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1.55;
}

.site-footer address {
  display: contents;
  font-style: normal;
}

.site-footer address a {
  min-width: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.site-footer address span {
  display: block;
  margin-bottom: 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

@media (max-width: 760px) {
  .page-shell {
    width: min(100% - 20px, 560px);
    padding-top: 18px;
  }

  .hero,
  .trust,
  .about,
  .projects,
  .recent-work,
  .contact-section,
  .site-footer {
    padding-inline: 18px;
  }

  .hero {
    min-height: 96vh;
    border-radius: 0 0 34px 34px;
  }

  .links {
    display: none;
  }

  .brand {
    font-size: 18px;
  }

  .pill {
    min-height: 38px;
    padding-left: 16px;
    font-size: 12px;
  }

  .hero-grid,
  .about {
    grid-template-columns: 1fr;
    display: block;
  }

  .hero-grid {
    margin: auto 0 40px;
  }

  h1 {
    font-size: clamp(42px, 16vw, 68px);
  }

  .statement h2 {
    font-size: clamp(22px, 7vw, 30px);
  }

  .statement {
    margin-top: 34px;
    justify-self: start;
  }

  .services,
  .trust,
  .logos,
  .projects {
    align-items: flex-start;
    flex-direction: column;
  }

  .services {
    gap: 20px;
  }

  .trust {
    border-radius: 0 0 34px 34px;
    gap: 24px;
  }

  .logos {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .player {
    width: 100%;
  }

  .player:last-child {
    grid-column: 1 / -1;
  }

  .about {
    padding-top: 96px;
    min-height: auto;
    gap: 54px;
  }

  .approach {
    max-width: none;
  }

  .about h2,
  .about-story > p:not(.eyebrow) {
    text-align: left;
  }

  .about-story .pill {
    margin-left: 0;
  }

  .approach .eyebrow {
    text-align: left;
  }

  .approach-list {
    grid-template-columns: 1fr;
  }

  .metrics {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .project-card {
    width: 100%;
    min-height: 260px;
  }

  .recent-work {
    padding-top: 78px;
    padding-bottom: 18vh;
  }

  .work-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .work-preview {
    min-height: 150px;
  }

  .contact-section {
    min-height: auto;
    padding-top: 80px;
  }

  .contact-heading,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-heading {
    gap: 28px;
    margin-bottom: 44px;
  }

  .contact-heading h2 {
    font-size: clamp(42px, 14vw, 68px);
  }

  .contact-form {
    gap: 34px;
  }

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

  .site-footer {
    gap: 28px;
    padding-top: 36px;
    padding-bottom: 44px;
  }
}

@media (min-width: 761px) and (max-width: 1040px) {
  .page-shell {
    width: min(100% - 28px, 900px);
  }

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

  .trust p {
    max-width: none;
  }

  .logos {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .projects {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .project-card {
    min-height: 260px;
  }

  .about {
    min-height: auto;
  }

  .approach-list {
    grid-template-columns: 1fr;
  }

  .work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .work-card:last-child {
    grid-column: 1 / -1;
  }

  .contact-heading {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .contact-heading h2 {
    max-width: 820px;
    font-size: clamp(58px, 8vw, 86px);
  }
}
