:root {
  --surface: #fcf9f4;
  --surface-soft: #f3ede3;
  --surface-deep: #e5ded4;
  --text: #30241f;
  --muted: #5d4a43;
  --primary: #8a4630;
  --primary-bright: #a85e46;
  --forest: #243a2b;
  --champagne: #f2e6d0;
  --gold: #caa86a;
  --line: rgba(138, 70, 48, 0.16);
  --max: 1180px;
  --radius: 18px;
  --page-x: clamp(22px, 5vw, 48px);
  --section-y: clamp(78px, 10vw, 126px);
  --section-y-wide: clamp(86px, 12vw, 144px);
  --section-y-tight: clamp(58px, 8vw, 92px);
  --section-gap: clamp(34px, 6vw, 64px);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 20% 8%, rgba(202, 168, 106, 0.17), transparent 30rem),
    linear-gradient(180deg, #fffdf9 0%, var(--surface) 42%, #f7f0e8 100%);
  color: var(--text);
  font-family: "Literata", Georgia, serif;
  font-size: 16.5px;
  line-height: 1.68;
}

img {
  display: block;
  max-width: 100%;
}

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

h1,
h2,
h3,
blockquote {
  color: var(--primary);
  font-family: "Libre Caslon Text", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
}

h1 {
  font-size: clamp(2.5rem, 7vw, 5rem);
  line-height: 0.98;
  max-width: 860px;
}

h2 {
  font-size: clamp(1.85rem, 3.5vw, 3rem);
  line-height: 1.08;
}

h3 {
  font-size: 1.18rem;
  line-height: 1.2;
}

p {
  margin: 0;
}

.site-header {
  align-items: center;
  background: rgba(252, 249, 244, 0.78);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(22px);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  left: 0;
  padding: 18px clamp(20px, 5vw, 72px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  color: var(--primary);
  display: inline-flex;
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: 1.1rem;
  gap: 12px;
  line-height: 1;
  white-space: nowrap;
}

.brand-mark {
  display: block;
  flex: 0 0 auto;
  height: 36px;
  object-fit: contain;
  width: 36px;
}

.desktop-nav {
  align-items: center;
  display: flex;
  gap: clamp(8px, 1.4vw, 16px);
  color: var(--muted);
  font-size: 0.9rem;
}

.desktop-nav a {
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 7px 12px;
}

.desktop-nav a:hover,
.site-footer a:hover {
  color: var(--primary);
}

.desktop-nav a[aria-current="page"] {
  background: rgba(242, 230, 208, 0.42);
  border-color: rgba(138, 70, 48, 0.24);
  color: var(--primary);
  font-weight: 600;
}

.header-cta {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--primary);
  font-size: 0.86rem;
  font-weight: 600;
  padding: 9px 18px;
}

.header-cta[aria-current="page"] {
  background: var(--primary);
  color: #fff;
}

.section-band {
  min-height: 92svh;
}

.hero {
  align-items: center;
  display: grid;
  justify-items: center;
  overflow: hidden;
  padding: 120px 22px 76px;
  position: relative;
}

.hero-media {
  background:
    linear-gradient(180deg, rgba(58, 11, 0, 0.08), rgba(252, 249, 244, 0.38) 52%, rgba(252, 249, 244, 0.96)),
    url("assets/home-intro-background.webp") center 58% / cover;
  filter: saturate(0.86);
  inset: 0;
  opacity: 0.62;
  position: absolute;
  transform: scale(1.04);
}

.hero::after {
  background: radial-gradient(circle, rgba(252, 249, 244, 0.16), rgba(58, 11, 0, 0.26));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero-panel {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 980px;
  padding: clamp(34px, 7vw, 76px);
  position: relative;
  text-align: center;
  z-index: 2;
}

.hero-copy {
  color: var(--muted);
  font-size: clamp(1.04rem, 2vw, 1.25rem);
  max-width: 720px;
  text-shadow: 0 1px 18px rgba(255, 255, 255, 0.92);
}

.eyebrow {
  color: var(--primary);
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 600;
  justify-content: center;
  min-height: 48px;
  padding: 13px 26px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button.primary {
  background: var(--primary);
  box-shadow: inset 0 0 18px rgba(242, 230, 208, 0.18), 0 14px 35px rgba(138, 70, 48, 0.24);
  color: #fff;
}

.button.secondary {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(138, 70, 48, 0.34);
  color: var(--primary);
  gap: 9px;
  justify-content: flex-start;
  min-height: auto;
  padding: 0 0 4px;
}

.button.secondary::after,
.text-link::after {
  content: "\2192";
  display: inline-block;
  line-height: 1;
  transition: transform 180ms ease;
}

.button.secondary:hover::after,
.text-link:hover::after {
  transform: translateX(4px);
}

.button.secondary:hover,
.text-link:hover {
  border-bottom-color: rgba(138, 70, 48, 0.72);
}

.button.light {
  background: #fff;
  color: var(--primary);
  margin-top: 18px;
}

.closing-cta h2,
.urkraft-cta-card h2,
.portal-card-content h2,
.portal-card-content h3,
.metamorphosis-card-content h2,
.metamorphosis-card-content h3 {
  color: #fff;
}

.image-ribbon,
.split-section,
.offer-section,
.info-grid,
.site-footer {
  margin-inline: auto;
  max-width: var(--max);
  padding-inline: clamp(22px, 5vw, 48px);
}

.image-ribbon {
  margin-top: -72px;
  position: relative;
  z-index: 3;
}

.image-ribbon img {
  aspect-ratio: 21 / 8;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(58, 11, 0, 0.16);
  object-fit: cover;
  object-position: center 58%;
  width: 100%;
}

.home-symbol-note {
  background:
    radial-gradient(circle at 16% 18%, rgba(202, 168, 106, 0.14), transparent 25rem),
    linear-gradient(135deg, rgba(96, 119, 102, 0.2), rgba(242, 230, 208, 0.58));
  border-block: 1px solid rgba(96, 119, 102, 0.16);
  color: rgba(36, 58, 43, 0.78);
  margin-top: clamp(42px, 7vw, 76px);
  padding: clamp(46px, 7vw, 76px) clamp(22px, 5vw, 48px);
  text-align: center;
}

.home-symbol-note > div {
  display: grid;
  gap: 16px;
  margin: 0 auto;
  max-width: 860px;
}

.home-symbol-note .eyebrow {
  color: rgba(36, 58, 43, 0.74);
}

.home-symbol-note blockquote {
  color: var(--forest);
  font-size: clamp(1.42rem, 3vw, 2.45rem);
  line-height: 1.18;
}

.home-offer {
  display: grid;
  gap: clamp(28px, 5vw, 48px);
  margin: 0 auto;
  max-width: var(--max);
  padding: clamp(66px, 9vw, 112px) clamp(22px, 5vw, 48px) clamp(42px, 7vw, 76px);
  scroll-margin-top: 104px;
}

.home-offer-copy {
  display: grid;
  gap: 16px;
  max-width: 780px;
}

.home-offer-intro {
  align-items: center;
  display: grid;
  gap: clamp(30px, 5vw, 58px);
  grid-template-columns: minmax(0, 1fr) minmax(220px, 340px);
}

.home-offer-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.12rem);
}

.home-link-actions,
.temple-audience-actions {
  margin-top: 8px;
}

.home-link-actions {
  justify-content: flex-start;
}

.temple-audience-actions {
  justify-content: center;
  margin-top: clamp(24px, 4vw, 38px);
}

.home-offer-visual {
  border: 1px solid rgba(138, 70, 48, 0.14);
  border-radius: 18px;
  box-shadow: 0 18px 46px rgba(58, 11, 0, 0.1);
  margin: 0;
  overflow: hidden;
  position: relative;
}

