/* Shared premium footer and compact header adjustments */
.site-header .nav-wrap {
  padding-left: clamp(20px, 2.8vw, 42px);
  padding-right: clamp(20px, 2.8vw, 42px);
}

.site-header .primary-nav {
  gap: clamp(20px, 2.2vw, 36px) !important;
  font-size: clamp(13.5px, .9vw, 15.5px) !important;
  font-weight: 800 !important;
  letter-spacing: .55px !important;
}

.site-header .primary-nav a {
  white-space: nowrap;
}

.site-header .nav-actions {
  gap: 12px;
}

.site-header .nav-shop {
  min-width: 132px;
}

.site-header .join-club-link {
  min-height: 38px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #f7d536;
  border-radius: 999px;
  background: linear-gradient(135deg, #f7d536 0%, #ff8f22 100%);
  color: #041b45;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1.2px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(255, 143, 34, .24);
}

.site-header .join-club-link:hover,
.site-header .join-club-link:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(255, 143, 34, .32);
}

.site-header .brand {
  width: clamp(210px, 16vw, 255px) !important;
  min-width: clamp(210px, 16vw, 255px) !important;
}

.site-header .brand img {
  width: 100% !important;
  height: auto !important;
}

@media (max-width: 1240px) {
  .site-header .icon-button {
    display: none;
  }
}

.site-footer-pro {
  display: block !important;
  visibility: visible !important;
  clear: both;
  position: relative;
  z-index: 5;
  min-height: 360px;
  background:
    radial-gradient(circle at 14% 18%, rgba(60,164,224,.18), transparent 32%),
    linear-gradient(135deg, #020b1f 0%, #041b45 52%, #061533 100%);
  color: rgba(255,255,255,.82);
  border-top: 1px solid rgba(255,255,255,.14);
}

.footer-lead-in {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(34px, 4vw, 56px) clamp(22px, 4vw, 54px);
  background:
    radial-gradient(circle at 18% 18%, rgba(60,164,224,.12), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f4f6f8 100%);
  color: #041b45;
  border-top: 1px solid #d8dee7;
  border-bottom: 1px solid #d8dee7;
}

.footer-lead-in strong {
  display: block;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(28px, 3vw, 43px);
  line-height: .95;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.footer-lead-in span {
  display: block;
  margin-top: 7px;
  max-width: 760px;
  color: #526176;
  font-size: 15px;
}

.footer-lead-in > div {
  width: min(100%, 1040px);
  margin: 0 auto;
}

.inner-circle-signup {
  display: grid;
  grid-template-columns: minmax(280px, .95fr) minmax(420px, 1.05fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  text-align: left;
}

.inner-circle-copy small {
  display: inline-flex;
  margin-bottom: 12px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  color: #3ca4e0;
}

.inner-circle-plaque {
  display: block;
  width: min(100%, 330px);
  margin: 0 0 14px;
  filter: drop-shadow(0 12px 22px rgba(4,27,69,.14));
}

.inner-circle-copy strong {
  font-size: clamp(34px, 3.7vw, 55px);
  color: #041b45;
}

.inner-circle-copy span {
  max-width: 520px;
  font-size: 16px;
  line-height: 1.6;
}

.inner-circle-copy em {
  display: block;
  margin-top: 13px;
  color: #041b45;
  font-style: normal;
  font-weight: 800;
}

.signup-form {
  padding: clamp(20px, 2.4vw, 30px);
  border: 1px solid #cfd7e2;
  background: rgba(255,255,255,.78);
  box-shadow: 0 18px 48px rgba(4,27,69,.08);
}

.signup-form .bot-field {
  display: none;
}

.signup-row {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr) auto;
  gap: 10px;
  align-items: stretch;
}

.signup-row input {
  min-height: 48px;
  width: 100%;
  border: 1px solid #b8c2cf;
  background: #fff;
  color: #041b45;
  padding: 0 14px;
  font: 700 14px/1.2 "Inter", Arial, sans-serif;
}

.signup-row input::placeholder {
  color: #7a8798;
}

.signup-row button {
  min-height: 48px;
  border: 1px solid #041b45;
  background: #041b45;
  color: #fff;
  padding: 0 22px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  cursor: pointer;
}

.signup-consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 14px;
  color: #526176;
  font-size: 12px;
  line-height: 1.45;
}

.signup-consent input {
  margin-top: 2px;
  accent-color: #041b45;
}

.footer-metal-line {
  height: 11px;
  background: linear-gradient(90deg, #8d9299 0%, #f8f9fa 45%, #9ca2aa 100%);
  border-top: 1px solid rgba(255,255,255,.25);
  border-bottom: 1px solid rgba(0,0,0,.18);
}

.footer-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 54px 54px 42px;
  display: grid;
  grid-template-columns: minmax(300px, 1.6fr) repeat(3, minmax(130px, .75fr)) minmax(240px, 1fr);
  gap: 34px;
}

.footer-brand-block p {
  max-width: 390px;
  margin: 20px 0 0;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255,255,255,.72);
}

.footer-private-block p {
  max-width: 390px;
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255,255,255,.72);
}

.footer-logo {
  display: inline-flex;
  width: 235px;
  max-width: 100%;
}

.footer-logo img {
  display: block;
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}

.footer-social {
  display: grid;
  grid-template-columns: repeat(8, 36px);
  gap: 14px;
  margin-top: 28px;
  align-items: center;
  justify-content: flex-start;
}

