@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap");

/* ════════════════════════════════════════════════════════════════
   Priva8 — storefront-style marketing site
   Original CSS. Token-driven so colours can be swapped in one place.
   NOTE: palette is intentionally NEUTRAL for now (colour pass comes
   later). To re-theme, edit only the "COLOUR TOKENS" block below.
   ════════════════════════════════════════════════════════════════ */

/* ---- reset ---- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%
}

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

button {
  font: inherit;
  cursor: pointer;
  border: none;
  background: none;
  color: inherit
}

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

ul,
ol {
  list-style: none
}

input {
  font: inherit
}

:root {
  /* ── COLOUR TOKENS · Priva8 "Member blue" ────────────────── */
  --bg: #f3f6fc;
  --surface: #ffffff;
  --surface-2: #e8eef9;
  --tint: #f4f7fd;
  --ink: #0b1733;
  --muted: #5a6580;
  --faint: #97a1b8;
  --line: #e2e8f4;
  --line-strong: #cfd8ea;
  --accent: #0957ff;
  /* member blue */
  --accent-ink: #ffffff;
  /* text/icon on accent */
  --accent-soft: #e8f0ff;
  --dark: #0c1326;
  /* dark sections / footer */
  --dark-ink: #eef3fb;
  --dark-muted: #9aa6bd;
  --star: #f2b430;
  /* rating stars (gold) */
  --hot: #b4453a;
  /* "hot/new" tag */

  /* ── SCALE TOKENS ────────────────────────────────────────── */
  --maxw: 1240px;
  --gut: 24px;
  --r-sm: 8px;
  --r: 14px;
  --r-lg: 20px;
  --r-pill: 999px;
  --sh-1: 0 1px 2px rgba(20, 20, 30, .05), 0 6px 18px rgba(20, 20, 30, .06);
  --sh-2: 0 10px 30px rgba(20, 20, 30, .10);
  --sh-3: 0 24px 60px rgba(20, 20, 30, .16);
  --ease: cubic-bezier(.22, .61, .36, 1);
  --header-h: 64px;
  font-family: "Manrope", "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

body {
  background: var(--bg);
  color: var(--ink);
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.container {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gut)
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  z-index: 200;
  background: var(--ink);
  color: #fff;
  padding: 10px 16px;
  border-radius: 0 0 var(--r-sm) 0
}

.skip-link:focus {
  left: 0
}

/* ---- display type ---- */
.eyebrow {
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--muted)
}

.eyebrow--light {
  color: var(--dark-muted)
}

/* ════════════════ Buttons ════════════════ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  height: 48px;
  padding: 0 22px;
  border-radius: var(--r-sm);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .01em;
  transition: transform .15s var(--ease), background .2s, color .2s, box-shadow .2s;
  white-space: nowrap
}

.btn:active {
  transform: translateY(1px)
}

.btn--primary {
  background: var(--accent);
  color: var(--accent-ink);
  box-shadow: var(--sh-1)
}

.btn--primary:hover {
  box-shadow: var(--sh-2)
}

.btn--ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line-strong)
}

.btn--ghost:hover {
  background: var(--surface);
  border-color: var(--ink)
}

.btn--sm {
  height: 40px;
  padding: 0 16px;
  font-size: 13px
}

.iconbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: var(--r-pill);
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--ink);
  box-shadow: var(--sh-1);
  transition: transform .15s var(--ease), background .2s, color .2s
}

.iconbtn:hover {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink)
}

.iconbtn:active {
  transform: scale(.94)
}

.tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 2px 7px;
  border-radius: var(--r-pill);
  background: var(--accent-soft);
  color: var(--muted);
  vertical-align: middle;
  margin-left: 6px
}

.tag--hot {
  background: var(--hot);
  color: #fff
}

/* ════════════════ Promo bar ════════════════ */
.promobar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--ink);
  color: #fff;
  height: 38px;
  font-size: 12.5px;
  letter-spacing: .02em
}

.promobar__nav {
  width: 30px;
  height: 30px;
  border-radius: var(--r-pill);
  opacity: .7;
  font-size: 12px
}

.promobar__nav:hover {
  opacity: 1
}

.promobar__track {
  position: relative;
  width: min(560px, 72vw);
  height: 38px;
  overflow: hidden
}

.promobar__item {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .4s, transform .4s
}

.promobar__item.is-active {
  opacity: 1;
  transform: none
}

/* ════════════════ Header ════════════════ */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 1px 0 rgba(0, 0, 0, .02);
  transition: box-shadow .25s
}

.header.is-stuck {
  box-shadow: var(--sh-1)
}

.header__inner {
  display: flex;
  align-items: center;
  gap: 18px;
  height: var(--header-h)
}

.header__burger {
  display: none
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px
}

.brand__mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--accent);
  color: var(--accent-ink);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .02em
}

.brand__name {
  font-weight: 800;
  letter-spacing: .22em;
  font-size: 16px
}

.brand--light .brand__name {
  color: var(--dark-ink)
}

.search {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 46px;
  max-width: 560px;
  background: var(--tint);
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  padding: 0 6px 0 16px;
  transition: border-color .2s, box-shadow .2s
}

.search:focus-within {
  border-color: var(--ink);
  box-shadow: var(--sh-1);
  background: var(--surface)
}

.search__icon {
  color: var(--faint);
  font-size: 14px
}

.search__input {
  flex: 1;
  border: none;
  background: none;
  outline: none;
  color: var(--ink);
  font-size: 14px
}

.search__input::placeholder {
  color: var(--faint)
}

.search__submit {
  height: 34px;
  padding: 0 16px;
  border-radius: var(--r-pill);
  background: var(--accent);
  color: var(--accent-ink);
  font-weight: 700;
  font-size: 13px
}

.header__utils {
  display: flex;
  align-items: center;
  gap: 6px
}

.util {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 42px;
  padding: 0 12px;
  border-radius: var(--r-pill);
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
  transition: background .2s
}

.util:hover {
  background: var(--surface-2)
}

.util__caret {
  font-size: 10px;
  color: var(--faint)
}

.util--cart {
  position: relative
}

.util__badge {
  position: absolute;
  top: 4px;
  right: 4px;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  border-radius: var(--r-pill);
  background: var(--accent);
  color: var(--accent-ink);
  font-size: 10px;
  font-weight: 800;
  display: grid;
  place-items: center
}

/* ---- nav + mega ---- */
.nav {
  border-top: 1px solid var(--line);
  background: var(--surface)
}

.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px
}

.nav__list {
  display: flex;
  align-items: center;
  gap: 4px
}

.nav__item {
  position: static
}

.nav__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 48px;
  padding: 0 14px;
  font-weight: 600;
  font-size: 14px;
  color: var(--ink);
  position: relative
}

.nav__link i {
  font-size: 11px;
  color: var(--faint)
}

.nav__link::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 6px;
  height: 2px;
  background: var(--ink);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s var(--ease)
}

.nav__item:hover .nav__link::after,
.nav__link:focus-visible::after {
  transform: scaleX(1)
}

.nav__phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted)
}

.nav__phone i {
  color: var(--ink)
}

.mega {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: var(--surface);
  border-top: 1px solid var(--line);
  box-shadow: var(--sh-2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: .22s var(--ease);
  z-index: 90
}

.has-mega:hover .mega,
.has-mega:focus-within .mega {
  opacity: 1;
  visibility: visible;
  transform: none
}

.mega__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr) 1.4fr;
  gap: 28px;
  padding: 28px var(--gut)
}

.mega__head {
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--faint);
  font-weight: 700;
  margin-bottom: 12px
}

.mega__col a {
  display: block;
  padding: 7px 0;
  font-size: 14px;
  color: var(--muted);
  font-weight: 500;
  transition: color .15s, padding .15s
}

.mega__col a:hover {
  color: var(--ink);
  padding-left: 4px
}

.mega__feature {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 6px;
  border-radius: var(--r);
  padding: 22px;
  background: var(--tint);
  border: 1px solid var(--line)
}

.mega__feature-eyebrow {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700
}

.mega__feature-title {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2
}

.mega__feature-cta {
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px
}

/* ════════════════ Mobile drawer ════════════════ */
.drawer {
  position: fixed;
  inset: 0;
  z-index: 160;
  visibility: hidden;
  pointer-events: none
}

.drawer.is-open {
  visibility: visible;
  pointer-events: auto
}

.drawer__scrim {
  position: absolute;
  inset: 0;
  background: rgba(15, 15, 20, .45);
  opacity: 0;
  transition: opacity .3s
}

.drawer.is-open .drawer__scrim {
  opacity: 1
}

.drawer__panel {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: min(86vw, 360px);
  background: var(--surface);
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transform: translateX(-100%);
  transition: transform .3s var(--ease);
  box-shadow: var(--sh-3)
}

.drawer.is-open .drawer__panel {
  transform: none
}

.drawer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line)
}

.drawer__nav {
  display: flex;
  flex-direction: column;
  padding: 8px 0
}

.drawer__nav a {
  padding: 14px 6px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid var(--line)
}

.drawer__cta {
  margin-top: auto
}

/* ════════════════ Hero ════════════════ */
.hero {
  position: relative;
  overflow: hidden
}

.hero__track {
  display: flex;
  transition: transform .6s var(--ease)
}

.hero__slide {
  position: relative;
  flex: 0 0 100%;
  min-height: clamp(420px, 56vw, 620px);
  display: flex;
  align-items: center;
  background-image: linear-gradient(90deg, rgba(15, 15, 20, .62), rgba(15, 15, 20, .18)), var(--img);
  background-size: cover;
  background-position: center
}

.hero__content {
  color: #fff;
  max-width: 620px
}

.hero__eyebrow {
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 700;
  opacity: .9;
  margin-bottom: 14px
}

.hero__title {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.05;
  letter-spacing: -.01em
}

.hero__text {
  margin: 16px 0 26px;
  font-size: clamp(15px, 1.5vw, 18px);
  max-width: 480px;
  color: rgba(255, 255, 255, .88)
}

.hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}

.hero .btn--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, .5)
}

.hero .btn--ghost:hover {
  background: rgba(255, 255, 255, .12);
  border-color: #fff
}

