@font-face {
  font-family: "Untitled Sans";
  src: url("Fonts/Untitled Sans/UntitledSans-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sabon LT Pro";
  src: url("Fonts/Linotype - SabonLTPro-Roman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --page-bg: #efefef;
  --footer-bg: #ffffff;
  --text-dark: #0b0b0b;
  --text-muted: #6a6a6a;
  --text-light: #ffffff;
  --line: #c7baa7;
  --sans: "Untitled Sans", Arial, sans-serif;
  --serif: "Sabon LT Pro", Georgia, serif;
}

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: inherit;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--page-bg);
  color: var(--text-dark);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

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

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

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: clamp(24px, 2.6vw, 50px) clamp(24px, 2.75vw, 53px);
  pointer-events: none;
}

.shop-link,
.social-nav a {
  pointer-events: auto;
}

.shop-link {
  display: inline-flex;
  width: clamp(22px, 1.45vw, 28px);
}

.shop-link img {
  width: 100%;
  height: auto;
}

.social-nav {
  display: flex;
  gap: clamp(14px, 1.25vw, 24px);
  align-items: center;
}

.social-nav a {
  display: inline-flex;
  width: clamp(28px, 1.95vw, 37px);
  height: clamp(28px, 1.95vw, 37px);
  align-items: center;
  justify-content: center;
  transition: opacity 180ms ease;
}

.social-nav img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.social-nav a:hover,
.social-nav a:focus-visible,
.shop-link:hover,
.shop-link:focus-visible {
  opacity: 0.72;
}

.hero-split {
  position: relative;
  display: grid;
  min-height: 100vh;
  min-height: 100svh;
  grid-template-columns: 955fr 965fr;
  overflow: hidden;
  background: #000000;
}

.hero-panel {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
}

.hero-video {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-panel-home .hero-video {
  object-position: center center;
}

.hero-panel-automotive .hero-video {
  object-position: center center;
}

.media-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.45) 100%);
}

.hero-content {
  position: absolute;
  left: 50%;
  bottom: clamp(62px, 8.4vw, 161px);
  width: min(72%, 420px);
  transform: translateX(-50%);
  color: var(--text-light);
  text-align: center;
}

.hero-content h1,
.feature-content h2,
.footer-statement,
.footer-column h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0;
}

.hero-content h1 {
  margin-bottom: clamp(28px, 2.2vw, 42px);
  font-size: 50px;
  line-height: 1;
}

.outline-button {
  display: inline-flex;
  width: min(100%, 318px);
  min-height: 39px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  padding: 11px 20px 10px;
  color: inherit;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.outline-button:hover,
.outline-button:focus-visible {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(255, 255, 255, 0.88);
  color: #111111;
}

.outline-button.compact {
  width: min(100%, 284px);
  min-height: 35px;
  padding: 10px 16px 9px;
  font-size: 12px;
}

.hero-brand {
  position: absolute;
  z-index: 9;
  top: 48.8%;
  left: 50%;
  width: clamp(210px, 13.4vw, 258px);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.hero-brand img {
  width: 100%;
}

.feature-links {
  padding: clamp(76px, 6.7vw, 128px) clamp(28px, 7.3vw, 140px) clamp(90px, 7.3vw, 140px);
}

.feature-grid {
  display: grid;
  max-width: 1210px;
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 509px));
  justify-content: center;
  gap: clamp(48px, 9.45vw, 181px);
}

.feature-card {
  position: relative;
  aspect-ratio: 509 / 654;
  overflow: hidden;
  color: var(--text-light);
  background: #d8d8d8;
}

.feature-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.44) 100%);
  pointer-events: none;
}

.feature-content {
  position: absolute;
  right: 8%;
  bottom: 8.6%;
  left: 8%;
  text-align: center;
}

.feature-content h2 {
  margin-bottom: 28px;
  font-size: 32px;
  line-height: 1;
}

.site-footer {
  padding: 0 clamp(28px, 2.1vw, 40px) clamp(56px, 4.2vw, 80px);
}

.footer-inner {
  position: relative;
  display: grid;
  min-height: 386px;
  grid-template-columns: minmax(260px, 1fr) repeat(3, minmax(170px, 250px));
  column-gap: clamp(44px, 5vw, 96px);
  align-items: start;
  background: var(--footer-bg);
  padding: clamp(48px, 4.25vw, 82px) clamp(38px, 3.95vw, 76px) 96px;
}

.footer-statement {
  max-width: 520px;
  font-size: 32px;
  line-height: 1.25;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-column h2 {
  margin-bottom: 19px;
  color: #777777;
  font-size: 32px;
  line-height: 1;
}

.footer-column a,
.footer-column span {
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.15;
}

.footer-column a {
  transition: color 180ms ease;
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: var(--text-dark);
}

.footer-brand {
  position: absolute;
  bottom: 35px;
  left: 50%;
  width: 149px;
  transform: translateX(-50%);
}

.footer-brand img {
  width: 100%;
}

@media (max-width: 980px) {
  .hero-split {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    min-height: 72vh;
    min-height: 72svh;
  }

  .hero-brand {
    top: clamp(34px, 7vw, 58px);
    width: clamp(190px, 36vw, 250px);
    transform: translateX(-50%);
  }

  .hero-content {
    bottom: clamp(44px, 12vw, 82px);
    width: min(78%, 420px);
  }

  .hero-content h1 {
    font-size: 44px;
  }

  .feature-content h2,
  .footer-statement,
  .footer-column h2 {
    font-size: 28px;
  }

  .feature-grid {
    max-width: 560px;
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .footer-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 46px;
  }

  .footer-statement {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .site-header {
    padding: 22px;
  }

  .social-nav {
    gap: 10px;
  }

  .social-nav a {
    width: 28px;
    height: 28px;
  }

  .hero-panel {
    min-height: 76vh;
    min-height: 76svh;
  }

  .hero-brand {
    width: 176px;
  }

  .hero-content h1 {
    font-size: 36px;
  }

  .outline-button {
    width: min(100%, 280px);
    min-height: 38px;
    font-size: 12px;
  }

  .feature-links {
    padding-right: 22px;
    padding-left: 22px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 40px 28px 98px;
  }

  .footer-column h2 {
    margin-bottom: 8px;
  }

  .footer-brand {
    bottom: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
}
