/* V3T Website Hero Rework V2 */

.v3t-cinematic {
  --v3t-amber: #ffb23f;
  --v3t-amber-hot: #ffc65f;
  --v3t-steel: #d7dce2;
  --v3t-ink: #050608;
}

.v3t-cinematic main {
  overflow: hidden;
}

.v3t-hero {
  position: relative;
  min-height: 94svh;
  padding-top: calc(var(--header-h) + 58px);
  padding-bottom: 70px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
  gap: clamp(34px, 5vw, 80px);
  align-items: center;
}

.v3t-hero::before {
  content: "";
  position: absolute;
  inset: 8% -10% auto 46%;
  height: 72%;
  background: radial-gradient(circle, rgba(255,178,63,.10), transparent 63%);
  filter: blur(14px);
  pointer-events: none;
}

.v3t-hero-copy {
  position: relative;
  z-index: 4;
  padding-bottom: 32px;
}

.v3t-eyebrow {
  color: #aab1bb;
}

.v3t-wordmark {
  display: flex;
  align-items: baseline;
  margin: 18px 0 28px;
  font-size: clamp(86px, 10vw, 156px);
  line-height: .78;
  font-weight: 950;
  letter-spacing: -.085em;
  color: transparent;
  background:
    linear-gradient(180deg, #ffffff 0%, #c8ccd1 32%, #6d7278 54%, #eceff2 78%, #92979d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 6px 18px rgba(0,0,0,.48));
}

.v3t-wordmark-v {
  position: relative;
  margin-right: -.05em;
}

.v3t-wordmark-v::after {
  content: "";
  position: absolute;
  width: .18em;
  height: .18em;
  right: .08em;
  bottom: .04em;
  transform: rotate(45deg);
  background: linear-gradient(135deg, #fff0b7, var(--v3t-amber) 42%, #ff8500);
  box-shadow: 0 0 24px rgba(255,178,63,.72);
}

.v3t-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--paper);
  font-size: clamp(42px, 4.5vw, 72px);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.v3t-hero-intro {
  max-width: 700px;
  margin: 28px 0 0;
  color: var(--paper-soft);
  font-size: 18px;
  line-height: 1.72;
}

.v3t-trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 25px 0 0;
  color: var(--v3t-amber);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.v3t-trust-line span:not(:last-child)::after {
  content: "•";
  margin-left: 18px;
  color: rgba(255,178,63,.48);
}

.v3t-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.v3t-button-primary {
  border-color: rgba(255,178,63,.72);
  color: #171005;
  background: linear-gradient(180deg, #ffc96d, #ff9f16);
  box-shadow: 0 10px 34px rgba(255,159,22,.20), inset 0 1px rgba(255,255,255,.65);
}

.v3t-button-primary:hover,
.v3t-button-primary:focus-visible {
  color: #090705;
  border-color: #ffd386;
  transform: translateY(-2px);
  box-shadow: 0 16px 42px rgba(255,159,22,.28), inset 0 1px rgba(255,255,255,.72);
}

.v3t-button-secondary {
  border-color: rgba(215,220,226,.24);
}

.v3t-hero-stage {
  position: relative;
  min-height: 690px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.v3t-stage-grid {
  position: absolute;
  inset: 18% 0 8%;
  z-index: -4;
  opacity: .22;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 42px 42px;
  transform: perspective(500px) rotateX(65deg) translateY(34%);
  transform-origin: center bottom;
  mask-image: linear-gradient(to bottom, transparent, #000 30%, #000 70%, transparent);
}

.v3t-orbit {
  position: absolute;
  border: 1px solid rgba(255,178,63,.35);
  border-radius: 50%;
  box-shadow: inset 0 0 36px rgba(255,178,63,.03), 0 0 30px rgba(255,178,63,.05);
}

.v3t-orbit-a {
  width: 78%;
  aspect-ratio: 1;
}

.v3t-orbit-b {
  width: 92%;
  aspect-ratio: 1;
  transform: rotate(22deg) scaleY(.62);
  border-color: rgba(255,178,63,.72);
  box-shadow: 0 0 24px rgba(255,178,63,.20);
}

.v3t-orbit-c {
  width: 64%;
  aspect-ratio: 1;
  transform: rotate(-20deg) scaleY(.76);
  border-color: rgba(215,220,226,.20);
}

.v3t-stage-node {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffc65f;
  box-shadow: 0 0 18px 5px rgba(255,178,63,.48);
}

.v3t-node-one { top: 12%; right: 25%; }
.v3t-node-two { bottom: 24%; left: 6%; }
.v3t-node-three { bottom: 16%; right: 12%; }

.v3t-icon-plinth {
  position: relative;
  width: min(66vw, 500px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.v3t-icon-plinth::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: -8%;
  height: 14%;
  border-radius: 50%;
  border: 1px solid rgba(255,178,63,.52);
  background:
    radial-gradient(ellipse, rgba(255,178,63,.28), rgba(255,178,63,.05) 48%, transparent 70%);
  filter: blur(.2px);
  box-shadow: 0 0 44px rgba(255,178,63,.20);
}

.v3t-icon-halo {
  position: absolute;
  width: 76%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,178,63,.17), transparent 70%);
  filter: blur(22px);
}

.v3t-icon-plinth img {
  position: relative;
  z-index: 4;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22%;
  clip-path: inset(0 round 22%);
  box-shadow:
    0 42px 120px rgba(0,0,0,.62),
    0 0 0 1px rgba(255,255,255,.05),
    0 0 62px rgba(255,178,63,.08);
}

.v3t-stage-base {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 13px;
  align-items: center;
  color: #d0d4d9;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .25em;
}

.v3t-stage-base b {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--v3t-amber);
  box-shadow: 0 0 10px rgba(255,178,63,.7);
}

.v3t-capabilities,
.v3t-local-section,
.v3t-atlas-section,
.v3t-closing {
  padding-block: clamp(76px, 8vw, 126px);
  border-top: 1px solid var(--line);
}

.v3t-section-heading {
  display: grid;
  grid-template-columns: .35fr 1fr;
  gap: clamp(30px, 7vw, 100px);
  align-items: end;
}

.v3t-section-heading h2 {
  margin: 0;
  font-size: clamp(44px, 5.3vw, 78px);
  letter-spacing: -.05em;
}

.v3t-capability-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 16px;
}

.v3t-capability-card {
  position: relative;
  min-height: 280px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(215,220,226,.13);
  border-radius: 24px;
  background:
    radial-gradient(circle at 0 0, rgba(255,178,63,.09), transparent 42%),
    linear-gradient(155deg, rgba(255,255,255,.035), rgba(255,255,255,.012));
}

.v3t-capability-card::after {
  content: "";
  position: absolute;
  right: -16%;
  bottom: -34%;
  width: 74%;
  aspect-ratio: 1;
  border: 1px solid rgba(255,178,63,.12);
  border-radius: 50%;
}

.v3t-card-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,178,63,.36);
  border-radius: 50%;
  color: var(--v3t-amber);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  box-shadow: 0 0 26px rgba(255,178,63,.06);
}

