:root {
  --black: #080806;
  --coal: #11110f;
  --panel: #171714;
  --bone: #e7e1d6;
  --muted: #9c988f;
  --rust: #a84922;
  --ember: #e8732a;
  --line: rgba(231, 225, 214, .16);
  --danger: #b44a32;
  --max: 1240px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--black);
  color: var(--bone);
  font-family: Inter, system-ui, sans-serif;
  overflow-x: hidden;
}

body::selection {
  background: var(--ember);
  color: #100b07;
}

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

button, input, select, textarea { font: inherit; }

.noise {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: .045;
  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='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  height: 104px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(24px, 5vw, 76px);
  border-bottom: 1px solid rgba(255,255,255,.09);
  background: linear-gradient(180deg, rgba(0,0,0,.68), transparent);
}

.brand {
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
}

.brand-main {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-size: clamp(35px, 4vw, 55px);
  letter-spacing: -.045em;
  transform: scaleX(.92);
  transform-origin: left;
  text-shadow: 0 2px 18px rgba(0,0,0,.7);
}

.brand-sub {
  margin-top: 3px;
  color: #bc7047;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .21em;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .12em;
}

.nav-actions a {
  color: #c9c5bd;
  transition: color .2s ease;
}

.nav-actions a:hover { color: white; }

.nav-cta {
  border: 1px solid rgba(232,115,42,.65);
  background: rgba(63,24,9,.35);
  padding: 13px 18px;
}

.hero {
  min-height: 100svh;
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("assets/rustwater-hero.jpg");
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.hero-vignette {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4,4,3,.98) 0%, rgba(5,5,4,.86) 35%, rgba(6,6,5,.34) 64%, rgba(3,3,2,.18) 100%),
    linear-gradient(180deg, rgba(0,0,0,.35), transparent 38%, rgba(0,0,0,.72));
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(760px, 90vw);
  margin-left: clamp(24px, 7vw, 122px);
  padding-top: 88px;
}

.eyebrow {
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #d2a07d;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: .2em;
  font-size: 13px;
}

.eyebrow span {
  display: inline-block;
  width: 42px;
  height: 2px;
  background: var(--ember);
  box-shadow: 0 0 12px rgba(232,115,42,.6);
}

.eyebrow.dark { color: #93674e; }

.hero h1,
.section-heading h2,
.church-overlay h2,
.form-heading h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  line-height: .86;
  letter-spacing: -.035em;
  margin: 0;
}

.hero h1 {
  font-size: clamp(72px, 10vw, 146px);
  text-shadow: 0 8px 32px rgba(0,0,0,.55);
}

.hero h1 em {
  color: transparent;
  -webkit-text-stroke: 1px rgba(231,225,214,.62);
  font-style: normal;
}

