:root {
  --red: #c90025;
  --red-dark: #a9001f;
  --charcoal: #252326;
  --black: #141315;
  --gray-900: #29272a;
  --gray-700: #59565a;
  --gray-500: #8d898d;
  --gray-200: #dedbdd;
  --gray-100: #f1eeee;
  --white: #ffffff;
  --orange: #ff8214;
  --container: min(1180px, calc(100vw - 48px));
  --shadow: 0 18px 48px rgba(18, 17, 18, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--charcoal);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

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

.section {
  padding: 118px 0;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.6px;
  line-height: 1.2;
  text-transform: uppercase;
}

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

h1,
h2 {
  letter-spacing: -0.065em;
  line-height: 0.98;
}

h1 {
  max-width: 820px;
  margin-bottom: 25px;
  color: var(--white);
  font-size: clamp(64px, 8.2vw, 126px);
}

h1 span,
h2 span {
  color: var(--red);
}

h2 {
  margin-bottom: 24px;
  color: var(--charcoal);
  font-size: clamp(45px, 5.3vw, 76px);
}

h3 {
  line-height: 1.1;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 24px;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  transition: 180ms ease;
}

.button span {
  font-size: 18px;
  line-height: 1;
  transition: transform 180ms ease;
}

.button:hover span {
  transform: translate(3px, -3px);
}

.button-primary {
  color: var(--white);
  background: var(--red);
}

.button-primary:hover {
  background: var(--red-dark);
}

.button-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.05);
}

.button-ghost:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.12);
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  transition: 240ms ease;
}

