/* =========================================
   CTA SECTION
========================================= */

.cta-section {
  margin-top: 4rem;
  padding: 3rem 2rem;
  background: #0c0c0c;
  border-radius: 12px;
  border: 1px solid rgba(212,175,55,.25);
}

.cta-block h2 {
  font-family: var(--serif-font,"Cormorant Garamond",serif);
  text-align: center;
  margin-bottom: 1.5rem;
}

.cta-block p {
  max-width: 700px;
  margin: .75rem auto;
  text-align: center;
  line-height: 1.6;
}

.btn-row {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 2rem 0;
}

.btn {
  padding: .75rem 1.75rem;
  border-radius: 6px;
  font-size: 1rem;
  text-decoration: none;
  transition: all .25s ease;
}

.btn-primary {
  background: #D4AF37;
  color: #000;
}

.btn-primary:hover { background:#b9972f }

.btn-ghost {
  border: 1px solid #D4AF37;
  color: #D4AF37;
}

.btn-ghost:hover { background:rgba(212,175,55,.1) }

@media (max-width:600px) {
  .btn-row { flex-direction: column }
}

/* =========================================
   COACHING PAGE
========================================= */

.sanctuary-page.coaching-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 4rem 1.5rem;
  color: #f5f5f5;
  font-family: var(--body-font,"Inter",sans-serif);
}

.hero-section {
  text-align: center;
  margin-bottom: 3rem;
}

.hero-section .page-title {
  font-family: var(--serif-font,"Cormorant Garamond",serif);
  font-size: 2.6rem;
  color: #fff;
}

.hero-section .page-subtitle {
  max-width: 700px;
  margin: .5rem auto;
  color: #ddd;
}

.coaching-page h2 {
  font-family: var(--serif-font,"Cormorant Garamond",serif);
  font-size: 2rem;
}

.pull-quote {
  font-size: 1.8rem;
  color: #D4AF37;
  text-align: center;
  padding: 2rem 1rem;
  border-left: 3px solid #D4AF37;
  border-right: 3px solid #0FBBCF;
}

.offer-block {
  background:#111;
  border:1px solid rgba(212,175,55,.25);
  border-radius:10px;
  padding:2rem;
  transition:.25s ease;
}

.offer-block:hover {
  transform: translateY(-4px);
  box-shadow:0 0 18px rgba(15,187,207,.25);
}

/* =========================================
   SHARED BUTTON SYSTEM
========================================= */

.sanctuary-btn {
  display:inline-block;
  padding:.75rem 1.5rem;
  border:1px solid #f5d27a;
  border-radius:4px;
  color:#f5d27a;
  background:transparent;
  transition:.25s ease;
}

.sanctuary-btn:hover {
  background:#f5d27a;
  color:#0a0a0a;
}