.hero-copy {
  max-width: 640px;
  color: #c0bcb3;
  line-height: 1.75;
  font-size: clamp(15px, 1.4vw, 18px);
  margin: 28px 0 32px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border: 1px solid transparent;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  letter-spacing: .12em;
  font-size: 16px;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.button:hover { transform: translateY(-2px); }

.button.primary {
  color: #160c07;
  background: linear-gradient(135deg, #f1853e, #bd4e1f);
  border-color: #ef8b49;
  box-shadow: 0 10px 35px rgba(154,54,18,.22), inset 0 1px rgba(255,255,255,.25);
}

.button.ghost {
  color: #d1ccc3;
  background: rgba(15,14,12,.5);
  border-color: rgba(231,225,214,.26);
  backdrop-filter: blur(6px);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 52px;
  border-top: 1px solid rgba(255,255,255,.14);
  width: min(660px, 100%);
}

.hero-meta div {
  padding: 17px 32px 0 0;
  margin-right: 32px;
  display: grid;
  gap: 5px;
  border-right: 1px solid rgba(255,255,255,.12);
}

.hero-meta div:last-child { border-right: 0; }

.hero-meta strong {
  color: #77746d;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  letter-spacing: .2em;
}

.hero-meta span {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: .09em;
}

.hero-stamp {
  position: absolute;
  z-index: 4;
  right: clamp(24px, 4vw, 70px);
  bottom: 64px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(232,115,42,.28);
  border-radius: 50%;
  display: grid;
  place-content: center;
  text-align: center;
  transform: rotate(-8deg);
  opacity: .72;
  color: #bd6b42;
}

.hero-stamp::before,
.hero-stamp::after {
  content: "";
  position: absolute;
  border: 1px dashed rgba(232,115,42,.22);
  border-radius: 50%;
  inset: 9px;
}

.hero-stamp::after { inset: 23px; }

.hero-stamp span,
.hero-stamp small {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: .2em;
  font-size: 10px;
}

.hero-stamp strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 31px;
  margin: 3px 0;
}

.scroll-cue {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 26px;
  width: 22px;
  height: 34px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 20px;
}

.scroll-cue span {
  position: absolute;
  width: 3px;
  height: 7px;
  left: 8px;
  top: 7px;
  border-radius: 4px;
  background: var(--ember);
  animation: scroll 1.8s infinite;
}

@keyframes scroll {
  0% { transform: translateY(0); opacity: 0; }
  35% { opacity: 1; }
  100% { transform: translateY(12px); opacity: 0; }
}

.embers i {
  position: absolute;
  z-index: 2;
  width: 3px;
  height: 3px;
  background: #ff8735;
  border-radius: 50%;
  box-shadow: 0 0 8px #ff6d1c;
  animation: ember 8s linear infinite;
  opacity: 0;
}

.embers i:nth-child(1) { left: 57%; bottom: 10%; animation-delay: 0s; }
.embers i:nth-child(2) { left: 64%; bottom: 6%; animation-delay: 1.7s; }
.embers i:nth-child(3) { left: 73%; bottom: 17%; animation-delay: 3.1s; }
.embers i:nth-child(4) { left: 82%; bottom: 8%; animation-delay: 4.4s; }
.embers i:nth-child(5) { left: 48%; bottom: 4%; animation-delay: 5.2s; }
.embers i:nth-child(6) { left: 88%; bottom: 21%; animation-delay: 6.4s; }
.embers i:nth-child(7) { left: 69%; bottom: 3%; animation-delay: 2.2s; }
.embers i:nth-child(8) { left: 78%; bottom: 12%; animation-delay: 7.1s; }

@keyframes ember {
  0% { transform: translate(0, 0) scale(.4); opacity: 0; }
  10% { opacity: .8; }
  80% { opacity: .3; }
  100% { transform: translate(35px, -190px) scale(1.2); opacity: 0; }
}

.intel-section,
.faq-section {
  position: relative;
  padding: 120px clamp(24px, 6vw, 96px);
  background:
    radial-gradient(circle at 82% 20%, rgba(116,50,24,.12), transparent 28%),
    linear-gradient(180deg, #12110f, #0b0b09);
}

.intel-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, black, transparent);
  pointer-events: none;
}

.section-heading {
  position: relative;
  z-index: 2;
  max-width: var(--max);
  margin: 0 auto 56px;
}

.section-heading h2 {
  font-size: clamp(54px, 7vw, 96px);
}

.section-heading > p:last-child {
  max-width: 720px;
  color: var(--muted);
  line-height: 1.75;
  margin: 24px 0 0;
}

.intel-grid {
  position: relative;
  z-index: 2;
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 16px;
}

.intel-card {
  min-height: 270px;
  border: 1px solid var(--line);
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.04), transparent 45%),
    rgba(18,17,14,.82);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.intel-card.large {
  grid-row: span 2;
  min-height: 556px;
  justify-content: space-between;
  background:
    linear-gradient(0deg, rgba(6,5,4,.88), rgba(6,5,4,.15)),
    url("assets/rustwater-church.jpg") center/cover;
}

.intel-card::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  right: -60px;
  bottom: -60px;
  border: 1px solid rgba(232,115,42,.18);
  transform: rotate(45deg);
}

.card-number {
  align-self: flex-end;
  color: rgba(231,225,214,.2);
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-size: 58px;
}

