/* ===================================================================
   Simply Always Awake — Theme CSS (front + editor)
   Purpose: Cosmic parchment background, liquid-glass cards, sticky
            transparent header with dropdowns, latest-video shell,
            motion polish (reduced-motion safe), and block-compatible
            styles. 2025-11-04
   =================================================================== */

/* ---------- CSS Variables ---------- */

.wp-block-heading {
    padding: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
:root {
  --saa-ink: #0b0b0f;
  --saa-night: #151824;
  --saa-mist: rgba(255, 255, 255, .86);
  --saa-veil: rgba(255, 255, 255, .55);
  --saa-veil-weak: rgba(255, 255, 255, .35);
  --saa-plasma: 168, 85, 247;
  /* purple */
  --saa-cyan: 34, 211, 238;
  /* cyan   */
  --saa-inzo: 255, 179, 60;
  /* golden-orange used for Inzo + Moon glow */

  --saa-card-radius: 24px;
  --saa-space-lg: 28px;
  --saa-space-md: 20px;
  --saa-space-sm: 12px;

  --saa-page-gradient:
    radial-gradient(1000px 700px at 50% -10%, rgba(40, 44, 70, .35) 0%, rgba(11, 11, 15, 0) 70%),
    radial-gradient(900px 700px at 50% 120%, rgba(18, 22, 33, 1) 0%, rgba(11, 11, 15, 0) 70%),
    radial-gradient(circle at 50% 50%, #0b0b0f 0%, #151824 60%, #06070a 100%);
}

.hide{
	display: none !important;
}
/* ---------- Base ---------- */
html,
body {
  background-color: #0b0b0f;
  background-image: var(--saa-page-gradient);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
}

.wp-site-blocks {
  background: transparent
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Make the block editor preview inherit our palette */
.editor-styles-wrapper {
  color: #fff;
  background: #0b0b0f;
}

/* Hide white bars from Custom HTML comment-only blocks in the Site Editor */
.editor-styles-wrapper .wp-block-html {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.editor-styles-wrapper .wp-block-html textarea {
  background: transparent !important;
}

/* Reduce outlines of empty placeholders */
.editor-styles-wrapper .is-block-content-empty {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  border: 0 !important;
}

/* Front-end Shortcode block chrome cleanup */
.wp-block-shortcode {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0
}

/* ---------- Cosmic parchment background ---------- */
.site-bg {
  position: relative;
  min-height: 100dvh;
  background: var(--saa-page-gradient);
  perspective: 1px;
  /* parallax context (cheap) */
  transform-style: preserve-3d;
}

.page-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 32px 20px 80px
}

.page-template-page-book .page-inner {
  max-width: 1360px
}

/* ---------- Home layered canvas ---------- */
.home-front {
  overflow: hidden
}

.home-shell {
  position: relative;
  z-index: 1;
  padding: clamp(40px, 6vw, 96px) clamp(20px, 6vw, 60px) clamp(70px, 8vw, 120px);
}

.home-backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.home-backdrop::before {
  content: "";
  position: absolute;
  inset: -25% -10%;
  background:
    radial-gradient(60% 60% at 10% 10%, rgba(var(--saa-plasma), .28), transparent 65%),
    radial-gradient(65% 65% at 85% 15%, rgba(var(--saa-cyan), .24), transparent 65%),
    linear-gradient(135deg, rgba(8, 10, 18, .8), rgba(5, 6, 10, .92));
  filter: blur(6px);
  opacity: .95;
}

.home-backdrop::after {
  content: "";
  position: absolute;
  inset: -60% -20%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cg opacity='.12' fill='%23FFFFFF'%3E%3Ccircle cx='10' cy='10' r='1'/%3E%3Ccircle cx='70' cy='30' r='1'/%3E%3Ccircle cx='40' cy='80' r='1'/%3E%3Ccircle cx='110' cy='50' r='1'/%3E%3Ccircle cx='90' cy='120' r='1'/%3E%3Ccircle cx='25' cy='120' r='1'/%3E%3Ccircle cx='120' cy='20' r='1'/%3E%3Ccircle cx='55' cy='110' r='1'/%3E%3C/g%3E%3C/svg%3E");
  opacity: .2;
  mix-blend-mode: soft-light;
}

.home-backdrop .home-noise {
  position: absolute;
  inset: -40% -10%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.06'/%3E%3C/svg%3E");
  opacity: .3;
}

.home-backdrop .home-orb,
.home-backdrop .home-arc {
  position: absolute;
  display: block;
  opacity: .5;
  mix-blend-mode: screen;
}

.home-backdrop .home-orb {
  border-radius: 50%;
  filter: blur(0px);
  background: radial-gradient(circle at 50% 40%, rgba(255, 255, 255, .25), rgba(255, 255, 255, 0) 70%);
  animation: orbFloat 28s ease-in-out infinite alternate;
}

.home-backdrop .orb-one {
  width: 42vw;
  height: 42vw;
  top: -12vw;
  left: -8vw;
  background: radial-gradient(circle at 35% 30%, rgba(var(--saa-plasma), .55), rgba(255, 255, 255, 0) 70%);
}

.home-backdrop .orb-two {
  width: 36vw;
  height: 36vw;
  bottom: -8vw;
  right: -4vw;
  background: radial-gradient(circle at 60% 50%, rgba(var(--saa-cyan), .45), rgba(255, 255, 255, 0) 70%);
}

.home-backdrop .home-arc {
  width: 70vw;
  height: 70vw;
  border: 1px solid rgba(255, 255, 255, .08);
  border-left: none;
  border-bottom: none;
  border-radius: 50%;
  top: 10%;
  left: 15%;
  transform: rotate(10deg);
  animation: arcDrift 36s linear infinite;
}

.home-backdrop .arc-two {
  width: 45vw;
  height: 45vw;
  top: 35%;
  left: -5%;
  opacity: .35;
  transform: rotate(-18deg);
  animation-duration: 44s;
}

@keyframes orbFloat {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(2vw, -1vw, 0) scale(1.05);
  }

  100% {
    transform: translate3d(-2vw, 1vw, 0) scale(1.02);
  }
}

@keyframes arcDrift {
  to {
    transform: rotate(370deg);
  }
}

/* Nebula & stars layers */
.site-bg::before,
.site-bg::after {
  content: "";
  position: fixed;
  /*inset: -10vh -10vw;*/
  pointer-events: none;
  z-index: 0;
  will-change: transform, opacity;
}

.site-bg::before {
  background:
    radial-gradient(60vw 60vh at 20% 10%, rgba(var(--saa-plasma), .10), transparent 60%),
    radial-gradient(70vw 60vh at 80% 80%, rgba(var(--saa-cyan), .08), transparent 65%);
  opacity: .45;
  transform: translateZ(-.3px) scale(1.3);
}

.site-bg::after {
  background-image:
    radial-gradient(1px 1px at 15% 25%, rgba(255, 255, 255, .6) 50%, transparent 51%),
    radial-gradient(1px 1px at 70% 60%, rgba(255, 255, 255, .35) 50%, transparent 51%),
    radial-gradient(2px 2px at 40% 80%, rgba(255, 255, 255, .25) 50%, transparent 51%),
    radial-gradient(1px 1px at 82% 20%, rgba(255, 255, 255, .45) 50%, transparent 51%);
  background-repeat: no-repeat;
  opacity: .45;
  mix-blend-mode: screen;
  animation: starsTwinkle 8s ease-in-out infinite;
}

@keyframes starsTwinkle {

  0%,
  100% {
    opacity: .38
  }

  50% {
    opacity: .52
  }
}

@media (prefers-reduced-motion:reduce) {
  .site-bg {
    perspective: none
  }

  .site-bg::before {
    opacity: .28;
    transform: none
  }

  .site-bg::after {
    animation: none
  }
}

/* ---------- Sticky Transparent Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(10, 12, 20, 0);
  /* start transparent */
  color: #fff;
  -webkit-backdrop-filter: saturate(120%);
  backdrop-filter: saturate(120%);
  transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease, border-color .25s ease;
}

.site-header.banner-header {
  margin: clamp(12px, 2vw, 24px) auto clamp(18px, 4vw, 40px);
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, .16);
  padding-left: clamp(18px, 4vw, 40px);
  padding-right: clamp(18px, 4vw, 40px);
  background:
    radial-gradient(130% 170% at 0% 0%, rgba(var(--saa-plasma), .25) 0%, transparent 60%),
    radial-gradient(110% 160% at 100% 0%, rgba(var(--saa-cyan), .22) 0%, transparent 60%),
    rgba(8, 10, 18, .78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .18),
    0 28px 70px rgba(0, 0, 0, .55);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  /*backdrop-filter: blur(18px) saturate(150%);*/
  overflow: visible !important;
  isolation: isolate;
}
.site-header.banner-header .wp-block-navigation__responsive-container.is-menu-open {
   background: #fff !important;
        color: #000 !important;
        border-radius: 20px !important;
        margin: 115px 20px !important;
        
        /* Fixed height issue */
        min-height: 70vh !important;
        height: 70vh !important; 
        -webkit-min-height: 70vh !important;
        
        /* Ensure responsiveness */
        max-width: 75% !important;
        width: 75% !important;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    align-items: flex-start;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item{
        align-items: flex-start;
    width: 100%;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container{
    width: 100%;
}
.site-header.banner-header::before {
  content: "";
  position: absolute;
  background:
    radial-gradient(55% 50% at 20% 30%, rgba(255, 255, 255, .2), transparent 70%),
    radial-gradient(60% 40% at 80% 20%, rgba(var(--saa-inzo), .22), transparent 72%);
  filter: blur(26px);
  opacity: .65;
  pointer-events: none;
  z-index: -1;
}

.site-header.banner-header::after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cg opacity='.16' fill='%23FFFFFF'%3E%3Ccircle cx='16' cy='12' r='1'/%3E%3Ccircle cx='120' cy='26' r='1'/%3E%3Ccircle cx='74' cy='84' r='1'/%3E%3Ccircle cx='140' cy='104' r='1'/%3E%3Ccircle cx='40' cy='136' r='1'/%3E%3Ccircle cx='12' cy='96' r='1'/%3E%3Ccircle cx='96' cy='8' r='1'/%3E%3Ccircle cx='58' cy='38' r='1'/%3E%3C/g%3E%3C/svg%3E");
  opacity: .18;
  mix-blend-mode: soft-light;
  pointer-events: none;
  z-index: -1;
}

/* Fallback utility if theme JS toggles .scrolled instead of .is-scrolled */
.site-header.scrolled {
  /* mirror of .is-scrolled */
  -webkit-backdrop-filter: blur(8px) saturate(130%);
  backdrop-filter: blur(8px) saturate(130%);
  background: rgba(10, 12, 20, .35);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .25)
}

