/* =========================
   BUTTONS
========================= */
.btn:focus-visible,
.nav-link:focus-visible,
.site-logo:focus-visible,
.header-contact:focus-visible,
.footer-card a:focus-visible,
.footer-social a:focus-visible,
.footer-bottom-links a:focus-visible {
  outline: 3px solid rgba(0, 210, 255, 0.42);
  outline-offset: 4px;
}

/* =========================
   POLISHED PREMIUM HEADER
========================= */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 9999;
  width: 100%;
  padding-block: 24px;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition:
    padding 0.5s var(--premium-ease),
    background 0.5s var(--premium-ease),
    border-color 0.5s var(--premium-ease),
    box-shadow 0.5s var(--premium-ease),
    backdrop-filter 0.5s var(--premium-ease);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  /* background:
    linear-gradient(180deg, rgba(3, 5, 10, 0.76), rgba(3, 5, 10, 0)),
    radial-gradient(circle at 12% 0%, rgba(0, 210, 255, 0.18), transparent 32%),
    radial-gradient(circle at 88% 0%, rgba(255, 47, 95, 0.16), transparent 34%); */
  opacity: 0.9;
}

.site-header::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0;
  background:
    linear-gradient(112deg, transparent 0 44%, rgba(255, 255, 255, 0.08) 44% 44.35%, transparent 44.35% 100%),
    linear-gradient(112deg, transparent 0 62%, rgba(255, 255, 255, 0.045) 62% 62.35%, transparent 62.35% 100%);
  background-size: 280px 100%, 460px 100%;
  animation: headerSpeedLines 18s linear infinite;
  transition: opacity 0.45s var(--premium-ease);
}

.site-header.is-scrolled {
  padding-block: 10px;
  background:
    linear-gradient(135deg, rgba(7, 10, 18, 0.86), rgba(12, 18, 32, 0.76));
  border-bottom-color: rgba(255, 255, 255, 0.1);
  box-shadow:
    0 22px 80px rgba(0, 0, 0, 0.42),
    inset 0 -1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
}

.site-header.is-scrolled::after {
  opacity: 0.9;
}

.header-progress-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  opacity: 0;
  background:
    linear-gradient(
      90deg,
      transparent,
      var(--color-blue),
      var(--color-green),
      var(--color-yellow),
      var(--color-red),
      transparent
    );
  background-size: 260% 100%;
  animation: headerLineMove 4.5s linear infinite;
  transition: opacity 0.4s var(--premium-ease);
}

.site-header.is-scrolled .header-progress-line {
  opacity: 1;
}

.header-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
}

/* =========================
   LOGO
========================= */

.site-logo {
  position: relative;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #fff;
  text-decoration: none;
  flex-shrink: 0;
}

