/*
Theme Name: The Sanctuary of Love
Theme URI: https://thesanctuaryoflove.com
Author: The Sanctuary of Love
Description: A private, editorial WordPress experience for The Sanctuary of Love and Gods Hands Hypnosis.
Version: 1.4.0
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: sanctuary-of-love
*/

:root {
  --ink: #18211e;
  --ink-soft: #33403b;
  --forest: #1e3a32;
  --forest-deep: #102720;
  --sage: #65796d;
  --gold: #c7a56a;
  --gold-light: #e4d2a9;
  --ivory: #f7f3ea;
  --cream: #eee7da;
  --paper: #fffdf8;
  --line: rgba(24, 33, 30, 0.14);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.logged-in .site-header {
  top: 32px;
}

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

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

.skip-link {
  background: var(--paper);
  border: 2px solid var(--gold);
  color: var(--forest-deep);
  font-size: 0.72rem;
  font-weight: 800;
  left: 1rem;
  letter-spacing: 0.08em;
  padding: 0.8rem 1rem;
  position: fixed;
  text-transform: uppercase;
  top: -100px;
  z-index: 99999;
}

.skip-link:focus {
  top: 1rem;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.announcement {
  align-items: center;
  background: var(--forest-deep);
  color: rgba(255, 255, 255, 0.76);
  display: flex;
  font-size: 0.69rem;
  font-weight: 600;
  gap: 0.9rem;
  justify-content: center;
  letter-spacing: 0.16em;
  min-height: 34px;
  padding: 0.35rem 1.5rem;
  text-transform: uppercase;
}

.announcement-dot {
  background: var(--gold);
  border-radius: 999px;
  height: 3px;
  width: 3px;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(16px);
  background: rgba(247, 243, 234, 0.92);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(260px, 1fr) auto minmax(160px, 1fr);
  min-height: 94px;
  padding: 1rem clamp(1.25rem, 4vw, 5rem);
  position: sticky;
  top: 0;
  z-index: 30;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 0.8rem;
  justify-self: start;
  line-height: 1.1;
}

.brand-mark {
  align-items: center;
  border: 1px solid var(--gold);
  border-radius: 50% 50% 46% 54%;
  color: var(--forest);
  display: inline-flex;
  flex: 0 0 auto;
  font-family: var(--serif);
  font-size: 1.45rem;
  height: 44px;
  justify-content: center;
  transform: rotate(-4deg);
  width: 44px;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: var(--serif);
  font-size: clamp(1rem, 1.5vw, 1.27rem);
  font-weight: 500;
  letter-spacing: 0.01em;
}

.brand small {
  color: var(--sage);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 0.32rem;
  text-transform: uppercase;
}

.site-header nav {
  display: flex;
  gap: clamp(0.85rem, 1.7vw, 1.65rem);
}

.site-header nav a {
  font-size: 0.74rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  position: relative;
  text-transform: uppercase;
}

.site-header nav a::after {
  background: var(--gold);
  bottom: -0.45rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  width: 100%;
}

.site-header nav a:hover::after,
.site-header nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.button {
  align-items: center;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.71rem;
  font-weight: 750;
  gap: 0.75rem;
  justify-content: center;
  letter-spacing: 0.11em;
  min-height: 54px;
  padding: 0.85rem 1.45rem;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

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

.button-small {
  justify-self: end;
  min-height: 44px;
  padding: 0.6rem 1rem;
}

.button-dark {
  background: var(--forest);
  color: white;
}

.button-dark:hover {
  background: var(--forest-deep);
}

.button-gold {
  background: var(--gold);
  color: var(--forest-deep);
}

.button-gold:hover {
  background: var(--gold-light);
}

.button-outline-light {
  border-color: rgba(255, 255, 255, 0.45);
  color: white;
}

.button-outline-light:hover {
  background: white;
  color: var(--forest-deep);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(0, 1.07fr);
  min-height: min(790px, calc(100vh - 128px));
  overflow: hidden;
}

.hero-copy {
  align-self: center;
  max-width: 720px;
  padding: clamp(4.5rem, 9vw, 8rem) clamp(2rem, 7vw, 7.5rem);
  padding-right: clamp(2rem, 5vw, 5rem);
}

.eyebrow {
  color: #8a6b3c;
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.2em;
  margin: 0 0 1.1rem;
  text-transform: uppercase;
}

.eyebrow-light {
  color: var(--gold-light);
}

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

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.04;
}

.hero h1 {
  font-size: clamp(3.6rem, 7.1vw, 7.4rem);
  letter-spacing: -0.055em;
  margin-bottom: 2rem;
}

.hero h1 em {
  color: var(--sage);
  display: block;
  font-weight: 400;
}

.hero-lede {
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: clamp(1.13rem, 1.7vw, 1.4rem);
  line-height: 1.55;
  max-width: 640px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2.4rem;
}

.text-link {
  border-bottom: 1px solid rgba(24, 33, 30, 0.35);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0.4rem 0;
  text-transform: uppercase;
}

.text-link-light {
  border-color: rgba(255, 255, 255, 0.4);
}

.credential-line {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 0.8rem;
  margin-top: 3.5rem;
  padding-top: 1.5rem;
}

.seal {
  align-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: #8a6b3c;
  display: flex;
  font-family: var(--serif);
  font-size: 0.8rem;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.credential-line p {
  color: var(--sage);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  line-height: 1.45;
  margin: 0;
}

.credential-line strong {
  color: var(--ink);
  display: block;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.hero-visual {
  min-height: 700px;
  padding: clamp(1.2rem, 3vw, 2.4rem);
  padding-left: 0;
  position: relative;
}

.hero-frame {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.hero-frame::after {
  background: linear-gradient(180deg, transparent 55%, rgba(10, 24, 20, 0.46));
  content: "";
  inset: 0;
  position: absolute;
}

.hero-frame img,
.offer-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hero-frame img {
  position: absolute;
  inset: 0;
}

.hero-note {
  background: rgba(16, 39, 32, 0.94);
  bottom: clamp(2.5rem, 5vw, 4.8rem);
  color: white;
  max-width: 390px;
  padding: 1.35rem 1.6rem;
  position: absolute;
  right: 0;
}

.hero-note span {
  color: var(--gold-light);
  font-size: 0.64rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-note p {
  font-family: var(--serif);
  font-size: 1.03rem;
  line-height: 1.5;
  margin: 0.65rem 0 0;
}

.section-pad {
  padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 6vw, 6.5rem);
}

.section-heading h2,
.method h2,
.proof h2,
.about h2,
.booking h2,
.metaphysics h2 {
  font-size: clamp(2.7rem, 5vw, 5.2rem);
  letter-spacing: -0.045em;
  margin-bottom: 1.4rem;
}

.split-heading {
  align-items: end;
  display: grid;
  gap: clamp(2rem, 7vw, 8rem);
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  margin: 0 auto 4.25rem;
  max-width: 1380px;
}

.split-heading h2 {
  margin-bottom: 0;
}

.split-heading > p,
.centered-heading > p,
.method-intro > p,
.about-copy > p,
.booking-intro > p {
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: 1.15rem;
  line-height: 1.65;
}

.centered-heading {
  margin: 0 auto 4rem;
  max-width: 830px;
  text-align: center;
}

.centered-heading > p {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.recognition {
  background: var(--paper);
}

.outcome-grid {
  border-left: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1380px;
}

.outcome-card {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  border-top: 1px solid var(--line);
  min-height: 275px;
  padding: 2rem;
}

.outcome-card > span {
  color: #9d855d;
  display: block;
  font-family: var(--serif);
  font-style: italic;
  margin-bottom: 3.8rem;
}

.outcome-card h3 {
  font-size: 1.65rem;
  margin-bottom: 1rem;
}

.outcome-card p {
  color: var(--sage);
  font-size: 0.9rem;
  line-height: 1.7;
}

.pathways {
  background: var(--ivory);
}

.offer-grid {
  align-items: stretch;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1380px;
}

.offer-card {
  background: var(--paper);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}

.offer-featured {
  border-color: rgba(138, 107, 60, 0.55);
  box-shadow: 0 24px 60px rgba(34, 42, 37, 0.1);
  transform: translateY(-1.25rem);
}

.offer-image {
  aspect-ratio: 1.15 / 1;
  overflow: hidden;
  position: relative;
}

.offer-image::after {
  background: linear-gradient(180deg, transparent 60%, rgba(15, 28, 24, 0.35));
  content: "";
  inset: 0;
  position: absolute;
}

.featured-label {
  background: var(--gold);
  bottom: 0;
  color: var(--forest-deep);
  font-size: 0.6rem;
  font-weight: 800;
  left: 0;
  letter-spacing: 0.16em;
  padding: 0.65rem 0.9rem;
  position: absolute;
  text-transform: uppercase;
  z-index: 2;
}

.offer-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 2rem;
}

.offer-body h3 {
  font-size: clamp(1.9rem, 2.7vw, 2.7rem);
  margin-bottom: 1.15rem;
}

.offer-meta {
  align-items: center;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: flex;
  font-size: 0.7rem;
  justify-content: space-between;
  letter-spacing: 0.06em;
  margin-bottom: 1.3rem;
  padding: 0.85rem 0;
  text-transform: uppercase;
}

.offer-meta strong {
  color: #8a6b3c;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 500;
}

.offer-body > p:not(.eyebrow) {
  color: var(--sage);
  font-size: 0.9rem;
  line-height: 1.75;
}

.offer-body > a {
  border-top: 1px solid var(--line);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-top: auto;
  padding-top: 1.2rem;
  text-transform: uppercase;
}

.method {
  background: var(--forest-deep);
  color: white;
  display: grid;
  gap: clamp(3rem, 9vw, 10rem);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.method-intro {
  align-self: center;
  max-width: 590px;
}

.method-intro > p {
  color: rgba(255, 255, 255, 0.67);
}

.method-list {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  list-style: none;
  margin: 0;
  padding: 0;
}

.method-list li {
  align-items: start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 50px 1fr;
  padding: 1.6rem 0;
}

.method-list li > span {
  color: var(--gold);
  font-family: var(--serif);
  font-style: italic;
}

.method-list h3 {
  font-size: 1.75rem;
  margin-bottom: 0.45rem;
}

.method-list p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.86rem;
  margin-bottom: 0;
}

.proof {
  background:
    radial-gradient(circle at 7% 20%, rgba(199, 165, 106, 0.16), transparent 28%),
    var(--cream);
}

.proof-panel {
  align-items: center;
  display: grid;
  gap: clamp(3rem, 8vw, 9rem);
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  margin: 0 auto;
  max-width: 1280px;
}

.proof-copy {
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: 1.17rem;
  line-height: 1.65;
  max-width: 650px;
}

.proof-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.proof-panel li {
  align-items: center;
  border-bottom: 1px solid rgba(24, 33, 30, 0.18);
  display: flex;
  font-family: var(--serif);
  font-size: 1.2rem;
  gap: 1rem;
  padding: 1rem 0;
}

.proof-panel li span {
  color: #9a7a46;
}

.results-note {
  color: var(--sage);
  font-size: 0.7rem;
  letter-spacing: 0.03em;
  margin: 3rem auto 0;
  max-width: 1280px;
}

.membership {
  background: var(--ink);
  color: white;
}

.section-heading-light > p {
  color: rgba(255, 255, 255, 0.65);
}

.membership-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1380px;
}

.membership-grid article {
  background: #202b27;
  border: 1px solid rgba(255, 255, 255, 0.12);
  min-height: 330px;
  padding: 2.3rem;
  position: relative;
}

.membership-grid .membership-featured {
  background: #f0e7d7;
  color: var(--ink);
  transform: translateY(-1rem);
}

.tier {
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.membership-grid h3 {
  font-size: clamp(3rem, 5vw, 5.5rem);
  margin: 2.6rem 0 0.5rem;
}

.membership-grid h3 span {
  font-size: 1.2rem;
  vertical-align: top;
}

.membership-grid h3 small {
  color: inherit;
  font-family: var(--sans);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  margin-left: 0.3rem;
  text-transform: uppercase;
}

.membership-grid article > p:not(.tier) {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
}

.membership-grid .membership-featured > p:not(.tier) {
  color: var(--sage);
}

.membership-grid article > a {
  border-bottom: 1px solid currentColor;
  bottom: 2rem;
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding-bottom: 0.35rem;
  position: absolute;
  text-transform: uppercase;
}

.most-selected {
  background: var(--gold);
  color: var(--forest-deep);
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding: 0.45rem 0.7rem;
  position: absolute;
  right: 1.2rem;
  text-transform: uppercase;
  top: 1.2rem;
}

.membership-includes {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.2rem;
  margin: 3rem auto 0;
  max-width: 1380px;
  padding: 1rem 0;
}

.membership-includes span {
  color: var(--gold-light);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.membership-includes p {
  color: rgba(255, 255, 255, 0.63);
  font-size: 0.73rem;
  margin: 0;
}

.membership-includes p::before {
  color: var(--gold);
  content: "✦";
  margin-right: 0.6rem;
}

.community {
  background:
    radial-gradient(circle at 12% 12%, rgba(199, 165, 106, 0.14), transparent 25%),
    var(--paper);
}

.community-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1380px;
}

.metaphysics-panel,
.workshop-panel,
.daily-note-panel {
  min-width: 0;
  padding: clamp(2rem, 4vw, 4rem);
}

.metaphysics-panel {
  background:
    radial-gradient(circle at 82% 18%, rgba(228, 210, 169, 0.2), transparent 26%),
    linear-gradient(135deg, var(--forest-deep), var(--forest) 58%, #55462f);
  color: white;
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  overflow: hidden;
  position: relative;
}

.metaphysics-copy {
  align-self: center;
}

.metaphysics-copy .community-lede,
.metaphysics-copy li,
.metaphysics-action > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.74);
}

.metaphysics-copy ul {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  list-style: none;
  margin: 2rem 0;
  padding: 1rem 0;
}

.metaphysics-copy li {
  font-size: 0.79rem;
  padding: 0.45rem 0;
}

.metaphysics-copy li::before {
  color: var(--gold-light);
  content: "✦";
  margin-right: 0.7rem;
}

.metaphysics-access {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.25rem;
}

.metaphysics-access strong {
  color: var(--gold-light);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.metaphysics-access span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.75rem;
}

.metaphysics-action {
  align-content: start;
  background: rgba(9, 27, 22, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  gap: 1.25rem;
  margin: 0;
  padding: clamp(1.5rem, 3vw, 2.5rem);
}

.metaphysics-action h4 {
  color: white;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 400;
  margin: 0;
}

.metaphysics-action .button {
  justify-self: start;
}

.metaphysics-action .metaphysics-secure-note {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.68rem;
  margin: 0;
}

.workshop-panel {
  background: var(--forest);
  color: white;
}

.daily-note-panel {
  background: #eee4d2;
  color: var(--ink);
}

.community-grid h3 {
  font-size: clamp(2.5rem, 4vw, 4.4rem);
  margin-bottom: 1.2rem;
}

.community-lede,
.daily-note-panel > p:not(.eyebrow) {
  font-family: var(--serif);
  font-size: 1.08rem;
  line-height: 1.65;
}

.workshop-panel .community-lede,
.workshop-panel li {
  color: rgba(255, 255, 255, 0.72);
}

.workshop-panel ul {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  list-style: none;
  margin: 2rem 0 0;
  padding: 1rem 0;
}

.workshop-panel li {
  font-size: 0.79rem;
  padding: 0.4rem 0;
}

.workshop-panel li::before {
  color: var(--gold);
  content: "✦";
  margin-right: 0.7rem;
}

.daily-note-panel blockquote {
  border-bottom: 1px solid rgba(24, 33, 30, 0.18);
  border-top: 1px solid rgba(24, 33, 30, 0.18);
  color: var(--forest);
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  font-style: italic;
  line-height: 1.25;
  margin: 1.8rem 0;
  padding: 1.8rem 0;
}

.lead-form {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 2rem;
}

.workshop-panel .lead-form {
  border-color: rgba(255, 255, 255, 0.18);
}

.lead-form label {
  display: grid;
  font-size: 0.65rem;
  font-weight: 750;
  gap: 0.45rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lead-form > label > span {
  font-size: 0.57rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.lead-form .consent-check span {
  font-size: inherit;
}

.lead-form input:not([type="radio"]):not([type="checkbox"]),
.lead-form textarea {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(24, 33, 30, 0.22);
  border-radius: 0;
  color: var(--ink);
  min-height: 48px;
  padding: 0.7rem 0.8rem;
  width: 100%;
}

.lead-form textarea {
  min-height: 112px;
  resize: vertical;
}

.lead-row {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lead-form .lead-choice {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
  margin: 0;
  padding: 0.35rem 0;
}

.lead-form .lead-choice legend {
  float: left;
  font-family: var(--sans);
  font-size: 0.65rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  margin: 0 0 0.55rem;
  text-transform: uppercase;
  width: 100%;
}

.lead-choice label {
  align-items: center;
  display: flex;
  font-size: 0.68rem;
  gap: 0.45rem;
  letter-spacing: 0.04em;
}

.lead-choice input,
.consent-check input,
.experience-choice input {
  accent-color: var(--gold);
}

.lead-form .consent-check {
  align-items: start;
  display: grid;
  font-size: 0.62rem;
  font-weight: 500;
  gap: 0.6rem;
  grid-template-columns: 16px 1fr;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
}

.consent-check input {
  margin-top: 0.2rem;
}

.workshop-panel .lead-form label,
.workshop-panel .lead-choice legend,
.workshop-panel .consent-check {
  color: rgba(255, 255, 255, 0.76);
}

.lead-form .button {
  justify-self: start;
  margin-top: 0.25rem;
}

.sanctuary-notice {
  background: #e8dfcf;
  border-left: 3px solid var(--gold);
  color: var(--forest-deep);
  font-size: 0.8rem;
  margin: 0 0 1.5rem;
  padding: 1rem 1.15rem;
}

.lead-form select {
  appearance: none;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(24, 33, 30, 0.22);
  border-radius: 0;
  color: var(--ink);
  min-height: 48px;
  padding: 0.7rem 0.8rem;
  width: 100%;
}

.honeypot {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.form-error {
  color: #a03a2f;
  font-size: 0.72rem;
  margin: 0;
}

.workshop-panel .form-error {
  color: #ffcabf;
}

.lead-success {
  border-top: 1px solid var(--line);
  margin-top: 2rem;
  padding-top: 2rem;
}

.lead-success > span {
  align-items: center;
  background: var(--gold);
  border-radius: 50%;
  color: var(--forest-deep);
  display: flex;
  height: 42px;
  justify-content: center;
  margin-bottom: 1rem;
  width: 42px;
}

.lead-success h3 {
  font-size: 2rem;
  margin-bottom: 0.7rem;
}

.lead-success p {
  color: inherit;
  font-size: 0.8rem;
  opacity: 0.72;
}

.experiences {
  background: var(--paper);
}

.experience-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1280px;
}

.experience-card {
  min-height: 520px;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4.5rem);
  position: relative;
}

.experience-card h3 {
  font-size: clamp(2.5rem, 4vw, 4.3rem);
  margin-bottom: 1rem;
  max-width: 500px;
}

.experience-card > strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.experience-card > p:not(.eyebrow) {
  font-family: var(--serif);
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 480px;
}

.experience-card > a {
  bottom: 3rem;
  left: clamp(2rem, 5vw, 4.5rem);
  position: absolute;
}

.experience-soft {
  background: #e8dfcf;
}

.experience-dark {
  background: var(--forest);
  color: white;
}

.experience-dark > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.7);
}

.experience-orbit {
  border: 1px solid rgba(138, 107, 60, 0.28);
  border-radius: 50%;
  height: 340px;
  position: absolute;
  right: -110px;
  top: -80px;
  width: 340px;
}

.experience-orbit::before,
.experience-orbit::after {
  border: 1px solid rgba(138, 107, 60, 0.2);
  border-radius: 50%;
  content: "";
  position: absolute;
}

.experience-orbit::before {
  inset: 45px;
}

.experience-orbit::after {
  inset: 95px;
}

.experience-orbit span {
  background: var(--gold);
  border-radius: 50%;
  height: 14px;
  left: 32px;
  position: absolute;
  top: 84px;
  width: 14px;
}

.experience-lines {
  height: 260px;
  opacity: 0.32;
  position: absolute;
  right: -50px;
  top: -15px;
  width: 330px;
}

.experience-lines span {
  border: 1px solid var(--gold-light);
  border-radius: 50%;
  inset: 0;
  position: absolute;
}

.experience-lines span:nth-child(2) {
  inset: 35px;
}

.experience-lines span:nth-child(3) {
  inset: 70px;
}

.family-upgrade {
  align-items: center;
  border: 1px solid var(--line);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 56px 1fr auto minmax(280px, 1.5fr);
  margin: 1.25rem auto 0;
  max-width: 1280px;
  padding: 1.3rem 1.5rem;
}

.family-upgrade > div {
  align-items: center;
  background: var(--forest);
  border-radius: 50%;
  color: white;
  display: flex;
  font-family: var(--serif);
  font-size: 1.5rem;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.family-upgrade h3,
.family-upgrade p {
  margin-bottom: 0;
}

.family-upgrade h3 {
  font-size: 1.35rem;
}

.family-upgrade strong {
  color: #8a6b3c;
  font-family: var(--serif);
  font-size: 1.25rem;
}

.family-upgrade p {
  color: var(--sage);
  font-size: 0.78rem;
}

.metaphysics {
  align-items: center;
  background:
    radial-gradient(circle at 13% 30%, rgba(199, 165, 106, 0.26), transparent 24%),
    #27382f;
  color: white;
  display: grid;
  gap: clamp(2rem, 6vw, 6rem);
  grid-template-columns: 160px minmax(0, 1fr) auto;
}

.metaphysics-mark {
  align-items: center;
  border: 1px solid rgba(228, 210, 169, 0.55);
  border-radius: 50%;
  display: flex;
  height: 140px;
  justify-content: center;
  position: relative;
  width: 140px;
}

.metaphysics-mark::before,
.metaphysics-mark::after {
  border: 1px solid rgba(228, 210, 169, 0.2);
  border-radius: 50%;
  content: "";
  inset: 14px;
  position: absolute;
}

.metaphysics-mark::after {
  inset: 30px;
}

.metaphysics-mark span {
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 2.1rem;
}

.metaphysics h2 {
  margin-bottom: 0.7rem;
}

.metaphysics p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--serif);
  font-size: 1.1rem;
  line-height: 1.65;
  margin-bottom: 0;
  max-width: 760px;
}

.service-area {
  background: var(--cream);
}

.region-grid {
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1380px;
}

.region-grid article {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  min-height: 180px;
  padding: 1.7rem;
  position: relative;
}

.region-grid article > span {
  color: #9a7a46;
  position: absolute;
  right: 1.5rem;
  top: 1.3rem;
}

.region-grid h3 {
  font-size: 1.55rem;
  margin: 2.5rem 0 0.7rem;
}

.region-grid p {
  color: var(--sage);
  font-size: 0.78rem;
  margin: 0;
}

.about {
  align-items: center;
  background: var(--paper);
  display: grid;
  gap: clamp(3rem, 9vw, 10rem);
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
}

.about-monogram {
  align-items: center;
  aspect-ratio: 1;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), transparent),
    var(--forest);
  border-radius: 50% 50% 43% 57% / 52% 42% 58% 48%;
  color: var(--gold-light);
  display: flex;
  justify-content: center;
  justify-self: center;
  max-width: 480px;
  position: relative;
  width: 100%;
}

.about-monogram::after {
  border: 1px solid rgba(228, 210, 169, 0.35);
  border-radius: inherit;
  content: "";
  inset: 9%;
  position: absolute;
}

.about-monogram span {
  font-family: var(--serif);
  font-size: clamp(4rem, 9vw, 8rem);
  letter-spacing: -0.1em;
}

.about-copy {
  max-width: 760px;
}

.about-copy > p {
  margin-bottom: 1.2rem;
}

.about-credential {
  border-top: 1px solid var(--line);
  color: var(--sage);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  margin-top: 2.2rem;
  padding-top: 1.2rem;
  text-transform: uppercase;
}

.about-credential span {
  color: var(--ink);
  font-weight: 800;
  margin-right: 0.8rem;
}

.booking {
  background: var(--ivory);
}

.booking-shell {
  display: grid;
  gap: clamp(2.5rem, 6vw, 6rem);
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  margin: 0 auto;
  max-width: 1380px;
}

.booking-intro {
  align-self: start;
  position: sticky;
  top: 135px;
}

.automation-flow {
  border-top: 1px solid var(--line);
  margin-top: 2.5rem;
}

.automation-flow > div {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 1rem;
  grid-template-columns: 36px 1fr;
  padding: 1rem 0;
}

.automation-flow span {
  align-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: #8a6b3c;
  display: flex;
  font-size: 0.65rem;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.automation-flow p {
  color: var(--sage);
  font-size: 0.73rem;
  margin: 0;
}

.automation-flow strong {
  color: var(--ink);
  display: block;
  font-size: 0.69rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.privacy-note {
  font-family: var(--sans) !important;
  font-size: 0.7rem !important;
  margin-top: 1.2rem;
}

.booking-form {
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 30px 80px rgba(31, 42, 36, 0.08);
  padding: clamp(1.5rem, 4vw, 3.3rem);
}

.booking-action-panel {
  border-top: 1px solid var(--line);
  margin-top: 2rem;
  padding-top: 2rem;
}

.live-booking-card {
  background: #eee6d8;
  padding: clamp(1.5rem, 4vw, 2.5rem);
}

.live-booking-card h3 {
  font-size: clamp(2rem, 3vw, 3rem);
  margin-bottom: 1rem;
}

.live-booking-card > p:not(.eyebrow) {
  color: var(--sage);
  max-width: 650px;
}

.experience-choice {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.experience-choice legend {
  grid-column: 1 / -1;
}

.experience-choice label {
  align-items: start;
  border: 1px solid var(--line);
  cursor: pointer;
  display: grid;
  gap: 0.7rem;
  grid-template-columns: 18px 1fr;
  padding: 1rem;
}

.experience-choice strong,
.experience-choice small {
  display: block;
}

.experience-choice strong {
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 500;
}

.experience-choice small {
  color: var(--sage);
  font-size: 0.62rem;
  margin-top: 0.3rem;
}

.form-head {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}

.form-head .eyebrow {
  margin: 0;
}

.form-head > span {
  color: var(--sage);
  font-size: 0.63rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.booking-form fieldset {
  border: 0;
  margin: 0 0 2.4rem;
  padding: 0;
}

.booking-form legend {
  font-family: var(--serif);
  font-size: 1.45rem;
  margin-bottom: 1rem;
}

.path-options {
  display: grid;
  gap: 0.65rem;
}

.path-options label {
  align-items: center;
  border: 1px solid var(--line);
  cursor: pointer;
  display: grid;
  gap: 0.8rem;
  grid-template-columns: 18px 1fr auto;
  padding: 0.9rem 1rem;
  transition: background 150ms ease, border 150ms ease;
}

.path-options label.selected {
  background: #f1eadc;
  border-color: rgba(138, 107, 60, 0.48);
}

.path-options input,
.format-options input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.option-check {
  border: 1px solid #9b967f;
  border-radius: 50%;
  height: 14px;
  position: relative;
  width: 14px;
}

.selected .option-check::after {
  background: var(--gold);
  border-radius: 50%;
  content: "";
  inset: 3px;
  position: absolute;
}

.path-options strong,
.path-options small {
  display: block;
}

.path-options strong {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 500;
}

.path-options small,
.path-options em {
  color: var(--sage);
  font-size: 0.62rem;
}

.path-options em {
  font-style: normal;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.format-options {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.format-options label {
  border: 1px solid var(--line);
  cursor: pointer;
  padding: 1rem;
}

.format-options label.selected {
  background: var(--forest);
  border-color: var(--forest);
  color: white;
}

.format-options strong,
.format-options small {
  display: block;
}

.format-options strong {
  font-family: var(--serif);
  font-weight: 500;
}

.format-options small {
  color: inherit;
  font-size: 0.6rem;
  margin-top: 0.4rem;
  opacity: 0.66;
}

.date-options {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.date-options button,
.time-options button {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--ink);
  cursor: pointer;
}

.date-options button {
  min-height: 90px;
}

.date-options button span,
.date-options button small {
  display: block;
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.date-options button strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 500;
}

.date-options button.selected,
.time-options button.selected {
  background: #eee5d5;
  border-color: var(--gold);
}

.time-options {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 0.55rem;
}

.time-options button {
  font-size: 0.67rem;
  min-height: 42px;
}

.booking-summary {
  align-items: center;
  background: #ede5d7;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  padding: 1.2rem;
}

.booking-summary span,
.booking-summary strong,
.booking-summary p {
  display: block;
}

.booking-summary span {
  color: #8a6b3c;
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.booking-summary strong {
  font-family: var(--serif);
  font-weight: 500;
  margin-top: 0.2rem;
}

.booking-summary p {
  color: var(--sage);
  font-size: 0.65rem;
  margin: 0.15rem 0 0;
}

.sample-note {
  color: var(--sage);
  font-size: 0.62rem;
  margin: 0.8rem 0 0;
  text-align: center;
}

.booking-success {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 700px;
  text-align: center;
}

.booking-success > span {
  align-items: center;
  background: var(--forest);
  border-radius: 50%;
  color: white;
  display: flex;
  font-size: 1.5rem;
  height: 64px;
  justify-content: center;
  margin-bottom: 1.5rem;
  width: 64px;
}

.booking-success h3 {
  font-size: 2.8rem;
  margin-bottom: 1rem;
}

.booking-success > p:not(.eyebrow) {
  color: var(--sage);
  max-width: 580px;
}

.confirmation-card {
  background: #eee6d8;
  margin: 1.2rem 0 2rem;
  min-width: min(100%, 400px);
  padding: 1.4rem;
}

.confirmation-card span,
.confirmation-card strong {
  display: block;
}

.confirmation-card span {
  color: #8a6b3c;
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.confirmation-card strong {
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 500;
}

.confirmation-card p {
  color: var(--sage);
  font-size: 0.72rem;
  margin: 0.25rem 0 0;
}

.faq {
  background: var(--paper);
}

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

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  cursor: pointer;
  font-family: var(--serif);
  font-size: 1.4rem;
  list-style: none;
  padding: 1.4rem 2.5rem 1.4rem 0;
  position: relative;
}

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

.faq-list summary::after {
  color: #8a6b3c;
  content: "+";
  font-family: var(--sans);
  position: absolute;
  right: 0.3rem;
}

.faq-list details[open] summary::after {
  content: "–";
}

.faq-list details p {
  color: var(--sage);
  font-size: 0.9rem;
  max-width: 850px;
  padding: 0 0 1.5rem;
}

.legal-page {
  background:
    radial-gradient(circle at 8% 12%, rgba(199, 165, 106, 0.13), transparent 24%),
    var(--paper);
  min-height: 70vh;
  padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 6vw, 6.5rem);
}

.legal-article {
  margin: 0 auto;
  max-width: 900px;
}

.legal-article > header {
  border-bottom: 1px solid var(--line);
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
}

.legal-article h1 {
  font-size: clamp(3rem, 6vw, 5.8rem);
  letter-spacing: -0.045em;
  margin-bottom: 0;
}

.legal-content h2,
.legal-content h3 {
  margin-top: 2.4rem;
}

.legal-content h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.legal-content h3 {
  font-size: 1.65rem;
}

.legal-content p,
.legal-content li {
  color: var(--ink-soft);
  line-height: 1.8;
}

.legal-content a {
  border-bottom: 1px solid var(--gold);
}

.legal-content ul,
.legal-content ol {
  padding-left: 1.25rem;
}

footer {
  background: var(--forest-deep);
  color: white;
  padding: 3rem clamp(1.25rem, 6vw, 6.5rem) 2rem;
}

.footer-top {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr auto;
  padding-bottom: 2rem;
}

.brand-light .brand-mark,
.brand-light {
  color: white;
}

.brand-light small {
  color: rgba(255, 255, 255, 0.55);
}

.footer-top > p {
  color: rgba(255, 255, 255, 0.67);
  font-family: var(--serif);
  font-size: 1.1rem;
  margin: 0;
}

.footer-bottom {
  align-items: end;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  padding-top: 1.5rem;
}

.footer-bottom p {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.61rem;
  line-height: 1.6;
  margin: 0;
  max-width: 850px;
}

.footer-bottom a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

/* Focused information architecture — version 1.4 */

[id] {
  scroll-margin-top: 125px;
}

.route-section {
  background: var(--paper);
}

.route-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 3.5rem;
}

.route-card {
  background: var(--ivory);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: clamp(1.5rem, 2.6vw, 2.6rem);
  transition: background 180ms ease, transform 180ms ease;
}

.route-card:hover {
  background: var(--cream);
  transform: translateY(-5px);
}

.route-card > span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1.15rem;
  margin-bottom: auto;
}

.route-card h3 {
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 400;
  line-height: 1.02;
  margin: 0.6rem 0 1rem;
}

.route-card > p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: 0.94rem;
  margin: 0 0 1.7rem;
}

.route-card strong {
  border-top: 1px solid var(--line);
  font-size: 0.69rem;
  letter-spacing: 0.1em;
  padding-top: 1.2rem;
  text-transform: uppercase;
}

.route-card-dark {
  background: var(--forest-deep);
  color: var(--paper);
}

.route-card-dark:hover {
  background: var(--forest);
}

.route-card-dark > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.68);
}

.route-card-dark strong {
  border-color: rgba(255, 255, 255, 0.17);
}

.region-grid-featured {
  grid-template-columns: repeat(3, 1fr);
}

.compact-booking-shell {
  align-items: start;
}

.booking-card-light {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--paper);
  margin-top: 2rem;
}

.booking-card-light > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.7);
}

