:root {
  color-scheme: dark;
  --obsidian-0: #050505;
  --obsidian-1: #0b0b0c;
  --pearl: #f6f5f2;
  --ash: #888888;
  --dim: #4d4d4d;
  --line: rgba(246, 245, 242, 0.18);
  --line-strong: rgba(246, 245, 242, 0.36);
  --amber: #ffbf00;
  --cyan: #005577;
  --pale-gold: #f3e5ab;
  --motion: 600ms cubic-bezier(0.25, 1, 0.5, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(ellipse at 19% 14%, rgba(246, 245, 242, 0.08), transparent 23rem),
    radial-gradient(ellipse at 72% 22%, rgba(70, 76, 72, 0.2), transparent 33rem),
    radial-gradient(ellipse at 30% 82%, rgba(255, 191, 0, 0.065), transparent 31rem),
    linear-gradient(135deg, #090909 0%, #121211 38%, #060606 100%);
  color: var(--pearl);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 200;
  letter-spacing: 0.08em;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 36% 18%, rgba(246, 245, 242, 0.095), transparent 28rem),
    radial-gradient(ellipse at 61% 62%, rgba(246, 245, 242, 0.045), transparent 24rem),
    repeating-linear-gradient(104deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 7px),
    repeating-linear-gradient(18deg, rgba(255, 255, 255, 0.014) 0 1px, transparent 1px 11px);
  filter: blur(0.55px);
  opacity: 0.78;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 20% 18%, rgba(246, 245, 242, 0.06), transparent 10rem),
    radial-gradient(ellipse at 28% 36%, rgba(246, 245, 242, 0.045), transparent 16rem),
    radial-gradient(ellipse at 52% 26%, rgba(246, 245, 242, 0.035), transparent 20rem),
    linear-gradient(118deg, transparent 0%, rgba(246, 245, 242, 0.055) 21%, transparent 42%, rgba(255, 191, 0, 0.025) 72%, transparent 100%);
  mix-blend-mode: screen;
  opacity: 0.72;
}

#particleField {
  position: fixed;
  inset: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  opacity: 0.82;
}

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

button,
input {
  font: inherit;
}

.site-header {
  position: fixed;
  inset: 22px clamp(22px, 3.5vw, 58px) auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0 0;
  border-top: 0.5px solid rgba(246, 245, 242, 0.2);
  color: rgba(246, 245, 242, 0.72);
}

.brand,
nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 11px;
  letter-spacing: 0.22em;
}

.brand {
  color: var(--pearl);
  font-size: clamp(18px, 2vw, 25px);
  gap: 12px;
  letter-spacing: 0.38em;
}

.brand-logo {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
  opacity: 0.96;
}

nav a {
  transition: color var(--motion);
}