.home-offer-visual::after {
  background:
    radial-gradient(circle at 50% 42%, transparent 0 38%, rgba(58, 11, 0, 0.18) 82%),
    linear-gradient(180deg, rgba(252, 249, 244, 0.06), rgba(138, 70, 48, 0.12));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.home-offer-visual img {
  aspect-ratio: 1 / 1;
  filter: sepia(0.08) saturate(1.02) brightness(1.08) contrast(0.94);
  object-fit: cover;
  width: 100%;
}

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

.home-orientation-card {
  background: rgba(252, 249, 244, 0.68);
  border: 1px solid rgba(138, 70, 48, 0.12);
  border-left: 2px solid rgba(168, 94, 70, 0.28);
  border-radius: 14px;
  box-shadow: inset 0 0 18px rgba(242, 230, 208, 0.3);
  display: grid;
  gap: 10px;
  padding: 18px;
}

.home-orientation-card > span,
.home-expectation-text span {
  align-items: center;
  background: rgba(168, 94, 70, 0.1);
  border-radius: 50%;
  color: var(--primary);
  display: inline-flex;
  font-family: "Libre Caslon Text", Georgia, serif;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.home-orientation-card > span {
  font-size: 0.94rem;
  height: 38px;
  width: 38px;
}

.home-orientation-card p,
.home-flow-copy p,
.home-expectation-text p {
  color: var(--muted);
}

.home-flow {
  align-items: start;
  display: grid;
  gap: clamp(30px, 6vw, 58px);
  margin: 0 auto;
  max-width: var(--max);
  padding: clamp(42px, 7vw, 78px) clamp(22px, 5vw, 48px) clamp(68px, 9vw, 112px);
}

.home-flow-copy {
  display: grid;
  gap: 16px;
  max-width: 760px;
}

.home-flow-copy h2,
.home-facts-heading h2 {
  font-size: clamp(1.72rem, 3vw, 2.45rem);
}

.home-flow-copy .button {
  justify-self: start;
  margin-top: 8px;
}

.home-flow-action {
  display: flex;
  justify-content: center;
  padding-top: 4px;
}

.home-expectation-list {
  display: grid;
  gap: clamp(24px, 4vw, 42px);
  margin: 0;
}

.home-expectation-row {
  align-items: center;
  display: grid;
  gap: clamp(22px, 4vw, 46px);
  grid-template-columns: minmax(260px, 0.92fr) minmax(0, 1fr);
}

.home-expectation-row.reverse figure {
  order: 2;
}

.home-expectation-row figure {
  border: 1px solid rgba(138, 70, 48, 0.13);
  border-radius: 18px;
  box-shadow: 0 16px 38px rgba(58, 11, 0, 0.08);
  display: grid;
  margin: 0;
  overflow: hidden;
}

.home-expectation-row img {
  aspect-ratio: 16 / 10;
  filter: sepia(0.08) saturate(0.9) brightness(1.04) contrast(0.94);
  object-fit: cover;
  width: 100%;
}

.home-expectation-row img.image-tone-true {
  filter: none;
}

.home-expectation-text {
  align-items: start;
  display: grid;
  gap: 14px;
  grid-template-columns: 36px 1fr;
  padding: clamp(4px, 1.5vw, 14px) 0;
}

.home-expectation-text span {
  background: rgba(168, 94, 70, 0.08);
  font-size: 0.9rem;
  height: 36px;
  width: 36px;
}

.home-expectation-text > div {
  display: grid;
  gap: 8px;
}

.home-expectation-text h3 {
  font-size: clamp(1.22rem, 2vw, 1.58rem);
}

.home-facts {
  display: grid;
  gap: clamp(22px, 4vw, 36px);
  margin: 0 auto;
  max-width: var(--max);
  padding: 0 clamp(22px, 5vw, 48px) clamp(68px, 9vw, 112px);
}

.home-facts-heading {
  display: grid;
  gap: 14px;
  max-width: 700px;
}

.home-facts-heading p:not(.eyebrow),
.home-facts-grid p {
  color: var(--muted);
}

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

.home-facts-grid article {
  background: rgba(252, 249, 244, 0.68);
  border: 1px solid rgba(138, 70, 48, 0.12);
  border-top: 2px solid rgba(168, 94, 70, 0.28);
  border-radius: 14px;
  box-shadow: inset 0 0 18px rgba(242, 230, 208, 0.3);
  display: grid;
  gap: 8px;
  padding: 18px;
}

.home-facts-grid span {
  color: var(--primary);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-facts-grid strong {
  color: var(--primary);
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: clamp(1.16rem, 1.8vw, 1.42rem);
  font-weight: 400;
  line-height: 1.16;
}

.home-facts-actions {
  justify-content: flex-start;
}

.temple-gifts {
  background:
    radial-gradient(circle at 50% 0%, rgba(242, 230, 208, 0.64), rgba(252, 249, 244, 0.72) 62%);
  border: 1px solid rgba(138, 70, 48, 0.11);
  border-radius: 24px;
  color: var(--muted);
  display: grid;
  gap: clamp(22px, 4vw, 36px);
  justify-items: center;
  margin: 0 auto clamp(30px, 5vw, 56px);
  max-width: 1040px;
  padding: clamp(26px, 4vw, 42px) clamp(22px, 5vw, 48px);
  text-align: center;
}

.temple-gifts-heading {
  display: grid;
  gap: 14px;
  max-width: 720px;
}

.temple-gifts-heading p:not(.eyebrow),
.temple-gifts-grid p {
  color: var(--muted);
}

.temple-gifts-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  text-align: left;
  width: 100%;
}

.temple-gifts-grid article {
  background: rgba(252, 249, 244, 0.68);
  border: 1px solid rgba(138, 70, 48, 0.12);
  border-top: 3px solid rgba(168, 94, 70, 0.3);
  border-radius: 18px;
  box-shadow: inset 0 0 24px rgba(242, 230, 208, 0.36);
  display: grid;
  gap: 10px;
  padding: 20px;
}

.temple-gifts .button {
  margin-top: 4px;
}

.portal-section,
.home-depth-section {
  display: grid;
  gap: clamp(30px, 5vw, 54px);
  margin: 0 auto;
  max-width: var(--max);
  padding: clamp(28px, 5vw, 56px) clamp(22px, 5vw, 48px) clamp(70px, 10vw, 124px);
}

.portal-heading {
  display: grid;
  gap: 16px;
  max-width: 780px;
}

.portal-heading p:not(.eyebrow) {
  color: var(--muted);
  max-width: 620px;
}

.portal-heading .button {
  justify-self: start;
  margin-top: 8px;
}

.home-depth-section {
  padding-top: clamp(18px, 4vw, 42px);
}

.home-depth-links {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-depth-links article {
  background: rgba(252, 249, 244, 0.66);
  border: 1px solid rgba(138, 70, 48, 0.12);
  border-left: 2px solid rgba(168, 94, 70, 0.28);
  border-radius: 14px;
  box-shadow: inset 0 0 18px rgba(242, 230, 208, 0.3);
  display: grid;
  gap: 10px;
  padding: 20px;
}

.home-depth-links p:not(.eyebrow) {
  color: var(--muted);
}

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

.portal-card {
  background: rgba(252, 249, 244, 0.7);
  border: 1px solid rgba(138, 70, 48, 0.13);
  border-radius: 24px;
  box-shadow: inset 0 0 28px rgba(242, 230, 208, 0.34);
  display: grid;
  grid-column: span 2;
  min-height: 360px;
  overflow: hidden;
  position: relative;
}

.portal-card:nth-child(n + 3) {
  grid-column: span 2;
  min-height: 360px;
}

.portal-card img {
  filter: saturate(0.9);
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  transition: transform 700ms ease;
  width: 100%;
}

.portal-card:nth-child(1) img {
  object-position: center 58%;
}

.portal-card:nth-child(2) img {
  object-position: center 54%;
}

.portal-card:nth-child(3) img {
  object-position: center 42%;
}

.portal-card:nth-child(4) img {
  object-position: center 54%;
}

.portal-card:nth-child(5) img {
  object-position: center 46%;
}

.portal-card::after {
  background:
    linear-gradient(180deg, rgba(58, 11, 0, 0.04), rgba(58, 11, 0, 0.72)),
    linear-gradient(90deg, rgba(36, 58, 43, 0.4), transparent 68%);
  content: "";
  inset: 0;
  position: absolute;
}

.portal-card:hover img {
  transform: scale(1.04);
}

.portal-card-content {
  align-self: end;
  color: #fff;
  display: grid;
  gap: 10px;
  padding: clamp(24px, 4vw, 42px);
  position: relative;
  z-index: 1;
}

.portal-card-content .eyebrow {
  color: var(--champagne);
}

.portal-title {
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: clamp(1.85rem, 3vw, 3rem);
  font-style: italic;
  line-height: 1.02;
}

.portal-copy {
  color: rgba(255, 255, 255, 0.86);
}

.portal-link,
.text-link {
  align-items: center;
  border-bottom: 1px solid rgba(138, 70, 48, 0.34);
  color: var(--primary);
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 600;
  gap: 9px;
  letter-spacing: 0.06em;
  padding-bottom: 4px;
  text-transform: uppercase;
}

.portal-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.58);
  color: #fff;
  justify-self: start;
  margin-top: 10px;
  padding-bottom: 4px;
}

.split-section {
  align-items: center;
  display: grid;
  gap: clamp(42px, 8vw, 96px);
  grid-template-columns: minmax(260px, 0.85fr) 1fr;
  padding-block: clamp(86px, 12vw, 150px);
}

.intro.split-section {
  padding-block: clamp(64px, 9vw, 112px) clamp(58px, 8vw, 96px);
}

.portrait-frame {
  border: 1px solid rgba(138, 70, 48, 0.16);
  border-radius: 26px;
  padding: 12px;
  position: relative;
}

.portrait-frame::before {
  background: rgba(242, 230, 208, 0.56);
  border-radius: 999px;
  content: "";
  filter: blur(38px);
  inset: 10% -10% 5% 8%;
  position: absolute;
  z-index: -1;
}

.portrait-frame img {
  aspect-ratio: 4 / 5;
  border-radius: 18px;
  object-fit: cover;
  width: 100%;
}

.copy-stack {
  display: grid;
  gap: 22px;
}

.copy-stack p,
.section-heading p,
.info-grid p,
.closing-cta p,
.site-footer p {
  color: var(--muted);
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 8px;
}

.pill-list span {
  background: rgba(242, 230, 208, 0.72);
  border: 1px solid rgba(138, 70, 48, 0.12);
  border-radius: 999px;
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 8px 13px;
}

.temple-audience {
  margin: 0 auto;
  max-width: var(--max);
  padding: clamp(58px, 8vw, 96px) clamp(22px, 5vw, 48px) clamp(50px, 7vw, 78px);
}

.temple-audience .section-heading {
  margin-inline: auto;
  text-align: center;
}

.temple-audience .section-heading p:not(.eyebrow) {
  color: var(--muted);
}

.temple-audience-list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-audience-list {
  margin-inline: auto;
  max-width: 1040px;
}

.temple-audience-list li {
  background: rgba(252, 249, 244, 0.66);
  border: 1px solid rgba(138, 70, 48, 0.12);
  border-left: 2px solid rgba(168, 94, 70, 0.28);
  border-radius: 14px;
  box-shadow: inset 0 0 18px rgba(242, 230, 208, 0.3);
  color: var(--muted);
  font-size: 0.98rem;
  padding: 15px 18px;
}

.body-listening {
  align-items: center;
  display: grid;
  gap: clamp(28px, 5vw, 58px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.58fr);
  margin: 0 auto;
  max-width: var(--max);
  padding: clamp(50px, 7vw, 88px) clamp(22px, 5vw, 48px);
}

.body-listening-copy {
  display: grid;
  gap: 16px;
  max-width: 720px;
}

.body-listening-copy p:not(.eyebrow),
.body-listening-effects span,
.body-listening-note span {
  color: var(--muted);
}

.body-listening-effects {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}

.body-listening-effects li {
  background: rgba(252, 249, 244, 0.62);
  border: 1px solid rgba(138, 70, 48, 0.11);
  border-radius: 14px;
  display: grid;
  gap: 6px;
  padding: 14px;
}

.body-listening-effects strong {
  color: var(--primary);
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: 1.04rem;
  font-weight: 400;
  line-height: 1.2;
}

.body-listening-note {
  background: rgba(252, 249, 244, 0.68);
  border: 1px solid rgba(138, 70, 48, 0.13);
  border-left: 2px solid rgba(168, 94, 70, 0.28);
  border-radius: 18px;
  box-shadow: inset 0 0 22px rgba(242, 230, 208, 0.32);
  display: grid;
  gap: 12px;
  padding: clamp(22px, 4vw, 30px);
}

.body-listening-note p {
  color: var(--primary);
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  line-height: 1.2;
}

.body-listening-note span {
  border-top: 1px solid rgba(138, 70, 48, 0.13);
  display: block;
  padding-top: 14px;
}

.women-culture {
  background:
    radial-gradient(circle at 100% 0%, rgba(202, 168, 106, 0.16), transparent 28rem),
    rgba(243, 237, 227, 0.54);
  border-block: 1px solid rgba(138, 70, 48, 0.1);
  display: grid;
  gap: clamp(26px, 5vw, 48px);
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.48fr);
  margin: 0 auto;
  max-width: var(--max);
  padding: clamp(44px, 7vw, 78px) clamp(22px, 5vw, 48px);
}

.women-culture-copy {
  display: grid;
  gap: 16px;
  max-width: 740px;
}

.women-culture-copy p:not(.eyebrow) {
  color: var(--muted);
}

.women-culture-values {
  align-self: center;
  display: grid;
  gap: 10px;
}

.women-culture-values span {
  background: rgba(252, 249, 244, 0.66);
  border: 1px solid rgba(138, 70, 48, 0.12);
  border-radius: 999px;
  color: var(--primary);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 10px 16px;
  text-align: center;
  text-transform: uppercase;
}

blockquote {
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.08;
}

.metamorphosis-teaser {
  display: grid;
  gap: clamp(24px, 4vw, 42px);
  margin: 0 auto;
  max-width: var(--max);
  padding: clamp(86px, 12vw, 150px) clamp(22px, 5vw, 48px) 0;
}

.metamorphosis-card {
  background: var(--primary);
  border: 1px solid rgba(138, 70, 48, 0.14);
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(58, 11, 0, 0.18);
  display: grid;
  min-height: clamp(360px, 56vw, 560px);
  overflow: hidden;
  position: relative;
}

.metamorphosis-card img {
  filter: saturate(0.92);
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  transition: transform 700ms ease;
  width: 100%;
}

.metamorphosis-card::after {
  background: linear-gradient(180deg, rgba(58, 11, 0, 0.1), rgba(138, 70, 48, 0.78));
  content: "";
  inset: 0;
  position: absolute;
}

.healing-card::after {
  background:
    linear-gradient(180deg, rgba(58, 11, 0, 0.04), rgba(36, 58, 43, 0.72)),
    linear-gradient(90deg, rgba(58, 11, 0, 0.36), transparent 62%);
}

.urkraft-card::after {
  background:
    linear-gradient(180deg, rgba(58, 11, 0, 0.02), rgba(58, 11, 0, 0.76)),
    linear-gradient(90deg, rgba(36, 58, 43, 0.62), transparent 68%);
}

.metamorphosis-card:hover img {
  transform: scale(1.04);
}

.metamorphosis-card-content {
  align-self: end;
  color: #fff;
  display: grid;
  gap: 12px;
  max-width: 560px;
  padding: clamp(28px, 6vw, 64px);
  position: relative;
  z-index: 1;
}

.metamorphosis-card-content .eyebrow {
  color: var(--champagne);
}

.metamorphosis-title {
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: clamp(2.25rem, 5vw, 4.2rem);
  font-style: italic;
  line-height: 1;
}

.metamorphosis-copy {
  color: rgba(255, 255, 255, 0.86);
  max-width: 430px;
}

.metamorphosis-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.58);
  font-size: 0.84rem;
  font-weight: 600;
  justify-self: start;
  letter-spacing: 0.06em;
  margin-top: 12px;
  padding-bottom: 4px;
  text-transform: uppercase;
}

.offer-section {
  padding-block: clamp(90px, 12vw, 160px);
}

.section-heading {
  display: grid;
  gap: 14px;
  margin-bottom: clamp(34px, 5vw, 48px);
  max-width: 740px;
}

.timeline {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.timeline li {
  align-items: start;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(138, 70, 48, 0.11);
  border-radius: var(--radius);
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr;
  padding: 20px;
}

.timeline time {
  color: var(--primary);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.timeline p {
  color: var(--muted);
  margin-top: 6px;
}

.info-grid {
  background:
    radial-gradient(circle at 18% 22%, rgba(202, 168, 106, 0.2), transparent 24rem),
    radial-gradient(circle at 88% 10%, rgba(168, 94, 70, 0.14), transparent 22rem),
    linear-gradient(135deg, rgba(242, 230, 208, 0.64), rgba(252, 249, 244, 0.72));
  border: 1px solid rgba(138, 70, 48, 0.1);
  border-radius: 28px;
  box-shadow: inset 0 0 48px rgba(255, 246, 244, 0.58), 0 28px 70px rgba(58, 11, 0, 0.08);
  display: grid;
  gap: clamp(22px, 4vw, 42px);
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
  margin-bottom: clamp(86px, 12vw, 150px);
  overflow: hidden;
  padding: clamp(26px, 5vw, 54px);
  position: relative;
}

.info-grid::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.34), transparent);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.info-grid article {
  background: rgba(252, 249, 244, 0.72);
  border: 1px solid rgba(138, 70, 48, 0.12);
  border-radius: 22px;
  box-shadow: inset 0 0 30px rgba(242, 230, 208, 0.46);
  display: grid;
  gap: 16px;
  padding: clamp(24px, 4vw, 38px);
  position: relative;
  z-index: 1;
}

.info-split {
  grid-template-columns: minmax(0, 1fr);
  max-width: 920px;
}

.info-feature {
  align-content: center;
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.78), rgba(242, 230, 208, 0.56)),
    rgba(252, 249, 244, 0.72);
  min-height: 100%;
  padding: clamp(34px, 5vw, 58px);
}

.info-feature h2 {
  max-width: 640px;
}

.info-feature p {
  font-size: clamp(1.02rem, 1.7vw, 1.18rem);
  max-width: 680px;
}

.soft-list {
  color: var(--muted);
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}

.soft-list li {
  background: rgba(255, 255, 255, 0.34);
  border-left: 2px solid rgba(168, 94, 70, 0.3);
  border-radius: 0 14px 14px 0;
  padding: 10px 14px 10px 16px;
}