.interior-hero {
  align-items: stretch;
  background: var(--paper);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  min-height: 660px;
}

.interior-hero > div:first-child {
  align-self: center;
  max-width: 790px;
  padding: clamp(5rem, 9vw, 9rem) clamp(1.5rem, 7vw, 8rem);
}

.interior-hero h1 {
  font-family: var(--serif);
  font-size: clamp(3.8rem, 6.8vw, 7.2rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.9;
  margin: 1.3rem 0 2rem;
}

.interior-hero h1 em {
  color: var(--gold);
  display: block;
  font-weight: 400;
}

.interior-hero > div:first-child > p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  max-width: 650px;
}

.interior-hero-image {
  min-height: 660px;
  overflow: hidden;
  position: relative;
}

.interior-hero-image::after {
  background: linear-gradient(90deg, rgba(16, 39, 32, 0.12), transparent 35%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.interior-hero-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.interior-hero-dark {
  background: var(--forest-deep);
  color: var(--paper);
}

.interior-hero-dark > div:first-child > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.7);
}

.interior-stat {
  align-items: center;
  background: linear-gradient(145deg, var(--forest), #274a3f);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 660px;
  padding: 4rem;
  text-align: center;
}

.interior-stat span {
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: clamp(9rem, 18vw, 16rem);
  line-height: 0.75;
}

.interior-stat strong {
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  margin-top: 2rem;
  text-transform: uppercase;
}

.interior-stat p {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.65rem;
}

.interior-hero-workshops,
.interior-hero-experiences,
.interior-hero-about {
  background: linear-gradient(135deg, var(--paper), var(--cream));
}

.interior-symbol {
  align-items: center;
  background: radial-gradient(circle at center, #f4ead7 0 16%, transparent 16.5%), repeating-radial-gradient(circle at center, transparent 0 42px, rgba(199, 165, 106, 0.28) 43px 44px);
  display: flex;
  justify-content: center;
  min-height: 660px;
  overflow: hidden;
}

.interior-symbol span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(7rem, 17vw, 14rem);
}

.interior-symbol-dark {
  background-color: var(--forest-deep);
  background-image: radial-gradient(circle at center, rgba(199, 165, 106, 0.16) 0 16%, transparent 16.5%), repeating-radial-gradient(circle at center, transparent 0 42px, rgba(228, 210, 169, 0.16) 43px 44px);
}

.interior-monogram {
  align-self: center;
  justify-self: center;
  margin: 4rem;
  max-width: 520px;
  width: calc(100% - 8rem);
}

.page-section {
  background: var(--paper);
}

.principle-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 3.5rem;
}