.hero__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, .9);
  color: var(--ink);
  display: grid;
  place-items: center;
  box-shadow: var(--sh-1);
  transition: background .2s, transform .15s
}

.hero__arrow:hover {
  background: #fff
}

.hero__arrow:active {
  transform: translateY(-50%) scale(.92)
}

.hero__arrow--prev {
  left: 18px
}

.hero__arrow--next {
  right: 18px
}

.hero__dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  display: flex;
  justify-content: center;
  gap: 8px
}

.hero__dots button {
  width: 9px;
  height: 9px;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, .5)
}

.hero__dots button.is-active {
  background: #fff;
  width: 26px
}

/* ════════════════ Trust strip ════════════════ */
.trust {
  border-bottom: 1px solid var(--line);
  background: var(--surface)
}

.trust__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 22px var(--gut)
}

.trust__item {
  display: flex;
  align-items: center;
  gap: 14px
}

.trust__item i {
  font-size: 22px;
  color: var(--ink)
}

.trust__item strong {
  display: block;
  font-size: 14px
}

.trust__item span {
  font-size: 12.5px;
  color: var(--muted)
}

/* ════════════════ Section scaffolding ════════════════ */
.section {
  padding: clamp(46px, 6vw, 84px) 0
}

.section--tint {
  background: var(--tint)
}

.section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px
}

.section__head--center {
  justify-content: center;
  text-align: center
}

.section__title {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: clamp(26px, 3.4vw, 40px);
  line-height: 1.1;
  margin-top: 6px
}

.section__link {
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap
}

.section__link:hover {
  color: var(--muted)
}

/* ════════════════ Feature tiles ════════════════ */
.feature-tiles {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px
}

.tile {
  position: relative;
  min-height: 300px;
  border-radius: var(--r);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background-image: linear-gradient(180deg, rgba(15, 15, 20, 0) 35%, rgba(15, 15, 20, .78)), var(--img);
  background-size: cover;
  background-position: center;
  color: #fff;
  transition: transform .3s var(--ease), box-shadow .3s
}

.tile:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-2)
}

.tile__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 3px
}

.tile__kicker {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
  opacity: .85
}

.tile__title {
  font-family: "Playfair Display", serif;
  font-size: 26px;
  font-weight: 600
}

.tile__cta {
  font-size: 13px;
  opacity: .85
}

/* ---- category grid ---- */
.catgrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px
}

.catcard {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border-radius: var(--r);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--sh-1);
  transition: transform .2s var(--ease), box-shadow .2s, border-color .2s
}

.catcard:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-2);
  border-color: var(--line-strong)
}

.catcard__icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--accent-soft);
  color: var(--ink);
  font-size: 18px;
  flex: none
}

.catcard__name {
  font-weight: 700;
  font-size: 14px
}

.catcard__count {
  font-size: 12px;
  color: var(--muted)
}

/* ════════════════ Carousel + specialist card ════════════════ */
.carousel__nav {
  display: flex;
  gap: 8px
}

.carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(248px, 1fr);
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 8px;
  scrollbar-width: none
}

.carousel::-webkit-scrollbar {
  display: none
}

@media(min-width:900px) {
  .carousel {
    grid-auto-columns: calc((100% - 3*16px)/4)
  }
}

.scard {
  scroll-snap-align: start;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--sh-1);
  display: flex;
  flex-direction: column;
  transition: transform .25s var(--ease), box-shadow .25s, border-color .25s
}

.scard:hover {
  transform: translateY(-5px);
  box-shadow: var(--sh-2);
  border-color: var(--line-strong)
}

.scard__media {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: var(--surface-2)
}

.scard__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s var(--ease)
}

.scard:hover .scard__media img {
  transform: scale(1.05)
}

.scard__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 9px;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, .92);
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  box-shadow: var(--sh-1)
}

.scard__fav {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, .92);
  display: grid;
  place-items: center;
  color: var(--ink);
  box-shadow: var(--sh-1);
  transition: color .2s, transform .15s
}

.scard__fav:hover {
  color: var(--hot)
}

.scard__fav:active {
  transform: scale(.9)
}

.scard__actions {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: flex;
  gap: 8px;
  opacity: 0;
  transform: translateY(8px);
  transition: .25s var(--ease)
}

.scard:hover .scard__actions {
  opacity: 1;
  transform: none
}

.scard__action {
  flex: 1;
  height: 38px;
  border-radius: var(--r-sm);
  background: rgba(255, 255, 255, .95);
  color: var(--ink);
  font-size: 12.5px;
  font-weight: 700;
  box-shadow: var(--sh-1)
}

.scard__action--primary {
  background: var(--accent);
  color: var(--accent-ink)
}

.scard__body {
  padding: 14px 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1
}

.scard__role {
  font-size: 11.5px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700
}

.scard__name {
  font-weight: 700;
  font-size: 15.5px
}

.scard__spec {
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.scard__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
  color: var(--muted);
  margin-top: 2px
}

.scard__rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 700;
  color: var(--ink)
}

.scard__rating i {
  color: var(--star);
  font-size: 12px
}

.scard__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 2px
}

.chip {
  font-size: 10.5px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: var(--r-pill);
  background: var(--accent-soft);
  color: var(--muted)
}

.scard__foot {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 8px
}

.scard__price {
  font-weight: 800;
  font-size: 18px
}

.scard__price small {
  font-weight: 600;
  font-size: 12px;
  color: var(--muted)
}

.scard__from {
  font-size: 11px;
  color: var(--faint)
}

/* ════════════════ Promo band ════════════════ */
.promo {
  position: relative;
  min-height: clamp(320px, 40vw, 440px);
  display: flex;
  align-items: center;
  background-image: linear-gradient(90deg, rgba(15, 15, 20, .7), rgba(15, 15, 20, .25)), var(--img);
  background-size: cover;
  background-position: center;
  color: #fff
}

.promo__content {
  max-width: 560px
}

.promo__eyebrow {
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 700;
  opacity: .9
}

.promo__title {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: clamp(26px, 3.6vw, 44px);
  line-height: 1.08;
  margin: 12px 0 14px
}

.promo__text {
  font-size: 16px;
  color: rgba(255, 255, 255, .86);
  margin-bottom: 22px
}

/* ════════════════ Membership tiers ════════════════ */
.tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}

.tier {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: var(--sh-1)
}

.tier--featured {
  border-color: var(--ink);
  box-shadow: var(--sh-2);
  transform: translateY(-6px)
}

.tier__flag {
  position: absolute;
  top: -12px;
  left: 24px;
  background: var(--accent);
  color: var(--accent-ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  padding: 5px 12px;
  border-radius: var(--r-pill)
}

.tier__name {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .02em
}

.tier__price {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1
}

.tier__price span {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 600;
  color: var(--muted)
}

.tier__tagline {
  font-size: 13.5px;
  color: var(--muted);
  min-height: 38px
}

.tier__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 8px 0 18px;
  flex: 1
}

.tier__list li {
  position: relative;
  padding-left: 24px;
  font-size: 13.5px
}

.tier__list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 11px;
  color: var(--ink)
}

/* ════════════════ Steps ════════════════ */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  counter-reset: s
}

.step {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px 20px;
  box-shadow: var(--sh-1)
}

.step__num {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: var(--r-pill);
  background: var(--accent);
  color: var(--accent-ink);
  font-weight: 800;
  margin-bottom: 14px
}

.step h3 {
  font-size: 16px;
  margin-bottom: 6px
}

.step p {
  font-size: 13.5px;
  color: var(--muted)
}

/* ════════════════ Safety band ════════════════ */
.safety {
  background: var(--dark);
  color: var(--dark-ink);
  padding: clamp(46px, 6vw, 84px) 0
}

.safety__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center
}

.safety__title {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: clamp(26px, 3.4vw, 40px);
  line-height: 1.1;
  margin: 8px 0 14px
}

.safety__text {
  color: var(--dark-muted);
  max-width: 520px;
  margin-bottom: 20px
}

.safety__list {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.safety__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14.5px
}

.safety__list i {
  width: 20px;
  color: var(--dark-ink)
}

.safety__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px
}

.statcard {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--r);
  padding: 22px 16px;
  text-align: center
}

.statcard__val {
  font-family: "Playfair Display", serif;
  font-size: 34px;
  font-weight: 600
}

.statcard__lbl {
  font-size: 12px;
  color: var(--dark-muted);
  margin-top: 4px
}

/* ════════════════ Join (specialists) ════════════════ */
.join__inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  align-items: center
}

.join__text {
  color: var(--muted);
  max-width: 460px;
  margin: 12px 0 22px
}

.join__points {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.join__points li {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 16px 18px;
  font-weight: 600;
  box-shadow: var(--sh-1)
}

.join__points i {
  width: 22px;
  color: var(--ink)
}

/* ════════════════ Newsletter ════════════════ */
.newsletter {
  background: var(--accent-soft);
  padding: clamp(36px, 4vw, 56px) 0
}

.newsletter__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap
}

.newsletter__title {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 600
}

.newsletter__text {
  color: var(--muted);
  margin-top: 4px
}

.newsletter__form {
  display: flex;
  gap: 10px;
  flex: 1;
  min-width: 280px;
  max-width: 460px
}

.newsletter__form input {
  flex: 1;
  height: 48px;
  padding: 0 16px;
  border-radius: var(--r-sm);
  border: 1px solid var(--line-strong);
  background: var(--surface);
  outline: none
}

.newsletter__form input:focus {
  border-color: var(--ink)
}

/* ════════════════ Footer ════════════════ */
.footer {
  background: var(--dark);
  color: var(--dark-muted)
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.6fr repeat(4, 1fr);
  gap: 32px;
  padding: 56px var(--gut) 40px
}

.footer__tag {
  font-size: 13.5px;
  margin: 14px 0 18px;
  max-width: 300px;
  line-height: 1.6
}

.footer__apps {
  display: flex;
  gap: 10px;
  flex-wrap: wrap
}

.store {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--r-sm);
  color: var(--dark-ink)
}

.store i {
  font-size: 22px
}

.store span {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  font-size: 14px;
  font-weight: 700
}

.store small {
  font-size: 10px;
  font-weight: 500;
  color: var(--dark-muted)
}