.card-kicker {
  color: #b96c43;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: .18em;
  font-size: 12px;
}

.intel-card h3 {
  max-width: 510px;
  margin: 8px 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(34px, 4vw, 58px);
  line-height: .95;
}

.intel-card p:last-child {
  color: #aaa69d;
  max-width: 500px;
  line-height: 1.65;
}

.waitlist-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(480px, 1fr);
  min-height: 860px;
  background: #d9d2c6;
  color: #161411;
}

.church-panel {
  position: relative;
  overflow: hidden;
  min-height: 760px;
}

.church-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.76) contrast(1.05);
}

.church-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 28%, rgba(4,5,5,.88));
}

.church-overlay {
  position: absolute;
  z-index: 2;
  left: clamp(28px, 5vw, 80px);
  right: 36px;
  bottom: 70px;
  color: var(--bone);
}

.church-overlay h2 {
  font-size: clamp(48px, 6vw, 86px);
}

.church-overlay p:last-child {
  max-width: 610px;
  color: #bbb7ae;
  line-height: 1.7;
}

.form-panel {
  padding: clamp(58px, 7vw, 104px);
  align-self: center;
}

.form-heading h2 {
  font-size: clamp(52px, 6vw, 88px);
}

.form-heading > p:last-child {
  color: #6b665e;
  margin: 18px 0 38px;
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

label > span:first-child,
.wide-field > span:first-child {
  display: block;
  margin-bottom: 9px;
  color: #5d5850;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  letter-spacing: .13em;
  font-size: 12px;
}

input,
select,
textarea {
  width: 100%;
  color: #1b1814;
  background: rgba(255,255,255,.52);
  border: 1px solid rgba(27,24,20,.22);
  border-radius: 0;
  outline: none;
  padding: 15px 16px;
  transition: border .2s ease, box-shadow .2s ease, background .2s ease;
}

input, select { height: 54px; }

textarea { resize: vertical; min-height: 96px; }

input:focus,
select:focus,
textarea:focus {
  border-color: #b44e21;
  background: rgba(255,255,255,.72);
  box-shadow: 0 0 0 3px rgba(180,78,33,.12);
}

input::placeholder,
textarea::placeholder { color: #8b857b; }

.wide-field {
  display: block;
  margin-top: 18px;
}

.wide-field.first-field {
  margin-top: 0;
}

body.modal-open {
  overflow: hidden;
}

.discord-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: clamp(16px, 4vw, 32px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease;
}

.discord-modal[hidden] {
  display: none !important;
}

.discord-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.discord-modal-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 40%, rgba(180, 78, 33, .18), transparent 55%),
    rgba(3, 3, 2, .88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.discord-modal-panel {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
  padding: clamp(32px, 5vw, 48px) clamp(24px, 4vw, 40px) clamp(28px, 4vw, 36px);
  border: 1px solid rgba(231, 225, 214, .2);
  background:
    linear-gradient(160deg, rgba(255, 140, 60, .08), transparent 42%),
    linear-gradient(180deg, #1a1814 0%, #0f0e0b 100%);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, .4),
    0 40px 100px rgba(0, 0, 0, .65),
    0 0 80px rgba(180, 78, 33, .12);
  text-align: center;
  transform: translateY(12px) scale(.97);
  transition: transform .28s cubic-bezier(.2, .8, .2, 1);
}

.discord-modal.is-open .discord-modal-panel {
  transform: translateY(0) scale(1);
}

.discord-modal-close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #8a857c;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transition: color .15s ease;
}

.discord-modal-close:hover {
  color: var(--bone);
}

.discord-modal-badge {
  width: 64px;
  height: 64px;
  margin: 0 auto 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #4a8f5c, #2f5f3d);
  box-shadow: 0 0 0 6px rgba(74, 143, 92, .15), 0 12px 30px rgba(0, 0, 0, .35);
}

.discord-modal-check {
  color: #f4fff6;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.discord-modal-kicker {
  margin: 0 0 10px;
  color: #d2a07d;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: .22em;
  font-size: 12px;
}

.discord-modal-panel h2 {
  margin: 0 0 14px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-size: clamp(36px, 7vw, 52px);
  line-height: .92;
  letter-spacing: -.02em;
  color: var(--bone);
}

.discord-modal-copy {
  margin: 0 auto 26px;
  max-width: 38ch;
  color: #a9a49b;
  line-height: 1.65;
  font-size: 15px;
}

.discord-cta-card {
  text-align: left;
  padding: 22px 22px 24px;
  margin-bottom: 16px;
  border: 1px solid rgba(232, 115, 42, .45);
  background:
    linear-gradient(135deg, rgba(232, 115, 42, .14), rgba(232, 115, 42, .04) 55%),
    rgba(0, 0, 0, .25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.discord-cta-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.discord-step-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  color: #1a0d07;
  background: linear-gradient(135deg, #f1853e, #d45a1f);
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  letter-spacing: .16em;
  font-size: 13px;
}

.discord-step-label {
  color: #9a6a4a;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: .18em;
  font-size: 11px;
}

.discord-cta-card h3 {
  margin: 0 0 8px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: clamp(22px, 4vw, 28px);
  letter-spacing: .03em;
  line-height: 1.15;
  color: var(--bone);
}

.discord-cta-card > p {
  margin: 0 0 18px;
  color: #b7b2a9;
  font-size: 14px;
  line-height: 1.55;
}

.discord-join-btn {
  width: 100%;
  min-height: 60px;
  justify-content: space-between;
  gap: 20px;
  font-size: 18px;
  letter-spacing: .14em;
  box-shadow: 0 14px 40px rgba(154, 54, 18, .35), inset 0 1px rgba(255, 255, 255, .25);
}

.discord-join-btn b {
  font-size: 24px;
  line-height: 1;
}

.discord-invite-url {
  margin: 14px 0 0;
  color: #7d766d;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: .1em;
  font-size: 13px;
  text-align: center;
}

.discord-later {
  width: 100%;
  min-height: 48px;
  justify-content: center;
  font-size: 14px;
  letter-spacing: .12em;
  color: #9c988f;
}

.discord-later:hover {
  color: var(--bone);
}

.error-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: white;
  background: #8b3a2c;
  font-weight: 800;
}

.check-field {
  margin: 22px 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #625d55;
  line-height: 1.55;
  cursor: pointer;
}

.check-field input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.fake-check {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin-top: 1px;
  border: 1px solid #80786e;
  background: rgba(255,255,255,.4);
  position: relative;
}

.check-field input:checked + .fake-check {
  background: #b54d20;
  border-color: #b54d20;
}

.check-field input:checked + .fake-check::after {
  content: "✓";
  color: white;
  position: absolute;
  inset: -2px 0 0;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 14px;
}

.submit-button {
  border: 0;
  min-width: min(100%, 310px);
  justify-content: space-between;
  gap: 30px;
}

.submit-button b { font-size: 24px; line-height: 1; }

.form-note {
  color: #7d766d;
  font-size: 12px;
  margin: 14px 0 0;
}

.form-message { margin-top: 20px; }

.success-card,
.error-card {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(39,97,57,.35);
  background: rgba(48,105,63,.1);
}

.error-card {
  border-color: rgba(151,52,38,.35);
  background: rgba(151,52,38,.1);
}

.success-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: white;
  background: #3d704c;
}

.success-card strong,
.error-card strong {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: .1em;
}

.success-card p,
.error-card p {
  margin: 4px 0 0;
  color: #5f5a52;
  font-size: 13px;
}

.faq-section {
  background: #0d0c0a;
}

.section-heading.compact { margin-bottom: 36px; }

.faq-list {
  max-width: var(--max);
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

details {
  border-bottom: 1px solid var(--line);
  padding: 0 4px;
}

summary {
  list-style: none;
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 21px;
}

summary::-webkit-details-marker { display: none; }

summary span {
  color: var(--ember);
  font-size: 28px;
  font-weight: 400;
  transition: transform .2s ease;
}

details[open] summary span { transform: rotate(45deg); }

details p {
  color: #9e9a91;
  max-width: 760px;
  margin: -5px 0 26px;
  line-height: 1.7;
}

footer {
  min-height: 150px;
  padding: 34px clamp(24px, 6vw, 96px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  border-top: 1px solid rgba(255,255,255,.08);
  background: #060605;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 26px;
}

.footer-brand .brand-main { font-size: 38px; }

.footer-brand > span:last-child,
.footer-links {
  color: #6f6c66;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  letter-spacing: .12em;
}

.footer-links {
  display: flex;
  gap: 24px;
}

.footer-links a:hover { color: var(--ember); }

@media (max-width: 980px) {
  .waitlist-section { grid-template-columns: 1fr; }
  .church-panel { min-height: 660px; }
  .hero-stamp { display: none; }
  .intel-grid { grid-template-columns: 1fr; }
  .intel-card.large { grid-row: auto; min-height: 520px; }
}

@media (max-width: 720px) {
  .site-header { height: 82px; padding: 0 20px; }
  .brand-main { font-size: 36px; }
  .brand-sub { display: none; }
  .nav-actions > a:not(.nav-cta) { display: none; }
  .nav-cta { padding: 10px 12px; font-size: 12px; }

  .hero-content { margin-left: 22px; margin-right: 22px; padding-top: 84px; }
  .hero h1 { font-size: clamp(62px, 20vw, 94px); }
  .hero-meta div { padding-right: 16px; margin-right: 16px; }
  .hero-bg { background-position: 63% center; }
  .hero-vignette {
    background:
      linear-gradient(90deg, rgba(4,4,3,.97), rgba(5,5,4,.74) 70%, rgba(5,5,4,.48)),
      linear-gradient(180deg, rgba(0,0,0,.35), transparent 38%, rgba(0,0,0,.78));
  }

  .intel-section, .faq-section { padding: 84px 20px; }
  .section-heading h2 { font-size: 52px; }
  .intel-card { min-height: 230px; }
  .intel-card.large { min-height: 450px; }

  .church-panel { min-height: 600px; }
  .church-overlay { left: 24px; bottom: 40px; }
  .church-overlay h2 { font-size: 52px; }

  .form-panel { padding: 70px 22px; }
  .form-heading h2 { font-size: 54px; }
  .field-grid { grid-template-columns: 1fr; }

  footer { flex-direction: column; align-items: flex-start; }
  .footer-brand { flex-direction: column; align-items: flex-start; gap: 10px; }
}


/* -------------------------------------------------------
   RECLAIM installer download page
------------------------------------------------------- */

.download-page {
  min-height: 100vh;
  background: #070705;
}

.download-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 140px clamp(22px, 5vw, 78px) 74px;
}

.download-bg {
  position: absolute;
  inset: 0;
  background:
    url("assets/rustwater-hero.jpg") center/cover no-repeat;
  transform: scale(1.035);
  filter: saturate(.72) contrast(1.08) brightness(.76);
}

.download-shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 44%, rgba(215,91,29,.13), transparent 29%),
    linear-gradient(90deg, rgba(4,4,3,.98) 0%, rgba(5,5,4,.90) 42%, rgba(6,6,5,.38) 78%, rgba(3,3,2,.46) 100%),
    linear-gradient(180deg, rgba(0,0,0,.28), rgba(0,0,0,.15) 48%, rgba(0,0,0,.85));
}

.download-shell {
  position: relative;
  z-index: 2;
  width: min(1260px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, .65fr);
  gap: clamp(28px, 5vw, 86px);
  align-items: center;
}

.download-card {
  max-width: 780px;
}

.download-card h1 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-size: clamp(76px, 11vw, 158px);
  line-height: .82;
  letter-spacing: -.045em;
  text-shadow: 0 10px 36px rgba(0,0,0,.7);
}