.check-list {
  color: var(--muted);
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.check-list li {
  padding-left: 24px;
  position: relative;
}

.check-list li::before {
  background: var(--primary-bright);
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 2px;
  position: absolute;
  top: 0.72em;
  width: 7px;
}

.closing-cta {
  background:
    linear-gradient(rgba(138, 70, 48, 0.82), rgba(138, 70, 48, 0.86)),
    url("assets/tempel-closing-bg.webp") center / cover;
  color: #fff;
  padding: clamp(78px, 11vw, 130px) 22px;
  text-align: center;
}

.closing-cta > div {
  display: grid;
  gap: 20px;
  margin: 0 auto;
  max-width: 760px;
}

.closing-cta .eyebrow,
.closing-cta p {
  color: rgba(255, 255, 255, 0.82);
}

.closing-steps {
  display: grid;
  gap: 10px;
  margin: 4px auto 0;
  max-width: 620px;
  padding-left: 24px;
  text-align: left;
}

.closing-steps li {
  color: rgba(255, 255, 255, 0.84);
  padding-left: 4px;
}

.site-footer {
  align-items: center;
  border-top: 1px solid rgba(138, 70, 48, 0.09);
  display: flex;
  justify-content: center;
  margin-inline: auto;
  max-width: var(--max);
  padding: 30px clamp(22px, 5vw, 48px) 38px;
}

.site-footer nav {
  color: rgba(93, 74, 67, 0.48);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.72rem;
  gap: 10px 18px;
  justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

.site-footer a[aria-current="page"] {
  color: rgba(138, 70, 48, 0.72);
  font-weight: 600;
}

.subpage {
  background:
    radial-gradient(circle at 75% 8%, rgba(202, 168, 106, 0.14), transparent 28rem),
    linear-gradient(180deg, #fffdf9 0%, var(--surface) 58%, #f7f0e8 100%);
}

.phase-hero {
  margin: 0 auto;
  max-width: 940px;
  padding: 150px clamp(22px, 5vw, 48px) 64px;
  text-align: center;
}

.phase-hero .eyebrow {
  margin-bottom: 18px;
}

.phase-hero h1 {
  margin: 0 auto;
}

.phase-hero p:not(.eyebrow) {
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  margin: 22px auto 0;
  max-width: 700px;
}

.butterfly-symbol {
  background:
    radial-gradient(circle at 18% 22%, rgba(202, 168, 106, 0.18), transparent 24rem),
    linear-gradient(135deg, rgba(242, 230, 208, 0.56), rgba(252, 249, 244, 0.76));
  border: 1px solid rgba(138, 70, 48, 0.11);
  border-radius: 28px;
  box-shadow: inset 0 0 42px rgba(255, 246, 244, 0.52);
  display: grid;
  gap: clamp(28px, 6vw, 66px);
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1fr);
  margin: 0 auto clamp(64px, 9vw, 104px);
  max-width: var(--max);
  padding: clamp(30px, 5vw, 58px);
}

.butterfly-symbol > div:first-child {
  display: grid;
  gap: 16px;
}

.butterfly-symbol-copy {
  color: var(--muted);
  display: grid;
  gap: 18px;
}

.butterfly-symbol-copy blockquote {
  color: var(--primary);
  font-size: clamp(1.35rem, 2.7vw, 2rem);
  font-style: italic;
  line-height: 1.24;
  margin-top: 10px;
}

.phase-list {
  display: grid;
  gap: clamp(74px, 10vw, 124px);
  margin: 0 auto;
  max-width: var(--max);
  padding: 24px clamp(22px, 5vw, 48px) clamp(90px, 12vw, 150px);
}

.phase-row {
  align-items: center;
  display: grid;
  gap: clamp(36px, 7vw, 82px);
  grid-template-columns: 1fr 0.88fr;
}

.phase-row.reverse {
  grid-template-columns: 0.88fr 1fr;
}

.phase-row.reverse .phase-copy {
  order: 2;
}

.phase-row img {
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(138, 70, 48, 0.14);
  border-radius: 24px;
  box-shadow: 0 24px 68px rgba(58, 11, 0, 0.15);
  height: auto;
  object-fit: cover;
  width: 100%;
}

.phase-copy {
  display: grid;
  gap: 20px;
}

.phase-copy p:not(.eyebrow) {
  color: var(--muted);
}

.metamorphose-encounter {
  align-items: center;
  background:
    radial-gradient(circle at 100% 0%, rgba(96, 119, 102, 0.12), transparent 20rem),
    linear-gradient(135deg, rgba(252, 249, 244, 0.78), rgba(242, 230, 208, 0.46));
  border: 1px solid rgba(138, 70, 48, 0.12);
  border-radius: 28px;
  box-shadow: inset 0 0 36px rgba(255, 246, 244, 0.5);
  display: grid;
  gap: clamp(30px, 6vw, 70px);
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr);
  margin: 0 auto clamp(90px, 12vw, 150px);
  max-width: var(--max);
  padding: clamp(30px, 5vw, 58px);
}

.metamorphose-encounter > div {
  display: grid;
  gap: 18px;
}

.metamorphose-encounter p:not(.eyebrow) {
  color: var(--muted);
}

.metamorphose-encounter figure {
  border: 1px solid rgba(138, 70, 48, 0.13);
  border-radius: 24px;
  box-shadow: 0 22px 58px rgba(58, 11, 0, 0.13);
  margin: 0;
  overflow: hidden;
}

.metamorphose-encounter img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  width: 100%;
}

.urkraft-page {
  background:
    radial-gradient(circle at 80% 12%, rgba(96, 119, 102, 0.16), transparent 30rem),
    linear-gradient(180deg, #fffdf9 0%, var(--surface) 48%, #f1eadf 100%);
}

.urkraft-hero {
  align-items: center;
  display: grid;
  gap: clamp(42px, 8vw, 94px);
  grid-template-columns: 1fr minmax(280px, 0.78fr);
  margin: 0 auto;
  max-width: var(--max);
  padding: 150px clamp(22px, 5vw, 48px) clamp(38px, 6vw, 72px);
}

.urkraft-copy {
  display: grid;
  gap: 24px;
}

.urkraft-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: clamp(1.04rem, 2vw, 1.22rem);
  max-width: 650px;
}

.urkraft-portrait {
  border: 1px solid rgba(138, 70, 48, 0.14);
  border-radius: 32px;
  box-shadow: 0 28px 72px rgba(58, 11, 0, 0.15);
  overflow: hidden;
  position: relative;
}

.urkraft-portrait::before {
  background: rgba(96, 119, 102, 0.16);
  border-radius: 999px;
  content: "";
  filter: blur(38px);
  inset: auto -18% -10% 24%;
  position: absolute;
  top: 52%;
  z-index: -1;
}

.urkraft-portrait img {
  aspect-ratio: 4 / 5;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.urkraft-offer {
  border-top: 1px solid rgba(138, 70, 48, 0.12);
  padding-block: clamp(34px, 6vw, 72px) clamp(82px, 10vw, 126px);
  position: relative;
}

.urkraft-offer::before {
  background: linear-gradient(90deg, transparent, rgba(202, 168, 106, 0.34), transparent);
  content: "";
  height: 1px;
  left: clamp(22px, 5vw, 48px);
  position: absolute;
  right: clamp(22px, 5vw, 48px);
  top: 0;
}

.urkraft-offer .section-heading {
  border-left: 3px solid rgba(138, 70, 48, 0.28);
  margin-bottom: clamp(28px, 4vw, 42px);
  padding-left: clamp(18px, 3vw, 28px);
}

.urkraft-offer .timeline {
  counter-reset: evening-step;
  gap: 18px;
  grid-template-columns: 1fr;
  margin-left: clamp(18px, 4vw, 42px);
  position: relative;
}

.urkraft-offer .timeline::before {
  background: linear-gradient(180deg, var(--primary-bright), rgba(202, 168, 106, 0.18));
  bottom: 22px;
  content: "";
  left: 0;
  position: absolute;
  top: 22px;
  transform: translateX(-50%);
  width: 2px;
}

.urkraft-offer .timeline li {
  background: rgba(252, 249, 244, 0.72);
  border-color: rgba(138, 70, 48, 0.13);
  box-shadow: inset 0 0 24px rgba(242, 230, 208, 0.38);
  counter-increment: evening-step;
  min-height: 0;
  padding: clamp(20px, 3vw, 28px);
  position: relative;
}

.urkraft-offer .timeline li::before {
  align-items: center;
  background: var(--primary);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(138, 70, 48, 0.2);
  color: #fff;
  content: counter(evening-step);
  display: flex;
  font-size: 0.78rem;
  font-weight: 700;
  height: 34px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 24px;
  transform: translateX(-50%);
  width: 34px;
  z-index: 1;
}

.urkraft-offer .timeline li > div {
  padding-left: clamp(10px, 2vw, 18px);
}

.urkraft-closing {
  padding: 0 clamp(22px, 5vw, 48px) clamp(86px, 12vw, 140px);
  text-align: center;
}

.urkraft-closing > div {
  background: rgba(252, 249, 244, 0.62);
  border: 1px solid rgba(138, 70, 48, 0.12);
  border-radius: 24px;
  box-shadow: inset 0 0 30px rgba(242, 230, 208, 0.42);
  display: grid;
  gap: 22px;
  justify-items: center;
  margin: 0 auto;
  max-width: 920px;
  padding: clamp(42px, 7vw, 82px);
}

.urkraft-closing p:not(.eyebrow) {
  color: var(--muted);
  max-width: 650px;
}

.urkraft-design-hero {
  align-items: center;
  background: var(--forest);
  display: grid;
  isolation: isolate;
  justify-items: center;
  min-height: min(820px, 96svh);
  overflow: hidden;
  padding: 136px clamp(22px, 6vw, 72px) 92px;
  position: relative;
  text-align: center;
}

.urkraft-design-hero > img {
  filter: saturate(0.88);
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: 0.7;
  position: absolute;
  transform: scale(1.04);
  width: 100%;
  z-index: -2;
}

.urkraft-hero-overlay {
  background:
    radial-gradient(circle at 50% 38%, rgba(242, 230, 208, 0.76), rgba(242, 230, 208, 0.24) 34%, transparent 62%),
    linear-gradient(180deg, rgba(252, 249, 244, 0.68), rgba(252, 249, 244, 0.2) 46%, var(--surface));
  inset: 0;
  position: absolute;
  z-index: -1;
}

.urkraft-hero-panel {
  display: grid;
  gap: 22px;
  justify-items: center;
  margin: 0 auto;
  max-width: 780px;
}

.urkraft-hero-panel h1 {
  color: var(--primary);
}

.urkraft-hero-panel p:not(.eyebrow) {
  color: var(--muted);
  max-width: 650px;
}

.urkraft-design-hero > img {
  object-position: center 52%;
}

.urkraft-ritual-section,
.urkraft-image-story,
.urkraft-path-section,
.urkraft-temple-note {
  margin: 0 auto;
  max-width: var(--max);
  padding-inline: clamp(22px, 5vw, 48px);
}

.urkraft-ritual-section {
  padding-block: clamp(82px, 11vw, 138px);
}

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

.urkraft-ritual-grid article {
  background: rgba(252, 249, 244, 0.68);
  border: 1px solid rgba(138, 70, 48, 0.12);
  border-bottom: 2px solid rgba(168, 94, 70, 0.4);
  border-radius: 24px;
  box-shadow: inset 0 0 34px rgba(242, 230, 208, 0.46);
  display: grid;
  gap: 16px;
  min-height: 280px;
  padding: clamp(26px, 4vw, 40px);
}

.urkraft-ritual-grid span,
.urkraft-path > li > span {
  align-items: center;
  background: rgba(168, 94, 70, 0.1);
  border: 1px solid rgba(138, 70, 48, 0.14);
  border-radius: 50%;
  color: var(--primary);
  display: inline-flex;
  font-family: "Libre Caslon Text", Georgia, serif;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.urkraft-ritual-grid p,
.urkraft-story-card p,
.urkraft-path p,
.urkraft-temple-note p {
  color: var(--muted);
}

.urkraft-image-story {
  align-items: center;
  display: grid;
  gap: clamp(36px, 7vw, 82px);
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
  padding-block: clamp(82px, 11vw, 138px);
}

.urkraft-image-story figure {
  border: 1px solid rgba(138, 70, 48, 0.13);
  border-radius: 30px;
  box-shadow: 0 28px 72px rgba(58, 11, 0, 0.14);
  margin: 0;
  overflow: hidden;
}

.urkraft-image-story img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  width: 100%;
}

.urkraft-story-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(96, 119, 102, 0.12), transparent 20rem),
    linear-gradient(135deg, rgba(252, 249, 244, 0.76), rgba(242, 230, 208, 0.48));
  border: 1px solid rgba(138, 70, 48, 0.12);
  border-radius: 28px;
  box-shadow: inset 0 0 38px rgba(255, 246, 244, 0.52);
  display: grid;
  gap: 20px;
  padding: clamp(30px, 5vw, 56px);
}

.urkraft-path-section {
  margin-bottom: 0;
  padding-block: clamp(82px, 12vw, 150px);
}

.urkraft-path {
  display: grid;
  gap: clamp(42px, 7vw, 72px);
  list-style: none;
  margin: 0 auto;
  max-width: 980px;
  padding: 0;
  position: relative;
}

.urkraft-path::before {
  background: linear-gradient(180deg, transparent, rgba(168, 94, 70, 0.26), transparent);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 1px;
}

.urkraft-path li {
  align-items: center;
  display: grid;
  gap: clamp(18px, 4vw, 34px);
  grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1fr);
  position: relative;
}

.urkraft-path > li > span {
  background: var(--primary);
  box-shadow: 0 12px 30px rgba(138, 70, 48, 0.2);
  color: #fff;
  grid-column: 2;
  grid-row: 1;
  position: relative;
  z-index: 1;
}

.urkraft-path li > div {
  display: grid;
  gap: 8px;
  grid-column: 1;
  justify-items: end;
  text-align: right;
}

.urkraft-path li:nth-child(even) > div {
  grid-column: 3;
  justify-items: start;
  text-align: left;
}

.urkraft-path li > div h3 {
  color: var(--primary);
}

.urkraft-practice-section {
  background:
    radial-gradient(circle at 0% 0%, rgba(96, 119, 102, 0.1), transparent 22rem),
    linear-gradient(180deg, rgba(252, 249, 244, 0.76), rgba(242, 230, 208, 0.36));
  border-block: 1px solid rgba(138, 70, 48, 0.09);
  padding: clamp(76px, 10vw, 126px) var(--page-x);
}

.urkraft-practice-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: clamp(36px, 6vw, 62px) auto 0;
  max-width: var(--max);
}

.urkraft-practice-grid article {
  background: rgba(252, 249, 244, 0.7);
  border: 1px solid rgba(138, 70, 48, 0.12);
  border-radius: var(--radius);
  box-shadow: inset 0 0 28px rgba(242, 230, 208, 0.34);
  display: grid;
  gap: 12px;
  min-height: 230px;
  padding: 24px;
}

.urkraft-practice-grid p {
  color: var(--muted);
}

.urkraft-details-section {
  margin: 0 auto;
  max-width: var(--max);
  padding-inline: clamp(22px, 5vw, 48px);
}

.urkraft-details-list p:not(.eyebrow),
.urkraft-cta-card p:not(.eyebrow) {
  color: var(--muted);
}

.urkraft-details-section {
  background: rgba(240, 237, 233, 0.44);
  border-top: 1px solid rgba(138, 70, 48, 0.08);
  max-width: none;
  padding-block: clamp(82px, 11vw, 138px);
}

