:root {
  --font-geist-sans: Arial, Helvetica, sans-serif;
  --font-geist-mono: "Courier New", Courier, monospace;
  --black: #08090a;
  --black-soft: #0e0f11;
  --graphite: #16181b;
  --line: #2b2d31;
  --muted: #92969e;
  --light: #f3f1ed;
  --paper: #ebe9e4;
  --white: #ffffff;
  --orange: #ff4f22;
  --orange-dark: #d73912;
  --container: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body,
button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

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

button {
  font: inherit;
}

::selection {
  background: var(--orange);
  color: var(--white);
}

:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 4px;
}

.container {
  width: min(var(--container), calc(100% - 56px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 999;
  transform: translateY(-160%);
  padding: 10px 16px;
  background: var(--orange);
  color: white;
  font-size: 12px;
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 90;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(8, 9, 10, 0.82);
  backdrop-filter: blur(18px);
}

.nav-shell {
  height: 78px;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 36px;
}

.wordmark {
  width: 145px;
}

.wordmark img {
  filter: brightness(0) invert(1);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.7vw, 40px);
}

.nav-links a,
.nav-cta,
.eyebrow,
.model-type,
.hero-side-note,
.ticker,
.footer-column h3 {
  font-family: var(--font-geist-mono), monospace;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.nav-links a {
  position: relative;
  color: #b1b4ba;
  font-size: 11px;
  font-weight: 600;
  transition: color 0.2s ease;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 1px;
  background: var(--orange);
  transition: right 0.25s ease;
}

.nav-links a:hover {
  color: white;
}

.nav-links a:hover::after {
  right: 0;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 16px;
  border: 1px solid #37393e;
  color: white;
  font-size: 10px;
  font-weight: 700;
  transition: background 0.2s ease, border 0.2s ease;
}

.nav-cta:hover {
  border-color: var(--orange);
  background: var(--orange);
}

.nav-cta span,
.button span,
.gallery-heading > a span,
.evo-banner > a span {
  color: var(--orange);
  transition: transform 0.2s ease;
}

.nav-cta:hover span,
.button:hover span,
.gallery-heading > a:hover span,
.evo-banner > a:hover span {
  color: currentColor;
  transform: translate(2px, -2px);
}

.menu-button {
  display: none;
}

.hero {
  position: relative;
  min-height: 100vh;
  padding: 148px 0 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 35%, rgba(255, 79, 34, 0.1), transparent 28%),
    var(--black);
}

.hero-grid,
.contact-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.33;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(480px, 0.9fr);
  gap: clamp(42px, 5vw, 78px);
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: 48px 0 78px;
  animation: enter-left 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.eyebrow {
  margin: 0 0 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #a6a9ae;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.4;
}

.eyebrow > span {
  width: 28px;
  height: 2px;
  background: var(--orange);
}

.hero h1,
.section-heading h2,
.custom-copy h2,
.contact-inner h2 {
  margin: 0;
  font-family: var(--font-geist-sans), Arial, sans-serif;
  font-weight: 650;
  line-height: 0.93;
  letter-spacing: -0.065em;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(60px, 7.1vw, 106px);
  text-transform: uppercase;
}

.hero h1 > span {
  display: block;
  color: #6d7076;
}

.hero h1 em {
  display: block;
  color: var(--orange);
  font-style: normal;
}

.hero-text {
  max-width: 575px;
  margin: 34px 0 0;
  color: #a6a9af;
  font-size: 19px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 38px;
}

.button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 24px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

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

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

.button-primary:hover {
  background: #ff633d;
}

.button-dark {
  background: var(--black);
  color: white;
}

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

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #4a4c50;
  color: #d7d8db;
  font-size: 12px;
  font-weight: 650;
}

.text-link span {
  color: var(--orange);
}

