:root {
  --navy: #082b67;
  --navy-deep: #031a3c;
  --blue: #087b9b;
  --teal: #049f9d;
  --teal-bright: #14b9b5;
  --ink: #09255d;
  --muted: #54627a;
  --paper: #ffffff;
  --soft: #f5f8fb;
  --line: #d7dee7;
  --shadow: 0 16px 40px rgba(13, 42, 81, .12);
  --radius: 16px;
  --content: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 1000; background: #fff; color: var(--navy); padding: .75rem 1rem; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 1rem; }

.site-header { background: #fff; position: relative; z-index: 20; }
.header-shell, .utility-shell, .section-shell, .footer-shell { width: min(var(--content), calc(100% - 40px)); margin: 0 auto; }
.header-shell { min-height: 164px; display: flex; align-items: center; justify-content: flex-end; position: relative; }
.brand { position: absolute; left: -14px; top: 8px; width: 226px; z-index: 6; }
.brand img { width: 100%; aspect-ratio: 1; object-fit: contain; filter: drop-shadow(0 7px 13px rgba(4, 35, 79, .08)); }
.primary-nav { display: flex; gap: clamp(24px, 3.7vw, 58px); align-items: center; padding-left: 210px; }
.primary-nav a { position: relative; font-size: clamp(1rem, 1.35vw, 1.18rem); font-weight: 700; white-space: nowrap; padding: 10px 0 12px; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--teal); transition: right .25s ease; }
.primary-nav a:hover::after, .primary-nav a.active::after { right: 0; }

.utility-bar { background: linear-gradient(90deg, #eef3f7 0%, #f8fbfd 100%); border-top: 1px solid #edf1f5; border-bottom: 1px solid #d8e0e9; }
.utility-shell { min-height: 82px; display: flex; align-items: center; justify-content: flex-end; gap: 40px; padding-left: 210px; }
.search { width: min(360px, 34vw); height: 46px; background: #fff; border: 1px solid #ccd5df; border-radius: 999px; display: flex; align-items: center; overflow: hidden; box-shadow: inset 0 1px 2px rgba(20,40,70,.04); }
.search input { border: 0; outline: 0; width: 100%; padding: 0 18px; color: var(--ink); background: transparent; }
.search button { width: 48px; height: 100%; border: 0; background: transparent; color: var(--navy); display: grid; place-items: center; cursor: pointer; }
.search svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.utility-actions { display: flex; gap: 14px; }
.cta { min-width: 132px; height: 46px; padding: 0 18px; border-radius: 7px; display: inline-flex; align-items: center; justify-content: center; color: #fff; font-size: 1rem; font-weight: 700; box-shadow: 0 7px 16px rgba(4,35,79,.14); transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; }
.cta:hover { transform: translateY(-2px); box-shadow: 0 12px 22px rgba(4,35,79,.2); filter: brightness(1.05); }
.cta-navy { background: linear-gradient(135deg, #052c69, #003771); }
.cta-blue { background: linear-gradient(135deg, #006b88, #087f9c); }
.cta-teal { background: linear-gradient(135deg, #047e7f, #0aa29e); }
.menu-toggle { display: none; }

.hero {
  width: 100%;
  overflow: hidden;
  background: var(--navy-deep);
  line-height: 0;
}
.hero picture,
.hero img {
  display: block;
  width: 100%;
}
.hero img {
  height: auto;
  object-fit: contain;
  object-position: center;
}

.mission-section { background: linear-gradient(#fff, #fbfcfe); padding: 28px 0 46px; }
.section-shell { text-align: center; }
.section-kicker { width: 52px; height: 3px; background: var(--teal); margin: 0 auto 10px; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
h1 { margin: 0; color: var(--navy); font-size: clamp(2.45rem, 4.8vw, 4rem); line-height: 1.05; }
.mission-copy { max-width: 760px; margin: 18px auto 12px; font-size: clamp(1rem, 1.4vw, 1.18rem); color: #203d76; }
.pillar-intro { margin: 0 auto 28px; font-weight: 800; color: #14316b; font-size: clamp(.98rem, 1.25vw, 1.08rem); }
.pillar-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
.pillar-card { min-height: 330px; background: #fff; border: 1px solid #dbe2ea; border-radius: var(--radius); padding: 28px 24px 24px; box-shadow: var(--shadow); display: flex; flex-direction: column; align-items: center; transition: transform .25s ease, box-shadow .25s ease; }
.pillar-card:hover { transform: translateY(-7px); box-shadow: 0 22px 48px rgba(13,42,81,.16); }
.pillar-icon { width: 94px; height: 94px; color: var(--navy); display: grid; place-items: center; margin-bottom: 12px; }
.pillar-icon svg { width: 82px; height: 82px; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.pillar-card h2 { margin: 0; color: var(--navy); font-size: clamp(1.35rem, 2vw, 1.75rem); line-height: 1.04; }
.card-rule { width: 48px; height: 3px; background: var(--teal-bright); margin: 16px 0; }
.pillar-card p { margin: 0; color: #304872; font-size: .96rem; }
.placeholder-section { height: 0; overflow: hidden; }

.site-footer { border-top: 4px solid var(--teal); color: #fff; background-color: #031936; background-image: linear-gradient(rgba(2, 18, 43, .86), rgba(2, 18, 43, .94)), url("assets/images/art-hero-final.webp"); background-size: cover; background-position: center 72%; }
.footer-shell { padding: 18px 0 24px; text-align: center; }
.footer-icons { display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 10px; }
.footer-icons > span { width: 1px; height: 48px; background: rgba(255,255,255,.62); }
.footer-icons a { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; transition: transform .2s ease, background .2s ease; }
.footer-icons a:hover { transform: translateY(-3px); background: rgba(255,255,255,.1); }
.footer-icons svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.footer-url { display: inline-block; color: var(--teal-bright); font-size: 1.25rem; margin: 2px 0 8px; }
.site-footer p { margin: 3px 0; font-size: .88rem; color: rgba(255,255,255,.94); }

@media (max-width: 1100px) {
  .header-shell { min-height: 142px; }
  .brand { width: 202px; top: 8px; left: -8px; }
  .primary-nav { gap: 24px; padding-left: 175px; }
  .primary-nav a { font-size: .98rem; }
  .utility-shell { padding-left: 175px; gap: 24px; }
  .cta { min-width: 118px; }
  .pillar-grid { gap: 18px; }
}

@media (max-width: 900px) {
  .header-shell { min-height: 110px; justify-content: space-between; }
  .brand { position: relative; left: 0; top: 0; width: 112px; margin: 8px 0; }
  .menu-toggle { display: flex; flex-direction: column; gap: 5px; border: 0; background: none; padding: 12px; }
  .menu-toggle span:not(.sr-only) { width: 28px; height: 2px; background: var(--navy); }
  .primary-nav { position: absolute; left: 0; right: 0; top: 100%; padding: 16px 20px 22px; background: #fff; box-shadow: 0 14px 24px rgba(10,30,60,.13); flex-direction: column; gap: 4px; align-items: stretch; display: none; }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 12px 8px; }
  .utility-shell { padding-left: 0; flex-wrap: wrap; gap: 12px; padding-top: 14px; padding-bottom: 14px; }
  .search { width: 100%; order: 2; }
  .utility-actions { width: 100%; justify-content: flex-end; }
  .pillar-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .header-shell, .utility-shell, .section-shell, .footer-shell { width: min(100% - 24px, var(--content)); }
  .utility-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .cta { min-width: 0; padding: 0 8px; font-size: .86rem; }
  .hero img { min-height: 0; object-fit: cover; object-position: center; }
  .mission-section { padding-top: 24px; }
  .pillar-grid { grid-template-columns: 1fr; }
  .pillar-card { min-height: 0; }
  .footer-icons { gap: 8px; flex-wrap: wrap; }
  .footer-icons > span { display: none; }
  .footer-icons a { width: 40px; height: 40px; }
  .site-footer p { font-size: .76rem; }
}


/* Accessibility and production refinements */
a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(20, 185, 181, .65);
  outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}


/* About ART page additions */
.about-page-hero img { width: 100%; height: auto; }
.about-stack { background: linear-gradient(#ffffff, #fbfcfe); padding: 56px 0 22px; }
.content-wrap { width: min(var(--content), calc(100% - 40px)); margin: 0 auto; }
.content-wrap.narrow { max-width: 860px; }
.content-wrap.wide { max-width: 1080px; }
.info-box {
  background: #fff;
  border: 1px solid #dbe2ea;
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 34px 38px;
  margin-bottom: 26px;
}
.info-box p {
  margin: 12px 0 0;
  color: #304872;
  font-size: 1.04rem;
}
.bylaws-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.bylaws-copy { flex: 1; }
.mini-rule { width: 62px; height: 3px; background: var(--teal-bright); margin-bottom: 10px; }
.about-heading {
  margin: 0;
  color: var(--navy);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-size: clamp(2.4rem, 4vw, 3.5rem);
  line-height: 1.05;
}
.visual-section { padding: 40px 0 10px; }
.display-title {
  margin: 0 0 24px;
  text-align: center;
  color: var(--navy);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-size: clamp(2.7rem, 5vw, 4.4rem);
  line-height: 1.02;
  position: relative;
}
.display-title::before,
.display-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 15%;
  max-width: 180px;
  min-width: 70px;
  height: 3px;
  background: var(--teal);
  transform: translateY(-50%);
}
.display-title::before { left: 0; }
.display-title::after { right: 0; }
.visual-card {
  background: #fff;
  border: 1px solid #dbe2ea;
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 18px;
}
.visual-card img { width: 100%; height: auto; display: block; }
.flowchart-card { max-width: 790px; margin: 0 auto; }
.board-card, .exec-card { max-width: 1080px; margin: 0 auto; }
.committees-section { padding: 44px 0 70px; }
.committees-intro {
  max-width: 780px;
  margin: -6px auto 24px;
  text-align: center;
  color: #304872;
  font-size: 1rem;
}
.committees-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 20px;
}
.committee-item {
  background: #fff;
  border: 1px solid #dbe2ea;
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 22px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.committee-badge {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid var(--teal);
  color: var(--teal);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  font-size: 1.25rem;
  font-weight: 700;
}
.committee-item h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1.04rem;
  line-height: 1.35;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.committee-ctas {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
}
@media (max-width: 900px) {
  .bylaws-box { flex-direction: column; align-items: flex-start; }
  .display-title::before,
  .display-title::after { display: none; }
  .committees-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .content-wrap { width: min(100% - 24px, var(--content)); }
  .info-box { padding: 24px 20px; }
  .committee-ctas { flex-direction: column; align-items: stretch; }
}


/* Heading alignment fix — keeps standardized ART header/subheader/footer unchanged */
.about-heading {
  font-size: clamp(2.15rem, 3.2vw, 3rem);
  line-height: 1.08;
  margin: 0;
}

.info-box .mini-rule,
.bylaws-copy .mini-rule {
  margin: 12px 0 14px;
  width: 64px;
  height: 3px;
  background: var(--teal-bright);
}

.display-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2.6vw, 36px);
  margin: 0 0 28px;
  font-size: clamp(2.2rem, 3.6vw, 3.35rem);
  line-height: 1.08;
  white-space: normal;
  text-align: center;
}

.display-title::before,
.display-title::after {
  content: "";
  position: static;
  display: block;
  flex: 1 1 80px;
  max-width: 170px;
  min-width: 55px;
  height: 3px;
  background: var(--teal);
  transform: none;
}

.display-title span {
  display: inline-block;
}

@media (max-width: 760px) {
  .display-title {
    font-size: clamp(2rem, 8vw, 2.7rem);
    gap: 12px;
  }

  .display-title::before,
  .display-title::after {
    max-width: 70px;
    min-width: 28px;
  }

  .about-heading {
    font-size: clamp(2rem, 8vw, 2.5rem);
  }
}

@media (max-width: 520px) {
  .display-title::before,
  .display-title::after {
    display: none;
  }
}


/* ==============================
   MEMBERSHIP PAGE (homepage-matched shell)
============================== */
.membership-page-hero {
  width: min(var(--content), calc(100% - 40px));
  margin: 0 auto;
  min-height: 430px;
  display: grid;
  grid-template-columns: 1.02fr 1.28fr;
  align-items: stretch;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(4, 18, 58, .94) 0%, rgba(4, 24, 78, .88) 37%, rgba(8, 30, 86, .60) 50%, rgba(8, 30, 86, 0) 62%),
    url("assets/images/membership-starry-bg.png") left center / cover no-repeat,
    linear-gradient(135deg, #04153f 0%, #0a2c75 50%, #123f8c 100%);
}
.membership-hero-copy {
  padding: 54px 42px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
  color: #fff;
}
.membership-hero-copy h1 {
  margin: 0;
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 5vw, 4.6rem);
  font-weight: 600;
  line-height: 1.02;
}
.membership-hero-copy .mini-rule { margin-top: 14px; margin-bottom: 18px; background: var(--teal-bright); }
.hero-lead {
  margin: 0 0 12px;
  max-width: 420px;
  color: rgba(255,255,255,.98);
  font-size: 1.18rem;
  line-height: 1.55;
}
.hero-support {
  margin: 0;
  max-width: 420px;
  color: rgba(255,255,255,.90);
  font-size: 1rem;
  line-height: 1.75;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}
.cta-outline-light {
  min-width: 170px;
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,.85);
  box-shadow: none;
}
.cta-outline-light:hover { background: rgba(255,255,255,.08); }
.membership-hero-visual {
  position: relative;
  min-height: 430px;
}
.membership-hero-visual::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 28%;
  background: linear-gradient(90deg, rgba(6, 22, 66, .78) 0%, rgba(6, 22, 66, .46) 42%, rgba(6, 22, 66, 0) 100%);
  z-index: 1;
}
.membership-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.membership-main {
  padding: 54px 0 74px;
  background: linear-gradient(#ffffff, #fbfcfe);
}
.title-block {
  text-align: center;
  margin-bottom: 18px;
}
.mini-rule.centered {
  margin: 0 auto 14px;
}
.simple-title {
  margin: 0;
  text-align: center;
}
.simple-title::before,
.simple-title::after { display: none; }
.membership-intro {
  max-width: 910px;
  margin: 0 auto 34px;
  text-align: center;
  color: #304872;
  font-size: 1.04rem;
  line-height: 1.75;
}
.categories-block { margin-top: 10px; }
.categories-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.category-card {
  background: #fff;
  border: 1px solid #dbe2ea;
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 24px 24px 22px;
  text-align: center;
  min-height: 214px;
}
.category-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  border-radius: 50%;
  border: 2px solid rgba(18,55,130,.14);
  display: grid;
  place-items: center;
  color: var(--navy);
  font-size: 1.4rem;
  font-weight: 700;
}
.category-card h3 {
  margin: 0;
  color: var(--navy);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.95rem;
  font-weight: 600;
  line-height: 1.08;
}
.card-accent {
  width: 44px;
  height: 3px;
  margin: 12px auto 14px;
  background: var(--teal-bright);
}
.category-card p {
  margin: 0;
  color: #304872;
  font-size: .98rem;
  line-height: 1.56;
}
.join-panel {
  margin-top: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,255,255,.93)),
    url("assets/images/membership-starry-bg.png") center center / cover no-repeat;
  border: 1px solid #dbe2ea;
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 24px 30px;
  display: grid;
  grid-template-columns: 72px 1fr auto;
  align-items: center;
  gap: 20px;
}
.join-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 2px solid rgba(18,55,130,.14);
  display: grid;
  place-items: center;
  color: var(--navy);
  font-size: 1.55rem;
}
.join-copy h3 {
  margin: 0 0 6px;
  color: var(--navy);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 2.9rem);
  font-weight: 600;
  line-height: 1.06;
}
.join-copy p {
  margin: 0;
  color: #304872;
  line-height: 1.65;
}
.join-action { display: flex; justify-content: flex-end; }

@media (max-width: 1080px) {
  .membership-page-hero { grid-template-columns: 1fr; }
  .membership-hero-visual { min-height: 340px; }
  .categories-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .membership-page-hero { width: 100%; }
  .membership-hero-copy { padding: 34px 20px 30px; }
  .membership-hero-visual { min-height: 260px; }
  .categories-grid { grid-template-columns: 1fr; }
  .join-panel { grid-template-columns: 1fr; text-align: center; }
  .join-icon { margin: 0 auto; }
  .join-action { justify-content: center; }
}


/* Membership final revision: full-width fixed hero image + more breathing room */
.membership-final-hero {
  width: 100%;
  overflow: hidden;
  background: var(--navy-deep);
  line-height: 0;
}

.membership-final-hero img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center;
}

/* Hide unused prior hero layout styles by overriding only if old classes remain elsewhere */
.membership-page-hero {
  display: none;
}

/* Add more vertical rhythm without changing content or card details */
.membership-main {
  padding-top: 76px;
  padding-bottom: 104px;
}

.title-block {
  margin-bottom: 24px;
}

.membership-intro {
  margin-bottom: 56px;
  max-width: 980px;
  line-height: 1.85;
}

.categories-block {
  margin-top: 20px;
  margin-bottom: 42px;
}

.categories-grid {
  gap: 32px 30px;
  margin-bottom: 42px;
}

.category-card {
  padding-top: 32px;
  padding-bottom: 30px;
}

.join-panel {
  margin-top: 58px;
  padding-top: 38px;
  padding-bottom: 38px;
}

@media (max-width: 760px) {
  .membership-main {
    padding-top: 48px;
    padding-bottom: 72px;
  }

  .membership-intro {
    margin-bottom: 40px;
  }

  .categories-block {
    margin-bottom: 30px;
  }

  .categories-grid {
    gap: 22px;
  }

  .join-panel {
    margin-top: 40px;
  }
}


/* Final revision: match previous Become Part of the ART Community panel appearance */
.join-panel {
  margin-top: 58px !important;
  padding: 34px 32px 38px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  min-height: 190px;
  border-radius: 18px !important;
  border: 1px solid rgba(255,255,255,.35) !important;
  box-shadow: 0 18px 38px rgba(6,27,58,.14) !important;
  background:
    linear-gradient(90deg, rgba(2,16,48,.96) 0%, rgba(4,28,78,.94) 42%, rgba(63,121,177,.55) 75%, rgba(221,239,250,.78) 100%),
    url("assets/images/membership-starry-bg.png") center center / cover no-repeat !important;
  overflow: hidden;
}

.join-panel .join-copy {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.join-panel .join-copy h3 {
  margin: 0 0 14px !important;
  color: #fff !important;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
  font-size: clamp(2rem, 3.7vw, 3.15rem) !important;
  font-weight: 600 !important;
  line-height: 1.05 !important;
  text-shadow: 0 2px 12px rgba(0,0,0,.28);
}

.join-panel .join-copy p {
  margin: 0 auto 22px !important;
  color: rgba(255,255,255,.94) !important;
  font-size: clamp(1rem, 1.45vw, 1.18rem) !important;
  line-height: 1.55 !important;
  max-width: 820px;
}

.join-panel .join-copy .cta {
  min-width: 180px;
  height: 48px;
}

.join-icon,
.join-action {
  display: none !important;
}

@media (max-width: 760px) {
  .join-panel {
    padding: 28px 18px 32px !important;
    min-height: 210px;
  }

  .join-panel .join-copy p br {
    display: none;
  }
}



/* Final Membership CTA panel cleanup:
   Pure CSS watercolor-style background, no image/text in background.
   No other page sections are changed. */
.join-panel {
  background:
    radial-gradient(circle at 20% 28%, rgba(13, 66, 130, .34) 0%, rgba(13, 66, 130, 0) 34%),
    radial-gradient(circle at 48% 58%, rgba(21, 110, 175, .26) 0%, rgba(21, 110, 175, 0) 38%),
    radial-gradient(circle at 78% 50%, rgba(185, 218, 240, .72) 0%, rgba(185, 218, 240, 0) 42%),
    linear-gradient(90deg, #03153b 0%, #082a63 45%, #2b6fa4 74%, #c7dbea 100%) !important;
  border: 1px solid rgba(255,255,255,.36) !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 38px rgba(6,27,58,.14) !important;
  overflow: hidden;
}

.join-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 80%, rgba(255,255,255,.05), transparent 30%),
    radial-gradient(circle at 62% 18%, rgba(255,255,255,.08), transparent 34%),
    linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.09) 100%);
  mix-blend-mode: screen;
}

.join-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image:
    radial-gradient(circle at 12% 20%, rgba(255,255,255,.5) 0 1px, transparent 1.5px),
    radial-gradient(circle at 34% 72%, rgba(255,255,255,.45) 0 1px, transparent 1.5px),
    radial-gradient(circle at 72% 28%, rgba(255,255,255,.38) 0 1px, transparent 1.5px),
    radial-gradient(circle at 88% 62%, rgba(255,255,255,.35) 0 1px, transparent 1.5px);
}

.join-panel .join-copy {
  position: relative;
  z-index: 1;
}

/* Final membership hero CTA update */
.membership-final-hero { position: relative; line-height: normal; }
.membership-hero-live-actions { position: absolute; left: clamp(56px, 5.2vw, 98px); bottom: clamp(22px, 3vw, 42px); z-index: 3; }
.membership-hero-live-cta { min-width: 242px; min-height: 62px; padding: 0 30px; display: inline-flex; align-items: center; justify-content: center; border-radius: 7px; background: linear-gradient(135deg,#08b6b3,#14c9c2); color: #fff; font-size: clamp(1.05rem,1.7vw,1.35rem); font-weight: 700; box-shadow: 0 10px 24px rgba(0,24,62,.28); transition: transform .2s ease, filter .2s ease; }
.membership-hero-live-cta:hover { transform: translateY(-2px); filter: brightness(1.05); }
@media (max-width: 700px) { .membership-hero-live-actions { left: 24px; bottom: 18px; } .membership-hero-live-cta { min-width: 178px; min-height: 48px; padding: 0 20px; } }


/* Restored full Membership hero with clickable baked-in Join now CTA */
.membership-final-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #061b46;
}
.membership-final-hero > img {
  width: 100%;
  height: auto;
  display: block;
}
.membership-hero-click-target {
  position: absolute;
  left: 4.8%;
  bottom: 8.1%;
  width: 13.5%;
  height: 10.5%;
  z-index: 4;
  border-radius: 7px;
}
.membership-hero-click-target:focus-visible {
  outline: 4px solid #18b9b6;
  outline-offset: 4px;
}
@media (max-width: 700px) {
  .membership-hero-click-target {
    left: 4.5%;
    bottom: 7.5%;
    width: 18%;
    height: 11%;
  }
}
