﻿.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 200;
  color: #003264;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 82px;
  padding: 0 2.4rem;
  transition: min-height 0.35s ease, background 0.35s ease, color 0.35s ease, border 0.35s ease;
}

.site-header.scrolled .header-inner {
  min-height: 64px;
  color: var(--ink);
  background: rgba(255, 245, 225, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.header-left,
.header-right {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.header-left {
  justify-content: flex-end;
  order: 2;
}

.brand {
  order: 1;
}

.header-right {
  justify-content: flex-end;
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.header-right span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
}

.hamburger {
  display: grid;
  gap: 6px;
  width: 38px;
  padding: 8px 4px;
}

.hamburger span {
  display: block;
  height: 1px;
  background: currentColor;
}

.hamburger span:nth-child(2) {
  width: 70%;
}

.header-menu-word {
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.header-main-nav {
  position: absolute;
  right: clamp(7.8rem, 10vw, 12rem);
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 2vw, 2.2rem);
  transform: translateY(-50%);
  margin-right: 45px;
}

.header-main-nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 1rem;
  color: #003264;
  border-radius: 999px;
  font-size: clamp(0.9rem, 0.9vw, 1.05rem);
  font-weight: 200;
  line-height: 1;
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.header-main-nav-link:hover,
.header-main-nav-link:focus-visible,
.header-main-nav-link.is-current {
  color: #fff;
  background: #003264;
}

.brand {
  display: grid;
  justify-items: center;
  gap: 0.34rem;
  text-align: center;
}

.brand-name {
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  font-weight: 400;
  letter-spacing: 0.34em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-sub {
  font-size: 0.56rem;
  font-weight: 400;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: currentColor;
  opacity: 0.72;
}

.nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: grid;
  grid-template-columns: 0.85fr 1.5fr;
  gap: 4rem;
  padding: 6rem clamp(2rem, 6vw, 7rem);
  color: #003264;
  background: #fff5e1;
  transform: translateY(-100%);
  transition: transform 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  visibility: hidden;
}

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

.nav-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 44px;
  height: 44px;
}

.nav-close span {
  position: absolute;
  left: 10px;
  width: 24px;
  height: 1px;
  background: currentColor;
}

.nav-close span:first-child {
  transform: rotate(45deg);
}

.nav-close span:last-child {
  transform: rotate(-45deg);
}

.menu-meta {
  align-self: start;
  display: grid;
  gap: 1rem;
}

.menu-meta span,
.nav-mobile-footer {
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(247, 243, 235, 0.48);
}

.menu-meta strong {
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.menu-logo {
  height: 48px;
  width: auto;
  object-fit: contain;
  /* filter: brightness(0) invert(1); */
}

.nav-mobile {
  display: grid;
  align-content: center;
}

.nav-mobile-link {
  padding: 0.58rem 0;
  border-bottom: 1px solid #0032646e;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: clamp(2.7rem, 6vw, 6.4rem);
  font-weight: 300;
  line-height: 0.95;
  letter-spacing: 0.02em;
  transition: opacity 0.25s ease, padding-left 0.25s ease;
}

.nav-mobile-link:hover {
  padding-left: 1rem;
  /* opacity: 0.58; */
}

.nav-mobile-footer {
  position: absolute;
  left: clamp(2rem, 6vw, 7rem);
  bottom: 3rem;
  display: grid;
  gap: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: none;
}

.menu-contact-link {
  width: fit-content;
  margin-top: 0.35rem;
  padding-bottom: 0.22rem;
  border-bottom: 1px solid var(--accent);
  color: var(--accent);
  font-size: 0.68rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100vh;
  overflow: hidden;
  color: var(--ivory);
  background: #1a2333;
}

.hero-bg,
.hero-bg img,
.hero-veil {
  position: absolute;
  inset: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  transform: scale(1.08);
  filter: saturate(0.82) brightness(0.58);
  transition: transform 8s ease;
}

body.is-loaded .hero-bg img {
  transform: scale(1);
}

.hero-veil {
  background:
    radial-gradient(circle at 50% 35%, rgba(236, 190, 130, 0.12), rgba(0, 0, 0, 0.68) 72%),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.62));
}

.hero-body {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 1.5rem;
}

.hero-eyebrow {
  margin-bottom: 1.4rem;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: rgba(247, 243, 235, 0.72);
}

.hero-title {
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: clamp(5rem, 13vw, 14rem);
  font-weight: 600;
  line-height: 0.85;
  letter-spacing: 0.01em;
}

/* .hero-title em {
  font-style: italic;
  font-weight: 500;
} */

.hero-links {
  position: absolute;
  z-index: 3;
  right: clamp(1.4rem, 4vw, 4rem);
  bottom: clamp(1.5rem, 4vw, 3.5rem);
  left: clamp(1.4rem, 4vw, 4rem);
  display: flex;
  justify-content: center;
  gap: clamp(1.2rem, 5vw, 5rem);
  color: rgba(247, 243, 235, 0.82);
  overflow: hidden;
}

.hero-links a {
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(247, 243, 235, 0.82);
}

/* New Hero Layout (Screenshot style) */
.hero-new-body {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: clamp(5rem, 9vw, 8rem) clamp(1.25rem, 5vw, 5rem) clamp(3rem, 7vw, 6rem);
  margin-top: auto;
  margin-bottom: auto;
  align-self: center;
}

.hero-new-left {
  width: min(58vw, 900px);
  display: grid;
  grid-template-columns: minmax(135px, 0.22fr) minmax(0, 1fr);
  column-gap: clamp(1.2rem, 2.4vw, 2.6rem);
  row-gap: clamp(1.4rem, 3vw, 2.4rem);
  align-items: center;
}

.hero-title-badge-row {
  display: block;
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  margin-left: clamp(-1rem, -1.2vw, -0.25rem);
}

.hero-collection-tag {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  max-width: 150px;
  font-size: 18px;
  font-weight: 700;
  color: rgba(247, 243, 235, 0.74);
  line-height: 1.28;
  letter-spacing: -0.04em;
}

.hero-new-title {
  display: grid;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.055em;
  color: var(--accent);
}

.hero-new-title span {
  display: block;
  width: fit-content;
  max-width: 100%;
}

/* .hero-new-title span:nth-child(2) {
  margin-left: clamp(2.8rem, 8vw, 9rem);
} */

.hero-new-title span:nth-child(3) {
  margin-left: clamp(-13.5rem, -10.5vw, -5.8rem);
}

.hero-new-badge {
  flex-shrink: 0;
  width: clamp(110px, 13vw, 170px);
  height: clamp(70px, 8.5vw, 110px);
  border-radius: 60px;
  overflow: hidden;
  border: 1.5px solid rgba(247, 243, 235, 0.18);
  margin-bottom: 0.6rem;
}

.hero-new-badge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7) saturate(0.85);
}

