@import url('/assets/vellunox-home-v4.css?v=20260719b');

/* Vellunox homepage v5 — clean hero rebuild, 2026-07-19 */
:root {
  --shell: min(1420px, calc(100% - 64px));
  --header: 92px;
}

.header-inner {
  min-height: var(--header);
  gap: 42px;
}

.brand {
  gap: 16px;
}

.brand img {
  width: 78px;
  height: 78px;
  object-fit: contain;
  background: transparent;
  border: 0;
  filter: drop-shadow(0 0 18px rgba(34, 124, 255, 0.28));
}

.brand strong {
  font-size: 1.95rem;
  letter-spacing: 0.09em;
}

.brand small {
  margin-top: 8px;
  font-size: 0.64rem;
  letter-spacing: 0.23em;
}

.desktop-nav {
  gap: clamp(24px, 2.6vw, 44px);
}

.desktop-nav a {
  padding-top: 36px;
  padding-bottom: 33px;
}

.hero {
  padding: 44px 0 34px;
  background:
    radial-gradient(circle at 53% 30%, rgba(13, 82, 190, 0.27), transparent 29%),
    linear-gradient(180deg, #020918 0%, #020714 100%);
}

.hero-layout {
  grid-template-columns: minmax(390px, 1.02fr) minmax(390px, 0.92fr) minmax(395px, 0.9fr);
  align-items: center;
  gap: clamp(36px, 3.1vw, 52px);
  min-height: 650px;
}

.hero-copy {
  padding: 12px 0;
}

.hero-kicker {
  margin-bottom: 22px;
  padding: 7px 13px;
  font-size: 0.68rem;
}

.hero h1 {
  max-width: 610px;
  margin-bottom: 24px;
  font-size: clamp(3.45rem, 4.15vw, 4.65rem);
  line-height: 0.99;
  letter-spacing: -0.052em;
}

.hero h1 span {
  white-space: nowrap;
}

.hero-lead {
  max-width: 590px;
  margin-bottom: 28px;
  font-size: 1rem;
  line-height: 1.7;
}

.hero-actions {
  margin-bottom: 31px;
}

.hero-trust {
  max-width: 590px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 25px;
}

.hero-trust > div {
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.trust-icon {
  width: 42px;
  height: 42px;
  font-size: 0.95rem;
}

.hero-trust strong {
  font-size: 0.76rem;
}

.hero-trust small {
  font-size: 0.68rem;
  line-height: 1.42;
}

.founder-stage {
  min-height: 650px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: center;
  gap: 18px;
  padding: 0;
}

.founder-visual {
  position: relative;
  width: min(100%, 450px);
  height: 470px;
  display: grid;
  place-items: center;
}

.founder-emblem {
  position: absolute;
  z-index: 0;
  width: 100%;
  max-width: 430px;
  height: auto;
  opacity: 0.42;
  filter: drop-shadow(0 0 28px rgba(28, 126, 255, 0.42));
  transform: translateY(-8px);
}

.founder-photo {
  position: relative;
  z-index: 2;
  top: auto;
  left: auto;
  width: 282px;
  max-width: none;
  height: 382px;
  overflow: hidden;
  border: 1px solid rgba(80, 154, 255, 0.52);
  border-radius: 30px;
  transform: none;
  mask-image: none;
  filter: none;
  box-shadow:
    0 26px 68px rgba(0, 0, 0, 0.45),
    0 0 36px rgba(25, 112, 255, 0.18);
}

.founder-photo img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center 24%;
}

.founder-stage figcaption,
.founder-card {
  position: relative;
  z-index: 3;
  right: auto;
  bottom: auto;
  left: auto;
  width: min(100%, 405px);
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 17px 20px;
  border: 1px solid rgba(47, 129, 255, 0.58);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(9, 29, 58, 0.96), rgba(3, 14, 32, 0.96));
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(16px);
}

.founder-meta {
  display: grid;
}

.founder-card strong {
  font-family: Sora, sans-serif;
  font-size: 1.04rem;
}

.founder-card span,
.founder-card small {
  color: #cad4e3;
  font-size: 0.72rem;
}

.founder-card blockquote {
  margin: 0;
  padding-top: 11px;
  border-top: 1px solid rgba(116, 160, 222, 0.23);
  color: #edf2fb;
  font-size: 0.77rem;
  line-height: 1.52;
}