.footer__head {
  color: var(--dark-ink);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .04em;
  margin-bottom: 14px
}

.footer__col a {
  display: block;
  padding: 6px 0;
  font-size: 13.5px;
  transition: color .15s
}

.footer__col a:hover {
  color: var(--dark-ink)
}

.footer__bar {
  border-top: 1px solid rgba(255, 255, 255, .1)
}

.footer__bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px var(--gut);
  font-size: 12.5px;
  flex-wrap: wrap
}

.footer__social {
  display: flex;
  gap: 10px
}

.footer__social a {
  width: 34px;
  height: 34px;
  border-radius: var(--r-pill);
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .18);
  color: var(--dark-ink);
  transition: background .2s
}

.footer__social a:hover {
  background: rgba(255, 255, 255, .12)
}

.footer__pay {
  display: inline-flex;
  align-items: center;
  gap: 8px
}

/* ════════════════ Back-to-top + modal ════════════════ */
.totop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 46px;
  height: 46px;
  border-radius: var(--r-pill);
  background: var(--ink);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: var(--sh-2);
  z-index: 120;
  opacity: 0;
  transform: translateY(12px) scale(.9);
  pointer-events: none;
  transition: .25s var(--ease)
}

.totop.is-show {
  opacity: 1;
  transform: none;
  pointer-events: auto
}

.totop:hover {
  background: var(--accent)
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 180;
  display: grid;
  place-items: center;
  padding: 20px;
  visibility: hidden;
  pointer-events: none
}

.modal.is-open {
  visibility: visible;
  pointer-events: auto
}

.modal__scrim {
  position: absolute;
  inset: 0;
  background: rgba(15, 15, 20, .5);
  opacity: 0;
  transition: opacity .25s
}

.modal.is-open .modal__scrim {
  opacity: 1
}

.modal__card {
  position: relative;
  width: min(680px, 100%);
  max-height: 90vh;
  overflow: auto;
  background: var(--surface);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-3);
  transform: translateY(14px) scale(.98);
  opacity: 0;
  transition: .28s var(--ease)
}

.modal.is-open .modal__card {
  transform: none;
  opacity: 1
}

.qv {
  display: grid;
  grid-template-columns: 1fr 1fr
}

.qv__media {
  aspect-ratio: 1;
  background: var(--surface-2)
}

.qv__media img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.qv__body {
  padding: 26px
}

.qv__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, .9);
  display: grid;
  place-items: center;
  box-shadow: var(--sh-1);
  z-index: 2
}

.qv__role {
  font-size: 11.5px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700
}

.qv__name {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 600;
  margin: 4px 0
}

.qv__rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  margin-bottom: 12px
}

.qv__rating i {
  color: var(--star)
}

.qv__bio {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px
}

.qv__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 16px 0;
  padding-top: 16px;
  border-top: 1px solid var(--line)
}

.qv__price {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-weight: 600
}

.qv__price small {
  font-family: "Inter";
  font-size: 13px;
  color: var(--muted)
}

/* ════════════════ Responsive ════════════════ */
@media(max-width:1080px) {
  .footer__grid {
    grid-template-columns: 1fr 1fr 1fr
  }

  .footer__brand {
    grid-column: 1/-1
  }
}

@media(max-width:900px) {

  .nav,
  .nav__phone {
    display: none
  }

  .header__burger {
    display: inline-flex
  }

  .feature-tiles {
    grid-template-columns: 1fr 1fr
  }

  .tile--lg {
    grid-column: 1/-1
  }

  .catgrid {
    grid-template-columns: repeat(3, 1fr)
  }

  .tiers {
    grid-template-columns: 1fr
  }

  .tier--featured {
    transform: none
  }

  .steps {
    grid-template-columns: 1fr 1fr
  }

  .safety__grid,
  .join__inner {
    grid-template-columns: 1fr
  }

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

@media(max-width:680px) {
  .search {
    display: none
  }

  .util--hide-sm {
    display: none
  }

  .header__inner {
    gap: 10px
  }

  .feature-tiles {
    grid-template-columns: 1fr
  }

  .catgrid {
    grid-template-columns: 1fr 1fr
  }

  .footer__grid {
    grid-template-columns: 1fr 1fr
  }

  .qv {
    grid-template-columns: 1fr
  }

  .qv__media {
    aspect-ratio: 16/10
  }

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

@media(max-width:420px) {
  .catgrid {
    grid-template-columns: 1fr
  }

  .footer__grid {
    grid-template-columns: 1fr
  }
}

/* ════════════════════════════════════════════════════════════════
   PREMIUM PASS — depth, editorial type, motion, signature detail.
   Colour stays neutral; the "expensive" feel comes from craft.
   ════════════════════════════════════════════════════════════════ */

/* Refined, layered elevation (ambient + key light, one direction) */
:root {
  --sh-1: 0 1px 1px rgba(18, 18, 28, .04), 0 10px 24px -14px rgba(18, 18, 28, .20);
  --sh-2: 0 2px 6px rgba(18, 18, 28, .05), 0 26px 56px -22px rgba(18, 18, 28, .30);
  --sh-3: 0 50px 100px -34px rgba(18, 18, 28, .46);
}

/* Fine film grain over everything for tactile richness */
.grain {
  position: fixed;
  inset: 0;
  z-index: 300;
  pointer-events: none;
  opacity: .04;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")
}

/* Top scroll-progress hairline */
.scrollbar {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 0;
  z-index: 400;
  background: linear-gradient(90deg, var(--accent), var(--ink));
  transition: width .12s linear
}

/* Scroll-reveal motion */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s var(--ease), transform .8s var(--ease)
}

.reveal.is-in {
  opacity: 1;
  transform: none
}

/* Editorial section index (01 — with a leading rule) */
.section__head {
  position: relative
}

.section__index {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Playfair Display", serif;
  font-size: 13px;
  letter-spacing: .16em;
  color: var(--faint);
  margin-bottom: 10px
}

.section__index::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--line-strong)
}

.section__head--center .section__index {
  justify-content: center
}

/* Eyebrows get a small leading tick for an editorial signature */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px
}

.eyebrow::before {
  content: "";
  width: 18px;
  height: 1px;
  background: currentColor;
  opacity: .5
}

.section__head--center .eyebrow {
  justify-content: center
}

/* ── Hero: editorial weight + cinematic motion ── */
.hero__slide {
  background-image:
    linear-gradient(90deg, rgba(13, 13, 18, .74), rgba(13, 13, 18, .30) 55%, rgba(13, 13, 18, .12)), var(--img);
  animation: heroDrift 18s ease-in-out infinite alternate
}

@keyframes heroDrift {
  from {
    background-size: 112%
  }

  to {
    background-size: 122%
  }
}

.hero__title {
  letter-spacing: -.02em
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px
}

.hero__eyebrow::before {
  content: "";
  width: 30px;
  height: 1px;
  background: currentColor;
  opacity: .7
}

.hero__meta {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  display: flex;
  gap: 26px;
  padding-top: 18px;
  color: rgba(255, 255, 255, .74);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 600
}

.hero__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px
}

.hero__meta-item i {
  font-size: 8px;
  opacity: .8
}

.hero__meta-item:not(:first-child) {
  padding-left: 26px;
  border-left: 1px solid rgba(255, 255, 255, .22)
}

/* entrance choreography for the active slide's copy */
.hero__content>* {
  opacity: 0;
  transform: translateY(20px);
  animation: heroRise .9s var(--ease) forwards
}

.hero__content>*:nth-child(1) {
  animation-delay: .10s
}

.hero__content>*:nth-child(2) {
  animation-delay: .20s
}

.hero__content>*:nth-child(3) {
  animation-delay: .30s
}

.hero__content>*:nth-child(4) {
  animation-delay: .42s
}

@keyframes heroRise {
  to {
    opacity: 1;
    transform: none
  }
}

.hero__cue {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .8);
  font-size: 10px;
  letter-spacing: .24em;
  text-transform: uppercase
}

.hero__cue-line {
  width: 1px;
  height: 42px;
  background: linear-gradient(rgba(255, 255, 255, .7), transparent);
  position: relative;
  overflow: hidden
}

.hero__cue-line::after {
  content: "";
  position: absolute;
  left: 0;
  top: -50%;
  width: 1px;
  height: 50%;
  background: #fff;
  animation: cue 2s var(--ease) infinite
}

@keyframes cue {
  0% {
    top: -50%
  }

  60%,
  100% {
    top: 100%
  }
}

.hero__meta,
.hero__dots {
  pointer-events: none
}

.hero__dots button {
  pointer-events: auto
}

/* Hover lift on the hero arrows + premium glass */
.hero__arrow {
  backdrop-filter: blur(6px);
  background: rgba(255, 255, 255, .82)
}

/* ── Header: glass when stuck ── */
.header.is-stuck {
  background: rgba(255, 255, 255, .82);
  backdrop-filter: saturate(160%) blur(14px)
}

/* ── Trust marquee ── */
.marquee {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface)
}

.marquee__track {
  display: flex;
  align-items: center;
  gap: 46px;
  width: max-content;
  padding: 16px 0;
  animation: marquee 42s linear infinite
}

.marquee:hover .marquee__track {
  animation-play-state: paused
}

.marquee__item {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  white-space: nowrap;
  font-family: "Playfair Display", serif;
  font-size: clamp(16px, 1.8vw, 20px);
  color: var(--muted)
}

.marquee__item i {
  font-size: 6px;
  color: var(--accent)
}

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

/* ── Manifesto band ── */
.manifesto {
  padding: clamp(56px, 8vw, 120px) 0;
  background: var(--tint);
  border-bottom: 1px solid var(--line)
}

.manifesto__text {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: clamp(26px, 4.4vw, 52px);
  line-height: 1.22;
  letter-spacing: -.01em;
  max-width: 18ch;
  margin-top: 18px
}

.manifesto__text {
  max-width: none
}

.manifesto em {
  font-style: italic;
  color: var(--ink)
}

/* ── Editorial: tabular numerals where figures align ── */
.scard__price,
.tier__price,
.statcard__val,
.qv__price {
  font-variant-numeric: tabular-nums
}