.hero-new-desc {
  grid-column: 1 / span 2;
  font-size: clamp(0.95rem, 1.2vw, 1.22rem);
  color: rgba(247, 243, 235, 0.68);
  line-height: 1.55;
  max-width: 590px;
  border-left: 2px solid var(--accent);
  padding-left: 1.3rem;
}

.hero-contact-btn {
  grid-column: 1 / span 2;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 0.6rem;
  padding: 0.75rem 2rem;
  background: var(--accent);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-radius: 8px;
  transition: opacity 0.25s ease;
}

.hero-contact-btn:hover {
  opacity: 0.85;
  background: transparent;
  color: var(--accent);
  border: 1px solid var(--accent);
}

@media (max-width: 768px) {
  .hero-new-body {
    padding: 5.5rem 1.2rem 2.5rem;
    display: flex;
    align-items: flex-end;
    min-height: 70svh;
  }

  .hero-new-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    grid-template-columns: unset;
  }

  .hero-collection-tag {
    grid-column: unset;
    grid-row: unset;
    max-width: 100%;
    font-size: clamp(0.9rem, 4vw, 1.1rem);
    font-weight: 600;
    letter-spacing: 0;
    color: rgba(247, 243, 235, 0.7);
  }

  .hero-title-badge-row {
    grid-column: unset;
    grid-row: unset;
    display: block;
    margin-left: 0;
  }

  .hero-new-title {
    font-size: clamp(2.8rem, 11vw, 4.2rem);
    letter-spacing: -0.03em;
    line-height: 1.05;
  }

  .hero-new-title span:nth-child(2),
  .hero-new-title span:nth-child(3) {
    margin-left: 0;
  }

  .hero-new-desc {
    grid-column: unset;
    max-width: 100%;
    font-size: clamp(0.88rem, 3.5vw, 1rem);
    line-height: 1.6;
  }

  .hero-new-badge {
    width: 100px;
    height: 64px;
  }
}