.principle-grid article {
  background: var(--ivory);
  border: 1px solid var(--line);
  min-height: 280px;
  padding: clamp(1.5rem, 3vw, 3rem);
}

.principle-grid span {
  color: var(--gold);
  font-family: var(--serif);
}

.principle-grid h3 {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.05;
  margin: 3.5rem 0 1rem;
}

.principle-grid p {
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.page-cta {
  align-items: center;
  background: var(--forest-deep);
  color: var(--paper);
  display: flex;
  gap: 3rem;
  justify-content: space-between;
}

.page-cta > div {
  max-width: 760px;
}

.page-cta h2 {
  font-family: var(--serif);
  font-size: clamp(3rem, 5.5vw, 5.8rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.98;
  margin: 1rem 0;
}

.page-cta p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.68);
}

.page-cta .button {
  flex: 0 0 auto;
}

.footer-links {
  background: var(--forest-deep);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 2.5rem;
  justify-content: center;
  padding: 1.4rem clamp(1.25rem, 6vw, 6rem);
}

.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-header nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr 1fr;
  }

  .hero-copy {
    padding-left: 2.5rem;
  }

  .outcome-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .metaphysics {
    grid-template-columns: 120px 1fr;
  }

  .metaphysics .button {
    grid-column: 2;
    justify-self: start;
  }

  .metaphysics-mark {
    height: 110px;
    width: 110px;
  }

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