/* ── Cards: a touch more cinema on hover ── */
.scard__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 13, 18, 0) 60%, rgba(13, 13, 18, .28));
  opacity: 0;
  transition: opacity .3s
}

.scard:hover .scard__media::after {
  opacity: 1
}

/* ── Buttons: subtle sheen sweep on hover ── */
.btn--primary {
  position: relative;
  overflow: hidden
}

.btn--primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .28), transparent);
  transform: skewX(-18deg);
  transition: left .6s var(--ease)
}

.btn--primary:hover::after {
  left: 140%
}

/* ── Stat counters ── */
.statcard__val {
  transition: none
}

/* ── Reduced motion: disable all the flourish ── */
@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important
  }

  .reveal {
    opacity: 1 !important;
    transform: none !important
  }

  .hero__slide {
    background-size: cover !important
  }

  .marquee__track {
    animation: none !important
  }
}

@media(max-width:680px) {
  .hero__meta {
    gap: 14px;
    font-size: 10px
  }

  .hero__meta-item:not(:first-child) {
    padding-left: 14px
  }

  .hero__cue {
    display: none
  }
}

/* ════════════════ Premium header refinement + concierge chat ════════════════ */
:root {
  --header-h: 68px
}

.promobar {
  display: none
}

.header {
  background: rgba(255, 255, 255, .92);
  backdrop-filter: saturate(140%) blur(10px);
  transition: background .28s var(--ease), box-shadow .28s var(--ease), border-color .28s var(--ease)
}

.header.is-stuck {
  background: rgba(255, 255, 255, .84);
  backdrop-filter: saturate(170%) blur(16px);
  border-bottom-color: rgba(226, 232, 244, .72)
}

.header__inner {
  height: var(--header-h);
  transition: height .3s var(--ease), gap .3s var(--ease)
}

.header.is-stuck .header__inner {
  height: 58px
}

.brand__mark {
  transition: width .3s var(--ease), height .3s var(--ease), border-radius .3s var(--ease), transform .3s var(--ease)
}

.header.is-stuck .brand__mark {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  transform: translateY(-1px)
}

.brand__name {
  transition: letter-spacing .3s var(--ease), opacity .3s var(--ease)
}

.header.is-stuck .brand__name {
  letter-spacing: .2em
}

.header__utils {
  gap: 8px
}

.util {
  height: 38px;
  border: 1px solid transparent;
  flex: none;
  white-space: nowrap;
  transition: background .22s var(--ease), border-color .22s var(--ease), color .22s var(--ease), transform .22s var(--ease)
}

.util:hover {
  background: rgba(232, 238, 249, .7);
  border-color: var(--line)
}

.header__join {
  box-shadow: 0 14px 28px -18px rgba(9, 87, 255, .8)
}

.search--compact {
  flex: 0 0 auto;
  width: 44px;
  max-width: 44px;
  height: 42px;
  padding: 0 14px;
  overflow: hidden;
  gap: 9px;
  background: rgba(244, 247, 253, .72);
  transition: width .36s var(--ease), max-width .36s var(--ease), padding .36s var(--ease), background .22s var(--ease), border-color .22s var(--ease), box-shadow .22s var(--ease)
}

.header.is-stuck .search--compact {
  height: 38px
}

.search--compact.is-open,
.search--compact:focus-within {
  width: min(332px, 32vw);
  max-width: min(332px, 32vw);
  padding: 0 6px 0 15px;
  background: var(--surface)
}

.search--compact .search__icon {
  flex: none
}

.search--compact .search__input {
  flex: 0 1 auto;
  width: 0;
  min-width: 0;
  opacity: 0;
  pointer-events: none;
  transition: width .36s var(--ease), opacity .18s var(--ease)
}

.search--compact.is-open .search__input,
.search--compact:focus-within .search__input {
  width: 188px;
  opacity: 1;
  pointer-events: auto
}

.search--compact .search__submit {
  width: 0;
  height: 32px;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  display: grid;
  place-items: center;
  transition: width .28s var(--ease), opacity .2s var(--ease), background .2s var(--ease)
}

.search--compact.is-open .search__submit,
.search--compact:focus-within .search__submit {
  width: 34px;
  opacity: 1
}

.search--compact .search__submit {
  font-size: 0
}

.search--compact .search__submit::before {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px
}

.nav {
  border-top: 0;
  background: rgba(255, 255, 255, .72)
}

.nav__inner {
  height: 42px;
  justify-content: center;
  transition: height .3s var(--ease)
}

.header.is-stuck .nav__inner {
  height: 38px
}

.nav__list {
  gap: clamp(18px, 3vw, 34px);
  margin-inline: auto
}

.nav__item {
  position: relative
}

.nav__link {
  height: 42px;
  padding: 0 2px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .01em;
  transition: color .22s var(--ease), opacity .22s var(--ease)
}

.header.is-stuck .nav__link {
  height: 38px
}

.nav__link:hover,
.nav__link.is-active {
  color: var(--ink)
}

.nav__link::after {
  left: 50%;
  right: auto;
  width: 100%;
  bottom: 4px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--ink), transparent);
  transform: translateX(-50%) scaleX(0);
  transform-origin: center
}

.nav__item:hover .nav__link::after,
.nav__link:focus-visible::after,
.nav__link.is-active::after {
  transform: translateX(-50%) scaleX(1)
}

.nav__phone {
  display: none
}

.mega {
  transform: translateY(10px) scale(.985);
  transition: opacity .28s var(--ease), transform .28s var(--ease), visibility .28s var(--ease)
}

.has-mega:hover .mega,
.has-mega:focus-within .mega {
  transform: translateY(0) scale(1)
}

.chatbot {
  position: fixed;
  right: 22px;
  bottom: 86px;
  z-index: 520;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  pointer-events: none
}

.chatbot__toggle {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 48px;
  padding: 0 16px;
  border-radius: var(--r-pill);
  background: var(--ink);
  color: #fff;
  box-shadow: 0 18px 44px -20px rgba(11, 23, 51, .62);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .01em;
  transition: transform .24s var(--ease), background .24s var(--ease), box-shadow .24s var(--ease)
}

.chatbot__toggle:hover,
.chatbot.is-open .chatbot__toggle {
  background: var(--accent);
  transform: translateY(-2px);
  box-shadow: 0 20px 48px -18px rgba(9, 87, 255, .62)
}

.chatbot__pulse {
  width: 8px;
  height: 8px;
  border-radius: var(--r-pill);
  background: #fff;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, .55);
  animation: chatPulse 2.6s var(--ease) infinite
}

@keyframes chatPulse {
  60% {
    box-shadow: 0 0 0 9px rgba(255, 255, 255, 0)
  }
}

.chatbot__panel {
  pointer-events: auto;
  position: absolute;
  right: 0;
  bottom: 62px;
  width: min(382px, calc(100vw - 32px));
  height: min(620px, calc(100vh - 128px));
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(207, 216, 234, .92);
  border-radius: 8px;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: saturate(150%) blur(16px);
  box-shadow: 0 34px 90px -38px rgba(11, 23, 51, .62);
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px) scale(.97);
  transform-origin: bottom right;
  transition: opacity .26s var(--ease), visibility .26s var(--ease), transform .26s var(--ease)
}

.chatbot.is-open .chatbot__panel {
  opacity: 1;
  visibility: visible;
  transform: none
}

.chatbot__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(244, 247, 253, .94), rgba(255, 255, 255, .94))
}

.chatbot__eyebrow {
  color: var(--faint);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase
}

.chatbot__head h2 {
  margin-top: 2px;
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1
}

.chatbot__close {
  flex: none
}

.chatbot__quick {
  display: flex;
  gap: 8px;
  padding: 12px 14px;
  overflow-x: auto;
  border-bottom: 1px solid var(--line)
}

.chatbot__quick button {
  flex: none;
  height: 30px;
  padding: 0 11px;
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  color: var(--muted);
  background: var(--surface);
  font-size: 12px;
  font-weight: 700;
  transition: color .2s, border-color .2s, background .2s
}

.chatbot__quick button:hover {
  color: var(--ink);
  border-color: var(--line-strong);
  background: var(--tint)
}

.chatbot__messages {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
  padding: 16px;
  background: linear-gradient(180deg, rgba(244, 247, 253, .46), rgba(255, 255, 255, .82))
}

.chatbot__meta {
  padding: 9px 14px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: rgba(244, 247, 253, .72);
  font-size: 11px;
  line-height: 1.35
}

.chatbot__msg {
  max-width: 86%;
  padding: 11px 12px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.5;
  box-shadow: 0 10px 24px -20px rgba(11, 23, 51, .4)
}

.chatbot__msg--bot {
  align-self: flex-start;
  background: var(--surface);
  border: 1px solid var(--line)
}

.chatbot__msg--user {
  align-self: flex-end;
  background: var(--ink);
  color: #fff
}

.chatbot__confidence {
  display: block;
  margin-top: 6px;
  color: var(--faint);
  font-size: 10.5px;
  font-weight: 800
}

.chatbot__msg--user .chatbot__confidence {
  color: rgba(255, 255, 255, .68)
}

.chatbot__links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 9px
}

.chatbot__links a {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 0 9px;
  border-radius: var(--r-pill);
  background: var(--accent-soft);
  color: var(--ink);
  font-size: 11.5px;
  font-weight: 800
}

.chatbot__handoff {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  margin-top: 9px;
  padding: 0 10px;
  border: 1px solid rgba(9, 87, 255, .24);
  border-radius: var(--r-pill);
  background: rgba(9, 87, 255, .08);
  color: var(--ink);
  font-size: 11.5px;
  font-weight: 900
}

.chatbot__form {
  display: grid;
  grid-template-columns: 1fr 38px;
  gap: 8px;
  padding: 14px;
  border-top: 1px solid var(--line);
  background: var(--surface)
}

.chatbot__form input {
  min-width: 0;
  height: 40px;
  border: 1px solid var(--line-strong);
  border-radius: var(--r-pill);
  outline: none;
  padding: 0 14px;
  color: var(--ink);
  background: var(--tint);
  font-size: 13px;
  transition: border-color .2s, background .2s, box-shadow .2s
}