.urkraft-details-grid {
  align-items: center;
  display: grid;
  gap: clamp(34px, 7vw, 82px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  margin: 0 auto;
  max-width: var(--max);
}

.urkraft-details-list {
  display: grid;
  gap: 24px;
}

.urkraft-details-list article {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: 42px 1fr;
}

.urkraft-details-list article > span {
  color: rgba(138, 70, 48, 0.58);
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: 1.1rem;
  line-height: 1.35;
}

.urkraft-cta-card {
  background: var(--primary);
  border-radius: 24px;
  box-shadow: 0 26px 70px rgba(58, 11, 0, 0.18);
  color: #fff;
  display: grid;
  gap: 18px;
  overflow: hidden;
  padding: clamp(34px, 5vw, 58px);
  position: relative;
}

.urkraft-cta-card::after {
  border: 1px solid rgba(242, 230, 208, 0.24);
  border-radius: 50%;
  content: "";
  height: 140px;
  position: absolute;
  right: -48px;
  top: -48px;
  width: 140px;
}

.urkraft-cta-card .eyebrow,
.urkraft-cta-card p {
  color: rgba(255, 255, 255, 0.82);
}

.urkraft-cta-card .button {
  justify-self: start;
}

.urkraft-temple-note {
  align-items: center;
  display: grid;
  gap: clamp(28px, 5vw, 58px);
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.64fr);
  padding-bottom: clamp(82px, 11vw, 138px);
}

.urkraft-temple-note > div:first-child {
  background: rgba(252, 249, 244, 0.68);
  border: 1px solid rgba(138, 70, 48, 0.12);
  border-radius: 26px;
  box-shadow: inset 0 0 32px rgba(242, 230, 208, 0.42);
  display: grid;
  gap: 18px;
  padding: clamp(30px, 5vw, 54px);
}

.urkraft-chip-row {
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.urkraft-chip-row span {
  background: rgba(237, 225, 203, 0.82);
  border: 1px solid rgba(138, 70, 48, 0.13);
  border-radius: 999px;
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 9px 14px;
  text-transform: uppercase;
}

.urkraft-design-closing {
  background:
    radial-gradient(circle at 100% 0%, rgba(168, 94, 70, 0.1), transparent 22rem),
    linear-gradient(180deg, rgba(235, 232, 227, 0.68), rgba(252, 249, 244, 0.96));
  padding-top: clamp(78px, 10vw, 128px);
}

.healing-page {
  background:
    radial-gradient(circle at 20% 12%, rgba(242, 230, 208, 0.42), transparent 30rem),
    linear-gradient(180deg, #fffdf9 0%, var(--surface) 45%, #f3ede3 100%);
}

.healing-hero {
  align-items: center;
  display: grid;
  min-height: 82svh;
  overflow: hidden;
  padding: 130px clamp(22px, 5vw, 48px) 80px;
  position: relative;
  text-align: center;
}

.healing-hero-media {
  background:
    linear-gradient(180deg, rgba(252, 249, 244, 0.36), rgba(252, 249, 244, 0.92)),
    url("assets/weibliche-heilung-teaser.webp") center / cover;
  filter: saturate(0.9);
  inset: 0;
  opacity: 0.62;
  position: absolute;
  transform: scale(1.03);
}

.healing-hero-copy {
  display: grid;
  gap: 24px;
  justify-items: center;
  margin: 0 auto;
  max-width: 880px;
  position: relative;
  z-index: 1;
}

.healing-hero-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  font-style: italic;
  max-width: 700px;
}

.healing-manifest blockquote {
  color: var(--primary);
  font-size: clamp(1.35rem, 3vw, 2.1rem);
  font-style: italic;
  line-height: 1.24;
}

.steps-section {
  background: rgba(243, 237, 227, 0.72);
  overflow: hidden;
  padding: clamp(86px, 12vw, 150px) clamp(22px, 5vw, 48px);
  position: relative;
}

.steps-section::before {
  background: rgba(202, 168, 106, 0.18);
  border-radius: 999px;
  content: "";
  filter: blur(46px);
  height: 280px;
  position: absolute;
  right: -70px;
  top: -90px;
  width: 280px;
}

.centered {
  justify-items: center;
  margin-inline: auto;
  text-align: center;
}

.step-list {
  counter-reset: step;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0 auto;
  max-width: 980px;
  padding: 0;
  position: relative;
}

.step-list li {
  background: rgba(252, 249, 244, 0.66);
  border: 1px solid rgba(138, 70, 48, 0.11);
  border-radius: var(--radius);
  box-shadow: inset 0 0 26px rgba(242, 230, 208, 0.32);
  counter-increment: step;
  display: grid;
  gap: 10px;
  min-height: 170px;
  padding: 24px;
  position: relative;
}

.step-list li::before {
  color: rgba(138, 70, 48, 0.22);
  content: counter(step, decimal-leading-zero);
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: 3rem;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 18px;
}

.step-list h3 {
  max-width: calc(100% - 68px);
}

.step-list p {
  color: var(--muted);
  position: relative;
  z-index: 1;
}

.healing-closing {
  padding: clamp(86px, 12vw, 150px) clamp(22px, 5vw, 48px);
  text-align: center;
}

.healing-closing > div {
  display: grid;
  gap: 22px;
  justify-items: center;
  margin: 0 auto;
  max-width: 760px;
}

.healing-closing p:not(.eyebrow) {
  color: var(--muted);
}

.content-page {
  background:
    radial-gradient(circle at 18% 12%, rgba(242, 230, 208, 0.42), transparent 30rem),
    radial-gradient(circle at 82% 18%, rgba(96, 119, 102, 0.12), transparent 28rem),
    linear-gradient(180deg, #fffdf9 0%, var(--surface) 52%, #f3ede3 100%);
}

.content-hero,
.story-section,
.values-section {
  margin: 0 auto;
  max-width: var(--max);
  padding-inline: clamp(22px, 5vw, 48px);
}

.content-hero {
  align-items: center;
  display: grid;
  gap: clamp(42px, 8vw, 94px);
  grid-template-columns: 1fr minmax(280px, 0.82fr);
  padding-block: 150px clamp(54px, 8vw, 96px);
}

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

.content-hero-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  max-width: 680px;
}

.content-hero-media {
  border: 1px solid rgba(138, 70, 48, 0.14);
  border-radius: 32px;
  box-shadow: 0 28px 72px rgba(58, 11, 0, 0.15);
  overflow: hidden;
}

.content-hero-media img {
  aspect-ratio: 4 / 5;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.about-journey-hero {
  align-items: center;
  display: grid;
  min-height: min(760px, 92svh);
  overflow: hidden;
  padding: 132px clamp(22px, 5vw, 48px) 86px;
  position: relative;
  text-align: center;
}

.about-journey-media {
  background:
    linear-gradient(180deg, rgba(252, 249, 244, 0.08), rgba(252, 249, 244, 0.48) 58%, var(--surface)),
    url("assets/about-journey-hero.webp") center / cover;
  filter: saturate(0.9);
  inset: 0;
  opacity: 0.88;
  position: absolute;
  transform: scale(1.04);
}

.about-journey-copy {
  display: grid;
  gap: 22px;
  justify-items: center;
  margin: 0 auto;
  max-width: 860px;
  position: relative;
  z-index: 1;
}

.about-journey-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  font-style: italic;
  max-width: 680px;
  text-shadow: 0 1px 22px rgba(255, 255, 255, 0.88);
}

.story-section {
  align-items: center;
  display: grid;
  gap: clamp(32px, 6vw, 72px);
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr);
  padding-block: clamp(64px, 10vw, 116px);
}

.story-section-reverse {
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
}

.circle-origin-section {
  align-items: center;
  display: grid;
  gap: clamp(34px, 7vw, 82px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
  margin: 0 auto;
  max-width: var(--max);
  padding: clamp(42px, 7vw, 86px) clamp(22px, 5vw, 48px) clamp(72px, 10vw, 124px);
}

.circle-origin-copy {
  display: grid;
  gap: 20px;
}

.circle-origin-copy p:not(.eyebrow) {
  color: var(--muted);
}

.circle-image-card {
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.78), rgba(242, 230, 208, 0.48));
  border: 1px solid rgba(138, 70, 48, 0.12);
  border-radius: 26px;
  box-shadow: inset 0 0 32px rgba(242, 230, 208, 0.42), 0 24px 60px rgba(58, 11, 0, 0.12);
  margin: 0;
  overflow: hidden;
}

.circle-image-card img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  width: 100%;
}

.circle-image-card figcaption {
  color: var(--muted);
  font-size: 0.94rem;
  font-style: italic;
  padding: 22px;
}

.circle-design-hero {
  align-items: center;
  background: var(--surface-soft);
  display: grid;
  isolation: isolate;
  min-height: min(760px, 94svh);
  overflow: hidden;
  padding: 138px clamp(22px, 6vw, 72px) 86px;
  position: relative;
  text-align: center;
}

.circle-design-hero > img {
  filter: saturate(0.92);
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: 0.88;
  position: absolute;
  transform: scale(1.04);
  width: 100%;
  z-index: -2;
}

.circle-hero-overlay {
  background:
    radial-gradient(circle at 50% 34%, rgba(252, 249, 244, 0.52), rgba(252, 249, 244, 0.32) 28%, transparent 58%),
    linear-gradient(180deg, rgba(252, 249, 244, 0.42), rgba(252, 249, 244, 0.58) 62%, var(--surface));
  inset: 0;
  position: absolute;
  z-index: -1;
}

.circle-hero-copy {
  display: grid;
  gap: 20px;
  justify-items: center;
  margin: 0 auto;
  max-width: 820px;
}

.circle-hero-copy h1 {
  color: var(--primary);
}

.circle-hero-copy p:not(.eyebrow) {
  color: var(--muted);
  max-width: 720px;
}

.circle-hero-quote {
  font-size: clamp(1.1rem, 2.1vw, 1.34rem);
  font-style: italic;
}

.butterfly-divider {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: center;
  margin: 8px 0 4px;
  width: min(420px, 100%);
}

.butterfly-divider::before,
.butterfly-divider::after {
  background: linear-gradient(90deg, transparent, rgba(168, 94, 70, 0.55));
  content: "";
  height: 1px;
  width: 100%;
}

.butterfly-divider::after {
  background: linear-gradient(90deg, rgba(168, 94, 70, 0.55), transparent);
}

.butterfly-divider span {
  background:
    radial-gradient(ellipse at 34% 50%, rgba(255, 255, 255, 0.95) 0 31%, transparent 32%),
    radial-gradient(ellipse at 66% 50%, rgba(255, 255, 255, 0.88) 0 31%, transparent 32%),
    linear-gradient(135deg, var(--primary), var(--gold));
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(138, 70, 48, 0.16);
  flex: 0 0 auto;
  height: 34px;
  width: 34px;
}

.circle-essence-section,
.circle-temple-section,
.circle-flow-section,
.circle-steps-section {
  margin: 0 auto;
  max-width: var(--max);
  padding-inline: clamp(22px, 5vw, 48px);
}

.circle-essence-section {
  align-items: center;
  display: grid;
  gap: clamp(36px, 7vw, 82px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
  padding-block: clamp(72px, 11vw, 132px);
}

.circle-glass-card,
.circle-symbol-card,
.circle-origin-note {
  background: rgba(252, 249, 244, 0.66);
  border: 1px solid rgba(138, 70, 48, 0.12);
  border-radius: 24px;
  box-shadow: inset 0 0 34px rgba(242, 230, 208, 0.52);
}

.circle-glass-card {
  display: grid;
  gap: 20px;
  padding: clamp(30px, 5vw, 52px);
}

.circle-glass-card p:not(.eyebrow),
.circle-symbol-card p,
.circle-flow-grid p,
.circle-steps-section p,
.circle-origin-note p:not(.eyebrow) {
  color: var(--muted);
}

.circle-soft-list {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}

.circle-soft-list li {
  align-items: start;
  color: var(--muted);
  display: grid;
  gap: 12px;
  grid-template-columns: 28px 1fr;
}

.circle-soft-list li::before {
  background: rgba(168, 94, 70, 0.12);
  border: 1px solid rgba(138, 70, 48, 0.18);
  border-radius: 50%;
  color: var(--primary);
  content: "";
  height: 13px;
  margin-top: 8px;
  width: 13px;
}

.circle-floating-image {
  transform: translateY(18px);
}

.circle-origin-warm {
  background:
    radial-gradient(circle at 85% 20%, rgba(96, 119, 102, 0.13), transparent 22rem),
    linear-gradient(135deg, rgba(242, 230, 208, 0.58), rgba(252, 249, 244, 0.86));
  border: 1px solid rgba(138, 70, 48, 0.1);
  border-radius: 30px;
  box-shadow: inset 0 0 42px rgba(255, 246, 244, 0.42);
  margin-block: 0 clamp(70px, 10vw, 120px);
}

.circle-origin-note {
  display: grid;
  gap: 16px;
  padding: clamp(28px, 5vw, 48px);
}

.circle-origin-note p:not(.eyebrow) {
  font-size: clamp(1.05rem, 2vw, 1.24rem);
  font-style: italic;
}

.temple-concept-section {
  margin: 0 auto;
  max-width: var(--max);
  padding: clamp(78px, 10vw, 130px) clamp(22px, 5vw, 48px);
}

.temple-concept-intro {
  display: grid;
  gap: 20px;
  margin: 0 auto clamp(36px, 6vw, 68px);
  max-width: 900px;
  text-align: center;
}

.temple-concept-intro p:not(.eyebrow),
.temple-concept-card p,
.temple-concept-list {
  color: var(--muted);
}

.temple-concept-intro .temple-concept-subtitle {
  color: var(--primary);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
  font-style: italic;
}

.temple-concept-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.temple-concept-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(96, 119, 102, 0.1), transparent 18rem),
    linear-gradient(135deg, rgba(252, 249, 244, 0.74), rgba(242, 230, 208, 0.42));
  border: 1px solid rgba(138, 70, 48, 0.12);
  border-radius: 24px;
  box-shadow: inset 0 0 34px rgba(242, 230, 208, 0.46);
  display: grid;
  gap: 16px;
  padding: clamp(26px, 4vw, 42px);
}

