:root {
  --ink: #11110f;
  --paper: #f2f0e8;
  --white: #fffdf7;
  --lime: #c9ff3d;
  --blue: #5967ff;
  --coral: #ff684d;
  --pink: #ff8fcc;
  --yellow: #ffe354;
  --line: rgba(17, 17, 15, 0.16);
  --radius: 24px;
  --hub-display-font: "Space Grotesk", "Arial Black", sans-serif;
  --body: "DM Sans", Arial, sans-serif;
}

/*
 * Elementor adds its own container spacing and global typography. These rules
 * keep every imported HTML section full-width and preserve the HUB display font.
 */
.hub-elementor-section.e-con {
  --padding-top: 0;
  --padding-right: 0;
  --padding-bottom: 0;
  --padding-left: 0;
  --gap: 0;
  --container-widget-width: 100%;
  width: 100%;
  max-width: none;
}

.hub-elementor-section > .e-con-inner,
.hub-elementor-section > .elementor-widget-html,
.hub-elementor-section .elementor-widget-html > .elementor-widget-container {
  width: 100%;
  max-width: none;
  padding: 0;
  gap: 0;
}

.hub-elementor-section .hero h1,
.hub-elementor-section .section-intro h2,
.hub-elementor-section .evening h2,
.hub-elementor-section .disciples h2,
.hub-elementor-section .network h2,
.hub-elementor-section .faq h2,
.hub-elementor-section .join h2,
.hub-elementor-section .location h2,
.hub-elementor-section .value-card h3,
.hub-elementor-section .timeline h3,
.hub-elementor-section .brand,
.hub-elementor-section .eyebrow,
.hub-elementor-section .event-title,
.hub-elementor-section .poster-words,
.hub-elementor-section .quote-inner blockquote {
  font-family: "Space Grotesk", "Arial Black", Arial, sans-serif !important;
  font-style: normal !important;
}

.hub-elementor-section .value-card h3,
.hub-elementor-section .timeline h3 {
  font-weight: 700 !important;
}

