@font-face {
  font-display: swap;
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/cormorant-garamond-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/cormorant-garamond-latin-500-normal.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/cormorant-garamond-latin-500-italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/manrope-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/manrope-latin-500-normal.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/manrope-latin-600-normal.woff2") format("woff2");
}

:root {
  --ivory: #f6f0e7;
  --ivory-soft: #fbf8f2;
  --parchment: #e8ddcf;
  --violet: #312448;
  --aubergine: #5c416e;
  --amethyst: #8a6fa8;
  --pearl-gold: #d7b978;
  --antique-gold: #ae8648;
  --cocoa: #342927;
  --muted: #786c67;
  --line: rgba(174, 134, 72, 0.32);
  --serif: "Cormorant Garamond", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --sans: Manrope, "Avenir Next", "Segoe UI", sans-serif;
  --shell: min(1320px, calc(100vw - 80px));
  --reading: min(780px, calc(100vw - 48px));
  --shadow: 0 28px 70px rgba(52, 41, 39, 0.12);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--cocoa);
  background: var(--ivory);
  font-family: var(--sans);
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, h4 {
  margin: 0 0 0.5em;
  color: var(--cocoa);
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.02;
}
h1 { font-size: clamp(58px, 7vw, 104px); }
h2 { font-size: clamp(42px, 5vw, 68px); }
h3 { font-size: clamp(30px, 3vw, 42px); }
p { margin: 0 0 1.35em; }
::selection { color: #fff; background: var(--aubergine); }

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus {
  z-index: 100000;
  top: 16px;
  left: 16px;
  width: auto;
  height: auto;
  clip: auto;
  padding: 12px 18px;
  color: var(--cocoa);
  background: #fff;
}
.temple-shell { width: var(--shell); margin-inline: auto; }
.temple-reading-width { width: var(--reading); margin-inline: auto; }
.temple-main { min-height: 70vh; }

.temple-header {
  position: relative;
  z-index: 100;
  border-bottom: 1px solid rgba(52, 41, 39, 0.12);
  background: rgba(251, 248, 242, 0.94);
  backdrop-filter: blur(18px);
}
.temple-header__inner {
  display: flex;
  min-height: 84px;
  width: min(1400px, calc(100vw - 48px));
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
}
.temple-brand { display: inline-flex; flex: 0 0 auto; flex-direction: column; color: var(--cocoa); text-decoration: none; }
.temple-brand__name { font-size: 16px; font-weight: 600; letter-spacing: 0.28em; line-height: 1.2; }
.temple-brand__byline { margin-top: 5px; font-size: 13px; letter-spacing: 0.01em; }
.temple-nav__list, .temple-footer__nav {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  list-style: none;
}
.temple-nav__list { gap: 0; }
.temple-nav__list li { display: flex; align-items: center; }
.temple-nav__list li:not(:last-child)::after {
  width: 4px;
  height: 4px;
  margin: 0 22px;
  border-radius: 50%;
  background: var(--antique-gold);
  content: "";
}
.temple-nav a {
  position: relative;
  display: block;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.temple-nav a::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  background: var(--antique-gold);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 240ms ease;
}
.temple-nav a:hover::after, .temple-nav a:focus-visible::after { transform: scaleX(1); }
.temple-menu-toggle { display: none; border: 0; background: transparent; }

.threshold {
  position: relative;
  min-height: min(820px, calc(100svh - 84px));
  overflow: hidden;
  isolation: isolate;
  background: var(--ivory-soft);
}
.threshold__art {
  position: absolute;
  z-index: -3;
  inset: 0;
  background-image: url("../images/home-luminous-threshold.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.02);
  will-change: transform;
}
.threshold__geometry {
  position: absolute;
  z-index: -2;
  top: 12%;
  left: 5%;
  width: min(520px, 42vw);
  aspect-ratio: 1;
  opacity: 0.34;
  background:
    radial-gradient(circle at center, transparent 0 34%, rgba(174,134,72,.34) 34.2% 34.5%, transparent 34.7% 52%, rgba(174,134,72,.22) 52.2% 52.5%, transparent 52.7%),
    conic-gradient(from 28deg at 54% 50%, transparent 0 23%, rgba(174,134,72,.18) 23.2% 23.4%, transparent 23.6% 48%, rgba(174,134,72,.14) 48.2% 48.4%, transparent 48.6% 100%);
  border-radius: 50%;
  filter: blur(0.2px);
  transform: translate3d(0, 0, 0);
  will-change: transform;
}
.threshold__content {
  position: relative;
  z-index: 1;
  padding-top: clamp(88px, 10vh, 130px);
  padding-bottom: 270px;
}
.temple-eyebrow {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
  color: var(--antique-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.32em;
  line-height: 1.3;
  text-transform: uppercase;
}
.temple-eyebrow::after {
  width: 94px;
  height: 1px;
  margin-left: 18px;
  background: var(--antique-gold);
  content: "";
}
.threshold h1 { max-width: 620px; }
.threshold__lede { max-width: 490px; margin: 0 0 30px; font-size: clamp(18px, 1.55vw, 22px); line-height: 1.55; }
.temple-button {
  display: inline-flex;
  min-width: 280px;
  min-height: 58px;
  padding: 13px 24px 13px 34px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(135deg, #9c6e27, #be8d39 60%, #9e6d24);
  box-shadow: 0 12px 32px rgba(120, 77, 21, 0.2), inset 0 1px rgba(255,255,255,.35);
  font-family: var(--serif);
  font-size: 21px;
  text-decoration: none;
  transition: transform 260ms ease, filter 260ms ease, box-shadow 260ms ease;
}
.temple-button:hover, .temple-button:focus-visible {
  filter: brightness(1.06);
  box-shadow: 0 16px 40px rgba(120, 77, 21, 0.25), inset 0 1px rgba(255,255,255,.42);
  transform: translateY(-2px);
}
.temple-button span { transition: transform 260ms ease; }
.temple-button:hover span { transform: translateX(5px); }

.doorway-plinth {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 24px;
  left: 0;
  display: grid;
  min-height: 184px;
  overflow: hidden;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(174, 134, 72, 0.28);
  border-radius: 24px;
  background: rgba(251, 248, 242, 0.88);
  box-shadow: 0 22px 70px rgba(52, 41, 39, 0.13), inset 0 0 0 5px rgba(255,255,255,.36);
  backdrop-filter: blur(18px);
}
.doorway-card {
  position: relative;
  display: grid;
  padding: 30px 34px;
  grid-template-columns: 108px 1fr 20px;
  align-items: center;
  gap: 24px;
  color: var(--cocoa);
  text-decoration: none;
  transition: background 300ms ease, transform 300ms ease;
}
.doorway-card:not(:last-child)::after {
  position: absolute;
  top: 24px;
  right: 0;
  bottom: 24px;
  width: 1px;
  background: var(--line);
  content: "";
}
.doorway-card:hover, .doorway-card:focus-visible { background: rgba(255,255,255,.52); transform: translateY(-3px); }
.doorway-card__title { font-family: var(--serif); font-size: clamp(26px, 2.4vw, 38px); line-height: 1.02; }
.doorway-card__arrow { color: var(--antique-gold); font-size: 25px; transition: transform 260ms ease; }
.doorway-card:hover .doorway-card__arrow { transform: translateX(6px); }
.doorway-card__symbol {
  position: relative;
  display: block;
  width: 104px;
  height: 116px;
  border: 1px solid var(--antique-gold);
  border-bottom: 0;
  border-radius: 52px 52px 0 0;
  opacity: 0.9;
}
.doorway-card__symbol::before, .doorway-card__symbol::after { position: absolute; content: ""; }
.doorway-card__symbol--whole::before {
  top: 28px; left: 30px; width: 42px; height: 42px; border: 1px solid var(--antique-gold); border-radius: 50%;
  box-shadow: 0 0 18px rgba(215,185,120,.5);
}
.doorway-card__symbol--whole::after {
  bottom: 18px; left: 24px; width: 54px; height: 26px; border-top: 1px solid var(--antique-gold); border-radius: 50%;
}
.doorway-card__symbol--blueprints::before {
  top: 22px; left: 24px; width: 54px; height: 54px; border: 1px solid var(--antique-gold); border-radius: 50%; box-shadow: inset 0 0 0 13px transparent, inset 0 0 0 14px var(--antique-gold);
}
.doorway-card__symbol--blueprints::after { top: 14px; bottom: 12px; left: 50%; width: 1px; background: var(--antique-gold); }
.doorway-card__symbol--original::before {
  top: 24px; left: 23px; width: 56px; height: 56px; border: 1px solid var(--antique-gold); transform: rotate(45deg);
}
.doorway-card__symbol--original::after { top: 11px; bottom: 10px; left: 50%; width: 1px; background: var(--antique-gold); box-shadow: -32px 42px 0 -0.25px var(--antique-gold), 32px 42px 0 -0.25px var(--antique-gold); }

.temple-section { position: relative; padding: clamp(90px, 10vw, 150px) 0; }
.temple-welcome {
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 10%, rgba(215,185,120,.24), transparent 28%),
    linear-gradient(180deg, var(--ivory-soft), var(--ivory));
  text-align: center;
}
.temple-welcome::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 62px;
  background: linear-gradient(var(--antique-gold), transparent);
  content: "";
}
.temple-kicker { color: var(--antique-gold); font-size: 12px; font-weight: 700; letter-spacing: 0.3em; text-transform: uppercase; }
.temple-welcome p:not(.temple-kicker) { font-size: 20px; }
.compass-invitation { color: #fff; background: var(--violet); }
.compass-invitation::before {
  position: absolute;
  inset: 0;
  opacity: 0.5;
  background:
    radial-gradient(circle at 78% 50%, rgba(138,111,168,.75), transparent 22%),
    radial-gradient(circle at 76% 50%, transparent 0 24%, rgba(215,185,120,.22) 24.2% 24.5%, transparent 24.7% 37%, rgba(215,185,120,.14) 37.2% 37.5%, transparent 37.7%);
  content: "";
}
.compass-invitation__inner { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 420px; align-items: center; gap: 80px; }
.compass-invitation h2, .compass-invitation p { color: #fff; }
.compass-invitation__inner > div:first-child { max-width: 680px; }
.temple-text-link { display: inline-flex; gap: 14px; color: var(--pearl-gold); font-family: var(--serif); font-size: 23px; text-decoration: none; }
.temple-text-link span { transition: transform 240ms ease; }
.temple-text-link:hover span { transform: translateX(6px); }
.compass-orbit { position: relative; width: min(360px, 34vw); aspect-ratio: 1; margin: auto; border: 1px solid rgba(215,185,120,.45); border-radius: 50%; }
.compass-orbit::before, .compass-orbit::after, .compass-orbit span {
  position: absolute;
  border: 1px solid rgba(215,185,120,.32);
  border-radius: 50%;
  content: "";
}
.compass-orbit::before { inset: 13%; }
.compass-orbit::after { inset: 30%; box-shadow: 0 0 50px rgba(215,185,120,.28); }
.compass-orbit span { top: 48%; left: 48%; width: 4%; aspect-ratio: 1; border: 0; background: var(--pearl-gold); box-shadow: 0 0 26px var(--pearl-gold); }

.room-threshold, .archive-threshold {
  position: relative;
  display: flex;
  min-height: 480px;
  overflow: hidden;
  align-items: flex-end;
  color: #fff;
  background:
    radial-gradient(circle at 70% 35%, rgba(215,185,120,.24), transparent 20%),
    radial-gradient(circle at 65% 50%, rgba(138,111,168,.8), transparent 38%),
    linear-gradient(135deg, #241b35, var(--violet) 48%, #171327);
}
.room-threshold::before, .archive-threshold::before {
  position: absolute;
  inset: 0;
  opacity: 0.48;
  background:
    repeating-radial-gradient(circle at 70% 46%, transparent 0 44px, rgba(215,185,120,.16) 45px 46px, transparent 47px 86px),
    linear-gradient(115deg, transparent 0 57%, rgba(255,255,255,.07) 57.2% 57.4%, transparent 57.6%);
  content: "";
}
.room-threshold__cosmos { position: absolute; inset: 0; opacity: 0.54; background-image: radial-gradient(circle at 10% 20%, white 0 1px, transparent 1.5px), radial-gradient(circle at 80% 32%, rgba(255,255,255,.8) 0 1px, transparent 1.5px), radial-gradient(circle at 44% 72%, var(--pearl-gold) 0 1px, transparent 1.5px); background-size: 113px 139px, 173px 181px, 223px 211px; }
.room-threshold__inner { position: relative; padding-bottom: 72px; }
.room-threshold h1, .archive-threshold h1 { max-width: 930px; color: #fff; font-size: clamp(62px, 8vw, 116px); }
.room-content { padding-block: clamp(80px, 10vw, 150px); }
.room-content > h2 { margin-top: 1.4em; }
.room-content > h2:first-child { margin-top: 0; }
.room-content > p { font-size: 19px; }
.room-content .wp-block-group {
  margin-block: 48px;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.58);
  box-shadow: var(--shadow);
}
.next-room { margin-bottom: 100px; padding-top: 32px; border-top: 1px solid var(--line); }
.next-room p { margin-bottom: 8px; color: var(--antique-gold); font-size: 11px; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; }
.next-room a { display: flex; align-items: center; justify-content: space-between; color: var(--cocoa); font-family: var(--serif); font-size: clamp(34px, 4vw, 58px); text-decoration: none; }
.next-room a span:last-child { color: var(--antique-gold); transition: transform 240ms ease; }
.next-room a:hover span:last-child { transform: translateX(8px); }

.temple-room--meet-the-whole-you .room-threshold { background: radial-gradient(circle at 65% 40%, rgba(247,191,179,.52), transparent 30%), linear-gradient(135deg, #533c60, #8a6fa8 55%, #c28f8b); }
.temple-room--meet-the-soul-blueprints .room-threshold { background: radial-gradient(circle at 68% 42%, rgba(215,185,120,.3), transparent 27%), linear-gradient(135deg, #172844, #384d69 50%, #6f6687); }
.temple-room--the-original-design .room-threshold { background: radial-gradient(circle at 72% 48%, rgba(215,185,120,.36), transparent 22%), linear-gradient(135deg, #1e172b, #312448 52%, #4d3967); }
.temple-room--when-soul-reflects-through-ai .room-threshold, .temple-room--soul-compass .room-threshold { background: radial-gradient(circle at 70% 40%, rgba(129,193,210,.3), transparent 28%), linear-gradient(135deg, #17212e, #26384a 48%, #51446b); }
.temple-room--the-zen-garden .room-threshold { background: radial-gradient(circle at 70% 40%, rgba(215,185,120,.3), transparent 24%), linear-gradient(135deg, #4a544d, #6f7365 50%, #8a6f79); }

.archive-threshold { min-height: 340px; align-items: flex-end; }
.archive-threshold > .temple-shell { position: relative; padding-bottom: 54px; }
.archive-threshold h1 { font-size: clamp(52px, 7vw, 88px); }
.post-grid { display: grid; padding-block: 90px; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.post-card { padding: 34px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.55); }
.post-card h2 { font-size: 36px; }
.post-card h2 a { text-decoration: none; }
.post-card__date { color: var(--antique-gold); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.quiet-threshold { min-height: 70vh; display: flex; align-items: center; text-align: center; }
.quiet-threshold .temple-button { margin-top: 20px; }

.temple-shop { padding-block: 80px 120px; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.68); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: var(--cocoa); font-family: var(--serif); font-size: 26px; }
.woocommerce .button, .woocommerce button.button, .woocommerce input.button, .woocommerce a.button {
  border-radius: 5px !important;
  color: #fff !important;
  background: var(--antique-gold) !important;
  font-family: var(--sans);
  font-weight: 600;
}
.woocommerce-message, .woocommerce-info { border-top-color: var(--antique-gold); background: #fffaf2; }
.woocommerce-message::before, .woocommerce-info::before { color: var(--antique-gold); }

.temple-footer { position: relative; overflow: hidden; color: rgba(255,255,255,.82); background: #241b2f; }
.temple-footer__glow { position: absolute; top: -200px; left: 50%; width: 500px; height: 400px; border-radius: 50%; background: rgba(138,111,168,.24); filter: blur(80px); transform: translateX(-50%); }
.temple-footer__inner { position: relative; display: grid; width: var(--shell); min-height: 300px; margin-inline: auto; padding-block: 72px 38px; grid-template-columns: 1fr auto; align-content: space-between; gap: 50px; }
.temple-footer__brand { margin-bottom: 8px; color: #fff; font-size: 14px; font-weight: 700; letter-spacing: .28em; }
.temple-footer__line { max-width: 500px; color: rgba(255,255,255,.65); }
.temple-footer__nav { flex-wrap: wrap; justify-content: flex-end; gap: 24px; }
.temple-footer__nav a { color: #fff; font-size: 13px; text-decoration: none; }
.temple-footer__copyright { grid-column: 1 / -1; margin: 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: 12px; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity 700ms ease, transform 700ms ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1120px) {
  :root { --shell: min(100% - 48px, 1040px); }
  .temple-nav__list li:not(:last-child)::after { margin-inline: 12px; }
  .threshold__art { background-position: 58% center; }
  .doorway-card { grid-template-columns: 74px 1fr 16px; gap: 16px; padding-inline: 22px; }
  .doorway-card__symbol { width: 72px; height: 88px; }
  .doorway-card__symbol--whole::before { left: 19px; width: 32px; height: 32px; }
  .doorway-card__symbol--whole::after { left: 14px; width: 42px; }
  .doorway-card__symbol--blueprints::before { left: 13px; width: 44px; height: 44px; }
  .doorway-card__symbol--original::before { left: 15px; width: 40px; height: 40px; }
}

@media (max-width: 900px) {
  .temple-header { position: sticky; top: 0; }
  .temple-menu-toggle { position: relative; z-index: 2; display: grid; width: 46px; height: 46px; padding: 12px; align-content: center; gap: 8px; cursor: pointer; }
  .temple-menu-toggle span:not(.screen-reader-text) { display: block; width: 100%; height: 1px; background: var(--cocoa); transition: transform 240ms ease; }
  .temple-menu-toggle[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(4.5px) rotate(45deg); }
  .temple-menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .temple-nav { position: fixed; top: 84px; right: 0; bottom: 0; left: 0; padding: 54px 28px; visibility: hidden; opacity: 0; background: rgba(246,240,231,.98); transition: opacity 240ms ease, visibility 240ms ease; }
  .temple-nav.is-open { visibility: visible; opacity: 1; }
  .temple-nav__list { flex-direction: column; align-items: flex-start; gap: 10px; }
  .temple-nav__list li:not(:last-child)::after { display: none; }
  .temple-nav a { font-family: var(--serif); font-size: 38px; }
  .threshold { min-height: auto; padding-bottom: 24px; }
  .threshold__art { opacity: .76; background-position: 62% center; }
  .threshold::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(251,248,242,.94) 0 42%, rgba(251,248,242,.48) 68%, transparent); content: ""; }
  .threshold__content { padding-top: 80px; padding-bottom: 100px; }
  .doorway-plinth { position: relative; bottom: auto; grid-template-columns: 1fr; }
  .doorway-card:not(:last-child)::after { top: auto; right: 24px; bottom: 0; left: 24px; width: auto; height: 1px; }
  .doorway-card { min-height: 156px; grid-template-columns: 90px 1fr 24px; }
  .doorway-card__symbol { width: 86px; height: 100px; }
  .compass-invitation__inner { grid-template-columns: 1fr 280px; gap: 40px; }
  .post-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  :root { --shell: calc(100vw - 32px); --reading: calc(100vw - 40px); }
  .temple-header__inner { min-height: 76px; width: calc(100vw - 28px); }
  .temple-brand__name { font-size: 12px; letter-spacing: .22em; }
  .temple-brand__byline { font-size: 11px; }
  .temple-nav { top: 76px; }
  .threshold__art { background-position: 69% center; }
  .threshold::after { background: linear-gradient(90deg, rgba(251,248,242,.97) 0 35%, rgba(251,248,242,.75) 62%, rgba(251,248,242,.18)); }
  .threshold__geometry { display: none; }
  .threshold__content { padding-top: 68px; padding-bottom: 170px; }
  .threshold h1 { max-width: 420px; font-size: clamp(58px, 18vw, 78px); }
  .threshold__lede { max-width: 330px; font-size: 17px; }
  .temple-eyebrow { max-width: 300px; font-size: 9px; letter-spacing: .22em; }
  .temple-eyebrow::after { width: 34px; }
  .temple-button { min-width: 0; width: min(100%, 290px); }
  .doorway-plinth { border-radius: 18px; }
  .doorway-card { min-height: 138px; padding: 22px 20px; grid-template-columns: 72px 1fr 18px; }
  .doorway-card__symbol { width: 68px; height: 82px; }
  .doorway-card__title { font-size: 28px; }
  .compass-invitation__inner { grid-template-columns: 1fr; }
  .compass-orbit { width: min(76vw, 300px); }
  .room-threshold { min-height: 390px; }
  .room-threshold__inner { padding-bottom: 44px; }
  .room-threshold h1 { font-size: clamp(52px, 16vw, 76px); }
  .post-grid { grid-template-columns: 1fr; padding-block: 54px; }
  .temple-footer__inner { grid-template-columns: 1fr; min-height: 360px; }
  .temple-footer__nav { justify-content: flex-start; }
}

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