.logo-emblem {
  position: relative;
  isolation: isolate;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  overflow: hidden;
  transform: skewX(-9deg);
  background:
    linear-gradient(135deg, var(--color-blue), var(--color-green) 46%, var(--color-yellow));
  box-shadow:
    0 18px 42px rgba(0, 210, 255, 0.24),
    0 8px 24px rgba(0, 230, 118, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.logo-emblem::before {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 11px;
  border: 1px dashed rgba(255, 255, 255, 0.38);
  transform: skewX(9deg) rotate(0deg);
  animation: logoWheel 10s linear infinite;
}

.logo-emblem::after {
  content: "";
  position: absolute;
  inset: -60%;
  background:
    linear-gradient(
      120deg,
      transparent 30%,
      rgba(255, 255, 255, 0.78),
      transparent 68%
    );
  transform: translateX(-135%) rotate(18deg);
  animation: logoShine 4.6s ease-in-out infinite;
}

.logo-letter {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 1.55rem;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  transform: skewX(9deg);
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
}

.logo-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.logo-copy strong {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.logo-copy small {
  margin-top: 6px;
  color: var(--color-blue);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

/* =========================
   NAVIGATION
========================= */

.main-nav ul {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 7px;
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
  transform: skewX(-9deg);
}

.nav-link {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 15px;
  color: var(--color-text);
  text-decoration: none;
  font-size: var(--fs-sm);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.055em;
  overflow: hidden;
  transition:
    color 0.35s var(--premium-ease),
    transform 0.35s var(--premium-ease);
}

.nav-link span {
  position: relative;
  z-index: 2;
  display: block;
  transform: skewX(9deg);
}

.nav-link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(135deg, rgba(0, 210, 255, 0.18), rgba(0, 230, 118, 0.12)),
    rgba(255, 255, 255, 0.06);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.35s var(--premium-ease);
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 5px;
  z-index: 2;
  height: 2px;
  background: linear-gradient(90deg, var(--color-blue), var(--color-green), var(--color-yellow));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s var(--premium-ease);
}

.nav-link:hover,
.nav-link.active {
  color: #fff;
  transform: translateY(-1px);
}

.nav-link:hover::before,
.nav-link.active::before {
  transform: scaleY(1);
}

.nav-link:hover::after,
.nav-link.active::after {
  transform: scaleX(1);
}

/* =========================
   HEADER ACTIONS
========================= */

.header-actions {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 16px;
}

.header-contact {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  color: var(--color-text);
  text-decoration: none;
  font-size: var(--fs-xs);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  transition: var(--transition);
}

.header-contact:hover {
  color: var(--color-blue);
}

.header-cta {
  min-height: 44px;
  padding-inline: 26px;
  font-size: var(--fs-sm);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* =========================
   MENU TOGGLE
========================= */

.menu-toggle {
  position: relative;
  z-index: 30;
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  cursor: pointer;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.045));
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: var(--transition);
}

.menu-toggle:hover {
  background:
    linear-gradient(135deg, rgba(0, 210, 255, 0.16), rgba(255, 255, 255, 0.06));
}

.menu-toggle span {
  position: absolute;
  left: 11px;
  width: 22px;
  height: 2px;
  border-radius: var(--radius-pill);
  background: #fff;
  transition:
    top 0.35s var(--premium-ease),
    transform 0.35s var(--premium-ease),
    opacity 0.35s var(--premium-ease);
}

.menu-toggle span:nth-child(1) {
  top: 15px;
}

.menu-toggle span:nth-child(2) {
  top: 22px;
}

.menu-toggle span:nth-child(3) {
  top: 29px;
}

.menu-toggle.is-active span:nth-child(1) {
  top: 22px;
  transform: rotate(45deg);
}

.menu-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-active span:nth-child(3) {
  top: 22px;
  transform: rotate(-45deg);
}

/* =========================
   MOBILE HEADER
========================= */

@media (max-width: 1120px) {
  .header-contact {
    display: none;
  }

  .nav-link {
    padding-inline: 12px;
  }
}

@media (max-width: 1024px) {
  .site-header {
    padding-block: 14px;
  }

  .site-header.is-scrolled {
    padding-block: 9px;
  }

  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .main-nav {
    position: fixed;
    inset: 0;
    z-index: 10;
    display: grid;
    place-items: center;
    padding: 96px 18px 28px;
    background:
      radial-gradient(circle at 12% 12%, rgba(0, 210, 255, 0.18), transparent 32%),
      radial-gradient(circle at 88% 14%, rgba(255, 47, 95, 0.16), transparent 34%),
      linear-gradient(135deg, rgba(3, 5, 10, 0.98), rgba(10, 15, 28, 0.98));
    opacity: 0;
    visibility: hidden;
    transform: translateY(-18px);
    transition:
      opacity 0.42s var(--premium-ease),
      visibility 0.42s var(--premium-ease),
      transform 0.42s var(--premium-ease);
  }

  .main-nav::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
      linear-gradient(112deg, transparent 0 45%, rgba(255, 255, 255, 0.07) 45% 45.35%, transparent 45.35% 100%),
      linear-gradient(112deg, transparent 0 64%, rgba(255, 255, 255, 0.04) 64% 64.35%, transparent 64.35% 100%);
    background-size: 300px 100%, 520px 100%;
    animation: headerSpeedLines 18s linear infinite;
    opacity: 0.65;
  }

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

  .main-nav ul {
    position: relative;
    z-index: 2;
    width: min(100%, 520px);
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    transform: none;
  }

  .main-nav ul::before {
    content: "Skating Menu";
    display: block;
    margin-bottom: 4px;
    padding: 12px 14px;
    border-radius: 14px;
    color: rgba(255, 255, 255, 0.62);
    font-size: var(--fs-xs);
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.06);
  }

  .nav-link {
    width: 100%;
    min-height: 58px;
    justify-content: flex-start;
    padding: 16px 18px;
    font-size: 1.15rem;
    border-radius: 8px;
    transform: skewX(-9deg);
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.035));
    border: 1px solid rgba(255, 255, 255, 0.085);
  }

  .nav-link::after {
    left: 18px;
    right: auto;
    width: 44px;
    bottom: 9px;
  }
}

@media (max-width: 640px) {
  /* .container {
    width: min(100% - 24px, 1240px);
  } */

  .logo-emblem {
    width: 46px;
    height: 46px;
    border-radius: 12px;
  }

  .logo-copy strong {
    font-size: 1rem;
  }

  .logo-copy small {
    max-width: 140px;
    font-size: 0.55rem;
    line-height: 1.2;
  }
}

/* =========================
   POLISHED PREMIUM FOOTER
========================= */