nav a:hover {
  color: var(--pearl);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.header-cta {
  min-width: 174px;
  padding: 13px 24px;
  border: 0.5px solid rgba(246, 245, 242, 0.52);
  color: rgba(243, 229, 171, 0.78);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-align: center;
  transition: border-color var(--motion), color var(--motion);
}

.header-cta:hover {
  border-color: var(--pearl);
  color: var(--pearl);
}


.section {
  min-height: auto;
  padding: clamp(64px, 5.8vw, 92px) clamp(22px, 7vw, 108px);
  display: grid;
  align-items: center;
  scroll-margin-top: 104px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Canela, Laubahn, Georgia, "Times New Roman", serif;
  font-weight: 200;
  letter-spacing: 0.15em;
  line-height: 1.25;
  color: var(--pearl);
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(30px, 4.5vw, 72px);
}

h2 {
  margin-bottom: 26px;
  font-size: clamp(26px, 3.6vw, 56px);
}

h3 {
  color: var(--pearl);
  font-weight: 200;
  letter-spacing: 0.08em;
}

p {
  color: var(--ash);
  line-height: 1.6;
}

.eyebrow {
  color: rgba(246, 245, 242, 0.46);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hero-section {
  position: relative;
  min-height: 100vh;
  grid-template-columns: minmax(320px, 0.88fr) minmax(440px, 1.12fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
  padding-top: 120px;
  background:
    radial-gradient(ellipse at 24% 30%, rgba(246, 245, 242, 0.05), transparent 18rem),
    radial-gradient(ellipse at 52% 58%, rgba(255, 191, 0, 0.03), transparent 30rem);
}

.hero-section::before {
  content: "";
  position: absolute;
  left: 3%;
  top: 9%;
  width: 55%;
  height: 56%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 22% 50%, rgba(246, 245, 242, 0.11), transparent 10rem),
    radial-gradient(ellipse at 46% 42%, rgba(246, 245, 242, 0.07), transparent 16rem),
    linear-gradient(112deg, transparent 0%, rgba(246, 245, 242, 0.06) 46%, transparent 72%);
  filter: blur(18px);
  opacity: 0.72;
  mix-blend-mode: screen;
}

.hero-copy {
  width: min(100%, 650px);
  padding-left: clamp(0px, 2.6vw, 34px);
  padding-top: 46px;
}

.hero-copy.reveal,
.hero-visual.reveal {
  opacity: 1;
  transform: none;
}

.hero-copy p {
  margin-bottom: 10px;
  color: rgba(246, 245, 242, 0.56);
  font-size: clamp(14px, 1.35vw, 19px);
}

.hero-copy .line-button {
  margin-top: 32px;
}

.scroll-cue {
  display: block;
  position: static;
  margin-top: 30px;
  color: rgba(243, 229, 171, 0.72);
  font-size: 12px;
  letter-spacing: 0.12em;
}

.hero-visual {
  position: relative;
  justify-self: center;
  width: min(49vw, 640px);
  aspect-ratio: 1;
  overflow: visible;
  background: transparent;
}

.hero-visual::before {
  display: none;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(0.82) contrast(1.03) brightness(0.82);
}

.asset-frame {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 0.5px solid rgba(246, 245, 242, 0.12);
  background:
    radial-gradient(circle at 52% 48%, rgba(255, 191, 0, 0.075), transparent 16rem),
    linear-gradient(135deg, rgba(246, 245, 242, 0.04), rgba(246, 245, 242, 0.012));
  border-radius: 46px 18px 34px 12px;
}

.hero-bead {
  width: min(62vw, 400px);
  height: min(62vw, 400px);
  border-radius: 50%;
  clip-path: none;
  background: radial-gradient(circle at center, rgba(246, 245, 242, 0.08), transparent 72%);
}

.ceramic-bead,
.macro-bead {
  position: relative;
  width: 210px;
  aspect-ratio: 1.85;
  border-radius: 999px;
  background:
    radial-gradient(circle at 58% 62%, rgba(255, 191, 0, 0.42), transparent 33%),
    linear-gradient(135deg, #ffffff 0%, var(--pearl) 38%, #c8c4b8 100%);
  box-shadow:
    inset -18px -18px 38px rgba(0, 0, 0, 0.28),
    inset 16px 14px 26px rgba(255, 255, 255, 0.18),
    0 0 58px rgba(255, 191, 0, 0.16);
  animation: beadRotate 30s linear infinite, beadBreath 4s ease-in-out infinite;
}

.ceramic-bead::after,
.macro-bead::after {
  content: "";
  position: absolute;
  inset: 17% 20%;
  border-radius: inherit;
  background: radial-gradient(circle at 58% 70%, rgba(255, 191, 0, 0.65), transparent 55%);
  filter: blur(10px);
}

.line-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 26px;
  border: 0.5px solid #333333;
  border-radius: 0;
  background: transparent;
  color: var(--pearl);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color var(--motion), color var(--motion), box-shadow var(--motion);
}

.line-button:hover,
.line-button:focus-visible {
  border-color: var(--pearl);
  box-shadow: 0 0 32px rgba(255, 191, 0, 0.1);
  outline: none;
}

.line-button.pill {
  min-width: 280px;
  min-height: 56px;
  border-radius: 999px;
  border-color: rgba(243, 229, 171, 0.58);
  color: rgba(243, 229, 171, 0.82);
}

.loops-section {
  min-height: 100vh;
  display: grid;
  gap: clamp(48px, 7vw, 96px);
  padding: clamp(48px, 6vw, 86px) clamp(22px, 7vw, 108px);
  scroll-margin-top: 104px;
  background:
    radial-gradient(ellipse at 12% 0%, rgba(246, 245, 242, 0.055), transparent 32rem),
    radial-gradient(ellipse at 88% 100%, rgba(255, 191, 0, 0.045), transparent 34rem),
    repeating-linear-gradient(100deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 8px),
    linear-gradient(135deg, #070707, #121211 46%, #070707);
}

.loop-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.58fr);
  gap: clamp(36px, 6.8vw, 104px);
  align-items: center;
  min-height: auto;
  padding-block: clamp(34px, 4.8vw, 70px);
}

.loop-row:first-child {
  margin-top: clamp(-70px, -4vw, -40px);
}

.loop-row.reveal {
  opacity: 1;
  transform: none;
}

.loop-row.reverse .loop-video {
  order: 2;
}

.loop-row.reverse .loop-copy {
  order: 1;
  justify-self: start;
  text-align: left;
  border-left: 0.5px solid rgba(246, 245, 242, 0.14);
  border-right: 0;
  padding-left: clamp(18px, 2.6vw, 34px);
  padding-right: 0;
}

.loop-video {
  position: relative;
  justify-self: center;
  width: min(54vw, 780px);
  aspect-ratio: 16 / 9;
  height: auto;
  min-height: 0;
  overflow: hidden;
  border: 0.5px solid rgba(246, 245, 242, 0.16);
  border-radius: 42px 18px 36px 14px;
  background:
    radial-gradient(circle at 50% 42%, rgba(246, 245, 242, 0.08), transparent 13rem),
    linear-gradient(160deg, rgba(255, 191, 0, 0.045), rgba(0, 85, 119, 0.035));
  box-shadow: 0 32px 92px rgba(0, 0, 0, 0.44);
  transition: transform var(--motion), filter var(--motion), border-color var(--motion);
}

.loop-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.9) saturate(0.88) contrast(1.04);
  transform: scale(1.02);
}

