:root {
  --charcoal: #151312;
  --charcoal-soft: #211d1a;
  --ember: #d9823b;
  --ember-soft: #f0b066;
  --hearth: #5a3a2e;
  --red: #8e2f2a;
  --mist: #eee7dc;
  --mist-dim: #c9bfb1;
  --bronze: #9a7350;
  --moss: #27382f;
  --ink: #0e0d0c;
  --line: rgba(238, 231, 220, 0.16);
  --panel: rgba(33, 29, 26, 0.9);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 18% 10%, rgba(142, 47, 42, 0.18), transparent 28rem),
    radial-gradient(circle at 78% 18%, rgba(217, 130, 59, 0.11), transparent 24rem),
    linear-gradient(180deg, #100f0e 0%, var(--charcoal) 46%, #191512 100%);
  color: var(--mist);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

.noscript-banner {
  padding: 12px 18px;
  color: #16100c;
  background: var(--ember-soft);
  text-align: center;
  font-weight: 700;
}

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

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

:focus-visible {
  outline: 2px solid var(--ember-soft);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(21, 19, 18, 0.82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--mist);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  letter-spacing: 0;
}

.brand-mark {
  position: relative;
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(238, 231, 220, 0.3);
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(238, 231, 220, 0.08), rgba(217, 130, 59, 0.06));
}

.mark-mountain {
  position: absolute;
  top: 9px;
  width: 20px;
  height: 8px;
  border-top: 2px solid var(--mist);
  border-radius: 50% 50% 0 0;
}

.mark-eye {
  width: 18px;
  height: 7px;
  border-bottom: 2px solid rgba(238, 231, 220, 0.82);
  border-radius: 50%;
}

.mark-ember {
  position: absolute;
  bottom: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ember);
  box-shadow: 0 0 14px rgba(217, 130, 59, 0.9);
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(12px, 2.5vw, 28px);
  color: var(--mist-dim);
  font-size: 0.92rem;
}

.nav-links a:hover {
  color: var(--mist);
}

.section-band {
  padding: clamp(56px, 8vw, 112px) clamp(18px, 5vw, 72px);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
  min-height: calc(100vh - 72px);
  overflow: hidden;
}

.hero-visual {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0.92;
  background:
    linear-gradient(90deg, rgba(14, 13, 12, 0.92) 0%, rgba(14, 13, 12, 0.58) 36%, rgba(14, 13, 12, 0.12) 70%),
    linear-gradient(180deg, rgba(14, 13, 12, 0.22), rgba(14, 13, 12, 0.72)),
    url("assets/hero-nuorite.png") center right / cover no-repeat;
}

.hero-visual::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(14, 13, 12, 0.34), transparent 58%, rgba(14, 13, 12, 0.24)),
    radial-gradient(circle at 70% 68%, rgba(217, 130, 59, 0.16), transparent 18rem);
}

.mountains {
  display: none;
}

.seal-ring {
  position: absolute;
  border: 1px solid rgba(154, 115, 80, 0.22);
  border-radius: 50%;
}

.seal-ring::before,
.seal-ring::after {
  position: absolute;
  content: "";
  background: rgba(142, 47, 42, 0.72);
}

.seal-ring::before {
  top: 50%;
  left: 12%;
  width: 76%;
  height: 1px;
}

.seal-ring::after {
  top: 12%;
  left: 50%;
  width: 1px;
  height: 76%;
}

.seal-ring-one {
  right: 12%;
  bottom: 18%;
  width: min(48vw, 560px);
  aspect-ratio: 1;
  opacity: 0.26;
}

.seal-ring-two {
  right: 24%;
  bottom: 28%;
  width: min(26vw, 300px);
  aspect-ratio: 1;
  opacity: 0.18;
}

.corner-seal {
  position: absolute;
  width: 54px;
  height: 54px;
  border-color: rgba(217, 130, 59, 0.48);
  opacity: 0.42;
}

.corner-seal.top-left {
  top: 18%;
  left: 46%;
  border-top: 2px solid;
  border-left: 2px solid;
}

.corner-seal.top-right {
  top: 18%;
  right: 7%;
  border-top: 2px solid;
  border-right: 2px solid;
}

.corner-seal.bottom-left {
  bottom: 12%;
  left: 46%;
  border-bottom: 2px solid;
  border-left: 2px solid;
}

