:root {
  --ink: #090909;
  --muted: #626262;
  --paper: #f8fbff;
  --peach: #dbeaff;
  --peach-soft: #edf5ff;
  --cream: #f3f8ff;
  --navy: #102b57;
  --red: #e41f3d;
  --line: rgba(9, 9, 9, 0.18);
  --white: #ffffff;
  --shadow: 0 28px 80px rgba(9, 9, 9, 0.14);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 50% 22%, rgba(230, 240, 255, 0.92) 0 16%, transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 42%, var(--peach) 100%);
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.45;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto minmax(160px, 1fr);
  align-items: center;
  gap: 20px;
  min-height: 86px;
  padding: 22px clamp(18px, 5vw, 64px);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 2px solid rgba(9, 9, 9, 0.1);
  box-shadow: 0 10px 32px rgba(16, 43, 87, 0.08);
  backdrop-filter: blur(18px);
  pointer-events: none;
}

.brand,
.site-nav,
.nav-toggle {
  pointer-events: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  min-width: 0;
}

.brand-logo {
  width: auto;
  height: 46px;
  max-width: min(34vw, 260px);
  object-fit: contain;
}

.brand-meta {
  display: none;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(9, 9, 9, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 18px 45px rgba(9, 9, 9, 0.18);
  backdrop-filter: blur(18px);
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Arial Black", Impact, sans-serif;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: lowercase;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--white);
  background: rgba(255, 255, 255, 0.14);
  outline: none;
}

.nav-toggle {
  display: none;
  justify-self: end;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(9, 9, 9, 0.16);
  border-radius: 50%;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 40px rgba(9, 9, 9, 0.12);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  border-radius: 999px;
}

.hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: end;
  padding: 120px clamp(18px, 5vw, 64px) 42px;
  overflow: hidden;
}

.hero picture {
  position: absolute;
  right: clamp(18px, 5vw, 70px);
  bottom: 28px;
  z-index: 3;
  width: min(260px, 20vw);
  aspect-ratio: 4 / 3;
  border: 2px solid rgba(9, 9, 9, 0.88);
  border-radius: var(--radius);
  overflow: hidden;
  transform: rotate(-2deg);
  box-shadow: 12px 14px 0 rgba(228, 31, 61, 0.9);
}

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

.hero-overlay {
  position: absolute;
  inset: auto 0 0;
  height: 48%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(219, 234, 255, 0.76) 72%, rgba(201, 222, 255, 0.94) 100%);
  pointer-events: none;
}

.cult-blob {
  position: absolute;
  z-index: 0;
  display: block;
  background:
    radial-gradient(circle at 36% 28%, rgba(255, 255, 255, 0.96), rgba(231, 241, 255, 0.86) 32%, rgba(179, 207, 247, 0.26) 70%),
    linear-gradient(145deg, rgba(244, 249, 255, 0.98), rgba(176, 205, 247, 0.38));
  border-radius: 48% 52% 55% 45% / 44% 42% 58% 56%;
  filter: blur(0.1px);
  box-shadow:
    inset 28px 30px 60px rgba(255, 255, 255, 0.7),
    inset -28px -34px 58px rgba(138, 174, 229, 0.18),
    0 42px 90px rgba(138, 174, 229, 0.18);
  opacity: 0.94;
}

.cult-blob-one {
  width: clamp(240px, 32vw, 440px);
  height: clamp(280px, 38vw, 510px);
  left: 31%;
  top: 17%;
  transform: rotate(18deg);
}

.cult-blob-two {
  width: clamp(180px, 22vw, 320px);
  height: clamp(180px, 22vw, 320px);
  left: 22%;
  top: 19%;
  transform: rotate(-21deg);
}

.cult-blob-three {
  width: clamp(210px, 25vw, 360px);
  height: clamp(220px, 27vw, 390px);
  left: 50%;
  top: 23%;
  transform: rotate(26deg);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(100%, 1180px);
}