.chatbot__form input:focus {
  border-color: var(--ink);
  background: var(--surface);
  box-shadow: var(--sh-1)
}

.chatbot__form button {
  width: 38px;
  height: 38px;
  border-radius: var(--r-pill);
  background: var(--accent);
  color: #fff;
  display: grid;
  place-items: center
}

@media(max-width:900px) {
  .nav,
  .nav__phone {
    display: none
  }
}

@media(max-width:680px) {
  .header__inner {
    height: 60px
  }

  .header.is-stuck .header__inner {
    height: 56px
  }

  .search--compact {
    display: none
  }

  .header__join {
    height: 36px;
    padding-inline: 13px;
    font-size: 13px
  }

  .chatbot {
    right: 16px;
    bottom: 78px
  }

  .chatbot__toggle {
    width: 48px;
    padding: 0;
    justify-content: center
  }

  .chatbot__toggle span:not(.chatbot__pulse) {
    display: none
  }

  .chatbot__panel {
    right: -2px;
    width: calc(100vw - 28px);
    height: min(560px, calc(100vh - 118px))
  }
}

@media(max-width:430px) {
  .header__utils .util:not(.header__join) {
    display: none
  }

  .brand__name {
    font-size: 14px;
    letter-spacing: .18em
  }
}

/* ════════════════ Homepage showcase header + video hero ════════════════ */
.header--showcase {
  background: #030303;
  color: #fff;
  border-bottom: 0;
  box-shadow: none;
  backdrop-filter: none
}

.header--showcase.is-stuck {
  background: rgba(3, 3, 3, .94);
  border-bottom: 0;
  box-shadow: 0 18px 42px -34px rgba(0, 0, 0, .85);
  backdrop-filter: saturate(140%) blur(12px)
}

.header--showcase .header__inner--showcase {
  max-width: none;
  height: 102px;
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.8vw, 42px)
}

.header--showcase.is-stuck .header__inner--showcase {
  height: 86px
}

.header--showcase .brand {
  color: #fff;
  flex: none
}

.header--showcase .brand__mark {
  width: 44px;
  height: 44px;
  border-radius: 4px;
  background: #fff;
  color: #000;
  box-shadow: none
}

.header--showcase.is-stuck .brand__mark {
  width: 40px;
  height: 40px;
  border-radius: 4px
}

.header--showcase .brand__name {
  color: #fff;
  font-size: 17px;
  letter-spacing: .26em
}

.header--showcase .nav--showcase {
  flex: 1;
  display: flex;
  justify-content: center;
  border: 0;
  background: transparent
}

.header--showcase .nav__list {
  gap: clamp(18px, 2.3vw, 38px);
  margin: 0
}

.header--showcase .nav__item {
  position: relative
}

.header--showcase .nav__link {
  height: 102px;
  padding: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
  white-space: nowrap
}

.header--showcase.is-stuck .nav__link {
  height: 86px
}

.header--showcase .nav__link:hover,
.header--showcase .nav__link.is-active {
  color: #fff
}

.header--showcase .nav__link::after {
  bottom: 25px;
  height: 2px;
  background: #8fb1ff
}

.header--showcase.is-stuck .nav__link::after {
  bottom: 18px
}

.nav__badge {
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 8px;
  border-radius: 2px;
  background: #0b63ff;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: none;
  letter-spacing: 0
}

.nav__badge::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #0b63ff;
  border-bottom: 0
}

.nav__badge--hot {
  background: #5f8fff
}

.nav__badge--hot::after {
  border-top-color: #5f8fff
}

.header--showcase .nav__link--accent {
  color: #9dbaff
}

.header--showcase .nav__link--accent:hover {
  color: #8fb1ff
}

.store-search {
  flex: 0 0 244px;
  height: 52px;
  display: flex;
  align-items: center;
  gap: 13px;
  border: 1px solid rgba(255, 255, 255, .68);
  background: #080808;
  padding: 0 18px;
  color: #fff;
  transition: border-color .2s, background .2s
}

.store-search:focus-within {
  border-color: #8fb1ff;
  background: #111
}

.store-search__icon {
  color: #fff;
  font-size: 18px
}

.store-search__input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font-weight: 700
}

.store-search__input::placeholder {
  color: rgba(255, 255, 255, .48)
}

.dealbar {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 16px var(--gut);
  background: #0b63ff;
  color: #020402;
  text-align: center;
  font-size: clamp(14px, 1.45vw, 24px);
  font-weight: 950;
  letter-spacing: .04em;
  line-height: 1.15;
  text-transform: uppercase
}

.hero--video {
  min-height: max(620px, calc(100vh - 174px));
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #05080a;
  color: #fff
}

.hero__video {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.hero__shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .78) 0%, rgba(0, 0, 0, .54) 38%, rgba(0, 0, 0, .16) 72%, rgba(0, 0, 0, .48) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .52))
}

.hero__showcase {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  min-height: inherit;
  padding-top: clamp(46px, 6vw, 96px);
  padding-bottom: clamp(52px, 7vw, 110px)
}

.hero__copy {
  max-width: min(860px, 62vw);
  margin-left: clamp(0px, 5vw, 96px)
}

.hero--video .hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, .9);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase
}

.hero--video .hero__eyebrow::before {
  content: "";
  width: 42px;
  height: 1px;
  background: #8fb1ff
}

.hero--video .hero__title {
  display: grid;
  gap: 6px;
  font-family: "Inter", system-ui, sans-serif;
  font-size: clamp(48px, 6.4vw, 112px);
  font-weight: 950;
  line-height: .95;
  letter-spacing: .015em;
  text-transform: uppercase;
  text-wrap: balance
}

.hero--video .hero__title span {
  display: block
}

.hero--video .hero__text {
  max-width: 520px;
  margin-top: 24px;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 700;
  line-height: 1.75
}

.hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 70px;
  margin-top: 34px;
  padding: 0 34px;
  background: #0b63ff;
  color: #061006;
  font-size: 17px;
  font-weight: 950;
  letter-spacing: .03em;
  text-transform: uppercase;
  transition: background .2s, transform .2s
}

.hero__cta:hover {
  background: #2978ff;
  transform: translateY(-2px)
}

.hero__rail {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: grid;
  box-shadow: 0 16px 38px -22px rgba(0, 0, 0, .8)
}

.hero__rail a {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .96);
  color: #111;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  transition: background .2s, color .2s
}

.hero__rail a:last-child {
  border-bottom: 0
}

.hero__rail a:hover {
  background: #0b63ff;
  color: #050505
}

@media(max-width:1180px) {
  .header--showcase .nav__list {
    gap: 18px
  }

  .header--showcase .nav__link {
    font-size: 13px
  }

  .store-search {
    flex-basis: 210px
  }
}

@media(max-width:980px) {
  .header--showcase .header__inner--showcase {
    height: 72px;
    justify-content: space-between
  }

  .header--showcase.is-stuck .header__inner--showcase {
    height: 62px
  }

  .header--showcase .header__burger {
    display: inline-flex;
    color: #fff;
    border-color: rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .08)
  }

  .header--showcase .nav--showcase,
  .store-search {
    display: none
  }

  .dealbar {
    min-height: 48px;
    font-size: 12px
  }

  .hero--video {
    min-height: max(590px, calc(100vh - 120px))
  }

  .hero__copy {
    max-width: 680px;
    margin-left: 0
  }
}

@media(max-width:680px) {
  .header--showcase .brand__name {
    color: #fff;
    font-size: 14px;
    letter-spacing: .2em
  }

  .header--showcase .brand__mark,
  .header--showcase.is-stuck .brand__mark {
    width: 38px;
    height: 38px
  }

  .dealbar {
    min-height: 44px;
    padding-block: 12px;
    font-size: 10.5px;
    letter-spacing: .03em
  }

  .hero--video {
    min-height: 640px
  }

  .hero__showcase {
    align-items: flex-end;
    padding-bottom: 82px
  }

  .hero__copy {
    max-width: none
  }

  .hero--video .hero__eyebrow {
    margin-bottom: 18px;
    font-size: 11px
  }

  .hero--video .hero__title {
    font-size: clamp(34px, 10vw, 39px);
    line-height: 1.04
  }

  .hero--video .hero__text {
    max-width: 330px;
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.55
  }

  .hero__cta {
    min-width: 176px;
    height: 56px;
    margin-top: 24px;
    font-size: 14px
  }

  .hero__rail {
    display: none
  }
}

/* ════════════════ Priva8 blue glass commerce direction ════════════════ */
body {
  font-family: "Manrope", "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif
}

.section__title,
.manifesto__text,
.promo__title,
.safety__title,
.newsletter__title,
.pagehead__title {
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif
}

.header--showcase {
  background:
    linear-gradient(135deg, rgba(4, 12, 31, .84), rgba(7, 28, 72, .62)),
    rgba(3, 10, 24, .76);
  color: #fff;
  border-bottom: 1px solid rgba(161, 183, 229, .16);
  box-shadow: 0 24px 80px -56px rgba(5, 24, 62, .9);
  backdrop-filter: saturate(170%) blur(22px)
}

.header--showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, .10), transparent 30%, rgba(255, 255, 255, .05));
  opacity: .65
}

.header--showcase.is-stuck {
  background:
    linear-gradient(135deg, rgba(4, 12, 31, .9), rgba(7, 28, 72, .74)),
    rgba(3, 10, 24, .88);
  border-bottom: 1px solid rgba(161, 183, 229, .2);
  box-shadow: 0 24px 80px -48px rgba(5, 24, 62, .95);
  backdrop-filter: saturate(180%) blur(24px)
}

.header--showcase .header__inner--showcase {
  position: relative;
  z-index: 1;
  height: 88px;
  padding-inline: clamp(18px, 3vw, 42px)
}

.header--showcase.is-stuck .header__inner--showcase {
  height: 76px
}

.header--showcase .brand__mark {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(214, 226, 255, .78));
  color: var(--accent);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), 0 16px 34px -22px rgba(9, 87, 255, .95)
}

.header--showcase.is-stuck .brand__mark {
  border-radius: 12px
}