.v3t-capability-card h3 {
  margin: 76px 0 12px;
  font-size: 28px;
  letter-spacing: -.035em;
}

.v3t-capability-card p {
  margin: 0;
  color: var(--paper-soft);
  line-height: 1.62;
}

.v3t-local-panel {
  padding: clamp(34px, 6vw, 70px);
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: clamp(36px, 8vw, 110px);
  border: 1px solid rgba(255,178,63,.20);
  border-radius: 30px;
  background:
    radial-gradient(circle at 5% 50%, rgba(255,178,63,.12), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.028), rgba(255,255,255,.008));
}

.v3t-local-panel h2 {
  margin: 0;
  max-width: 600px;
  font-size: clamp(46px, 5.5vw, 78px);
  letter-spacing: -.055em;
}

.v3t-local-copy p {
  margin-top: 0;
  color: var(--paper-soft);
  font-size: 18px;
  line-height: 1.72;
}

.v3t-atlas-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px,.72fr) minmax(0,1fr);
  gap: clamp(38px, 7vw, 96px);
  align-items: center;
  padding: clamp(34px, 6vw, 68px);
  border: 1px solid rgba(255,178,63,.18);
  border-radius: 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 50%, rgba(255,178,63,.10), transparent 34%),
    rgba(255,255,255,.012);
}