.eyebrow,
.section-kicker,
.connect-label {
  margin: 0 0 14px;
  color: var(--red);
  font-family: "Arial Black", Impact, sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: lowercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  letter-spacing: 0;
}

h1 {
  display: block;
  max-width: none;
  font-family: "Arial Black", Impact, sans-serif;
  font-size: clamp(4.7rem, 14vw, 12.5rem);
  line-height: 0.78;
  text-transform: lowercase;
}

h1 span {
  display: block;
}

.dot-word {
  width: fit-content;
  max-width: 100%;
  margin: -0.08em 0 0 clamp(1rem, 39vw, 460px);
  color: transparent;
  background:
    radial-gradient(circle, #090909 49%, transparent 51%) 0 0 / clamp(9px, 1.12vw, 16px) clamp(9px, 1.12vw, 16px);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Courier New", monospace;
  font-size: clamp(3.9rem, 13vw, 10rem);
  font-weight: 900;
  letter-spacing: -0.11em;
  line-height: 0.86;
}

h2 {
  max-width: 880px;
  font-family: "Arial Black", Impact, sans-serif;
  font-size: clamp(2.8rem, 7vw, 6.6rem);
  line-height: 0.9;
  text-transform: lowercase;
}

h3 {
  font-family: "Arial Black", Impact, sans-serif;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  line-height: 0.95;
  text-transform: lowercase;
}

.hero-copy {
  max-width: 520px;
  margin: 18px 0 0;
  color: rgba(9, 9, 9, 0.72);
  font-size: clamp(1rem, 1.45vw, 1.24rem);
  font-weight: 650;
}

.hero-actions,
.event-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  font-family: "Arial Black", Impact, sans-serif;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: lowercase;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.button::after {
  content: "->";
  margin-left: 10px;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 5px 5px 0 var(--ink);
}

.button-primary {
  color: var(--white);
  background: var(--ink);
}

.button-secondary,
.button-ghost {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.46);
}

.quick-facts {
  position: relative;
  z-index: 3;
  padding: 0 clamp(18px, 5vw, 64px);
}

.quick-facts dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: min(var(--max), 100%);
  margin: -20px auto 0;
  padding: 0;
}

.quick-facts div {
  min-height: 98px;
  padding: 18px;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 8px 8px 0 rgba(9, 9, 9, 0.9);
}

.quick-facts dt {
  color: var(--red);
  font-family: "Arial Black", Impact, sans-serif;
  font-size: 0.72rem;
  text-transform: lowercase;
}

.quick-facts dd {
  margin: 8px 0 0;
  color: var(--ink);
  font-family: "Arial Black", Impact, sans-serif;
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  line-height: 0.95;
  text-transform: lowercase;
}

.intro-band,
.benefit-band,
.site-footer {
  color: var(--white);
  background: var(--ink);
}

.intro-band {
  margin-top: 78px;
  padding: clamp(54px, 9vw, 112px) clamp(18px, 5vw, 64px);
}

.section-grid,
.split-section,
.join-section,
.event-layout {
  display: grid;
  gap: clamp(22px, 4vw, 46px);
}

.section-grid {
  width: min(var(--max), 100%);
  grid-template-columns: 0.78fr 1.22fr;
  margin: 0 auto;
}

.section-grid h2,
.benefit-band h2,
.site-footer strong {
  color: var(--white);
}

.section-grid p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.08rem;
  font-weight: 650;
}

.section {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(72px, 10vw, 124px) 0;
}

.section-heading {
  max-width: 920px;
  margin-bottom: clamp(30px, 5vw, 56px);
}

.section-heading p:last-child,
.feature-card p,
.founder-card p,
.principles p,
.faq-list p,
.join-copy p,
.connect-card p,
.agenda p {
  margin: 18px 0 0;
  color: var(--muted);
  font-weight: 620;
}

.event-layout {
  grid-template-columns: 1.04fr 0.96fr;
  align-items: stretch;
}