@media (max-width: 820px) {
  .announcement {
    gap: 0.5rem;
    letter-spacing: 0.1em;
  }

  .announcement span:nth-of-type(2),
  .announcement span:nth-of-type(3),
  .announcement-dot {
    display: none;
  }

  .site-header {
    min-height: 76px;
    padding: 0.8rem 1rem;
  }

  .brand small {
    display: none;
  }

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

  .button-small {
    font-size: 0.62rem;
    min-height: 40px;
  }

  .hero {
    display: flex;
    flex-direction: column;
  }

  .hero-copy {
    max-width: none;
    padding: 5rem 1.25rem 3rem;
  }

  .hero h1 {
    font-size: clamp(3.4rem, 15vw, 5.4rem);
  }

  .hero-visual {
    min-height: 590px;
    order: 2;
    padding: 0 1.25rem 1.25rem;
  }

  .hero-note {
    bottom: 2.4rem;
    max-width: calc(100% - 2.5rem);
    right: 0;
  }

  .split-heading,
  .method,
  .proof-panel,
  .booking-shell,
  .about {
    grid-template-columns: 1fr;
  }

  .split-heading {
    gap: 1.2rem;
  }

  .offer-grid,
  .membership-grid,
  .experience-grid,
  .community-grid {
    grid-template-columns: 1fr;
  }

  .metaphysics-panel {
    grid-template-columns: 1fr;
  }

  .offer-featured,
  .membership-grid .membership-featured {
    transform: none;
  }

  .family-upgrade {
    align-items: start;
    grid-template-columns: 50px 1fr auto;
  }

  .family-upgrade p {
    grid-column: 2 / -1;
  }

  .region-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-monogram {
    max-width: 360px;
  }

  .booking-intro {
    position: static;
  }

  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-top .button {
    justify-self: start;
  }

  .interior-hero {
    grid-template-columns: 1fr;
  }

  .interior-hero > div:first-child {
    max-width: none;
    padding: 5rem 1.25rem;
  }

  .interior-hero-image,
  .interior-stat,
  .interior-symbol {
    min-height: 520px;
  }

  .interior-monogram {
    margin: 4rem auto;
    width: min(420px, calc(100% - 3rem));
  }

  .principle-grid {
    grid-template-columns: 1fr;
  }

  .principle-grid article {
    min-height: 230px;
  }

  .page-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .site-header .button-small span {
    display: none;
  }

  .site-header .button-small {
    min-height: 38px;
    padding: 0.5rem 0.7rem;
  }

  .brand strong {
    font-size: 0.98rem;
  }

  .hero-visual {
    min-height: 470px;
  }

  .hero-note {
    padding: 1rem;
  }

  .hero-note p {
    font-size: 0.9rem;
  }

  .section-pad {
    padding-bottom: 4.75rem;
    padding-top: 4.75rem;
  }

  .section-heading h2,
  .method h2,
  .proof h2,
  .about h2,
  .booking h2,
  .metaphysics h2 {
    font-size: 2.65rem;
  }

  .outcome-grid,
  .region-grid {
    grid-template-columns: 1fr;
  }

  .outcome-card {
    min-height: 230px;
  }

  .membership-includes {
    align-items: flex-start;
    flex-direction: column;
  }

  .experience-card {
    min-height: 560px;
  }

  .family-upgrade {
    grid-template-columns: 44px 1fr;
  }

  .family-upgrade strong {
    grid-column: 2;
  }

  .metaphysics {
    grid-template-columns: 1fr;
  }

  .metaphysics .button {
    grid-column: 1;
  }

  .metaphysics-mark {
    height: 90px;
    width: 90px;
  }

  .format-options {
    grid-template-columns: 1fr;
  }

  .lead-row,
  .experience-choice {
    grid-template-columns: 1fr;
  }

  .date-options,
  .time-options {
    grid-template-columns: repeat(2, 1fr);
  }

  .booking-summary {
    align-items: stretch;
    flex-direction: column;
  }

  .booking-summary .button {
    width: 100%;
  }

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

  .route-grid,
  .region-grid-featured {
    grid-template-columns: 1fr;
  }

  .route-card {
    min-height: 330px;
  }

  .interior-hero h1 {
    font-size: clamp(3.2rem, 15vw, 5rem);
  }

  .interior-hero-image,
  .interior-stat,
  .interior-symbol {
    min-height: 420px;
  }

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

@media (max-width: 782px) {
  body.logged-in .site-header {
    top: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