.corner-seal.bottom-right {
  right: 7%;
  bottom: 12%;
  border-right: 2px solid;
  border-bottom: 2px solid;
}

.threshold {
  position: absolute;
  right: clamp(42px, 12vw, 180px);
  bottom: 11%;
  width: min(42vw, 520px);
  aspect-ratio: 1 / 1.12;
  border: 1px solid rgba(238, 231, 220, 0.18);
  border-bottom: 0;
  border-radius: 48% 48% 0 0;
  background:
    linear-gradient(90deg, rgba(238, 231, 220, 0.05), transparent 18%, transparent 82%, rgba(238, 231, 220, 0.05)),
    radial-gradient(circle at 50% 82%, rgba(217, 130, 59, 0.35), transparent 18rem),
    rgba(10, 9, 8, 0.18);
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.48), 0 44px 120px rgba(0, 0, 0, 0.56);
  opacity: 0.18;
}

.thread {
  position: absolute;
  top: 16%;
  left: 50%;
  width: 2px;
  height: 38%;
  background: linear-gradient(180deg, var(--red), rgba(142, 47, 42, 0.16));
}

.thread::after {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 48px;
  height: 22px;
  content: "";
  border: 1px solid rgba(142, 47, 42, 0.72);
  border-radius: 50%;
  transform: translateX(-50%) rotate(-8deg);
}

.bell {
  position: absolute;
  top: 34%;
  left: calc(50% - 10px);
  width: 20px;
  height: 18px;
  border: 1px solid rgba(154, 115, 80, 0.78);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  opacity: 0.8;
}

.fire {
  position: absolute;
  right: 22%;
  bottom: 13%;
  left: 22%;
  display: grid;
  height: 22%;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(217, 130, 59, 0.42), transparent 62%);
}

.fire span {
  width: 54px;
  height: 74px;
  background:
    radial-gradient(circle at 50% 72%, #fff0c4 0 12%, transparent 13%),
    radial-gradient(circle at 50% 45%, var(--ember-soft) 0 28%, transparent 30%),
    radial-gradient(circle at 50% 58%, var(--ember) 0 46%, transparent 48%);
  border-radius: 58% 42% 58% 42%;
  filter: blur(0.2px);
  animation: flame 3.8s ease-in-out infinite;
}

.mist {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(238, 231, 220, 0.22), transparent);
  opacity: 0.65;
}

.mist-one {
  top: 36%;
  right: 4%;
  width: 54%;
}

.mist-two {
  right: 12%;
  bottom: 28%;
  width: 42%;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 780px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--ember-soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--mist);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  max-width: 740px;
  font-size: clamp(3rem, 7vw, 6.8rem);
  line-height: 0.95;
}

h2 {
  font-size: clamp(2rem, 4.4vw, 4.1rem);
  line-height: 1.02;
}

h3 {
  font-size: 1.34rem;
  line-height: 1.16;
}

.hero-copy {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--mist);
  font-size: clamp(1.05rem, 1.4vw, 1.24rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 700;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

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

.button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
  transform: none;
}

.button.primary {
  color: #16100c;
  background: linear-gradient(180deg, #f2b46d, var(--ember));
  box-shadow: 0 10px 28px rgba(217, 130, 59, 0.18);
}

.button.secondary {
  color: var(--mist);
  border-color: rgba(238, 231, 220, 0.28);
  background: rgba(238, 231, 220, 0.06);
}

.disclaimer,
.microcopy {
  color: var(--mist-dim);
  font-size: 0.9rem;
}

.disclaimer {
  max-width: 620px;
  margin-top: 18px;
}

.intro-grid,
.family-band,
.waitlist-band,
.feedback-band,
.review-band {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.18fr);
  gap: clamp(28px, 6vw, 92px);
  align-items: start;
  border-top: 1px solid var(--line);
}

.intro-copy,
.family-band p,
.waitlist-band p,
.feedback-band p,
.review-band p {
  color: var(--mist-dim);
  font-size: 1.05rem;
}

.pillars {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding-top: 0;
  padding-bottom: 0;
  background: var(--line);
}