.event-panel,
.agenda,
.feature-card,
.founder-card,
.principles article,
.join-form,
.faq-list details,
.connect-card {
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 8px 8px 0 rgba(9, 9, 9, 0.92);
}

.event-panel {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  overflow: hidden;
}

.event-date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  min-height: 320px;
  padding: 26px;
  color: var(--white);
  background: var(--ink);
}

.event-date span,
.event-date small {
  font-family: "Arial Black", Impact, sans-serif;
  font-weight: 900;
  text-transform: lowercase;
}

.event-date strong {
  font-family: "Arial Black", Impact, sans-serif;
  font-size: clamp(2.4rem, 4.6vw, 4.5rem);
  line-height: 0.82;
  text-transform: lowercase;
}

.event-details,
.agenda,
.connect-card,
.feature-card,
.founder-card,
.principles article,
.join-form,
.faq-list details {
  padding: clamp(22px, 3vw, 32px);
}

.clean-list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.clean-list li {
  padding: 13px 0;
  border-top: 2px solid rgba(9, 9, 9, 0.12);
  color: var(--muted);
  font-weight: 620;
}

.clean-list strong {
  color: var(--ink);
  font-family: "Arial Black", Impact, sans-serif;
  text-transform: lowercase;
}

.agenda {
  background: rgba(239, 246, 255, 0.76);
}

.agenda ol {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.agenda li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.agenda span,
.feature-number {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  color: var(--white);
  background: var(--red);
  font-family: "Arial Black", Impact, sans-serif;
  font-size: 0.76rem;
  font-weight: 900;
}

.connect-section,
.visual-proof {
  padding-top: 0;
}

.connect-grid,
.founder-grid,
.principles {
  display: grid;
  gap: 16px;
}

.connect-grid,
.founder-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.connect-card {
  display: grid;
  gap: 16px;
  min-height: 320px;
  align-content: start;
  background: rgba(255, 255, 255, 0.58);
}

.connect-card p,
.connect-card h3 {
  margin-top: 0;
}

.connect-card .button {
  justify-self: start;
  margin: 6px 10px 10px 0;
}

.text-link {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  margin-top: 2px;
  color: var(--ink);
  font-family: "Arial Black", Impact, sans-serif;
  font-size: 0.88rem;
  line-height: 1.25;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.22em;
  text-transform: lowercase;
}

.event-board {
  margin: 0;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 8px 8px 0 rgba(9, 9, 9, 0.92);
}

.event-board img {
  width: 100%;
  aspect-ratio: 16 / 8.7;
  object-fit: cover;
  object-position: center;
}

.event-board figcaption {
  padding: 14px 18px;
  border-top: 2px solid var(--ink);
  color: var(--muted);
  font-weight: 650;
}

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

.feature-card {
  min-height: 290px;
}

.feature-number {
  margin-bottom: 28px;
}

.benefit-band {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(24px, 6vw, 72px);
  align-items: center;
  padding: clamp(68px, 9vw, 112px) clamp(18px, 5vw, 64px);
}

.benefit-content,
.benefit-list {
  width: min(100%, 640px);
}

.benefit-content {
  justify-self: end;
}

.benefit-list {
  display: grid;
  gap: 14px;
}

.benefit-list div {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 20px 0;
  border-top: 2px solid rgba(255, 255, 255, 0.22);
}

.benefit-list strong {
  color: #bcd7ff;
  font-family: "Arial Black", Impact, sans-serif;
  text-transform: lowercase;
}

.benefit-list span {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 650;
}

.split-section,
.join-section {
  grid-template-columns: 0.92fr 1.08fr;
}

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

.check-list li {
  position: relative;
  padding-left: 32px;
  color: var(--muted);
  font-weight: 650;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.34em;
  width: 17px;
  height: 17px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--red);
}