.hero-visual {
  position: relative;
  align-self: stretch;
  min-height: 670px;
  display: flex;
  align-items: center;
  animation: enter-right 0.9s 0.08s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-360-stage {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 9;
  overflow: visible;
  background: transparent;
}

.hero-360-stage::before {
  content: none;
}

.hero-360-video {
  position: absolute;
  inset: -7% -6%;
  width: 112%;
  height: 114%;
  object-fit: cover;
  background: transparent;
  -webkit-mask-image: radial-gradient(
    ellipse 82% 76% at 50% 51%,
    #000 48%,
    rgba(0, 0, 0, 0.96) 62%,
    rgba(0, 0, 0, 0.5) 78%,
    transparent 100%
  );
  mask-image: radial-gradient(
    ellipse 82% 76% at 50% 51%,
    #000 48%,
    rgba(0, 0, 0, 0.96) 62%,
    rgba(0, 0, 0, 0.5) 78%,
    transparent 100%
  );
}

.video-vignette {
  display: none;
}

.hero-360-stage .frame-corner {
  display: none;
}

.hero-360-badge {
  position: absolute;
  z-index: 6;
  top: 26px;
  right: 26px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: white;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.4);
}

.hero-360-badge span {
  color: var(--orange);
  font-family: var(--font-geist-sans), sans-serif;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.06em;
}