.guidance-loop .loop-video video {
  transform: scale(1.24);
}

.loop-video::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.06), transparent 32%, rgba(0, 0, 0, 0.12)),
    radial-gradient(circle at 52% 62%, rgba(255, 191, 0, 0.05), transparent 32%);
}

.loop-video:hover {
  transform: scale(1.018);
  border-color: rgba(243, 229, 171, 0.34);
  filter: brightness(1.04);
}

.loop-copy {
  max-width: 500px;
  border-left: 0.5px solid rgba(246, 245, 242, 0.14);
  padding-left: clamp(18px, 2.6vw, 34px);
}

.loop-copy span {
  display: block;
  margin-bottom: 28px;
  color: rgba(243, 229, 171, 0.78);
  font-size: 12px;
  letter-spacing: 0.2em;
}

.loop-copy h2 {
  margin-bottom: 28px;
  font-size: clamp(28px, 3.8vw, 58px);
}

.loop-copy p {
  max-width: 540px;
  color: rgba(246, 245, 242, 0.68);
  font-size: clamp(15px, 1.2vw, 18px);
}

.ritual-section,
.base-section,
.gateway-section {
  grid-template-columns: minmax(0, 0.7fr) minmax(280px, 0.3fr);
  gap: clamp(32px, 7vw, 96px);
  min-height: auto;
}

.ritual-video {
  height: min(72vh, 720px);
}