/* Seluz-inspired home hero redesign. All new selectors are hero-scoped. */
.seluz-hero-shell {
  isolation: isolate;
  min-height: 100svh;
  padding: 0;
  cursor: auto;
  background: #111923;
}

.seluz-hero-stage,
.seluz-hero-image,
.seluz-hero-mask,
.seluz-hero-grain,
.seluz-hero-overlay {
  position: absolute;
  inset: 0;
}

.seluz-hero-wave-svg {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.seluz-hero-stage {
  z-index: 0;
  overflow: hidden;
  contain: paint;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.seluz-hero-webgl {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s ease;
}

.seluz-hero-stage.is-webgl-ready .seluz-hero-webgl {
  opacity: 1;
}

.seluz-hero-stage.is-webgl-ready .seluz-hero-image {
  opacity: 0 !important;
}

.seluz-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--seluz-hero-position, center center);
  transform: none;
  filter: none;
  will-change: transform, clip-path, opacity;
  backface-visibility: hidden;
  transform-origin: center center;
  image-rendering: auto;
  opacity: 1;
}

.seluz-hero-image.is-wave-transition {
  will-change: transform, opacity;
}

.seluz-hero-image-active.is-idle-wave {
  filter: url("#seluzHeroIdleWaveFilter");
  animation: seluz-hero-idle-breathe 8s ease-in-out infinite alternate;
}

@media (prefers-reduced-motion: reduce) {
  .seluz-hero-image-active.is-idle-wave {
    filter: none;
  }
}

.seluz-hero-image-active {
  z-index: 1;
  animation: none;
}

.seluz-hero-image-incoming {
  z-index: 2;
  opacity: 0;
  clip-path: inset(0 0 0 0);
  transform: none;
  pointer-events: none;
}

.seluz-hero-overlay {
  display: none;
}

.seluz-hero-mask {
  z-index: 5;
  pointer-events: none;
  transform: translate3d(-110%, 0, 0) skewX(-8deg);
  background: linear-gradient(90deg, transparent, rgba(255, 245, 225, 0.08), rgba(236, 190, 130, 0.14), transparent);
  will-change: transform, opacity;
}

.seluz-hero-shell::before {
  content: "";
  position: absolute;
  inset: -14% -55%;
  z-index: 4;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-70%, 0, 0) skewX(-10deg);
  background:
    repeating-linear-gradient(100deg, transparent 0 5%, rgba(255, 255, 255, 0.3) 6%, transparent 10%),
    radial-gradient(ellipse at 50% 42%, rgba(255, 255, 255, 0.68), transparent 36%),
    linear-gradient(90deg, transparent 8%, rgba(255, 245, 225, 0.34) 31%, rgba(236, 190, 130, 0.82) 50%, rgba(255, 245, 225, 0.38) 69%, transparent 92%);
  mix-blend-mode: screen;
  will-change: transform, opacity;
}

@media (max-width: 900px), (hover: none) and (pointer: coarse) {
  .seluz-hero-shell.is-mobile-wave::before {
    animation: seluz-hero-mobile-wave 360ms cubic-bezier(0.55, 0, 0.22, 1) both;
  }
}

.seluz-hero-grain {
  display: none;
}

.seluz-hero-content {
  position: relative;
  z-index: 8;
  width: 100%;
  margin: clamp(5.8rem, 8vw, 7.6rem) 0 0;
  padding-top: 0;
  color: var(--ivory);
}