.site-footer {
  position: relative;
  padding-top: clamp(64px, 8vw, 108px);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 12% 0%, rgba(0, 210, 255, 0.18), transparent 34%),
    radial-gradient(circle at 88% 10%, rgba(255, 47, 95, 0.15), transparent 34%),
    linear-gradient(180deg, #0d111a 0%, #050608 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background:
    linear-gradient(
      90deg,
      var(--color-blue),
      var(--color-green),
      var(--color-yellow),
      var(--color-red),
      var(--color-blue)
    );
  background-size: 320% 100%;
  animation: footerLineMove 7s linear infinite;
}

.footer-bg-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.36;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(112deg, transparent 0 62%, rgba(255, 255, 255, 0.055) 62% 62.35%, transparent 62.35% 100%);
  background-size: 42px 42px, 42px 42px, 520px 100%;
  transform: perspective(700px) rotateX(58deg) translateY(-110px) translateZ(-190px);
  transform-origin: top;
}

.site-footer .container {
  position: relative;
  z-index: 2;
}

/* CTA Panel */

.footer-cta-panel {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: clamp(54px, 7vw, 78px);
  padding: clamp(28px, 4vw, 46px);
  border-radius: 20px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(20, 24, 36, 0.84), rgba(7, 10, 18, 0.92)),
    radial-gradient(circle at 0% 0%, rgba(255, 196, 0, 0.13), transparent 36%),
    radial-gradient(circle at 100% 0%, rgba(0, 210, 255, 0.14), transparent 36%);
  border: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.footer-cta-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-left: 5px solid var(--color-orange);
  background:
    linear-gradient(112deg, transparent 0 50%, rgba(255, 255, 255, 0.09) 50% 50.35%, transparent 50.35% 100%);
  background-size: 300px 100%;
  opacity: 0.8;
}

.footer-cta-content {
  max-width: 680px;
}

.footer-eyebrow {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--color-orange);
  font-size: var(--fs-xs);
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-cta-content h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  font-weight: 900;
  font-style: italic;
  line-height: 1.05;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.footer-cta-content p {
  max-width: 620px;
  margin: 0;
  color: var(--color-text);
  font-size: var(--fs-sm);
}

.footer-main-cta {
  flex-shrink: 0;
  min-height: 54px;
  padding-inline: 40px;
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Footer Main */

.footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.5fr);
  gap: clamp(42px, 6vw, 72px);
  padding-bottom: clamp(52px, 7vw, 76px);
}

.footer-about p {
  max-width: 430px;
  margin: 24px 0;
  color: var(--color-text);
  font-size: var(--fs-sm);
}

.footer-performance {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 26px;
}

.perf-box {
  min-width: 130px;
  padding: 13px 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-left: 3px solid var(--color-blue);
  border-radius: 8px;
  transform: skewX(-9deg);
}

.perf-box > div {
  transform: skewX(9deg);
}

.perf-box strong {
  display: block;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
}

.perf-box span {
  display: block;
  margin-top: 5px;
  color: var(--color-text);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

/* Social */

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

.footer-social a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 900;
  border-radius: 7px;
  transform: skewX(-9deg);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition:
    transform 0.35s var(--premium-ease),
    background 0.35s var(--premium-ease),
    color 0.35s var(--premium-ease),
    box-shadow 0.35s var(--premium-ease);
}

.footer-social a span {
  transform: skewX(9deg);
}

.footer-social a:hover {
  color: var(--bg-deep);
  background: linear-gradient(135deg, var(--color-blue), var(--color-green));
  transform: skewX(-9deg) translateY(-4px);
  box-shadow: 0 16px 34px rgba(0, 210, 255, 0.22);
}

/* Footer Cards */

.footer-nav-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.footer-card {
  padding: 24px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(255, 255, 255, 0.075);
  transition:
    transform 0.35s var(--premium-ease),
    border-color 0.35s var(--premium-ease),
    background 0.35s var(--premium-ease);
}

.footer-card:hover {
  transform: translateY(-6px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  border-color: rgba(255, 255, 255, 0.14);
}

.footer-card h4 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
}

.footer-card h4::after {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  margin-top: 10px;
  border-radius: var(--radius-pill);
  background: linear-gradient(90deg, var(--color-orange), var(--color-red));
}

.footer-card ul {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-card a {
  display: inline-flex;
  align-items: center;
  color: var(--color-text);
  text-decoration: none;
  font-size: var(--fs-sm);
  font-weight: 700;
  transition:
    color 0.3s var(--premium-ease),
    transform 0.3s var(--premium-ease);
}

.footer-card a::before {
  content: "›";
  margin-right: 9px;
  color: var(--color-orange);
  font-size: 1.35rem;
  line-height: 1;
  transition: transform 0.3s var(--premium-ease);
}

.footer-card a:hover {
  color: #fff;
  transform: translateX(5px);
}

.footer-card a:hover::before {
  transform: translateX(3px);
}

/* Bottom */

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-block: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.095);
  color: var(--color-text);
  font-size: var(--fs-xs);
  font-weight: 800;
  letter-spacing: 0.055em;
  /* text-transform: uppercase; */
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-bottom-links a {
  color: var(--color-text);
  text-decoration: none;
  transition: var(--transition);
}