.v3t-atlas-panel::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 43%;
  width: 1px;
  background: linear-gradient(transparent, rgba(255,178,63,.42), transparent);
}

.v3t-atlas-identity {
  position: relative;
  min-height: 330px;
  display: grid;
  place-items: center;
}

.v3t-atlas-glow {
  position: absolute;
  width: 80%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,178,63,.12), transparent 70%);
  filter: blur(18px);
}

.v3t-atlas-identity img {
  position: relative;
  z-index: 2;
  width: min(100%, 480px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 30px 76px rgba(0,0,0,.50));
}

.v3t-atlas-copy h2 {
  margin: 0 0 24px;
  font-size: clamp(42px, 4.8vw, 68px);
  letter-spacing: -.05em;
}

.v3t-atlas-copy p:not(.eyebrow) {
  max-width: 720px;
  color: var(--paper-soft);
  font-size: 18px;
  line-height: 1.7;
}

.v3t-atlas-proof {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.v3t-atlas-proof span {
  padding: 7px 10px;
  border: 1px solid rgba(255,178,63,.22);
  border-radius: 999px;
  color: #d8dadd;
  font-size: 9px;
  font-weight: 760;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.v3t-closing-panel {
  padding: clamp(38px, 7vw, 82px);
  border: 1px solid rgba(255,178,63,.22);
  border-radius: 30px;
  background:
    radial-gradient(circle at 78% 12%, rgba(255,178,63,.11), transparent 36%),
    rgba(255,255,255,.014);
}

.v3t-closing-panel h2 {
  max-width: 1000px;
  margin: 0 0 24px;
  font-size: clamp(44px, 6vw, 82px);
  letter-spacing: -.055em;
}

.v3t-closing-panel > p:not(.eyebrow) {
  max-width: 760px;
  color: var(--paper-soft);
  font-size: 18px;
  line-height: 1.72;
}

@media (max-width: 1120px) {
  .v3t-hero {
    grid-template-columns: 1fr;
    padding-top: calc(var(--header-h) + 78px);
  }

  .v3t-hero-stage {
    min-height: 600px;
    order: -1;
  }

  .v3t-icon-plinth {
    width: min(62vw, 470px);
  }

  .v3t-capability-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .v3t-atlas-panel {
    grid-template-columns: 1fr;
  }

  .v3t-atlas-panel::before {
    display: none;
  }

  .v3t-atlas-proof {
    grid-column: 1;
  }
}

@media (max-width: 760px) {
  .v3t-hero {
    min-height: auto;
    padding-top: calc(var(--header-h) + 58px);
    gap: 10px;
  }

  .v3t-hero-stage {
    min-height: 410px;
  }

  .v3t-icon-plinth {
    width: min(82vw, 360px);
  }

  .v3t-wordmark {
    font-size: clamp(80px, 28vw, 120px);
  }

  .v3t-hero h1 {
    font-size: clamp(39px, 11vw, 58px);
  }

  .v3t-trust-line span:not(:last-child)::after {
    display: none;
  }

  .v3t-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .v3t-hero-actions .button {
    width: 100%;
  }

  .v3t-section-heading,
  .v3t-local-panel {
    grid-template-columns: 1fr;
  }

  .v3t-capability-grid {
    grid-template-columns: 1fr;
  }

  .v3t-capability-card {
    min-height: 240px;
  }

  .v3t-capability-card h3 {
    margin-top: 58px;
  }

  .v3t-atlas-identity {
    min-height: 240px;
  }

  .v3t-stage-base {
    display: none;
  }
}