.seluz-hero-category {
  margin: 0;
  color: transparent;
  font-family: "Helvetica Neue", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(4.2rem, 10.8vw, 11.5rem);
  font-weight: 100;
  line-height: 0.92;
  letter-spacing: 0.045em;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.15px rgba(255, 255, 255, 0.96);
  paint-order: stroke fill;
  text-shadow: none;
  text-transform: uppercase;
}

.seluz-hero-category span {
  display: block;
  width: max-content;
}

.seluz-hero-category span:first-child {
  margin-left: clamp(5rem, 25vw, 30rem);
}

.seluz-hero-category span:last-child {
  margin-left: clamp(2rem, 7vw, 8rem);
}

.seluz-hero-title-button,
.seluz-hero-description,
.seluz-hero-meta,
.seluz-hero-dots {
  display: none !important;
}

.seluz-hero-title-button {
  display: block;
  max-width: 100%;
  padding: 0;
  color: inherit;
  text-align: left;
}

.seluz-hero-title {
  max-width: 9ch;
  margin: 0;
  color: var(--accent);
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: clamp(4.4rem, 10vw, 9.8rem);
  font-weight: 700;
  line-height: 0.86;
  letter-spacing: -0.055em;
  text-transform: none;
}

.seluz-hero-title-char {
  display: inline-block;
  transform-origin: 50% 100%;
  will-change: transform, opacity;
}

.seluz-hero-description {
  width: min(520px, 100%);
  margin: 1.25rem 0 0;
  padding-left: 1.2rem;
  border-left: 2px solid var(--accent);
  color: rgba(247, 243, 235, 0.78);
  font-size: clamp(0.94rem, 1.15vw, 1.18rem);
  line-height: 1.6;
}

.seluz-hero-explore {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  width: fit-content;
  min-height: 46px;
  margin-top: 1.8rem;
  padding: 0.78rem 1.2rem 0.78rem 1.35rem;
  color: var(--ink);
  background: var(--accent);
  border: 1px solid var(--accent);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: color 0.35s ease, background 0.35s ease, transform 0.35s ease;
}

.seluz-hero-explore svg,
.seluz-hero-control svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.seluz-hero-explore:hover {
  color: var(--accent);
  background: transparent;
  transform: translateY(-2px);
}

.seluz-hero-meta {
  position: absolute;
  z-index: 8;
  left: clamp(1.2rem, 7vw, 6rem);
  bottom: clamp(1.4rem, 4vw, 3rem);
  display: flex;
  align-items: center;
  gap: 0.85rem;
  color: rgba(247, 243, 235, 0.78);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.24em;
}

.seluz-hero-meta-line {
  width: clamp(42px, 7vw, 98px);
  height: 1px;
  background: rgba(247, 243, 235, 0.42);
}

.seluz-hero-controls {
  display: none;
}

.seluz-hero-control,
.seluz-hero-play {
  position: relative;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  overflow: hidden;
  color: var(--ivory);
  border: 1px solid rgba(247, 243, 235, 0.36);
  border-radius: 999px;
  background: rgba(0, 20, 39, 0.16);
  backdrop-filter: blur(12px);
  transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.seluz-hero-control::before,
.seluz-hero-play::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 0;
  background: var(--accent);
  transition: height 0.35s cubic-bezier(0.76, 0, 0.24, 1);
}

.seluz-hero-control svg,
.seluz-hero-play span {
  position: relative;
  z-index: 1;
}

.seluz-hero-control:hover,
.seluz-hero-play:hover {
  color: var(--ink);
  border-color: var(--accent);
  transform: scale(1.05);
}

.seluz-hero-control:hover::before,
.seluz-hero-play:hover::before {
  height: 100%;
}

.seluz-hero-play span {
  width: 13px;
  height: 15px;
  border-color: currentColor;
  border-style: solid;
  border-width: 0 4px;
}

