:root {
  color-scheme: dark;
  --bg: #05070a;
  --panel: #0b1017;
  --panel-soft: #111722;
  --text: #f7f3eb;
  --muted: #aab0bd;
  --line: rgba(221, 177, 91, 0.35);
  --gold: #d7a54a;
  --gold-light: #ffdf8c;
  --red: #e42f32;
  --violet: #8a52ff;
  --cyan: #63d1ff;
  --green: #60c38d;
  --radius: 8px;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

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

body {
  width: 100%;
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
}

main {
  overflow: hidden;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  padding: 18px clamp(18px, 4vw, 56px);
  background: linear-gradient(180deg, rgba(5, 7, 10, 0.9), rgba(5, 7, 10, 0));
  animation: headerDrop 780ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.glitch-logo.glitch-in {
  animation: logoGlitchIn 1080ms steps(2, end) both;
  will-change: transform, filter, opacity;
}

.hero-logo.is-unavailable,
.brand-image.is-unavailable {
  display: none;
}

.main-emblem {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-right: 5px solid var(--gold);
  border-top: 5px solid var(--gold);
  transform: rotate(-45deg);
  filter: drop-shadow(0 0 10px rgba(255, 199, 94, 0.45));
}

.site-nav {
  display: flex;
  gap: clamp(14px, 3vw, 32px);
  color: rgba(247, 243, 235, 0.78);
  font-size: 0.86rem;
  font-weight: 700;
  text-transform: uppercase;
}

.site-nav a {
  padding: 8px 0;
}

.site-nav a:hover {
  color: var(--gold-light);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: end center;
  overflow: hidden;
  padding: 108px 20px 54px;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    transparent 0 46%,
    rgba(255, 223, 140, 0.08) 47%,
    transparent 48% 100%
  );
  mix-blend-mode: screen;
  opacity: 0;
  animation: scanReveal 1300ms ease-out 250ms both;
}

.hero-media {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 48% 18%, rgba(247, 204, 132, 0.18), transparent 25%),
    linear-gradient(180deg, #020305 0%, #07101a 56%, #05070a 100%);
}

.hero-video,
.video-fallback,
.media-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-video {
  object-fit: cover;
  opacity: 0;
  transition: opacity 600ms ease;
}

.hero-video.is-ready {
  opacity: 0.86;
  animation: mediaSettle 1600ms ease-out both;
}

.hero-video.is-unavailable {
  display: none;
}

.video-fallback {
  overflow: hidden;
  opacity: 1;
  transition: opacity 600ms ease;
}

.hero-media:has(.hero-video.is-ready) .video-fallback {
  opacity: 0;
}

.horizon {
  position: absolute;
  left: 50%;
  top: 38%;
  width: min(1300px, 150vw);
  height: min(520px, 58vw);
  transform: translate(-50%, -50%);
  border-top: 3px solid rgba(103, 196, 255, 0.9);
  border-radius: 50%;
  background:
    radial-gradient(circle at 22% 11%, rgba(255, 246, 221, 0.95) 0 2%, rgba(255, 211, 135, 0.7) 3%, transparent 13%),
    linear-gradient(180deg, rgba(82, 160, 239, 0.22), rgba(7, 10, 18, 0.45) 44%, rgba(7, 10, 18, 0.96) 72%),
    repeating-linear-gradient(18deg, rgba(255, 217, 143, 0.12) 0 1px, transparent 1px 34px),
    repeating-linear-gradient(96deg, rgba(99, 209, 255, 0.1) 0 1px, transparent 1px 42px);
  box-shadow: inset 0 18px 70px rgba(53, 141, 226, 0.24), 0 -8px 40px rgba(75, 166, 255, 0.35);
}

.light-grid {
  position: absolute;
  left: 50%;
  top: 44%;
  width: min(1080px, 130vw);
  height: min(420px, 60vw);
  transform: translateX(-50%) perspective(500px) rotateX(60deg);
  background:
    radial-gradient(circle at 48% 52%, rgba(255, 223, 140, 0.9) 0 2px, transparent 3px),
    radial-gradient(circle at 35% 48%, rgba(255, 223, 140, 0.7) 0 2px, transparent 3px),
    radial-gradient(circle at 61% 40%, rgba(255, 223, 140, 0.55) 0 2px, transparent 3px),
    radial-gradient(circle at 68% 61%, rgba(255, 223, 140, 0.55) 0 2px, transparent 3px),
    repeating-linear-gradient(90deg, rgba(255, 223, 140, 0.12) 0 1px, transparent 1px 44px),
    repeating-linear-gradient(0deg, rgba(255, 223, 140, 0.1) 0 1px, transparent 1px 34px);
  opacity: 0.75;
  mask-image: linear-gradient(180deg, transparent, #000 20%, transparent 82%);
}

.media-shade {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.1) 28%, rgba(5, 7, 10, 0.92) 86%, var(--bg) 100%),
    linear-gradient(90deg, rgba(5, 7, 10, 0.86), rgba(5, 7, 10, 0.18) 50%, rgba(5, 7, 10, 0.86));
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(940px, 100%);
  justify-items: center;
  text-align: center;
}