.pillars article {
  min-height: 280px;
  padding: clamp(24px, 4vw, 42px);
  background:
    linear-gradient(180deg, rgba(238, 231, 220, 0.035), rgba(238, 231, 220, 0.012)),
    var(--charcoal);
}

.pillar-icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-bottom: 54px;
  border: 1px solid rgba(217, 130, 59, 0.38);
  border-radius: 50%;
  color: var(--ember-soft);
  font-size: 0.78rem;
}

.pillars p,
.rite-card p {
  color: var(--mist-dim);
}

.symbol-band {
  border-top: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(238, 231, 220, 0.018), transparent),
    rgba(14, 13, 12, 0.18);
}

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

.symbol-card {
  min-height: 260px;
  padding: 24px;
  border: 1px solid rgba(238, 231, 220, 0.13);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 12%, rgba(217, 130, 59, 0.09), transparent 10rem),
    rgba(238, 231, 220, 0.032);
}

.symbol-card p {
  color: var(--mist-dim);
}

.symbol-mark {
  position: relative;
  width: 92px;
  height: 92px;
  margin-bottom: 28px;
  border: 1px solid rgba(154, 115, 80, 0.4);
  border-radius: 50%;
}

.symbol-gate .symbol-mark::before {
  position: absolute;
  inset: 24px 20px;
  content: "";
  border: 2px solid rgba(238, 231, 220, 0.8);
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
}

.symbol-fire .symbol-mark {
  background: radial-gradient(circle, rgba(217, 130, 59, 0.82) 0 12%, transparent 13% 100%);
}

.symbol-corners .symbol-mark::before,
.symbol-corners .symbol-mark::after {
  position: absolute;
  inset: 16px;
  content: "";
  border: 2px solid rgba(142, 47, 42, 0.72);
}

.symbol-corners .symbol-mark::after {
  inset: 30px;
  border-color: rgba(217, 130, 59, 0.52);
  transform: rotate(45deg);
}

.symbol-thread .symbol-mark::before {
  position: absolute;
  top: 16px;
  left: 50%;
  width: 2px;
  height: 62px;
  content: "";
  background: var(--red);
}

.symbol-thread .symbol-mark::after {
  position: absolute;
  top: 34px;
  left: 50%;
  width: 54px;
  height: 28px;
  content: "";
  border: 2px solid rgba(142, 47, 42, 0.72);
  border-radius: 50%;
  transform: translateX(-50%) rotate(-12deg);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.rite-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.rite-card {
  display: flex;
  min-height: 380px;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px;
  border: 1px solid rgba(238, 231, 220, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 14%, rgba(217, 130, 59, 0.1), transparent 13rem),
    rgba(238, 231, 220, 0.035);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}

.rite-card p {
  flex: 1;
}

.rite-symbol {
  position: relative;
  width: 86px;
  height: 86px;
  margin-bottom: 28px;
  border: 1px solid rgba(238, 231, 220, 0.24);
  border-radius: 50%;
}

.night-card .rite-symbol {
  background: radial-gradient(circle, rgba(217, 130, 59, 0.68) 0 12%, transparent 13% 100%);
}

.charm-card .rite-symbol::before {
  position: absolute;
  inset: 20px 18px;
  content: "";
  border: 2px solid rgba(142, 47, 42, 0.86);
  border-bottom-color: transparent;
  border-radius: 50% 50% 0 0;
}

.cleanse-card .rite-symbol::before,
.cleanse-card .rite-symbol::after {
  position: absolute;
  content: "";
  background: rgba(238, 231, 220, 0.72);
}

.cleanse-card .rite-symbol::before {
  top: 42px;
  left: 18px;
  width: 50px;
  height: 1px;
}

.cleanse-card .rite-symbol::after {
  top: 18px;
  left: 42px;
  width: 1px;
  height: 50px;
}

.family-band {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(142, 47, 42, 0.14), transparent 48%),
    rgba(238, 231, 220, 0.018);
}

.photo-anchor-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 6vw, 92px);
  align-items: center;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 82% 28%, rgba(142, 47, 42, 0.14), transparent 22rem),
    rgba(238, 231, 220, 0.018);
}

.photo-anchor-band p {
  color: var(--mist-dim);
  font-size: 1.05rem;
}

.photo-anchor-tool {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(238, 231, 220, 0.16);
  border-radius: 8px;
  background: rgba(238, 231, 220, 0.04);
}