.download-card h1 em {
  display: inline-block;
  color: transparent;
  -webkit-text-stroke: 1px rgba(231,225,214,.68);
  font-style: normal;
}

.download-copy {
  max-width: 650px;
  margin: 30px 0;
  color: #c5c0b7;
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.75;
}

.installer-button {
  min-width: min(100%, 390px);
  min-height: 76px;
  justify-content: flex-start;
  gap: 18px;
  padding: 0 26px;
}

.installer-button > span:last-child {
  display: grid;
  gap: 2px;
  text-align: left;
}

.installer-button strong {
  font-size: 19px;
  letter-spacing: .11em;
}

.installer-button small {
  color: rgba(28,13,7,.72);
  font-size: 10px;
  letter-spacing: .18em;
}

.download-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(23,11,6,.35);
  font-size: 24px;
}

.download-note {
  max-width: 570px;
  margin: 18px 0 0;
  color: #858078;
  font-size: 12px;
  line-height: 1.6;
}

.download-meta {
  width: min(720px, 100%);
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 52px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.14);
}

.download-meta div {
  min-width: 155px;
  margin-right: 30px;
  padding-right: 30px;
  display: grid;
  gap: 5px;
  border-right: 1px solid rgba(255,255,255,.12);
}

.download-meta div:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