.header--showcase .brand__name {
  font-family: "Manrope", sans-serif;
  color: #fff;
  font-size: 15px;
  letter-spacing: .34em;
  text-shadow: 0 10px 24px rgba(0, 0, 0, .28)
}

.header--showcase .nav__list {
  gap: clamp(18px, 2vw, 32px)
}

.header--showcase .nav__link {
  height: 88px;
  color: rgba(238, 243, 251, .78);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase
}

.header--showcase.is-stuck .nav__link {
  height: 76px
}

.header--showcase .nav__link:hover,
.header--showcase .nav__link.is-active {
  color: #fff
}

.header--showcase .nav__link::after {
  bottom: 21px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(132, 171, 255, .92), transparent)
}

.header--showcase.is-stuck .nav__link::after {
  bottom: 16px
}

.nav__badge {
  top: 10px;
  height: 22px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 999px;
  background: rgba(9, 87, 255, .72);
  backdrop-filter: blur(12px);
  color: #fff;
  font-size: 10px;
  letter-spacing: .04em;
  box-shadow: 0 10px 24px -16px rgba(9, 87, 255, .95)
}

.nav__badge::after {
  display: none
}

.header--showcase .nav__link--accent {
  color: #9dbaff
}

.header--showcase .nav__link--accent:hover {
  color: #fff
}

.store-search {
  flex-basis: 238px;
  height: 48px;
  border: 1px solid rgba(179, 199, 242, .34);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 18px 48px -34px rgba(9, 87, 255, .85);
  backdrop-filter: blur(18px)
}

.store-search:focus-within {
  border-color: rgba(157, 186, 255, .95);
  background: rgba(255, 255, 255, .13)
}

.store-search__icon {
  color: #bfd0ff
}

.store-search__input {
  color: #fff;
  font-weight: 700
}

.store-search__input::placeholder {
  color: rgba(238, 243, 251, .58)
}

.dealbar {
  position: relative;
  min-height: 58px;
  background:
    radial-gradient(circle at 18% 50%, rgba(255, 255, 255, .18), transparent 30%),
    linear-gradient(90deg, rgba(9, 87, 255, .96), rgba(58, 116, 255, .88), rgba(9, 87, 255, .96));
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .14);
  border-bottom: 1px solid rgba(8, 39, 117, .28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
  font-size: clamp(12px, 1vw, 15px);
  letter-spacing: .18em
}

.dealbar::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(100deg, transparent 0%, rgba(255, 255, 255, .22) 45%, transparent 70%);
  opacity: .55
}

.hero--video {
  min-height: max(720px, calc(100vh - 146px));
  background:
    radial-gradient(circle at 76% 20%, rgba(9, 87, 255, .28), transparent 32%),
    #061024
}

.hero__video {
  filter: saturate(.82) contrast(1.08) brightness(.82);
  transform: scale(1.02)
}

.hero__shade {
  background:
    radial-gradient(circle at 76% 26%, rgba(9, 87, 255, .26), transparent 34%),
    linear-gradient(90deg, rgba(2, 8, 20, .9) 0%, rgba(4, 16, 39, .72) 38%, rgba(5, 18, 43, .38) 68%, rgba(2, 8, 20, .76) 100%),
    linear-gradient(180deg, rgba(4, 13, 31, .16), rgba(4, 12, 29, .88))
}

.hero__showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  gap: clamp(28px, 6vw, 94px);
  align-items: center;
  padding-top: clamp(66px, 7vw, 112px);
  padding-bottom: clamp(72px, 7vw, 118px)
}

.hero__copy {
  max-width: 760px;
  margin-left: 0
}

.hero--video .hero__eyebrow {
  gap: 12px;
  margin-bottom: 22px;
  color: #cfe0ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .24em
}

.hero--video .hero__eyebrow::before {
  width: 52px;
  background: linear-gradient(90deg, transparent, #8badff)
}

.hero--video .hero__title {
  display: block;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(64px, 7vw, 124px);
  font-weight: 600;
  line-height: .88;
  letter-spacing: -.045em;
  text-transform: none;
  color: #fff;
  text-shadow: 0 26px 72px rgba(0, 0, 0, .42)
}

.hero--video .hero__title span {
  display: block
}

.hero--video .hero__text {
  max-width: 610px;
  margin-top: 28px;
  color: rgba(238, 243, 251, .86);
  font-size: clamp(15px, 1.1vw, 18px);
  font-weight: 600;
  line-height: 1.85
}

.hero__actions--glass {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px
}

.hero__cta,
.hero__ghost,
.hero__commerce-cta {
  min-width: 0;
  height: 56px;
  border-radius: 999px;
  padding: 0 24px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase
}

.hero__cta {
  margin-top: 0;
  background: linear-gradient(135deg, #0b63ff, #74a0ff);
  color: #fff;
  box-shadow: 0 26px 60px -28px rgba(9, 87, 255, .95), inset 0 1px 0 rgba(255, 255, 255, .28)
}

.hero__cta:hover {
  background: linear-gradient(135deg, #2978ff, #8db0ff);
  transform: translateY(-2px)
}

.hero__ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(193, 211, 255, .32);
  background: rgba(255, 255, 255, .09);
  color: #fff;
  backdrop-filter: blur(18px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16)
}

.hero__ghost:hover {
  background: rgba(255, 255, 255, .15);
  border-color: rgba(193, 211, 255, .54)
}

.hero__proof {
  display: flex;
  align-items: stretch;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 28px
}

.hero__proof span {
  display: grid;
  gap: 4px;
  min-width: 142px;
  padding: 14px 16px;
  border: 1px solid rgba(193, 211, 255, .22);
  border-radius: 18px;
  background: rgba(255, 255, 255, .075);
  color: rgba(238, 243, 251, .72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
  backdrop-filter: blur(18px);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase
}

.hero__proof strong {
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 26px;
  line-height: .9;
  letter-spacing: -.02em;
  text-transform: none
}

.hero__commerce {
  align-self: center;
  border: 1px solid rgba(198, 214, 255, .26);
  border-radius: 28px;
  padding: clamp(22px, 2.6vw, 34px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, .075)),
    rgba(9, 27, 62, .34);
  color: #fff;
  box-shadow: 0 42px 120px -56px rgba(0, 0, 0, .82), inset 0 1px 0 rgba(255, 255, 255, .28);
  backdrop-filter: blur(26px) saturate(140%)
}

.hero__commerce-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin-bottom: 22px
}

.hero__commerce-kicker {
  color: #cfe0ff;
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase
}

.hero__commerce-price {
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(9, 87, 255, .28);
  color: #fff;
  font-size: 12px;
  font-weight: 900
}

.hero__commerce h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(30px, 3.2vw, 46px);
  font-weight: 600;
  line-height: .96;
  letter-spacing: -.035em
}

.hero__commerce p {
  margin-top: 16px;
  color: rgba(238, 243, 251, .76);
  font-size: 14px;
  line-height: 1.7
}

.hero__commerce-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 22px
}

.hero__commerce-grid span {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  border: 1px solid rgba(198, 214, 255, .18);
  border-radius: 14px;
  background: rgba(255, 255, 255, .07);
  padding: 9px 10px;
  color: rgba(238, 243, 251, .82);
  font-size: 11.5px;
  font-weight: 800
}

.hero__commerce-grid i {
  color: #8fb1ff
}

.hero__commerce-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 22px;
  background: rgba(255, 255, 255, .94);
  color: var(--ink);
  box-shadow: 0 18px 48px -28px rgba(255, 255, 255, .45)
}

.hero__commerce-cta:hover {
  background: #fff;
  transform: translateY(-2px)
}

.hero__rail {
  right: 22px;
  border: 1px solid rgba(198, 214, 255, .22);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 28px 74px -42px rgba(0, 0, 0, .72);
  backdrop-filter: blur(18px)
}

.hero__rail a {
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, .12);
  border-bottom-color: rgba(198, 214, 255, .16);
  color: #fff
}

.hero__rail a:hover {
  background: rgba(9, 87, 255, .72);
  color: #fff
}

.trust {
  background: linear-gradient(180deg, rgba(244, 247, 253, .98), rgba(255, 255, 255, .92))
}

.trust__item,
.catcard,
.tier,
.step,
.newsletter__inner {
  backdrop-filter: blur(12px)
}

@media(max-width:1180px) {
  .store-search {
    flex-basis: 190px
  }
}