.macro-bead {
  width: min(42vw, 480px);
}

.ritual-video img,
.base-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.02) brightness(0.84);
}

.base-video img {
  width: calc(100% - clamp(18px, 4.8vw, 64px));
  height: calc(100% - clamp(18px, 4.8vw, 64px));
  object-fit: contain;
  filter: saturate(0.88) contrast(1.04) brightness(0.96);
}

.side-copy {
  justify-self: end;
  max-width: 420px;
  border-right: 0.5px solid rgba(246, 245, 242, 0.16);
  padding-right: 26px;
  text-align: right;
  transition: border-color var(--motion), box-shadow var(--motion);
}

.side-copy.synced {
  border-color: rgba(255, 191, 0, 0.56);
  box-shadow: 18px 0 34px -30px rgba(255, 191, 0, 0.8);
}

.instruction {
  color: rgba(246, 245, 242, 0.7);
}

.base-section {
  grid-template-columns: minmax(320px, 0.4fr) minmax(0, 0.6fr);
  gap: clamp(28px, 5.5vw, 78px);
}

.base-section .side-copy {
  justify-self: start;
  border-right: 0;
  border-left: 0.5px solid rgba(246, 245, 242, 0.16);
  padding-right: 0;
  padding-left: 26px;
  text-align: left;
}

.base-video {
  min-height: 560px;
}

.base-disc {
  position: relative;
  width: min(54vw, 540px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 43%, rgba(246, 245, 242, 0.14), transparent 46%),
    linear-gradient(145deg, #77716a, #3b3935);
  box-shadow:
    inset 0 8px 50px rgba(255, 255, 255, 0.08),
    0 0 0 1px rgba(246, 245, 242, 0.08),
    0 24px 80px rgba(0, 0, 0, 0.56);
}

.base-disc::after {
  content: "";
  position: absolute;
  inset: 4%;
  border-radius: inherit;
  box-shadow: 0 36px 34px -18px rgba(243, 229, 171, 0.72);
  animation: haloBreath 4s ease-in-out infinite;
}

.filter-section {
  place-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(246, 245, 242, 0.05), transparent 30rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.025), transparent 54%);
}

.filter-copy {
  max-width: 880px;
}

.filter-copy p {
  font-family: Canela, Laubahn, Georgia, "Times New Roman", serif;
  color: rgba(246, 245, 242, 0.62);
  font-size: clamp(16px, 1.6vw, 22px);
  letter-spacing: 0.14em;
}

.filter-copy small {
  position: absolute;
  right: clamp(24px, 6vw, 88px);
  bottom: 80px;
  color: rgba(246, 245, 242, 0.18);
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0.18em;
}

.gateway-section {
  grid-template-columns: minmax(330px, 0.48fr) minmax(320px, 0.52fr);
}

.pricing {
  max-width: 520px;
}

.price-line {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: end;
  padding: 28px 0;
  border-top: 0.5px solid var(--line);
  border-bottom: 0.5px solid var(--line);
  margin-bottom: 28px;
}

.price-line span {
  color: rgba(246, 245, 242, 0.68);
}

.price-line strong {
  font-family: Canela, Laubahn, Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 9vw, 112px);
  font-weight: 200;
  letter-spacing: 0.06em;
}

.gateway-form {
  display: grid;
  gap: 30px;
}