.hero-360-badge strong {
  color: #d9dbde;
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.hero-model-label {
  position: absolute;
  z-index: 4;
  left: 32px;
  right: 32px;
  bottom: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.hero-model-label span {
  color: var(--orange);
  font-family: var(--font-geist-mono), monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.hero-model-label strong {
  max-width: 220px;
  font-family: var(--font-geist-sans), sans-serif;
  color: white;
  font-size: 19px;
  text-align: right;
}

.frame-corner {
  position: absolute;
  z-index: 4;
  width: 44px;
  height: 44px;
  pointer-events: none;
}

.corner-a {
  top: 16px;
  left: 16px;
  border-top: 2px solid var(--orange);
  border-left: 2px solid var(--orange);
}

.corner-b {
  right: 16px;
  bottom: 16px;
  border-right: 2px solid var(--orange);
  border-bottom: 2px solid var(--orange);
}

.hero-side-note {
  position: absolute;
  right: -43px;
  top: 50%;
  display: flex;
  align-items: center;
  gap: 24px;
  color: #777a80;
  font-size: 9px;
  transform: translateY(-50%) rotate(90deg);
}

.hero-side-note strong {
  color: white;
}

.hero-facts {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.hero-facts > div {
  min-height: 104px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--line);
}

.hero-facts strong {
  font-family: var(--font-geist-sans), sans-serif;
  font-size: 22px;
  letter-spacing: -0.04em;
}

.hero-facts span {
  margin-top: 6px;
  color: #777a80;
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.ticker {
  overflow: hidden;
  padding: 16px 0;
  border-block: 1px solid var(--line);
  background: var(--graphite);
  color: #787b80;
  font-size: 10px;
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker 28s linear infinite;
}

.ticker-group {
  display: flex;
}

.ticker-group span {
  display: flex;
  align-items: center;
  gap: 28px;
  padding-right: 28px;
  white-space: nowrap;
}

.ticker-group span::after {
  content: "✦";
  color: var(--orange);
}

.section {
  padding: 138px 0;
}

.section-heading {
  max-width: 700px;
}

.section-heading h2,
.custom-copy h2 {
  font-size: clamp(46px, 6vw, 86px);
  text-transform: uppercase;
}

.section-heading > p:last-child {
  max-width: 530px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.models-section {
  background:
    radial-gradient(circle at 0% 40%, rgba(255, 79, 34, 0.055), transparent 28%),
    var(--black);
}

.models-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 72px;
}

.model-card {
  border: 1px solid var(--line);
  background: var(--black-soft);
  transition: border 0.25s ease, transform 0.25s ease;
}

.model-card:hover {
  border-color: #4c4f55;
  transform: translateY(-4px);
}

.model-photo {
  position: relative;
  height: 510px;
  overflow: hidden;
  background: #1a1c1f;
}

.model-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 9, 10, 0.52), transparent 50%);
  pointer-events: none;
}

.model-photo img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.model-card:hover .model-photo img {
  transform: scale(1.04);
}

.model-photo > span {
  position: absolute;
  z-index: 3;
  top: 22px;
  left: 22px;
  color: white;
  font-family: var(--font-geist-mono), monospace;
  font-size: 11px;
}

.model-photo > a {
  position: absolute;
  z-index: 3;
  right: 22px;
  bottom: 22px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  color: white;
  font-size: 18px;
  transition: transform 0.2s ease;
}

.model-photo > a:hover {
  transform: rotate(8deg) scale(1.08);
}

.model-copy {
  padding: 34px;
}

.model-type {
  margin: 0 0 10px;
  color: var(--orange);
  font-size: 9px;
  font-weight: 700;
}

.model-copy h3 {
  margin: 0;
  font-family: var(--font-geist-sans), sans-serif;
  font-size: clamp(30px, 3vw, 42px);
  letter-spacing: -0.045em;
}

.model-copy > p:not(.model-type) {
  max-width: 530px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.model-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.model-copy li {
  padding: 9px 11px;
  border: 1px solid var(--line);
  color: #b2b5ba;
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.evo-banner {
  position: relative;
  min-height: 176px;
  margin-top: 22px;
  padding: 34px 38px;
  display: grid;
  grid-template-columns: 120px 1fr auto;
  align-items: center;
  gap: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #111214;
}

.evo-banner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -6%;
  width: 36%;
  opacity: 0.08;
  background: repeating-linear-gradient(
    45deg,
    white 0,
    white 1px,
    transparent 1px,
    transparent 8px
  );
  transform: skewX(-22deg);
}

.evo-texture {
  width: 110px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, #555 0 2%, transparent 3%),
    radial-gradient(circle at 70% 30%, #343434 0 3%, transparent 4%),
    radial-gradient(circle at 50% 70%, #666 0 2%, transparent 3%),
    #1c1d20;
  background-size: 23px 25px;
  box-shadow: inset 0 0 0 1px #3b3d41;
}

.evo-banner p {
  margin: 0 0 8px;
  color: var(--orange);
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.evo-banner h3 {
  margin: 0;
  font-family: var(--font-geist-sans), sans-serif;
  font-size: 22px;
  letter-spacing: -0.035em;
}

.evo-banner div > span {
  display: block;
  max-width: 670px;
  margin-top: 8px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.evo-banner > a {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: white;
  font-size: 11px;
  font-weight: 700;
}

.process-section {
  border-top: 1px solid var(--line);
  background: var(--black-soft);
}

.process-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 80px;
  align-items: end;
}

.process-intro > p {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 78px;
  border-top: 1px solid var(--line);
}

.process-card {
  position: relative;
  min-height: 300px;
  padding: 28px 28px 32px;
  border-right: 1px solid var(--line);
}

.process-card:first-child {
  border-left: 1px solid var(--line);
}

.process-card > span {
  color: var(--orange);
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
}

.process-line {
  width: 34px;
  height: 1px;
  margin-top: 42px;
  background: var(--orange);
  transition: width 0.35s ease;
}

.process-card:hover .process-line {
  width: 90px;
}

.process-card h3 {
  margin: 70px 0 0;
  font-family: var(--font-geist-sans), sans-serif;
  font-size: 21px;
  letter-spacing: -0.03em;
}

.process-card p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.custom-section {
  min-height: 700px;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  background: var(--paper);
  color: var(--black);
}

.custom-carousel {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  align-self: center;
  overflow: hidden;
  background: var(--paper);
}

.custom-slides {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.custom-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.025);
  transition:
    opacity 0.5s ease,
    visibility 0.5s ease,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.custom-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.custom-slide img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 0;
  margin-left: 0;
  padding: 0;
  object-fit: cover;
  background: var(--paper);
}

.custom-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5, 6, 7, 0.68), transparent 38%);
  pointer-events: none;
}

.custom-slide figcaption {
  position: absolute;
  z-index: 2;
  left: 38px;
  right: 38px;
  bottom: 36px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  color: white;
}

.custom-slide figcaption > span {
  padding-top: 4px;
  color: var(--orange);
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
}

.custom-slide figcaption div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.custom-slide figcaption strong {
  font-family: var(--font-geist-sans), sans-serif;
  font-size: 22px;
  letter-spacing: -0.035em;
}

.custom-slide figcaption small {
  color: #d6d7d8;
  font-size: 14px;
}

.carousel-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(8, 9, 10, 0.72);
  color: white;
  cursor: pointer;
  font-size: 18px;
  transform: translateY(-50%);
  transition: background 0.2s ease, transform 0.2s ease;
}