.site-header .wp-block-site-title a,
.site-header .wp-block-navigation a {
  color: #fff;
  text-decoration: none
}

.site-header .wp-block-navigation a:hover {
  opacity: .9
}

.site-header .wp-block-navigation a:focus-visible {
  outline: 2px solid rgba(255, 255, 255, .75);
  outline-offset: 2px;
  border-radius: 6px
}

/* When page is scrolled add blur and veil */
.site-header.is-scrolled {
  -webkit-backdrop-filter: blur(8px) saturate(130%);
  backdrop-filter: blur(8px) saturate(130%);
  background: rgba(10, 12, 20, .35);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .25)
}

.site-header.banner-header.is-scrolled {
  border-color: rgba(255, 255, 255, .24);
  background:
    radial-gradient(130% 170% at 0% 0%, rgba(var(--saa-plasma), .32) 0%, transparent 60%),
    radial-gradient(110% 160% at 100% 0%, rgba(var(--saa-cyan), .28) 0%, transparent 60%),
    rgba(6, 8, 14, .88);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .2),
    0 36px 90px rgba(0, 0, 0, .65);
}

/* Brand row */
.site-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left
}

.site-brand a {
  text-decoration: none;
  color: inherit
}

.brand-lockup {
  display: flex;
  flex-direction: column;
  gap: 4px;
  line-height: 1.1
}

.brand-title {
  margin: 0;
  font-size: clamp(1.05rem, 2vw, 1.4rem);
  letter-spacing: 0.12em;
  text-transform: uppercase
}

.brand-title a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: transparent;
  background: linear-gradient(120deg, rgba(255, 255, 255, .95) 0%, rgba(var(--saa-inzo), .9) 60%, rgba(var(--saa-plasma), .85) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.brand-tagline {
  margin: 0;
  font-size: .72rem !important;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .62)
}
.header-logo{
    width: 61px;
    height: auto;
}
/* Navigation dropdowns (block nav) */
.site-header .wp-block-navigation__submenu-container {
  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity .26s ease, transform .26s ease;
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  backdrop-filter: blur(12px) saturate(140%);
  background: rgba(15, 15, 20, 0.7);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .45), inset 0 0 1px rgba(255, 255, 255, .25);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 12px;
  z-index: 50;
}

.site-header .wp-block-navigation-item:hover>.wp-block-navigation__submenu-container,
.site-header .wp-block-navigation-item:focus-within>.wp-block-navigation__submenu-container {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto
}

.site-header .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  padding: 8px 14px;
  border-radius: 8px
}

.site-header .wp-block-navigation__submenu-container .wp-block-navigation-item__content:hover {
  background: rgba(255, 255, 255, .12);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .2) inset
}

/* Mobile nav drawer (core responsive menu) */
.wp-block-navigation__responsive-container.is-menu-open {
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  backdrop-filter: blur(12px) saturate(140%);
  background: rgba(15, 15, 20, 0.8);
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
  padding: 16px
}

.wp-block-navigation__responsive-container .wp-block-navigation-item__content {
  padding: 10px 12px;
  border-radius: 8px
}

.wp-block-navigation__responsive-container .wp-block-navigation-item__content:hover {
  background: rgba(255, 255, 255, .10)
}

/* ---------- Accessibility: Skip link ---------- */
.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden
}

.skip-link:focus-within {
  left: 12px;
  top: 12px;
  width: auto;
  height: auto;
  z-index: 200
}

.skip-link a {
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 8px 12px;
  border-radius: 8px;
  text-decoration: none
}

/* ---------- Hero ---------- */
.saa-hero {
  margin: 24px auto 8px;
  text-align: center;
  position: relative;
  z-index: 1
}

.saa-hero h1 {
  font-weight: 600;
  letter-spacing: .02em;
  margin: .2em 0 .4em
}

.saa-hero .lead {
  color: rgba(255, 255, 255, .68);
  max-width: 580px;
  margin: 0 auto
}

/* Eclipse accent (optional) */
.eclipse-orbit {
  position: relative;
  width: 84px;
  height: 84px;
  margin: 0 auto 10px
}

.eclipse-orbit::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, .85), rgba(255, 255, 255, 0) 60%);
  filter: blur(2px)
}

.eclipse-orbit::after {
  content: "";
  position: absolute;
  inset: 11px;
  border-radius: 50%;
  background: rgba(10, 10, 12, .92);
  box-shadow: 0 0 20px rgba(255, 255, 255, .25) inset
}