label span {
  display: block;
  margin-bottom: 12px;
  color: rgba(246, 245, 242, 0.42);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

input {
  width: 100%;
  border: 0;
  border-bottom: 0.5px solid rgba(246, 245, 242, 0.28);
  border-radius: 0;
  outline: none;
  background: transparent;
  color: var(--pearl);
  padding: 15px 0;
  transition: border-color var(--motion);
}

input:focus {
  border-color: var(--pearl);
}

.line-button:disabled {
  cursor: wait;
  opacity: 0.58;
}

.form-note {
  min-height: 1.5em;
  margin-bottom: 0;
  color: rgba(243, 229, 171, 0.68);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  color: rgba(246, 245, 242, 0.42);
  font-size: 11px;
  letter-spacing: 0.12em;
}

.contact-links a {
  color: rgba(243, 229, 171, 0.62);
}

.success-state {
  display: none;
  grid-column: 1 / -1;
  place-items: center;
  text-align: center;
  min-height: 70vh;
}

.gateway-section.submitted > .pricing,
.gateway-section.submitted > .gateway-form {
  display: none;
}

.gateway-section.submitted .success-state {
  display: grid;
}

.deposit-panel {
  width: min(100%, 620px);
  margin: 28px auto 34px;
  border-top: 0.5px solid rgba(246, 245, 242, 0.16);
  border-bottom: 0.5px solid rgba(246, 245, 242, 0.12);
  padding: 24px 0 28px;
}

.deposit-panel > p {
  margin-bottom: 16px;
  color: rgba(246, 245, 242, 0.55);
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.06em;
}

.deposit-line {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 18px;
}

.deposit-line span {
  color: rgba(246, 245, 242, 0.62);
}

.deposit-line strong {
  color: var(--pearl);
  font-family: Canela, Laubahn, Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 7vw, 82px);
  font-weight: 200;
  letter-spacing: 0.06em;
}

.paypal-buttons {
  min-height: 44px;
  margin-top: 18px;
}

.paypal-buttons:empty {
  min-height: 0;
  margin-top: 0;
}