@media(max-width:1060px) {
  .hero__showcase {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .hero__commerce {
    max-width: 560px;
    align-self: start
  }
}

@media(max-width:980px) {
  .header--showcase .header__inner--showcase {
    height: 72px
  }

  .header--showcase .header__burger {
    border-color: rgba(193, 211, 255, .22);
    background: rgba(255, 255, 255, .09);
    backdrop-filter: blur(14px)
  }

  .dealbar {
    min-height: 48px;
    font-size: 11px;
    letter-spacing: .1em
  }

  .hero--video {
    min-height: auto
  }

  .hero__showcase {
    padding-top: 58px
  }
}

@media(max-width:680px) {
  .header--showcase .brand__mark,
  .header--showcase.is-stuck .brand__mark {
    border-radius: 12px
  }

  .dealbar {
    min-height: 44px;
    font-size: 9.5px;
    letter-spacing: .08em
  }

  .hero__showcase {
    align-items: start;
    padding-top: 50px;
    padding-bottom: 58px
  }

  .hero--video .hero__title {
    font-size: clamp(50px, 16vw, 68px);
    line-height: .88
  }

  .hero--video .hero__text {
    max-width: none;
    font-size: 14px
  }

  .hero__actions--glass {
    align-items: stretch
  }

  .hero__cta,
  .hero__ghost {
    width: 100%
  }

  .hero__proof {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px
  }

  .hero__proof span {
    min-width: 0
  }

  .hero__commerce {
    border-radius: 22px;
    padding: 20px
  }

  .hero__commerce-grid {
    grid-template-columns: 1fr
  }
}

/* ════════════════════════════════════════════════════════════════
   Sitewide premium blue glass pass
   ════════════════════════════════════════════════════════════════ */
:root {
  --font-display: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  --font-body: "Manrope", "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --blue-950: #061226;
  --blue-900: #071936;
  --blue-800: #0a2a66;
  --blue-650: #0957ff;
  --blue-500: #397cff;
  --blue-200: #c9dbff;
  --blue-100: #edf4ff;
  --glass-white: rgba(255, 255, 255, .72);
  --glass-white-strong: rgba(255, 255, 255, .86);
  --glass-blue: rgba(233, 241, 255, .66);
  --glass-dark: rgba(5, 17, 38, .76);
  --glass-line: rgba(145, 174, 239, .34);
  --premium-shadow: 0 32px 90px -54px rgba(9, 87, 255, .62), 0 18px 52px -42px rgba(6, 18, 38, .72);
  --premium-shadow-strong: 0 42px 120px -58px rgba(9, 87, 255, .66), 0 22px 70px -46px rgba(3, 12, 30, .82);
  --premium-ring: 0 0 0 1px rgba(255, 255, 255, .54) inset, 0 0 0 1px rgba(145, 174, 239, .18);
  --royal-sheen: linear-gradient(135deg, #0957ff 0%, #4f8cff 52%, #b8ccff 100%);
}

body {
  font-family: var(--font-body);
  background:
    linear-gradient(180deg, #f8fbff 0%, #edf4ff 30%, #f7faff 62%, #ffffff 100%);
  color: var(--blue-950);
}

body::selection {
  background: rgba(9, 87, 255, .18);
}

.eyebrow,
.pagehead__sub,
.toolbar__count,
.footer__tag {
  letter-spacing: 0;
}

.section__title,
.newsletter__title,
.pagehead__title,
.dash__welcome,
.wcard__title,
.gig__title,
.tier__price,
.scard__price,
.qv__name {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: 0;
}

.btn,
.util,
.nav__link,
.search__submit,
.site-ribbon {
  letter-spacing: 0;
}

.btn {
  border-radius: 999px;
  min-height: 46px;
  box-shadow: none;
}

.btn--primary {
  position: relative;
  overflow: hidden;
  background: var(--royal-sheen);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .2);
  box-shadow: 0 20px 48px -28px rgba(9, 87, 255, .82);
}

.btn--primary::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, .42) 45%, transparent 62%);
  transform: translateX(-130%);
  transition: transform .7s var(--ease);
  pointer-events: none;
}

.btn--primary:hover {
  box-shadow: 0 26px 62px -30px rgba(9, 87, 255, .92);
}

.btn--primary:hover::after {
  transform: translateX(130%);
}

.btn--ghost {
  background: rgba(255, 255, 255, .58);
  border-color: rgba(145, 174, 239, .42);
  box-shadow: var(--premium-ring);
  backdrop-filter: blur(16px) saturate(135%);
}

.btn--ghost:hover {
  background: #fff;
  border-color: rgba(9, 87, 255, .42);
  color: var(--blue-950);
  box-shadow: 0 18px 42px -32px rgba(9, 87, 255, .7);
}

.iconbtn {
  background: rgba(255, 255, 255, .7);
  border-color: rgba(145, 174, 239, .34);
  box-shadow: var(--premium-ring);
  backdrop-filter: blur(16px) saturate(135%);
}

.iconbtn:hover {
  background: var(--blue-950);
  color: #fff;
  border-color: rgba(255, 255, 255, .2);
}

.header:not(.header--showcase) {
  background: linear-gradient(135deg, rgba(255, 255, 255, .86), rgba(236, 244, 255, .66));
  border-bottom: 1px solid rgba(145, 174, 239, .3);
  box-shadow: 0 20px 58px -46px rgba(8, 36, 84, .64);
  backdrop-filter: blur(24px) saturate(165%);
}

.header:not(.header--showcase)::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 87, 255, .12), transparent 30%, rgba(129, 166, 255, .12));
  pointer-events: none;
}

.header:not(.header--showcase).is-stuck {
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 26px 72px -48px rgba(8, 36, 84, .72);
}

.header:not(.header--showcase) .header__inner,
.header:not(.header--showcase) .nav__inner {
  position: relative;
  z-index: 1;
}

.header:not(.header--showcase) .brand__mark {
  color: #fff;
  background: var(--royal-sheen);
  box-shadow: 0 18px 38px -24px rgba(9, 87, 255, .86), inset 0 1px 0 rgba(255, 255, 255, .28);
}

.header:not(.header--showcase) .brand__name {
  color: var(--blue-950);
  font-weight: 900;
}

.header:not(.header--showcase) .search--compact {
  background: rgba(255, 255, 255, .62);
  border-color: rgba(145, 174, 239, .34);
  box-shadow: var(--premium-ring);
  backdrop-filter: blur(18px) saturate(140%);
}

.header:not(.header--showcase) .search--compact:focus-within,
.header:not(.header--showcase) .search--compact.is-open {
  background: #fff;
  border-color: rgba(9, 87, 255, .46);
  box-shadow: 0 18px 42px -32px rgba(9, 87, 255, .68);
}

.header:not(.header--showcase) .util {
  background: rgba(255, 255, 255, .58);
  border-color: rgba(145, 174, 239, .3);
  box-shadow: var(--premium-ring);
}

.header:not(.header--showcase) .util:hover {
  background: var(--blue-950);
  border-color: var(--blue-950);
  color: #fff;
}

.header:not(.header--showcase) .nav {
  background: rgba(255, 255, 255, .28);
  border-top: 1px solid rgba(145, 174, 239, .2);
}

.header:not(.header--showcase) .nav__inner {
  min-height: 47px;
}

.header:not(.header--showcase) .nav__list {
  gap: 8px;
  justify-content: center;
}

.header:not(.header--showcase) .nav__link {
  height: 34px;
  padding: 0 15px;
  border-radius: 999px;
  color: rgba(6, 18, 38, .76);
  font-size: 13px;
  font-weight: 800;
}

.header:not(.header--showcase) .nav__link:hover,
.header:not(.header--showcase) .nav__link.is-active {
  background: rgba(9, 87, 255, .1);
  color: var(--blue-950);
}

.header:not(.header--showcase) .nav__link::after {
  display: none;
}

.site-ribbon {
  position: relative;
  z-index: 1;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 4vw, 42px);
  padding: 8px var(--gut);
  color: #fff;
  background: linear-gradient(90deg, var(--blue-950), var(--blue-800) 48%, var(--blue-650));
  border-top: 1px solid rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16);
  font-size: 11.5px;
  font-weight: 900;
  text-transform: uppercase;
}

.site-ribbon span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.site-ribbon i {
  color: var(--blue-200);
}

.pagehead {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(6, 18, 38, .98), rgba(8, 39, 96, .92) 46%, rgba(9, 87, 255, .72));
  border-bottom: 1px solid rgba(145, 174, 239, .34);
  color: #fff;
}

.pagehead::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, .12), transparent 34%, rgba(255, 255, 255, .06) 74%, transparent),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .045) 0 1px, transparent 1px 96px);
  opacity: .65;
  pointer-events: none;
}

.pagehead .container {
  position: relative;
  z-index: 1;
}

.pagehead__title {
  max-width: 900px;
  color: #fff;
  font-size: clamp(42px, 6.3vw, 82px);
  line-height: .95;
}

.pagehead__sub {
  max-width: 720px;
  margin-top: 14px;
  color: rgba(238, 243, 251, .78);
  font-size: clamp(15px, 1.6vw, 18px);
}

.pagehead .crumbs {
  color: rgba(238, 243, 251, .68);
}

.pagehead .crumbs a:hover,
.pagehead .crumbs i {
  color: #fff;
}

.section {
  position: relative;
}

.section--tint,
.trust,
.newsletter {
  background: linear-gradient(180deg, rgba(245, 249, 255, .92), rgba(255, 255, 255, .98));
}

.section__title {
  color: var(--blue-950);
  line-height: 1;
}

.section__link {
  color: var(--blue-650);
}

.trust__item,
.catcard,
.tier,
.step,
.newsletter__inner,
.scard,
.qv,
.modal__card {
  border-color: rgba(145, 174, 239, .34);
  background: linear-gradient(145deg, rgba(255, 255, 255, .82), rgba(242, 247, 255, .58));
  box-shadow: var(--premium-shadow), var(--premium-ring);
  backdrop-filter: blur(18px) saturate(135%);
}

.catcard:hover,
.scard:hover,
.tier:hover,
.step:hover {
  transform: translateY(-4px);
  box-shadow: var(--premium-shadow-strong), var(--premium-ring);
}

.trust__item i,
.catcard__icon,
.step__num,
.trust-tile i {
  background: linear-gradient(135deg, rgba(9, 87, 255, .12), rgba(255, 255, 255, .72));
  color: var(--blue-650);
  border: 1px solid rgba(145, 174, 239, .28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
}

.scard {
  overflow: hidden;
}

.scard__media::after {
  background: linear-gradient(180deg, transparent 44%, rgba(6, 18, 38, .28));
}

.scard__badge {
  background: rgba(255, 255, 255, .9);
  color: var(--blue-950);
  border: 1px solid rgba(145, 174, 239, .34);
  box-shadow: 0 14px 38px -26px rgba(6, 18, 38, .72);
  backdrop-filter: blur(14px) saturate(135%);
}

.scard__fav,
.scard__action {
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(145, 174, 239, .34);
  box-shadow: var(--premium-ring);
  backdrop-filter: blur(14px) saturate(135%);
}

.scard__role {
  color: rgba(9, 87, 255, .82);
}

.chip,
.tag,
.badge-v,
.availability-pill,
.share-pill {
  border: 1px solid rgba(145, 174, 239, .3);
  background: rgba(232, 240, 255, .7);
  color: var(--blue-950);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
}

.tier--featured {
  background: linear-gradient(145deg, rgba(6, 18, 38, .96), rgba(9, 42, 101, .94));
  border-color: rgba(145, 174, 239, .32);
  box-shadow: var(--premium-shadow-strong);
}

.tier__flag {
  background: var(--royal-sheen);
}

.newsletter__inner {
  background:
    linear-gradient(135deg, rgba(6, 18, 38, .94), rgba(8, 39, 96, .9) 54%, rgba(9, 87, 255, .74));
  color: #fff;
}

.newsletter__text,
.newsletter__inner .eyebrow {
  color: rgba(238, 243, 251, .78);
}

.newsletter__form {
  background: rgba(255, 255, 255, .16);
  border-color: rgba(255, 255, 255, .22);
  backdrop-filter: blur(16px) saturate(135%);
}

.newsletter__form input {
  color: #fff;
}

.newsletter__form input::placeholder {
  color: rgba(238, 243, 251, .7);
}

.footer {
  background:
    linear-gradient(180deg, var(--blue-950), #030912);
  color: rgba(238, 243, 251, .86);
  border-top: 1px solid rgba(145, 174, 239, .16);
}

.footer__tag,
.footer__col a,
.footer__bar {
  color: rgba(238, 243, 251, .62);
}

.footer__head {
  color: #fff;
}

.footer .brand__mark {
  background: var(--royal-sheen);
  color: #fff;
}

.store,
.footer__social a {
  border-color: rgba(145, 174, 239, .22);
  background: rgba(255, 255, 255, .07);
  color: #fff;
}

.store:hover,
.footer__social a:hover,
.footer__col a:hover {
  color: #fff;
  border-color: rgba(201, 219, 255, .42);
}

.drawer__panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(237, 244, 255, .88));
  border-color: rgba(145, 174, 239, .36);
  box-shadow: var(--premium-shadow-strong);
  backdrop-filter: blur(24px) saturate(150%);
}