.reveal {
  --delay: 0ms;
}

body.motion-ready .reveal {
  opacity: 0;
  transform: translate3d(0, 28px, 0) scale(0.985);
  filter: blur(8px);
  transition:
    opacity 760ms ease,
    transform 760ms cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 760ms ease;
  transition-delay: var(--delay);
}

body.motion-ready .reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.overline,
.section-kicker {
  color: var(--gold-light);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.main-emblem {
  width: clamp(48px, 8vw, 86px);
  height: clamp(48px, 8vw, 86px);
  border-width: clamp(8px, 1.2vw, 13px);
  margin: 8px 0 20px;
}

.hero-logo {
  display: block;
  width: min(620px, 88vw);
  max-height: clamp(150px, 25vw, 310px);
  object-fit: contain;
  filter: drop-shadow(0 20px 44px rgba(0, 0, 0, 0.45));
}

.hero-logo:not(.is-unavailable) + .hero-title-fallback {
  display: none;
}

.hero-title-fallback {
  display: grid;
  justify-items: center;
}

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

h1 {
  font-family: Manrope, Inter, sans-serif;
  font-size: clamp(3.2rem, 10vw, 8.7rem);
  line-height: 0.84;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--gold);
  text-shadow: 0 2px 0 #6d4b1c, 0 0 36px rgba(255, 190, 86, 0.25);
}

h1 span {
  display: block;
  margin-top: 0.16em;
  color: var(--text);
  font-size: 0.45em;
  letter-spacing: 0.24em;
}