.carousel-arrow:hover {
  background: var(--orange);
  transform: translateY(-50%) scale(1.06);
}

.carousel-prev {
  left: -10px;
}

.carousel-next {
  right: -10px;
}

.carousel-dots {
  position: absolute;
  z-index: 4;
  right: 36px;
  bottom: 40px;
  display: flex;
  gap: 8px;
}

.carousel-dots button {
  width: 22px;
  height: 3px;
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.46);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}

.carousel-dots button.is-active {
  width: 42px;
  background: var(--orange);
}

.custom-copy {
  padding: clamp(70px, 9vw, 140px) clamp(44px, 7vw, 115px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.eyebrow.dark {
  color: #66696e;
}

.custom-copy h2 {
  max-width: 580px;
}

.custom-copy > p:not(.eyebrow) {
  max-width: 520px;
  margin: 30px 0 0;
  color: #55585d;
  font-size: 18px;
  line-height: 1.8;
}

.swatches {
  display: flex;
  gap: 10px;
  margin: 34px 0;
}

.swatch {
  width: 36px;
  height: 36px;
  border: 5px solid var(--paper);
  border-radius: 50%;
  box-shadow: 0 0 0 1px #c4c2bc;
}

.swatch.black { background: #111214; }
.swatch.red { background: #9d2018; }
.swatch.gray { background: #8b8d90; }
.swatch.blue { background: #193451; }
.swatch.sand { background: #b9894d; }

.gallery-section {
  background: var(--black);
}

.gallery-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.gallery-heading > a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 9px;
  border-bottom: 1px solid #494b4f;
  color: #d3d5d8;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 180px;
  gap: 12px;
  margin-top: 70px;
}

.gallery-item {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #17191c;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: border 0.3s ease;
}

.gallery-item:hover::after {
  border-color: rgba(255, 79, 34, 0.7);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.85);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.045);
  filter: saturate(1);
}

.item-1 { grid-column: span 7; grid-row: span 3; }
.item-2 { grid-column: span 5; grid-row: span 2; }
.item-3 { grid-column: span 5; grid-row: span 2; }
.item-4 { grid-column: span 4; grid-row: span 2; }
.item-5 { grid-column: span 4; grid-row: span 2; }
.item-6 { grid-column: span 4; grid-row: span 2; }

.faq-section {
  border-top: 1px solid var(--line);
  background: var(--black-soft);
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.76fr 1fr;
  gap: clamp(70px, 10vw, 150px);
}

.faq-layout .section-heading h2 {
  font-size: clamp(44px, 5vw, 70px);
}

.text-link.light {
  margin-top: 38px;
  font-size: 11px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  min-height: 90px;
  display: grid;
  grid-template-columns: 46px 1fr 24px;
  align-items: center;
  gap: 12px;
  list-style: none;
  cursor: pointer;
  color: #f2f2f2;
  font-family: var(--font-geist-sans), sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary > span {
  color: #5f6268;
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  letter-spacing: 0.1em;
}

.faq-list summary i {
  position: relative;
  width: 16px;
  height: 16px;
}

.faq-list summary i::before,
.faq-list summary i::after {
  content: "";
  position: absolute;
  background: var(--orange);
  transition: transform 0.25s ease;
}

.faq-list summary i::before {
  top: 7px;
  left: 0;
  width: 16px;
  height: 1px;
}

.faq-list summary i::after {
  top: 0;
  left: 7px;
  width: 1px;
  height: 16px;
}

.faq-list details[open] summary i::after {
  transform: rotate(90deg);
}

.faq-list details > p {
  max-width: 620px;
  margin: -4px 40px 0 58px;
  padding: 0 0 30px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.contact-section {
  position: relative;
  padding: 150px 0;
  overflow: hidden;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 79, 34, 0.14), transparent 35%),
    #070809;
  text-align: center;
}

.contact-grid {
  opacity: 0.4;
  mask-image: radial-gradient(circle, black, transparent 70%);
}

.contact-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-inner h2 {
  font-size: clamp(62px, 10vw, 138px);
  text-transform: uppercase;
}

.contact-inner h2 em {
  color: var(--orange);
  font-style: normal;
}

.contact-inner > p:not(.eyebrow) {
  max-width: 600px;
  margin: 32px 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

footer {
  padding: 78px 0 24px;
  border-top: 1px solid var(--line);
  background: #070809;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 0.75fr);
  gap: 60px;
}

.footer-brand img {
  width: 150px;
  filter: brightness(0) invert(1);
}

.footer-brand p {
  max-width: 330px;
  margin: 22px 0 0;
  color: #73767c;
  font-size: 15px;
  line-height: 1.7;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.footer-column h3 {
  margin: 0 0 10px;
  color: #55585e;
  font-size: 9px;
}

.footer-column a,
.footer-column address {
  color: #a1a4aa;
  font-size: 14px;
  font-style: normal;
  line-height: 1.7;
  transition: color 0.2s ease;
}

.footer-column a:hover {
  color: var(--orange);
}

.footer-bottom {
  margin-top: 70px;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  color: #56595f;
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 80;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 14px 38px rgba(255, 79, 34, 0.32);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 44px rgba(255, 79, 34, 0.45);
}

.whatsapp-float svg {
  width: 26px;
  fill: white;
}

@keyframes enter-left {
  from { opacity: 0; transform: translateX(-26px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes enter-right {
  from { opacity: 0; transform: translateX(30px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes ticker {
  to { transform: translateX(-50%); }
}

@media (max-width: 1080px) {
  .nav-shell {
    grid-template-columns: 150px 1fr auto;
    gap: 18px;
  }

  .nav-links {
    gap: 18px;
  }

  .nav-links a {
    font-size: 9px;
  }

  .hero-layout {
    grid-template-columns: minmax(0, 0.82fr) minmax(420px, 0.9fr);
    gap: 34px;
  }

  .hero h1 {
    font-size: clamp(58px, 7vw, 80px);
  }

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

  .process-card:nth-child(3) {
    border-left: 1px solid var(--line);
  }

  .process-card:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .custom-section {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-template-columns: 1.2fr repeat(3, 0.8fr);
    gap: 34px;
  }
}

@media (max-width: 860px) {
  .container {
    width: min(100% - 38px, var(--container));
  }

  .nav-shell {
    height: 70px;
    grid-template-columns: 1fr auto;
  }

  .wordmark {
    width: 132px;
  }

  .nav-cta {
    display: none;
  }

  .menu-button {
    position: relative;
    z-index: 3;
    width: 44px;
    height: 44px;
    display: grid;
    place-content: center;
    gap: 6px;
    padding: 0;
    border: 1px solid #33353a;
    background: transparent;
    color: white;
  }

  .menu-button span {
    width: 19px;
    height: 1px;
    background: currentColor;
    transition: transform 0.25s ease;
  }

  .menu-button.is-open span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-button.is-open span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .nav-links {
    position: fixed;
    inset: 70px 0 auto;
    min-height: calc(100vh - 70px);
    padding: 52px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 28px;
    background: rgba(8, 9, 10, 0.98);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-14px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  }

  .nav-links.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .nav-links a {
    font-size: 14px;
  }

  .hero {
    padding-top: 110px;
  }

  .hero-layout {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 42px 0 16px;
  }

  .hero h1 {
    max-width: 650px;
    font-size: clamp(52px, 11vw, 82px);
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-360-stage {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .hero-side-note {
    display: none;
  }

  .hero-facts {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 28px;
  }

  .hero-facts > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .section {
    padding: 100px 0;
  }

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

  .model-photo {
    height: min(72vw, 590px);
  }

  .evo-banner {
    grid-template-columns: 90px 1fr;
  }

  .evo-texture {
    width: 90px;
  }

  .evo-banner > a {
    grid-column: 2;
  }

  .process-intro,
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .process-intro > p {
    max-width: 560px;
  }

  .custom-section {
    grid-template-columns: 1fr;
  }

  .custom-slides,
  .custom-slide img {
    min-height: 0;
  }

  .custom-copy {
    min-height: 650px;
  }

  .gallery-grid {
    grid-auto-rows: 150px;
  }

  .item-1,
  .item-2,
  .item-3,
  .item-4,
  .item-5,
  .item-6 {
    grid-column: span 6;
    grid-row: span 2;
  }

  .item-1,
  .item-4 {
    grid-row: span 3;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 52px 30px;
  }
}

@media (max-width: 560px) {
  .container {
    width: calc(100% - 30px);
  }

  .hero {
    padding-top: 88px;
  }

  .hero-copy {
    padding-top: 34px;
  }

  .eyebrow {
    font-size: 8.5px;
  }

  .hero h1 {
    font-size: clamp(43px, 14.3vw, 68px);
    letter-spacing: -0.07em;
  }

  .hero-text {
    font-size: 15px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .button {
    width: 100%;
  }

  .hero-360-stage {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .hero-model-label {
    left: 20px;
    right: 20px;
    bottom: 22px;
  }

  .hero-model-label strong {
    font-size: 15px;
  }

  .hero-facts > div {
    min-height: 90px;
    padding: 17px;
  }

  .hero-facts strong {
    font-size: 18px;
  }

  .section {
    padding: 82px 0;
  }

  .section-heading h2,
  .custom-copy h2 {
    font-size: clamp(41px, 13vw, 62px);
  }

  .models-grid {
    margin-top: 50px;
  }

  .model-photo {
    height: 110vw;
    max-height: 560px;
  }

  .model-copy {
    padding: 26px 20px 28px;
  }

  .model-copy h3 {
    font-size: 30px;
  }

  .evo-banner {
    padding: 28px 22px;
    grid-template-columns: 1fr;
  }

  .evo-texture {
    width: 74px;
  }

  .evo-banner > a {
    grid-column: 1;
  }

  .process-grid {
    grid-template-columns: 1fr;
    margin-top: 52px;
  }

  .process-card,
  .process-card:nth-child(3) {
    min-height: 240px;
    border-left: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .process-card:last-child {
    border-bottom: 0;
  }

  .process-card h3 {
    margin-top: 42px;
  }

  .custom-slides,
  .custom-slide img {
    min-height: 0;
  }

  .custom-slide figcaption {
    left: 24px;
    right: 24px;
    bottom: 28px;
  }

  .carousel-arrow {
    width: 44px;
    height: 44px;
  }

  .carousel-prev {
    left: -8px;
  }

  .carousel-next {
    right: -8px;
  }

  .carousel-dots {
    right: 24px;
    bottom: 26px;
  }

  .custom-copy {
    min-height: 0;
    padding: 74px 22px;
  }

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

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 8px;
    margin-top: 50px;
  }

  .item-1,
  .item-2,
  .item-3,
  .item-4,
  .item-5,
  .item-6 {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 4 / 5;
  }

  .faq-list summary {
    min-height: 82px;
    grid-template-columns: 32px 1fr 20px;
    font-size: 15px;
  }

  .faq-list details > p {
    margin-left: 44px;
    margin-right: 12px;
  }

  .contact-section {
    padding: 105px 0;
  }

  .contact-inner h2 {
    font-size: clamp(50px, 16vw, 74px);
  }

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

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 52px;
    height: 52px;
  }
}

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

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