.drawer__nav a {
  border-color: rgba(145, 174, 239, .22);
}

.drawer__nav a:hover {
  background: rgba(9, 87, 255, .08);
}

.modal__scrim {
  background: rgba(3, 9, 18, .64);
  backdrop-filter: blur(10px);
}

.modal__card {
  border: 1px solid rgba(145, 174, 239, .34);
}

.qv__close,
.chatbot__close,
.totop {
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(145, 174, 239, .34);
  box-shadow: var(--premium-ring);
  backdrop-filter: blur(14px) saturate(135%);
}

.chatbot__toggle,
.totop.is-show {
  background: var(--royal-sheen);
  color: #fff;
  box-shadow: 0 24px 62px -30px rgba(9, 87, 255, .8);
}

.chatbot__panel {
  border-color: rgba(145, 174, 239, .34);
  background: linear-gradient(145deg, rgba(255, 255, 255, .9), rgba(237, 244, 255, .74));
  box-shadow: var(--premium-shadow-strong);
  backdrop-filter: blur(24px) saturate(150%);
}

.chatbot__head {
  background: linear-gradient(135deg, var(--blue-950), var(--blue-800));
}

.chatbot__quick button,
.chatbot__msg--bot,
.chatbot__form {
  background: rgba(255, 255, 255, .68);
  border-color: rgba(145, 174, 239, .3);
}

.chatbot__msg--user,
.chatbot__form button {
  background: var(--royal-sheen);
  color: #fff;
}

@media(max-width:980px) {
  .header:not(.header--showcase) .search--compact {
    max-width: 46px;
  }

  .site-ribbon {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .site-ribbon::-webkit-scrollbar {
    display: none;
  }
}

@media(max-width:680px) {
  .pagehead {
    padding: 38px 0;
  }

  .pagehead__title {
    font-size: clamp(40px, 15vw, 62px);
  }

  .site-ribbon {
    font-size: 10px;
    min-height: 34px;
  }

  .btn {
    white-space: normal;
  }
}

.header--showcase .header__burger i {
  color: #fff;
}

.header--showcase.is-stuck .header__burger i {
  color: var(--blue-950);
}

/* Shared premium header for inner pages */
.header:not(.header--showcase) {
  isolation: isolate;
  background: rgba(5, 17, 38, .88);
  border-bottom: 1px solid rgba(201, 219, 255, .16);
  box-shadow: 0 28px 90px -54px rgba(3, 12, 30, .92);
  backdrop-filter: blur(26px) saturate(155%);
}

.header:not(.header--showcase)::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .08), transparent 28%, rgba(9, 87, 255, .22)),
    linear-gradient(180deg, rgba(255, 255, 255, .06), transparent);
}

.header:not(.header--showcase).is-stuck {
  background: rgba(5, 17, 38, .94);
  box-shadow: 0 30px 96px -52px rgba(3, 12, 30, .95);
}

.header:not(.header--showcase) .header__inner--premium {
  height: 76px;
  gap: 18px;
}

.header:not(.header--showcase) .brand {
  flex: none;
}

.header:not(.header--showcase) .brand__mark {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(177, 202, 255, .86));
  color: var(--blue-650);
  box-shadow: 0 18px 38px -24px rgba(9, 87, 255, .9), inset 0 1px 0 rgba(255, 255, 255, .78);
}

.header:not(.header--showcase) .brand__name {
  color: #fff;
  letter-spacing: .26em;
  font-size: 15px;
}

.header:not(.header--showcase) .nav--premium {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  background: transparent;
}

.header:not(.header--showcase) .nav--premium .nav__list {
  justify-content: center;
  gap: 6px;
}

.header:not(.header--showcase) .nav--premium .nav__link {
  height: 40px;
  padding: 0 13px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: rgba(238, 243, 251, .72);
  font-size: 11.5px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  white-space: nowrap;
}

.header:not(.header--showcase) .nav--premium .nav__link:hover,
.header:not(.header--showcase) .nav--premium .nav__link.is-active {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(201, 219, 255, .22);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
}

.header:not(.header--showcase) .nav--premium .nav__link.is-active {
  background: linear-gradient(135deg, rgba(255, 255, 255, .18), rgba(9, 87, 255, .28));
}

.header:not(.header--showcase) .search--premium {
  flex: 0 1 270px;
  max-width: 270px;
  height: 44px;
  padding-left: 15px;
  background: rgba(255, 255, 255, .08);
  border-color: rgba(201, 219, 255, .2);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
}

.header:not(.header--showcase) .search--premium:focus-within,
.header:not(.header--showcase) .search--premium.is-open {
  max-width: 330px;
  background: rgba(255, 255, 255, .13);
  border-color: rgba(201, 219, 255, .38);
  box-shadow: 0 22px 54px -34px rgba(9, 87, 255, .92), inset 0 1px 0 rgba(255, 255, 255, .18);
}

.header:not(.header--showcase) .search--premium .search__icon {
  color: rgba(201, 219, 255, .76);
}

.header:not(.header--showcase) .search--premium .search__input {
  color: #fff;
  min-width: 0;
  width: 148px;
  opacity: 1;
  pointer-events: auto;
}

.header:not(.header--showcase) .search--premium .search__input::placeholder {
  color: rgba(238, 243, 251, .58);
}

.header:not(.header--showcase) .search--premium .search__submit {
  background: rgba(255, 255, 255, .9);
  color: var(--blue-950);
  width: 32px;
  opacity: .95;
  padding: 0;
  flex: none;
}

.header:not(.header--showcase) .search--premium:focus-within .search__input,
.header:not(.header--showcase) .search--premium.is-open .search__input {
  width: 188px;
}

.header:not(.header--showcase) .header__utils {
  flex: none;
  gap: 8px;
}

.header:not(.header--showcase) .util {
  height: 40px;
  color: rgba(238, 243, 251, .82);
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(201, 219, 255, .18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.header:not(.header--showcase) .util:hover {
  background: rgba(255, 255, 255, .14);
  border-color: rgba(201, 219, 255, .34);
  color: #fff;
}

.header:not(.header--showcase) .header__join {
  height: 42px;
  padding-inline: 18px;
  box-shadow: 0 22px 48px -28px rgba(9, 87, 255, .92);
}

.header:not(.header--showcase) .util__avatar {
  background: rgba(255, 255, 255, .92);
  color: var(--blue-650);
}

.site-ribbon--premium {
  min-height: 34px;
  padding-block: 7px;
  gap: clamp(14px, 5vw, 58px);
  background: linear-gradient(90deg, #031027 0%, #082c70 48%, #0957ff 100%);
  border-top: 1px solid rgba(201, 219, 255, .18);
  border-bottom: 1px solid rgba(201, 219, 255, .12);
  font-size: 10.5px;
  letter-spacing: .12em;
}

.site-ribbon--premium span {
  opacity: .92;
}

@media(max-width:1180px) {
  .header:not(.header--showcase) .nav--premium .nav__link {
    padding-inline: 10px;
    font-size: 10.5px;
    letter-spacing: .06em;
  }

  .header:not(.header--showcase) .search--premium {
    flex-basis: 220px;
    max-width: 220px;
  }
}

@media(max-width:1020px) {
  .header:not(.header--showcase) .header__inner--premium {
    height: 68px;
    justify-content: space-between;
    gap: 12px;
  }

  .header:not(.header--showcase) .header__burger {
    display: inline-flex;
    flex: none;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, .1);
    border-color: rgba(201, 219, 255, .22);
    color: #fff;
  }

  .header:not(.header--showcase) .brand {
    min-width: 0;
    margin-right: auto;
  }

  .header:not(.header--showcase) .nav--premium,
  .header:not(.header--showcase) .search--premium {
    display: none;
  }

  .header:not(.header--showcase) .header__utils .util:not(.util--cart):not(.util--avatar):not(.header__join) {
    display: none;
  }

  .header:not(.header--showcase) .header__join {
    height: 42px;
    min-height: 42px;
    padding-inline: 16px;
    font-size: 13px;
  }

  .site-ribbon--premium {
    justify-content: flex-start;
    overflow-x: auto;
    min-height: 32px;
    padding-inline: var(--gut);
    scrollbar-width: none;
  }

  .site-ribbon--premium::-webkit-scrollbar {
    display: none;
  }
}

@media(max-width:520px) {
  .header:not(.header--showcase) .header__inner--premium {
    height: 62px;
  }

  .header:not(.header--showcase) .brand__mark {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }

  .header:not(.header--showcase) .brand__name {
    font-size: 13px;
    letter-spacing: .2em;
  }

  .header:not(.header--showcase) .header__join {
    padding-inline: 13px;
    font-size: 12px;
  }

  .site-ribbon--premium {
    gap: 18px;
    font-size: 9px;
    letter-spacing: .08em;
  }
}

@media(max-width:370px) {
  .header:not(.header--showcase) .brand__name {
    display: none;
  }
}