@media (prefers-reduced-motion:no-preference) {
  .eclipse-orbit::before {
    animation: eclipsePulse 6s ease-in-out infinite
  }
}

@keyframes eclipsePulse {

  0%,
  100% {
    opacity: .9;
    transform: scale(1)
  }

  50% {
    opacity: .7;
    transform: scale(1.03)
  }
}

/* ---------- Moon-glass card ---------- */
/* Alias: older patterns use .saa-card */
.saa-card {
  /* will be merged with .saa-moon-glass below */
}

.saa-moon-glass,
.saa-card {
  position: relative;
  border-radius: var(--saa-card-radius);
  padding: 24px 24px 28px;
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  backdrop-filter: blur(14px) saturate(140%);
  background:
    radial-gradient(120% 120% at 20% 15%, rgba(255, 255, 255, .10) 0%, rgba(255, 255, 255, .04) 55%, rgba(255, 255, 255, .02) 100%),
    rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .12),
    0 26px 64px rgba(0, 0, 0, .5),
    0 0 46px rgba(var(--saa-plasma), .12),
    0 0 70px rgba(var(--saa-cyan), .10);
  text-align: center;
  margin: 0 auto 28px;
}

.saa-plasma-card {
  background:
    radial-gradient(120% 140% at 10% 15%, rgba(255, 255, 255, .14) 0%, rgba(255, 255, 255, .04) 55%, rgba(255, 255, 255, .02) 100%),
    linear-gradient(135deg, rgba(var(--saa-inzo), .9), rgba(var(--saa-plasma), .88));
  border-color: rgba(255, 255, 255, .25);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .22),
    0 36px 90px rgba(0, 0, 0, .55),
    0 0 60px rgba(var(--saa-inzo), .35),
    0 0 80px rgba(var(--saa-plasma), .28);
  color: #fff;
  text-align: center;
}

.saa-plasma-card::after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, .18);
  opacity: .4;
  pointer-events: none;
}

.saa-moon-glass.is-strong {
  background:
    radial-gradient(120% 120% at 20% 15%, rgba(255, 255, 255, .13) 0%, rgba(255, 255, 255, .05) 55%, rgba(255, 255, 255, .03) 100%),
    rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .16),
    0 32px 80px rgba(0, 0, 0, .55),
    0 0 60px rgba(var(--saa-plasma), .16),
    0 0 90px rgba(var(--saa-cyan), .14);
}

/* micro bits */
.saa-eyebrow {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 11px;
  color: rgba(255, 255, 255, .55);
  margin: 0 0 10px
}

.saa-card-title {
  font-weight: 300;
  font-size: 28px;
  margin: 4px 0 8px
}

.saa-card-text {
  color: rgba(255, 255, 255, .72);
  max-width: 460px;
  margin: 0 auto 4px
}
.saa-card-text li , #latest-pointing li{
    text-align:left;
}
/* ---------- Card sizing & auto-layout utilities ---------- */
/* Parent grid: drop cards in and they auto-fit rows/columns. */
.saa-cards {
  display: grid;
  gap: 24px;
  align-items: stretch
}

/* Auto-fit columns based on available width; tweak --saa-card-min to change breakpoints */
.saa-cards {
  grid-template-columns: repeat(auto-fit, minmax(var(--saa-card-min, 320px), 1fr));
}

/* Per-card sizing (width/height) using CSS custom props so you can override inline per block):
   Example: class="saa-moon-glass saa-card" style="--saa-card-w:60%; --saa-card-min-h:520px"
   - --saa-card-w: preferred width (%, px, ch). Defaults to 60%.
   - --saa-card-max: hard cap (defaults to 900px).
   - --saa-card-min-h: minimum height (auto by default).
*/
.saa-moon-glass.saa-card {
  --saa-card-w: var(--saa-card-w, 60%);
  --saa-card-max: var(--saa-card-max, 900px);
  --saa-card-min-h: var(--saa-card-min-h, auto);
  width: min(var(--saa-card-max), var(--saa-card-w));
  max-width: min(var(--saa-card-max), 100%);
  min-height: var(--saa-card-min-h);
}

/* Make card content stretch nicely */
.saa-moon-glass.saa-card {
  display: flex;
  flex-direction: column
}

.saa-moon-glass.saa-card>.wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  gap: 12px
}

/* Media inside a card should scale and keep ratio */
.saa-card img,
.saa-card video,
.saa-moon-glass img,
.saa-moon-glass video {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 12px
}

.saa-card iframe,
.saa-moon-glass iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
  border-radius: 12px
}

/* Utility heights if you don't want to set inline props */
.saa-card--compact {
  --saa-card-min-h: 420px
}

.saa-card--tall {
  --saa-card-min-h: 640px
}

.home-stack {
  display: flex;
  flex-direction: column;
  gap: clamp(36px, 6vw, 96px);
  width: 100%;
  max-width: clamp(720px, 66vw, 1040px);
  margin-inline: auto;
}

.home-card-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(20px, 3vw, 36px);
}

.home-card-grid .home-card {
  margin-inline: 0;
  height: 100%;
}

.home-card {
  --card-width: 100;
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 2vw, 20px);
  width: min(100%, calc(var(--card-width, 100) * 1%));
  max-width: 100%;
  margin-inline: auto;
  text-align: left;
  padding: clamp(26px, 3vw, 44px);
  isolation: isolate;
  transition: transform .45s ease, box-shadow .45s ease;
}

.home-card.card-w-50 {
  --card-width: 50;
}

.home-card.card-w-60 {
  --card-width: 60;
}

.home-card.card-w-70 {
  --card-width: 70;
}

.home-card.card-w-80 {
  --card-width: 80;
}

.home-card.card-w-85 {
  --card-width: 85;
}

.home-card.card-w-90 {
  --card-width: 90;
}

.home-card.card-w-100 {
  --card-width: 100;
}

.home-card[data-width="50"] {
  --card-width: 50;
}

.home-card[data-width="60"] {
  --card-width: 60;
}

.home-card[data-width="70"] {
  --card-width: 70;
}

.home-card[data-width="80"] {
  --card-width: 80;
}

.home-card[data-width="85"] {
  --card-width: 85;
}

.home-card[data-width="90"] {
  --card-width: 90;
}

.home-card[data-width="95"] {
  --card-width: 95;
}

.home-card[data-width="100"] {
  --card-width: 100;
}

.home-card.align-right,
.home-card.align-left {
  margin-inline: auto;
}

.home-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, .08);
  opacity: .4;
  pointer-events: none;
  mask: linear-gradient(180deg, rgba(255, 255, 255, .8), transparent);
}

.home-card:hover {
  transform: translate3d(0, -8px, 0);
  box-shadow: 0 32px 78px rgba(0, 0, 0, .55), 0 0 60px rgba(var(--saa-plasma), .18), 0 0 120px rgba(var(--saa-cyan), .12);
}

.home-card .card-title {
  font-size: clamp(32px, 4vw, 52px);
  margin: 0;
  letter-spacing: -.01em;
  line-height: 1.1;
  transition: color .35s ease, text-shadow .35s ease;
}

.home-card .card-title:hover,
.home-card .card-title:focus-visible {
  color: rgba(var(--saa-inzo), .95);
  text-shadow: 0 0 14px rgba(var(--saa-inzo), .6), 0 0 26px rgba(var(--saa-inzo), .35);
}

.card-label {
  letter-spacing: .35em;
  text-transform: uppercase;
  font-size: .75rem;
  color: rgba(255, 255, 255, .65);
  margin: 0 0 4px;
}