.download-meta strong {
  color: #737069;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  letter-spacing: .2em;
}

.download-meta span {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 16px;
}

.download-side {
  display: grid;
  gap: 18px;
}

.transmission-box,
.steps {
  position: relative;
  border: 1px solid rgba(231,225,214,.15);
  background:
    linear-gradient(135deg, rgba(255,255,255,.045), transparent 55%),
    rgba(10,10,8,.76);
  backdrop-filter: blur(8px);
  box-shadow: 0 18px 60px rgba(0,0,0,.28);
}

.transmission-box {
  padding: 30px;
}

.signal-light {
  display: block;
  width: 9px;
  height: 9px;
  margin-bottom: 28px;
  border-radius: 50%;
  background: #70bb67;
  box-shadow: 0 0 14px rgba(112,187,103,.8);
  animation: signalPulse 1.8s ease-in-out infinite;
}

@keyframes signalPulse {
  50% { opacity: .45; transform: scale(.85); }
}

.transmission-box p {
  margin: 0 0 7px;
  color: #77736b;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: .18em;
  font-size: 11px;
}

.transmission-box strong {
  display: block;
  margin-bottom: 10px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 31px;
  letter-spacing: .04em;
}

.transmission-box small {
  color: #9c978e;
  line-height: 1.55;
}