.callout {
  margin: 28px 0 0;
  padding: 22px;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  color: var(--ink);
  background: rgba(239, 246, 255, 0.78);
  box-shadow: 6px 6px 0 rgba(9, 9, 9, 0.92);
  font-family: "Arial Black", Impact, sans-serif;
  line-height: 1.08;
  text-transform: lowercase;
}

.founder-card {
  background: rgba(255, 255, 255, 0.54);
}

.founder-photo {
  width: 100%;
  aspect-ratio: 4 / 4.5;
  object-fit: cover;
  object-position: center top;
  margin-bottom: 22px;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  background: var(--cream);
}

.principles {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.join-copy {
  position: sticky;
  top: 118px;
}

.join-note {
  margin-top: 28px;
  padding: 22px;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  color: var(--white);
  background: var(--ink);
  box-shadow: 8px 8px 0 var(--red);
  font-weight: 750;
}

.join-form {
  display: grid;
  gap: 16px;
  background: rgba(255, 255, 255, 0.62);
}

.join-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-family: "Arial Black", Impact, sans-serif;
  font-size: 0.8rem;
  text-transform: lowercase;
}

.join-form input,
.join-form textarea {
  width: 100%;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  padding: 14px 15px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.64);
}

.join-form input:focus,
.join-form textarea:focus {
  outline: 3px solid rgba(228, 31, 61, 0.22);
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--ink);
  font-family: "Arial Black", Impact, sans-serif;
  text-transform: lowercase;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list summary {
  cursor: pointer;
  font-family: "Arial Black", Impact, sans-serif;
  text-transform: lowercase;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 42px clamp(18px, 5vw, 64px);
}

.site-footer p {
  max-width: 560px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 650;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-content: start;
}

.site-footer a {
  color: var(--white);
  font-family: "Arial Black", Impact, sans-serif;
  text-transform: lowercase;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    justify-self: end;
  }

  .hero picture {
    width: min(260px, 34vw);
    opacity: 0.82;
  }

  .event-layout,
  .section-grid,
  .benefit-band,
  .split-section,
  .join-section {
    grid-template-columns: 1fr;
  }

  .benefit-content {
    justify-self: start;
  }

  .feature-grid,
  .principles,
  .connect-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .join-copy {
    position: static;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 74px;
    display: flex;
    justify-content: space-between;
    padding: 16px 18px;
  }

  .brand-logo {
    height: 36px;
    max-width: 190px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 74px 14px auto 14px;
    display: none;
    padding: 8px;
    border: 2px solid var(--ink);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: 8px 8px 0 rgba(9, 9, 9, 0.92);
  }

  .site-nav.is-visible {
    display: grid;
  }

  .site-nav a {
    color: var(--ink);
    border-radius: var(--radius);
  }

  .hero {
    min-height: auto;
    align-items: start;
    padding-top: 150px;
    padding-bottom: 34px;
  }

  .hero picture {
    display: none;
  }

  .cult-blob-one {
    left: 28%;
    top: 18%;
  }

  .cult-blob-two {
    left: 7%;
    top: 26%;
  }

  .cult-blob-three {
    left: 52%;
    top: 28%;
  }

  h1 {
    font-size: clamp(3.35rem, 16.2vw, 4.1rem);
    line-height: 0.82;
  }

  .dot-word {
    margin-left: 0;
    font-size: clamp(2.75rem, 14.8vw, 3.7rem);
  }

  .hero-copy {
    max-width: 92%;
  }

  .quick-facts dl,
  .feature-grid,
  .founder-grid,
  .principles,
  .connect-grid {
    grid-template-columns: 1fr;
  }

  .event-panel {
    grid-template-columns: 1fr;
  }

  .event-date {
    min-height: auto;
  }

  .benefit-list div {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 480px) {
  .section {
    width: min(100% - 28px, var(--max));
  }

  .button {
    width: 100%;
  }

  .hero-actions,
  .event-actions {
    width: 100%;
  }

  .feature-card,
  .founder-card,
  .principles article,
  .connect-card,
  .join-form,
  .agenda,
  .event-details {
    padding: 20px;
  }
}