.card-subtext {
  color: rgba(255, 255, 255, .82);
  margin: 0;
  max-width: 65ch;
}

.card-footnote {
  color: rgba(255, 255, 255, .6);
  font-size: .95rem;
  margin: 0;
  max-width: 65ch;
}

.card-buttons {
  justify-content: flex-start;
  gap: 16px
}

.home-card .card-buttons {
  justify-content: center;
  gap: clamp(18px, 3vw, 32px)
}

.card-buttons .wp-block-button {
  margin: 0
}

.card-buttons .wp-block-button__link {
  transition: color .25s ease, text-shadow .35s ease, box-shadow .35s ease;
}

.card-buttons .wp-block-button__link:hover,
.card-buttons .wp-block-button__link:focus-visible {
  text-shadow: 0 0 18px rgba(var(--saa-inzo), .58);
  box-shadow: 0 12px 34px rgba(var(--saa-inzo), .18);
}

.latest-pointing-feature {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 4vw, 32px);
  align-items: center;
}

.latest-pointing-label {
  color: rgba(255, 255, 255, .75);
  letter-spacing: .28em;
}

.latest-pointing-lede {
  color: rgba(255, 255, 255, .75);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  margin: 0 auto;
  max-width: 60ch;
}

.latest-pointing-feature .card-footnote {
  margin: 0 auto;
  color: rgba(255, 255, 255, .65);
}

.latest-pointing-embed {
  width: 100%
}

.latest-pointing-embed .latest-video-embed,
.latest-pointing-embed .latest-video-placeholder {
  width: 100%
}

.latest-video-panel {
  width: 100%
}

.latest-video-placeholder {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .14);
  background:
    radial-gradient(circle at 20% 20%, rgba(var(--saa-plasma), .32), rgba(var(--saa-plasma), 0) 65%),
    radial-gradient(circle at 80% 35%, rgba(var(--saa-cyan), .28), rgba(var(--saa-cyan), 0) 70%),
    rgba(0, 0, 0, .55);
  display: grid;
  place-items: center;
  padding: 24px;
  overflow: hidden;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .55);
  text-align: center;
}

.latest-video-placeholder .pulse {
  position: absolute;
  inset: -20%;
  background: radial-gradient(circle, rgba(var(--saa-inzo), .35), transparent 70%);
  animation: latestPulse 3.6s ease-in-out infinite;
  opacity: .65;
}

.latest-video-placeholder .latest-video-message {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, .78);
  margin: 0;
  font-size: 1rem;
}

.latest-pointing-embed.is-error .latest-video-placeholder,
.latest-video-panel.is-error .latest-video-placeholder {
  border-color: rgba(var(--saa-inzo), .45);
  box-shadow: 0 26px 70px rgba(0, 0, 0, .5), 0 0 40px rgba(var(--saa-inzo), .25);
}

.latest-pointing-retreats {
  margin-top: clamp(24px, 4vw, 48px);
  margin-inline: auto;
  width: 100%;
  max-width: min(640px, 100%);
  padding: clamp(20px, 3vw, 32px);
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, .12);
  background:
    radial-gradient(140% 120% at 0% 0%, rgba(var(--saa-plasma), .18) 0%, transparent 65%),
    radial-gradient(120% 100% at 100% 0%, rgba(var(--saa-cyan), .16) 0%, transparent 70%),
    rgba(6, 8, 14, .76);
  box-shadow: 0 20px 46px rgba(0, 0, 0, .5), 0 0 40px rgba(var(--saa-plasma), .12);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 2vw, 18px);
}

.latest-pointing-retreats .saa-eyebrow {
  margin: 0;
  color: rgba(255, 255, 255, .65);
}

.retreats-callout-title {
  margin: 0;
  letter-spacing: .18em;
  font-size: clamp(1.2rem, 3vw, 1.9rem);
  text-transform: uppercase;
}

.retreats-callout-text {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 1rem;
}

.latest-pointing-retreats .saa-cta-row {
  margin-top: 8px;
}

.retreat-shell {
  padding: clamp(30px, 6vw, 80px) 0;
}

.retreat-inner {
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 5vw, 48px);
}

.retreat-hero {
  text-align: center;
  gap: clamp(14px, 3vw, 22px);
}

.retreat-hero .retreat-facts {
  margin-top: clamp(12px, 3vw, 24px);
}

.retreat-facts .wp-block-column {
  padding: 12px;
}

.retreat-panel {
  gap: clamp(10px, 2vw, 18px);
}

.retreat-panel+.retreat-panel {
  margin-top: clamp(18px, 4vw, 36px);
}

.page-shell {
  padding: clamp(32px, 6vw, 80px) var(--wp--preset--spacing--40, 20px);
}

.page-stack {
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 5vw, 44px);
}

.page-card {
  gap: clamp(12px, 3vw, 20px);
  text-align: left;
}

.page-card .card-title {
  margin: 0;
}

.page-info-columns .mini-card {
  padding: clamp(18px, 3vw, 28px);
  gap: 8px;
}

.contact-options {
  gap: clamp(18px, 4vw, 32px);
}

.contact-card {
  padding: clamp(18px, 3vw, 28px);
  gap: 10px;
  text-align: center;
}

.contact-card p {
  margin: 0;
  color: rgba(255, 255, 255, .8);
}

.brevo-form {
  width: 100% !important;
      max-width: 88% !important;
  margin-top: clamp(20px, 4vw, 36px);
  display: flex;
  justify-content: center;
}

.brevo-form .sib-container {
  width: 100%;
  max-width: 80%;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 18px;
  padding: clamp(20px, 3vw, 28px);
  background: rgba(6, 8, 14, .65);
  backdrop-filter: blur(14px) saturate(120%);
}

.brevo-form .sib-form-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: clamp(12px, 2vw, 18px);
}

.brevo-form .brevo-form-title {
  font-size: clamp(1.4rem, 4vw, 2rem);
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.brevo-form .brevo-form-subtitle {
  margin: 0;
  text-align: center;
  color: rgba(255, 255, 255, .78);
}

.brevo-form label {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .78rem;
  color: rgba(255, 255, 255, .72);
}

.brevo-form input {
  width: 80%;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(0, 0, 0, .25);
  color: #fff;
  padding: 12px 14px;
  font-size: 1rem;
}

.brevo-form input:focus {
  outline: 2px solid rgba(var(--saa-inzo), .8);
  outline-offset: 2px;
}

.brevo-form .entry__specification {
  font-size: .8rem;
  color: rgba(255, 255, 255, .55);
}

.brevo-form .sib-form-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  border: none;
  border-radius: 999px;
  padding: 14px 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .16em;
  background: linear-gradient(120deg, rgba(var(--saa-inzo), .95), rgba(var(--saa-plasma), .85));
  color: #050505;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}

.brevo-form .sib-form-button:hover,
.brevo-form .sib-form-button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(var(--saa-inzo), .35);
}

.brevo-form .sib-form-message-panel {
  display: none;
  border-radius: 12px;
  padding: 12px 16px;
  margin-bottom: 16px;
  font-size: .95rem;
}

.brevo-form #error-message {
  background: rgba(255, 76, 97, .15);
  border: 1px solid rgba(255, 76, 97, .5);
}

.brevo-form #success-message {
  background: linear-gradient(120deg, rgba(var(--saa-inzo), .95), rgba(var(--saa-plasma), .9));
  border: none;
  border-radius: 999px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, .45), 0 10px 24px rgba(var(--saa-inzo), .35);
  color: #050505;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 700;
}

