:root {
  color: #1f2937;
  background: #f7f8fc;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background: linear-gradient(145deg, #f8f6ff 0%, #f7f8fc 50%, #f0f7ff 100%);
  line-height: 1.75;
}

.join-page {
  color: #dfe7f5;
  background: #0c1221;
  background-image: radial-gradient(circle at 8% 0%, rgb(75 67 153 / 30%), transparent 34rem), radial-gradient(circle at 100% 60%, rgb(22 117 126 / 18%), transparent 32rem);
}

main {
  width: min(100% - 32px, 760px);
  margin: 48px auto;
  padding: clamp(24px, 5vw, 48px);
  background: #ffffff;
  border: 1px solid #e6e7ef;
  border-radius: 20px;
  box-shadow: 0 16px 40px rgb(38 44 72 / 8%);
}

.join-shell {
  width: min(100% - 32px, 980px);
  margin: 28px auto;
  padding: clamp(24px, 5vw, 60px);
  overflow: hidden;
  background: rgb(16 24 42 / 92%);
  border: 1px solid rgb(164 180 211 / 20%);
  border-radius: 28px;
  box-shadow: 0 24px 80px rgb(0 0 0 / 30%);
}

.join-shell h1,
.join-shell h2,
.join-shell h3 { color: #f6f8fc; }

.site-header { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 72px; }
.brand-mark { margin: 0; color: #f6f8fc; font-weight: 800; letter-spacing: .04em; }
.brand-mark span { color: #c4b5fd; font-size: 1.4em; vertical-align: -.08em; }
.brand-subtitle { margin: 0; color: #9eacc3; font-size: .86rem; }
.hero-image { margin: 0 0 42px; overflow: hidden; border: 1px solid rgb(255 255 255 / 20%); border-radius: 20px; background: #ff6a42; box-shadow: 0 18px 42px rgb(0 0 0 / 25%); }
.hero-image img { display: block; width: 100%; height: auto; }
.eyebrow { margin: 0 0 12px; color: #a99cfb; font-size: .72rem; font-weight: 800; letter-spacing: .18em; }
.join-shell section { margin: 26px 0; padding: 28px; border: 1px solid rgb(164 180 211 / 15%); border-left: 0; border-radius: 18px; background: rgb(255 255 255 / 4%); }
.hero-copy { padding: 8px 4px 30px; }
.hero-copy h1 { margin: 0 0 18px; font-size: clamp(2rem, 6vw, 3.7rem); letter-spacing: -.05em; }
.hero-copy > p:not(.eyebrow):not(.action-wrap):not(.hero-price) { max-width: 38rem; margin-bottom: 10px; color: #c7d2e4; font-size: 1.02rem; }
.hero-copy .hero-action { max-width: 34rem; margin-top: 26px; }
.hero-price { margin: 0; color: #aebbd0; font-size: .84rem; font-weight: 700; }
.at-a-glance-section { background: linear-gradient(135deg, rgb(69 86 151 / 18%), rgb(255 255 255 / 3%)) !important; }
.glance-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 24px; }
.glance-grid article { min-height: 154px; padding: 20px; border: 1px solid rgb(164 180 211 / 15%); border-radius: 14px; background: rgb(5 10 22 / 22%); }
.glance-grid strong { color: #b9e8e3; font-size: 1.35rem; letter-spacing: -.03em; }
.glance-grid h3 { margin: 9px 0 8px; font-size: 1rem; }
.glance-grid p { margin: 0; color: #9eacc3; font-size: .86rem; line-height: 1.65; }
.program-note, .membership-section p, .eligibility, .cancel-note { color: #aebbd0; }
.program-section { background: linear-gradient(135deg, rgb(91 78 184 / 17%), rgb(255 255 255 / 3%)) !important; }
.section-heading h2, .membership-section h2 { margin: 0 0 18px; font-size: 1.65rem; }
.program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.program-grid article { min-height: 170px; padding: 20px; border: 1px solid rgb(164 180 211 / 15%); border-radius: 14px; background: rgb(5 10 22 / 22%); }
.program-grid article span { color: #a99cfb; font-size: .78rem; font-weight: 800; letter-spacing: .12em; }
.program-grid h3 { margin: 14px 0 10px; font-size: 1rem; line-height: 1.45; }
.program-grid p { margin: 0; color: #9eacc3; font-size: .9rem; line-height: 1.65; }
.program-note { margin: 22px 0 0; font-size: .9rem; }
.archive-section { background: linear-gradient(135deg, rgb(25 111 119 / 23%), rgb(91 78 184 / 14%)) !important; }
.archive-section .section-heading > p { color: #c5d5e8; }
.archive-stat { display: flex; align-items: baseline; gap: 10px; margin: 4px 0 18px !important; }
.archive-stat strong { color: #f2f8ff; font-size: clamp(2rem, 5vw, 3rem); letter-spacing: -.04em; }
.archive-stat span { color: #b9e8e3; font-size: 1.05rem; font-weight: 700; }
.archive-note { margin: 18px 0 0 !important; color: #9eacc3 !important; font-size: .8rem; }
.bot-section { background: linear-gradient(135deg, rgb(138 100 45 / 17%), rgb(255 255 255 / 3%)) !important; }
.bot-section .section-heading > p { color: #c5d5e8; }
.bot-section .eyebrow span { color: #cfb784; letter-spacing: .04em; }
.development-note { margin: 22px 0 8px !important; padding: 13px 15px; border: 1px solid rgb(226 191 111 / 38%); border-radius: 12px; color: #efe1bc !important; background: rgb(120 88 29 / 18%); font-size: .88rem; }
.development-note strong { margin-right: .35em; }
.bot-boundary { margin: 14px 0 0 !important; color: #9eacc3 !important; font-size: .8rem; }
.membership-section { background: rgb(139 125 255 / 13%) !important; }
.membership-section p { margin: 0; }
.plan-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 24px; }
.plan-card { padding: 22px; border: 1px solid rgb(164 180 211 / 20%); border-radius: 16px; background: rgb(5 10 22 / 28%); }
.plan-card.featured-plan { border-color: rgb(168 226 226 / 55%); background: linear-gradient(145deg, rgb(118 96 220 / 25%), rgb(25 111 119 / 18%)); }
.plan-card .plan-label { color: #a99cfb; font-size: .7rem; font-weight: 800; letter-spacing: .14em; }
.plan-card h3 { margin: 8px 0 4px; font-size: 1.35rem; }
.plan-card ul { margin: 18px 0 0; padding-left: 1.25rem; color: #c8d3e5; }
.plan-card .plan-note { margin-top: 16px; color: #9eacc3; font-size: .82rem; }
.plan-card .capacity-status,
.capacity-status {
  display: inline-flex;
  align-items: baseline;
  gap: .2rem;
  width: fit-content;
  margin-top: 14px;
  padding: 7px 11px;
  border: 1px solid #7dd3c7;
  border-radius: 999px;
  color: #d8fff8;
  background: rgb(18 115 105 / 24%);
  font-size: .8rem;
  font-weight: 800;
}
.capacity-status strong { font-size: 1.15em; }
.plan-card .capacity-full,
.capacity-full {
  border-color: #f5a7a7;
  color: #ffe1e1;
  background: rgb(153 43 43 / 24%);
}
.plan-card .capacity-unavailable,
.capacity-unavailable {
  border-color: #b6bfd0;
  color: #d8deea;
  background: rgb(95 105 126 / 24%);
}
.price { flex: 0 0 auto; white-space: nowrap; color: #ddd8ff; }
.price strong { font-size: clamp(1.8rem, 5vw, 2.7rem); letter-spacing: -.04em; }
.price span { color: #aebbd0; }
.eligibility { margin: 24px 0; font-size: .84rem; }
.action-wrap { margin: 28px 0 14px; }
.primary-action { display: flex; align-items: center; justify-content: space-between; min-height: 58px; padding: 16px 22px; border-radius: 12px; color: #15152b; background: linear-gradient(110deg, #d7d0ff, #a8e2e2); font-size: 1.02rem; text-decoration: none; box-shadow: 0 10px 30px rgb(125 211 220 / 15%); }
.primary-action:hover { color: #111125; background: linear-gradient(110deg, #e7e2ff, #c1eeee); }
.closing-section { margin-top: 42px !important; padding: 34px 28px !important; border-color: rgb(168 226 226 / 42%) !important; background: linear-gradient(125deg, rgb(88 75 185 / 36%), rgb(23 110 118 / 28%)) !important; text-align: center; }
.closing-section h2 { margin-bottom: 12px; }
.closing-section > p:not(.eyebrow):not(.action-wrap) { max-width: 34rem; margin-right: auto; margin-left: auto; color: #d3deed; }
.closing-section .action-wrap { max-width: 34rem; margin: 24px auto 0; text-align: left; }
.cancel-note { margin: 0; text-align: center; font-size: .82rem; }
.site-footer { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 22px; margin-top: 42px; color: #8290a9; font-size: .82rem; }
.site-footer a { color: #9faecc; font-weight: 600; }

h1,
h2 {
  color: #18223b;
  line-height: 1.35;
}

h1 {
  margin: 0 0 24px;
  font-size: clamp(1.7rem, 5vw, 2.25rem);
}

h2 {
  margin: 32px 0 12px;
  font-size: 1.25rem;
}

p {
  margin: 0 0 16px;
}

a {
  color: #4f46e5;
  font-weight: 700;
  text-underline-offset: 0.18em;
}

a:hover {
  color: #3730a3;
}

form {
  margin: 20px 0;
}

button {
  width: 100%;
  min-height: 48px;
  padding: 12px 18px;
  border: 0;
  border-radius: 10px;
  background: #4f46e5;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}

button:hover {
  background: #3730a3;
}

button:disabled {
  cursor: not-allowed;
  opacity: .58;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid #f59e0b;
  outline-offset: 3px;
}

input {
  width: 100%;
  min-height: 44px;
  margin-top: 6px;
  padding: 8px 10px;
  border: 1px solid #bfc3d4;
  border-radius: 8px;
  font: inherit;
}

textarea {
  width: 100%;
  min-height: 12rem;
  margin-top: 6px;
  padding: 8px 10px;
  border: 1px solid #bfc3d4;
  border-radius: 8px;
  font: inherit;
  resize: vertical;
}

.honeypot {
  display: none;
}

section {
  margin: 24px 0;
  padding: 20px;
  border-left: 4px solid #6366f1;
  border-radius: 8px;
  background: #f5f4ff;
}

.maintenance-notice {
  border-left-color: #d97706;
  background: #fff8e7;
}

nav {
  margin-top: 32px;
  color: #596275;
  font-size: 0.92rem;
}

[role="status"] {
  padding: 12px 14px;
  border-radius: 8px;
  background: #eef6ff;
}

@media (max-width: 480px) {
  main {
    width: min(100% - 20px, 760px);
    margin: 20px auto;
  }

  .join-shell { width: min(100% - 18px, 980px); margin: 9px auto; padding: 24px 18px; border-radius: 20px; }
  .site-header { display: block; margin-bottom: 52px; }
  .brand-subtitle { margin-top: 6px; }
  .program-grid { grid-template-columns: 1fr; }
  .program-grid article { min-height: auto; }
  .glance-grid { grid-template-columns: 1fr; }
  .glance-grid article { min-height: auto; }
  .membership-section { display: block; }
  .price { margin-top: 18px; }
  .plan-grid { grid-template-columns: 1fr; }
}

/* 入会案内以外のページも、研究所の入口と同じ配色・余白にそろえる。 */
body:not(.join-page) {
  background: linear-gradient(145deg, #fff9f0 0%, #f7f8fc 48%, #edf4fa 100%);
}

main:not(.join-shell) {
  position: relative;
  overflow: hidden;
  border-top: 5px solid #ff7048;
  box-shadow: 0 18px 44px rgb(24 34 59 / 10%);
}

main:not(.join-shell)::before {
  content: "YASUDA SOUND LAB";
  display: block;
  margin-bottom: 20px;
  color: #e26040;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .16em;
}

main:not(.join-shell) h1 {
  margin-bottom: 18px;
  color: #101e3b;
}

main:not(.join-shell) h2 {
  color: #101e3b;
}

main:not(.join-shell) section {
  border-left-color: #ff7048;
  background: #fff8f3;
}

main:not(.join-shell) .maintenance-notice {
  border-left-color: #d97706;
  background: #fff8e7;
}

main:not(.join-shell) [role="status"] {
  border: 1px solid #cde1f2;
  background: #f0f8ff;
}

main:not(.join-shell) .capacity-status {
  border-color: #5aa99e;
  color: #145a52;
  background: #e8f8f5;
}

main:not(.join-shell) .capacity-full {
  border-color: #dc8f8f;
  color: #8f2525;
  background: #fff0f0;
}

main:not(.join-shell) .capacity-unavailable {
  border-color: #aab1bd;
  color: #505968;
  background: #f1f3f6;
}

main:not(.join-shell) button {
  background: #10224a;
  box-shadow: 0 8px 18px rgb(16 34 74 / 14%);
}

main:not(.join-shell) button:hover {
  background: #183262;
}

main:not(.join-shell) a {
  color: #b9412c;
}

main:not(.join-shell) a:hover {
  color: #832a20;
}

.member-plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.member-plan-grid form {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 18px;
  border: 1px solid #e4d8cf;
  border-radius: 12px;
  background: #fff;
}

.member-plan-grid form p:last-of-type {
  flex: 1;
}

.upgrade-card {
  margin: 24px 0;
  padding: 22px;
  border: 2px solid #c7683f;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 248, 243, 0.98), rgba(255, 255, 255, 0.98));
  box-shadow: 0 12px 28px rgba(126, 55, 32, 0.1);
}

.upgrade-card h2 {
  margin-top: 0;
}

.upgrade-card form {
  margin: 18px 0 10px;
}

.upgrade-card button {
  width: 100%;
}

@media (max-width: 600px) {
  .member-plan-grid {
    grid-template-columns: 1fr;
  }

  .upgrade-card {
    padding: 18px;
  }
}

dl {
  margin: 24px 0;
  border: 1px solid #e9ddd5;
  border-radius: 12px;
  overflow: hidden;
}

dt,
dd {
  margin: 0;
  padding: 14px 18px;
}

dt {
  border-top: 1px solid #eee5df;
  background: #fff8f3;
  color: #10224a;
  font-weight: 800;
}

dt:first-child { border-top: 0; }

dd {
  border-top: 1px solid #eee5df;
}

/* /join: launch-mode LP. These rules are intentionally scoped so member and admin pages keep their current controls. */
.join-page {
  scroll-behavior: smooth;
}

.join-shell {
  overflow: visible;
}

.join-shell .lp-header {
  margin-bottom: 18px;
}

.join-shell .lp-header .brand-mark {
  color: #f6f8fc;
  text-decoration: none;
}

.join-shell .lp-page-nav {
  position: sticky;
  z-index: 4;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  margin: 0 -8px 30px;
  padding: 10px 8px;
  border-bottom: 1px solid rgb(164 180 211 / 22%);
  background: rgb(16 24 42 / 94%);
  backdrop-filter: blur(12px);
}

.join-shell .lp-page-nav a {
  padding: 5px 8px;
  border-radius: 999px;
  color: #c6d5ec;
  font-size: .76rem;
  font-weight: 800;
  text-decoration: none;
}

.join-shell .lp-page-nav a:hover {
  color: #15152b;
  background: #d7d0ff;
}

.join-shell .lp-page-nav .lp-member-link {
  margin-left: auto;
  color: #16152b;
  background: #d7d0ff;
}

.join-shell .lp-hero,
.join-shell .lp-section {
  scroll-margin-top: 5.6rem;
  border-left: 0;
}

.join-shell .lp-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(20px, 3vw, 30px);
  align-items: stretch;
  margin: 0 0 42px;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid rgb(174 193 224 / 22%);
  border-radius: 24px;
  background:
    radial-gradient(circle at 8% 10%, rgb(125 105 237 / 30%), transparent 42%),
    linear-gradient(130deg, rgb(39 47 84 / 80%), rgb(16 49 64 / 58%));
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.join-shell .lp-hero-copy > p:not(.eyebrow):not(.lp-mode-label):not(.lp-hero-action):not(.lp-hero-bot) {
  max-width: 39rem;
  color: #d0dced;
}

.join-shell .lp-mode-label {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 5px 10px;
  border: 1px solid rgb(239 208 138 / 42%);
  border-radius: 999px;
  color: #ffe2a5;
  background: rgb(148 102 37 / 20%);
  font-size: .77rem;
  font-weight: 800;
}

.join-shell .lp-mode-open {
  border-color: rgb(139 235 216 / 42%);
  color: #bafff0;
  background: rgb(20 121 108 / 23%);
}

.join-shell .lp-hero-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 22px 0;
  border: 0;
  border-radius: 0;
  overflow: visible;
}

.join-shell .lp-hero-facts div {
  padding: 10px 12px;
  border: 1px solid rgb(216 228 247 / 16%);
  border-radius: 10px;
  background: rgb(4 11 29 / 25%);
}

.join-shell .lp-hero-facts .lp-hero-plan-fact {
  grid-column: 1 / -1;
}

.join-shell .lp-hero-facts dt,
.join-shell .lp-hero-facts dd {
  padding: 0;
  border: 0;
  background: transparent;
}

.join-shell .lp-hero-facts dt {
  color: #a9b9d2;
  font-size: .7rem;
  font-weight: 800;
}

.join-shell .lp-hero-facts dd {
  color: #f1f5ff;
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.45;
}

.join-shell .lp-hero-bot {
  margin-bottom: 0;
  color: #b9cbe1;
  font-size: .84rem;
  line-height: 1.65;
}

.join-shell .lp-hero-action {
  max-width: 27rem;
  margin: 24px 0 0;
}

.join-shell .lp-hero-image {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 23%);
  border-radius: 18px;
  background: #ff6a42;
  box-shadow: 0 18px 42px rgb(0 0 0 / 25%);
}

.join-shell .lp-hero-image img {
  display: block;
  width: 100%;
  height: auto;
}

.join-shell .lp-section {
  margin: 34px 0;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid rgb(164 180 211 / 16%);
  border-radius: 20px;
  background: rgb(255 255 255 / 4%);
}

.join-shell .lp-section-heading {
  max-width: 46rem;
}

.join-shell .lp-section-heading h2 {
  margin: 0 0 13px;
  font-size: clamp(1.55rem, 4vw, 2.25rem);
  letter-spacing: -.035em;
}

.join-shell .lp-section-heading > p:not(.eyebrow) {
  color: #c7d3e5;
}

.join-shell .lp-intro {
  border-color: rgb(113 203 196 / 30%);
  background: linear-gradient(135deg, rgb(28 115 116 / 20%), rgb(82 72 167 / 17%));
}

.join-shell .lp-intro > p {
  max-width: 43rem;
  margin-bottom: 0;
  color: #cde0eb;
}

.join-shell .lp-inline-form {
  margin: 16px 0 0;
}

.join-shell .lp-text-cta {
  width: auto;
  min-height: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  color: #b9f2e9;
  background: transparent;
  box-shadow: none;
  font-size: .92rem;
}

.join-shell .lp-text-cta:hover {
  color: #ecfffb;
  background: transparent;
}

.join-shell .lp-check-grid,
.join-shell .lp-feature-grid,
.join-shell .lp-program-grid,
.join-shell .lp-plan-grid {
  display: grid;
  gap: 12px;
}

.join-shell .lp-check-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.join-shell .lp-check-grid p {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 14px;
  border-radius: 12px;
  color: #dbe5f2;
  background: rgb(8 13 30 / 27%);
  font-size: .92rem;
  line-height: 1.6;
}

.join-shell .lp-check-grid p::before {
  flex: 0 0 auto;
  color: #9ff2e4;
  content: "✓";
  font-weight: 900;
}

.join-shell .lp-about {
  background: linear-gradient(140deg, rgb(66 73 143 / 20%), rgb(255 255 255 / 3%));
}

.join-shell .lp-two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 22px;
}

.join-shell .lp-two-column p {
  margin: 0;
  color: #c8d4e5;
}

.join-shell .lp-feature-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 26px;
}

.join-shell .lp-feature-grid article,
.join-shell .lp-program-grid article {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgb(164 180 211 / 17%);
  border-radius: 14px;
  background: rgb(6 12 28 / 30%);
}

.join-shell .lp-feature-grid span,
.join-shell .lp-program-grid span {
  color: #aa9dff;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .1em;
}

.join-shell .lp-feature-grid h3,
.join-shell .lp-program-grid h3 {
  margin: 9px 0 7px;
  font-size: .98rem;
  line-height: 1.4;
}

.join-shell .lp-feature-grid p,
.join-shell .lp-program-grid p {
  margin: 0;
  color: #9eafc6;
  font-size: .79rem;
  line-height: 1.65;
}

.join-shell .lp-about-description {
  margin: 22px 0 0;
  color: var(--lp-ink);
}

.join-shell .lp-center-action {
  width: min(100%, 29rem);
  margin: 28px auto 0;
}

.join-shell .lp-research {
  background: linear-gradient(140deg, rgb(84 70 175 / 25%), rgb(21 91 112 / 15%));
}

.join-shell .lp-program-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.join-shell .lp-method-list,
.join-shell .lp-flow-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.join-shell .lp-method-list li,
.join-shell .lp-flow-list li {
  padding: 14px 16px;
  border-left: 3px solid #9e8dff;
  border-radius: 0 10px 10px 0;
  color: #ced8e7;
  background: rgb(8 13 29 / 31%);
}

.join-shell .lp-method-list strong,
.join-shell .lp-flow-list strong {
  color: #f4f6ff;
}

.join-shell .lp-qa {
  border-color: rgb(155 205 240 / 27%);
  background: rgb(47 90 133 / 14%);
}

.join-shell .lp-archive {
  background: linear-gradient(135deg, rgb(18 103 105 / 26%), rgb(73 61 157 / 25%));
}

.join-shell .lp-stat-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: baseline;
  margin: 16px 0 !important;
}

.join-shell .lp-stat-line strong {
  color: #f3f8ff;
  font-size: clamp(2rem, 6vw, 3.1rem);
  letter-spacing: -.06em;
}

.join-shell .lp-stat-line span {
  color: #b6eee6;
  font-weight: 800;
}

.join-shell .lp-bot-explainer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, .92fr);
  gap: 24px;
  align-items: start;
  margin-top: 25px;
}

.join-shell .lp-bot-explainer h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
}

.join-shell .lp-bot-explainer p {
  color: #c9d8e8;
}

.join-shell .lp-availability-note {
  margin-bottom: 0;
  padding: 13px 15px;
  border: 1px solid rgb(237 202 120 / 38%);
  border-radius: 12px;
  color: #f2e2ba !important;
  background: rgb(117 82 24 / 20%);
  font-size: .86rem;
}

.join-shell .lp-search-image {
  min-width: 0;
  margin: 0;
  padding: 14px;
  border: 1px solid rgb(156 234 224 / 30%);
  border-radius: 15px;
  background: #091929;
}

.join-shell .lp-search-image figcaption {
  margin-bottom: 12px;
  color: #effdff;
  font-size: .85rem;
  font-weight: 900;
}

.join-shell .lp-search-image figcaption span {
  display: block;
  margin-top: 2px;
  color: #9eb5c4;
  font-size: .68rem;
  font-weight: 600;
}

.join-shell .lp-search-query {
  margin: 0 0 10px;
  padding: 9px 11px;
  border-radius: 8px;
  color: #b9fff1;
  background: rgb(30 103 99 / 34%);
  font-size: .85rem;
}

.join-shell .lp-search-image article {
  margin-top: 8px;
  padding: 11px;
  border-radius: 9px;
  background: rgb(236 250 255 / 8%);
}

.join-shell .lp-search-image article strong {
  color: #f1fbff;
  font-size: .82rem;
}

.join-shell .lp-search-image article p,
.join-shell .lp-search-image article small {
  display: block;
  margin: 2px 0 0;
  color: #a4bacc;
  font-size: .72rem;
}

.join-shell .lp-feedback {
  background: linear-gradient(135deg, rgb(115 69 127 / 18%), rgb(31 85 112 / 15%));
}

.join-shell .lp-plans {
  border-color: rgb(155 222 214 / 31%);
  background: linear-gradient(140deg, rgb(85 67 177 / 28%), rgb(19 104 105 / 22%));
}

.join-shell .lp-plan-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
}

.join-shell .lp-plan-card {
  min-width: 0;
  padding: clamp(19px, 3vw, 26px);
  border: 1px solid rgb(185 199 224 / 23%);
  border-radius: 17px;
  background: rgb(5 11 25 / 30%);
}

.join-shell .lp-plan-featured {
  border-color: rgb(150 235 222 / 55%);
  background: linear-gradient(145deg, rgb(117 94 218 / 28%), rgb(25 112 113 / 20%));
}

.join-shell .lp-plan-label {
  margin: 0;
  color: #b5aaff;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .14em;
}

.join-shell .lp-plan-card h3 {
  margin: 8px 0 4px;
  font-size: 1.45rem;
}

.join-shell .lp-price {
  margin: 0;
  color: #e5e2ff;
  white-space: nowrap;
}

.join-shell .lp-price strong {
  font-size: clamp(2rem, 6vw, 2.8rem);
  letter-spacing: -.06em;
}

.join-shell .lp-price span {
  color: #afbdd1;
  font-size: .82rem;
}

.join-shell .lp-plan-card ul {
  display: grid;
  gap: 7px;
  margin: 18px 0 0;
  padding-left: 1.2rem;
  color: #d0dbea;
  font-size: .88rem;
}

.join-shell .lp-muted-item {
  color: #a6b5c9;
}

.join-shell .lp-plan-note,
.join-shell .lp-sold-out,
.join-shell .lp-eligibility,
.join-shell .lp-cancel-note,
.join-shell .lp-form-note {
  color: #aebdd0;
  font-size: .82rem;
}

.join-shell .lp-plan-note,
.join-shell .lp-sold-out {
  margin: 16px 0 0;
}

.join-shell .lp-capacity {
  display: inline-flex;
  gap: .2rem;
  align-items: baseline;
  width: fit-content;
  margin: 13px 0 0;
  padding: 6px 10px;
  border: 1px solid #7dd3c7;
  border-radius: 999px;
  color: #d8fff8;
  background: rgb(18 115 105 / 24%);
  font-size: .8rem;
  font-weight: 800;
}

.join-shell .lp-capacity-full {
  border-color: #f5a7a7;
  color: #ffe1e1;
  background: rgb(153 43 43 / 24%);
}

.join-shell .lp-capacity-muted {
  border-color: #b6bfd0;
  color: #d8deea;
  background: rgb(95 105 126 / 24%);
}

.join-shell .lp-eligibility {
  margin: 18px 0 0;
}

.join-shell .lp-cta-form {
  margin: 22px 0 0;
}

.join-shell .lp-cta,
.join-shell button.lp-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 54px;
  padding: 14px 18px;
  border: 0;
  border-radius: 12px;
  color: #15152b;
  background: linear-gradient(110deg, #d7d0ff, #a8e2e2);
  box-shadow: 0 10px 30px rgb(125 211 220 / 15%);
  font: inherit;
  font-size: .95rem;
  font-weight: 900;
  text-align: left;
  text-decoration: none;
}

.join-shell .lp-cta:hover,
.join-shell button.lp-cta:hover {
  color: #111125;
  background: linear-gradient(110deg, #e8e2ff, #c1eeee);
}

.join-shell .lp-cta-secondary {
  border: 1px solid rgb(187 232 232 / 42%);
}

.join-shell .lp-cta-special,
.join-shell button.lp-cta-special {
  background: linear-gradient(110deg, #e6c4ff, #9debe0);
}

.join-shell .lp-flow-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  counter-reset: flow;
}

.join-shell .lp-flow-list li {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-height: 142px;
  border-left: 0;
  border-top: 3px solid #9e8dff;
  border-radius: 0 0 10px 10px;
}

.join-shell .lp-flow-list li::before {
  color: #b9aefe;
  content: "0" counter(flow);
  counter-increment: flow;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .1em;
}

.join-shell .lp-flow-list span {
  color: #aebed2;
  font-size: .82rem;
  line-height: 1.6;
}

.join-shell .lp-faq details {
  margin-top: 9px;
  padding: 0 15px;
  border: 1px solid rgb(164 180 211 / 18%);
  border-radius: 11px;
  background: rgb(7 13 30 / 25%);
}

.join-shell .lp-faq summary {
  padding: 14px 24px 14px 0;
  color: #edf3ff;
  cursor: pointer;
  font-weight: 800;
}

.join-shell .lp-faq details p {
  margin: 0 0 14px;
  color: #b7c5d7;
  font-size: .9rem;
}

.join-shell .lp-waitlist,
.join-shell .lp-final-open {
  border-color: rgb(166 232 220 / 45%);
  background: linear-gradient(135deg, rgb(85 67 181 / 37%), rgb(19 112 108 / 29%));
}

.join-shell .lp-waitlist-form {
  display: grid;
  gap: 16px;
  margin: 24px 0 0;
}

.join-shell .lp-waitlist-form label {
  color: #e2eaf5;
  font-size: .88rem;
  font-weight: 800;
}

.join-shell .lp-waitlist-form input,
.join-shell .lp-waitlist-form textarea,
.join-shell .lp-waitlist-form select {
  width: 100%;
  margin-top: 6px;
  padding: 10px 11px;
  border: 1px solid rgb(194 210 233 / 36%);
  border-radius: 9px;
  color: #172239;
  background: #f8fbff;
  font: inherit;
  font-weight: 500;
}

.join-shell .lp-waitlist-form textarea {
  min-height: 7rem;
}

.join-shell .lp-waitlist-form select {
  min-height: 44px;
}

.join-shell .lp-form-note {
  margin: 15px 0 0;
}

.join-shell .lp-form-note a {
  color: #c8f7ef;
}

.join-shell .lp-final-open {
  text-align: center;
}

.join-shell .lp-final-open h2 {
  margin: 0 0 12px;
}

.join-shell .lp-final-open > p:not(.eyebrow) {
  max-width: 38rem;
  margin-right: auto;
  margin-left: auto;
  color: #d0ddec;
}

.join-shell .lp-final-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 44rem;
  margin: 22px auto 0;
  text-align: left;
}

.join-shell .lp-final-actions .lp-cta-form {
  margin: 0;
}

.join-shell .lp-cancel-note {
  max-width: 48rem;
  margin: 26px auto 0;
  text-align: center;
}

main:not(.join-shell) .admin-metric-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 9px;
}

main:not(.join-shell) .admin-metric-grid p {
  margin: 0;
  padding: 12px;
  border: 1px solid #eaded7;
  border-radius: 9px;
  background: #fff;
}

main:not(.join-shell) .admin-metric-grid strong,
main:not(.join-shell) .admin-metric-grid span {
  display: block;
}

main:not(.join-shell) .admin-metric-grid strong {
  color: #596275;
  font-size: .72rem;
}

main:not(.join-shell) .admin-metric-grid span {
  margin-top: 3px;
  color: #10224a;
  font-size: 1.05rem;
  font-weight: 800;
}

main:not(.join-shell) .admin-funnel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

main:not(.join-shell) .admin-funnel dt,
main:not(.join-shell) .admin-funnel dd {
  border-top: 1px solid #eee5df;
}

main:not(.join-shell) .admin-source-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 14px;
  padding-left: 0;
  list-style: none;
}

main:not(.join-shell) .admin-source-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eee5df;
}

@media (max-width: 760px) {
  .join-shell .lp-hero,
  .join-shell .lp-bot-explainer {
    grid-template-columns: 1fr;
  }

  .join-shell .lp-hero-image {
    max-width: 34rem;
  }

  .join-shell .lp-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .join-shell .lp-flow-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .join-shell .lp-page-nav {
    top: 0;
    gap: 2px 4px;
  }

  .join-shell .lp-page-nav a {
    padding: 4px 6px;
    font-size: .7rem;
  }

  .join-shell .lp-page-nav .lp-member-link {
    margin-left: 0;
  }

  .join-shell .lp-hero,
  .join-shell .lp-section {
    padding: 20px 16px;
    border-radius: 16px;
  }

  .join-shell .lp-hero-facts,
  .join-shell .lp-check-grid,
  .join-shell .lp-two-column,
  .join-shell .lp-plan-grid,
  .join-shell .lp-final-actions,
  .join-shell .lp-flow-list {
    grid-template-columns: 1fr;
  }

  .join-shell .lp-feature-grid,
  .join-shell .lp-program-grid {
    grid-template-columns: 1fr;
  }

  .join-shell .lp-hero-facts div {
    padding: 9px 10px;
  }

  .join-shell .lp-flow-list li {
    min-height: 0;
  }

  main:not(.join-shell) .admin-metric-grid,
  main:not(.join-shell) .admin-funnel,
  main:not(.join-shell) .admin-source-list {
    grid-template-columns: 1fr;
  }
}

/* /join: a light, friendly research-lab palette. Keep the accents limited to lilac, mint, and coral. */
.join-page {
  color: #1d2941;
  background: #f7f0e6;
  background-image:
    radial-gradient(circle at 5% 4%, rgb(213 195 255 / 55%), transparent 30rem),
    radial-gradient(circle at 100% 35%, rgb(158 233 221 / 46%), transparent 30rem),
    linear-gradient(145deg, #fff8ec 0%, #f4f0ff 52%, #eafaf5 100%);
}

.join-shell {
  background: rgb(255 253 248 / 94%);
  border-color: rgb(28 51 88 / 13%);
  box-shadow: 0 24px 80px rgb(45 54 89 / 16%);
}

.join-shell h1,
.join-shell h2,
.join-shell h3 { color: #142345; }

.join-shell .lp-header .brand-mark { color: #142345; }
.join-shell .brand-mark span { color: #ff7048; }
.join-shell .brand-subtitle { color: #637087; }

.join-shell .lp-page-nav {
  border-bottom-color: rgb(28 51 88 / 13%);
  background: rgb(255 253 248 / 88%);
}

.join-shell .lp-page-nav a { color: #41506b; }
.join-shell .lp-page-nav a:hover { color: #142345; background: #e4defd; }
.join-shell .lp-page-nav .lp-member-link { color: #142345; background: #e4defd; }

.join-shell .eyebrow { color: #7662cf; }

.join-shell .lp-hero {
  border-color: #ded7f2;
  background:
    radial-gradient(circle at 86% 12%, rgb(159 241 222 / 55%), transparent 28%),
    radial-gradient(circle at 7% 100%, rgb(218 202 255 / 65%), transparent 39%),
    #fffdf8;
}

.join-shell .lp-hero-copy > p:not(.eyebrow):not(.lp-mode-label):not(.lp-hero-action):not(.lp-hero-bot) { color: #40506a; }

.join-shell .lp-mode-label {
  border-color: #e9b667;
  color: #80511f;
  background: #fff1d6;
}

.join-shell .lp-mode-open { border-color: #77bfaf; color: #17665c; background: #e4faf4; }

.join-shell .lp-hero-image {
  border-color: #ee8a69;
  background: #ffead9;
  box-shadow: 0 14px 30px rgb(95 67 50 / 16%);
}

.join-shell .lp-section {
  border-color: #dfe3ec;
  background: #fffdfa;
  box-shadow: 0 10px 24px rgb(46 59 92 / 4%);
}

.join-shell .lp-section-heading > p:not(.eyebrow),
.join-shell .lp-intro > p,
.join-shell .lp-two-column p,
.join-shell .lp-bot-explainer p,
.join-shell .lp-final-open > p:not(.eyebrow) { color: #4b5a72; }

.join-shell .lp-section-heading-with-illustration {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(94px, 14vw, 142px);
  gap: 14px;
  max-width: none;
  align-items: start;
}

.join-shell .lp-section-heading-with-illustration > div { min-width: 0; }

.join-shell .lp-section-illustration {
  display: block;
  width: 100%;
  height: auto;
  margin-top: -6px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.join-shell .lp-about { border-color: #dcd3f2; background: linear-gradient(135deg, #f7f3ff, #fffdf9 62%); }
.join-shell .lp-intro { border-color: #bde5dc; background: linear-gradient(135deg, #e8faf5, #f9fffd); }
.join-shell .lp-research { border-color: #f0d2c4; background: linear-gradient(135deg, #fff2e9, #fffdfa 60%); }
.join-shell .lp-qa { border-color: #cfe1f0; background: linear-gradient(135deg, #eff8ff, #fffdfa); }
.join-shell .lp-archive { border-color: #bfe7de; background: linear-gradient(135deg, #e9fbf6, #fafffd 60%); }
.join-shell .lp-feedback { border-color: #f1ccc9; background: linear-gradient(135deg, #fff0ef, #fffdfa 60%); }
.join-shell .lp-plans { border-color: #d5cef2; background: linear-gradient(135deg, #f4f1ff, #fffdfa 62%); }
.join-shell .lp-waitlist,
.join-shell .lp-final-open { border-color: #bde4dc; background: linear-gradient(135deg, #e8faf5, #f2efff); }

.join-shell .lp-text-cta { color: #17675d; }
.join-shell .lp-text-cta:hover { color: #0d4f48; }

.join-shell .lp-feature-grid article,
.join-shell .lp-program-grid article {
  border-color: #dce0eb;
  background: rgb(255 255 255 / 82%);
}

.join-shell .lp-feature-grid span,
.join-shell .lp-program-grid span { color: #7560ce; }
.join-shell .lp-feature-grid p,
.join-shell .lp-program-grid p { color: #58677e; }

.join-shell .lp-stat-line strong { color: #193451; }
.join-shell .lp-stat-line span { color: #17756a; }

.join-shell .lp-availability-note {
  border-color: #efcf8e;
  color: #71551e !important;
  background: #fff5dc;
}

.join-shell .lp-search-image {
  border-color: #a9ddd2;
  background: #fffefa;
  box-shadow: 0 12px 24px rgb(40 94 86 / 8%);
}

.join-shell .lp-search-image figcaption { color: #173b54; }
.join-shell .lp-search-image figcaption span,
.join-shell .lp-search-image article p,
.join-shell .lp-search-image article small { color: #66758a; }
.join-shell .lp-search-query { color: #17675d; background: #e3f8f1; }
.join-shell .lp-search-image article { background: #f4faf8; }
.join-shell .lp-search-image article strong { color: #173b54; }

.join-shell .lp-plan-card { border-color: #d5dce9; background: #fffefa; }
.join-shell .lp-plan-featured { border-color: #a891e5; background: linear-gradient(145deg, #eee9ff, #effcf8); }
.join-shell .lp-plan-label { color: #765fd0; }
.join-shell .lp-price { color: #243556; }
.join-shell .lp-price span,
.join-shell .lp-plan-note,
.join-shell .lp-sold-out,
.join-shell .lp-eligibility,
.join-shell .lp-cancel-note,
.join-shell .lp-form-note,
.join-shell .lp-muted-item { color: #637087; }
.join-shell .lp-plan-card ul { color: #40506a; }
.join-shell .lp-capacity { border-color: #75bfb1; color: #17665c; background: #e4faf4; }
.join-shell .lp-capacity-full { border-color: #e49a9a; color: #9a3737; background: #fff0f0; }
.join-shell .lp-capacity-muted { border-color: #c2c8d2; color: #566176; background: #f2f4f7; }

.join-shell .lp-cta,
.join-shell button.lp-cta {
  color: #172345;
  background: linear-gradient(110deg, #dcd5ff, #b9eee3);
  box-shadow: 0 10px 22px rgb(91 102 161 / 14%);
}

.join-shell .lp-cta:hover,
.join-shell button.lp-cta:hover { color: #172345; background: linear-gradient(110deg, #eeeaff, #d4f7ef); }
.join-shell .lp-cta-secondary { border-color: #9ecfc5; }
.join-shell .lp-cta-special,
.join-shell button.lp-cta-special { background: linear-gradient(110deg, #ead7ff, #b8f0e3); }

.join-shell .lp-flow-list li {
  border-top-color: #9b8ae4;
  color: #40506a;
  background: #f8f7ff;
}

.join-shell .lp-flow-list strong { color: #22365a; }
.join-shell .lp-flow-list span { color: #607086; }

.join-shell .lp-faq details { border-color: #d9deea; background: #fffefa; }
.join-shell .lp-faq summary { color: #263756; }
.join-shell .lp-faq details p { color: #526279; }
.join-shell .lp-waitlist-form label { color: #2d405f; }
.join-shell .lp-form-note a { color: #166b61; }

@media (max-width: 560px) {
  .join-shell .lp-section-heading-with-illustration { grid-template-columns: minmax(0, 1fr) 86px; gap: 10px; }
  .join-shell .lp-section-illustration { border-radius: 0; }
}

/* /join: warm paper surfaces and restrained halftone edges for the research-lab LP. */
.join-page {
  color: #1a2b49;
  background-color: #eadac1;
  background-image:
    radial-gradient(circle, rgb(25 43 73 / 14%) 0 1px, transparent 1.4px),
    radial-gradient(circle, rgb(255 112 72 / 15%) 0 1.15px, transparent 1.55px),
    radial-gradient(circle at 7% 1%, rgb(255 130 87 / 58%), transparent 29rem),
    radial-gradient(circle at 96% 22%, rgb(255 238 203 / 86%), transparent 31rem),
    linear-gradient(142deg, #e8d5ba 0%, #fff0d6 48%, #e9e0d6 100%);
  background-position: 0 0, 7px 9px, 0 0, 100% 0, 0 0;
  background-size: 13px 13px, 17px 17px, auto, auto, auto;
}

.join-shell {
  position: relative;
  isolation: isolate;
  background: linear-gradient(145deg, #f7ebd8 0%, #eee0cb 100%);
  border-color: rgb(25 43 73 / 22%);
  box-shadow: 0 24px 80px rgb(43 35 43 / 24%);
}

.join-shell .lp-header .brand-mark { color: #192b49; }
.join-shell .lp-header .brand-subtitle { color: #637087; }

.join-shell .lp-page-nav {
  border-bottom-color: rgb(25 43 73 / 16%);
  background: rgb(247 235 216 / 94%);
}

.join-shell .lp-page-nav a { color: #1a2b49; }
.join-shell .lp-page-nav a:hover { color: #192b49; background: #e9d8ff; }
.join-shell .lp-page-nav .lp-member-link { color: #192b49; background: #e9d8ff; }

.join-shell .lp-hero,
.join-shell .lp-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.join-shell .lp-hero::before,
.join-shell .lp-section::before,
.join-shell .lp-hero::after,
.join-shell .lp-section::after {
  position: absolute;
  z-index: -1;
  width: 48%;
  height: 18px;
  pointer-events: none;
  content: "";
  background-image: radial-gradient(circle, rgb(25 43 73 / 25%) 0 1.05px, transparent 1.45px);
  background-position: 0 0;
  background-size: 10px 10px;
}

.join-shell .lp-hero::before,
.join-shell .lp-section::before {
  top: 0;
  right: 0;
  border-radius: 0 20px 0 0;
}

.join-shell .lp-hero::after,
.join-shell .lp-section::after {
  bottom: 0;
  left: 0;
  width: 42%;
  height: 16px;
  background-image: radial-gradient(circle, rgb(25 43 73 / 22%) 0 1.05px, transparent 1.45px);
  border-radius: 0 0 0 20px;
}

.join-shell .lp-hero::after {
  background-image: radial-gradient(circle, rgb(255 112 72 / 28%) 0 1.05px, transparent 1.45px);
}

.join-shell .lp-hero {
  border-color: #e5ad86;
  background:
    radial-gradient(circle at 87% 7%, rgb(255 117 75 / 62%), transparent 31%),
    radial-gradient(circle at 7% 100%, rgb(255 216 164 / 85%), transparent 42%),
    linear-gradient(126deg, #ffbc91 0%, #fff0d8 56%, #f7ddc3 100%);
  box-shadow: 0 16px 34px rgb(43 35 43 / 16%);
}

.join-shell .lp-section {
  border-color: #d9c5ad;
  background: linear-gradient(135deg, #fff3dd 0%, #f8ead5 100%);
  box-shadow: 0 10px 24px rgb(46 59 92 / 9%);
}

.join-shell .lp-about { border-color: #d2c1e6; background: linear-gradient(135deg, #f5edff, #faecd5 74%); }
.join-shell .lp-intro { border-color: #acd8cf; background: linear-gradient(135deg, #e5f7ef, #fff0d7 94%); }
.join-shell .lp-research { border-color: #e7b99b; background: linear-gradient(135deg, #ffe8d0, #fff3df 70%); }
.join-shell .lp-qa { border-color: #c8d0de; background: linear-gradient(135deg, #edf2f5, #fff1d9 92%); }
.join-shell .lp-archive { border-color: #acd7c9; background: linear-gradient(135deg, #e1f6eb, #fff0d8 92%); }
.join-shell .lp-feedback { border-color: #e7b9b0; background: linear-gradient(135deg, #ffe8df, #fff0d9 80%); }
.join-shell .lp-plans { border-color: #cfc2e9; background: linear-gradient(135deg, #f0ebff, #ffefd8 88%); }
.join-shell .lp-waitlist,
.join-shell .lp-final-open { border-color: #b4d8cf; background: linear-gradient(135deg, #e4f7ef, #f0eaff 96%); }

.join-shell .lp-feature-grid article,
.join-shell .lp-program-grid article,
.join-shell .lp-plan-card,
.join-shell .lp-faq details {
  border-color: #ddcdbb;
  background: rgb(255 242 220 / 88%);
}

.join-shell .lp-plan-featured { border-color: #a891e5; background: rgb(255 242 220 / 88%); }
.join-shell .lp-flow-list li { background: #f8eddc; }
.join-shell .lp-search-image { background: #fff0dc; }

@media (max-width: 560px) {
  .join-shell .lp-hero::before,
  .join-shell .lp-section::before { border-radius: 0 16px 0 0; }

  .join-shell .lp-hero::after,
  .join-shell .lp-section::after { border-radius: 0 0 0 16px; }
}

.join-shell .lp-section-heading-with-feature-art {
  position: relative;
  min-height: clamp(148px, 18vw, 196px);
  max-width: none;
}

.join-shell .lp-section-heading-with-feature-art > div {
  position: relative;
  z-index: 3;
  max-width: 46rem;
}

.join-shell .lp-section-heading-with-feature-art > div > p:not(.eyebrow) { color: #4b5a72; }

.join-shell .lp-feature-illustration {
  position: absolute;
  z-index: 2;
  right: 0;
  top: -8px;
  display: block;
  width: min(13vw, 150px);
  max-width: 150px;
  height: auto;
  margin: 0;
  object-fit: contain;
  mix-blend-mode: normal;
  opacity: .9;
  pointer-events: none;
}

.join-shell .lp-feedback .lp-section-heading-with-feature-art > div {
  max-width: calc(100% - min(15vw, 176px));
}

.join-shell .lp-feedback .lp-feature-illustration { max-width: 138px; }

@media (max-width: 760px) {
  .join-shell .lp-section-heading-with-feature-art {
    min-height: 0;
  }

  .join-shell .lp-feature-illustration,
  .join-shell .lp-feedback .lp-feature-illustration {
    top: -4px;
    right: 2px;
    width: 112px;
    max-width: 112px;
  }

  .join-shell .lp-research .lp-section-heading-with-feature-art > div,
  .join-shell .lp-waitlist .lp-section-heading-with-feature-art > div {
    max-width: 100%;
  }

  .join-shell .lp-research .lp-section-heading-with-feature-art h2,
  .join-shell .lp-waitlist .lp-section-heading-with-feature-art h2 {
    max-width: calc(100% - 96px);
  }

  .join-shell .lp-feedback .lp-section-heading-with-feature-art {
    min-height: 132px;
  }

  .join-shell .lp-feedback .lp-section-heading-with-feature-art > div {
    max-width: calc(100% - 96px);
  }
}

/* /join: carry the orange thumbnail's poster language through the whole page. */
.join-page {
  color: #12264b;
  background-color: #ff6737;
  background-image:
    radial-gradient(circle, rgb(18 38 75 / 28%) 0 1.2px, transparent 1.55px),
    linear-gradient(135deg, rgb(255 212 97 / 88%) 0 7%, transparent 7% 93%, rgb(18 38 75 / 12%) 93% 100%),
    linear-gradient(135deg, #ff7a43 0%, #ff5b31 100%);
  background-position: 0 0, 0 0, 0 0;
  background-size: 12px 12px, 100% 100%, 100% 100%;
}

.join-shell {
  background-color: #ff6737;
  background-image: radial-gradient(circle, rgb(18 38 75 / 24%) 0 1.1px, transparent 1.5px);
  background-size: 12px 12px;
  border: 3px solid #12264b;
  border-radius: 0;
  box-shadow: 10px 10px 0 #12264b;
}

.join-shell .lp-header .brand-mark,
.join-shell .lp-header .brand-subtitle { color: #12264b; }

.join-shell .lp-page-nav {
  border: 3px solid #12264b;
  border-width: 3px 0;
  background: #12264b;
}

.join-shell .lp-page-nav a,
.join-shell .lp-page-nav .lp-member-link { color: #fff1d2; background: transparent; }
.join-shell .lp-page-nav a:hover,
.join-shell .lp-page-nav .lp-member-link:hover { color: #12264b; background: #ffca42; }

.join-shell .lp-hero,
.join-shell .lp-section {
  border: 3px solid #12264b;
  border-left: 3px solid #12264b;
  border-radius: 0;
  box-shadow: 7px 7px 0 #ff6737;
}

.join-shell .lp-hero {
  background:
    radial-gradient(circle at 92% 10%, rgb(255 211 86 / 90%) 0 4%, transparent 4.5%),
    radial-gradient(circle, rgb(18 38 75 / 24%) 0 1.1px, transparent 1.5px),
    linear-gradient(135deg, #ff8249 0%, #ff6034 100%);
  background-size: auto, 12px 12px, auto;
}

.join-shell .lp-hero-copy > p:not(.eyebrow):not(.lp-mode-label):not(.lp-hero-action):not(.lp-hero-bot),
.join-shell .lp-section-heading > p:not(.eyebrow),
.join-shell .lp-intro > p,
.join-shell .lp-two-column p,
.join-shell .lp-bot-explainer p,
.join-shell .lp-final-open > p:not(.eyebrow) { color: #12264b; }

.join-shell .lp-hero-image {
  border: 3px solid #12264b;
  border-radius: 0;
  background: #ffcb43;
  box-shadow: 5px 5px 0 #12264b;
}

.join-shell .lp-mode-label,
.join-shell .lp-mode-open {
  border: 2px solid #12264b;
  border-radius: 0;
  color: #12264b;
  background: #ffcf4a;
}

.join-shell .lp-section,
.join-shell .lp-about,
.join-shell .lp-intro,
.join-shell .lp-research,
.join-shell .lp-qa,
.join-shell .lp-archive,
.join-shell .lp-feedback,
.join-shell .lp-plans,
.join-shell .lp-waitlist,
.join-shell .lp-final-open {
  background: linear-gradient(to bottom, #ff6737 0 16px, #fff0d2 16px calc(100% - 16px), #ff6737 calc(100% - 16px));
  border-color: #12264b;
}

.join-shell .lp-hero::before,
.join-shell .lp-hero::after,
.join-shell .lp-section::before,
.join-shell .lp-section::after {
  z-index: 0;
  right: auto;
  left: 0;
  width: 100%;
  height: 14px;
  border-radius: 0;
  opacity: 1;
  background:
    linear-gradient(135deg, transparent 72%, #fff0d2 0) 0 0 / 18px 14px repeat-x,
    linear-gradient(225deg, transparent 72%, #fff0d2 0) 9px 0 / 18px 14px repeat-x;
}

.join-shell .lp-hero::before,
.join-shell .lp-section::before { top: 0; }
.join-shell .lp-hero::after,
.join-shell .lp-section::after { bottom: 0; }

.join-shell .lp-hero > *,
.join-shell .lp-section > * { position: relative; z-index: 1; }

.join-shell .lp-hero::before,
.join-shell .lp-hero::after {
  background:
    linear-gradient(135deg, transparent 72%, #ffcf4a 0) 0 0 / 18px 14px repeat-x,
    linear-gradient(225deg, transparent 72%, #ffcf4a 0) 9px 0 / 18px 14px repeat-x;
}

.join-shell .eyebrow {
  display: inline-block;
  padding: 4px 9px;
  color: #fff1d2;
  background: #12264b;
  letter-spacing: .12em;
  line-height: 1.25;
}

.join-shell .lp-feature-grid article,
.join-shell .lp-program-grid article,
.join-shell .lp-plan-card,
.join-shell .lp-faq details,
.join-shell .lp-search-image,
.join-shell .lp-flow-list li {
  border: 2px solid #12264b;
  border-radius: 0;
  background: #fff9e8;
  box-shadow: 3px 3px 0 rgb(255 103 55 / 80%);
}

.join-shell .lp-plan-featured {
  border-color: #12264b;
  background: #ffcf4a;
  box-shadow: 5px 5px 0 #12264b;
}

.join-shell .lp-feature-grid span,
.join-shell .lp-program-grid span,
.join-shell .lp-plan-label { color: #12264b; }

.join-shell .lp-feature-grid p,
.join-shell .lp-program-grid p,
.join-shell .lp-flow-list,
.join-shell .lp-plan-card ul,
.join-shell .lp-faq details p { color: #304366; }

.join-shell .lp-cta,
.join-shell button.lp-cta,
.join-shell .lp-cta-special,
.join-shell button.lp-cta-special {
  border: 2px solid #12264b;
  border-radius: 0;
  color: #12264b;
  background: #ff6737;
  box-shadow: 5px 5px 0 #12264b;
}

.join-shell .lp-cta-secondary { background: #ffcf4a; }
.join-shell .lp-cta:hover,
.join-shell button.lp-cta:hover { color: #12264b; background: #ff935a; transform: translate(2px, 2px); box-shadow: 3px 3px 0 #12264b; }

.join-shell .lp-search-query,
.join-shell .lp-capacity { border: 2px solid #12264b; border-radius: 0; color: #12264b; background: #ffcf4a; }

.join-shell .lp-capacity-full { border-color: #12264b; color: #8f2d20; background: #ffe0d6; }
.join-shell .lp-capacity-muted { border-color: #12264b; color: #40506a; background: #e9e2d8; }

.join-shell .lp-waitlist-form input,
.join-shell .lp-waitlist-form select,
.join-shell .lp-waitlist-form textarea {
  border: 2px solid #12264b;
  border-radius: 0;
  background: #fffdf4;
}

@media (max-width: 560px) {
  .join-shell { border-width: 2px; box-shadow: 5px 5px 0 #12264b; }
  .join-shell .lp-hero,
  .join-shell .lp-section { border-width: 2px; border-left-width: 2px; box-shadow: 4px 4px 0 #ff6737; }
  .join-shell .lp-page-nav { border-width: 2px 0; }
  .join-shell .lp-feature-grid article,
  .join-shell .lp-program-grid article,
  .join-shell .lp-plan-card,
  .join-shell .lp-faq details { box-shadow: 2px 2px 0 rgb(255 103 55 / 80%); }
}

/* Opt-in font fitting room for /join?fontPreview=... . Normal /join keeps the system font. */
.join-page.join-font-preview-dela,
.join-page.join-font-preview-rocknroll {
  font-family: "M PLUS Rounded 1c", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
}

.join-page.join-font-preview-zenmaru {
  font-family: "Zen Maru Gothic", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
}

.join-page.join-font-preview-dela .join-shell h1,
.join-page.join-font-preview-dela .join-shell h2,
.join-page.join-font-preview-dela .join-shell h3,
.join-page.join-font-preview-dela .join-shell .lp-price strong,
.join-page.join-font-preview-dela .join-shell .lp-cta,
.join-page.join-font-preview-dela .join-shell button.lp-cta {
  font-family: "Dela Gothic One", "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.35;
}

.join-page.join-font-preview-rocknroll .join-shell h1,
.join-page.join-font-preview-rocknroll .join-shell h2,
.join-page.join-font-preview-rocknroll .join-shell h3,
.join-page.join-font-preview-rocknroll .join-shell .lp-price strong,
.join-page.join-font-preview-rocknroll .join-shell .lp-cta,
.join-page.join-font-preview-rocknroll .join-shell button.lp-cta {
  font-family: "RocknRoll One", "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.35;
}

.join-page.join-font-preview-zenmaru .join-shell h1,
.join-page.join-font-preview-zenmaru .join-shell h2,
.join-page.join-font-preview-zenmaru .join-shell h3,
.join-page.join-font-preview-zenmaru .join-shell .lp-price strong,
.join-page.join-font-preview-zenmaru .join-shell .lp-cta,
.join-page.join-font-preview-zenmaru .join-shell button.lp-cta {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
}

.join-page.join-font-preview-zenrock {
  font-family: "M PLUS Rounded 1c", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
}

.join-page.join-font-preview-zenrock .join-shell h1,
.join-page.join-font-preview-zenrock .join-shell h2,
.join-page.join-font-preview-zenrock .join-shell h3,
.join-page.join-font-preview-zenrock .join-shell .lp-price strong,
.join-page.join-font-preview-zenrock .join-shell .lp-cta,
.join-page.join-font-preview-zenrock .join-shell button.lp-cta {
  font-family: "Zen Maru Gothic", "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
}

.join-page.join-font-preview-zenrock .join-shell .lp-page-nav,
.join-page.join-font-preview-zenrock .join-shell .eyebrow,
.join-page.join-font-preview-zenrock .join-shell .lp-plan-label,
.join-page.join-font-preview-zenrock .join-shell .lp-feature-grid span,
.join-page.join-font-preview-zenrock .join-shell .lp-program-grid span,
.join-page.join-font-preview-zenrock .join-shell .lp-search-image figcaption {
  font-family: "RocknRoll One", "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
}

/* /join's selected type system. Preview classes below intentionally override these rules. */
.join-page:not(.join-font-preview) {
  font-family: "M PLUS Rounded 1c", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
}

.join-page:not(.join-font-preview) .join-shell h1,
.join-page:not(.join-font-preview) .join-shell h2,
.join-page:not(.join-font-preview) .join-shell h3,
.join-page:not(.join-font-preview) .join-shell .lp-price strong,
.join-page:not(.join-font-preview) .join-shell .lp-cta,
.join-page:not(.join-font-preview) .join-shell button.lp-cta {
  font-family: "Zen Maru Gothic", "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
}

.join-page:not(.join-font-preview) .join-shell .lp-page-nav,
.join-page:not(.join-font-preview) .join-shell .eyebrow,
.join-page:not(.join-font-preview) .join-shell .lp-plan-label,
.join-page:not(.join-font-preview) .join-shell .lp-feature-grid span,
.join-page:not(.join-font-preview) .join-shell .lp-program-grid span,
.join-page:not(.join-font-preview) .join-shell .lp-search-image figcaption {
  font-family: "RocknRoll One", "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
}

/* The featured plan is distinguished by its contents and badge, not a selected-state fill. */
.join-shell .lp-plan-featured {
  border-color: #12264b;
  border-radius: 0;
  background: #fff9e8;
  box-shadow: 3px 3px 0 rgb(255 103 55 / 80%);
}


/* /join: the existing poster thumbnail is the first visual entry point, above the page navigation. */
.join-shell > .lp-top-thumbnail {
  width: 100%;
  max-width: none;
  margin: 0;
}

/* /join: the Bot is the strongest comic-style feature within the shared palette. */
.join-shell .lp-bot-hero {
  isolation: isolate;
  overflow: hidden;
  border: 3px solid #12264b;
  color: #12264b;
  background-color: #effcff;
  background-image:
    radial-gradient(circle, rgb(18 38 75 / 18%) 0 1.15px, transparent 1.6px),
    linear-gradient(90deg, rgb(74 219 245 / 14%) 1px, transparent 1px),
    linear-gradient(rgb(74 219 245 / 14%) 1px, transparent 1px),
    radial-gradient(circle at 94% 7%, rgb(255 91 181 / 32%), transparent 18rem),
    linear-gradient(135deg, #edfbff 0%, #ffffff 54%, #e8fbff 100%);
  background-position: 0 0, 0 0, 0 0, 100% 0, 0 0;
  background-size: 12px 12px, 30px 30px, 30px 30px, auto, auto;
  box-shadow: 8px 8px 0 #12264b;
}

.join-shell .lp-bot-hero::before,
.join-shell .lp-bot-hero::after {
  content: none;
}

.join-shell .lp-bot-hero h2 {
  max-width: 14ch;
  margin: 0 0 15px;
  color: #12264b;
  font-size: clamp(2rem, 4.5vw, 3.35rem);
  line-height: 1.18;
  text-wrap: balance;
}

.join-shell .lp-bot-hero .eyebrow {
  display: inline-block;
  margin: 0 0 12px;
  padding: 5px 10px;
  border: 2px solid #12264b;
  border-radius: 2px;
  color: #12264b;
  background: #54e9ff;
  box-shadow: 3px 3px 0 #12264b;
  letter-spacing: .1em;
  transform: rotate(-2deg);
}

.join-shell .lp-bot-hero-top {
  display: block;
}

.join-shell .lp-bot-hero-copy > p:not(.eyebrow):not(.lp-bot-launch-note) {
  max-width: 42rem;
  margin: 0 0 12px;
  color: #1b3157;
  font-weight: 700;
  line-height: 1.82;
}

.join-shell .lp-bot-lead {
  font-size: clamp(.98rem, 1.8vw, 1.12rem);
}

.join-shell .lp-bot-lead strong {
  color: #a0004f;
  text-decoration: underline 3px #ffd24d;
  text-underline-offset: 3px;
}

.join-shell .lp-bot-launch-note {
  display: inline-block;
  margin: 18px 0 0;
  padding: 7px 11px;
  border: 2px solid #12264b;
  border-radius: 999px;
  color: #12264b;
  background: #ffd54d;
  box-shadow: 3px 3px 0 #12264b;
  font-size: .88rem;
  font-weight: 900;
}

.join-shell .lp-bot-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: clamp(24px, 4vw, 34px) 0;
}

.join-shell .lp-bot-stat-grid article {
  min-width: 0;
  padding: 15px 14px;
  border: 3px solid #12264b;
  color: #12264b;
  box-shadow: 4px 4px 0 #12264b;
}

.join-shell .lp-bot-stat-grid strong,
.join-shell .lp-bot-stat-grid span {
  display: block;
}

.join-shell .lp-bot-stat-grid strong {
  font-family: "Zen Maru Gothic", "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(1.05rem, 2.2vw, 1.34rem);
  font-weight: 900;
  line-height: 1.34;
}

.join-shell .lp-bot-stat-grid span {
  margin-top: 5px;
  color: #23385d;
  font-size: .76rem;
  font-weight: 800;
  line-height: 1.5;
}

.join-shell .lp-bot-stat-library,
.join-shell .lp-bot-stat-count { background: #fff; }

.join-shell .lp-bot-details {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(20px, 4vw, 34px);
  align-items: center;
  padding-top: clamp(22px, 4vw, 32px);
  border-top: 3px dashed #12264b;
}

.join-shell .lp-bot-expand {
  padding: 15px 16px;
  border: 3px solid #12264b;
  background: #ff8dcc;
  box-shadow: 5px 5px 0 #12264b;
  font-size: 1rem;
}

.join-shell .lp-bot-use {
  padding: 12px 14px;
  border: 3px solid #12264b;
  background: #54e9ff;
}

.join-shell .lp-bot-search-demo {
  min-width: 0;
  margin: 0;
  padding: 16px;
  border: 3px solid #12264b;
  border-radius: 0;
  color: #12264b;
  background: #fff;
  box-shadow: 6px 6px 0 #54e9ff;
}

.join-shell .lp-bot-search-demo figcaption {
  margin-bottom: 12px;
  color: #12264b;
  font-size: .88rem;
}

.join-shell .lp-bot-search-demo figcaption span {
  color: #465c7b;
  font-size: .68rem;
}

.join-shell .lp-bot-search-demo .lp-search-query {
  margin: 0 0 10px;
  padding: 10px 11px;
  border: 2px solid #12264b;
  border-radius: 0;
  color: #12264b;
  background: #dff9ff;
  font-weight: 900;
}

.join-shell .lp-bot-search-demo article {
  margin-top: 9px;
  padding: 11px;
  border: 2px solid #12264b;
  border-radius: 0;
  background: #fff8ca;
  box-shadow: 3px 3px 0 #ff8dcc;
}

.join-shell .lp-bot-search-demo article:nth-of-type(2) {
  background: #f2e9ff;
}

.join-shell .lp-bot-search-demo article strong {
  color: #12264b;
  font-size: .84rem;
}

.join-shell .lp-bot-search-demo article p,
.join-shell .lp-bot-search-demo article small {
  color: #314665;
}

@media (max-width: 760px) {
  .join-shell .lp-bot-details {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .join-shell .lp-bot-hero {
    border-width: 2px;
    box-shadow: 5px 5px 0 #12264b;
  }

  .join-shell .lp-bot-hero h2 {
    font-size: clamp(1.72rem, 9vw, 2.25rem);
  }

  .join-shell .lp-bot-hero .eyebrow,
  .join-shell .lp-bot-stat-grid article,
  .join-shell .lp-bot-expand,
  .join-shell .lp-bot-use,
  .join-shell .lp-bot-search-demo {
    border-width: 2px;
  }

  .join-shell .lp-bot-stat-grid {
    grid-template-columns: 1fr;
  }

  .join-shell .lp-bot-stat-grid article {
    padding: 13px;
    box-shadow: 3px 3px 0 #12264b;
  }

  .join-shell .lp-bot-details {
    gap: 22px;
    padding-top: 22px;
    border-top-width: 2px;
  }

  .join-shell .lp-bot-expand {
    box-shadow: 3px 3px 0 #12264b;
  }

  .join-shell .lp-bot-search-demo {
    padding: 13px;
    box-shadow: 4px 4px 0 #54e9ff;
  }
}

/* /join: a shared comic palette. Each section changes its leading color so the LP reads as one world without becoming a single repeated card. */
.join-page {
  --lp-navy: #12264b;
  --lp-ink: #20365f;
  --lp-aqua: #59e6f4;
  --lp-aqua-pale: #e5fbff;
  --lp-pink: #ff73b7;
  --lp-pink-pale: #fff0f8;
  --lp-yellow: #ffdc55;
  --lp-cream: #fff7d9;
  color: var(--lp-ink);
  background-color: #dff8ff;
  background-image:
    linear-gradient(rgb(18 38 75 / 7%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(18 38 75 / 7%) 1px, transparent 1px),
    radial-gradient(circle, rgb(255 115 183 / 25%) 0 1.1px, transparent 1.55px),
    linear-gradient(135deg, #dff8ff 0%, #fff8df 51%, #e9f8ff 100%);
  background-position: 0 0, 0 0, 8px 8px, 0 0;
  background-size: 32px 32px, 32px 32px, 14px 14px, auto;
}

.join-shell {
  background-color: #fafdff;
  background-image:
    radial-gradient(circle, rgb(18 38 75 / 10%) 0 1px, transparent 1.45px),
    linear-gradient(135deg, rgb(89 230 244 / 13%), transparent 34%),
    linear-gradient(315deg, rgb(255 220 85 / 16%), transparent 31%);
  background-position: 0 0, 0 0, 100% 100%;
  background-size: 16px 16px, auto, auto;
  border: 3px solid var(--lp-navy);
  border-radius: 0;
  box-shadow: 10px 10px 0 var(--lp-navy);
}

.join-shell h1,
.join-shell h2,
.join-shell h3 { color: var(--lp-navy); }

.join-shell > .lp-top-thumbnail {
  border: 3px solid var(--lp-navy);
  background: var(--lp-yellow);
  box-shadow: 5px 5px 0 var(--lp-pink);
}

.join-shell .lp-page-nav {
  border: 3px solid var(--lp-navy);
  border-width: 3px 0;
  background: var(--lp-navy);
  box-shadow: 0 4px 0 rgb(18 38 75 / 17%);
}

.join-shell .lp-page-nav a,
.join-shell .lp-page-nav .lp-member-link {
  color: #fff8dd;
  background: transparent;
}

.join-shell .lp-page-nav a:hover,
.join-shell .lp-page-nav a:focus-visible,
.join-shell .lp-page-nav .lp-member-link:hover,
.join-shell .lp-page-nav .lp-member-link:focus-visible {
  color: var(--lp-navy);
  background: var(--lp-yellow);
}

.join-shell .lp-hero,
.join-shell .lp-section:not(.lp-bot-hero) {
  overflow: hidden;
  border: 3px solid var(--lp-navy);
  border-radius: 0;
  box-shadow: 7px 7px 0 rgb(18 38 75 / 72%);
}

.join-shell .lp-hero::before,
.join-shell .lp-hero::after,
.join-shell .lp-section:not(.lp-bot-hero)::before,
.join-shell .lp-section:not(.lp-bot-hero)::after {
  display: none;
  content: none;
}

.join-shell .lp-hero {
  background-color: var(--lp-aqua-pale);
  background-image:
    radial-gradient(circle at 88% 12%, rgb(255 220 85 / 82%) 0 5%, transparent 5.5%),
    radial-gradient(circle at 7% 88%, rgb(255 115 183 / 24%) 0 10%, transparent 10.5%),
    linear-gradient(rgb(18 38 75 / 9%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(18 38 75 / 9%) 1px, transparent 1px),
    linear-gradient(135deg, #effdff 0%, #ffffff 60%, #dbf9ff 100%);
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0;
  background-size: auto, auto, 26px 26px, 26px 26px, auto;
}

.join-shell .lp-hero-copy > p:not(.eyebrow):not(.lp-mode-label):not(.lp-hero-action):not(.lp-hero-bot),
.join-shell .lp-section-heading > p:not(.eyebrow),
.join-shell .lp-intro > p,
.join-shell .lp-two-column p,
.join-shell .lp-final-open > p:not(.eyebrow),
.join-shell .lp-public-detail > p {
  color: var(--lp-ink);
}

.join-shell .lp-mode-label,
.join-shell .lp-mode-open {
  border: 2px solid var(--lp-navy);
  border-radius: 999px;
  color: var(--lp-navy);
  background: var(--lp-yellow);
  box-shadow: 2px 2px 0 var(--lp-navy);
}

.join-shell .eyebrow {
  padding: 5px 9px;
  border: 2px solid var(--lp-navy);
  border-radius: 2px;
  color: var(--lp-navy);
  background: var(--lp-aqua);
  box-shadow: 2px 2px 0 var(--lp-navy);
}

.join-shell .lp-about {
  background-color: #f2fdff;
  background-image:
    radial-gradient(circle, rgb(18 38 75 / 11%) 0 1px, transparent 1.45px),
    linear-gradient(130deg, transparent 0 73%, rgb(89 230 244 / 21%) 73% 100%),
    linear-gradient(135deg, #f8feff, #e4fbff);
  background-size: 16px 16px, auto, auto;
}

.join-shell .lp-intro {
  background-color: #fff0fb;
  background-image:
    radial-gradient(circle, rgb(255 115 183 / 34%) 0 1.15px, transparent 1.55px),
    linear-gradient(135deg, #f1e8ff 0%, #fff5fb 59%, #ffe3f2 100%);
  background-size: 14px 14px, auto;
}

.join-shell .lp-intro .eyebrow,
.join-shell .lp-public-detail .eyebrow { background: #e6d4ff; }

.join-shell .lp-research {
  background-color: var(--lp-cream);
  background-image:
    linear-gradient(rgb(18 38 75 / 8%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(18 38 75 / 8%) 1px, transparent 1px),
    linear-gradient(135deg, #fff9c9 0%, #fff1a4 100%);
  background-size: 30px 30px, 30px 30px, auto;
}

.join-shell .lp-research .eyebrow,
.join-shell .lp-plans .eyebrow,
.join-shell .lp-waitlist .eyebrow { background: var(--lp-yellow); }

.join-shell .lp-qa {
  background-color: #eef2ff;
  background-image:
    radial-gradient(circle, rgb(89 230 244 / 38%) 0 1.3px, transparent 1.75px),
    linear-gradient(135deg, #eef2ff 0%, #e6fbff 59%, #ece4ff 100%);
  background-size: 15px 15px, auto;
}

.join-shell .lp-qa .eyebrow,
.join-shell .lp-flow .eyebrow { background: #bcd7ff; }

.join-shell .lp-feedback {
  background-color: #fff0f4;
  background-image:
    radial-gradient(circle, rgb(255 115 183 / 29%) 0 1.25px, transparent 1.7px),
    linear-gradient(142deg, #ffe3eb 0%, #fff4f7 57%, #ffdce8 100%);
  background-size: 15px 15px, auto;
}

.join-shell .lp-feedback .eyebrow { background: var(--lp-pink); }

.join-shell .lp-plans {
  background-color: var(--lp-cream);
  background-image:
    linear-gradient(90deg, rgb(18 38 75 / 7%) 1px, transparent 1px),
    radial-gradient(circle, rgb(255 115 183 / 23%) 0 1.1px, transparent 1.55px),
    linear-gradient(135deg, #fff9de 0%, #fff1bf 100%);
  background-position: 0 0, 8px 8px, 0 0;
  background-size: 28px 28px, 16px 16px, auto;
}

.join-shell .lp-flow {
  background-color: #f9fdff;
  background-image:
    radial-gradient(circle, rgb(18 38 75 / 11%) 0 1px, transparent 1.45px),
    linear-gradient(135deg, #faffff 0%, #e9f8ff 53%, #f6f0ff 100%);
  background-size: 16px 16px, auto;
}

.join-shell .lp-public-detail {
  background-color: #fff8dc;
  background-image:
    radial-gradient(circle, rgb(255 115 183 / 26%) 0 1.15px, transparent 1.55px),
    linear-gradient(130deg, #fff9df 0%, #fff1bd 56%, #fff8e7 100%);
  background-size: 15px 15px, auto;
}

.join-shell .lp-faq {
  background-color: #effdff;
  background-image:
    linear-gradient(rgb(18 38 75 / 7%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(18 38 75 / 7%) 1px, transparent 1px),
    linear-gradient(135deg, #effdff, #f5f0ff);
  background-size: 32px 32px, 32px 32px, auto;
}

.join-shell .lp-faq .eyebrow { background: var(--lp-pink); }

.join-shell .lp-waitlist {
  background-color: #fff7d7;
  background-image:
    radial-gradient(circle, rgb(18 38 75 / 11%) 0 1px, transparent 1.45px),
    linear-gradient(135deg, #fff9dc 0%, #fff0ae 56%, #fff7db 100%);
  background-size: 16px 16px, auto;
}

.join-shell .lp-final-open {
  background-color: #e7fbff;
  background-image:
    radial-gradient(circle, rgb(255 115 183 / 26%) 0 1.2px, transparent 1.65px),
    linear-gradient(135deg, #e9fbff 0%, #fff8d9 100%);
  background-size: 15px 15px, auto;
}

.join-shell .lp-feature-grid article,
.join-shell .lp-program-grid article,
.join-shell .lp-plan-card,
.join-shell .lp-faq details,
.join-shell .lp-flow-list li {
  border: 2px solid var(--lp-navy);
  border-radius: 10px;
  color: var(--lp-navy);
  background: rgb(255 255 255 / 94%);
  box-shadow: 4px 4px 0 rgb(18 38 75 / 72%);
}

.join-shell .lp-feature-grid span,
.join-shell .lp-program-grid span,
.join-shell .lp-plan-label { color: var(--lp-navy); }

.join-shell .lp-feature-grid p,
.join-shell .lp-program-grid p,
.join-shell .lp-flow-list,
.join-shell .lp-plan-card ul,
.join-shell .lp-faq details p { color: var(--lp-ink); }

.join-shell .lp-qa .lp-two-column p,
.join-shell .lp-feedback .lp-two-column p {
  padding: 15px;
  border: 2px solid var(--lp-navy);
  border-radius: 8px;
  box-shadow: 3px 3px 0 rgb(18 38 75 / 58%);
}

.join-shell .lp-qa .lp-two-column p:first-child { background: #fff; }
.join-shell .lp-qa .lp-two-column p:last-child { background: #e2faff; }
.join-shell .lp-feedback .lp-two-column p:first-child { background: #fff9fb; }
.join-shell .lp-feedback .lp-two-column p:last-child { background: #ffe1ed; }

.join-shell .lp-plan-card,
.join-shell .lp-plan-featured {
  border-color: var(--lp-navy);
  border-top-width: 2px;
  background: #fffdf3;
  box-shadow: 5px 5px 0 rgb(18 38 75 / 72%);
}

.join-shell .lp-plan-note,
.join-shell .lp-sold-out,
.join-shell .lp-eligibility,
.join-shell .lp-cancel-note,
.join-shell .lp-form-note,
.join-shell .lp-muted-item { color: #455b80; }

.join-shell .lp-capacity {
  border: 2px solid var(--lp-navy);
  border-radius: 999px;
  color: var(--lp-navy);
  background: var(--lp-yellow);
  box-shadow: 2px 2px 0 var(--lp-navy);
}

.join-shell .lp-capacity-full { color: #8a1f48; background: #ffe3ed; }
.join-shell .lp-capacity-muted { color: #485a75; background: #eef3f5; }

.join-shell .lp-flow-list li::before { color: var(--lp-navy); }

.join-shell .lp-flow-list strong,
.join-shell .lp-faq summary { color: var(--lp-navy); }

.join-shell .lp-faq details:nth-of-type(3n + 1) { background: #fff; }
.join-shell .lp-faq details:nth-of-type(3n + 2) { background: #e4fbff; }
.join-shell .lp-faq details:nth-of-type(3n) { background: #fff5c5; }
.join-shell .lp-faq details[open] { box-shadow: 5px 5px 0 var(--lp-pink); }

.join-shell .lp-waitlist-form {
  border: 2px solid var(--lp-navy);
  border-radius: 10px;
  background: rgb(255 255 255 / 78%);
  box-shadow: 4px 4px 0 rgb(18 38 75 / 65%);
}

.join-shell .lp-waitlist-form label { color: var(--lp-navy); }

.join-shell .lp-waitlist-form input,
.join-shell .lp-waitlist-form select,
.join-shell .lp-waitlist-form textarea {
  border: 2px solid var(--lp-navy);
  border-radius: 6px;
  color: var(--lp-navy);
  background: #fffef8;
}

.join-shell .lp-cta,
.join-shell button.lp-cta,
.join-shell .lp-cta-special,
.join-shell button.lp-cta-special {
  border: 2px solid var(--lp-navy);
  border-radius: 6px;
  color: var(--lp-navy);
  background: var(--lp-pink);
  box-shadow: 5px 5px 0 var(--lp-navy);
}

.join-shell .lp-cta-secondary { background: var(--lp-yellow); }
.join-shell .lp-cta-special,
.join-shell button.lp-cta-special { background: var(--lp-aqua); }

.join-shell .lp-cta:hover,
.join-shell button.lp-cta:hover {
  color: var(--lp-navy);
  background: #ffd55f;
  transform: translate(2px, 2px);
  box-shadow: 3px 3px 0 var(--lp-navy);
}

.join-shell .lp-text-cta,
.join-shell .lp-form-note a { color: #b21d69; }
.join-shell .lp-text-cta:hover,
.join-shell .lp-form-note a:hover { color: #781042; }

.join-shell .lp-feature-illustration,
.join-shell .lp-section-illustration {
  filter: drop-shadow(3px 3px 0 rgb(18 38 75 / 65%));
  opacity: .96;
}

.join-shell .site-footer,
.join-shell .site-footer a { color: var(--lp-navy); }

.join-shell a:focus-visible,
.join-shell button:focus-visible,
.join-shell input:focus-visible,
.join-shell select:focus-visible,
.join-shell textarea:focus-visible,
.join-shell summary:focus-visible {
  outline: 3px solid #f02b8a;
  outline-offset: 3px;
}

@media (max-width: 620px) {
  .join-shell {
    border-width: 2px;
    box-shadow: 5px 5px 0 var(--lp-navy);
  }

  .join-shell .lp-hero,
  .join-shell .lp-section:not(.lp-bot-hero) {
    border-width: 2px;
    box-shadow: 4px 4px 0 rgb(18 38 75 / 72%);
  }

  .join-shell .lp-page-nav { border-width: 2px 0; }

  .join-shell .lp-feature-grid article,
  .join-shell .lp-program-grid article,
  .join-shell .lp-plan-card,
  .join-shell .lp-faq details,
  .join-shell .lp-flow-list li,
  .join-shell .lp-waitlist-form { box-shadow: 3px 3px 0 rgb(18 38 75 / 65%); }

  .join-shell .lp-qa .lp-two-column p,
  .join-shell .lp-feedback .lp-two-column p { padding: 13px; }
}

/* /join: keep the page index as one navy band with subtle separators. */
.join-shell .lp-page-nav {
  align-items: center;
  gap: 0;
}

.join-page:not(.join-font-preview) .join-shell .lp-page-nav a,
.join-page:not(.join-font-preview) .join-shell .lp-page-nav .lp-member-link,
.join-page.join-font-preview-zenmaru .join-shell .lp-page-nav a,
.join-page.join-font-preview-zenmaru .join-shell .lp-page-nav .lp-member-link {
  font-family: "Zen Maru Gothic", "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
}

.join-shell .lp-page-nav a,
.join-shell .lp-page-nav .lp-member-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  border: 0;
  border-radius: 0;
  color: var(--lp-cream, #fff7d9);
  background: transparent;
  font-size: .78rem;
  line-height: 1.25;
  text-decoration: none;
  white-space: nowrap;
  transition: color .15s ease, background-color .15s ease;
}

.join-shell .lp-page-nav a + a {
  border-inline-start: 1px solid rgb(255 248 221 / 62%);
}

.join-shell .lp-page-nav a:hover,
.join-shell .lp-page-nav a:focus-visible,
.join-shell .lp-page-nav .lp-member-link:hover,
.join-shell .lp-page-nav .lp-member-link:focus-visible {
  color: var(--lp-navy, #12264b);
  background: var(--lp-yellow, #ffdc55);
}

@media (max-width: 560px) {
  .join-shell .lp-page-nav {
    gap: 0;
  }

  .join-shell .lp-page-nav a,
  .join-shell .lp-page-nav .lp-member-link {
    padding: 7px 8px;
    font-size: .72rem;
  }
}

/* /join: the Q&A explanation is a single full-width card. */
.join-shell .lp-research-copy {
  font-family: "RocknRoll One", "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(.78rem, 1.3vw, .9rem);
  font-weight: 400;
  line-height: 1.7;
}

.join-shell .lp-feature-grid h3 {
  margin-top: 0;
}

.join-shell .lp-flow-list li {
  min-height: 0;
}

.join-shell .lp-flow-list li::before {
  display: none;
  content: none;
}

.join-shell .lp-qa .lp-two-column {
  grid-template-columns: 1fr;
}

.join-shell .lp-qa .lp-two-column p:only-child {
  background: #fff;
}

/* /join: fixed upcoming YouTube Live notices for the open research meetings. */
.join-shell .lp-open-research-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(14px, 2.5vw, 24px);
  margin-top: 24px;
}

.join-shell .lp-open-research-card {
  display: grid;
  grid-template-columns: minmax(150px, 230px) minmax(0, 1fr);
  grid-template-rows: auto auto 1fr;
  gap: 9px 16px;
  min-width: 0;
  padding: clamp(14px, 2vw, 20px);
  border: 2px solid var(--lp-navy);
  border-radius: 10px;
  color: var(--lp-ink);
  background-color: #fffdf3;
  background-image: radial-gradient(circle, rgb(18 38 75 / 9%) 0 1px, transparent 1.45px);
  background-size: 13px 13px;
  box-shadow: 4px 4px 0 rgb(18 38 75 / 72%);
}

.join-shell .lp-open-research-card img {
  display: block;
  grid-column: 1;
  grid-row: 1 / span 3;
  align-self: start;
  width: 100%;
  max-width: 230px;
  height: auto;
  margin: 0;
  border: 2px solid var(--lp-navy);
  border-radius: 6px;
  object-fit: contain;
}

.join-shell .lp-open-research-label {
  grid-column: 2;
  margin: 0;
  padding: 4px 8px;
  border: 2px solid var(--lp-navy);
  border-radius: 999px;
  color: var(--lp-navy);
  background: var(--lp-aqua);
  font-family: "RocknRoll One", "M PLUS Rounded 1c", sans-serif;
  font-size: .68rem;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

.join-shell .lp-open-research-date {
  grid-column: 2;
  margin: 0;
  color: var(--lp-navy);
  font-size: clamp(.82rem, 1.25vw, 1rem);
  font-weight: 900;
  line-height: 1.45;
}

.join-shell .lp-open-research-card h3 {
  grid-column: 2;
  align-self: start;
  margin: 0;
  color: var(--lp-navy);
  font-size: clamp(.98rem, 1.55vw, 1.24rem);
  line-height: 1.5;
  text-wrap: balance;
}

@media (max-width: 760px) {
  .join-shell .lp-open-research-grid {
    grid-template-columns: 1fr;
  }

  .join-shell .lp-open-research-card {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
    gap: 9px;
  }

  .join-shell .lp-open-research-card img,
  .join-shell .lp-open-research-label,
  .join-shell .lp-open-research-date,
  .join-shell .lp-open-research-card h3 {
    grid-column: 1;
    grid-row: auto;
  }

  .join-shell .lp-open-research-card img {
    width: 100%;
    max-width: 360px;
    margin-inline: auto;
  }

  .join-shell .lp-open-research-label {
    justify-self: start;
  }
}

/* /join: let the Bot's question-to-URL explainer carry the copy without another card. */
.join-shell .lp-bot-header-image {
  width: 100%;
  max-width: 820px;
  margin: 0 auto 14px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.join-shell .lp-bot-header-image img {
  display: block;
  width: 100%;
  max-width: 820px;
  height: auto;
  margin: 0 auto;
  border: 0;
  background: transparent;
  box-shadow: none;
  object-fit: contain;
}

.join-shell .lp-bot-question-image {
  width: 100%;
  max-width: none;
  margin: 18px 0 0;
}

.join-shell .lp-bot-question-image img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  background: transparent;
  box-shadow: none;
  object-fit: contain;
}

/* /join: let the Bot sticker rise out of the heading without covering the copy or key visual. */
.join-shell .lp-program-grid h3 {
  display: flex;
  gap: .38em;
  align-items: baseline;
}

.join-shell .lp-program-index {
  flex: 0 0 auto;
  color: #12264b;
  font-size: 1em;
  letter-spacing: 0;
}

/* /join: make the feedback offer lead with its full-width key visual. */
.join-shell .lp-feedback-heading {
  max-width: none;
  text-align: center;
}

.join-shell .lp-feedback-heading h2 {
  max-width: none;
  margin-bottom: 18px;
}

.join-shell .lp-feedback-image {
  display: block;
  width: 100%;
  max-width: 820px;
  height: auto;
  margin: 0 auto 12px;
  border: 3px solid var(--lp-navy, #12264b);
  box-shadow: 5px 5px 0 var(--lp-pink, #ff73b7);
}

@media (max-width: 620px) {
  .join-shell .lp-feedback-image {
    max-width: 100%;
    border-width: 2px;
    box-shadow: 3px 3px 0 var(--lp-pink, #ff73b7);
  }
}