.site-header.scrolled {
  border-color: rgba(37, 35, 38, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 5px 22px rgba(20, 19, 21, 0.07);
  backdrop-filter: blur(12px);
}

.nav-wrap {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
}

.brand {
  position: relative;
  display: block;
  width: 180px;
}

.brand img {
  width: 100%;
  height: auto;
}

.site-header .brand {
  height: 66px;
}

.site-header .brand-logo {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: opacity 200ms ease;
}

.site-header .brand-logo-default {
  opacity: 0;
}

.site-header .brand-logo-white {
  opacity: 1;
}

.site-header.scrolled .brand-logo-default {
  opacity: 1;
}

.site-header.scrolled .brand-logo-white {
  opacity: 0;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.site-nav a {
  color: var(--white);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.site-header.scrolled .site-nav a {
  color: var(--charcoal);
}

.site-nav a:hover,
.site-header.scrolled .site-nav a:hover {
  color: var(--red);
}

.site-nav .nav-cta,
.site-header.scrolled .site-nav .nav-cta {
  padding: 13px 16px;
  color: var(--white);
  background: var(--red);
}

.site-nav .nav-cta:hover,
.site-header.scrolled .site-nav .nav-cta:hover {
  color: var(--white);
  background: var(--red-dark);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  width: 24px;
  height: 2px;
  background: var(--white);
  transition: 180ms ease;
}

.site-header.scrolled .menu-toggle span {
  background: var(--charcoal);
}

.hero {
  position: relative;
  display: flex;
  min-height: 820px;
  align-items: center;
  overflow: hidden;
}

.hero-image,
.hero-shade,
.hero-line {
  position: absolute;
  inset: 0;
}

.hero-image {
  background-image: url("https://images.unsplash.com/photo-1541888946425-d81bb19240f5?auto=format&fit=crop&w=2200&q=88");
  background-position: center;
  background-size: cover;
  transform: scale(1.03);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(15, 14, 16, 0.91) 0%, rgba(18, 16, 18, 0.72) 46%, rgba(18, 17, 19, 0.36) 100%),
    linear-gradient(180deg, rgba(10, 9, 11, 0.3), rgba(10, 9, 11, 0.46));
}

.hero-line {
  left: 51%;
  width: 23%;
  background: rgba(201, 0, 37, 0.68);
  clip-path: polygon(44% 0, 100% 0, 56% 100%, 0 100%);
  mix-blend-mode: multiply;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 76px;
}

.hero-eyebrow {
  color: var(--white);
}

.hero-copy {
  max-width: 620px;
  margin-bottom: 35px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
}

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

.hero-foot {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.hero-stat {
  display: flex;
  min-height: 92px;
  align-items: center;
  gap: 18px;
  padding-right: 58px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.hero-stat + .hero-stat {
  padding-left: 42px;
}

.hero-stat strong {
  color: var(--red);
  font-size: 20px;
}

.hero-stat span {
  color: var(--white);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.6px;
  line-height: 1.4;
  text-transform: uppercase;
}

.intro {
  background: var(--gray-100);
}

.intro-grid {
  display: grid;
  grid-template-columns: 215px 1fr;
  gap: 64px;
}

.section-marker span {
  display: block;
  margin-bottom: 9px;
  color: var(--red);
  font-size: 18px;
  font-weight: 800;
}

.section-marker p {
  color: var(--gray-700);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.intro-copy {
  max-width: 850px;
}

.lead {
  max-width: 760px;
  margin-bottom: 44px;
  color: var(--gray-700);
  font-size: 19px;
}

.intro-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--gray-200);
}

.intro-points div {
  padding: 22px 18px 0 0;
}

.intro-points strong,
.intro-points span {
  display: block;
}

.intro-points strong {
  margin-bottom: 4px;
  color: var(--charcoal);
  font-size: 14px;
  letter-spacing: 0.4px;
}

.intro-points span {
  color: var(--gray-700);
  font-size: 13px;
}

.section-head {
  display: grid;
  grid-template-columns: 215px 1fr 280px;
  gap: 28px;
  align-items: end;
  margin-bottom: 54px;
}

.section-head h2,
.section-head p {
  margin-bottom: 0;
}

.section-head > p {
  padding-bottom: 7px;
  color: var(--gray-700);
  font-size: 15px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--gray-200);
  border-left: 1px solid var(--gray-200);
}

.service-card {
  min-height: 326px;
  padding: 25px 27px;
  border-right: 1px solid var(--gray-200);
  border-bottom: 1px solid var(--gray-200);
  transition: 220ms ease;
}

.service-card:hover {
  z-index: 2;
  border-color: var(--charcoal);
  background: var(--charcoal);
  box-shadow: var(--shadow);
  transform: translateY(-6px);
}

.service-card > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.service-card svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: var(--red);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.card-no {
  color: var(--gray-500);
  font-size: 12px;
  font-weight: 800;
}

.service-card h3 {
  max-width: 235px;
  margin: 43px 0 11px;
  color: var(--charcoal);
  font-size: 22px;
}

.service-card p {
  color: var(--gray-700);
  font-size: 14px;
}

.service-card a {
  display: inline-block;
  margin-top: 6px;
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.service-card a span {
  display: inline-block;
  margin-left: 5px;
  font-size: 15px;
  transition: transform 180ms ease;
}

.service-card a:hover span {
  transform: translate(3px, -3px);
}

.service-card:hover h3,
.service-card:hover p {
  color: var(--white);
}

.service-card:hover .card-no {
  color: rgba(255, 255, 255, 0.45);
}

.statement {
  position: relative;
  min-height: 670px;
  overflow: hidden;
}

.statement-image,
.statement-shade {
  position: absolute;
  inset: 0;
}

.statement-image {
  background-image: url("https://images.unsplash.com/photo-1504307651254-35680f356dfd?auto=format&fit=crop&w=2200&q=88");
  background-position: center;
  background-size: cover;
}

.statement-shade {
  background: linear-gradient(90deg, rgba(18, 17, 19, 0.9), rgba(18, 17, 19, 0.18));
}

.statement-content {
  position: relative;
  z-index: 2;
  padding-top: 136px;
}

.statement-content h2 {
  color: var(--white);
}

.statement-content p:not(.eyebrow) {
  max-width: 530px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
}

.project-grid {
  display: grid;
  min-height: 580px;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
}

.project-card {
  position: relative;
  min-height: 0;
  overflow: hidden;
}

.project-card-large {
  grid-row: span 2;
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 480ms ease;
}

.project-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 45%, rgba(15, 14, 16, 0.83));
}

.project-card:hover img {
  transform: scale(1.05);
}

.project-overlay {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 26px;
}

.project-overlay p {
  margin-bottom: 5px;
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.project-overlay h3 {
  margin: 0;
  color: var(--white);
  font-size: 24px;
}

.process {
  background: var(--charcoal);
}

.process-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 94px;
}

.process .section-marker p,
.process-intro > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.63);
}

.process h2 {
  color: var(--white);
}

.process-intro > p:not(.eyebrow) {
  max-width: 520px;
  font-size: 16px;
}