.brevo-form .sib-form-message-panel__text {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brevo-form #success-message .sib-form-message-panel__text {
  justify-content: center;
}

.brevo-form #success-message .sib-icon {
  display: none;
}

.brevo-form .g-recaptcha-v3 {
  display: none;
}

.page-card .wp-block-contact-form-7-contact-form-selector {
  margin-top: clamp(18px, 3vw, 30px);
  padding: clamp(18px, 3vw, 28px);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(6, 8, 14, .6);
  backdrop-filter: blur(12px);
}

.page-card .wpcf7 {
  color: #fff;
}

.page-card .wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2vw, 20px);
}

.page-card .wpcf7-form-control {
  width: 90%;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(0, 0, 0, .25);
  color: #fff;
  padding: 12px 14px;
}

.page-card .wpcf7-submit {
  border: 0;
  border-radius: 999px;
  padding: 14px 18px;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 700;
  background: linear-gradient(120deg, rgba(var(--saa-inzo), .95), rgba(var(--saa-plasma), .85));
  color: #050505;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}

.page-card .wpcf7-submit:hover,
.page-card .wpcf7-submit:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(var(--saa-inzo), .35);
}

.book-stack {
  gap: clamp(38px, 6vw, 70px);
}

.book-orbit-zone {
  position: relative;
  padding: clamp(40px, 6vw, 90px) clamp(20px, 5vw, 60px) clamp(70px, 9vw, 140px);
  border-radius: 32px;
  background:
    radial-gradient(circle at 50% 30%, rgba(var(--saa-plasma), .25), transparent 60%),
    radial-gradient(circle at 10% 10%, rgba(var(--saa-inzo), .2), transparent 50%),
    rgba(4, 6, 14, .85);
  border: 1px solid rgba(255, 255, 255, .1);
  box-shadow: 0 40px 120px rgba(0, 0, 0, .65), inset 0 0 120px rgba(0, 0, 0, .65);
  text-align: center;
  overflow: hidden;
  width: 75%;
  margin-inline: auto;
}

.book-cta-row {
  margin-top: clamp(16px, 3vw, 30px);
  position: relative;
  z-index: 5;
}

.book-orbit-wrapper {
  margin-top: clamp(50px, 8vw, 90px);
  display: flex;
  justify-content: center;
  width: 100%;
}

.book-void {
  position: relative;
  width: min(760px, 94vw);
  height: min(760px, 94vw);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 0, 0, .95) 0%, rgba(0, 0, 0, .9) 40%, rgba(0, 0, 0, .2) 70%, transparent 90%);
  box-shadow: 0 25px 90px rgba(0, 0, 0, .7), 0 0 80px rgba(0, 0, 0, .6);
  isolation: isolate;

}


.book-void::before {
  content: "";
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--saa-inzo), .2), transparent 70%);
  filter: blur(22px);
  z-index: 0;
}

.book-orbit {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  transform-origin: center;
  /*animation: bookOrbitSpin 70s linear infinite;*/
}

.book-void-core {
  position: absolute;
  inset: 25%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 0, 0, .95), rgba(0, 0, 0, 0) 80%);
  box-shadow: 0 0 50px rgba(0, 0, 0, .9);
  z-index: 1;
}

.book-quote {
  position: absolute;
  top: 45%;
  left: 30%;
  --radius: clamp(260px, 32vw, 330px);
  width: min(260px, 46vw);
  transform: rotate(var(--angle)) translate(var(--radius)) rotate(calc(var(--angle) * -1));
  transform-origin: center center;
  z-index: 2;
}

.book-quote-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .05);
  color: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .45), 0 0 32px rgba(var(--saa-inzo), .28);
  backdrop-filter: blur(9px) saturate(130%);
  animation: bookGlow 6s ease-in-out infinite alternate;
}

.book-quote-card blockquote {
  margin: 0;
  font-size: clamp(.95rem, 2.3vw, 1.15rem);
  line-height: 1.45;
}

.book-quote-card figcaption {
  font-size: .85rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(var(--saa-inzo), .85);
}

.book-void{
    animation: voidSpin 70s linear infinite;
}

@keyframes voidSpin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
.book-void > * {
  animation: voidSpinReverse 70s linear infinite;
  transform-origin: center;
}

@keyframes voidSpinReverse {
  from { transform: rotate(0deg); }
  to   { transform: rotate(-360deg); }
}

.book-testimonials {
  text-align: center;
}

.book-testimonials-grid .wp-block-column {
  display: flex;
}

.book-testimonial {
  width: 100%;
  gap: 8px;
  text-align: left;
  background: rgba(6, 8, 14, .7);
}

.book-testimonial p {
  margin: 0;
  color: rgba(255, 255, 255, .86);
}

.book-testimonial-author {
  font-size: .9rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(var(--saa-inzo), .85);
}

@media (max-width:900px) {
  .book-quote {
    --radius: clamp(200px, 36vw, 340px);
    transform : none !important;
    position: relative !important;
    width: 60% !important;
    top:10px !important;
    left: 0% !important;
  }
  .book-void {
    width: min(900px, 96vw);
    height: min(900px, 110vw);
  }
}

@media (max-width:640px) {
  .book-void {
    width: min(640px, 96vw);
    height: min(640px, 110vw);
  }

  .book-quote {
    --radius: clamp(160px, 40vw, 260px);
    width: 80% !important;
  }

  .book-orbit-zone {
    padding: 40px 16px 80px;
    width:100%;
  }
}

@keyframes bookOrbitSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes bookGlow {
  50% {
    box-shadow: 0 12px 28px rgba(0, 0, 0, .55), 0 0 46px rgba(var(--saa-inzo), .4);
  }
}

@keyframes latestPulse {

  0%,
  100% {
    transform: scale(.9);
    opacity: .45;
  }

  50% {
    transform: scale(1.15);
    opacity: .8;
  }
}

@media (max-width:900px) {
  .home-card {
    width: 100% !important;
    margin-inline: 0;
  }
}

/* ---------- Videos page layout ---------- */
.page-template-page-videos .page-inner {
  max-width: 1200px;
}

.page-template-page-videos .videos-shell {
  gap: clamp(22px, 4vw, 48px);
}

.page-template-page-videos .videos-shell>* {
  margin: 0;
}

.page-template-page-videos .videos-shell .wp-block-separator {
  width: 120px;
  margin: 0 auto clamp(10px, 2vw, 22px);
  opacity: .35;
}

.page-template-page-videos .videos-lead,
.page-template-page-videos .videos-grid {
  width: 100%;
  max-width: min(1280px, 90vw);
  margin-inline: auto;
}

.page-template-page-videos .videos-lead {
  margin-bottom: 0;
}

.page-template-page-videos .videos-grid {
  margin-top: 0;
}

.page-template-page-videos .page-inner .wp-block-columns {
  display: flex;
  flex-direction: column;
  gap: clamp(22px, 4vw, 44px);
  width: 100%;
  max-width: min(1280px, 90vw);
  margin-inline: auto;
}

.page-template-page-videos .page-inner .wp-block-columns>.wp-block-column {
  margin: 0 !important;
  width: 100%;
}

.page-template-page-videos .videos-lead .is-style-saa-latest-video {
  margin-bottom: clamp(10px, 2vw, 22px);
}

.page-template-page-videos .videos-lead .is-style-saa-latest-video .wp-block-group__inner-container {
  min-height: auto;
  margin: 0;
}

/* Videos page: remove moon-glass wrapper from the latest video */
.page-template-page-videos .videos-lead .is-style-saa-latest-video,
.page-template-page-videos #latest-video.saa-moon-glass {
  background: none;
  border: none;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  padding: 0;
}