.photo-drop {
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 1px dashed rgba(217, 130, 59, 0.54);
  border-radius: 8px;
  background: rgba(14, 13, 12, 0.44);
  cursor: pointer;
}

.photo-drop-title {
  color: var(--mist);
  font-weight: 800;
}

.photo-drop-copy {
  color: var(--mist-dim);
  font-size: 0.9rem;
}

.file-control {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 8px;
}

.file-button {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 6px;
  color: #16100c;
  background: linear-gradient(180deg, #f2b46d, var(--ember));
  font-weight: 800;
}

.file-name {
  color: var(--mist-dim);
  font-size: 0.92rem;
}

.file-input-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

.photo-preview {
  position: relative;
  display: grid;
  min-height: 320px;
  overflow: hidden;
  place-items: center;
  border: 1px solid rgba(238, 231, 220, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 50%, rgba(217, 130, 59, 0.12), transparent 12rem),
    rgba(14, 13, 12, 0.5);
}

.photo-preview img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  opacity: 0.68;
  filter: saturate(0.72) contrast(1.04);
}

.photo-preview::before,
.photo-preview::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.photo-preview::before {
  inset: 22px;
  border: 1px solid rgba(217, 130, 59, 0.7);
  border-radius: 8px;
  box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.38);
}

.photo-preview::after {
  top: 50%;
  left: 50%;
  width: 94px;
  height: 94px;
  border: 2px solid rgba(142, 47, 42, 0.82);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.photo-preview-empty {
  display: grid;
  max-width: 260px;
  gap: 14px;
  justify-items: center;
  padding: 24px;
  color: var(--mist-dim);
  text-align: center;
}

.photo-symbol {
  position: relative;
  display: block;
  width: 96px;
  height: 96px;
  border: 1px solid rgba(154, 115, 80, 0.5);
  border-radius: 50%;
}

.photo-symbol::before,
.photo-symbol::after {
  position: absolute;
  content: "";
}

.photo-symbol::before {
  inset: 22px;
  border: 2px solid rgba(238, 231, 220, 0.64);
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
}

.photo-symbol::after {
  right: 28px;
  bottom: 20px;
  left: 28px;
  height: 12px;
  border-radius: 50%;
  background: rgba(217, 130, 59, 0.76);
  box-shadow: 0 0 18px rgba(217, 130, 59, 0.56);
}

.family-mark {
  position: relative;
  width: min(68vw, 340px);
  aspect-ratio: 1;
  border: 1px solid rgba(238, 231, 220, 0.18);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(217, 130, 59, 0.4) 0 4%, transparent 5%),
    radial-gradient(circle, rgba(142, 47, 42, 0.18), transparent 56%);
}

.family-mark::before,
.family-mark::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(142, 47, 42, 0.72);
  border-radius: 50%;
}

.family-mark::before {
  inset: 20%;
}

.family-mark::after {
  inset: 35%;
}

.path-list {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 1px;
  padding: 0;
  margin: 0;
  list-style: none;
  background: var(--line);
}

.path-list li {
  min-height: 116px;
  padding: 18px;
  background: var(--charcoal-soft);
  color: var(--mist);
  font-family: Georgia, "Times New Roman", serif;
}

.waitlist-form {
  display: grid;
  gap: 16px;
  padding: 26px;
  border: 1px solid rgba(238, 231, 220, 0.16);
  border-radius: 8px;
  background: rgba(238, 231, 220, 0.04);
}

.hidden-field {
  display: none;
}

.waitlist-form label {
  display: grid;
  gap: 8px;
  color: var(--mist);
  font-size: 0.94rem;
  font-weight: 700;
}

.waitlist-form input,
.waitlist-form select,
.feedback-input {
  width: 100%;
  min-height: 48px;
  padding: 0 12px;
  border: 1px solid rgba(238, 231, 220, 0.18);
  border-radius: 6px;
  color: var(--mist);
  background: rgba(14, 13, 12, 0.72);
}

.feedback-input {
  min-height: 128px;
  padding: 12px;
  resize: vertical;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--ember-soft);
}

.site-footer {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 26px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  color: var(--mist-dim);
  font-size: 0.88rem;
}

.site-footer p {
  max-width: 920px;
  margin: 0;
}