.temple-concept-wide {
  grid-column: 1 / -1;
}

.temple-concept-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 2px 0;
  padding: 0;
}

.temple-concept-list li {
  border-left: 2px solid rgba(168, 94, 70, 0.34);
  padding-left: 14px;
}

.circle-temple-section {
  background:
    linear-gradient(180deg, rgba(240, 237, 233, 0.78), rgba(252, 249, 244, 0.28));
  max-width: none;
  padding-block: clamp(76px, 10vw, 128px);
}

.circle-temple-section > * {
  margin-inline: auto;
  max-width: var(--max);
}

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

.circle-symbol-card {
  border-bottom: 2px solid rgba(168, 94, 70, 0.44);
  display: grid;
  gap: 16px;
  min-height: 260px;
  padding: clamp(26px, 4vw, 38px);
}

.circle-symbol-card > span {
  align-items: center;
  background: rgba(168, 94, 70, 0.1);
  border-radius: 50%;
  color: var(--primary);
  display: inline-flex;
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: 1rem;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.circle-flow-section {
  padding-block: clamp(76px, 10vw, 128px);
}

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

.circle-flow-grid article {
  background: rgba(255, 253, 249, 0.72);
  border: 1px solid rgba(138, 70, 48, 0.12);
  border-radius: 20px;
  box-shadow: inset 0 0 24px rgba(242, 230, 208, 0.38);
  display: grid;
  gap: 12px;
  min-height: 236px;
  padding: 24px;
}

.circle-flow-grid span {
  color: rgba(138, 70, 48, 0.42);
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: 2.1rem;
  line-height: 1;
}

.circle-steps-section {
  padding-block: clamp(72px, 10vw, 126px);
  text-align: center;
}

.circle-steps-section > div {
  background:
    radial-gradient(circle at 50% 50%, rgba(242, 230, 208, 0.72), rgba(252, 249, 244, 0.82) 62%);
  border: 1px solid rgba(138, 70, 48, 0.12);
  border-radius: 999px;
  display: grid;
  gap: 22px;
  justify-items: center;
  margin: 0 auto;
  max-width: 860px;
  padding: clamp(42px, 7vw, 76px);
}

.circle-steps-section p:not(.eyebrow) {
  font-size: clamp(1.02rem, 1.8vw, 1.18rem);
  max-width: 650px;
}

.circle-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.circle-chip-row span {
  background: rgba(237, 225, 203, 0.78);
  border: 1px solid rgba(138, 70, 48, 0.13);
  border-radius: 999px;
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 8px 14px;
  text-transform: uppercase;
}

.circle-closing {
  background:
    radial-gradient(circle at 100% 0%, rgba(168, 94, 70, 0.1), transparent 20rem),
    linear-gradient(180deg, rgba(235, 232, 227, 0.7), rgba(252, 249, 244, 0.95));
  overflow: hidden;
  position: relative;
}

.quiet-card {
  background: rgba(252, 249, 244, 0.68);
  border: 1px solid rgba(138, 70, 48, 0.13);
  border-radius: 24px;
  box-shadow: inset 0 0 30px rgba(242, 230, 208, 0.4);
  display: grid;
  gap: 18px;
  padding: clamp(28px, 5vw, 48px);
}

.quiet-card p:not(.eyebrow) {
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  font-style: italic;
}

.values-section {
  padding-block: clamp(70px, 10vw, 124px);
}

.journey-narrative {
  margin: 0 auto;
  max-width: 900px;
  padding: clamp(72px, 10vw, 126px) clamp(22px, 5vw, 48px) 0;
}

.journey-intro {
  display: grid;
  gap: 14px;
  margin: 0 auto clamp(52px, 8vw, 86px);
  max-width: 740px;
  text-align: center;
}

.journey-block {
  display: grid;
  gap: 22px;
  margin-bottom: clamp(64px, 10vw, 112px);
}

.about-side-photo-panel {
  --about-side-gradient: linear-gradient(90deg, rgba(252, 249, 244, 0.97) 0%, rgba(252, 249, 244, 0.93) 55%, rgba(252, 249, 244, 0.42) 73%, rgba(252, 249, 244, 0.06) 100%);
  --about-side-image: url("assets/ueber-mich-sandra-seitlich-crop.webp");
  --about-side-position: right center;
  --about-side-size: auto 100%;
  align-items: center;
  background:
    var(--about-side-gradient),
    var(--about-side-image) var(--about-side-position) / var(--about-side-size) no-repeat;
  border: 1px solid rgba(138, 70, 48, 0.12);
  border-radius: 24px;
  box-shadow: inset 0 0 34px rgba(252, 249, 244, 0.44), 0 22px 58px rgba(58, 11, 0, 0.1);
  display: grid;
  margin-bottom: clamp(12px, 3vw, 22px);
  min-height: clamp(360px, 44vw, 460px);
  overflow: hidden;
  padding: clamp(28px, 5vw, 52px);
}

.about-side-photo-panel--left {
  --about-side-gradient: linear-gradient(90deg, rgba(252, 249, 244, 0.06) 0%, rgba(252, 249, 244, 0.42) 27%, rgba(252, 249, 244, 0.93) 45%, rgba(252, 249, 244, 0.97) 100%);
  --about-side-position: left center;
}

.about-side-photo-panel--left .about-side-photo-copy {
  margin-left: auto;
}

.about-side-photo-panel--tanz1 {
  --about-side-image: url("assets/ueber-mich-tanz1-koerper-v3.webp");
  --about-side-position: right center;
  --about-side-size: auto 104%;
}

.about-side-photo-panel--tanz2 {
  --about-side-image: url("assets/ueber-mich-tanz2-seitlich.webp");
}

.about-side-photo-panel--tanz4 {
  --about-side-image: url("assets/ueber-mich-tanz4-seitlich.webp");
}

.about-side-photo-copy {
  display: grid;
  gap: 18px;
  max-width: min(100%, 520px);
}

.journey-copy .about-side-photo-panel h3 {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.journey-title {
  align-items: center;
  display: flex;
  gap: 14px;
}

.journey-title span {
  align-items: center;
  border: 1px solid rgba(138, 70, 48, 0.18);
  border-radius: 50%;
  color: var(--primary);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 1rem;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.journey-title h3 {
  color: var(--primary);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1.06;
}

.journey-copy {
  color: var(--muted);
  display: grid;
  gap: 18px;
  font-size: clamp(1.02rem, 1.6vw, 1.16rem);
}

.journey-copy h3 {
  border-top: 1px solid rgba(138, 70, 48, 0.13);
  margin-top: clamp(14px, 3vw, 26px);
  padding-top: clamp(20px, 3vw, 30px);
}

.journey-orb {
  margin: 0 auto clamp(68px, 10vw, 112px);
  max-width: 300px;
  position: relative;
}

.journey-orb::before {
  border: 1px solid rgba(138, 70, 48, 0.18);
  border-radius: 50%;
  content: "";
  inset: -14px;
  position: absolute;
}

.journey-orb img {
  aspect-ratio: 1;
  border: 10px solid rgba(255, 253, 249, 0.82);
  border-radius: 50%;
  box-shadow: inset 0 0 30px rgba(242, 230, 208, 0.42), 0 24px 60px rgba(58, 11, 0, 0.12);
  object-fit: cover;
  width: 100%;
}

.journey-highlight,
.journey-philosophy {
  background:
    linear-gradient(135deg, rgba(242, 230, 208, 0.66), rgba(252, 249, 244, 0.82));
  border: 1px solid rgba(138, 70, 48, 0.12);
  border-radius: 26px;
  box-shadow: inset 0 0 34px rgba(255, 246, 244, 0.48);
  padding: clamp(30px, 5vw, 52px);
}

.journey-highlight .journey-copy {
  font-style: italic;
}

.journey-philosophy {
  background: rgba(252, 249, 244, 0.66);
}

.journey-divider {
  align-items: center;
  display: flex;
  gap: 20px;
  margin: 0 0 clamp(64px, 9vw, 100px);
}

.journey-divider span {
  background: linear-gradient(90deg, transparent, rgba(138, 70, 48, 0.26), transparent);
  height: 1px;
  width: 100%;
}

.journey-divider b {
  color: rgba(138, 70, 48, 0.42);
  font-weight: 400;
}

.journey-quote {
  border-block: 1px solid rgba(138, 70, 48, 0.12);
  margin-bottom: clamp(76px, 10vw, 118px);
  padding: clamp(40px, 6vw, 70px) 0;
  text-align: center;
}

.journey-quote p {
  color: var(--primary);
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  font-style: italic;
  line-height: 1.18;
  margin: 0 auto;
  max-width: 700px;
}

.life-section {
  background:
    radial-gradient(circle at 15% 12%, rgba(202, 168, 106, 0.16), transparent 24rem),
    linear-gradient(135deg, rgba(242, 230, 208, 0.54), rgba(252, 249, 244, 0.72));
  border-block: 1px solid rgba(138, 70, 48, 0.1);
  padding: clamp(76px, 11vw, 132px) clamp(22px, 5vw, 48px);
}

.life-heading {
  display: grid;
  gap: 16px;
  margin: 0 auto clamp(34px, 6vw, 58px);
  max-width: 900px;
  text-align: center;
}

.life-prose {
  background: rgba(252, 249, 244, 0.7);
  border: 1px solid rgba(138, 70, 48, 0.12);
  border-radius: 24px;
  box-shadow: inset 0 0 34px rgba(242, 230, 208, 0.42);
  color: var(--muted);
  display: grid;
  gap: 20px;
  margin: 0 auto;
  max-width: 900px;
  padding: clamp(28px, 5vw, 58px);
}

.life-prose p:first-child::first-letter {
  color: var(--primary);
  float: left;
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: 4.1rem;
  line-height: 0.88;
  padding-right: 10px;
}

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

.value-grid article {
  background: rgba(252, 249, 244, 0.66);
  border: 1px solid rgba(138, 70, 48, 0.11);
  border-radius: var(--radius);
  box-shadow: inset 0 0 26px rgba(242, 230, 208, 0.32);
  display: grid;
  gap: 12px;
  min-height: 220px;
  padding: 24px;
}

.value-grid p {
  color: var(--muted);
}

.contact-hero,
.contact-grid,
.contact-note {
  margin: 0 auto;
  max-width: var(--max);
  padding-inline: clamp(22px, 5vw, 48px);
}

.contact-hero {
  display: grid;
  justify-items: center;
  padding-block: 150px clamp(70px, 10vw, 118px);
  text-align: center;
}

.contact-hero > div {
  display: grid;
  gap: 24px;
  justify-items: center;
  max-width: 820px;
}

.contact-hero p:not(.eyebrow) {
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  font-style: italic;
  max-width: 680px;
}

.contact-grid {
  align-items: start;
  display: grid;
  gap: clamp(34px, 7vw, 82px);
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  padding-block: clamp(78px, 11vw, 132px);
}

.contact-details {
  display: grid;
  gap: 28px;
}

.contact-method-list {
  display: grid;
  gap: 16px;
}

.contact-method-list article {
  align-items: center;
  background: rgba(252, 249, 244, 0.66);
  border: 1px solid rgba(138, 70, 48, 0.11);
  border-radius: var(--radius);
  box-shadow: inset 0 0 26px rgba(242, 230, 208, 0.32);
  display: grid;
  gap: 16px;
  grid-template-columns: auto 1fr;
  padding: 22px;
}

.contact-method-list article > span {
  align-items: center;
  background: rgba(138, 70, 48, 0.1);
  border-radius: 50%;
  color: var(--primary);
  display: flex;
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: 1.4rem;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.contact-method-list a,
.contact-method-list p:not(.eyebrow) {
  color: var(--muted);
}

.contact-form {
  background: rgba(252, 249, 244, 0.72);
  border: 1px solid rgba(138, 70, 48, 0.13);
  border-radius: 24px;
  box-shadow: inset 0 0 30px rgba(242, 230, 208, 0.4);
  display: grid;
  gap: 24px;
  padding: clamp(28px, 5vw, 48px);
}

.contact-form label {
  color: var(--muted);
  display: grid;
  gap: 8px;
  font-size: 0.84rem;
  font-weight: 600;
}

.contact-form input,
.contact-form textarea {
  background: transparent;
  border: 0;
  border-bottom: 2px solid rgba(134, 115, 109, 0.32);
  color: var(--text);
  font: inherit;
  outline: 0;
  padding: 12px 0;
  width: 100%;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(93, 74, 67, 0.58);
  font-style: italic;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-bottom-color: var(--primary);
}

.contact-form .button {
  border: 0;
  cursor: pointer;
  justify-self: start;
}

.contact-note {
  padding-bottom: clamp(86px, 12vw, 140px);
}

.contact-ritual-hero {
  align-items: center;
  isolation: isolate;
  max-width: none;
  min-height: min(720px, 82svh);
  overflow: hidden;
  padding: 132px clamp(22px, 5vw, 48px) 96px;
  position: relative;
}

.contact-ritual-hero > img {
  filter: saturate(0.9);
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center 58%;
  opacity: 0.82;
  position: absolute;
  transform: scale(1.04);
  width: 100%;
  z-index: -2;
}

.contact-ritual-overlay {
  background:
    linear-gradient(180deg, rgba(252, 249, 244, 0.34), rgba(252, 249, 244, 0.62) 62%, var(--surface)),
    radial-gradient(circle at 50% 48%, rgba(168, 94, 70, 0.14), transparent 28rem);
  inset: 0;
  position: absolute;
  z-index: -1;
}

.contact-ritual-copy {
  display: grid;
  gap: 22px;
  justify-items: center;
  margin: 0 auto;
  max-width: 840px;
  text-align: center;
}

.contact-ritual-copy h1 {
  color: var(--primary);
}

.contact-ritual-section {
  align-items: start;
  display: grid;
  gap: clamp(36px, 7vw, 76px);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  margin: 0 auto;
  max-width: var(--max);
  padding: clamp(72px, 10vw, 120px) clamp(22px, 5vw, 48px);
}

.contact-ritual-form {
  background: rgba(252, 249, 244, 0.72);
  border-radius: 22px;
  box-shadow: inset 0 0 34px rgba(242, 230, 208, 0.44), 0 18px 52px rgba(58, 11, 0, 0.06);
  gap: 22px;
}

.contact-ritual-form > p:not(.eyebrow) {
  color: var(--muted);
  font-style: italic;
}

.contact-ritual-form .button {
  margin-top: 12px;
}

.contact-invitation {
  display: grid;
  gap: 22px;
  padding-top: 8px;
}

.contact-sandra {
  aspect-ratio: 1;
  border: 6px solid rgba(255, 253, 249, 0.9);
  border-radius: 50%;
  box-shadow: 0 16px 34px rgba(58, 11, 0, 0.14);
  object-fit: cover;
  width: 96px;
}

.contact-invitation p,
.contact-invitation blockquote {
  color: var(--muted);
}

.contact-invitation blockquote {
  font-size: clamp(1.06rem, 2vw, 1.28rem);
  font-style: italic;
  line-height: 1.45;
}

.contact-info-list {
  border-top: 1px solid rgba(138, 70, 48, 0.12);
  display: grid;
  gap: 22px;
  margin-top: 18px;
  padding-top: 28px;
}

.contact-info-list article {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: 34px 1fr;
}

.contact-info-list article > span {
  align-items: center;
  background: rgba(168, 94, 70, 0.1);
  border-radius: 50%;
  color: var(--primary);
  display: inline-flex;
  font-family: "Libre Caslon Text", Georgia, serif;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.contact-power-band {
  align-content: center;
  background: linear-gradient(180deg, rgba(240, 237, 233, 0.42), rgba(252, 249, 244, 0.78));
  display: grid;
  gap: 22px;
  justify-items: center;
  min-height: clamp(240px, 34vw, 420px);
  padding: clamp(70px, 10vw, 120px) 22px;
  text-align: center;
}

.contact-power-band > span {
  color: rgba(138, 70, 48, 0.3);
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: 2.2rem;
  line-height: 1;
}

.legal-hero {
  margin: 0 auto;
  max-width: var(--max);
  padding: 150px clamp(22px, 5vw, 48px) clamp(54px, 8vw, 88px);
}

.legal-hero-centered {
  display: grid;
  justify-items: center;
  max-width: 940px;
  text-align: center;
}

.legal-hero-copy {
  display: grid;
  gap: 22px;
  max-width: 760px;
}

.legal-hero-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  font-style: italic;
}

.legal-hero-line {
  background: linear-gradient(90deg, var(--primary), transparent);
  border-radius: 999px;
  height: 3px;
  margin-top: 10px;
  width: 120px;
}

.legal-layout {
  align-items: start;
  display: grid;
  gap: clamp(28px, 5vw, 58px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  margin: 0 auto;
  max-width: var(--max);
  padding: 0 clamp(22px, 5vw, 48px) clamp(86px, 12vw, 140px);
}

.legal-layout-wide {
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.52fr);
  padding-bottom: clamp(42px, 7vw, 82px);
}

.legal-layout-single {
  grid-template-columns: 1fr;
  max-width: 980px;
}

.legal-followup {
  padding-top: clamp(12px, 3vw, 34px);
}

.legal-stack,
.legal-side-stack,
.legal-detail-copy,
.legal-info-list {
  display: grid;
}

.legal-stack {
  gap: 20px;
}

.legal-side-stack {
  gap: 18px;
}

.legal-card,
.legal-accordion details,
.legal-visual-card,
.legal-wide-image {
  background: rgba(252, 249, 244, 0.68);
  border: 1px solid rgba(138, 70, 48, 0.12);
  border-radius: 24px;
  box-shadow: inset 0 0 34px rgba(242, 230, 208, 0.42);
}

.legal-card {
  display: grid;
  gap: 18px;
  padding: clamp(28px, 5vw, 52px);
}

.legal-card p,
.legal-card li,
.legal-detail-copy p,
.legal-detail-copy li,
.legal-info-row p,
.legal-visual-card figcaption {
  color: var(--muted);
}

.legal-card a,
.legal-detail-copy a,
.legal-info-row a {
  color: var(--primary);
  font-weight: 600;
}

.legal-card .eyebrow {
  color: var(--primary);
}

.legal-card ul,
.legal-detail-copy ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 22px;
}

.legal-disclaimer {
  background:
    linear-gradient(135deg, rgba(237, 225, 203, 0.56), rgba(252, 249, 244, 0.84));
  border-left: 4px solid rgba(168, 94, 70, 0.42);
}

.legal-compact-card {
  padding: clamp(24px, 4vw, 34px);
}

.legal-main-card {
  min-height: 100%;
}

.legal-accordion {
  display: grid;
  gap: 16px;
}

.legal-accordion details {
  overflow: hidden;
  padding: 0;
}

.legal-accordion summary {
  align-items: center;
  color: var(--primary);
  cursor: pointer;
  display: flex;
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: clamp(1.3rem, 2.5vw, 1.82rem);
  gap: 20px;
  justify-content: space-between;
  line-height: 1.12;
  list-style: none;
  padding: clamp(22px, 4vw, 32px);
}

.legal-accordion summary::-webkit-details-marker {
  display: none;
}

.legal-accordion summary::after {
  align-items: center;
  border: 1px solid rgba(138, 70, 48, 0.16);
  border-radius: 50%;
  content: "+";
  display: inline-flex;
  flex: 0 0 auto;
  font-family: "Literata", Georgia, serif;
  font-size: 1rem;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.legal-accordion details[open] summary::after {
  content: "−";
}

.legal-detail-copy {
  gap: 16px;
  padding: 0 clamp(22px, 4vw, 32px) clamp(24px, 4vw, 34px);
}

.legal-round-image {
  margin: 0 auto 4px;
  max-width: 178px;
  position: relative;
  width: 58%;
}

.legal-round-image::before {
  background: rgba(168, 94, 70, 0.12);
  border-radius: 50%;
  content: "";
  filter: blur(24px);
  inset: 8%;
  position: absolute;
}

.legal-round-image img {
  aspect-ratio: 1;
  border: 8px solid rgba(255, 253, 249, 0.78);
  border-radius: 50%;
  object-fit: cover;
  position: relative;
  width: 100%;
}

.legal-portrait-card {
  justify-items: center;
  text-align: center;
}

.legal-visual-card,
.legal-wide-image {
  margin: 0;
  overflow: hidden;
  position: relative;
}

.legal-visual-card img {
  aspect-ratio: 1;
  filter: saturate(0.9);
  object-fit: cover;
  transition: transform 700ms ease;
  width: 100%;
}

.legal-visual-card:hover img {
  transform: scale(1.04);
}

.legal-visual-card::after {
  background: linear-gradient(180deg, transparent, rgba(58, 11, 0, 0.44));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.legal-visual-card figcaption {
  bottom: 18px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.86rem;
  font-style: italic;
  left: 20px;
  max-width: calc(100% - 40px);
  position: absolute;
  z-index: 1;
}

.legal-wide-image img {
  aspect-ratio: 16 / 7;
  filter: saturate(0.88);
  object-fit: cover;
  width: 100%;
}

.legal-wide-image::after {
  background: linear-gradient(180deg, transparent 42%, rgba(252, 249, 244, 0.86));
  content: "";
  inset: 0;
  position: absolute;
}

.legal-info-list {
  gap: 0;
}

.legal-info-row {
  border-top: 1px solid rgba(138, 70, 48, 0.12);
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(150px, 0.32fr) 1fr;
  padding: 22px 0;
}

.legal-info-row:first-child {
  border-top: 0;
}

.legal-info-row > span {
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-small-grid,
.legal-rights-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.legal-small-grid article:not(.legal-card),
.legal-rights-grid > div {
  border-left: 2px solid rgba(168, 94, 70, 0.24);
  display: grid;
  gap: 10px;
  padding-left: 18px;
}

.legal-mark {
  align-items: center;
  background: rgba(168, 94, 70, 0.1);
  border-radius: 50%;
  color: var(--primary);
  display: inline-flex;
  font-family: "Libre Caslon Text", Georgia, serif;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.zyklen-page {
  background:
    radial-gradient(circle at 15% 18%, rgba(96, 119, 102, 0.1), transparent 28rem),
    linear-gradient(180deg, #fffdf9 0%, var(--surface) 48%, #f0ede9 100%);
}

.zyklen-hero {
  align-items: center;
  color: var(--muted);
  display: grid;
  min-height: min(760px, 92svh);
  overflow: hidden;
  padding: 124px clamp(22px, 5vw, 48px) 82px;
  position: relative;
  text-align: center;
}

.zyklen-hero > img {
  filter: saturate(0.9);
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center 58%;
  position: absolute;
  transform: scale(1.04);
  width: 100%;
}

.zyklen-hero-overlay {
  background:
    radial-gradient(circle at 50% 38%, rgba(168, 94, 70, 0.18), transparent 28rem),
    linear-gradient(180deg, rgba(20, 17, 19, 0.34), rgba(58, 11, 0, 0.46));
  inset: 0;
  position: absolute;
}

.zyklen-hero-copy {
  display: grid;
  gap: 22px;
  justify-items: center;
  margin: 0 auto;
  max-width: 780px;
  position: relative;
  z-index: 1;
}

.zyklen-hero-copy h1 {
  color: var(--primary);
}

.zyklen-hero-copy .eyebrow {
  color: var(--primary);
}

.zyklen-hero-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: clamp(1.06rem, 2vw, 1.3rem);
  font-style: normal;
  max-width: 650px;
}

.zyklen-intro,
.zyklen-archetypes,
.zyklen-cycle {
  margin: 0 auto;
  max-width: var(--max);
  padding-inline: clamp(22px, 5vw, 48px);
}

.zyklen-intro {
  display: grid;
  gap: clamp(38px, 7vw, 70px);
  justify-items: center;
  padding-block: clamp(78px, 11vw, 132px);
  text-align: center;
}

.zyklen-intro > div:first-child {
  display: grid;
  gap: 20px;
  max-width: 800px;
}

.zyklen-intro p:not(.eyebrow),
.zyklen-card-grid p,
.zyklen-sisterhood p,
.zyklen-cycle p,
.zyklen-cycle-grid p {
  color: var(--muted);
}

.zyklen-card-grid .eyebrow,
.zyklen-sisterhood .eyebrow,
.zyklen-cycle .eyebrow {
  color: var(--primary);
}

.zyklen-archetypes {
  padding-bottom: clamp(82px, 12vw, 148px);
}

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

.zyklen-card-grid article {
  background: rgba(252, 249, 244, 0.68);
  border: 1px solid rgba(138, 70, 48, 0.12);
  border-radius: 24px;
  box-shadow: inset 0 0 30px rgba(242, 230, 208, 0.4);
  display: grid;
  gap: 14px;
  min-height: 310px;
  padding: clamp(24px, 4vw, 34px);
}

.zyklen-card-grid article > span {
  align-items: center;
  background: rgba(168, 94, 70, 0.1);
  border-radius: 50%;
  color: var(--primary);
  display: inline-flex;
  font-family: "Libre Caslon Text", Georgia, serif;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.zyklen-card-grid b {
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: auto;
  text-transform: uppercase;
}

.zyklen-sisterhood {
  background:
    radial-gradient(circle at 80% 18%, rgba(168, 94, 70, 0.11), transparent 22rem),
    linear-gradient(180deg, rgba(240, 237, 233, 0.84), rgba(252, 249, 244, 0.54));
  padding-block: clamp(82px, 11vw, 136px);
}

.zyklen-sisterhood-inner {
  align-items: center;
  display: grid;
  gap: clamp(36px, 7vw, 82px);
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1fr);
  margin: 0 auto;
  max-width: var(--max);
  padding-inline: clamp(22px, 5vw, 48px);
}

.zyklen-image-card {
  border: 1px solid rgba(138, 70, 48, 0.14);
  border-radius: 28px;
  box-shadow: 0 24px 68px rgba(58, 11, 0, 0.15);
  margin: 0;
  overflow: hidden;
}

.zyklen-image-card img {
  aspect-ratio: 4 / 5;
  filter: saturate(0.92);
  object-fit: cover;
  width: 100%;
}

.zyklen-cycle {
  display: grid;
  gap: 20px;
  justify-items: center;
  max-width: 900px;
  padding-block: clamp(82px, 11vw, 140px);
  text-align: center;
}

.zyklen-cycle > p:not(.eyebrow) {
  max-width: 720px;
}

.zyklen-moon-mark {
  align-items: center;
  border: 1px solid rgba(138, 70, 48, 0.14);
  border-radius: 50%;
  color: var(--primary);
  display: inline-flex;
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: 2.4rem;
  height: 68px;
  justify-content: center;
  width: 68px;
}

.zyklen-cycle-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(30px, 5vw, 56px);
  text-align: left;
  width: 100%;
}

.zyklen-cycle-grid article {
  background: rgba(252, 249, 244, 0.74);
  border: 1px solid rgba(138, 70, 48, 0.12);
  border-radius: 22px;
  box-shadow: inset 0 0 28px rgba(242, 230, 208, 0.36);
  display: grid;
  gap: 12px;
  min-height: 220px;
  padding: 24px;
}

.zyklen-cycle-grid span {
  color: rgba(138, 70, 48, 0.62);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.termine-page {
  background:
    radial-gradient(circle at 82% 10%, rgba(202, 168, 106, 0.12), transparent 30rem),
    linear-gradient(180deg, #fffdf9 0%, var(--surface) 45%, #f3ede3 100%);
}

.termine-hero {
  align-items: center;
  color: var(--muted);
  display: grid;
  min-height: min(760px, 88svh);
  overflow: hidden;
  padding: 132px clamp(22px, 5vw, 48px) 86px;
  position: relative;
  text-align: center;
}

.termine-hero > img {
  filter: saturate(0.9);
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  transform: scale(1.04);
  width: 100%;
}

.termine-hero-overlay {
  background:
    radial-gradient(circle at 50% 42%, rgba(168, 94, 70, 0.2), transparent 26rem),
    linear-gradient(180deg, rgba(36, 58, 43, 0.18), rgba(58, 11, 0, 0.6));
  inset: 0;
  position: absolute;
}

.termine-hero-copy {
  display: grid;
  gap: 22px;
  justify-items: center;
  margin: 0 auto;
  max-width: 820px;
  position: relative;
  z-index: 1;
}

.termine-hero-copy h1 {
  color: var(--primary);
}

.termine-hero-copy .eyebrow {
  color: var(--primary);
}

.termine-hero-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: clamp(1.06rem, 2vw, 1.3rem);
  font-style: normal;
  max-width: 680px;
}

.temple-faq-section {
  margin: 0 auto;
  max-width: var(--max);
  padding: clamp(70px, 10vw, 124px) clamp(22px, 5vw, 48px);
}

.temple-faq-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr);
  margin-inline: auto;
  max-width: 900px;
}

.temple-faq-grid details {
  background: rgba(252, 249, 244, 0.68);
  border: 1px solid rgba(138, 70, 48, 0.12);
  border-radius: 18px;
  box-shadow: inset 0 0 24px rgba(242, 230, 208, 0.36);
  overflow: hidden;
}

.temple-faq-grid summary {
  align-items: center;
  color: var(--primary);
  cursor: pointer;
  display: flex;
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: clamp(1.12rem, 2vw, 1.34rem);
  gap: 18px;
  justify-content: space-between;
  line-height: 1.18;
  list-style: none;
  padding: 20px clamp(20px, 4vw, 28px);
}

.temple-faq-grid summary::-webkit-details-marker {
  display: none;
}

.temple-faq-grid summary::after {
  align-items: center;
  border: 1px solid rgba(138, 70, 48, 0.16);
  border-radius: 50%;
  color: var(--primary);
  content: "+";
  display: inline-flex;
  flex: 0 0 auto;
  font-family: "Literata", Georgia, serif;
  font-size: 1rem;
  height: 31px;
  justify-content: center;
  width: 31px;
}

.temple-faq-grid details[open] summary::after {
  content: "−";
}

.temple-faq-grid summary:focus-visible {
  outline: 2px solid rgba(138, 70, 48, 0.34);
  outline-offset: -6px;
}

.temple-faq-answer {
  padding: 0 clamp(20px, 4vw, 28px) 22px;
}

.temple-faq-grid p {
  color: var(--muted);
}

.termine-section,
.termine-info-section {
  margin: 0 auto;
  max-width: var(--max);
  padding-inline: clamp(22px, 5vw, 48px);
}

.termine-section {
  padding-block: clamp(82px, 11vw, 140px);
}

.termine-grid {
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1fr);
  margin-inline: auto;
  max-width: 880px;
}

.termine-cycle-arc {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto clamp(34px, 6vw, 58px);
  max-width: 980px;
}

.termine-cycle-arc article {
  background: rgba(252, 249, 244, 0.58);
  border: 1px solid rgba(138, 70, 48, 0.12);
  border-radius: 18px;
  display: grid;
  gap: 10px;
  padding: 20px;
}

.termine-cycle-arc span {
  color: rgba(138, 70, 48, 0.62);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.termine-cycle-arc p {
  color: var(--muted);
}

.termine-card {
  background: rgba(252, 249, 244, 0.7);
  border: 1px solid rgba(138, 70, 48, 0.12);
  border-left: 3px solid rgba(168, 94, 70, 0.32);
  border-radius: 24px;
  box-shadow: inset 0 0 28px rgba(242, 230, 208, 0.36), 0 18px 48px rgba(58, 11, 0, 0.08);
  display: grid;
  overflow: hidden;
}

.termine-card > div {
  display: grid;
  gap: 16px;
  padding: clamp(24px, 4vw, 36px);
}

.termine-card-intro {
  color: var(--muted);
}

.termine-card .eyebrow,
.termine-info-card .eyebrow,
.termine-bring-card .eyebrow {
  color: var(--primary);
}

.termine-date-list {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 4px 0 8px;
  padding: 0;
}

.termine-date-list li {
  border-top: 1px solid rgba(138, 70, 48, 0.13);
  display: grid;
  gap: 8px;
  padding: 15px 0;
}

.termine-date-list li:first-child {
  border-top: 0;
}

.termine-date-list time {
  color: var(--primary);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.termine-date-list .termine-date-phase {
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.termine-date-list span,
.termine-info-card p,
.termine-bring-card p {
  color: var(--muted);
}

.termine-date-note {
  font-style: italic;
}

.termine-block-meta {
  border-top: 1px solid rgba(138, 70, 48, 0.13);
  display: grid;
  gap: 7px;
  padding-top: 16px;
}

.termine-block-meta span {
  color: var(--primary);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.termine-booking-note {
  border-block: 1px solid rgba(138, 70, 48, 0.14);
  display: grid;
  gap: clamp(28px, 5vw, 54px);
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1fr);
  margin: clamp(38px, 7vw, 76px) auto 0;
  max-width: 980px;
  padding-block: clamp(30px, 5vw, 48px);
}

.termine-booking-note > div:first-child {
  display: grid;
  gap: 14px;
}

.termine-booking-note p,
.termine-booking-options p {
  color: var(--muted);
}

.termine-booking-options {
  display: grid;
  gap: 22px;
}

.termine-booking-options article {
  border-left: 2px solid rgba(168, 94, 70, 0.28);
  display: grid;
  gap: 7px;
  padding-left: 22px;
}

.termine-booking-options span {
  color: var(--primary);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.termine-booking-options strong {
  color: var(--primary);
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: 1.22rem;
  font-weight: 400;
  line-height: 1.2;
}

.termine-booking-options a {
  color: var(--primary);
  font-weight: 700;
  text-underline-offset: 0.18em;
}

.termine-info-section {
  padding-bottom: clamp(80px, 11vw, 130px);
}

.info-page .termine-info-section {
  padding-block: clamp(82px, 11vw, 140px);
}

.termine-info-grid {
  align-items: start;
  display: grid;
  gap: clamp(30px, 6vw, 64px);
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1fr);
}

.termine-info-card,
.termine-bring-card,
.termine-location-card {
  background: rgba(252, 249, 244, 0.68);
  border: 1px solid rgba(138, 70, 48, 0.12);
  border-radius: 24px;
  box-shadow: inset 0 0 34px rgba(242, 230, 208, 0.42);
  display: grid;
  gap: 22px;
  overflow: hidden;
  padding: clamp(28px, 5vw, 48px);
}

.termine-info-list {
  display: grid;
  gap: 20px;
}

.termine-info-list div {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: 44px 1fr;
}

.termine-info-list span {
  align-items: center;
  background: rgba(168, 94, 70, 0.1);
  border-radius: 50%;
  color: var(--primary);
  display: inline-flex;
  font-family: "Libre Caslon Text", Georgia, serif;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.termine-bring-card {
  padding: 0;
}

.termine-bring-card img {
  aspect-ratio: 4 / 3;
  filter: saturate(0.92);
  object-fit: cover;
  width: 100%;
}

.termine-bring-card > div {
  display: grid;
  gap: 18px;
  padding: 0 clamp(28px, 5vw, 48px) clamp(28px, 5vw, 48px);
}

.termine-location-card {
  align-items: center;
  display: grid;
  gap: clamp(24px, 5vw, 48px);
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 1fr);
}

.termine-location-copy {
  display: grid;
  gap: 16px;
}

.termine-location-copy p:not(.eyebrow) {
  color: var(--muted);
}

.termine-map {
  border: 1px solid rgba(138, 70, 48, 0.12);
  border-radius: 18px;
  min-height: 320px;
  overflow: hidden;
}

.termine-map iframe {
  aspect-ratio: 16 / 10;
  border: 0;
  display: block;
  height: 100%;
  min-height: 320px;
  width: 100%;
}

.termine-closing {
  padding-top: 0;
}

/* Shared page rhythm */
.home-offer,
.temple-audience,
.home-flow,
.home-facts,
.temple-gifts,
.portal-section,
.intro.split-section,
.healing-manifest,
.healing-return,
.steps-section,
.healing-closing,
.urkraft-image-story,
.urkraft-path-section,
.urkraft-temple-note,
.temple-concept-section,
.circle-origin-section,
.circle-essence-section,
.circle-flow-section,
.circle-steps-section,
.story-section,
.story-section-reverse,
.journey-narrative,
.values-section,
.contact-ritual-section,
.contact-power-band,
.termine-section,
.termine-info-section,
.info-page .termine-info-section,
.zyklen-intro,
.zyklen-archetypes,
.zyklen-sisterhood,
.zyklen-cycle,
.butterfly-symbol,
.phase-list,
.legal-layout {
  padding-block: var(--section-y);
}

.home-offer,
.temple-audience,
.home-flow,
.home-facts,
.temple-gifts,
.portal-section,
.intro.split-section,
.healing-manifest,
.healing-return,
.steps-section,
.urkraft-image-story,
.urkraft-path-section,
.urkraft-temple-note,
.temple-concept-section,
.circle-origin-section,
.circle-essence-section,
.circle-flow-section,
.circle-steps-section,
.story-section,
.story-section-reverse,
.journey-narrative,
.values-section,
.contact-ritual-section,
.termine-section,
.termine-info-section,
.info-page .termine-info-section,
.zyklen-intro,
.zyklen-archetypes,
.zyklen-cycle,
.butterfly-symbol,
.phase-list,
.legal-layout {
  padding-inline: var(--page-x);
}

.section-heading,
.portal-heading,
.home-facts-heading,
.temple-concept-intro,
.journey-intro {
  margin-bottom: var(--section-gap);
}

.closing-cta,
.healing-closing,
.contact-power-band {
  padding-block: var(--section-y-wide);
}

.home-facts,
.legal-followup {
  padding-top: var(--section-y);
}

.termine-closing {
  padding-top: var(--section-y-tight);
}

.temple-gifts,
.butterfly-symbol,
.circle-origin-warm {
  margin-block: 0;
}

.temple-gifts {
  padding-block: var(--section-y-tight);
}

/* Unified page entrances */
.hero,
.urkraft-design-hero,
.circle-design-hero,
.contact-ritual-hero,
.zyklen-hero,
.termine-hero,
.healing-hero,
.about-journey-hero {
  min-height: min(740px, 88svh);
  padding: 128px clamp(22px, 5vw, 56px) 82px;
  text-align: center;
}

.legal-hero,
.phase-hero {
  padding-top: clamp(122px, 13vw, 150px);
  padding-bottom: clamp(62px, 9vw, 92px);
}

.hero-panel,
.urkraft-hero-panel,
.circle-hero-copy,
.contact-ritual-copy,
.zyklen-hero-copy,
.termine-hero-copy,
.healing-hero-copy,
.about-journey-copy,
.legal-hero-copy {
  gap: clamp(18px, 3vw, 24px);
  margin-inline: auto;
  max-width: 860px;
}

.hero-panel {
  padding: clamp(30px, 6vw, 60px);
}

.urkraft-design-hero .urkraft-hero-panel {
  max-width: 780px;
}

.urkraft-design-hero .eyebrow {
  max-width: 620px;
}

.urkraft-design-hero .button-row {
  margin-top: 4px;
}

.hero h1,
.urkraft-hero-panel h1,
.circle-hero-copy h1,
.contact-ritual-copy h1,
.zyklen-hero-copy h1,
.termine-hero-copy h1,
.healing-hero-copy h1,
.about-journey-copy h1,
.legal-hero-copy h1,
.phase-hero h1 {
  font-size: clamp(2.35rem, 5.2vw, 4.35rem);
  letter-spacing: 0;
  line-height: 1.04;
  margin-inline: auto;
  max-width: 920px;
}

.hero-copy,
.urkraft-hero-panel p:not(.eyebrow),
.circle-hero-copy p:not(.eyebrow),
.contact-ritual-copy p:not(.eyebrow),
.zyklen-hero-copy p:not(.eyebrow),
.termine-hero-copy p:not(.eyebrow),
.healing-hero-copy p:not(.eyebrow),
.about-journey-copy p:not(.eyebrow),
.legal-hero-copy p:not(.eyebrow),
.phase-hero p:not(.eyebrow) {
  color: var(--muted);
  font-size: clamp(1.02rem, 1.65vw, 1.18rem);
  font-style: normal;
  line-height: 1.75;
  max-width: 700px;
  text-shadow: 0 1px 18px rgba(255, 255, 255, 0.88);
}

.hero-media,
.healing-hero-media,
.about-journey-media,
.urkraft-design-hero > img,
.circle-design-hero > img,
.contact-ritual-hero > img,
.zyklen-hero > img,
.termine-hero > img {
  filter: saturate(0.86) brightness(1.04) contrast(0.92);
  opacity: 0.66;
}

.hero-media,
.termine-hero > img {
  filter: sepia(0.12) saturate(1.02) brightness(1.04) contrast(0.97);
  opacity: 0.74;
}

.urkraft-design-hero > img {
  filter: sepia(0.08) saturate(0.98) brightness(1.04) contrast(0.92);
  opacity: 0.68;
}

.about-journey-media {
  filter: sepia(0.14) saturate(1.02) brightness(1.04) contrast(0.96);
}

.contact-ritual-hero > img {
  filter: sepia(0.06) saturate(0.96) brightness(1.04) contrast(0.92);
  object-position: center 52%;
  opacity: 0.68;
}

.hero::after,
.urkraft-hero-overlay,
.circle-hero-overlay,
.contact-ritual-overlay,
.zyklen-hero-overlay,
.termine-hero-overlay {
  background:
    radial-gradient(circle at 50% 38%, rgba(252, 249, 244, 0.7), rgba(252, 249, 244, 0.28) 34%, transparent 62%),
    linear-gradient(180deg, rgba(252, 249, 244, 0.72), rgba(252, 249, 244, 0.52) 60%, var(--surface));
}

.urkraft-hero-overlay {
  background:
    radial-gradient(circle at 50% 38%, rgba(252, 249, 244, 0.68), rgba(242, 230, 208, 0.26) 34%, transparent 62%),
    linear-gradient(180deg, rgba(252, 249, 244, 0.7), rgba(232, 204, 176, 0.18) 56%, var(--surface));
}

.about-journey-hero::after {
  background:
    radial-gradient(circle at 50% 38%, rgba(252, 249, 244, 0.62), rgba(242, 230, 208, 0.24) 34%, transparent 62%),
    linear-gradient(180deg, rgba(252, 249, 244, 0.62), rgba(236, 202, 169, 0.2) 56%, var(--surface));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero::after {
  background:
    radial-gradient(circle at 48% 36%, rgba(252, 249, 244, 0.58), rgba(242, 230, 208, 0.22) 34%, transparent 62%),
    linear-gradient(180deg, rgba(252, 249, 244, 0.56), rgba(236, 202, 169, 0.2) 48%, var(--surface));
}

.termine-hero-overlay {
  background:
    radial-gradient(circle at 50% 38%, rgba(252, 249, 244, 0.64), rgba(242, 230, 208, 0.26) 34%, transparent 62%),
    linear-gradient(180deg, rgba(252, 249, 244, 0.64), rgba(236, 202, 169, 0.24) 58%, var(--surface));
}

.zyklen-hero,
.termine-hero {
  color: var(--muted);
}

.zyklen-hero-copy h1,
.termine-hero-copy h1 {
  color: var(--primary);
}

.zyklen-hero-copy .eyebrow,
.termine-hero-copy .eyebrow {
  color: var(--primary);
}

.circle-hero-quote {
  background: rgba(252, 249, 244, 0.36);
  border: 1px solid rgba(138, 70, 48, 0.08);
  border-radius: 14px;
  box-shadow: none;
  font-size: clamp(1.02rem, 1.65vw, 1.18rem);
  font-style: normal;
  padding: clamp(12px, 2vw, 18px);
}

.butterfly-divider {
  opacity: 0.55;
}

.mobile-nav {
  display: none;
}

@media (max-width: 820px) {
  body {
    padding-bottom: 72px;
  }

  .site-header {
    align-items: flex-start;
    gap: 14px;
  }

  .desktop-nav {
    display: none;
  }

  .header-cta {
    padding-inline: 14px;
  }

  .hero {
    padding-top: 104px;
  }

  .button-row,
  .button {
    width: 100%;
  }

  .button.secondary {
    width: auto;
  }

  .image-ribbon img {
    aspect-ratio: 4 / 3;
  }

  .home-offer {
    padding: 56px 22px 34px;
  }

  .home-offer-intro {
    grid-template-columns: 1fr;
  }

  .home-offer-visual {
    justify-self: center;
    max-width: 360px;
    width: 100%;
  }

  .home-flow {
    padding: 34px 22px 64px;
  }

  .home-flow-copy .button {
    justify-self: stretch;
  }

  .home-flow-copy .button.secondary {
    justify-self: start;
  }

  .home-facts {
    padding: 0 22px 64px;
  }

  .split-section,
  .info-grid,
  .step-list,
  .home-orientation-grid,
  .body-listening,
  .body-listening-effects,
  .women-culture,
  .home-flow,
  .home-expectation-row,
  .home-facts-grid,
  .temple-gifts-grid,
  .home-depth-links,
  .portal-grid,
  .content-hero,
  .circle-essence-section,
  .circle-flow-grid,
  .circle-temple-grid,
  .temple-concept-grid,
  .about-journey-hero,
  .story-section,
  .story-section-reverse,
  .circle-origin-section,
  .value-grid,
  .contact-grid,
  .contact-ritual-section,
  .urkraft-hero,
  .urkraft-ritual-grid,
  .urkraft-image-story,
  .urkraft-practice-grid,
  .urkraft-temple-note,
  .urkraft-details-grid,
  .butterfly-symbol,
  .metamorphose-encounter,
  .phase-row,
  .phase-row.reverse,
  .legal-layout,
  .legal-layout-wide,
  .legal-info-row,
  .legal-small-grid,
  .legal-rights-grid,
  .zyklen-card-grid,
  .zyklen-cycle-grid,
  .zyklen-sisterhood-inner,
  .termine-grid,
  .termine-cycle-arc,
  .termine-booking-note,
  .termine-info-grid,
  .termine-location-card,
  .temple-faq-grid {
    grid-template-columns: 1fr;
  }

  .home-expectation-row.reverse figure {
    order: initial;
  }

  .about-side-photo-panel {
    --about-side-position: top right;
    --about-side-size: min(76%, 310px) auto;
    background:
      linear-gradient(180deg, rgba(252, 249, 244, 0.34) 0%, rgba(252, 249, 244, 0.92) 42%, rgba(252, 249, 244, 0.98) 100%),
      var(--about-side-image) var(--about-side-position) / var(--about-side-size) no-repeat;
    min-height: auto;
    padding-top: clamp(210px, 62vw, 300px);
  }

  .about-side-photo-panel--left {
    --about-side-position: top left;
  }

  .about-side-photo-panel--tanz1 {
    --about-side-size: min(72%, 300px) auto;
  }

  .legal-hero {
    padding-top: 122px;
  }

  .contact-ritual-hero {
    min-height: auto;
    padding: 116px 22px 76px;
  }

  .contact-ritual-section {
    padding-block: 58px 78px;
  }

  .butterfly-symbol {
    border-radius: 24px;
    margin: 0 18px 58px;
    padding: 28px 22px;
  }

  .legal-layout {
    padding-inline: 22px;
  }

  .legal-card {
    padding: 26px 22px;
  }

  .legal-visual-card img,
  .legal-wide-image img {
    aspect-ratio: 4 / 3;
  }

  .portal-card,
  .portal-card:nth-child(n + 3) {
    grid-column: span 1;
    min-height: 340px;
  }

  .zyklen-hero {
    min-height: auto;
    padding: 116px 22px 76px;
  }

  .zyklen-hero > img {
    opacity: 0.88;
  }

  .zyklen-card-grid article {
    min-height: auto;
  }

  .zyklen-image-card {
    order: -1;
  }

  .termine-hero {
    min-height: auto;
    padding: 118px 22px 76px;
  }

  .info-grid {
    border-radius: 22px;
    margin-inline: clamp(14px, 4vw, 22px);
    padding: 18px;
  }

  .intro.split-section {
    padding-block: 58px 68px;
  }

  .temple-audience {
    padding: 54px 22px 58px;
  }

  .temple-audience-list {
    grid-template-columns: 1fr;
  }

  .temple-gifts {
    border-radius: 22px;
    margin: 0 18px 44px;
    padding: 28px 22px;
  }

  .portal-section {
    padding: 48px 22px 72px;
  }

  .info-feature {
    padding: 28px 22px;
  }

  .circle-design-hero {
    min-height: auto;
    padding: 116px 22px 70px;
  }

  .circle-design-hero > img {
    opacity: 0.76;
  }

  .circle-hero-overlay {
    background:
      linear-gradient(180deg, rgba(252, 249, 244, 0.56), rgba(252, 249, 244, 0.7) 64%, var(--surface));
  }

  .circle-essence-section,
  .circle-flow-section,
  .circle-temple-section,
  .circle-steps-section {
    padding-inline: 22px;
  }

  .circle-floating-image {
    order: -1;
    transform: none;
  }

  .circle-origin-warm {
    border-radius: 24px;
    margin-inline: 18px;
    padding-inline: 22px;
  }

  .circle-symbol-card,
  .circle-flow-grid article {
    min-height: auto;
  }

  .urkraft-design-hero {
    min-height: auto;
    padding: 118px 22px 72px;
  }

  .urkraft-design-hero > img {
    opacity: 0.58;
  }

  .urkraft-hero-overlay {
    background:
      linear-gradient(180deg, rgba(252, 249, 244, 0.74), rgba(252, 249, 244, 0.86) 72%, var(--surface));
  }

  .urkraft-ritual-section,
  .urkraft-image-story,
  .urkraft-path-section,
  .urkraft-temple-note {
    padding-inline: 22px;
  }

  .urkraft-ritual-grid article {
    min-height: auto;
  }

  .urkraft-path-section {
    border-radius: 24px;
    margin-inline: 18px;
  }

  .urkraft-path::before {
    left: 21px;
  }

  .urkraft-path li {
    gap: 14px;
    grid-template-columns: 42px 1fr;
  }

  .urkraft-path > li > span {
    grid-column: 1;
    height: 42px;
    width: 42px;
  }

  .urkraft-path li > div,
  .urkraft-path li:nth-child(even) > div {
    grid-column: 2;
    justify-items: start;
    text-align: left;
  }

  .urkraft-details-grid {
    gap: 42px;
  }

  .circle-steps-section > div {
    border-radius: 28px;
    padding-inline: 24px;
  }

  .portrait-frame {
    order: 2;
  }

  .phase-row.reverse .phase-copy {
    order: 0;
  }

  .timeline li {
    grid-template-columns: 1fr;
  }

  .urkraft-offer .timeline {
    grid-template-columns: 1fr;
    margin-left: 14px;
  }

  .hero,
  .urkraft-design-hero,
  .circle-design-hero,
  .contact-ritual-hero,
  .zyklen-hero,
  .termine-hero,
  .healing-hero,
  .about-journey-hero {
    min-height: auto;
    padding: 112px 22px 72px;
  }

  .legal-hero,
  .phase-hero {
    padding-top: 112px;
  }

  .hero h1,
  .urkraft-hero-panel h1,
  .circle-hero-copy h1,
  .contact-ritual-copy h1,
  .zyklen-hero-copy h1,
  .termine-hero-copy h1,
  .healing-hero-copy h1,
  .about-journey-copy h1,
  .legal-hero-copy h1,
  .phase-hero h1 {
    font-size: clamp(2.15rem, 12vw, 3.2rem);
  }

  .hero-media,
  .healing-hero-media,
  .about-journey-media,
  .urkraft-design-hero > img,
  .circle-design-hero > img,
  .contact-ritual-hero > img,
  .zyklen-hero > img,
  .termine-hero > img {
    opacity: 0.62;
  }

  .hero-media,
  .termine-hero > img {
    opacity: 0.7;
  }

  .home-offer,
  .temple-audience,
  .home-flow,
  .home-facts,
  .temple-gifts,
  .portal-section,
  .intro.split-section,
  .healing-manifest,
  .healing-return,
  .steps-section,
  .healing-closing,
  .urkraft-image-story,
  .urkraft-path-section,
  .urkraft-temple-note,
  .temple-concept-section,
  .circle-origin-section,
  .circle-essence-section,
  .circle-flow-section,
  .circle-steps-section,
  .story-section,
  .story-section-reverse,
  .journey-narrative,
  .values-section,
  .contact-ritual-section,
  .contact-power-band,
  .termine-section,
  .termine-info-section,
  .info-page .termine-info-section,
  .zyklen-intro,
  .zyklen-archetypes,
  .zyklen-sisterhood,
  .zyklen-cycle,
  .butterfly-symbol,
  .phase-list,
  .legal-layout {
    padding-block: 64px;
  }

  .home-offer,
  .temple-audience,
  .home-flow,
  .home-facts,
  .temple-gifts,
  .portal-section,
  .intro.split-section,
  .healing-manifest,
  .healing-return,
  .steps-section,
  .urkraft-image-story,
  .urkraft-path-section,
  .urkraft-temple-note,
  .temple-concept-section,
  .circle-origin-section,
  .circle-essence-section,
  .circle-flow-section,
  .circle-steps-section,
  .story-section,
  .story-section-reverse,
  .journey-narrative,
  .values-section,
  .contact-ritual-section,
  .termine-section,
  .termine-info-section,
  .info-page .termine-info-section,
  .zyklen-intro,
  .zyklen-archetypes,
  .zyklen-cycle,
  .butterfly-symbol,
  .phase-list,
  .legal-layout {
    padding-inline: 22px;
  }

  .section-heading,
  .portal-heading,
  .home-facts-heading,
  .temple-concept-intro,
  .journey-intro {
    margin-bottom: 34px;
  }

  .closing-cta,
  .healing-closing,
  .contact-power-band {
    padding-block: 72px;
  }

  .termine-closing {
    padding-top: 54px;
  }

  .temple-gifts,
  .butterfly-symbol,
  .circle-origin-warm {
    margin-block: 0;
  }

  .site-footer {
    padding: 24px 22px 88px;
  }

  .site-footer nav {
    justify-content: center;
  }

  .mobile-nav {
    align-items: center;
    background: rgba(252, 249, 244, 0.86);
    border-top: 1px solid var(--line);
    border-radius: 22px 22px 0 0;
    backdrop-filter: blur(22px);
    bottom: 0;
    box-shadow: 0 -18px 46px rgba(58, 11, 0, 0.1);
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    left: 0;
    min-height: 66px;
    padding: 9px 14px 10px;
    position: fixed;
    right: 0;
    z-index: 30;
  }

  .mobile-nav a {
    align-items: center;
    color: rgba(93, 74, 67, 0.68);
    display: flex;
    flex-direction: column;
    font-size: 0.66rem;
    font-weight: 600;
    gap: 5px;
    justify-content: center;
  }

  .mobile-nav a[aria-current="page"] {
    color: var(--primary);
  }

  .mobile-nav span {
    border: 1px solid currentColor;
    border-radius: 50%;
    height: 10px;
    width: 10px;
  }
}

@media (max-width: 520px) {
  body {
    font-size: 16px;
  }

  .brand {
    font-size: 0.98rem;
  }

  .brand-mark {
    height: 30px;
    width: 30px;
  }

  .hero-panel {
    padding: 30px 20px;
  }
}