.page-template-page-videos .videos-lead .is-style-saa-latest-video .wp-block-group__inner-container,
.page-template-page-videos #latest-video .wp-block-group__inner-container {
  padding: 0;
}

.page-template-page-links .links-card {
  width: 66%;
  max-width: 900px;
  margin-inline: auto;
  align-self: center;
}

.page-template-page-links .page-stack {
  align-items: center;
}

.page-template-page-links .links-card>.wp-block-group__inner-container {
  align-items: center;
}

.page-template-page-links .links-stack {
  width: 66%;
  max-width: 760px;
  margin: 12px auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}

.page-template-page-links .links-stack .wp-block-button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-template-page-links .links-stack .wp-block-button__link {
  width: 100%;
  justify-content: center;
  font-size: 1.05rem;
  padding: 18px 28px;
}

@media (max-width:900px) {

  .page-template-page-links .links-card,
  .page-template-page-links .links-stack {
    width: 100%;
    max-width: 100%;
  }

  .page-template-page-links .links-stack {
    grid-template-columns: 1fr;
  }
}

.page-template-page-videos .saa-moon-glass .yt-thumb.aligncenter {
  margin-inline: auto;
}

.page-template-page-videos .page-inner .saa-moon-glass {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2vw, 26px);
}

.page-template-page-videos .videos-grid>.saa-moon-glass {
  max-width: min(960px, 100%);
  margin-inline: auto;
}

.page-template-page-videos .yt-embed {
  width: 100%;
  margin: 0 auto;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 16/9;
  box-shadow: 0 26px 64px rgba(0, 0, 0, .55);
}

.page-template-page-videos .yt-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.page-template-page-videos .videos-grid iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  border-radius: 18px;
}

.page-template-page-videos .videos-grid .wp-block-embed {
  width: 100%;
  margin-inline: auto;
}

.page-template-page-videos .page-inner .saa-moon-glass .wp-block-buttons {
  margin-top: auto;
}

.page-template-page-videos .yt-thumb {
  display: block;
  width: 100%;
  margin: 0 auto;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 16/9;
  box-shadow: 0 26px 64px rgba(0, 0, 0, .55);
}

.page-template-page-videos .yt-thumb img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  display: block;
}

@media (max-width:782px) {
  .home-card {
    text-align: center
  }

  .card-buttons {
    justify-content: center
  }
}

/* On small screens, cards go full width but keep comfortable height */
@media (max-width:782px) {
  .saa-moon-glass.saa-card {
    width: 100%;
    max-width: 100%
  }
}

/* ---------- Buttons ---------- */
.saa-cta-row {
  justify-content: center;
  gap: 12px;
  margin-top: 20px
}

.wp-block-button .wp-block-button__link {
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(4px) saturate(120%)
}

.wp-block-button.is-style-fill .wp-block-button__link {
  background: linear-gradient(180deg, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, .88) 100%);
  color: #000;
  border-radius: 9999px;
  padding: 10px 30px
}

.wp-block-button.is-style-outline .wp-block-button__link {
  background: linear-gradient(180deg, rgba(255, 255, 255, .06) 0%, rgba(255, 255, 255, .02) 100%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 9999px;
  padding: 10px 30px
}

/* gloss sweep */
.wp-block-button .wp-block-button__link::after {
  content: "";
  position: absolute;
  inset: -20%;
  background: radial-gradient(120px 40px at 10% 0%, rgba(255, 255, 255, .45), rgba(255, 255, 255, 0) 80%);
  transform: translateX(-60%);
  transition: transform .6s ease
}

.wp-block-button .wp-block-button__link:hover::after {
  transform: translateX(30%)
}

.wp-block-button__link:hover {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .2) inset, 0 8px 24px rgba(255, 255, 255, .15)
}
.inzo.center-align {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp-block-button.inzo .wp-block-button__link {
  position: relative;
  display: grid;
  place-items: center;
  width: clamp(148px, 18vw, 190px);
  height: clamp(148px, 18vw, 190px);
  /*padding: 0 12px clamp(14px, 3vw, 22px);*/
  overflow: visible;
  border: none !important;
  border-radius: 0;
  background: none !important;
  color: rgb(var(--saa-inzo));
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: .78rem;
  text-align: center;
  text-shadow: 0 0 14px rgba(var(--saa-inzo), .65);
  white-space: pre-line;
  line-height: 1.2;
  backdrop-filter: none;
}

.wp-block-button.inzo .wp-block-button__link>span {
  display: block;
  width: 100%;
}

.wp-block-button.inzo .wp-block-button__link::before {
  content: "";
  position: absolute;
  inset: -6%;
  background: url("./inzo.png") center/contain no-repeat;
  opacity: .92;
  /*filter: drop-shadow(0 18px 36px rgba(0, 0, 0, .45));*/
  transition: transform .35s ease, filter .35s ease, opacity .35s ease;
  z-index: -1;
}

.wp-block-button.inzo .wp-block-button__link::after {
  display: none
}

.wp-block-button.inzo .wp-block-button__link:hover,
.wp-block-button.inzo .wp-block-button__link:focus-visible {
  color: #fff;
  text-shadow: 0 0 22px rgba(var(--saa-inzo), .85);
}

.wp-block-button.inzo .wp-block-button__link:hover::before,
.wp-block-button.inzo .wp-block-button__link:focus-visible::before {
  opacity: 1;
  /*filter: drop-shadow(0 0 32px rgba(var(--saa-inzo), .55));*/
  transform: scale(1.05);
}

/* ---------- Latest video shell ---------- */
.latest-video-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .15);
  background: rgba(0, 0, 0, .4);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .5);
  transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease
}

.latest-video-embed:hover {
  border-color: rgba(255, 255, 255, .28);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .58), 0 0 32px rgba(var(--saa-plasma), .28), 0 0 52px rgba(var(--saa-cyan), .18);
  transform: translateY(-2px)
}

.latest-video-embed:focus-within {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, .35) inset, 0 0 0 4px rgba(255, 255, 255, .18)
}

.latest-video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: inherit;
  object-fit: cover;
}

/* Shortcode wrapper parity */
.saa-yt-embed {
  /* mirror of .latest-video-embed */
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .15);
  background: rgba(0, 0, 0, .4);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .5);
  transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease
}

.saa-yt-embed:hover {
  border-color: rgba(255, 255, 255, .28);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .58), 0 0 32px rgba(var(--saa-plasma), .28), 0 0 52px rgba(var(--saa-cyan), .18);
  transform: translateY(-2px)
}

.saa-yt-embed:focus-within {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, .35) inset, 0 0 0 4px rgba(255, 255, 255, .18)
}

.saa-yt-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: inherit;
  object-fit: cover;
}

/* ---------- Motion helpers ---------- */
body.pagefade-init {
  opacity: 0
}

body.pagefade-init.pagefade-in {
  transition: opacity 600ms ease;
  opacity: 1
}

.motion-ready .reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 520ms ease, transform 520ms ease
}

.motion-ready .reveal.is-visible {
  opacity: 1;
  transform: none
}

@media (prefers-reduced-motion:reduce) {

  .latest-video-embed,
  .wp-block-button .wp-block-button__link::after,
  .home-card,
  .card-buttons .wp-block-button__link {
    transition: none
  }

  .home-card:hover {
    transform: none
  }

  .latest-video-placeholder .pulse {
    animation: none;
    opacity: .45
  }

  .home-backdrop .home-orb,
  .home-backdrop .home-arc {
    animation: none
  }
}

/* ---------- Inzo ripple utility (circular) ---------- */

.inzo {
  position: relative;
  overflow: hidden
}