.payment-note {
  min-height: 1.5em;
  margin: 14px 0 0;
  color: rgba(243, 229, 171, 0.66);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.success-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.line-button.muted {
  color: rgba(246, 245, 242, 0.58);
}

.contact-pill {
  cursor: default;
  color: rgba(246, 245, 242, 0.62);
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 36px clamp(22px, 7vw, 108px);
  color: rgba(246, 245, 242, 0.25);
  font-size: 10px;
  letter-spacing: 0.18em;
}

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

.content-page {
  min-height: 100vh;
}

.content-site-header {
  position: sticky;
  inset: auto;
  top: 0;
  margin: 0 clamp(22px, 3.5vw, 58px);
  padding-top: 22px;
  backdrop-filter: blur(18px);
}

.content-shell {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: clamp(84px, 12vw, 148px) clamp(22px, 6vw, 72px) 72px;
}

.content-back {
  display: inline-block;
  margin-bottom: 42px;
  color: rgba(243, 229, 171, 0.62);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.content-back::before {
  content: "< ";
}

.content-article,
.learn-hero {
  max-width: 860px;
}

.content-article h1,
.learn-hero h1 {
  max-width: 980px;
  margin-bottom: 30px;
}

.content-intro {
  max-width: 780px;
  margin-bottom: 56px;
  color: rgba(246, 245, 242, 0.68);
  font-size: clamp(17px, 1.7vw, 23px);
  line-height: 1.7;
  letter-spacing: 0.06em;
}

.content-section,
.content-faq,
.content-related,
.content-cta,
.learn-group {
  padding-block: 34px;
  border-top: 0.5px solid rgba(246, 245, 242, 0.13);
}

.content-section h2,
.content-faq h2 {
  margin-bottom: 18px;
  font-size: clamp(22px, 2.4vw, 34px);
  letter-spacing: 0.1em;
}

.content-section p,
.content-faq p,
.content-cta p {
  max-width: 760px;
  color: rgba(246, 245, 242, 0.62);
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: 0.055em;
}

.content-faq {
  display: grid;
  gap: 24px;
}

.content-faq article {
  padding-left: 22px;
  border-left: 0.5px solid rgba(243, 229, 171, 0.28);
}

.content-link-grid,
.learn-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.content-link-grid a,
.learn-list a {
  min-height: 82px;
  padding: 18px 20px;
  border: 0.5px solid rgba(246, 245, 242, 0.13);
  background: rgba(246, 245, 242, 0.025);
  color: rgba(246, 245, 242, 0.74);
  font-size: 12px;
  letter-spacing: 0.12em;
  transition: border-color var(--motion), color var(--motion), background var(--motion);
}

.content-link-grid a:hover,
.learn-list a:hover {
  border-color: rgba(243, 229, 171, 0.4);
  background: rgba(243, 229, 171, 0.035);
  color: var(--pearl);
}

.learn-list a {
  display: grid;
  gap: 10px;
}

.learn-list span {
  color: var(--pearl);
  font-family: Canela, Laubahn, Georgia, "Times New Roman", serif;
  font-size: 22px;
  letter-spacing: 0.09em;
}

.learn-list small {
  color: rgba(246, 245, 242, 0.48);
  font-size: 12px;
  line-height: 1.55;
  letter-spacing: 0.055em;
}

.content-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 20px;
}

.content-cta p {
  margin-bottom: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 900ms cubic-bezier(0.25, 1, 0.5, 1), transform 900ms cubic-bezier(0.25, 1, 0.5, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes beadRotate {
  from { transform: rotateY(0deg); }
  to { transform: rotateY(360deg); }
}

@keyframes beadBreath {
  0%, 100% { filter: brightness(0.9); box-shadow: inset -18px -18px 38px rgba(0, 0, 0, 0.28), inset 16px 14px 26px rgba(255, 255, 255, 0.18), 0 0 34px rgba(255, 191, 0, 0.1); }
  50% { filter: brightness(1.07); box-shadow: inset -18px -18px 38px rgba(0, 0, 0, 0.25), inset 16px 14px 26px rgba(255, 255, 255, 0.2), 0 0 72px rgba(255, 191, 0, 0.24); }
}

@keyframes haloBreath {
  0%, 100% { opacity: 0.36; }
  50% { opacity: 0.86; }
}

@media (max-width: 980px) {
  nav {
    display: none;
  }

  .section,
  .ritual-section,
  .base-section,
  .gateway-section {
    grid-template-columns: 1fr;
  }

  .loops-section {
    gap: 86px;
    padding: 84px 22px;
  }

  .loop-row,
  .loop-row.reverse {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 28px;
  }

  .loop-row:first-child {
    margin-top: 0;
  }

  .loop-row.reverse .loop-video,
  .loop-row.reverse .loop-copy {
    order: initial;
  }

  .loop-video {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    min-height: 0;
  }

  .loop-copy,
  .loop-row.reverse .loop-copy {
    justify-self: stretch;
    max-width: none;
    border-left: 0.5px solid rgba(246, 245, 242, 0.14);
    border-right: 0;
    padding-left: 22px;
    padding-right: 0;
    text-align: left;
  }

  .side-copy,
  .base-section .side-copy {
    justify-self: stretch;
    max-width: none;
    border-left: 0.5px solid rgba(246, 245, 242, 0.16);
    border-right: 0;
    padding-left: 22px;
    padding-right: 0;
    text-align: left;
  }

  .content-site-header nav {
    display: none;
  }

  .content-link-grid,
  .learn-list {
    grid-template-columns: 1fr;
  }

  .content-cta {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 18px;
  }

  .brand {
    gap: 10px;
    letter-spacing: 0.3em;
  }

  .brand-logo {
    width: 38px;
    height: 38px;
  }

  .section {
    padding: 64px 18px;
  }

  .ritual-section,
  .base-section,
  .gateway-section,
  .filter-section {
    min-height: auto;
  }

  .hero-section {
    gap: 56px;
  }

  .hero-bead {
    width: 300px;
    height: 300px;
  }

  .ceramic-bead {
    width: 170px;
  }

  .base-video,
  .ritual-video {
    height: auto;
    min-height: 400px;
  }

  .success-actions,
  .line-button {
    width: 100%;
  }

  footer,
  .footer-links {
    flex-direction: column;
  }
}