.text-button {
  min-height: 36px;
  border: 0;
  color: var(--ember-soft);
  background: transparent;
  white-space: nowrap;
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.legal-page {
  min-height: calc(100vh - 150px);
}

.legal-content {
  max-width: 860px;
  margin: 0 auto;
}

.legal-content h1 {
  margin-bottom: 24px;
}

.legal-content h2 {
  margin-top: 34px;
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.legal-content p {
  color: var(--mist-dim);
}

.ritual-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: none;
}

.ritual-modal.is-open {
  display: block;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(10px);
}

.ritual-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(94vw, 760px);
  max-height: 92vh;
  overflow: auto;
  padding: 28px;
  border: 1px solid rgba(238, 231, 220, 0.16);
  border-radius: 10px;
  background:
    radial-gradient(circle at 50% 0%, rgba(217, 130, 59, 0.13), transparent 18rem),
    var(--panel);
  box-shadow: var(--shadow);
  transform: translate(-50%, -50%);
}

.close-button {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(238, 231, 220, 0.18);
  border-radius: 50%;
  color: var(--mist);
  background: rgba(238, 231, 220, 0.06);
  font-size: 1.5rem;
  line-height: 1;
}

.ritual-progress {
  height: 4px;
  margin: 18px 52px 30px 0;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(238, 231, 220, 0.12);
}

.ritual-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--red), var(--ember));
  transition: width 260ms ease;
}

.ritual-stage {
  min-height: 500px;
}

.ritual-stage h2 {
  max-width: 640px;
  font-size: clamp(1.8rem, 5vw, 3.4rem);
}

.ritual-stage p {
  color: var(--mist-dim);
  font-size: 1.02rem;
}

.option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.option-button {
  min-height: 76px;
  padding: 14px 16px;
  border: 1px solid rgba(238, 231, 220, 0.16);
  border-radius: 8px;
  color: var(--mist);
  background: rgba(238, 231, 220, 0.045);
  text-align: left;
}

.option-button:hover,
.option-button.is-selected {
  border-color: rgba(217, 130, 59, 0.72);
  background: rgba(217, 130, 59, 0.1);
}

.stage-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.ritual-field {
  display: grid;
  min-height: 300px;
  place-items: center;
  margin-top: 26px;
  border: 1px solid rgba(238, 231, 220, 0.12);
  border-radius: 8px;
  background: radial-gradient(circle, rgba(217, 130, 59, 0.08), rgba(14, 13, 12, 0.3));
}

.ember-button {
  position: relative;
  width: 118px;
  height: 118px;
  border: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(217, 130, 59, 0.82), rgba(142, 47, 42, 0.18) 44%, transparent 68%);
  color: var(--mist);
  box-shadow: 0 0 0 0 rgba(217, 130, 59, 0.28);
  transition: transform 300ms ease;
}

.ember-button.is-lit {
  transform: scale(1.18);
  animation: emberPulse 2.4s ease-in-out infinite;
}

.seal-grid {
  position: relative;
  width: min(74vw, 320px);
  aspect-ratio: 1;
  border: 1px solid rgba(238, 231, 220, 0.2);
  border-radius: 8px;
}

.seal-corner {
  position: absolute;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(238, 231, 220, 0.28);
  border-radius: 50%;
  background: rgba(238, 231, 220, 0.05);
}

.seal-corner.done {
  border-color: var(--ember);
  background: rgba(217, 130, 59, 0.28);
  box-shadow: 0 0 22px rgba(217, 130, 59, 0.36);
}

.seal-corner:nth-child(1) {
  top: -22px;
  left: -22px;
}

.seal-corner:nth-child(2) {
  top: -22px;
  right: -22px;
}

.seal-corner:nth-child(3) {
  right: -22px;
  bottom: -22px;
}

.seal-corner:nth-child(4) {
  bottom: -22px;
  left: -22px;
}

.sweep-field {
  position: relative;
  width: min(76vw, 380px);
  aspect-ratio: 1.18;
  overflow: hidden;
  border: 1px solid rgba(238, 231, 220, 0.16);
  border-radius: 10px;
  background:
    radial-gradient(circle at 20% 20%, rgba(238, 231, 220, 0.1), transparent 3rem),
    radial-gradient(circle at 78% 28%, rgba(238, 231, 220, 0.1), transparent 3rem),
    radial-gradient(circle at 62% 80%, rgba(238, 231, 220, 0.08), transparent 3rem),
    rgba(14, 13, 12, 0.62);
}