.inzo-wave {
  position: absolute;
  border-radius: 9999px;
  transform: scale(0);
  background: radial-gradient(circle closest-side, rgba(255, 255, 255, .35), rgba(255, 255, 255, 0) 70%);
  animation: inzoWave 700ms ease-out forwards;
  pointer-events: none
}

@keyframes inzoWave {
  to {
    transform: scale(1);
    opacity: 0
  }
}

/* ---------- Inzo Button (spin-in) ---------- */
/* Usage: <a class="inzo-btn" href="#">▶</a>  or  <button class="inzo-btn">⌘</button> */
.inzo-btn {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 9999px;
  isolation: isolate;
  /* painted ring with transparent center */
  background:
    radial-gradient(closest-side, transparent 58%, rgba(var(--saa-inzo), .95) 60% 72%, rgba(var(--saa-inzo), 0) 74%),
    radial-gradient(circle at 50% 50%, rgba(var(--saa-inzo), .18), rgba(var(--saa-inzo), 0) 60%);
  color: #000;
  text-decoration: none;
  font-weight: 600;
  box-shadow:
    0 10px 26px rgba(0, 0, 0, .45),
    0 0 42px rgba(var(--saa-inzo), .20);
  border: 1px solid rgba(255, 255, 255, .14);
  animation: inzoSpinIn 600ms cubic-bezier(.2, .8, .2, 1) both;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

/* soft halo */
.inzo-btn::before {
  content: "";
  position: absolute;
  inset: -18%;
  border-radius: inherit;
  z-index: -1;
  background: radial-gradient(circle, rgba(var(--saa-inzo), .35), rgba(var(--saa-inzo), 0) 60%);
  filter: blur(12px);
  opacity: .7;
  transition: opacity .25s ease, transform .25s ease
}

/* hover/active/focus */
.inzo-btn:hover {
  transform: rotate(6deg) scale(1.03);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .5), 0 0 60px rgba(var(--saa-inzo), .28)
}

.inzo-btn:hover::before {
  opacity: .95;
  transform: scale(1.05)
}

.inzo-btn:active {
  transform: rotate(10deg) scale(.98)
}

.inzo-btn:focus-visible {
  outline: 2px solid rgba(255, 255, 255, .85);
  outline-offset: 3px;
  border-radius: 9999px
}

/* size variants */
.inzo-btn.sm {
  width: 44px;
  height: 44px
}

.inzo-btn.lg {
  width: 84px;
  height: 84px
}

/* place icon/text cleanly */
.inzo-btn>* {
  pointer-events: none
}

/* optional utility to re-trigger spin-in (e.g., on mount) */
.inzo-spin-in {
  animation: inzoSpinIn 700ms cubic-bezier(.2, .8, .2, 1) both
}

@keyframes inzoSpinIn {
  0% {
    transform: scale(.6) rotate(-220deg);
    opacity: 0;
    filter: saturate(120%)
  }

  60% {
    transform: scale(1.06) rotate(10deg);
    opacity: 1
  }

  100% {
    transform: scale(1) rotate(0)
  }
}


/* ---------- Inzo Ring Button (text over ring, ring draws itself) ---------- */
/* Usage:
  <a class="inzo-ring-btn" href="#">
    <span class="inzo-amber-text">Label</span>
    <svg viewBox="0 0 100 100" aria-hidden="true"><circle cx="50" cy="50" r="42"/></svg>
  </a>
  Custom props: --inzo-size (em/px), --inzo-stroke (px)
*/
.inzo-ring-btn {
  position: relative;
  display: inline-grid;
  place-items: center;
  gap: .35em;
  inline-size: max-content;
  block-size: auto;
  isolation: isolate;
  background: none;
  border: 0;
  padding: .35em .6em .35em;
  cursor: pointer;
  color: inherit;
  font: inherit;
  text-decoration: none;
  border-radius: 9999px
}

.inzo-ring-btn span {
  position: relative;
  z-index: 2;
  line-height: 1
}

.inzo-ring-btn svg {
  position: absolute;
  z-index: 1;
  inset: 50% auto auto 50%;
  width: var(--inzo-size, 2.8em);
  height: var(--inzo-size, 2.8em);
  transform: translate(-50%, -50%);
  pointer-events: none;
  overflow: visible
}

.inzo-ring-btn circle {
  fill: transparent;
  stroke: rgba(var(--saa-inzo), .96);
  stroke-width: var(--inzo-stroke, 3);
  stroke-linecap: round;
  transform-origin: 50% 50%;
  filter: drop-shadow(0 0 14px rgba(var(--saa-inzo), .25));
  stroke-dasharray: 270 270;
  stroke-dashoffset: 270;
  transition: stroke-dashoffset .7s cubic-bezier(.2, .8, .2, 1), filter .25s ease
}

.inzo-ring-btn:hover circle,
.inzo-ring-btn:focus-visible circle {
  stroke-dashoffset: 0
}

.inzo-ring-btn:hover {
  filter: saturate(108%)
}

.inzo-ring-btn:focus-visible {
  outline: 2px solid rgba(255, 255, 255, .9);
  outline-offset: 4px;
  border-radius: 9999px
}

.inzo-ring-btn.is-active circle {
  stroke-dashoffset: 0
}

/* Glowing amber label */
.inzo-amber-text {
  color: rgba(var(--saa-inzo), 1);
  font-weight: 700;
  letter-spacing: .02em;
  text-shadow: 0 0 8px rgba(var(--saa-inzo), .6), 0 0 18px rgba(var(--saa-inzo), .35)
}

.inzo-ring-btn .inzo-amber-text {
  position: relative;
  z-index: 2
}

/* Reduced motion: show ring instantly */
@media (prefers-reduced-motion:reduce) {
  .inzo-ring-btn circle {
    transition: none;
    stroke-dashoffset: 0
  }
}

@media (prefers-reduced-motion:reduce) {
  .inzo-btn {
    animation: none;
    transition: none
  }
}

/* ---------- Responsive ---------- */
@media (max-width:782px) {
  .page-inner {
    padding: 22px 16px 56px
  }

  .site-header.banner-header {
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 22px;
    margin: 12px auto 24px;
  }

  .brand-title {
    font-size: 1rem;
    letter-spacing: .08em
  }

  .brand-tagline {
    font-size: .62rem;
    letter-spacing: .18em
  }

  .saa-moon-glass,
  .saa-card {
    padding: 18px 16px 20px;
    border-radius: 18px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .48), 0 0 40px rgba(var(--saa-plasma), .08)
  }

  .latest-video-embed {
    border-radius: 12px
  }

  /* Reduce expensive filters on mobile */
  .saa-moon-glass,
  .wp-block-button .wp-block-button__link {
    -webkit-backdrop-filter: none;
    backdrop-filter: none
  }
}

/* Align helpers to cooperate with theme.json content/wide sizes */
.alignwide {
  max-width: var(--wp--style--global--wide-size, 1200px);
  margin-left: auto;
  margin-right: auto
}

.alignfull {
  /*width: 100vw;*/
  /*margin-left: calc(50% - 50vw);*/
  /*margin-right: calc(50% - 50vw)*/
}

/* Ensure inner content respects container on default alignment */
.page-inner>.wp-block-group:not(.alignwide):not(.alignfull),
.page-inner>.wp-block-cover:not(.alignwide):not(.alignfull) {
  max-width: var(--wp--style--global--content-size, 1120px);
  margin-left: auto;
  margin-right: auto
}

/* Offset in-page anchors for sticky header */
#main,
[id] {
  scroll-margin-top: 90px
}