.footer-bottom-links a:hover {
  color: #fff;
}

/* =========================
   RESPONSIVE FOOTER
========================= */

@media (max-width: 1024px) {
  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-nav-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 860px) {
  .footer-cta-panel {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-main-cta {
    width: 100%;
  }

  .footer-nav-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .footer-cta-panel {
    border-radius: 16px;
  }

  .footer-performance {
    flex-direction: column;
  }

  .perf-box {
    width: 100%;
  }

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

  .footer-bottom-links {
    flex-wrap: wrap;
    gap: 14px;
  }
}

/* =========================
   ANIMATIONS
========================= */

@keyframes headerSpeedLines {
  0% {
    background-position: 0 0, 0 0;
  }

  100% {
    background-position: 560px 0, 920px 0;
  }
}

@keyframes headerLineMove {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 260% 50%;
  }
}

@keyframes logoShine {
  0%,
  54% {
    transform: translateX(-135%) rotate(18deg);
  }

  76%,
  100% {
    transform: translateX(135%) rotate(18deg);
  }
}

@keyframes logoWheel {
  from {
    transform: skewX(9deg) rotate(0deg);
  }

  to {
    transform: skewX(9deg) rotate(360deg);
  }
}

@keyframes footerLineMove {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 320% 50%;
  }
}

/* =========================
   TWO ROW HEADER
========================= */

.site-header {
  padding-block: 0 !important;
}

.header-top {
  position: relative;
  z-index: 5;
  border-bottom: 1px solid rgba(255,255,255,0.08);

  background:
    linear-gradient(
      135deg,
      rgba(5,10,18,0.88),
      rgba(10,16,28,0.72)
    );

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.header-top-container {
  min-height: 88px;
  display: grid;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 24px;
}

/* =========================
   PARTNER STRIP
========================= */

.partner-strip {
  display: flex;
  align-items: center;
  gap: 12px;
}

.partner-logo {
  width: 100px;
  height: 50px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 12px;

  background: rgba(255,255,255,0.95);

  border: 1px solid rgba(255,255,255,0.08);

  transition:
    transform .35s var(--premium-ease),
    background .35s var(--premium-ease),
    border-color .35s var(--premium-ease);
}

.partner-logo img {
  width: 90px;
  height: 60px;
  object-fit: contain;
  /* filter: brightness(0) invert(1); */
  opacity: .82;
}

.partner-logo:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,0.18);
}

.partner-logo:hover img {
  opacity: 1;
}

/* =========================
   BOTTOM NAVBAR
========================= */

.header-bottom {
  position: relative;
  z-index: 4;

  background:
    linear-gradient(
      135deg,
      rgba(7,10,18,0.72),
      rgba(12,18,32,0.64)
    );

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.header-bottom-container {
  min-height: 70px;

  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* =========================
   STICKY SCROLL EFFECT
========================= */

.site-header.is-scrolled .header-top {
  background:
    linear-gradient(
      135deg,
      rgba(5,10,18,0.95),
      rgba(10,16,28,0.92)
    );
}

.site-header.is-scrolled .header-bottom {
  background:
    linear-gradient(
      135deg,
      rgba(7,10,18,0.95),
      rgba(12,18,32,0.92)
    );

  box-shadow:
    0 18px 60px rgba(0,0,0,0.38);
}

/* =========================
   NAV CENTER
========================= */

.main-nav {
  display: flex;
  justify-content: center;
}

.main-nav ul {
  margin: 0 auto;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1200px) {

  .partner-strip {
    gap: 8px;
  }

  .partner-logo {
    width: 70px;
    height: 42px;
  }

  .logo-copy {
    display: none;
  }

  .site-logo {
    justify-content: left;
  }

}

@media (max-width: 1024px) {

  .header-top-container {
    min-height: 76px;
  }

  /* .partner-strip {
    display: none;
  } */

  .header-contact {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .header-bottom-container {
    justify-content: flex-end;
    min-height: 66px;
  }

  .main-nav {
    justify-content: center;
  }

}

@media (max-width: 640px) {

  .header-top-container {
    min-height: 70px;
  }

  .header-bottom-container {
    min-height: 62px;
  }

  .logo-copy strong {
    font-size: .95rem;
  }

  .logo-copy small {
    font-size: .52rem;
  }

}