.footer-social a {
  width: auto;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: inherit;
  text-decoration: none;
  position: relative;
  transition: transform .18s ease, filter .18s ease;
}

.footer-social a::before {
  content: none;
}

.footer-social img {
  width: 32px;
  height: 32px;
  display: block;
  object-fit: contain;
  position: relative;
  z-index: 1;
  filter: none;
}

.footer-social a:hover,
.footer-social a:focus-visible {
  transform: translateY(-3px);
  filter: saturate(1.1) brightness(1.08);
}

.footer-social a:nth-child(8) {
  grid-column: auto;
  justify-self: center;
  margin-top: 0;
}

.footer-commerce {
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.footer-commerce > span {
  color: rgba(255,255,255,.62);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-commerce-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.footer-commerce-badges a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 9px 12px;
  border-radius: 6px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(255,255,255,.18);
  text-decoration: none;
  transition: transform .18s ease, background .18s ease;
}

.footer-commerce-badges a:hover,
.footer-commerce-badges a:focus-visible {
  transform: translateY(-2px);
  background: #fff;
}

.footer-commerce-badges img {
  display: block;
  max-width: 132px;
  max-height: 34px;
  object-fit: contain;
}

.footer-commerce-badges a:first-child img {
  max-width: 154px;
}

.footer-column,
.footer-private-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: start;
}

.footer-column h2,
.footer-private-block h2 {
  margin: 0 0 16px;
  color: #fff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-column a,
.footer-invest-link {
  color: rgba(255,255,255,.76);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.25;
}

.footer-column a + a {
  margin-top: 13px;
}

.footer-column a:hover,
.footer-column a:focus-visible,
.footer-invest-link:hover,
.footer-invest-link:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-invest-link {
  margin-top: 22px;
  min-height: 42px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.48);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.footer-bottom {
  max-width: 1440px;
  margin: 0 auto;
  padding: 22px 54px 28px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.58);
  font-size: 12px;
  line-height: 1.5;
}

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

  .footer-brand-block,
  .footer-private-block {
    grid-column: 1 / -1;
  }

  .footer-private-block {
    max-width: 560px;
  }

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

@media (max-width: 640px) {
  .footer-lead-in {
    text-align: center;
  }

  .inner-circle-signup {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .inner-circle-copy small {
    justify-content: center;
  }

  .inner-circle-plaque {
    margin-left: auto;
    margin-right: auto;
  }

  .inner-circle-copy span {
    margin-left: auto;
    margin-right: auto;
  }

  .signup-form {
    text-align: left;
  }

  .signup-row {
    grid-template-columns: 1fr;
  }

  .footer-inner,
  .footer-bottom {
    padding-left: 22px;
    padding-right: 22px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-logo {
    width: 205px;
  }

  .footer-social {
    grid-template-columns: repeat(4, 36px);
  }

  .footer-social a:nth-child(8) {
    grid-column: auto;
  }
}

@media (max-width: 860px) {
  .site-header .nav-wrap {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .site-header .brand {
    width: 205px !important;
    min-width: 0 !important;
  }

  .site-header .nav-actions {
    display: none !important;
  }

  .site-header .primary-nav {
    font-size: 13px !important;
    letter-spacing: .6px !important;
  }
}

@media (max-width: 430px) {
  .site-header .nav-wrap {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .site-header .brand {
    width: 190px !important;
  }
}

/* Final shared header lock: keeps every page using the same nav scale. */
body .site-header {
  height: 94px !important;
}

body .site-header .nav-wrap {
  max-width: 1440px !important;
  height: 100% !important;
  margin: 0 auto !important;
  padding-left: clamp(20px, 2.8vw, 42px) !important;
  padding-right: clamp(20px, 2.8vw, 42px) !important;
  display: flex !important;
  align-items: center !important;
  gap: clamp(18px, 2vw, 34px) !important;
}

body .site-header .brand,
body .site-header .brand img {
  width: clamp(210px, 16vw, 255px) !important;
  min-width: clamp(210px, 16vw, 255px) !important;
}

body .site-header .primary-nav {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(20px, 2.2vw, 36px) !important;
  font-family: "Barlow Condensed", Arial, sans-serif !important;
  font-size: clamp(13.5px, .9vw, 15.5px) !important;
  font-weight: 800 !important;
  letter-spacing: .55px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

body .site-header .primary-nav a {
  padding: 10px 0 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
}

body .site-header .nav-actions {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-left: 0 !important;
}

body .site-header .nav-shop {
  min-width: 132px !important;
}

@media (max-width: 1240px) {
  body .site-header .icon-button {
    display: none !important;
  }
}

@media (max-width: 920px) {
  body .site-header {
    height: 78px !important;
  }

  body .site-header .brand,
  body .site-header .brand img {
    width: 205px !important;
    min-width: 0 !important;
  }

  body .site-header .menu-toggle {
    display: inline-flex !important;
  }

  body .site-header .primary-nav {
    display: none !important;
  }

  body .site-header .primary-nav.open {
    display: flex !important;
  }

  body .site-header .nav-actions {
    display: flex !important;
    margin-left: auto !important;
  }

  body .site-header .nav-actions .icon-button,
  body .site-header .nav-actions .nav-shop {
    display: none !important;
  }

  body .site-header .join-club-link {
    min-height: 34px;
    padding: 0 12px;
    font-size: 11px;
    letter-spacing: .9px;
  }
}

@media (max-width: 430px) {
  body .site-header .brand,
  body .site-header .brand img {
    width: 190px !important;
  }
}