.seluz-hero-play.is-paused span {
  width: 0;
  height: 0;
  border-width: 8px 0 8px 13px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.seluz-hero-previews {
  display: none;
}

.seluz-hero-preview {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 0.85rem;
  min-height: 62px;
  padding: 0.35rem;
  color: rgba(247, 243, 235, 0.62);
  border: 1px solid rgba(247, 243, 235, 0.14);
  border-radius: 999px;
  background: rgba(0, 20, 39, 0.2);
  backdrop-filter: blur(10px);
  text-align: left;
  transition: color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.seluz-hero-preview-thumb {
  width: 54px;
  height: 54px;
  overflow: hidden;
  border-radius: 999px;
  background: #182434;
}

.seluz-hero-preview-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.45s ease, filter 0.45s ease;
  filter: none;
}

.seluz-hero-preview-text {
  display: grid;
  gap: 0.18rem;
  min-width: 0;
}

.seluz-hero-preview-text strong {
  overflow: hidden;
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.seluz-hero-preview-text span {
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  opacity: 0.7;
  text-transform: uppercase;
}

.seluz-hero-preview:hover,
.seluz-hero-preview.is-selected {
  color: var(--ivory);
  border-color: rgba(236, 190, 130, 0.7);
  transform: translateX(-6px);
}

.seluz-hero-preview:hover img,
.seluz-hero-preview.is-selected img {
  transform: scale(1.06);
  filter: none;
}

.seluz-hero-preview.is-selected {
  background: rgba(236, 190, 130, 0.16);
}

.seluz-hero-dots {
  display: none;
}

.seluz-hero-progress {
  display: none;
}

.seluz-hero-progress-label {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.seluz-hero-progress-track {
  width: clamp(96px, 12vw, 180px);
  height: 1px;
  overflow: hidden;
  background: rgba(247, 243, 235, 0.26);
}

.seluz-hero-progress-line {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--accent);
}

.seluz-hero-cursor {
  display: none;
}

.seluz-hero-cursor-ring,
.seluz-hero-cursor-dot,
.seluz-hero-cursor-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.seluz-hero-cursor-ring {
  width: 64px;
  height: 64px;
  border: 1px solid rgba(247, 243, 235, 0.55);
  border-radius: 50%;
}

.seluz-hero-cursor-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.seluz-hero-cursor-text {
  margin-top: 48px;
  color: var(--ivory);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.seluz-hero-cursor.is-visible {
  opacity: 1;
}

.seluz-hero-cursor.is-active .seluz-hero-cursor-ring {
  transform: translate(-50%, -50%) scale(1.28);
}

.seluz-hero-shell .text-reveal,
.seluz-hero-shell .is-text-visible {
  animation: none;
  opacity: 1;
  transform: none;
  transition: none;
}

@keyframes seluz-hero-drift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

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

@keyframes seluz-hero-idle-breathe {
  0% {
    opacity: 0.96;
  }

  100% {
    opacity: 1;
  }
}

@keyframes seluz-hero-mobile-wave {
  0% {
    opacity: 0;
    transform: translate3d(-86%, 0, 0) skewX(-15deg) scaleX(0.62);
  }

  38% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(86%, 0, 0) skewX(-15deg) scaleX(1.18);
  }
}

@media (max-width: 1180px) {
  .seluz-hero-previews {
    width: 230px;
  }

  .seluz-hero-preview:nth-child(n+6) {
    display: none;
  }
}

@media (max-width: 900px) {
  .seluz-hero-shell {
    cursor: auto;
  }

  .seluz-hero-content {
    margin: auto 1.2rem clamp(7.2rem, 16vw, 9rem);
    padding-top: 5.6rem;
  }

  .seluz-hero-title {
    max-width: 10ch;
    font-size: clamp(3.4rem, 13vw, 6.4rem);
  }

  .seluz-hero-previews,
  .seluz-hero-cursor,
  .seluz-hero-progress-label {
    display: none;
  }

  .seluz-hero-dots {
    position: absolute;
    z-index: 9;
    left: 1.2rem;
    right: 1.2rem;
    bottom: calc(1rem + env(safe-area-inset-bottom));
    display: flex;
    justify-content: center;
    gap: 0.56rem;
  }

  .seluz-hero-dot {
    width: 34px;
    height: 44px;
    padding: 0;
  }

  .seluz-hero-dot span {
    display: block;
    width: 100%;
    height: 2px;
    background: rgba(247, 243, 235, 0.34);
    transform-origin: left;
  }

  .seluz-hero-dot.is-selected span {
    background: var(--accent);
  }

  .seluz-hero-controls {
    right: 1rem;
    bottom: calc(4.6rem + env(safe-area-inset-bottom));
  }

  .seluz-hero-control,
  .seluz-hero-play {
    width: 48px;
    height: 48px;
  }

  .seluz-hero-progress {
    left: 1.2rem;
    right: auto;
    bottom: calc(5.3rem + env(safe-area-inset-bottom));
  }
}

@media (max-width: 520px) {
  .seluz-hero-content {
    width: calc(100% - 2rem);
    margin: auto 1rem calc(8.5rem + env(safe-area-inset-bottom));
  }

  .seluz-hero-title {
    max-width: 8.8ch;
    font-size: clamp(3rem, 15vw, 5.4rem);
    line-height: 0.9;
  }

  .seluz-hero-description {
    max-width: 315px;
    font-size: 0.88rem;
  }

  .seluz-hero-explore {
    min-height: 44px;
    padding: 0.7rem 1rem;
    font-size: 0.64rem;
    letter-spacing: 0.16em;
  }

  .seluz-hero-meta {
    left: 1rem;
    bottom: calc(4.55rem + env(safe-area-inset-bottom));
  }

  .seluz-hero-controls {
    gap: 0.45rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .seluz-hero-image-active {
    animation: none;
  }

  .seluz-hero-image,
  .seluz-hero-mask,
  .seluz-hero-title-char,
  .seluz-hero-explore,
  .seluz-hero-control,
  .seluz-hero-play {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

.seluz-hero-shell .seluz-hero-controls,
.seluz-hero-shell .seluz-hero-progress {
  display: none !important;
}

.seluz-hero-shell .seluz-hero-content {
  width: 100% !important;
  margin: calc(5.8rem + env(safe-area-inset-top)) 0 0 !important;
  padding: 0 !important;
}

@media (max-width: 900px) {
  .seluz-hero-category {
    font-size: clamp(3.8rem, 15vw, 7rem);
    letter-spacing: 0.018em;
  }

  .seluz-hero-category span:first-child {
    margin-left: clamp(1rem, 10vw, 5rem);
  }

  .seluz-hero-category span:last-child {
    margin-left: clamp(1rem, 4vw, 2rem);
  }
}

@media (max-width: 520px) {
  .seluz-hero-shell .seluz-hero-content {
    margin-top: calc(5.5rem + env(safe-area-inset-top)) !important;
    padding-left: 1rem !important;
  }

  .seluz-hero-category {
    font-size: clamp(2.15rem, 13vw, 3.45rem);
    line-height: 0.94;
    letter-spacing: 0.035em;
    -webkit-text-stroke-width: 0.85px;
  }

  .seluz-hero-category span,
  .seluz-hero-category span:first-child,
  .seluz-hero-category span:last-child {
    width: auto;
    margin-left: 0;
  }
}

.hero.home-hero.seluz-hero-shell {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: hidden !important;
}

.seluz-hero-shell .seluz-hero-stage,
.seluz-hero-shell .seluz-hero-image {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: none !important;
}

@media (max-width: 1024px) {

  .seluz-hero-shell .seluz-hero-stage {
    width: 100% !important;
    height: 100% !important;
  }

  .seluz-hero-shell .seluz-hero-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
}

@media (max-width: 760px) {
  .hero.home-hero.seluz-hero-shell {
    width: 100vw !important;
    min-height: 70svh !important;
    height: 70svh !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
  }

  .seluz-hero-shell .seluz-hero-stage {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    inset: 0 !important;
  }

  .seluz-hero-shell .seluz-hero-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .seluz-hero-webgl {
    width: 100% !important;
    height: 100% !important;
  }
}

@media (max-width: 430px) {

  .seluz-hero-shell .seluz-hero-stage {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    inset: 0 !important;
  }

  .seluz-hero-shell .seluz-hero-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
}

html:has(.seluz-hero-shell),
body:has(.seluz-hero-shell) {
  overflow-x: hidden !important;
}

.site-header .header-inner {
  display: flex !important;
  grid-template-columns: none !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.site-header .brand {
  order: 1 !important;
  justify-items: start !important;
  margin-right: auto !important;
}

.site-header .header-left {
  order: 2 !important;
  justify-content: flex-end !important;
  margin-left: auto !important;
  color: #003264;
}

.site-header .header-menu-word {
  display: inline-flex !important;
  align-items: center;
}

.site-header .header-main-nav {
  display: flex;
}

@media (max-width: 760px) {
  .site-header .header-inner {
    padding: 0 1rem !important;
  }

  .site-header .header-left {
    gap: 0.65rem;
  }

  .site-header .header-menu-word {
    font-size: 0.62rem;
    letter-spacing: 0.2em;
  }
}

@media (max-width: 980px) {
  .site-header .header-main-nav {
    display: none;
  }
}

.site-header {
  transform: translateY(0);
  transition: transform 0.45s cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}

.site-header.scrolled,
.site-header.header-visible,
.site-header.header-hidden {
  position: fixed;
}

.site-header.header-hidden {
  transform: translateY(-105%);
}

.site-header.header-visible {
  transform: translateY(0);
}

body:has(.seluz-hero-shell) .site-header:not(.scrolled) {
  color: #fff;
}

body:has(.seluz-hero-shell) .site-header:not(.scrolled) .brand-logo {
  filter: brightness(0) invert(1);
}

body:has(.seluz-hero-shell) .site-header:not(.scrolled) .header-main-nav-link,
body:has(.seluz-hero-shell) .site-header:not(.scrolled) .header-menu-word,
body:has(.seluz-hero-shell) .site-header:not(.scrolled) .hamburger {
  color: #fff;
}

body:has(.seluz-hero-shell) .site-header.scrolled,
body:has(.seluz-hero-shell) .site-header.header-visible {
  color: #003264;
}

body:has(.seluz-hero-shell) .site-header.scrolled .brand-logo,
body:has(.seluz-hero-shell) .site-header.header-visible .brand-logo {
  filter: brightness(0) saturate(100%) invert(16%) sepia(79%) saturate(1623%) hue-rotate(184deg) brightness(86%) contrast(101%);
}

body:has(.seluz-hero-shell) .site-header.scrolled .header-main-nav-link,
body:has(.seluz-hero-shell) .site-header.scrolled .header-menu-word,
body:has(.seluz-hero-shell) .site-header.scrolled .hamburger,
body:has(.seluz-hero-shell) .site-header.scrolled .hamburger span,
body:has(.seluz-hero-shell) .site-header.header-visible .header-main-nav-link,
body:has(.seluz-hero-shell) .site-header.header-visible .header-menu-word,
body:has(.seluz-hero-shell) .site-header.header-visible .hamburger,
body:has(.seluz-hero-shell) .site-header.header-visible .hamburger span {
  color: #003264 !important;
}

body:has(.seluz-hero-shell) .site-header.scrolled .hamburger span,
body:has(.seluz-hero-shell) .site-header.header-visible .hamburger span {
  background: #003264 !important;
}

body:has(.seluz-hero-shell) .site-header.scrolled .header-main-nav-link:hover,
body:has(.seluz-hero-shell) .site-header.scrolled .header-main-nav-link:focus-visible,
body:has(.seluz-hero-shell) .site-header.scrolled .header-main-nav-link.is-current,
body:has(.seluz-hero-shell) .site-header.header-visible .header-main-nav-link:hover,
body:has(.seluz-hero-shell) .site-header.header-visible .header-main-nav-link:focus-visible,
body:has(.seluz-hero-shell) .site-header.header-visible .header-main-nav-link.is-current {
  color: #fff !important;
}

body:has(.seluz-hero-shell) .site-header.scrolled .header-inner,
body:has(.seluz-hero-shell) .site-header.header-visible .header-inner {
  background: rgba(255, 245, 225, 0.96) !important;
}

body:has(.seluz-hero-shell) .site-header.scrolled .header-main-nav-link:not(:hover):not(:focus-visible):not(.is-current),
body:has(.seluz-hero-shell) .site-header.header-visible .header-main-nav-link:not(:hover):not(:focus-visible):not(.is-current) {
  color: #003264 !important;
}