.process-list {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.process-item {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.process-item p {
  margin: 4px 0 0;
  color: var(--red);
  font-size: 15px;
  font-weight: 800;
}

.process-item h3 {
  margin-bottom: 5px;
  color: var(--white);
  font-size: 22px;
}

.process-item span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
}

.contact {
  background: var(--gray-100);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 80px;
}

.contact-copy > p:not(.eyebrow) {
  max-width: 520px;
  color: var(--gray-700);
}

.contact-details {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 30px;
  margin-top: 31px;
}

.contact-details a {
  color: var(--charcoal);
  font-size: 17px;
  font-weight: 800;
  transition: color 180ms ease;
}

.contact-details a:hover,
.footer-contact a:hover {
  color: var(--red);
}

.contact-details span {
  display: block;
  margin-bottom: 3px;
  color: var(--red);
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.contact-note {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 35px;
}

.contact-note span {
  padding: 10px 9px;
  color: var(--white);
  background: var(--red);
  font-size: 14px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -1px;
}

.contact-note p {
  margin: 0;
  color: var(--gray-700);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact-form {
  padding: 34px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.contact-form label {
  display: block;
  margin-bottom: 17px;
}

.contact-form label span {
  display: block;
  margin-bottom: 7px;
  color: var(--gray-700);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--gray-200);
  border-radius: 0;
  outline: 0;
  color: var(--charcoal);
  background: var(--white);
  transition: border-color 180ms ease;
}

.contact-form input,
.contact-form select {
  height: 48px;
  padding: 0 12px;
}

.contact-form textarea {
  min-height: 110px;
  padding: 11px 12px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--red);
}

.form-footer {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 3px;
}

.form-status {
  margin: 0;
  color: var(--gray-700);
  font-size: 13px;
}

.site-footer {
  padding: 30px 0 20px;
  color: rgba(255, 255, 255, 0.6);
  background: var(--black);
}

.footer-main,
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.footer-main {
  padding-bottom: 28px;
}

.footer-brand {
  width: 168px;
}

.footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 22px;
}

.footer-contact a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  transition: color 180ms ease;
}

.footer-top {
  color: var(--white);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.footer-top span {
  margin-left: 5px;
  color: var(--red);
}

.footer-bottom {
  padding-top: 17px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom p {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.5px;
}

.footer-bottom span {
  padding: 0 6px;
  color: var(--red);
}

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

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

@media (max-width: 940px) {
  .site-nav {
    gap: 22px;
  }

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

  .section-head {
    grid-template-columns: 160px 1fr;
  }

  .section-head > p {
    grid-column: 2;
  }

  .process-grid,
  .contact-grid {
    gap: 52px;
  }
}

@media (max-width: 760px) {
  :root {
    --container: min(100% - 32px, 580px);
  }

  .section {
    padding: 82px 0;
  }

  h1 {
    font-size: clamp(58px, 17vw, 88px);
  }

  h2 {
    font-size: clamp(42px, 12vw, 62px);
  }

  .nav-wrap {
    min-height: 70px;
  }

  .brand {
    width: 145px;
  }

  .menu-toggle {
    z-index: 2;
    display: flex;
  }

  .menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 26px;
    opacity: 0;
    pointer-events: none;
    background: rgba(20, 19, 21, 0.98);
    transform: translateY(-12px);
    transition: 200ms ease;
  }

  .site-nav a,
  .site-header.scrolled .site-nav a {
    color: var(--white);
    font-size: 14px;
  }

  .menu-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .menu-open .menu-toggle span,
  .menu-open .site-header.scrolled .menu-toggle span {
    background: var(--white);
  }

  .hero {
    min-height: 760px;
  }

  .hero-copy {
    font-size: 16px;
  }

  .hero-line {
    left: 66%;
    width: 40%;
  }

  .hero-foot {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .hero-stat {
    display: block;
    min-height: 85px;
    padding: 14px 8px 10px 0;
  }

  .hero-stat + .hero-stat {
    padding: 14px 8px 10px 10px;
  }

  .hero-stat strong,
  .hero-stat span {
    display: block;
  }

  .hero-stat strong {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .hero-stat span {
    font-size: 8px;
    letter-spacing: 1px;
  }

  .intro-grid,
  .section-head,
  .process-grid,
  .contact-grid {
    display: block;
  }

  .section-marker {
    margin-bottom: 40px;
  }

  .section-head .section-marker {
    margin-bottom: 32px;
  }

  .section-head > p {
    margin-top: 18px;
  }

  .intro-points {
    display: block;
  }

  .intro-points div {
    padding: 15px 0;
    border-bottom: 1px solid var(--gray-200);
  }

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

  .service-card {
    min-height: auto;
  }

  .service-card h3 {
    margin-top: 28px;
  }

  .statement {
    min-height: 590px;
  }

  .statement-content {
    padding-top: 102px;
  }

  .project-grid {
    display: block;
    min-height: auto;
  }

  .project-card {
    height: 300px;
    margin-bottom: 14px;
  }

  .process-list {
    margin-top: 42px;
  }

  .contact-form {
    margin-top: 38px;
    padding: 24px 18px;
  }

  .form-row {
    display: block;
  }

  .form-footer {
    display: block;
  }

  .form-status {
    margin-top: 12px;
  }

  .footer-main,
  .footer-bottom {
    display: block;
  }

  .footer-contact {
    margin: 20px 0;
  }

  .footer-bottom p + p {
    margin-top: 7px;
  }
}

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