.payoff {
  margin-top: 22px;
  color: rgba(247, 243, 235, 0.88);
  font-size: clamp(0.92rem, 2vw, 1.16rem);
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 223, 140, 0.42);
  border-radius: var(--radius);
  padding: 0 20px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.button.primary {
  background: linear-gradient(180deg, #ffd27c, #b57724);
  color: #101014;
  border-color: transparent;
}

.button.secondary,
.footer-button {
  color: var(--gold-light);
  background: rgba(7, 10, 18, 0.62);
}

.brand-section,
.vision-section,
.site-footer {
  padding-inline: clamp(18px, 5vw, 72px);
}

.brand-section {
  padding-top: clamp(56px, 8vw, 104px);
  padding-bottom: clamp(44px, 7vw, 88px);
  background: linear-gradient(180deg, var(--bg), #08101a 55%, var(--bg));
}

.section-heading {
  width: min(900px, 100%);
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading h2,
.vision-copy h2 {
  margin-top: 10px;
  font-family: Manrope, Inter, sans-serif;
  font-size: clamp(2rem, 4.5vw, 4.4rem);
  line-height: 1;
  letter-spacing: 0;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.brand-card {
  min-height: 230px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  padding: 22px 16px;
  background: rgba(12, 18, 28, 0.78);
  text-align: center;
  transition:
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.brand-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 223, 140, 0.34);
  background: rgba(14, 22, 34, 0.9);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.brand-image {
  display: block;
  width: min(100%, 430px);
  height: 154px;
  object-fit: contain;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.3));
  transform: scale(1);
  transition: transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 260ms ease;
  will-change: transform;
}

.brand-card:hover .brand-image,
.brand-card:focus-visible .brand-image {
  filter: drop-shadow(0 18px 30px rgba(255, 223, 140, 0.18))
    drop-shadow(0 14px 24px rgba(0, 0, 0, 0.34));
  transform: scale(1.08);
}

.brand-card:has(.brand-image:not(.is-unavailable)) .brand-icon,
.brand-card:has(.brand-image:not(.is-unavailable)) .house-icon,
.brand-card:has(.brand-image:not(.is-unavailable)) .credit-icon,
.brand-card:has(.brand-image:not(.is-unavailable)) h3,
.brand-card:has(.brand-image:not(.is-unavailable)) p {
  display: none;
}

.brand-card h3 {
  font-family: Manrope, Inter, sans-serif;
  font-size: clamp(1.35rem, 3vw, 2.1rem);
  line-height: 0.95;
}

.brand-card p {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.closet h3 {
  color: #ff484b;
}

.click h3 {
  display: inline-flex;
  min-width: min(100%, 260px);
  justify-content: center;
  background: #e8161c;
  color: white;
  padding: 8px 12px;
  font-style: italic;
  text-shadow: 2px 2px 0 #222;
}

.myginevra h3 {
  color: #f2edf8;
  font-weight: 500;
  text-transform: lowercase;
}

.mybest h3 {
  max-width: 210px;
  color: #fff;
  font-style: italic;
  text-shadow: 3px 0 0 var(--red);
}

.aurora h3 {
  color: #fff;
}

.aurora h3 span {
  color: #ff7d3b;
}

.credito h3 {
  color: #fff;
  text-transform: uppercase;
}

.fox {
  width: 44px;
  height: 54px;
  border: 3px solid #f2f2f2;
  border-radius: 48% 48% 42% 42%;
  position: relative;
}

.fox::before,
.fox::after {
  content: "";
  position: absolute;
  top: -13px;
  width: 16px;
  height: 18px;
  border: 3px solid #f2f2f2;
  background: var(--panel);
}

.fox::before {
  left: 2px;
  transform: rotate(-24deg);
}

.fox::after {
  right: 2px;
  transform: rotate(24deg);
}

.house-icon {
  width: 42px;
  height: 42px;
  border: 5px solid;
  border-color: #ff9d27 #8a52ff #8a52ff #ff9d27;
  transform: rotate(45deg);
}

.credit-icon {
  width: 42px;
  height: 42px;
  background: conic-gradient(from 45deg, #8a52ff 0 25%, #d638c9 0 50%, #3f63ff 0 75%, #a441ff 0);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.value-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid var(--line);
  background: #070b12;
}

.value-item {
  min-height: 156px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 14px;
  padding: 24px 16px;
  border-right: 1px solid var(--line);
  text-align: center;
}

.value-item:last-child {
  border-right: 0;
}

.value-item svg {
  width: 44px;
  height: 44px;
  fill: none;
  stroke: var(--gold-light);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.value-item.is-visible svg {
  animation: iconPulse 900ms ease-out both;
}

.value-item h3 {
  max-width: 180px;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.vision-section {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: center;
  padding-top: clamp(56px, 9vw, 112px);
  padding-bottom: clamp(64px, 9vw, 120px);
}

.vision-section--reverse {
  grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
}

.vision-copy p:last-child {
  margin-top: 22px;
  max-width: 68ch;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.75;
}

.holding-video-frame {
  position: relative;
  min-height: clamp(280px, 36vw, 520px);
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: var(--bg);
  box-shadow: none;
  isolation: isolate;
}

.holding-video-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, var(--bg) 0%, rgba(5, 7, 10, 0.98) 8%, rgba(5, 7, 10, 0.72) 20%, rgba(5, 7, 10, 0.28) 38%, transparent 62%),
    linear-gradient(180deg, var(--bg) 0%, transparent 12%, transparent 82%, var(--bg) 100%),
    linear-gradient(270deg, rgba(5, 7, 10, 0.5), transparent 22%);
}

.holding-video-frame::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: min(42%, 260px);
  pointer-events: none;
  background: linear-gradient(90deg, var(--bg) 0%, rgba(5, 7, 10, 0.86) 28%, rgba(5, 7, 10, 0.34) 66%, transparent 100%);
}

.holding-video,
.holding-video-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.holding-video {
  object-fit: cover;
  opacity: 0;
  transition: opacity 650ms ease, transform 1200ms ease;
  transform: scale(1.035);
}

.holding-video.is-ready {
  opacity: 1;
  transform: scale(1);
}

.holding-video.is-unavailable {
  display: none;
}

.holding-video-fallback {
  display: grid;
  place-items: center;
  color: rgba(255, 223, 140, 0.82);
  font-family: Manrope, Inter, sans-serif;
  font-size: clamp(1.4rem, 3vw, 2.6rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.holding-video-frame:has(.holding-video.is-ready) .holding-video-fallback {
  opacity: 0;
}

.parallax-section {
  position: relative;
  min-height: clamp(420px, 58vh, 720px);
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: clamp(72px, 10vw, 140px) clamp(18px, 5vw, 72px);
  background:
    linear-gradient(180deg, rgba(5, 7, 10, 0.78), rgba(5, 7, 10, 0.45), rgba(5, 7, 10, 0.86)),
    linear-gradient(90deg, rgba(5, 7, 10, 0.92), rgba(5, 7, 10, 0.32), rgba(5, 7, 10, 0.92)),
    url("assets/parallax.jpg") center / cover fixed,
    radial-gradient(circle at center, rgba(255, 223, 140, 0.16), transparent 38%),
    #070b12;
  border-block: 1px solid rgba(255, 223, 140, 0.18);
}

.parallax-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 223, 140, 0.12) 0 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 223, 140, 0.08) 0 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, #000, transparent 68%);
  opacity: 0.28;
}

.parallax-content {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  text-align: center;
}

.parallax-content h2 {
  margin-top: 12px;
  font-family: Manrope, Inter, sans-serif;
  font-size: clamp(2.7rem, 6vw, 6.8rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.parallax-content p:last-child {
  max-width: 760px;
  margin: 24px auto 0;
  color: rgba(247, 243, 235, 0.82);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.65;
}

.impact-image-frame {
  position: relative;
  min-height: clamp(280px, 34vw, 500px);
  overflow: hidden;
  border-radius: 0;
  background: #05070a;
  box-shadow: none;
}

.impact-image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 34% 42%, transparent 0 24%, rgba(5, 7, 10, 0.12) 44%, #05070a 88%),
    linear-gradient(90deg, transparent 0 46%, rgba(5, 7, 10, 0.58) 72%, #05070a 100%),
    linear-gradient(180deg, #05070a 0%, transparent 18%, transparent 72%, #05070a 100%);
}

.impact-image,
.impact-image-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.impact-image {
  display: block;
  object-fit: cover;
  object-position: 34% center;
  transform: scale(1.04);
  mask-image:
    linear-gradient(90deg, #000 0%, #000 54%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 15%, #000 76%, transparent 100%);
  mask-composite: intersect;
  -webkit-mask-image:
    linear-gradient(90deg, #000 0%, #000 54%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 15%, #000 76%, transparent 100%);
  -webkit-mask-composite: source-in;
}

.impact-image.is-unavailable {
  display: none;
}

.impact-image-fallback {
  display: grid;
  place-items: center;
  padding: 28px;
  color: rgba(255, 223, 140, 0.82);
  font-family: Manrope, Inter, sans-serif;
  font-size: clamp(1.15rem, 2.4vw, 2rem);
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

.impact-image-frame:has(.impact-image:not(.is-unavailable)) .impact-image-fallback {
  opacity: 0;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding-top: 30px;
  padding-bottom: 34px;
  border-top: 1px solid var(--line);
  background: #05070a;
}

.footer-line {
  margin-bottom: 8px;
  color: rgba(247, 243, 235, 0.78);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-footer a:not(.button) {
  color: var(--gold-light);
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

@keyframes headerDrop {
  from {
    opacity: 0;
    transform: translateY(-18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes mediaSettle {
  from {
    transform: scale(1.06);
    filter: saturate(0.72) contrast(1.15);
  }

  to {
    transform: scale(1);
    filter: saturate(1) contrast(1);
  }
}

@keyframes scanReveal {
  0% {
    opacity: 0;
    transform: translateY(-36%);
  }

  18% {
    opacity: 0.7;
  }

  45%,
  100% {
    opacity: 0;
    transform: translateY(42%);
  }
}

@keyframes logoGlitchIn {
  0% {
    opacity: 0;
    transform: translate3d(-8px, 8px, 0) scale(0.96);
    filter: drop-shadow(10px 0 0 rgba(99, 209, 255, 0.72))
      drop-shadow(-10px 0 0 rgba(228, 47, 50, 0.64)) brightness(1.45);
    clip-path: inset(42% 0 46% 0);
  }

  8% {
    opacity: 1;
    transform: translate3d(8px, -5px, 0) scale(1.02);
    clip-path: inset(9% 0 72% 0);
  }

  14% {
    transform: translate3d(-6px, 3px, 0) skewX(-5deg);
    filter: drop-shadow(-8px 0 0 rgba(99, 209, 255, 0.68))
      drop-shadow(8px 0 0 rgba(228, 47, 50, 0.58)) brightness(1.3);
    clip-path: inset(62% 0 18% 0);
  }

  22% {
    transform: translate3d(4px, 0, 0) skewX(4deg);
    clip-path: inset(28% 0 52% 0);
  }

  32% {
    transform: translate3d(-2px, 0, 0);
    clip-path: inset(0 0 0 0);
  }

  48% {
    filter: drop-shadow(5px 0 0 rgba(99, 209, 255, 0.38))
      drop-shadow(-5px 0 0 rgba(228, 47, 50, 0.34)) brightness(1.12);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: drop-shadow(0 20px 44px rgba(0, 0, 0, 0.45));
    clip-path: inset(0 0 0 0);
  }
}

@keyframes iconPulse {
  0% {
    transform: translateY(10px) scale(0.9);
    opacity: 0;
  }

  55% {
    transform: translateY(0) scale(1.08);
    opacity: 1;
  }

  100% {
    transform: translateY(0) scale(1);
  }
}

@keyframes numberLift {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

  body.motion-ready .reveal {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

@media (max-width: 860px) {
  .site-header {
    align-items: flex-start;
  }

  .site-nav {
    gap: 12px;
    font-size: 0.75rem;
  }

  .hero {
    min-height: 92svh;
    padding-top: 94px;
  }

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

  .value-band,
  .vision-section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vision-section {
    align-items: start;
  }

  .parallax-section {
    background-attachment: scroll;
  }

  .value-item:nth-child(2) {
    border-right: 0;
  }

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

@media (max-width: 620px) {
  .site-header {
    position: absolute;
    padding: 16px 18px;
  }

  .site-nav {
    display: none;
  }

  .hero {
    min-height: 96svh;
    padding-inline: 16px;
  }

  .hero-content {
    width: 100%;
  }

  .horizon {
    width: 112vw;
    height: 62vw;
  }

  .light-grid {
    width: 108vw;
    height: 58vw;
  }

  h1 span {
    letter-spacing: 0.16em;
  }

  .payoff {
    max-width: 320px;
    line-height: 1.55;
    letter-spacing: 0.13em;
  }

  .hero-actions,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions {
    width: min(100%, 320px);
  }

  .button {
    width: 100%;
  }

  .brand-grid,
  .value-band,
  .vision-section {
    grid-template-columns: 1fr;
  }

  .brand-card {
    min-height: 190px;
  }

  .brand-image {
    height: 132px;
  }

  .value-item {
    min-height: 128px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .value-item:last-child {
    border-bottom: 0;
  }

  .footer-line {
    line-height: 1.5;
  }
}