/* Page-only gold foil text override */
.page .sanctuary-btn,
.entry-content .sanctuary-btn {
  background:linear-gradient(90deg,#D9A441,#F5E6B2,#D9A441);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  letter-spacing:.1em;
}

/* =========================================
   BOOK / LUX FLOW (MERGED)
========================================= */

.book-landing,
.lux-flow.section {
  max-width:900px;
  margin:0 auto;
  padding:4rem 1.5rem;
  color:#f5f5f5;
  font-family:var(--body-font,"Inter",sans-serif);
}

.book-hero,
.lux-flow.section h1 {
  text-align:center;
}

.book-section {
  margin:3.5rem 0;
  line-height:1.7;
}

.book-grid.two {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:2rem;
}

/* =========================================
   FADE-UP ANIMATION (ONCE)
========================================= */

.fade-up {
  opacity:0;
  transform:translateY(20px);
  animation:fadeUp .8s ease forwards;
}

@keyframes fadeUp {
  to { opacity:1; transform:none }
}

/* =========================================
   STORY PAGE (EDITORIAL VERSION)
========================================= */

.story-page {
  max-width:820px;
  margin:0 auto;
  padding:4rem 1.5rem;
  font-family:"Cormorant Garamond",serif;
  color:#f5f5f5;
}

.story-hero h1 {
  font-size:2.8rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#d4af37;
}

.story-content h2 {
  font-size:1.4rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#d4af37;
}

/* =========================================
   LEGAL PAGE (SANCTUARY DARK)
========================================= */

.legal-page {
  max-width:900px;
  margin:0 auto;
  padding:140px 20px 80px;
  font-family:"Inter",sans-serif;
}

.legal-title {
  font-family:"Cormorant Garamond",serif;
  font-size:2.6rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#d4af37;
}

/* =========================================
   PILLAR METHOD (SINGLE SYSTEM)
========================================= */

.pillar-layout {
  display:grid;
  grid-template-columns:260px 1fr;
  gap:50px;
  max-width:1200px;
  margin:60px auto;
}

/* =========================================
   GLOBAL BASE
========================================= */

*,
*::before,
*::after { box-sizing:border-box }

body {
  margin:0;
  background:#0d0d0f;
  color:#e6e6e6;
  font-family:"Inter",sans-serif;
  line-height:1.7;
}

img { max-width:100%; height:auto; display:block }
.menu-trigger {
  font-family: "Playfair Display", serif;
  font-size: 1.9rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: none;
}
/* =============================
   MENU TRIGGER — GOLD FOIL STYLE
   ============================= */

.menu-trigger {
  font-family: "Playfair Display", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  background: linear-gradient(
    120deg,
    #f9e6a3,
    #d4af37,
    #b9962e,
    #f5e2a0
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 12px 26px;

  text-shadow:
    0 0 6px rgba(212,175,55,0.25),
    0 0 14px rgba(212,175,55,0.15);

  transition: letter-spacing 0.25s ease,
              text-shadow 0.25s ease;
}

.menu-trigger:hover {
  letter-spacing: 0.12em;
  text-shadow:
    0 0 10px rgba(212,175,55,0.45),
    0 0 22px rgba(212,175,55,0.35);
}
/* =========================================
   FOOTER — CLEAN, CENTERED, FINAL
========================================= */

.site-footer,
footer,
#colophon {
  background: #0d0d0d;
  border-top: 1px solid rgba(212,175,55,0.25);
  padding: 4rem 1.5rem 3rem;

  text-align: center;          /* ✅ force center */
  display: flex;               /* ✅ consistency */
  flex-direction: column;
  align-items: center;
  justify-content: center;

  font-family: "Cormorant Garamond", Georgia, serif;
  color: #e3e3e3;
}

/* =========================================
   FOOTER — CLEAN, CENTERED, FINAL
========================================= */

.site-footer,
footer,
#colophon {
  background: #0d0d0d;
  border-top: 1px solid rgba(212,175,55,0.25);
  padding: 4rem 1.5rem 3rem;

  text-align: center;          /* ✅ force center */
  display: flex;               /* ✅ consistency */
  flex-direction: column;
  align-items: center;
  justify-content: center;

  font-family: "Cormorant Garamond", Georgia, serif;
  color: #e3e3e3;
}

/* ---------- Footer Brand / Name ---------- */
.site-footer .footer-brand,
#colophon .footer-brand {
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #d4af37;
  margin-bottom: 0.75rem;
  text-align: center;
}

/* ---------- Tagline ---------- */
.site-footer .footer-tagline,
#colophon .footer-tagline {
  font-size: 1rem;
  color: #cfd8dc;
  margin-bottom: 2rem;
  letter-spacing: 0.04em;
  text-align: center;
}

/* ---------- Footer Navigation ---------- */
.site-footer .footer-nav,
#colophon .footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;     /* ✅ center nav */
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}

.site-footer .footer-nav a,
#colophon .footer-nav a {
  color: #00bcd4;
  text-decoration: none;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer .footer-nav a:hover,
#colophon .footer-nav a:hover {
  color: #4dd9e8;
}

/* ---------- Social Icons ---------- */
.site-footer .footer-social,
#colophon .footer-social {
  display: flex;
  justify-content: center;     /* ✅ center icons */
  gap: 1rem;
  margin-bottom: 2rem;
}

.site-footer .footer-social a,
#colophon .footer-social a {
  color: #d4af37;
  font-size: 1.3rem;
}

/* ---------- Copyright ---------- */
.site-footer .footer-copy,
#colophon .footer-copy {
  font-size: 0.85rem;
  color: #999;
  letter-spacing: 0.06em;
  margin-top: 1.5rem;
  text-align: center;
}

/* ---------- Back to Top ---------- */
.site-footer .back-to-top,
#colophon .back-to-top {
  margin-top: 1.75rem;
  color: #00bcd4;
  font-size: 0.9rem;
  text-decoration: none;
  letter-spacing: 0.08em;
}

.site-footer .back-to-top:hover,
#colophon .back-to-top:hover {
  color: #4dd9e8;
  text-decoration: underline;
}
/* =========================================
   GLOBAL TEXT CENTERING — ALL PAGES
   Paste last to override everything
========================================= */

/* Center all text everywhere */
.page,
.entry-content,
.post-content,
main,
main * {
  text-align: center;
}

/* Keep text readable (important) */
.page p,
.entry-content p,
.post-content p,
ul,
ol {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

/* Lists still look intentional */
ul,
ol {
  list-style-position: inside;
  padding-left: 0;
}

/* Buttons, links, CTAs stay centered */
a,
button,
.sanctuary-btn,
.btn,
.button {
  margin-left: auto;
  margin-right: auto;
}