/* ---------- Navigation: Inzo underline utility ---------- */
.saa-nav.inzo-underline .wp-block-navigation-item__content {
  position: relative
}

.saa-nav.inzo-underline .wp-block-navigation-item__content::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: -6px;
  height: 2px;
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: 50% 100%;
  background: linear-gradient(90deg, rgba(var(--saa-inzo), 0) 0%, rgba(var(--saa-inzo), .9) 12%, rgba(var(--saa-inzo), .9) 88%, rgba(var(--saa-inzo), 0) 100%);
  box-shadow: 0 0 16px rgba(var(--saa-inzo), .45);
  transition: transform .28s ease
}

.saa-nav.inzo-underline .wp-block-navigation-item.current-menu-item>.wp-block-navigation-item__content::after,
.saa-nav.inzo-underline .wp-block-navigation-item:hover>.wp-block-navigation-item__content::after,
.saa-nav.inzo-underline .wp-block-navigation-item:focus-within>.wp-block-navigation-item__content::after {
  transform: scaleX(1)
}

/* ---------- Footer shell ---------- */
.site-footer {
  color: rgba(255, 255, 255, .8)
}

.site-footer .saa-moon-glass {
  margin-top: 12px;
  margin-bottom: 16px
}

.footer-legal {
  gap: 10px
}

.footer-legal a {
  color: rgba(255, 255, 255, .85)
}

.footer-legal a:hover {
  text-decoration: underline
}

/* ---------- Transcripts page ---------- */
.transcripts-page {
  padding-bottom: var(--wp--preset--spacing--70, 80px)
}

.transcripts-hero {
  margin-bottom: var(--wp--preset--spacing--70, 80px)
}

.transcripts-status {
  margin-top: 16px;
  font-size: .95rem;
  color: rgba(223, 228, 255, .92)
}

.transcripts-tip {
  margin: 0;
  color: rgba(223, 228, 255, .75)
}

.transcripts-hub {
  margin-top: 18px
}

.transcripts-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 340px);
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory
}

.transcripts-rail::-webkit-scrollbar {
  height: 6px
}

.transcripts-rail::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, .25);
  border-radius: 999px
}

.transcripts-empty {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, .7);
  font-size: 1rem
}

.transcript-card {
  background: rgba(6, 8, 22, .85);
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 20px 60px rgba(8, 10, 28, .65);
  border-radius: 28px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  scroll-snap-align: start;
  min-height: 100%;
  position: relative
}

.transcript-thumb {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: rgba(255, 255, 255, .04)
}

.transcript-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.05)
}

.transcript-body {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.transcript-date {
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: rgba(255, 255, 255, .65);
  margin: 0
}

.transcript-title {
  font-size: 1.15rem;
  margin: 0;
  color: #fff;
  line-height: 1.35
}

.transcript-actions {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.transcript-fetch {
  border-radius: 999px;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, .25);
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease
}

.transcript-fetch[disabled] {
  opacity: .5;
  cursor: not-allowed
}

.transcript-card-status {
  min-height: 1.1rem;
  font-size: .9rem;
  margin: 0;
  color: rgba(255, 255, 255, .7)
}

.transcript-pill-tray {
  display: flex;
  flex-wrap: wrap;
  gap: 10px
}

.transcript-pill {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .25);
  background: transparent;
  padding: 8px 18px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s ease
}

.transcript-pill[aria-expanded="true"] {
  background: rgba(255, 255, 255, .12)
}

.transcript-panel {
  border-top: 1px solid rgba(255, 255, 255, .08);
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: rgba(255, 255, 255, .03);
  border-radius: 16px;
  padding: 16px;
  max-height: 280px;
  overflow: auto
}

.transcript-panel[hidden] {
  display: none
}

.transcript-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px
}

.transcript-panel-label {
  margin: 0;
  font-size: .95rem;
  color: rgba(255, 255, 255, .8);
  letter-spacing: .06em;
  text-transform: uppercase
}

.transcript-copy {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .25);
  background: transparent;
  padding: 6px 14px;
  color: #fff;
  font-size: .85rem;
  cursor: pointer
}

.transcript-panel-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: .95rem;
  line-height: 1.4
}

.transcript-panel-body p {
  margin: 0;
  color: rgba(255, 255, 255, .88);
  display: flex;
  gap: 8px
}

.transcript-stamp {
  font-family: var(--wp--preset--font-family--monospace, "SFMono", monospace);
  font-size: .8rem;
  color: rgba(255, 255, 255, .65);
  min-width: 58px
}

@media (min-width:768px) {
  .transcripts-rail {
    grid-auto-columns: minmax(320px, 360px)
  }
}

@media (min-width:1024px) {
  .transcripts-rail {
    grid-auto-columns: minmax(360px, 400px)
  }
}


/* BLOG pAGE*/
.blog-page-container {
    max-width: 1200px;
    margin: 50px auto;
    padding: 20px;
}

.blog-page-title {
    text-align: center;
    margin-bottom: 40px;
}

.blog-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.blog-card {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 8px;
    transition: 0.3s ease;
    backdrop-filter: blur(14px) saturate(140%);
    background: radial-gradient(120% 120% at 20% 15%, rgba(255, 255, 255, .10) 0%, rgba(255, 255, 255, .04) 55%, rgba(255, 255, 255, .02) 100%), rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 26px 64px rgba(0, 0, 0, .5), 0 0 46px rgba(var(--saa-plasma), .12), 0 0 70px rgba(var(--saa-cyan),);
}

.blog-card:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.blog-image img {
    width: 100%;
    border-radius: 6px;
}

.blog-content h2 {
    font-size: 20px;
    margin: 15px 0 10px;
}

.blog-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
}

.read-more-btn {
    display: inline-block;
    margin-top: 10px;
    color: #fbb03b;
    font-weight: 600;
}

.pagination {
    margin-top: 40px;
    text-align: center;
}

.blog-search-bar {
    max-width: 100%;
    margin: 40px auto;
}

.custom-search-form {
    display: flex;
    background: #e5e5e400;
    border-radius: 6px;
    overflow: hidden;
    column-gap: 20px;
}

.custom-search-form input {
    flex: 1;
    padding: 18px;
    border: none;
    font-size: 16px;
    background: #f3f3f3;
}

.custom-search-form input:focus {
    outline: none;
}

.custom-search-form button {
    width: 70px;
    border: none;
    background: #2c2f36;
    color: white;
    font-size: 18px;
    cursor: pointer;
}

.search-btn {
    width: 70px;
    border: none;
    background: #2c2f36;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease;
}


.search-icon {
    fill: white;
    width: 22px;
    height: 22px;
}
/* Responsive */
@media (max-width: 992px) {
    .blog-posts {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .blog-posts {
        grid-template-columns: 1fr;
    }
}


/* Single Blog Page*/
.blog-container {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    border-radius: var(--saa-card-radius);
    backdrop-filter: blur(14px) saturate(140%);
    background: radial-gradient(120% 120% at 20% 15%, rgba(255, 255, 255, .10) 0%, rgba(255, 255, 255, .04) 55%, rgba(255, 255, 255, .02) 100%), rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 26px 64px rgba(0, 0, 0, .5), 0 0 46px rgba(var(--saa-plasma), .12), 0 0 70px rgba(var(--saa-cyan),);
    padding: 30px 45px;
}

.post-title {
    font-size: 32px;
    margin-bottom: 10px;
    color: #ffb33c;
    font-weight: 600;
}

.post-meta {
    color: #777;
    margin-bottom: 20px;
}

.post-featured-image img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.post-content {
    font-size: 18px;
    line-height: 1.8;
}