.steps {
  padding: 10px 25px;
}

.steps div {
  min-height: 66px;
  display: flex;
  align-items: center;
  gap: 17px;
  border-bottom: 1px solid rgba(255,255,255,.09);
}

.steps div:last-child {
  border-bottom: 0;
}

.steps b {
  color: #a95b34;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  letter-spacing: .1em;
}

.steps span {
  color: #b7b2a9;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: .05em;
  font-size: 17px;
}

.download-footer-line {
  position: absolute;
  z-index: 3;
  left: clamp(22px, 5vw, 78px);
  right: clamp(22px, 5vw, 78px);
  bottom: 24px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: #68655f;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  letter-spacing: .18em;
}

.download-footer-line a {
  color: #9d6a4f;
}

.download-footer-line a:hover {
  color: #e27b3f;
}

@media (max-width: 920px) {
  .download-shell {
    grid-template-columns: 1fr;
  }

  .download-side {
    grid-template-columns: 1fr 1fr;
  }

  .download-bg {
    background-position: 62% center;
  }
}

@media (max-width: 680px) {
  .download-hero {
    padding: 118px 20px 86px;
    align-items: start;
  }

  .download-card h1 {
    font-size: clamp(68px, 22vw, 104px);
  }

  .download-copy {
    margin: 24px 0;
  }

  .installer-button {
    width: 100%;
    min-width: 0;
  }

  .download-side {
    grid-template-columns: 1fr;
  }

  .download-meta {
    gap: 18px;
  }

  .download-meta div {
    min-width: 130px;
    margin-right: 0;
    padding-right: 16px;
  }

  .download-footer-line {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 44px;
    flex-direction: column;
  }
}