.sweep-light {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(238, 231, 220, 0.82), rgba(217, 130, 59, 0.34) 38%, transparent 70%);
  transform: translate(-50%, -50%);
}

.sweep-field.is-cleared {
  background:
    radial-gradient(circle at 50% 50%, rgba(217, 130, 59, 0.2), transparent 9rem),
    rgba(34, 27, 22, 0.72);
}

.intention-input {
  width: 100%;
  min-height: 120px;
  margin-top: 24px;
  padding: 14px;
  border: 1px solid rgba(238, 231, 220, 0.18);
  border-radius: 8px;
  color: var(--mist);
  background: rgba(14, 13, 12, 0.58);
  resize: vertical;
}

.result-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  margin-top: 24px;
}

.generated-charm {
  position: relative;
  display: grid;
  width: 220px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(238, 231, 220, 0.22);
  border-radius: 12px;
  background:
    radial-gradient(circle, rgba(217, 130, 59, 0.18), transparent 52%),
    linear-gradient(135deg, rgba(238, 231, 220, 0.08), rgba(142, 47, 42, 0.08));
}

.generated-charm::before {
  position: absolute;
  inset: 28px;
  content: "";
  border: 1px solid rgba(142, 47, 42, 0.72);
  border-radius: 50%;
}

.generated-charm::after {
  width: 62px;
  height: 62px;
  content: "";
  border-top: 3px solid var(--ember);
  border-bottom: 3px solid rgba(238, 231, 220, 0.75);
  border-radius: 50%;
}

.local-events {
  max-height: 240px;
  overflow: auto;
  padding: 14px;
  border: 1px solid rgba(238, 231, 220, 0.14);
  border-radius: 8px;
  background: rgba(14, 13, 12, 0.58);
  color: var(--mist-dim);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 0.78rem;
  white-space: pre-wrap;
}

.review-panel {
  display: grid;
  gap: 18px;
  padding: 26px;
  border: 1px solid rgba(238, 231, 220, 0.16);
  border-radius: 8px;
  background: rgba(238, 231, 220, 0.04);
}

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

.review-stat {
  padding: 14px;
  border: 1px solid rgba(238, 231, 220, 0.12);
  border-radius: 8px;
  background: rgba(14, 13, 12, 0.44);
}

.review-stat strong {
  display: block;
  color: var(--ember-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  font-weight: 500;
}

.review-stat span {
  color: var(--mist-dim);
  font-size: 0.82rem;
}

@keyframes flame {
  0%,
  100% {
    transform: scaleX(0.94) translateY(0);
  }
  50% {
    transform: scaleX(1.05) translateY(-4px);
  }
}

@keyframes emberPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(217, 130, 59, 0.28);
  }
  50% {
    box-shadow: 0 0 0 26px rgba(217, 130, 59, 0);
  }
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: 760px;
  }

  .threshold {
    right: 3%;
    width: min(84vw, 520px);
    opacity: 0.72;
  }

  .intro-grid,
  .family-band,
  .waitlist-band,
  .feedback-band,
  .review-band {
    grid-template-columns: 1fr;
  }

  .pillars,
  .rite-grid,
  .symbol-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .photo-anchor-band {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 680px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .nav-links {
    width: 100%;
    gap: 8px 14px;
    justify-content: flex-start;
  }

  .section-band {
    padding-right: 18px;
    padding-left: 18px;
  }

  .hero {
    min-height: 720px;
    padding-top: 78px;
  }

  .hero-actions,
  .stage-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .pillars,
  .rite-grid,
  .symbol-grid,
  .option-grid,
  .path-list,
  .result-layout {
    grid-template-columns: 1fr;
  }

  .pillars article,
  .rite-card {
    min-height: auto;
  }

  .pillar-icon {
    margin-bottom: 32px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-actions {
    justify-content: flex-start;
  }

  .ritual-panel {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: none;
    border-radius: 0;
    transform: none;
  }

  .ritual-stage {
    min-height: calc(100vh - 150px);
  }

  .generated-charm {
    width: 100%;
    max-width: 260px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