.hub-elementor-section .accordion-item button {
  color: var(--ink) !important;
  background: transparent !important;
  font-family: "Space Grotesk", "Arial Black", Arial, sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.hub-elementor-section .menu-toggle {
  color: var(--ink) !important;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  opacity: .035;
  pointer-events: none;
  z-index: 99;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

a { color: inherit; text-decoration: none; }
button { font: inherit; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section-pad { padding-block: 120px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -80px; left: 16px; background: var(--ink); color: white; padding: 12px 18px; z-index: 1000; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  width: min(1280px, calc(100% - 48px));
  height: 88px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 20;
}

.brand { display: inline-flex; align-items: center; gap: 12px; font-family: var(--hub-display-font); font-size: 19px; font-weight: 700; letter-spacing: -.03em; text-transform: uppercase; }
.brand em { color: var(--blue); font-style: normal; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; color: var(--paper); background: var(--ink); border-radius: 50% 50% 50% 8px; font-size: 20px; transform: rotate(-4deg); }
.brand-logo { display: block; width: 172px; height: auto; }

.main-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; inset: auto 0 -5px; height: 2px; background: var(--blue); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.main-nav > a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { background: var(--ink); color: white; padding: 12px 18px; border-radius: 999px; }
html body .hub-elementor-section a.nav-cta,
html body .hub-elementor-section a.nav-cta:link,
html body .hub-elementor-section a.nav-cta:visited,
html body .hub-elementor-section a.nav-cta:hover,
html body .hub-elementor-section a.nav-cta:focus,
html body .hub-elementor-section a.nav-cta:focus-visible,
html body .hub-elementor-section a.nav-cta:active,
html body .hub-elementor-section a.nav-cta span {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-decoration-color: #fff !important;
}

html body .hub-elementor-section a.nav-cta,
html body .hub-elementor-section a.nav-cta:hover,
html body .hub-elementor-section a.nav-cta:focus-visible,
html body .hub-elementor-section a.nav-cta:active {
  background: var(--ink) !important;
}
.nav-cta span, .button span { display: inline-block; transition: transform .2s; }
.nav-cta:hover span, .button:hover span { transform: translate(3px, -3px); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; }

.hero { min-height: calc(100vh - 88px); display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 52px; padding-block: 55px 100px; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 10px; font-family: var(--hub-display-font); font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: .15em; }
.eyebrow::before { content: ""; width: 26px; height: 3px; background: currentColor; }
.hero h1, .section-intro h2, .evening h2, .disciples h2, .network h2, .faq h2, .join h2, .location h2 { margin: 0; font-family: var(--hub-display-font); font-weight: 700; letter-spacing: -.065em; line-height: .88; text-transform: uppercase; }
.hero h1 { font-size: clamp(62px, 8.2vw, 120px); }
.hero h1 span { color: var(--blue); }
.hero-lead { max-width: 570px; margin: 32px 0 0; font-size: clamp(18px, 2vw, 23px); line-height: 1.45; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 28px; padding: 15px 20px; border: 2px solid var(--ink); border-radius: 999px; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-3px); box-shadow: 0 6px 0 rgba(17,17,15,.18); }
.button-dark { color: white; background: var(--ink); }
html body .hub-elementor-section a.button.button-dark,
html body .hub-elementor-section a.button.button-dark:link,
html body .hub-elementor-section a.button.button-dark:visited,
html body .hub-elementor-section a.button.button-dark:hover,
html body .hub-elementor-section a.button.button-dark:focus,
html body .hub-elementor-section a.button.button-dark:focus-visible,
html body .hub-elementor-section a.button.button-dark:active,
html body .hub-elementor-section a.button.button-dark span {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-decoration-color: #fff !important;
}

html body .hub-elementor-section a.button.button-dark,
html body .hub-elementor-section a.button.button-dark:hover,
html body .hub-elementor-section a.button.button-dark:focus-visible,
html body .hub-elementor-section a.button.button-dark:active {
  background: var(--ink) !important;
}
.button-outline { margin-top: 28px; }
.button-outline:hover { color: white; background: var(--ink); }
.hub-elementor-section .button-outline:hover,
.hub-elementor-section .button-outline:focus-visible {
  color: var(--white) !important;
  background: var(--ink) !important;
}
.button-large { padding: 18px 26px; font-size: 18px; }
.text-link { padding-block: 8px; font-weight: 700; border-bottom: 2px solid var(--ink); }
.social-proof { display: flex; align-items: center; gap: 16px; margin-top: 54px; }
.social-proof p { margin: 0; font-size: 13px; line-height: 1.4; }
.avatar-stack { display: flex; }
.avatar-stack span { width: 38px; height: 38px; display: grid; place-items: center; border: 2px solid var(--paper); border-radius: 50%; margin-left: -9px; font-weight: 700; }
.avatar-stack span:first-child { margin-left: 0; background: var(--lime); }
.avatar-stack span:nth-child(2) { background: var(--pink); }
.avatar-stack span:nth-child(3) { color: white; background: var(--blue); }

.hero-art { min-height: 610px; position: relative; display: grid; place-items: center; }
.hero-art::before { content: ""; width: 82%; aspect-ratio: 1; border-radius: 50%; background: var(--lime); filter: blur(1px); position: absolute; }
.orbit { position: absolute; width: 100%; height: 58%; border: 2px solid var(--ink); border-radius: 50%; transform: rotate(-35deg); }
.orbit-two { transform: rotate(35deg); width: 93%; }
.hero-card { width: min(365px, 72vw); aspect-ratio: .72; background: var(--blue); color: white; border: 3px solid var(--ink); border-radius: 8px; box-shadow: 14px 14px 0 var(--ink); padding: 22px; position: relative; transform: rotate(3deg); z-index: 2; overflow: hidden; }
.hero-card::after { content: ""; position: absolute; width: 220px; height: 220px; border: 38px solid var(--lime); border-radius: 50%; right: -120px; top: 95px; opacity: .9; }
.card-topline { display: flex; align-items: center; justify-content: space-between; font-family: var(--hub-display-font); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.card-topline span:nth-child(2) { margin-right: auto; margin-left: 8px; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(255,104,77,.25); }
.node-map { position: absolute; width: 175px; height: 150px; right: 12px; top: 58px; z-index: 3; }
.node-map::before, .node-map::after { content: ""; position: absolute; inset: 30px 24px; border: 2px solid var(--ink); border-radius: 50%; transform: rotate(28deg); }
.node-map::after { transform: rotate(-28deg); }
.node { position: absolute; z-index: 2; width: 23px; height: 23px; background: var(--pink); border: 2px solid var(--ink); border-radius: 50%; box-shadow: 2px 2px 0 var(--ink); }
.node-center { width: 52px; height: 52px; left: 62px; top: 49px; display: grid; place-items: center; color: white; background: var(--ink); font-family: var(--hub-display-font); font-size: 24px; font-weight: 700; }
.node-a { left: 8px; top: 28px; }
.node-b { right: 5px; top: 18px; background: var(--lime); }
.node-c { left: 18px; bottom: 10px; background: var(--yellow); }
.node-d { right: 12px; bottom: 5px; background: var(--coral); }
.event-title { position: absolute; left: 22px; bottom: 116px; font-family: var(--hub-display-font); font-size: 67px; font-weight: 700; line-height: .78; letter-spacing: -.08em; z-index: 2; }
.event-meta { position: absolute; inset: auto 22px 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.5); padding-top: 12px; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; z-index: 2; }
.event-meta span:last-child { text-align: right; }
.sticker { position: absolute; display: grid; place-items: center; text-align: center; font-family: var(--hub-display-font); font-weight: 700; line-height: .9; border: 3px solid var(--ink); z-index: 4; }
.sticker-yellow { width: 95px; height: 95px; background: var(--yellow); border-radius: 50%; left: -6px; top: 96px; transform: rotate(-14deg); }
.sticker-pink { width: 100px; height: 72px; background: var(--pink); right: -8px; bottom: 70px; transform: rotate(10deg); box-shadow: 5px 5px 0 var(--ink); }

.ticker { overflow: hidden; color: white; background: var(--ink); border-block: 2px solid var(--ink); transform: rotate(-1deg) scale(1.02); }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 24px; padding: 17px 0; animation: marquee 24s linear infinite; font-family: var(--hub-display-font); font-size: 19px; font-weight: 700; letter-spacing: .08em; }
.ticker-track i { color: var(--lime); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-intro { max-width: 840px; margin-bottom: 58px; }
.section-intro h2, .evening h2, .disciples h2, .network h2, .faq h2, .join h2, .location h2 { font-size: clamp(50px, 6.5vw, 90px); }
.section-intro h2 span, .evening h2 span { color: var(--blue); }
.section-intro > p:last-child { max-width: 650px; margin: 30px 0 0 auto; font-size: 20px; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value-card { min-height: 440px; border: 2px solid var(--ink); border-radius: var(--radius); padding: 26px; position: relative; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.value-card:hover { transform: translateY(-8px) rotate(-1deg); box-shadow: 9px 9px 0 var(--ink); }
.value-card:nth-child(2):hover { transform: translateY(-8px) rotate(1deg); }
.value-card::after { content: ""; position: absolute; width: 200px; height: 200px; border: 26px solid rgba(17,17,15,.12); border-radius: 50%; right: -90px; bottom: -90px; }
.card-lime { background: var(--lime); }
.card-blue { background: var(--blue); color: white; }
.card-coral { background: var(--coral); }
.card-number { font-family: var(--hub-display-font); font-size: 13px; font-weight: 700; }
.card-symbol { width: 86px; height: 86px; display: grid; place-items: center; margin: 42px auto 36px; border: 2px solid currentColor; border-radius: 50%; font-family: var(--hub-display-font); font-size: 45px; font-weight: 700; }
.value-card h3 { margin: 0; font-family: var(--hub-display-font); font-size: clamp(32px, 3.2vw, 45px); font-weight: 700; line-height: .95; letter-spacing: -.055em; text-transform: uppercase; }
.value-card p { max-width: 260px; margin: 20px 0 0; line-height: 1.45; }

.evening { color: white; background: var(--ink); }
.evening-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.eyebrow-light { color: var(--lime); }
.evening h2 span { color: var(--lime); }
.movement-note { max-width: 430px; margin-top: 30px; color: rgba(255,255,255,.68); font-size: 18px; }
.timeline { list-style: none; margin: 0; padding: 0; }
.timeline li { min-height: 128px; display: grid; grid-template-columns: 70px 1fr 82px; gap: 20px; align-items: start; border-top: 1px solid rgba(255,255,255,.25); padding: 26px 0; }
.timeline li:last-child { border-bottom: 1px solid rgba(255,255,255,.25); }
.timeline time { color: var(--lime); font-family: var(--hub-display-font); font-weight: 700; }
.timeline h3 { margin: -5px 0 4px; font-family: var(--hub-display-font); font-size: 28px; font-weight: 700; letter-spacing: -.04em; }
.timeline p { margin: 0; color: rgba(255,255,255,.68); }
.timeline li > span { min-height: 34px; display: grid; place-items: center; padding: 7px 8px; color: var(--ink); background: var(--paper); border-radius: 999px; font-family: var(--hub-display-font); font-size: 9px; font-weight: 700; letter-spacing: .04em; }

.disciples { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.disciples-poster { min-height: 620px; position: relative; padding: 28px; background: var(--pink); border: 3px solid var(--ink); box-shadow: 13px 13px 0 var(--ink); transform: rotate(-2deg); overflow: hidden; }
.disciples-poster::before { content: ""; position: absolute; width: 430px; height: 430px; border: 90px solid var(--yellow); border-radius: 50%; left: -220px; bottom: -250px; }
.poster-label { display: inline-block; padding: 7px 10px; color: white; background: var(--ink); font-family: var(--hub-display-font); font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.poster-words { position: absolute; left: 26px; top: 105px; display: flex; flex-direction: column; font-family: var(--hub-display-font); font-size: clamp(72px, 8vw, 112px); font-weight: 700; letter-spacing: -.095em; line-height: .73; }
.poster-words span:nth-child(2) { color: var(--blue); }
.poster-words span:nth-child(3) { color: white; -webkit-text-stroke: 3px var(--ink); }
.poster-arrow { position: absolute; right: 35px; bottom: 8px; font-family: var(--hub-display-font); font-size: 150px; font-weight: 700; line-height: 1; transform: rotate(10deg); }
.disciples-copy h2 { font-size: clamp(46px, 5.4vw, 78px); }
.disciples-copy .large-copy { margin-top: 30px; font-size: 20px; font-weight: 600; }
.disciples-copy > p:not(.eyebrow) { max-width: 590px; }
.passion-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 24px 0 6px; }
.passion-grid span { display: flex; align-items: center; gap: 9px; padding: 11px 13px; border: 2px solid var(--ink); border-radius: 12px; font-family: var(--hub-display-font); font-size: 13px; font-weight: 700; text-transform: uppercase; }
.passion-grid b { width: 27px; height: 27px; display: grid; place-items: center; color: white; background: var(--blue); border-radius: 50%; }
.passion-grid span:nth-child(2) b { background: var(--coral); }
.passion-grid span:nth-child(3) b { color: var(--ink); background: var(--lime); }
.passion-grid span:nth-child(4) b { color: var(--ink); background: var(--yellow); }

.quote-band { padding: 120px 0; color: white; background: var(--blue); overflow: hidden; }
.quote-inner { position: relative; }
.quote-inner blockquote { margin: 0; position: relative; z-index: 2; font-family: var(--hub-display-font); font-size: clamp(42px, 6.7vw, 92px); font-weight: 700; line-height: .98; letter-spacing: -.055em; text-align: center; text-transform: uppercase; }
.quote-inner blockquote em { color: var(--lime); font-style: normal; }
.quote-mark { position: absolute; top: -100px; left: -20px; color: rgba(255,255,255,.13); font-family: Georgia, serif; font-size: 280px; line-height: 1; }
.spark { position: absolute; right: 3%; top: -60px; color: var(--pink); font-size: 110px; transform: rotate(15deg); }

.network { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.network-copy > p:last-child { max-width: 480px; margin-top: 28px; font-size: 19px; }
.network h2 { font-size: clamp(48px, 5.8vw, 80px); }
.network-visual { min-height: 570px; position: relative; border: 2px solid var(--ink); border-radius: 32px; background: var(--white); overflow: hidden; }
.network-visual::before, .network-visual::after { content: ""; position: absolute; width: 70%; height: 42%; left: 15%; top: 29%; border: 2px dashed rgba(17,17,15,.35); border-radius: 50%; transform: rotate(30deg); }
.network-visual::after { transform: rotate(-30deg); }
.hub-node, .stream-node { position: absolute; z-index: 2; display: grid; place-items: center; text-align: center; border: 2px solid var(--ink); box-shadow: 6px 6px 0 var(--ink); font-family: var(--hub-display-font); font-weight: 700; }
.hub-node { width: 150px; height: 150px; left: 50%; top: 50%; color: white; background: var(--blue); border-radius: 50%; transform: translate(-50%,-50%); font-size: 38px; }
.hub-node span, .stream-node span { display: block; font-family: var(--body); font-size: 9px; font-weight: 600; letter-spacing: .02em; }
.stream-node { min-width: 125px; padding: 17px 13px; border-radius: 16px; font-size: 13px; letter-spacing: .04em; }
.stream-node span { margin-top: 5px; letter-spacing: 5px; }
.stream-one { left: 7%; top: 10%; background: var(--lime); transform: rotate(-4deg); }
.stream-two { right: 6%; top: 12%; color: white; background: var(--ink); transform: rotate(4deg); }
.stream-three { left: 7%; bottom: 10%; background: var(--coral); transform: rotate(3deg); }
.stream-four { right: 5%; bottom: 9%; background: var(--pink); transform: rotate(-3deg); }

.faq { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.faq-heading { position: sticky; top: 50px; align-self: start; }
.faq h2 { font-size: clamp(48px, 5.5vw, 78px); }
.accordion-item { border-top: 2px solid var(--ink); }
.accordion-item:last-child { border-bottom: 2px solid var(--ink); }
.accordion-item button { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 25px 0; color: var(--ink); text-align: left; background: none; border: 0; cursor: pointer; font-family: var(--hub-display-font); font-size: clamp(20px, 2.2vw, 28px); font-weight: 700; line-height: 1.2; letter-spacing: -.035em; }
.accordion-item button i { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; color: white; background: var(--ink); border-radius: 50%; font-size: 24px; font-style: normal; transition: transform .25s; }
.accordion-item button[aria-expanded="true"] i { transform: rotate(45deg); background: var(--blue); }
.accordion-item button:focus-visible { outline: 3px solid var(--blue); outline-offset: -3px; border-radius: 12px; }
.accordion-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.accordion-panel > p { overflow: hidden; margin: 0; max-width: 600px; color: rgba(17,17,15,.7); }
.accordion-panel .faq-link { font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.hub-elementor-section .accordion-panel .faq-link,
.hub-elementor-section .accordion-panel .faq-link:visited { color: var(--ink) !important; }
.hub-elementor-section .accordion-panel .faq-link:hover,
.hub-elementor-section .accordion-panel .faq-link:focus-visible { color: var(--blue) !important; }
.accordion-item button[aria-expanded="true"] + .accordion-panel { grid-template-rows: 1fr; }
.accordion-item button[aria-expanded="true"] + .accordion-panel > p { padding-bottom: 27px; }

.join { padding-top: 0; }
.join-card { min-height: 410px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; position: relative; padding: 65px; background: var(--lime); border: 3px solid var(--ink); border-radius: 34px; box-shadow: 12px 12px 0 var(--ink); overflow: hidden; }
.join h2 span { color: var(--blue); }
.join-action { position: relative; z-index: 2; }
.join-action p { max-width: 440px; font-size: 19px; }
.join-action small { display: block; margin-top: 14px; }
.join-buttons { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.join-buttons .button-outline { margin-top: 0; }
.join-doodle { position: absolute; right: -65px; bottom: -100px; color: rgba(17,17,15,.1); font-size: 320px; line-height: 1; }

.location { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: center; }
.location h2 span { color: var(--blue); }
.location address { margin-top: 30px; font-family: var(--hub-display-font); font-size: clamp(22px, 2.3vw, 30px); font-style: normal; font-weight: 700; line-height: 1.3; }
.location-map { min-height: 480px; overflow: hidden; background: var(--white); border: 3px solid var(--ink); border-radius: 28px; box-shadow: 10px 10px 0 var(--ink); }
.location-map iframe { width: 100%; height: 100%; min-height: 480px; display: block; border: 0; }
.site-footer { padding-block: 68px 28px; border-top: 1px solid var(--line); font-size: 14px; }
.footer-main { display: grid; grid-template-columns: minmax(280px, 1.45fr) minmax(180px, .7fr) minmax(180px, .7fr); gap: clamp(36px, 6vw, 88px); align-items: start; padding-bottom: 52px; }
.brand-footer { font-size: 17px; }
.brand-footer .brand-logo { width: 180px; }
.footer-intro { max-width: 420px; margin: 24px 0 0; font-size: 16px; line-height: 1.65; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-label { margin: 0 0 7px; color: rgba(17, 17, 15, .55); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.footer-column a { font-weight: 700; line-height: 1.45; text-underline-offset: 4px; }
.footer-column a:hover { text-decoration: underline; }
.footer-column a span { color: var(--blue); }
.footer-address { font-weight: 600 !important; }
.footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; padding-top: 24px; border-top: 1px solid var(--line); color: rgba(17, 17, 15, .6); font-size: 12px; }
.footer-bottom p { margin: 0; }
.footer-claim { font-family: var(--hub-display-font); font-weight: 700; letter-spacing: .03em; text-transform: uppercase; }
.footer-legal { justify-self: end; text-decoration: underline; text-underline-offset: 4px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .main-nav { gap: 18px; }
  .main-nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 65px; }
  .hero-copy { position: relative; z-index: 3; }
  .hero-art { min-height: 620px; width: min(620px, 100%); margin: -10px auto 0; }
  .section-pad { padding-block: 90px; }
  .value-grid { grid-template-columns: 1fr 1fr; }
  .value-card:last-child { grid-column: 1 / -1; min-height: 350px; }
  .evening-layout, .disciples, .network, .faq, .location { grid-template-columns: 1fr; gap: 60px; }
  .disciples-poster { width: min(540px, 90%); margin-inline: auto; }
  .faq-heading { position: static; }
  .footer-main { grid-template-columns: 1.3fr 1fr 1fr; gap: 36px; }
}

@media (max-width: 680px) {
  .section-shell, .site-header { width: min(100% - 28px, 1180px); }
  .site-header { height: 74px; }
  .main-nav { display: none; position: absolute; top: 70px; left: 0; right: 0; padding: 18px; flex-direction: column; align-items: stretch; gap: 4px; background: var(--paper); border: 2px solid var(--ink); border-radius: 18px; box-shadow: 7px 7px 0 var(--ink); }
  .main-nav.is-open { display: flex; }
  .main-nav a:not(.nav-cta) { display: block; padding: 11px 6px; }
  .nav-cta { text-align: center; margin-top: 8px; }
  .menu-toggle { width: 46px; height: 42px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 7px; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { width: 27px; height: 2px; background: var(--ink); transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4.5px) rotate(-45deg); }
  .hero { min-height: auto; gap: 35px; padding-block: 50px 70px; }
  .hero h1 { font-size: clamp(56px, 18vw, 82px); }
  .hero-lead { margin-top: 25px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-art { min-height: 490px; overflow: hidden; }
  .hero-card { width: min(290px, 73vw); }
  .event-title { font-size: 53px; bottom: 100px; }
  .event-icon { width: 100px; }
  .sticker-yellow { left: -4px; top: 62px; width: 78px; height: 78px; font-size: 13px; }
  .sticker-pink { right: -4px; bottom: 52px; width: 82px; height: 62px; font-size: 12px; }
  .section-pad { padding-block: 75px; }
  .section-intro h2, .evening h2, .disciples h2, .network h2, .faq h2, .join h2, .location h2 { font-size: clamp(45px, 14vw, 68px); }
  .section-intro > p:last-child { margin-left: 0; font-size: 18px; }
  .value-grid { grid-template-columns: 1fr; }
  .value-card, .value-card:last-child { grid-column: auto; min-height: 390px; }
  .evening-layout { gap: 45px; }
  .timeline li { grid-template-columns: 68px 1fr; }
  .timeline li > span { display: none; }
  .timeline h3 { font-size: 24px; }
  .disciples { gap: 60px; }
  .disciples-poster { width: calc(100% - 16px); min-height: 480px; padding: 20px; }
  .poster-words { left: 18px; top: 90px; font-size: clamp(68px, 22vw, 95px); }
  .poster-arrow { width: 130px; }
  .network { gap: 45px; }
  .network-visual { min-height: 480px; }
  .location-map, .location-map iframe { min-height: 360px; }
  .hub-node { width: 125px; height: 125px; font-size: 31px; }
  .stream-node { min-width: 104px; padding: 13px 9px; font-size: 10px; }
  .quote-band { padding-block: 85px; }
  .join-card { width: calc(100% - 28px); grid-template-columns: 1fr; gap: 35px; padding: 42px 26px; border-radius: 24px; }
  .site-footer { padding-block: 52px 24px; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; padding-bottom: 38px; }
  .footer-intro { margin-top: 18px; }
  .footer-column { gap: 11px; }
  .footer-bottom { grid-template-columns: 1fr auto; gap: 12px 20px; }
  .footer-claim { grid-column: 1 / -1; grid-row: 1; }
  .copyright { grid-column: 1; grid-row: 2; }
  .footer-legal { grid-column: 2; grid-row: 2; }
}