.emblem-halo,
.stage-platform {
  display: none;
}

.guardian-panel {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 430px;
  justify-self: end;
  align-self: center;
  overflow: hidden;
  transform: translateY(-2px);
}

.guardian-header {
  padding: 18px 19px;
}

.guardian-identity img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  background: transparent;
  padding: 2px;
}

.guardian-welcome {
  padding: 21px 20px 15px;
}

.guardian-welcome h2 {
  font-size: 1.42rem;
}

.guardian-choices {
  gap: 9px;
  padding: 0 18px 15px;
}

.guardian-choices button {
  grid-template-columns: 40px 1fr 18px;
  gap: 12px;
  padding: 12px 13px;
}

.guardian-choices button > span {
  width: 38px;
  height: 38px;
}

.guardian-choices strong {
  font-size: 0.78rem;
}

.guardian-choices small {
  font-size: 0.66rem;
}

.guardian-open {
  width: calc(100% - 36px);
  margin-right: 18px;
  margin-left: 18px;
}

.guardian-note {
  padding: 0 19px 19px;
}

.trust-band {
  grid-template-columns: minmax(390px, 1.2fr) minmax(650px, 1fr);
  gap: 28px;
  margin-top: 16px;
  padding: 22px 26px;
}

.trust-shield {
  width: 64px;
  height: 64px;
  flex-basis: 64px;
}

.trust-shield img {
  width: 54px;
  height: 54px;
}

@media (max-width: 1380px) {
  :root {
    --shell: min(1240px, calc(100% - 48px));
  }

  .brand img {
    width: 68px;
    height: 68px;
  }

  .brand strong {
    font-size: 1.55rem;
  }

  .brand small {
    font-size: 0.56rem;
  }

  .hero-layout {
    grid-template-columns: minmax(390px, 1fr) minmax(380px, 0.92fr);
    gap: 42px;
  }

  .guardian-panel {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 790px;
    transform: none;
  }

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

  .trust-band {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  :root {
    --shell: min(900px, calc(100% - 32px));
    --header: 76px;
  }

  .brand img {
    width: 58px;
    height: 58px;
  }

  .brand strong {
    font-size: 1.28rem;
  }

  .brand small {
    font-size: 0.5rem;
  }

  .hero-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
  }

  .hero-copy {
    grid-column: 1 / -1;
  }

  .founder-stage {
    min-height: 600px;
  }

  .founder-visual {
    height: 430px;
  }

  .founder-photo {
    width: 255px;
    height: 350px;
  }

  .founder-emblem {
    max-width: 390px;
  }

  .guardian-panel {
    grid-column: auto;
    max-width: none;
  }

  .guardian-choices {
    grid-template-columns: 1fr;
  }

  .hero h1 span {
    white-space: normal;
  }
}

@media (max-width: 700px) {
  :root {
    --shell: min(100%, calc(100% - 24px));
  }

  .brand {
    gap: 10px;
  }

  .brand img {
    width: 50px;
    height: 50px;
  }

  .brand strong {
    font-size: 1.05rem;
  }

  .brand small {
    font-size: 0.43rem;
    letter-spacing: 0.17em;
  }

  .hero {
    padding-top: 27px;
  }

  .hero-layout {
    display: flex;
    flex-direction: column;
    gap: 26px;
  }

  .hero-copy {
    order: 1;
    width: 100%;
  }

  .founder-stage {
    order: 2;
    width: 100%;
    min-height: 560px;
  }

  .guardian-panel {
    order: 3;
    width: 100%;
  }

  .hero h1 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .hero-trust {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .founder-visual {
    height: 400px;
  }

  .founder-photo {
    width: 235px;
    height: 325px;
  }

  .founder-emblem {
    max-width: 350px;
    opacity: 0.34;
  }

  .founder-card {
    width: min(100%, 380px);
  }

  .trust-band {
    margin-top: 10px;
  }
}

@media (max-width: 460px) {
  .brand small {
    display: none;
  }

  .brand strong {
    font-size: 1.12rem;
  }

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

  .founder-stage {
    min-height: 535px;
  }

  .founder-visual {
    height: 375px;
  }

  .founder-photo {
    width: 220px;
    height: 305px;
  }
}
