.elementor-8 .elementor-element.elementor-element-c57c491{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-e49b6ae{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-2d336bb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-950c865{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-5ae8694{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-7c5ffdf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-84b0ac7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-a95eaf6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-b954fd8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-babb401{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-178aa62{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-b06ea9b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-2f7a611 *//* =========================================================
   O ESPELHO DE SOPHIA — CABEÇALHO GLOBAL
   Cole no CSS personalizado da página, após o CSS Global.
========================================================= */

.sophianav,
.sophianav * {
  box-sizing: border-box;
}

.sophianav {
  --sophianav-night: var(--sophia-night, #020611);
  --sophianav-deep: var(--sophia-deep, #071226);
  --sophianav-ivory: var(--sophia-ivory, #f1eee7);
  --sophianav-silver: var(--sophia-silver, #c9d7e7);
  --sophianav-gold: var(--sophia-gold, #b69b67);
  --sophianav-moon: var(--sophia-moon, #9fc8ef);
  --sophianav-ui: var(--sophia-font-ui, 'Manrope', Arial, sans-serif);
  --sophianav-display: var(--sophia-font-display, 'Cinzel', Georgia, serif);
  --sophianav-editorial: var(--sophia-font-editorial, 'Cormorant Garamond', Georgia, serif);
  --sophianav-admin-offset: 0px;
  position: fixed;
  z-index: 99990;
  top: var(--sophianav-admin-offset);
  left: 0;
  width: 100%;
  height: 0;
  color: var(--sophianav-ivory);
  pointer-events: none;
  isolation: isolate;
}

body.admin-bar .sophianav {
  --sophianav-admin-offset: 32px;
}

.sophianav a,
.sophianav button {
  -webkit-tap-highlight-color: transparent;
}

.sophianav a {
  color: inherit;
  text-decoration: none;
}

.sophianav button {
  padding: 0;
  border: 0;
  color: inherit;
  background: none;
  font: inherit;
  cursor: pointer;
}

.sophianav__shell {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(210px, 1fr) auto minmax(210px, 1fr);
  align-items: center;
  width: min(100% - 64px, 1380px);
  height: 82px;
  margin: 0 auto;
  padding: 0 clamp(2px, 1.2vw, 18px);
  border-bottom: 1px solid rgba(201, 215, 231, 0.12);
  pointer-events: auto;
  transition:
    width 400ms ease,
    height 400ms ease,
    margin-top 400ms ease,
    padding 400ms ease,
    border-color 400ms ease,
    border-radius 400ms ease,
    background-color 400ms ease,
    box-shadow 400ms ease,
    backdrop-filter 400ms ease;
}

.sophianav.is-scrolled .sophianav__shell,
.sophianav.is-menu-open .sophianav__shell {
  width: min(100% - 40px, 1320px);
  height: 64px;
  margin-top: 12px;
  padding: 0 clamp(18px, 2vw, 30px);
  border: 1px solid rgba(201, 215, 231, 0.13);
  border-radius: 2px;
  background: rgba(3, 8, 18, 0.76);
  box-shadow: 0 18px 55px rgba(0, 3, 12, 0.28);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
  backdrop-filter: blur(18px) saturate(125%);
}

/* ---------- MARCA ---------- */

.sophianav__brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 12px;
  min-width: 0;
}

.sophianav__sigil {
  position: relative;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border: 1px solid rgba(182, 155, 103, 0.46);
  border-radius: 50%;
  color: var(--sophianav-gold);
  box-shadow: inset 0 0 20px rgba(159, 200, 239, 0.04);
}

.sophianav__sigil::before {
  content: '';
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(201, 215, 231, 0.12);
  border-radius: inherit;
}

.sophianav__sigil span {
  margin-left: -2px;
  font-family: Georgia, serif;
  font-size: 17px;
  line-height: 1;
}

.sophianav__sigil i {
  position: absolute;
  right: 5px;
  top: 7px;
  color: var(--sophianav-silver);
  font-size: 5px;
  font-style: normal;
}

.sophianav__brand-copy {
  display: flex;
  align-items: baseline;
  gap: 7px;
  white-space: nowrap;
}

.sophianav .sophianav__brand-copy strong {
  color: var(--sophianav-ivory) !important;
  -webkit-text-fill-color: var(--sophianav-ivory) !important;
  font-family: var(--sophianav-display) !important;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
}

.sophianav .sophianav__brand-copy small {
  color: rgba(201, 215, 231, 0.64) !important;
  -webkit-text-fill-color: rgba(201, 215, 231, 0.64) !important;
  font-family: var(--sophianav-editorial) !important;
  font-size: 14px;
  font-style: italic;
  line-height: 1;
}

/* ---------- NAVEGAÇÃO DESKTOP ---------- */

.sophianav__desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 2.5vw, 42px);
}

.sophianav__desktop-nav a {
  position: relative;
  padding: 10px 0;
  color: rgba(215, 226, 238, 0.55);
  font-family: var(--sophianav-ui);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  transition: color 240ms ease, opacity 240ms ease;
}

.sophianav__desktop-nav a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 0;
  height: 1px;
  background: var(--sophianav-gold);
  transform: translateX(-50%);
  transition: width 280ms ease;
}

.sophianav__desktop-nav a:hover,
.sophianav__desktop-nav a:focus-visible,
.sophianav__desktop-nav a[aria-current='page'] {
  color: var(--sophianav-ivory);
}

.sophianav__desktop-nav a[aria-current='page']::after {
  width: 22px;
}

.sophianav__desktop-nav a.is-pending {
  opacity: 0.38;
}

/* ---------- AÇÕES ---------- */

.sophianav__actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: clamp(15px, 1.8vw, 28px);
}

.sophianav__volume {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  font-family: var(--sophianav-ui);
  line-height: 1;
  text-transform: uppercase;
}

.sophianav__volume small {
  color: rgba(201, 215, 231, 0.34);
  font-size: 6px;
  letter-spacing: 0.19em;
}

.sophianav__volume b {
  color: rgba(201, 215, 231, 0.7);
  font-size: 7px;
  font-weight: 400;
  letter-spacing: 0.22em;
}

.sophianav__position {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(201, 215, 231, 0.48);
  font-family: var(--sophianav-ui);
  font-size: 7px;
  letter-spacing: 0.12em;
}

.sophianav__position b {
  color: var(--sophianav-gold);
  font-weight: 500;
}

.sophianav__position i {
  display: block;
  width: 18px;
  height: 1px;
  background: rgba(201, 215, 231, 0.24);
}

.sophianav__toggle {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 40px;
  color: rgba(241, 238, 231, 0.82);
  font-family: var(--sophianav-ui) !important;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.sophianav__toggle-icon {
  position: relative;
  display: block;
  width: 27px;
  height: 15px;
}

.sophianav__toggle-icon i {
  position: absolute;
  right: 0;
  display: block;
  height: 1px;
  background: currentColor;
  transform-origin: center;
  transition: top 280ms ease, width 280ms ease, transform 280ms ease;
}

.sophianav__toggle-icon i:first-child {
  top: 4px;
  width: 27px;
}

.sophianav__toggle-icon i:last-child {
  top: 11px;
  width: 17px;
}

.sophianav.is-menu-open .sophianav__toggle-icon i:first-child {
  top: 7px;
  transform: rotate(45deg);
}

.sophianav.is-menu-open .sophianav__toggle-icon i:last-child {
  top: 7px;
  width: 27px;
  transform: rotate(-45deg);
}

/* ---------- PROGRESSO DA PÁGINA ---------- */

.sophianav__page-progress {
  position: fixed;
  z-index: 5;
  top: var(--sophianav-admin-offset);
  left: 0;
  width: 100%;
  height: 1px;
  overflow: hidden;
  background: rgba(201, 215, 231, 0.08);
  pointer-events: none;
}

.sophianav__page-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--sophianav-gold), var(--sophianav-moon));
  box-shadow: 0 0 12px rgba(159, 200, 239, 0.36);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

/* ---------- MENU SOBREPOSTO ---------- */

.sophianav__overlay {
  position: fixed;
  z-index: 2;
  inset: var(--sophianav-admin-offset) 0 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: visibility 0s linear 600ms, opacity 400ms ease;
}

.sophianav.is-menu-open .sophianav__overlay {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}

.sophianav__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 3, 10, 0.66) !important;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.sophianav__panel {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100%;
  overflow: auto;
  padding: 106px clamp(40px, 7vw, 120px) 28px;
  color: var(--sophianav-ivory);
  background:
    radial-gradient(circle at 18% 47%, rgba(23, 61, 103, 0.32), transparent 36%),
    radial-gradient(circle at 86% 12%, rgba(159, 200, 239, 0.08), transparent 28%),
    linear-gradient(112deg, rgba(2, 6, 17, 0.99) 0%, rgba(4, 12, 27, 0.98) 55%, rgba(2, 6, 17, 0.99) 100%);
  clip-path: inset(0 0 100% 0);
  transition: clip-path 650ms cubic-bezier(0.77, 0, 0.18, 1);
}

.sophianav__panel::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(201, 215, 231, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 215, 231, 0.018) 1px, transparent 1px);
  background-size: 80px 80px;
  -webkit-mask-image: linear-gradient(90deg, #000, transparent 72%);
  mask-image: linear-gradient(90deg, #000, transparent 72%);
}

.sophianav.is-menu-open .sophianav__panel {
  clip-path: inset(0 0 0 0);
}

.sophianav__panel-glow {
  position: absolute;
  left: clamp(40px, 7vw, 120px);
  top: 50%;
  width: min(38vw, 560px);
  aspect-ratio: 1;
  border: 1px solid rgba(182, 155, 103, 0.09);
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow:
    0 0 0 48px rgba(201, 215, 231, 0.012),
    0 0 0 96px rgba(201, 215, 231, 0.008),
    inset 0 0 90px rgba(23, 61, 103, 0.12);
  pointer-events: none;
}

.sophianav__panel-top,
.sophianav__panel-grid,
.sophianav__panel-footer {
  position: relative;
  z-index: 1;
}

.sophianav__panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(201, 215, 231, 0.1);
}

.sophianav__panel-overline,
.sophianav__close,
.sophianav__panel-intro small,
.sophianav__menu-index,
.sophianav__menu-state,
.sophianav__panel-footer small {
  font-family: var(--sophianav-ui) !important;
  text-transform: uppercase;
}

.sophianav__panel-overline {
  color: rgba(182, 155, 103, 0.78);
  font-size: 8px;
  letter-spacing: 0.28em;
}

.sophianav__close {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(201, 215, 231, 0.6);
  font-size: 8px;
  letter-spacing: 0.2em;
}

.sophianav__close i {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(201, 215, 231, 0.18);
  border-radius: 50%;
}

.sophianav__close i::before,
.sophianav__close i::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 10px;
  width: 10px;
  height: 1px;
  background: currentColor;
}

.sophianav__close i::before {
  transform: rotate(45deg);
}

.sophianav__close i::after {
  transform: rotate(-45deg);
}

.sophianav__panel-grid {
  display: grid;
  grid-template-columns: minmax(270px, 0.78fr) minmax(520px, 1.22fr);
  align-items: center;
  gap: clamp(60px, 9vw, 160px);
  padding: 30px 0;
}

.sophianav__panel-intro {
  align-self: center;
  max-width: 470px;
  padding-left: clamp(0px, 2vw, 30px);
}

.sophianav__panel-moon {
  display: block;
  margin-bottom: 26px;
  color: var(--sophianav-gold);
  font-family: Georgia, serif;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 400;
  line-height: 1;
  text-shadow: 0 0 36px rgba(159, 200, 239, 0.15);
}

.sophianav .sophianav__panel-intro p {
  margin: 0;
  color: rgba(241, 238, 231, 0.86) !important;
  -webkit-text-fill-color: rgba(241, 238, 231, 0.86) !important;
  font-family: var(--sophianav-editorial) !important;
  font-size: clamp(25px, 2.5vw, 39px);
  font-weight: 400;
  line-height: 1.12;
}

.sophianav__panel-rule {
  display: block;
  width: 74px;
  height: 1px;
  margin: 32px 0 17px;
  background: linear-gradient(90deg, var(--sophianav-gold), transparent);
}

.sophianav__panel-intro small {
  color: rgba(201, 215, 231, 0.38);
  font-size: 7px;
  letter-spacing: 0.23em;
}

/* ---------- LINKS DO MENU ---------- */

.sophianav__menu ol,
.sophianav__menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sophianav__menu {
  width: 100%;
}

.sophianav__menu li {
  border-bottom: 1px solid rgba(201, 215, 231, 0.09);
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition: opacity 420ms ease, transform 420ms ease;
}

.sophianav.is-menu-open .sophianav__menu li {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.sophianav.is-menu-open .sophianav__menu li:nth-child(1) { transition-delay: 180ms; }
.sophianav.is-menu-open .sophianav__menu li:nth-child(2) { transition-delay: 230ms; }
.sophianav.is-menu-open .sophianav__menu li:nth-child(3) { transition-delay: 280ms; }
.sophianav.is-menu-open .sophianav__menu li:nth-child(4) { transition-delay: 330ms; }
.sophianav.is-menu-open .sophianav__menu li:nth-child(5) { transition-delay: 380ms; }
.sophianav.is-menu-open .sophianav__menu li:nth-child(6) { transition-delay: 430ms; }

.sophianav__menu a {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 76px;
  padding: 8px 0;
}

.sophianav__menu a::before {
  content: '';
  position: absolute;
  left: -22px;
  top: 50%;
  width: 0;
  height: 1px;
  background: var(--sophianav-gold);
  transform: translateY(-50%);
  transition: width 260ms ease;
}

.sophianav__menu a:hover::before,
.sophianav__menu a:focus-visible::before,
.sophianav__menu a[aria-current='page']::before {
  width: 13px;
}

.sophianav__menu-index {
  color: rgba(182, 155, 103, 0.58);
  font-size: 7px;
  letter-spacing: 0.16em;
}

.sophianav__menu-copy {
  display: flex;
  align-items: baseline;
  gap: 18px;
  min-width: 0;
}

.sophianav .sophianav__menu-copy strong {
  color: rgba(241, 238, 231, 0.76) !important;
  -webkit-text-fill-color: rgba(241, 238, 231, 0.76) !important;
  font-family: var(--sophianav-editorial) !important;
  font-size: clamp(29px, 3vw, 48px);
  font-weight: 400;
  line-height: 1;
  transition: color 240ms ease, -webkit-text-fill-color 240ms ease;
}

.sophianav .sophianav__menu-copy small {
  overflow: hidden;
  color: rgba(201, 215, 231, 0.36) !important;
  -webkit-text-fill-color: rgba(201, 215, 231, 0.36) !important;
  font-family: var(--sophianav-editorial) !important;
  font-size: 13px;
  font-style: italic;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sophianav__menu-state {
  color: rgba(201, 215, 231, 0.34);
  font-size: 6px;
  letter-spacing: 0.2em;
  white-space: nowrap;
}

.sophianav__menu a:hover .sophianav__menu-copy strong,
.sophianav__menu a:focus-visible .sophianav__menu-copy strong,
.sophianav__menu a[aria-current='page'] .sophianav__menu-copy strong {
  color: var(--sophianav-ivory) !important;
  -webkit-text-fill-color: var(--sophianav-ivory) !important;
}

.sophianav__menu a[aria-current='page'] .sophianav__menu-state {
  color: var(--sophianav-gold);
}

.sophianav__menu a.is-pending {
  opacity: 0.48;
  cursor: default;
}

.sophianav__menu a.is-pending:hover::before {
  width: 0;
}

/* ---------- RODAPÉ DO MENU ---------- */

.sophianav__panel-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(201, 215, 231, 0.1);
}

.sophianav__panel-footer > span {
  color: rgba(182, 155, 103, 0.72);
  font-size: 10px;
  letter-spacing: 0.3em;
}

.sophianav .sophianav__panel-footer p {
  margin: 0;
  color: rgba(201, 215, 231, 0.48) !important;
  -webkit-text-fill-color: rgba(201, 215, 231, 0.48) !important;
  font-family: var(--sophianav-editorial) !important;
  font-size: 13px;
  font-style: italic;
}

.sophianav__panel-footer small {
  color: rgba(201, 215, 231, 0.3);
  font-size: 6px;
  letter-spacing: 0.2em;
}

.sophianav__sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body.sophianav-menu-open {
  overflow: hidden !important;
}

/* ---------- RESPONSIVIDADE ---------- */

@media (max-width: 1120px) {
  .sophianav__shell {
    grid-template-columns: 1fr auto;
  }

  .sophianav__desktop-nav {
    display: none;
  }

  .sophianav__panel-grid {
    grid-template-columns: minmax(220px, 0.65fr) minmax(470px, 1.35fr);
    gap: 48px;
  }

  .sophianav__menu-copy {
    display: block;
  }

  .sophianav__menu-copy small {
    display: block;
    margin-top: 5px;
  }
}

@media (max-width: 820px) {
  .sophianav__shell,
  .sophianav.is-scrolled .sophianav__shell,
  .sophianav.is-menu-open .sophianav__shell {
    width: calc(100% - 24px);
    height: 62px;
    margin-top: 8px;
    padding: 0 15px;
  }

  .sophianav__volume,
  .sophianav__position,
  .sophianav__toggle-text {
    display: none;
  }

  .sophianav__brand-copy {
    display: block;
  }

  .sophianav .sophianav__brand-copy strong,
  .sophianav .sophianav__brand-copy small {
    display: block;
  }

  .sophianav .sophianav__brand-copy strong {
    font-size: 10px;
  }

  .sophianav .sophianav__brand-copy small {
    margin-top: 3px;
    font-size: 12px;
  }

  .sophianav__toggle {
    min-width: 34px;
    justify-content: flex-end;
  }

  .sophianav__panel {
    display: block;
    padding: 94px 24px 24px;
  }

  .sophianav__panel-top {
    padding-bottom: 16px;
  }

  .sophianav__panel-grid {
    display: block;
    padding: 26px 0 20px;
  }

  .sophianav__panel-intro,
  .sophianav__panel-glow {
    display: none;
  }

  .sophianav__menu a {
    grid-template-columns: 28px minmax(0, 1fr) auto;
    gap: 12px;
    min-height: 70px;
  }

  .sophianav .sophianav__menu-copy strong {
    font-size: clamp(29px, 8.5vw, 40px);
  }

  .sophianav .sophianav__menu-copy small {
    font-size: 12px;
  }

  .sophianav__menu-state {
    display: none;
  }

  .sophianav__panel-footer {
    grid-template-columns: auto 1fr;
    gap: 14px;
  }

  .sophianav__panel-footer small {
    display: none;
  }
}

@media (max-width: 420px) {
  .sophianav__sigil {
    width: 31px;
    height: 31px;
    flex-basis: 31px;
  }

  .sophianav__panel {
    padding-right: 19px;
    padding-left: 19px;
  }

  .sophianav__panel-overline {
    font-size: 7px;
  }

  .sophianav__close span {
    display: none;
  }

  .sophianav__menu a {
    min-height: 66px;
  }

  .sophianav .sophianav__menu-copy strong {
    font-size: 29px;
  }

  .sophianav .sophianav__panel-footer p {
    font-size: 12px;
  }
}

@media screen and (max-width: 782px) {
  body.admin-bar .sophianav {
    --sophianav-admin-offset: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sophianav *,
  .sophianav *::before,
  .sophianav *::after {
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1b09b59 *//* =========================================================
   O ESPELHO DE SOPHIA — HERO 01
   CSS PERSONALIZADO DA PÁGINA / ELEMENTOR
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600&family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400&family=Manrope:wght@300;400;500&display=swap');

:root {
  --sophiah-night: #020611;
  --sophiah-deep: #071226;
  --sophiah-blue: #112d54;
  --sophiah-moon: #a7cfff;
  --sophiah-silver: #c9d7e7;
  --sophiah-gold: #b69b67;
  --sophiah-ivory: #f1eee7;
  --sophiah-muted: rgba(224, 232, 242, 0.64);
}

html,
body {
  overflow-x: clip;
}

.elementor-widget-html:has(.sophiah),
.elementor-widget-html:has(.sophiah) > .elementor-widget-container {
  width: 100%;
}

.sophiah,
.sophiah * {
  box-sizing: border-box;
}

.sophiah {
  position: relative;
  width: 100%;
  height: 620vh;
  margin: 0;
  color: var(--sophiah-ivory);
  background: var(--sophiah-night);
  isolation: isolate;
}

.sophiah__stage {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100svh;
  min-height: 680px;
  overflow: hidden;
  background: var(--sophiah-night);
}

/* ---------- VÍDEO CONTROLADO PELO SCROLL ---------- */

.sophiah__media,
.sophiah__vignette,
.sophiah__wash,
.sophiah__flash {
  position: absolute;
  inset: 0;
}

.sophiah__media {
  z-index: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 48%, rgba(40, 89, 144, 0.18), transparent 25%),
    linear-gradient(112deg, #02050d 0%, #07101f 46%, #02040a 100%);
}

.sophiah__video {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
  filter: none;
  transform: translateZ(0);
  backface-visibility: hidden;
  pointer-events: none;
  will-change: transform;
}

/* A névoa e as partículas já estão gravadas no vídeo. */
.sophiah__fog,
.sophiah__particles {
  display: none !important;
}

/* Neutraliza definitivamente qualquer versão antiga do cenário provisório. */
.sophiah__fallback,
.sophiah__moon,
.sophiah__mirror,
.sophiah__mirror-glass,
.sophiah__mirror-ring,
.sophiah__mirror-halo {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.sophiah__fog {
  position: absolute;
  z-index: 2;
  right: -15%;
  bottom: -18%;
  width: 85%;
  height: 46%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(143, 179, 216, 0.13), transparent 68%);
  filter: blur(30px);
  opacity: 0.64;
  will-change: transform, opacity;
}

.sophiah__fog--02 {
  right: 23%;
  bottom: -23%;
  width: 72%;
  opacity: 0.38;
}

.sophiah__particles {
  position: absolute;
  z-index: 2;
  inset: 0;
  opacity: 0.24;
  background-image:
    radial-gradient(circle, rgba(213, 231, 250, 0.75) 0 1px, transparent 1.4px),
    radial-gradient(circle, rgba(182, 155, 103, 0.6) 0 0.8px, transparent 1.2px);
  background-position: 0 0, 38px 61px;
  background-size: 93px 93px, 137px 137px;
  mask-image: linear-gradient(90deg, transparent 15%, #000 62%, transparent 100%);
}

.sophiah__vignette {
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(1, 3, 8, 0.82) 0%, rgba(1, 3, 8, 0.28) 48%, rgba(1, 3, 8, 0.54) 100%),
    radial-gradient(ellipse at center, transparent 38%, rgba(0, 2, 7, 0.7) 100%);
}

.sophiah__wash {
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle at 68% 48%, rgba(132, 194, 255, 0.28), transparent 43%);
}

.sophiah__flash {
  z-index: 6;
  pointer-events: none;
  opacity: 0;
  background: rgba(217, 235, 255, 0.92);
  mix-blend-mode: screen;
}

/* ---------- INTERFACE ---------- */

.sophiah__ui {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.sophiah__scene {
  position: absolute;
  left: clamp(28px, 7vw, 120px);
  top: 50%;
  width: min(660px, 43vw);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}

.sophiah__scene--intro {
  opacity: 1;
  visibility: visible;
}

.sophiah__eyebrow,
.sophiah__scene-index,
.sophiah__scene-overline,
.sophiah__final-kicker,
.sophiah__scroll-label,
.sophiah__signature,
.sophiah__progress-number,
.sophiah__loader-text {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.sophiah__eyebrow {
  display: block;
  margin-bottom: 24px;
  color: var(--sophiah-gold);
  font-size: 10px;
}

.sophiah__title {
  margin: 0;
  font-family: 'Cinzel', serif;
  font-size: clamp(54px, 7vw, 118px);
  font-weight: 400;
  line-height: 0.91;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.sophiah__title > span {
  display: block;
}

.sophiah__title-accent {
  margin-top: 9px;
  color: transparent;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.035em;
  -webkit-text-stroke: 1px rgba(203, 220, 238, 0.76);
  text-shadow: 0 0 34px rgba(103, 164, 225, 0.08);
}

.sophiah__lead {
  max-width: 570px;
  margin: 30px 0 0;
  color: var(--sophiah-muted);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(18px, 1.5vw, 25px);
  font-weight: 400;
  line-height: 1.38;
}

.sophiah__cta {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 34px;
  color: var(--sophiah-silver);
  font-family: 'Manrope', sans-serif;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-decoration: none;
  text-transform: uppercase;
}

.sophiah__cta-line {
  display: inline-block;
  width: 58px;
  height: 1px;
  background: linear-gradient(90deg, var(--sophiah-gold), transparent);
  transition: width 350ms ease;
}

.sophiah__cta:hover .sophiah__cta-line {
  width: 82px;
}

.sophiah__scene-index {
  display: block;
  margin-bottom: 42px;
  color: rgba(182, 155, 103, 0.72);
  font-size: 9px;
}

.sophiah__scene-overline {
  margin: 0 0 14px;
  color: rgba(199, 215, 232, 0.56);
  font-size: 9px;
}

.sophiah__scene-title,
.sophiah__final-title {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(42px, 5vw, 78px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.sophiah__scene-text {
  max-width: 510px;
  margin: 24px 0 0;
  color: var(--sophiah-muted);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.48;
}

.sophiah__scene--final {
  left: 50%;
  width: min(900px, 76vw);
  text-align: center;
  transform: translate(-50%, -48%);
}

.sophiah__final-symbol {
  display: block;
  margin-bottom: 28px;
  color: var(--sophiah-gold);
  font-size: 18px;
  letter-spacing: 0.5em;
}

.sophiah__final-kicker {
  margin: 0 0 18px;
  color: var(--sophiah-silver);
  font-size: 9px;
}

.sophiah__final-title {
  font-size: clamp(52px, 7vw, 106px);
}

.sophiah__final-rule {
  display: block;
  width: 0;
  height: 1px;
  margin: 34px auto 0;
  background: linear-gradient(90deg, transparent, var(--sophiah-gold), transparent);
}

/* ---------- INDICADORES ---------- */

.sophiah__progress {
  position: absolute;
  top: 50%;
  right: clamp(20px, 3vw, 54px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  transform: translateY(-50%);
}

.sophiah__progress-number {
  color: rgba(214, 226, 239, 0.45);
  font-size: 7px;
}

.sophiah__progress-track {
  position: relative;
  display: block;
  width: 1px;
  height: 96px;
  overflow: hidden;
  background: rgba(208, 221, 235, 0.15);
}

.sophiah__progress-fill {
  position: absolute;
  inset: 0;
  display: block;
  background: linear-gradient(180deg, var(--sophiah-gold), var(--sophiah-moon));
  transform: scaleY(0);
  transform-origin: top;
}

.sophiah__scroll {
  position: absolute;
  left: clamp(28px, 7vw, 120px);
  bottom: clamp(24px, 5vh, 52px);
  display: flex;
  align-items: center;
  gap: 16px;
}

.sophiah__scroll-label {
  color: rgba(207, 219, 232, 0.46);
  font-size: 7px;
}

.sophiah__scroll-line {
  position: relative;
  width: 70px;
  height: 1px;
  overflow: hidden;
  background: rgba(207, 219, 232, 0.14);
}

.sophiah__scroll-line::after {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(90deg, transparent, var(--sophiah-silver), transparent);
  transform: translateX(-100%);
  animation: sophiah-scroll-line 2.4s ease-in-out infinite;
}

.sophiah__signature {
  position: absolute;
  right: clamp(24px, 4vw, 62px);
  bottom: clamp(24px, 5vh, 52px);
  color: rgba(207, 219, 232, 0.28);
  font-size: 6px;
}

/* ---------- LOADER ---------- */

.sophiah__loader {
  position: absolute;
  z-index: 20;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 18px;
  background: #02050d;
  transition: opacity 750ms ease, visibility 750ms ease;
}

.sophiah.is-ready .sophiah__loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.sophiah__loader-symbol {
  color: var(--sophiah-gold);
  font-size: 28px;
  animation: sophiah-loader-symbol 2.4s ease-in-out infinite;
}

.sophiah__loader-text {
  color: rgba(215, 226, 238, 0.62);
  font-size: 8px;
}

.sophiah__loader-track {
  display: block;
  width: 120px;
  height: 1px;
  overflow: hidden;
  background: rgba(215, 226, 238, 0.12);
}

.sophiah__loader-fill {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--sophiah-moon), transparent);
  transform: translateX(-100%);
  animation: sophiah-loader-line 1.8s ease-in-out infinite;
}

@keyframes sophiah-scroll-line {
  0%, 15% { transform: translateX(-100%); }
  70%, 100% { transform: translateX(100%); }
}

@keyframes sophiah-loader-line {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

@keyframes sophiah-loader-symbol {
  0%, 100% { opacity: 0.4; transform: rotate(-5deg); }
  50% { opacity: 1; transform: rotate(5deg); }
}

/* ---------- TABLET ---------- */

@media (max-width: 1024px) {
  .sophiah {
    height: 560vh;
  }

  .sophiah__stage {
    min-height: 620px;
  }

  .sophiah__scene {
    width: min(610px, 59vw);
  }

  .sophiah__vignette {
    background:
      linear-gradient(90deg, rgba(1, 3, 8, 0.9), rgba(1, 3, 8, 0.26) 72%, rgba(1, 3, 8, 0.66)),
      radial-gradient(ellipse at center, transparent 32%, rgba(0, 2, 7, 0.72));
  }
}

/* ---------- MOBILE ---------- */

@media (max-width: 767px) {
  .sophiah {
    height: 500vh;
  }

  .sophiah__stage {
    min-height: 100svh;
  }

  .sophiah__video {
    object-position: 62% center;
  }

  .sophiah__vignette {
    background:
      linear-gradient(180deg, rgba(1, 3, 8, 0.3), rgba(1, 3, 8, 0.92) 68%),
      radial-gradient(ellipse at center, transparent 20%, rgba(0, 2, 7, 0.66));
  }

  .sophiah__scene {
    top: auto;
    right: 24px;
    bottom: 13vh;
    left: 24px;
    width: auto;
    transform: none;
  }

  .sophiah__scene--final {
    top: 50%;
    bottom: auto;
    left: 50%;
    width: calc(100% - 48px);
    transform: translate(-50%, -50%);
  }

  .sophiah__eyebrow {
    margin-bottom: 18px;
    font-size: 8px;
  }

  .sophiah__title {
    font-size: clamp(48px, 16vw, 72px);
  }

  .sophiah__lead {
    margin-top: 22px;
    font-size: 18px;
  }

  .sophiah__cta {
    margin-top: 24px;
  }

  .sophiah__scene-index {
    margin-bottom: 22px;
  }

  .sophiah__scene-title {
    font-size: clamp(39px, 12vw, 58px);
  }

  .sophiah__scene-text {
    margin-top: 18px;
    font-size: 17px;
  }

  .sophiah__progress {
    top: 42%;
    right: 14px;
  }

  .sophiah__progress-track {
    height: 72px;
  }

  .sophiah__scroll {
    left: 24px;
    bottom: 28px;
  }

  .sophiah__signature {
    display: none;
  }
}

/* ---------- MOVIMENTO REDUZIDO ---------- */

@media (prefers-reduced-motion: reduce) {
  .sophiah {
    height: auto;
  }

  .sophiah__stage {
    position: relative;
    min-height: 100svh;
  }

  .sophiah__scene:not(.sophiah__scene--intro),
  .sophiah__progress {
    display: none;
  }

  .sophiah__scroll-line::after,
  .sophiah__loader-symbol,
  .sophiah__loader-fill {
    animation: none;
  }
}
/* =====================================================
   HERO — CORREÇÃO DEFINITIVA DAS CORES
   Isolada exclusivamente em #inicio.sophiah
===================================================== */

#inicio.sophiah {
    --sophia-ivory: #f1eee7;
    --sophia-font-display: "Cinzel", serif;
    --sophia-font-editorial: "Cormorant Garamond", serif;
}

/* O ESPELHO */
#inicio.sophiah #sophiah-title,
#inicio.sophiah #sophiah-title > span:not(.sophiah__title-accent) {
    color: #f1eee7 !important;
    -webkit-text-fill-color: #f1eee7 !important;
    font-family: "Cinzel", serif !important;
    text-shadow:
        0 3px 18px rgba(0, 0, 0, 0.78),
        0 0 34px rgba(122, 169, 211, 0.08) !important;
}

/* DE SOPHIA — mantém o efeito contornado */
#inicio.sophiah #sophiah-title > .sophiah__title-accent {
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    -webkit-text-stroke: 1px rgba(220, 232, 244, 0.96) !important;
    font-family: "Cormorant Garamond", serif !important;
    text-shadow:
        0 3px 16px rgba(0, 0, 0, 0.7),
        0 0 34px rgba(103, 164, 225, 0.15) !important;
}

/* PARÁGRAFO */
#inicio.sophiah .sophiah__lead {
    color: rgba(241, 238, 231, 0.9) !important;
    -webkit-text-fill-color: rgba(241, 238, 231, 0.9) !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.82) !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ce498ec *//* =========================================================
   O ESPELHO DE SOPHIA — SESSÃO 02
   CSS PERSONALIZADO DA PÁGINA / ELEMENTOR
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500&family=Cormorant+Garamond:ital,wght@0,400;1,400;1,500&family=Manrope:wght@300;400;500&display=swap');

:root {
  --sophias2-night: #020611;
  --sophias2-deep: #071226;
  --sophias2-ivory: #f1eee7;
  --sophias2-silver: #c9d7e7;
  --sophias2-gold: #b69b67;
  --sophias2-muted: rgba(224, 232, 242, 0.66);
  --sophias2-progress-value: 0;
  --sophias2-media-scale: 1.035;
}

.elementor-widget-html:has(.sophias2),
.elementor-widget-html:has(.sophias2) > .elementor-widget-container {
  width: 100%;
}

.sophias2,
.sophias2 * {
  box-sizing: border-box;
}

.sophias2 {
  position: relative;
  width: 100%;
  height: 340vh;
  margin: 0;
  color: var(--sophias2-ivory);
  background: var(--sophias2-night);
  isolation: isolate;
}

.sophias2__stage {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100svh;
  min-height: 680px;
  overflow: hidden;
  background: var(--sophias2-night);
}

/* ---------- IMAGENS EM REVELAÇÃO ---------- */

.sophias2__media,
.sophias2__frame,
.sophias2__frame img,
.sophias2__shade,
.sophias2__vignette {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.sophias2__media {
  z-index: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 66% 44%, rgba(24, 70, 116, 0.3), transparent 30%),
    var(--sophias2-night);
}

.sophias2__frame {
  margin: 0;
  opacity: 0;
  transform: scale(var(--sophias2-media-scale)) translateZ(0);
  transform-origin: 58% 50%;
  backface-visibility: hidden;
  will-change: opacity, transform;
}

.sophias2__frame--01 {
  opacity: 1;
}

.sophias2__frame img {
  display: block;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  user-select: none;
  pointer-events: none;
}

.sophias2__shade {
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg,
      rgba(1, 4, 11, 0.94) 0%,
      rgba(2, 6, 17, 0.79) 24%,
      rgba(2, 6, 17, 0.38) 48%,
      rgba(2, 6, 17, 0.06) 69%,
      rgba(2, 6, 17, 0.35) 100%),
    linear-gradient(180deg,
      rgba(1, 3, 9, 0.48) 0%,
      transparent 24%,
      transparent 72%,
      rgba(1, 3, 9, 0.74) 100%);
}

.sophias2__vignette {
  z-index: 3;
  pointer-events: none;
  box-shadow: inset 0 0 180px 30px rgba(0, 2, 8, 0.74);
}

/* ---------- TRANSIÇÃO SUPERIOR ---------- */

.sophias2__threshold {
  position: absolute;
  z-index: 7;
  top: clamp(24px, 4.2vh, 48px);
  left: 50%;
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(240px, 42vw);
  transform: translateX(-50%);
  color: rgba(182, 155, 103, 0.82);
}

.sophias2__threshold span {
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, transparent, currentColor);
}

.sophias2__threshold span:last-child {
  background: linear-gradient(90deg, currentColor, transparent);
}

.sophias2__threshold b {
  font-family: Georgia, serif;
  font-size: 14px;
  font-weight: 400;
}

/* ---------- CONTEÚDO EDITORIAL ---------- */

.sophias2__content {
  position: relative;
  z-index: 6;
  width: 100%;
  height: 100%;
}

.sophias2__chapter {
  position: absolute;
  top: clamp(80px, 13vh, 132px);
  left: clamp(28px, 7vw, 120px);
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: 'Manrope', sans-serif;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(201, 215, 231, 0.58);
}

.sophias2__chapter i {
  width: 38px;
  height: 1px;
  background: rgba(182, 155, 103, 0.62);
}

.sophias2__stories {
  position: absolute;
  left: clamp(28px, 7vw, 120px);
  top: 50%;
  width: min(610px, 42vw);
  transform: translateY(-45%);
}

.sophias2__story {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  pointer-events: none;
  will-change: opacity, transform;
}

.sophias2__story--01 {
  position: relative;
  top: auto;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.sophias2__index {
  display: block;
  margin-bottom: 22px;
  font-family: 'Manrope', sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--sophias2-gold);
}

.sophias2__title {
  margin: 0;
  max-width: 590px;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(46px, 5vw, 82px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.sophias2__title em {
  display: block;
  margin-top: 5px;
  font-weight: 400;
  color: var(--sophias2-silver);
  text-shadow: 0 0 26px rgba(115, 167, 221, 0.12);
}

.sophias2__text {
  width: min(520px, 100%);
  margin: 28px 0 0;
  padding-left: 18px;
  border-left: 1px solid rgba(182, 155, 103, 0.58);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(17px, 1.35vw, 21px);
  font-weight: 400;
  line-height: 1.55;
  color: var(--sophias2-muted);
}

.sophias2__quote {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 30px;
  color: rgba(182, 155, 103, 0.9);
}

.sophias2__quote > span {
  padding-top: 4px;
  white-space: nowrap;
  font-size: 10px;
  letter-spacing: 0.18em;
}

.sophias2__quote p {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(15px, 1.1vw, 18px);
  font-style: italic;
  line-height: 1.45;
  color: rgba(241, 238, 231, 0.72);
}

/* ---------- PROGRESSO E FÓLIO ---------- */

.sophias2__progress {
  position: absolute;
  z-index: 7;
  top: 50%;
  right: clamp(22px, 3.2vw, 54px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  transform: translateY(-50%);
}

.sophias2__progress-number,
.sophias2__folio {
  font-family: 'Manrope', sans-serif;
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 0.19em;
  color: rgba(201, 215, 231, 0.48);
}

.sophias2__progress-track {
  position: relative;
  display: block;
  width: 1px;
  height: min(250px, 33vh);
  overflow: hidden;
  background: rgba(201, 215, 231, 0.17);
}

.sophias2__progress-fill {
  position: absolute;
  inset: 0;
  display: block;
  background: linear-gradient(180deg, var(--sophias2-gold), #8bbbe8);
  transform: scaleY(0);
  transform-origin: top;
  will-change: transform;
}

.sophias2__folio {
  position: absolute;
  z-index: 7;
  left: clamp(28px, 7vw, 120px);
  bottom: clamp(24px, 4.2vh, 48px);
  text-transform: uppercase;
}

/* ---------- TABLET E MOBILE ---------- */

@media (max-width: 1024px) {
  .sophias2 {
    height: 320vh;
  }

  .sophias2__stage {
    min-height: 620px;
  }

  .sophias2__stories {
    width: min(570px, 59vw);
  }

  .sophias2__shade {
    background:
      linear-gradient(90deg,
        rgba(1, 4, 11, 0.94) 0%,
        rgba(2, 6, 17, 0.76) 38%,
        rgba(2, 6, 17, 0.18) 72%,
        rgba(2, 6, 17, 0.42) 100%),
      linear-gradient(180deg, rgba(1, 3, 9, 0.42), transparent 50%, rgba(1, 3, 9, 0.82));
  }
}

@media (max-width: 767px) {
  .sophias2 {
    height: 300vh;
  }

  .sophias2__stage {
    min-height: 600px;
  }

  .sophias2__frame {
    transform-origin: 61% 45%;
  }

  .sophias2__frame img {
    object-position: 61% center;
  }

  .sophias2__shade {
    background:
      linear-gradient(180deg,
        rgba(1, 4, 11, 0.38) 0%,
        rgba(1, 4, 11, 0.08) 30%,
        rgba(1, 4, 11, 0.7) 58%,
        rgba(1, 4, 11, 0.98) 100%);
  }

  .sophias2__vignette {
    box-shadow: inset 0 0 90px 10px rgba(0, 2, 8, 0.65);
  }

  .sophias2__threshold {
    top: 22px;
  }

  .sophias2__chapter {
    top: 68px;
    left: 24px;
  }

  .sophias2__stories {
    left: 24px;
    right: 24px;
    top: auto;
    bottom: clamp(80px, 11vh, 108px);
    width: auto;
    transform: none;
  }

  .sophias2__index {
    margin-bottom: 14px;
  }

  .sophias2__title {
    max-width: 100%;
    font-size: clamp(38px, 11vw, 58px);
    line-height: 0.96;
  }

  .sophias2__text {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.45;
  }

  .sophias2__quote {
    display: none;
  }

  .sophias2__progress {
    display: none;
  }

  .sophias2__folio {
    left: 24px;
    bottom: 22px;
  }
}

@media (max-height: 720px) and (min-width: 768px) {
  .sophias2__stage {
    min-height: 560px;
  }

  .sophias2__chapter {
    top: 74px;
  }

  .sophias2__stories {
    transform: translateY(-42%);
  }

  .sophias2__title {
    font-size: clamp(42px, 4.3vw, 68px);
  }

  .sophias2__text {
    margin-top: 20px;
  }

  .sophias2__quote {
    margin-top: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sophias2 {
    height: auto;
  }

  .sophias2__stage {
    position: relative;
    min-height: 100svh;
  }

  .sophias2__frame {
    display: none;
    transform: none;
  }

  .sophias2__frame--03 {
    display: block;
    opacity: 1 !important;
  }

  .sophias2__story {
    display: none;
    transform: none !important;
  }

  .sophias2__story--03 {
    position: relative;
    display: block;
    opacity: 1 !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-71507c8 *//* =========================================================
   O ESPELHO DE SOPHIA — SESSÃO 03
   MUSEU LION: O ARQUIVO DE SOLACE
   Cole no CSS personalizado da página, após o cabeçalho.
========================================================= */

.elementor-widget-html:has(.sophias3),
.elementor-widget-html:has(.sophias3) > .elementor-widget-container {
  width: 100%;
}

.sophias3,
.sophias3 * {
  box-sizing: border-box;
}

.sophias3 {
  --sophias3-night: var(--sophia-night, #020611);
  --sophias3-deep: var(--sophia-deep, #071226);
  --sophias3-blue: var(--sophia-blue, #173d67);
  --sophias3-moon: var(--sophia-moon, #9fc8ef);
  --sophias3-silver: var(--sophia-silver, #c9d7e7);
  --sophias3-gold: var(--sophia-gold, #b69b67);
  --sophias3-ivory: var(--sophia-ivory, #f1eee7);
  --sophias3-muted: var(--sophia-muted, rgba(224, 232, 242, 0.68));
  --sophias3-ui: var(--sophia-font-ui, 'Manrope', Arial, sans-serif);
  --sophias3-display: var(--sophia-font-display, 'Cinzel', Georgia, serif);
  --sophias3-editorial: var(--sophia-font-editorial, 'Cormorant Garamond', Georgia, serif);
  --sophias3-story-y: 24px;
  --sophias3-media-scale: 1.016;
  --sophias3-reveal: 0;
  --sophias3-light-opacity: 0.06;
  --sophias3-light-x: 0vw;
  position: relative;
  width: 100%;
  height: 500vh;
  margin: 0;
  color: var(--sophias3-ivory);
  background: var(--sophias3-night);
  isolation: isolate;
}

.sophias3__stage {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100svh;
  min-height: 500px;
  overflow: hidden;
  color: var(--sophias3-ivory);
  background: var(--sophias3-night);
}

/* ---------- VÍDEO E FALLBACK ---------- */

.sophias3__media,
.sophias3__video,
.sophias3__fallback,
.sophias3__shade,
.sophias3__vignette,
.sophias3__grain,
.sophias3__light {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.sophias3__media {
  z-index: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 64% 40%, rgba(108, 90, 64, 0.13), transparent 35%),
    var(--sophias3-night);
}

.sophias3__video {
  z-index: 3;
  display: block;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  filter: saturate(0.78) contrast(1.04) brightness(0.78) sepia(0.07);
  transform: scale(var(--sophias3-media-scale)) translateZ(0);
  transform-origin: center center;
  transition: opacity 800ms ease;
  will-change: transform;
}

.sophias3.is-video-ready .sophias3__video {
  opacity: 1;
}

.sophias3__fallback {
  z-index: 1;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 3, 10, 0.88), rgba(4, 11, 23, 0.38) 54%, rgba(0, 3, 10, 0.72)),
    radial-gradient(ellipse at 63% 34%, rgba(190, 162, 109, 0.18), transparent 23%),
    linear-gradient(112deg, #020611 0%, #091426 48%, #040913 100%);
  opacity: 1;
  transition: opacity 900ms ease;
}

.sophias3.is-video-ready .sophias3__fallback {
  opacity: 0;
}

.sophias3__fallback-wall {
  position: absolute;
  inset: 8% 3% 4%;
  opacity: 0.4;
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(201, 215, 231, 0.055) 50%, transparent 50.2%),
    linear-gradient(rgba(201, 215, 231, 0.035) 1px, transparent 1px);
  background-size: 100% 74px;
  transform: perspective(800px) rotateX(2deg);
}

.sophias3__fallback-door {
  position: absolute;
  right: 8%;
  bottom: -8%;
  width: 29%;
  height: 88%;
  border: 1px solid rgba(182, 155, 103, 0.16);
  border-bottom: 0;
  background:
    linear-gradient(90deg, rgba(201, 215, 231, 0.025), transparent 20% 80%, rgba(201, 215, 231, 0.02)),
    linear-gradient(150deg, rgba(22, 40, 61, 0.5), rgba(1, 4, 10, 0.7));
  box-shadow:
    0 0 100px rgba(159, 200, 239, 0.05),
    inset 0 0 70px rgba(0, 3, 10, 0.5);
}

.sophias3__fallback-door::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(182, 155, 103, 0.12);
}

.sophias3__fallback-frame {
  position: absolute;
  left: 55%;
  top: 46%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: min(33vw, 470px);
  aspect-ratio: 1.36;
  padding: 24px;
  border: 8px solid rgba(91, 71, 45, 0.38);
  outline: 1px solid rgba(182, 155, 103, 0.2);
  color: rgba(241, 238, 231, 0.18);
  background:
    linear-gradient(155deg, transparent 28%, rgba(159, 200, 239, 0.06) 29% 31%, transparent 32%),
    radial-gradient(circle at 48% 32%, rgba(201, 215, 231, 0.08), transparent 23%),
    linear-gradient(145deg, rgba(12, 22, 34, 0.82), rgba(5, 9, 16, 0.94));
  box-shadow: 0 25px 80px rgba(0, 3, 10, 0.52);
  transform: translate(-50%, -50%) rotate(-0.6deg);
}

.sophias3__fallback-frame i {
  position: absolute;
  left: 50%;
  top: 17%;
  width: 1px;
  height: 45%;
  background: linear-gradient(transparent, rgba(201, 215, 231, 0.14), transparent);
}

.sophias3__fallback-frame b {
  font-family: var(--sophias3-display);
  font-size: clamp(22px, 2.5vw, 40px);
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sophias3__fallback-frame small {
  margin-top: 6px;
  font-family: var(--sophias3-ui);
  font-size: 6px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.sophias3__fallback-dust {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(226, 207, 167, 0.32);
  box-shadow:
    80px 40px rgba(226, 207, 167, 0.15),
    160px -15px rgba(226, 207, 167, 0.2),
    240px 85px rgba(226, 207, 167, 0.1),
    330px 22px rgba(226, 207, 167, 0.18),
    420px 120px rgba(226, 207, 167, 0.1);
  animation: sophias3Dust 10s ease-in-out infinite alternate;
}

.sophias3__fallback-dust--01 {
  left: 38%;
  top: 30%;
}

.sophias3__fallback-dust--02 {
  left: 52%;
  top: 62%;
  opacity: 0.56;
  animation-delay: -5s;
}

@keyframes sophias3Dust {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(18px, -24px, 0); }
}

/* ---------- CAMADAS ATMOSFÉRICAS ---------- */

.sophias3__shade {
  z-index: 4;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 3, 10, 0.92) 0%, rgba(0, 3, 10, 0.69) 28%, rgba(0, 3, 10, 0.12) 60%, rgba(0, 3, 10, 0.46) 100%),
    linear-gradient(180deg, rgba(0, 3, 10, 0.54), transparent 24%, transparent 69%, rgba(0, 3, 10, 0.72));
}

.sophias3__vignette {
  z-index: 5;
  pointer-events: none;
  box-shadow:
    inset 0 0 150px rgba(0, 3, 10, 0.74),
    inset 0 -80px 100px rgba(0, 3, 10, 0.44);
}

.sophias3__grain {
  z-index: 6;
  opacity: 0.13;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 14% 21%, rgba(255,255,255,.28) 0 0.35px, transparent 0.6px),
    radial-gradient(circle at 73% 66%, rgba(255,255,255,.22) 0 0.4px, transparent 0.7px),
    radial-gradient(circle at 42% 83%, rgba(255,255,255,.18) 0 0.35px, transparent 0.65px);
  background-size: 7px 7px, 9px 9px, 11px 11px;
  mix-blend-mode: soft-light;
}

.sophias3__light {
  z-index: 7;
  left: 38%;
  top: -22%;
  width: 46%;
  height: 138%;
  opacity: var(--sophias3-light-opacity);
  pointer-events: none;
  background: linear-gradient(112deg, transparent 25%, rgba(220, 207, 177, 0.68) 48%, transparent 70%);
  filter: blur(35px);
  transform: translate3d(var(--sophias3-light-x), 0, 0) rotate(-7deg);
}

/* ---------- PASSAGEM E MARCAS DE ARQUIVO ---------- */

.sophias3__threshold {
  position: absolute;
  z-index: 11;
  left: 50%;
  top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  width: min(420px, 46vw);
  color: rgba(182, 155, 103, 0.68);
  transform: translateX(-50%);
}

.sophias3__threshold > span {
  width: min(70px, 7vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(182, 155, 103, 0.54));
}

.sophias3__threshold > span:last-child {
  background: linear-gradient(90deg, rgba(182, 155, 103, 0.54), transparent);
}

.sophias3__threshold small {
  font-family: var(--sophias3-ui);
  font-size: 7px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  white-space: nowrap;
}

.sophias3__threshold b {
  font-size: 7px;
  font-weight: 400;
}

.sophias3__archive-ui {
  position: absolute;
  z-index: 11;
  right: clamp(42px, 6vw, 100px);
  top: clamp(88px, 12vh, 122px);
  display: flex;
  align-items: center;
  gap: 11px;
  color: rgba(201, 215, 231, 0.34);
  font-family: var(--sophias3-ui);
  font-size: 6px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.sophias3__archive-ui i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(182, 155, 103, 0.58);
}

.sophias3__plate {
  position: absolute;
  z-index: 11;
  right: clamp(38px, 5vw, 82px);
  bottom: clamp(28px, 5vh, 52px);
  display: grid;
  grid-template-columns: auto auto;
  align-items: end;
  gap: 3px 9px;
  min-width: 118px;
  color: rgba(201, 215, 231, 0.34);
  font-family: var(--sophias3-ui);
  text-transform: uppercase;
}

.sophias3__plate span,
.sophias3__plate small {
  font-size: 6px;
  letter-spacing: 0.2em;
}

.sophias3__plate b {
  grid-row: 1 / span 2;
  grid-column: 2;
  color: rgba(182, 155, 103, 0.66);
  font-family: var(--sophias3-display);
  font-size: 25px;
  font-weight: 400;
  line-height: 0.9;
}

.sophias3__plate i {
  width: 48px;
  height: 1px;
  background: rgba(201, 215, 231, 0.15);
}

/* ---------- CONTEÚDO NARRATIVO ---------- */

.sophias3__content {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.sophias3__chapter {
  position: absolute;
  top: clamp(86px, 13vh, 132px);
  left: clamp(48px, 7vw, 118px);
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(201, 215, 231, 0.52);
  font-family: var(--sophias3-ui) !important;
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.sophias3__chapter i {
  display: block;
  width: 44px;
  height: 1px;
  background: rgba(182, 155, 103, 0.62);
}

.sophias3__story {
  --sophias3-story-y: 24px;
  position: absolute;
  left: clamp(48px, 7vw, 118px);
  top: 53%;
  width: min(720px, 53vw);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, calc(-50% + var(--sophias3-story-y)), 0);
  will-change: opacity, transform;
}

.sophias3__story--01 {
  --sophias3-story-y: 0px;
  opacity: 1;
}

.sophias3__story--02 {
  right: clamp(78px, 8vw, 144px);
  left: auto;
  top: 52%;
  width: min(690px, 49vw);
  text-align: right;
}

.sophias3__story--02 .sophias3__text {
  margin-left: auto;
  padding-right: 18px;
  padding-left: 0;
  border-right: 1px solid rgba(182, 155, 103, 0.56);
  border-left: 0;
}

.sophias3__story--03 {
  top: 52%;
  width: min(790px, 59vw);
}

.sophias3__story--04 {
  left: 50%;
  top: 51%;
  width: min(900px, calc(100vw - 150px));
  text-align: center;
  transform: translate3d(-50%, calc(-50% + var(--sophias3-story-y)), 0);
}

.sophias3__index {
  display: block;
  margin-bottom: 20px;
  color: var(--sophias3-gold) !important;
  -webkit-text-fill-color: var(--sophias3-gold) !important;
  font-family: var(--sophias3-ui) !important;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.sophias3 .sophias3__title {
  margin: 0;
  color: var(--sophias3-ivory) !important;
  -webkit-text-fill-color: var(--sophias3-ivory) !important;
  font-family: var(--sophias3-editorial) !important;
  font-size: clamp(42px, 4.7vw, 76px);
  font-weight: 400 !important;
  line-height: 0.98;
  letter-spacing: -0.027em;
  text-wrap: balance;
  text-shadow: 0 2px 26px rgba(0, 3, 10, 0.32);
}

.sophias3 .sophias3__title em {
  display: block;
  margin-top: 4px;
  color: var(--sophias3-silver) !important;
  -webkit-text-fill-color: var(--sophias3-silver) !important;
  font-family: inherit !important;
  font-style: italic !important;
  font-weight: 400 !important;
}

.sophias3 .sophias3__text {
  width: min(560px, 100%);
  margin: 25px 0 0;
  padding-left: 18px;
  border-left: 1px solid rgba(182, 155, 103, 0.56);
  color: var(--sophias3-muted) !important;
  -webkit-text-fill-color: var(--sophias3-muted) !important;
  font-family: var(--sophias3-editorial) !important;
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 400 !important;
  line-height: 1.5;
}

.sophias3__story--04 .sophias3__text {
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  border: 0;
}

.sophias3__photo-data {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 22px;
  padding-left: 18px;
  color: rgba(201, 215, 231, 0.38);
  font-family: var(--sophias3-ui);
  font-size: 6px;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.sophias3__photo-data i {
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(182, 155, 103, 0.6);
}

.sophias3__revelation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: 28px;
}

.sophias3__revelation > span {
  color: rgba(182, 155, 103, 0.78);
  font-family: var(--sophias3-display);
  font-size: 13px;
  letter-spacing: 0.34em;
}

.sophias3 .sophias3__revelation p {
  margin: 0;
  color: rgba(201, 215, 231, 0.52) !important;
  -webkit-text-fill-color: rgba(201, 215, 231, 0.52) !important;
  font-family: var(--sophias3-editorial) !important;
  font-size: 15px;
  font-style: italic;
}

/* ---------- PROGRESSO E FÓLIO ---------- */

.sophias3__progress {
  position: absolute;
  z-index: 12;
  right: clamp(20px, 3vw, 48px);
  top: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transform: translateY(-50%);
}

.sophias3__progress-number,
.sophias3__folio {
  color: rgba(201, 215, 231, 0.44);
  font-family: var(--sophias3-ui) !important;
  font-size: 7px;
  font-weight: 400;
  letter-spacing: 0.18em;
}

.sophias3__progress-track {
  position: relative;
  display: block;
  width: 1px;
  height: min(235px, 32vh);
  overflow: hidden;
  background: rgba(201, 215, 231, 0.13);
}

.sophias3__progress-fill {
  position: absolute;
  inset: 0;
  display: block;
  background: linear-gradient(180deg, var(--sophias3-gold), var(--sophias3-silver));
  transform: scaleY(0);
  transform-origin: top center;
  will-change: transform;
}

.sophias3__folio {
  position: absolute;
  z-index: 12;
  left: clamp(48px, 7vw, 118px);
  bottom: clamp(25px, 4vh, 44px);
  text-transform: uppercase;
}

/* ---------- LOADER ---------- */

.sophias3__loader {
  position: absolute;
  z-index: 20;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 13px;
  color: var(--sophias3-silver);
  background:
    radial-gradient(circle at 50% 45%, rgba(23, 61, 103, 0.24), transparent 28%),
    var(--sophias3-night);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 650ms ease, visibility 0s linear 650ms;
}

.sophias3.is-ready .sophias3__loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.sophias3__loader-symbol {
  color: var(--sophias3-gold);
  font-size: 15px;
  animation: sophias3LoaderSymbol 1.8s ease-in-out infinite;
}

.sophias3__loader-text {
  color: rgba(224, 232, 242, 0.62);
  font-family: var(--sophias3-ui) !important;
  font-size: 8px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.sophias3__loader-track {
  position: relative;
  display: block;
  width: 140px;
  height: 1px;
  overflow: hidden;
  background: rgba(201, 215, 231, 0.12);
}

.sophias3__loader-fill {
  position: absolute;
  inset: 0;
  display: block;
  background: linear-gradient(90deg, transparent, var(--sophias3-gold), transparent);
  transform: translateX(-100%);
  animation: sophias3Loader 1.6s ease-in-out infinite;
}

@keyframes sophias3Loader {
  50%, 100% { transform: translateX(100%); }
}

@keyframes sophias3LoaderSymbol {
  0%, 100% { opacity: 0.42; transform: scale(0.85); }
  50% { opacity: 1; transform: scale(1); }
}

/* ---------- TABLET E TELAS BAIXAS ---------- */

@media (max-width: 1024px) {
  .sophias3__archive-ui {
    display: none;
  }

  .sophias3__story,
  .sophias3__story--02,
  .sophias3__story--03 {
    width: min(680px, 68vw);
  }

  .sophias3__story--02 {
    right: clamp(62px, 8vw, 100px);
  }

  .sophias3 .sophias3__title {
    font-size: clamp(40px, 5.8vw, 65px);
  }

  .sophias3__fallback-frame {
    left: 62%;
    width: 42vw;
  }
}

@media (max-height: 690px) and (min-width: 768px) {
  .sophias3__chapter {
    top: 78px;
  }

  .sophias3__story,
  .sophias3__story--02,
  .sophias3__story--03,
  .sophias3__story--04 {
    top: 54%;
  }

  .sophias3__index {
    margin-bottom: 14px;
  }

  .sophias3 .sophias3__title {
    font-size: clamp(38px, 4.35vw, 62px);
  }

  .sophias3 .sophias3__text {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.42;
  }

  .sophias3__photo-data,
  .sophias3__revelation {
    margin-top: 16px;
  }

  .sophias3__plate,
  .sophias3__folio {
    bottom: 20px;
  }
}

/* ---------- MOBILE ---------- */

@media (max-width: 767px) {
  .sophias3 {
    height: 430vh;
  }

  .sophias3__stage {
    min-height: 100svh;
  }

  .sophias3__video {
    object-position: 59% center;
  }

  .sophias3__shade {
    background:
      linear-gradient(180deg, rgba(0, 3, 10, 0.44), rgba(0, 3, 10, 0.12) 28%, rgba(0, 3, 10, 0.9) 68%, rgba(0, 3, 10, 0.98)),
      linear-gradient(90deg, rgba(0, 3, 10, 0.42), transparent 70%);
  }

  .sophias3__vignette {
    box-shadow: inset 0 0 80px rgba(0, 3, 10, 0.58);
  }

  .sophias3__threshold,
  .sophias3__archive-ui,
  .sophias3__plate,
  .sophias3__progress {
    display: none;
  }

  .sophias3__chapter {
    top: 82px;
    right: 24px;
    left: 24px;
    gap: 10px;
    font-size: 7px;
  }

  .sophias3__chapter i {
    width: 24px;
  }

  .sophias3__story,
  .sophias3__story--02,
  .sophias3__story--03,
  .sophias3__story--04 {
    right: 24px;
    bottom: 94px;
    left: 24px;
    top: auto;
    width: auto;
    padding: 0;
    text-align: left;
    transform: translate3d(0, var(--sophias3-story-y), 0);
  }

  .sophias3__story--02 .sophias3__text,
  .sophias3__story--04 .sophias3__text {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 15px;
    border-right: 0;
    border-left: 1px solid rgba(182, 155, 103, 0.56);
  }

  .sophias3__index {
    margin-bottom: 13px;
    font-size: 7px;
  }

  .sophias3 .sophias3__title {
    font-size: clamp(35px, 10.5vw, 51px);
    line-height: 0.97;
  }

  .sophias3 .sophias3__text {
    margin-top: 17px;
    font-size: 16px;
    line-height: 1.42;
  }

  .sophias3__photo-data {
    display: block;
    margin-top: 14px;
    padding-left: 15px;
    font-size: 6px;
    line-height: 1.7;
  }

  .sophias3__photo-data i {
    display: none;
  }

  .sophias3__revelation {
    justify-content: flex-start;
    gap: 13px;
    margin-top: 16px;
  }

  .sophias3 .sophias3__revelation p {
    font-size: 13px;
    line-height: 1.3;
  }

  .sophias3__folio {
    left: 24px;
    bottom: 22px;
  }

  .sophias3__fallback-frame {
    left: 66%;
    top: 38%;
    width: 66vw;
  }

  .sophias3__fallback-door {
    right: -8%;
    width: 64%;
  }
}

@media (max-width: 420px) {
  .sophias3__chapter span:last-child {
    display: none;
  }

  .sophias3__story,
  .sophias3__story--02,
  .sophias3__story--03,
  .sophias3__story--04 {
    bottom: 76px;
  }

  .sophias3 .sophias3__title {
    font-size: clamp(32px, 9.8vw, 43px);
  }

  .sophias3 .sophias3__text {
    font-size: 15px;
  }

  .sophias3__photo-data,
  .sophias3__revelation {
    display: none;
  }
}

/* ---------- MOVIMENTO REDUZIDO ---------- */

@media (prefers-reduced-motion: reduce) {
  .sophias3 {
    height: auto;
  }

  .sophias3__stage {
    position: relative;
    min-height: 100svh;
  }

  .sophias3__story {
    display: none;
  }

  .sophias3__story--04 {
    display: block;
    opacity: 1 !important;
    transform: translate3d(-50%, -50%, 0);
  }

  .sophias3__fallback-dust,
  .sophias3__loader-symbol,
  .sophias3__loader-fill {
    animation: none !important;
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 767px) {
  .sophias3__story--04 {
    right: 24px;
    bottom: 76px;
    left: 24px;
    top: auto;
    width: auto;
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e7db38f */<style>
/* =========================================================
   O ESPELHO DE SOPHIA — SESSÃO 04
   FAROL DA LUA AZUL

   CSS isolado pelo prefixo .sf4
   Não há background-image nem imagem de fallback.
========================================================= */

.sf4,
.sf4 * {
  box-sizing: border-box;
}

.sf4 {
  --sf4-ink: #02070e;
  --sf4-blue: #91b9d3;
  --sf4-blue-soft: #c8dce8;
  --sf4-ivory: #f2eee4;
  --sf4-muted: rgba(226, 233, 239, 0.72);
  --sf4-gold: #b89a5d;
  --sf4-line: rgba(184, 154, 93, 0.52);
  --sf4-serif: "Cormorant Garamond", Georgia, serif;
  --sf4-sans: Manrope, Arial, sans-serif;
  --sf4-video-scale: 1.035;
  --sf4-video-x: -1.2vw;
  --sf4-beam-angle: -6deg;
  --sf4-beam-opacity: 0.1;

  position: relative !important;
  isolation: isolate;
  width: 100vw !important;
  max-width: 100vw !important;
  height: 440vh !important;
  min-height: 2600px;
  margin: 0 0 0 calc(50% - 50vw) !important;
  padding: 0 !important;
  overflow: clip;
  color: var(--sf4-ivory);
  background: var(--sf4-ink);
  font-family: var(--sf4-serif);
}

.sf4 h2,
.sf4 p,
.sf4 span,
.sf4 small,
.sf4 b,
.sf4 i {
  margin: 0;
  padding: 0;
}

.sf4__stage {
  position: sticky !important;
  position: -webkit-sticky !important;
  top: 0 !important;
  width: 100%;
  height: 100vh !important;
  height: 100svh !important;
  min-height: 600px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 72% 38%,
      rgba(76, 119, 151, 0.16),
      transparent 42%
    ),
    #02070e;
}

.sf4__media,
.sf4__video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.sf4__media {
  z-index: 0;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 72% 38%,
      rgba(84, 133, 168, 0.18),
      transparent 42%
    ),
    linear-gradient(135deg, #06101b, #02070e 72%);
}

.sf4__video {
  display: block !important;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  filter:
    saturate(0.84)
    contrast(1.06)
    brightness(0.82);
  transform:
    translate3d(var(--sf4-video-x), 0, 0)
    scale(var(--sf4-video-scale));
  transform-origin: center center;
  backface-visibility: hidden;
  will-change: transform;
  transition: opacity 900ms ease;
}

.sf4.is-video-ready .sf4__video {
  opacity: 1;
}

.sf4.is-video-error .sf4__media {
  background:
    radial-gradient(
      circle at 72% 38%,
      rgba(91, 142, 178, 0.22),
      transparent 36%
    ),
    linear-gradient(135deg, #07131f, #02070e 72%);
}

.sf4__beam,
.sf4__shade,
.sf4__vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.sf4__beam {
  z-index: 1;
  left: 54%;
  top: 8%;
  width: 62%;
  height: 54%;
  opacity: var(--sf4-beam-opacity);
  transform: rotate(var(--sf4-beam-angle));
  transform-origin: 82% 48%;
  background:
    linear-gradient(
      174deg,
      transparent 38%,
      rgba(170, 213, 239, 0.04) 43%,
      rgba(174, 216, 242, 0.34) 50%,
      rgba(170, 213, 239, 0.04) 57%,
      transparent 62%
    );
  filter: blur(7px);
  mix-blend-mode: screen;
  will-change: opacity, transform;
}

.sf4__shade {
  z-index: 2;
  background:
    linear-gradient(
      90deg,
      rgba(2, 7, 14, 0.92) 0%,
      rgba(2, 7, 14, 0.76) 24%,
      rgba(2, 7, 14, 0.48) 48%,
      rgba(2, 7, 14, 0.08) 76%
    ),
    linear-gradient(
      0deg,
      rgba(2, 7, 14, 0.88) 0%,
      rgba(2, 7, 14, 0.1) 48%,
      rgba(2, 7, 14, 0.44) 100%
    );
}

.sf4__vignette {
  z-index: 3;
  box-shadow:
    inset 0 0 170px rgba(0, 0, 0, 0.72),
    inset 0 -120px 150px rgba(0, 0, 0, 0.42);
}

.sf4__threshold {
  position: absolute;
  z-index: 6;
  top: clamp(22px, 4vh, 44px);
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  color: var(--sf4-gold);
  transform: translateX(-50%);
  white-space: nowrap;
  pointer-events: none;
}

.sf4__threshold span {
  display: block;
  width: clamp(34px, 4vw, 66px);
  height: 1px;
  background:
    linear-gradient(
      90deg,
      transparent,
      var(--sf4-line)
    );
}

.sf4__threshold span:last-child {
  background:
    linear-gradient(
      90deg,
      var(--sf4-line),
      transparent
    );
}

.sf4__threshold b {
  font: 400 13px/1 var(--sf4-serif);
}

.sf4__threshold small {
  font: 500 10px/1 var(--sf4-sans);
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.sf4__coordinates {
  position: absolute;
  z-index: 6;
  top: clamp(72px, 10vh, 104px);
  left: clamp(28px, 6vw, 96px);
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(203, 216, 226, 0.56);
  font: 600 9px/1 var(--sf4-sans);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  pointer-events: none;
}

.sf4__coordinates i {
  display: block;
  width: 40px;
  height: 1px;
  background: var(--sf4-line);
}

.sf4__content {
  position: absolute;
  z-index: 6;
  left: clamp(28px, 6vw, 96px);
  bottom: clamp(76px, 10vh, 118px);
  width: min(720px, 56vw);
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.sf4.is-ready .sf4__content {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.sf4__chapter {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  color: rgba(211, 220, 228, 0.62);
  font: 600 9px/1 var(--sf4-sans);
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.sf4__chapter i {
  display: block;
  width: 42px;
  height: 1px;
  background: var(--sf4-line);
}

.sf4__story {
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    filter 220ms ease;
}

.sf4__story.is-changing {
  opacity: 0;
  filter: blur(3px);
  transform: translate3d(0, 12px, 0);
}

.sf4__index {
  display: block;
  margin-bottom: 18px !important;
  color: var(--sf4-gold);
  font: 600 10px/1 var(--sf4-sans);
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.sf4__title {
  max-width: 720px;
  margin: 0 !important;
  color: var(--sf4-ivory) !important;
  font-family: var(--sf4-serif) !important;
  font-size: clamp(42px, 5vw, 76px) !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 0.96 !important;
  letter-spacing: -0.025em;
  text-wrap: balance;
  text-shadow: 0 3px 28px rgba(0, 0, 0, 0.42);
}

.sf4__title span,
.sf4__title em {
  display: block;
}

.sf4__title em {
  margin-top: 6px;
  color: var(--sf4-blue-soft);
  font-family: var(--sf4-serif);
  font-style: italic;
  font-weight: 400;
}

.sf4__text {
  position: relative;
  max-width: 610px;
  margin: 24px 0 0 !important;
  padding-left: 18px !important;
  color: var(--sf4-muted) !important;
  font-family: var(--sf4-serif) !important;
  font-size: clamp(17px, 1.35vw, 21px) !important;
  font-weight: 400;
  line-height: 1.48 !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.5);
}

.sf4__text::before {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 1px;
  content: "";
  background:
    linear-gradient(
      180deg,
      var(--sf4-gold),
      rgba(184, 154, 93, 0.08)
    );
}

.sf4__question {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  color: rgba(216, 225, 232, 0.78);
}

.sf4__question[hidden] {
  display: none !important;
}

.sf4__question > span {
  color: var(--sf4-gold);
  font-size: 12px;
  letter-spacing: 0.12em;
}

.sf4__question p {
  color: inherit !important;
  font-family: var(--sf4-serif) !important;
  font-size: clamp(16px, 1.25vw, 19px) !important;
  font-style: italic;
  line-height: 1.35 !important;
}

.sf4__progress {
  position: absolute;
  z-index: 7;
  top: 50%;
  right: clamp(20px, 3.1vw, 52px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: rgba(204, 216, 225, 0.48);
  transform: translateY(-50%);
  pointer-events: none;
}

.sf4__progress-number {
  min-width: 28px;
  font: 600 8px/1 var(--sf4-sans);
  letter-spacing: 0.16em;
  text-align: center;
}

.sf4__progress-track {
  position: relative;
  display: block;
  width: 1px;
  height: clamp(128px, 22vh, 210px);
  overflow: hidden;
  background: rgba(211, 222, 230, 0.2);
}

.sf4__progress-fill {
  position: absolute;
  inset: 0;
  display: block;
  background:
    linear-gradient(
      180deg,
      var(--sf4-gold),
      var(--sf4-blue-soft)
    );
  transform: scaleY(0);
  transform-origin: top;
  will-change: transform;
}

.sf4__compass {
  position: absolute;
  z-index: 6;
  right: clamp(28px, 6vw, 96px);
  bottom: clamp(34px, 5vh, 58px);
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(205, 216, 224, 0.46);
  font: 600 8px/1 var(--sf4-sans);
  letter-spacing: 0.18em;
  pointer-events: none;
}

.sf4__compass i {
  width: 28px;
  height: 1px;
  background: var(--sf4-line);
}

.sf4__compass b {
  color: var(--sf4-gold);
  font-weight: 600;
}

.sf4__folio {
  position: absolute;
  z-index: 6;
  bottom: clamp(30px, 4.5vh, 52px);
  left: clamp(28px, 6vw, 96px);
  color: rgba(205, 216, 224, 0.42);
  font: 600 8px/1 var(--sf4-sans);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  pointer-events: none;
}

.sf4__loader {
  position: absolute;
  z-index: 12;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--sf4-gold);
  background:
    radial-gradient(
      circle at center,
      rgba(31, 58, 79, 0.32),
      transparent 44%
    ),
    #02070e;
  opacity: 1;
  visibility: visible;
  transition:
    opacity 700ms ease,
    visibility 700ms ease;
}

.sf4.is-ready .sf4__loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.sf4__loader-symbol {
  font-size: 24px;
  animation: sf4-loader-pulse 1.8s ease-in-out infinite;
}

.sf4__loader-text {
  font: 600 9px/1 var(--sf4-sans);
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.sf4__loader-track {
  display: block;
  width: 110px;
  height: 1px;
  overflow: hidden;
  background: rgba(184, 154, 93, 0.2);
}

.sf4__loader-fill {
  display: block;
  width: 44%;
  height: 100%;
  background: var(--sf4-gold);
  animation: sf4-loader-track 1.6s ease-in-out infinite;
}

@keyframes sf4-loader-pulse {
  0%,
  100% {
    opacity: 0.38;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(-3px);
  }
}

@keyframes sf4-loader-track {
  0% {
    transform: translateX(-120%);
  }

  100% {
    transform: translateX(250%);
  }
}

@media (max-width: 900px) {
  .sf4 {
    height: 400vh !important;
    min-height: 2300px;
  }

  .sf4__video {
    object-position: 62% center;
  }

  .sf4__shade {
    background:
      linear-gradient(
        0deg,
        rgba(2, 7, 14, 0.96) 0%,
        rgba(2, 7, 14, 0.78) 31%,
        rgba(2, 7, 14, 0.16) 67%,
        rgba(2, 7, 14, 0.5) 100%
      ),
      linear-gradient(
        90deg,
        rgba(2, 7, 14, 0.48),
        transparent 80%
      );
  }

  .sf4__coordinates {
    left: 24px;
  }

  .sf4__content {
    right: 54px;
    bottom: 76px;
    left: 24px;
    width: auto;
  }

  .sf4__title {
    font-size: clamp(38px, 8.5vw, 60px) !important;
  }

  .sf4__text {
    max-width: 560px;
    font-size: 17px !important;
  }

  .sf4__progress {
    right: 20px;
  }

  .sf4__compass {
    right: 22px;
  }

  .sf4__folio {
    left: 24px;
  }
}

@media (max-width: 600px) {
  .sf4 {
    height: 380vh !important;
    min-height: 2100px;
  }

  .sf4__stage {
    min-height: 540px;
  }

  .sf4__threshold {
    top: 20px;
    gap: 8px;
  }

  .sf4__threshold span {
    width: 22px;
  }

  .sf4__threshold small {
    font-size: 8px;
    letter-spacing: 0.16em;
  }

  .sf4__coordinates {
    top: 64px;
    right: 20px;
    left: 20px;
    font-size: 7px;
    letter-spacing: 0.17em;
  }

  .sf4__coordinates i {
    width: 24px;
  }

  .sf4__content {
    right: 40px;
    bottom: 70px;
    left: 20px;
  }

  .sf4__chapter {
    gap: 8px;
    margin-bottom: 16px;
    font-size: 7px;
    letter-spacing: 0.16em;
  }

  .sf4__chapter i {
    width: 22px;
  }

  .sf4__index {
    margin-bottom: 13px !important;
    font-size: 8px;
  }

  .sf4__title {
    font-size: clamp(34px, 10.7vw, 49px) !important;
    line-height: 0.98 !important;
  }

  .sf4__text {
    margin-top: 18px !important;
    padding-left: 13px !important;
    font-size: 15px !important;
    line-height: 1.42 !important;
  }

  .sf4__question {
    align-items: flex-start;
    gap: 8px;
    margin-top: 15px;
  }

  .sf4__question p {
    font-size: 14px !important;
  }

  .sf4__progress {
    right: 12px;
    gap: 8px;
  }

  .sf4__progress-track {
    height: 104px;
  }

  .sf4__progress-number {
    font-size: 6px;
  }

  .sf4__compass {
    right: 16px;
    bottom: 28px;
  }

  .sf4__folio {
    bottom: 29px;
    left: 20px;
    font-size: 7px;
  }

  .sf4__beam {
    left: 30%;
    width: 90%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sf4 {
    height: auto !important;
    min-height: 100svh;
  }

  .sf4__stage {
    position: relative !important;
    min-height: 100svh;
  }

  .sf4__video,
  .sf4__content,
  .sf4__story,
  .sf4__loader {
    transition: none !important;
    animation: none !important;
  }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1019057 *//* =========================================================
   O ESPELHO DE SOPHIA — SESSÃO 05
   FESTIVAL DAS BRUMAS: A NOITE DE SOLACE

   Cole no CSS personalizado da página,
   imediatamente depois do CSS da Sessão 4.
========================================================= */

.elementor-widget-html:has(.sophias5),
.elementor-widget-html:has(.sophias5) > .elementor-widget-container {
  width: 100%;
}

.sophias5,
.sophias5 * {
  box-sizing: border-box;
}

.sophias5 {
  --sophias5-night: #05040d;
  --sophias5-deep: #0b0b1b;
  --sophias5-plum: #241029;
  --sophias5-blue: #10233e;
  --sophias5-amber: #e2ac58;
  --sophias5-copper: #a96745;
  --sophias5-moon: var(--sophia-moon, #9fc8ef);
  --sophias5-silver: var(--sophia-silver, #c9d7e7);
  --sophias5-gold: var(--sophia-gold, #b69b67);
  --sophias5-ivory: var(--sophia-ivory, #f1eee7);
  --sophias5-muted: rgba(235, 229, 222, 0.7);
  --sophias5-ui: var(--sophia-font-ui, 'Manrope', Arial, sans-serif);
  --sophias5-display: var(--sophia-font-display, 'Cinzel', Georgia, serif);
  --sophias5-editorial: var(--sophia-font-editorial, 'Cormorant Garamond', Georgia, serif);
  --sophias5-video-scale: 1.06;
  --sophias5-video-x: 0vw;
  --sophias5-video-y: 0vh;
  --sophias5-story-y: 24px;
  --sophias5-mist-x: 0vw;
  --sophias5-mist-x-reverse: 0vw;
  --sophias5-warmth: 0.18;
  --sophias5-lantern-lift: 0px;
  position: relative;
  width: 100%;
  height: 480vh;
  margin: 0;
  color: var(--sophias5-ivory);
  background: var(--sophias5-night);
  isolation: isolate;
}

.sophias5__stage {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100svh;
  min-height: 500px;
  overflow: hidden;
  color: var(--sophias5-ivory);
  background:
    radial-gradient(circle at 72% 34%, rgba(128, 55, 42, 0.2), transparent 35%),
    var(--sophias5-night);
}

/* ---------- VÍDEO E CENÁRIO DE ESPERA ---------- */

.sophias5__media,
.sophias5__video,
.sophias5__fallback,
.sophias5__shade,
.sophias5__vignette,
.sophias5__grain {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.sophias5__media {
  z-index: 0;
  overflow: hidden;
  background: var(--sophias5-night);
}

.sophias5__video {
  z-index: 3;
  display: block;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  pointer-events: none;
  background: transparent;
  filter: saturate(0.82) contrast(1.05) brightness(0.72);
  transform:
    translate3d(var(--sophias5-video-x), var(--sophias5-video-y), 0)
    scale(var(--sophias5-video-scale));
  transform-origin: center center;
  transition: opacity 900ms ease;
  will-change: transform, opacity;
}

.sophias5__video::-webkit-media-controls {
  display: none !important;
}

.sophias5.is-video-ready .sophias5__video {
  opacity: 1;
}

.sophias5__fallback {
  z-index: 1;
  overflow: hidden;
  opacity: 1;
  background:
    radial-gradient(circle at 62% 31%, rgba(199, 110, 61, 0.18), transparent 26%),
    linear-gradient(180deg, #0c1830 0%, #171226 43%, #120b19 67%, #05040b 100%);
  transition: opacity 900ms ease;
}

.sophias5.is-video-ready .sophias5__fallback {
  opacity: 0;
}

.sophias5__fallback-sky {
  position: absolute;
  inset: 0 0 42%;
  opacity: 0.48;
  background-image:
    radial-gradient(circle at 12% 22%, rgba(235, 239, 243, 0.7) 0 0.6px, transparent 0.9px),
    radial-gradient(circle at 56% 15%, rgba(235, 239, 243, 0.52) 0 0.5px, transparent 0.8px),
    radial-gradient(circle at 83% 34%, rgba(235, 239, 243, 0.6) 0 0.55px, transparent 0.85px);
  background-size: 76px 76px, 103px 103px, 127px 127px;
}

.sophias5__fallback-moon {
  position: absolute;
  top: 10%;
  right: 17%;
  width: clamp(70px, 8vw, 126px);
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: 0.78;
  background: rgba(209, 222, 236, 0.25);
  box-shadow:
    0 0 42px rgba(159, 200, 239, 0.2),
    0 0 120px rgba(159, 200, 239, 0.1);
}

.sophias5__fallback-moon::after {
  content: '';
  position: absolute;
  top: -7%;
  left: 28%;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: #10192c;
}

.sophias5__fallback-street {
  position: absolute;
  right: 12%;
  bottom: -7%;
  width: 65%;
  height: 58%;
  clip-path: polygon(34% 0, 70% 0, 100% 100%, 0 100%);
  background:
    repeating-linear-gradient(92deg, transparent 0 74px, rgba(222, 173, 95, 0.07) 75px 76px),
    linear-gradient(180deg, #221d27, #08060c 78%);
  box-shadow: 0 -30px 90px rgba(213, 121, 61, 0.08);
}

.sophias5__fallback-street::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, transparent 0 48%, rgba(226, 172, 88, 0.12) 49% 50%, transparent 51%),
    linear-gradient(75deg, transparent 0 48%, rgba(226, 172, 88, 0.08) 49% 50%, transparent 51%);
  background-size: 180px 74px;
}

.sophias5__fallback-buildings {
  position: absolute;
  bottom: 22%;
  width: 42%;
  height: 56%;
  opacity: 0.92;
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0 28px,
      rgba(231, 166, 80, 0.28) 29px 35px,
      transparent 36px 68px
    ),
    linear-gradient(180deg, #17131d, #08070c);
  filter: drop-shadow(0 10px 35px rgba(0, 0, 0, 0.48));
}

.sophias5__fallback-buildings::before {
  content: '';
  position: absolute;
  inset: 16% 0 0;
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0 36px,
      rgba(229, 174, 96, 0.18) 37px 43px,
      transparent 44px 78px
    );
}

.sophias5__fallback-buildings--left {
  left: -5%;
  clip-path: polygon(0 15%, 16% 2%, 33% 16%, 48% 0, 66% 19%, 82% 6%, 100% 23%, 100% 100%, 0 100%);
  transform: perspective(700px) rotateY(12deg);
  transform-origin: left center;
}

.sophias5__fallback-buildings--right {
  right: -5%;
  clip-path: polygon(0 24%, 17% 7%, 36% 20%, 54% 0, 72% 18%, 87% 4%, 100% 16%, 100% 100%, 0 100%);
  transform: perspective(700px) rotateY(-12deg);
  transform-origin: right center;
}

.sophias5__fallback-tower {
  position: absolute;
  z-index: 2;
  left: 57%;
  bottom: 33%;
  width: clamp(58px, 6vw, 90px);
  height: clamp(190px, 33vh, 350px);
  clip-path: polygon(18% 15%, 38% 15%, 38% 4%, 62% 4%, 62% 15%, 82% 15%, 91% 100%, 9% 100%);
  background:
    radial-gradient(circle at 50% 33%, rgba(225, 181, 105, 0.76) 0 9%, #2b2630 10% 13%, transparent 14%),
    linear-gradient(90deg, #24202a, #504650 44%, #181720 100%);
  box-shadow: 0 0 65px rgba(226, 172, 88, 0.08);
}

.sophias5__fallback-tower::after {
  content: '';
  position: absolute;
  top: 24%;
  left: 49%;
  width: 2px;
  height: 18%;
  background: rgba(231, 215, 190, 0.58);
  box-shadow: 0 0 12px rgba(226, 172, 88, 0.28);
  transform: rotate(32deg);
  transform-origin: bottom center;
}

/* ---------- LUZ, NÉVOA E PROFUNDIDADE ---------- */

.sophias5__warmth {
  position: absolute;
  z-index: 4;
  inset: 0;
  opacity: var(--sophias5-warmth);
  pointer-events: none;
  background:
    radial-gradient(circle at 73% 69%, rgba(239, 139, 56, 0.42), transparent 20%),
    radial-gradient(circle at 46% 76%, rgba(206, 91, 54, 0.28), transparent 26%),
    linear-gradient(180deg, transparent 52%, rgba(90, 31, 28, 0.22));
  mix-blend-mode: screen;
  will-change: opacity;
}

.sophias5__mist {
  position: absolute;
  z-index: 7;
  left: -20%;
  width: 140%;
  height: 34%;
  opacity: 0.24;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 12% 50%, rgba(202, 214, 227, 0.28), transparent 31%),
    radial-gradient(ellipse at 47% 44%, rgba(202, 214, 227, 0.22), transparent 33%),
    radial-gradient(ellipse at 82% 54%, rgba(202, 214, 227, 0.2), transparent 30%);
  filter: blur(29px);
  transform: translate3d(var(--sophias5-mist-x), 0, 0);
  will-change: transform;
}

.sophias5__mist--01 {
  top: 42%;
}

.sophias5__mist--02 {
  top: 67%;
  opacity: 0.17;
  transform: translate3d(var(--sophias5-mist-x-reverse), 0, 0);
}

/* ---------- GUIRLANDAS E LANTERNAS ---------- */

.sophias5__garland {
  position: absolute;
  z-index: 6;
  left: -4%;
  display: flex;
  justify-content: space-around;
  width: 108%;
  height: 76px;
  pointer-events: none;
  border-top: 1px solid rgba(205, 184, 159, 0.2);
  transform-origin: center top;
}

.sophias5__garland--01 {
  top: 19%;
  transform: rotate(-2.5deg);
}

.sophias5__garland--02 {
  top: 31%;
  opacity: 0.48;
  transform: rotate(2deg) scale(1.08);
}

.sophias5__garland span {
  position: relative;
  top: -1px;
  width: clamp(10px, 1vw, 16px);
  height: clamp(24px, 3vw, 42px);
  clip-path: polygon(0 0, 100% 0, 72% 100%, 50% 76%, 28% 100%);
  background: linear-gradient(180deg, rgba(169, 103, 69, 0.78), rgba(68, 30, 44, 0.74));
  transform-origin: top center;
  animation: sophias5Pennant 4.8s ease-in-out infinite alternate;
}

.sophias5__garland span:nth-child(2n) {
  background: linear-gradient(180deg, rgba(182, 155, 103, 0.72), rgba(83, 53, 45, 0.76));
  animation-delay: -2.1s;
}

.sophias5__garland span:nth-child(3n) {
  background: linear-gradient(180deg, rgba(74, 93, 128, 0.76), rgba(31, 26, 54, 0.78));
  animation-delay: -3.3s;
}

.sophias5__lanterns {
  position: absolute;
  z-index: 6;
  inset: 0;
  pointer-events: none;
  transform: translate3d(0, var(--sophias5-lantern-lift), 0);
  will-change: transform;
}

.sophias5__lanterns > span {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 22px;
  height: 31px;
  border: 1px solid rgba(235, 193, 119, 0.72);
  border-radius: 3px 3px 7px 7px;
  opacity: 0.72;
  background:
    radial-gradient(circle at 50% 55%, rgba(255, 231, 170, 0.92), rgba(226, 139, 59, 0.48) 37%, rgba(69, 24, 25, 0.3) 70%),
    rgba(25, 16, 28, 0.82);
  box-shadow:
    0 0 12px rgba(239, 169, 82, 0.45),
    0 0 34px rgba(226, 114, 56, 0.22);
  transform: translateX(-50%) scale(var(--s));
  transform-origin: top center;
  animation: sophias5Lantern 5.2s ease-in-out var(--d) infinite alternate;
}

.sophias5__lanterns > span::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 1px;
  height: 42px;
  background: linear-gradient(transparent, rgba(211, 200, 184, 0.38));
}

.sophias5__lanterns > span::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 10px;
  height: 9px;
  border-radius: 50%;
  background: rgba(226, 135, 58, 0.6);
  filter: blur(5px);
  transform: translateX(-50%);
}

@keyframes sophias5Pennant {
  from { transform: rotate(-2deg) skewX(-1deg); }
  to { transform: rotate(5deg) skewX(2deg); }
}

@keyframes sophias5Lantern {
  from { margin-top: -3px; filter: brightness(0.88); }
  to { margin-top: 4px; filter: brightness(1.12); }
}

/* ---------- PARTÍCULAS E MULTIDÃO ---------- */

.sophias5__sparks {
  position: absolute;
  z-index: 8;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.sophias5__sparks span {
  position: absolute;
  left: 50%;
  bottom: 7%;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  opacity: 0;
  background: var(--sophias5-amber);
  box-shadow: 0 0 8px rgba(226, 172, 88, 0.7);
  animation: sophias5Spark 7s linear infinite;
}

.sophias5__sparks span:nth-child(1) { left: 16%; animation-delay: -1s; }
.sophias5__sparks span:nth-child(2) { left: 24%; animation-delay: -4.4s; }
.sophias5__sparks span:nth-child(3) { left: 33%; animation-delay: -2.6s; }
.sophias5__sparks span:nth-child(4) { left: 42%; animation-delay: -5.8s; }
.sophias5__sparks span:nth-child(5) { left: 51%; animation-delay: -3.2s; }
.sophias5__sparks span:nth-child(6) { left: 58%; animation-delay: -6.5s; }
.sophias5__sparks span:nth-child(7) { left: 64%; animation-delay: -1.8s; }
.sophias5__sparks span:nth-child(8) { left: 71%; animation-delay: -4.9s; }
.sophias5__sparks span:nth-child(9) { left: 79%; animation-delay: -2.2s; }
.sophias5__sparks span:nth-child(10) { left: 86%; animation-delay: -6.1s; }
.sophias5__sparks span:nth-child(11) { left: 91%; animation-delay: -3.8s; }
.sophias5__sparks span:nth-child(12) { left: 11%; animation-delay: -5.3s; }

@keyframes sophias5Spark {
  0% { opacity: 0; transform: translate3d(0, 0, 0) scale(0.6); }
  18% { opacity: 0.72; }
  78% { opacity: 0.22; }
  100% { opacity: 0; transform: translate3d(34px, -48vh, 0) scale(1.25); }
}

.sophias5__crowd {
  position: absolute;
  z-index: 9;
  right: -2%;
  bottom: -4%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: clamp(7px, 1.2vw, 21px);
  width: 62%;
  height: 31%;
  padding-right: 5%;
  pointer-events: none;
  opacity: 0.76;
  filter: blur(0.4px);
}

.sophias5__crowd span {
  position: relative;
  width: clamp(28px, 3.1vw, 58px);
  height: clamp(105px, 17vh, 190px);
  border-radius: 48% 48% 8% 8%;
  background: linear-gradient(90deg, #030309, #0e0812 52%, #030309);
  box-shadow: 0 -18px 35px rgba(0, 0, 0, 0.24);
}

.sophias5__crowd span::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -24%;
  width: 62%;
  aspect-ratio: 0.88;
  border-radius: 48% 48% 44% 44%;
  background: #05040a;
  transform: translateX(-50%);
}

.sophias5__crowd span:nth-child(2n) {
  height: clamp(91px, 14vh, 158px);
}

.sophias5__crowd span:nth-child(3n) {
  height: clamp(118px, 19vh, 208px);
}

.sophias5__crowd span:nth-child(4n)::after {
  content: '';
  position: absolute;
  top: -29%;
  left: 50%;
  width: 92%;
  height: 19px;
  border-radius: 50%;
  background: #05040a;
  transform: translateX(-50%) rotate(-4deg);
}

/* ---------- TRATAMENTO CINEMATOGRÁFICO ---------- */

.sophias5__shade {
  z-index: 10;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(3, 2, 9, 0.94) 0%, rgba(3, 2, 9, 0.75) 31%, rgba(3, 2, 9, 0.14) 64%, rgba(3, 2, 9, 0.44) 100%),
    linear-gradient(180deg, rgba(2, 4, 12, 0.6), transparent 25%, transparent 66%, rgba(7, 3, 10, 0.92));
}

.sophias5__vignette {
  z-index: 11;
  pointer-events: none;
  box-shadow:
    inset 0 0 170px rgba(1, 1, 7, 0.72),
    inset 0 -120px 140px rgba(3, 1, 7, 0.62);
}

.sophias5__grain {
  z-index: 12;
  opacity: 0.05;
  pointer-events: none;
  background-image:
    repeating-radial-gradient(circle at 17% 21%, rgba(255, 255, 255, 0.75) 0 0.5px, transparent 0.8px 3px);
  background-size: 5px 5px;
  mix-blend-mode: soft-light;
}

/* ---------- INTERFACE DO FESTIVAL ---------- */

.sophias5__threshold {
  position: absolute;
  z-index: 16;
  left: 50%;
  top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  width: min(480px, 50vw);
  color: rgba(226, 172, 88, 0.7);
  transform: translateX(-50%);
}

.sophias5__threshold > span {
  width: min(72px, 7vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(226, 172, 88, 0.48));
}

.sophias5__threshold > span:last-child {
  background: linear-gradient(90deg, rgba(226, 172, 88, 0.48), transparent);
}

.sophias5__threshold b {
  font-size: 8px;
  font-weight: 400;
}

.sophias5__threshold small {
  font-family: var(--sophias5-ui);
  font-size: 7px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  white-space: nowrap;
}

.sophias5__date {
  position: absolute;
  z-index: 16;
  right: clamp(48px, 7vw, 118px);
  top: clamp(82px, 12vh, 126px);
  display: grid;
  grid-template-columns: auto auto;
  align-items: end;
  column-gap: 10px;
  color: rgba(241, 238, 231, 0.62);
  font-family: var(--sophias5-ui);
  text-transform: uppercase;
}

.sophias5__date strong {
  grid-row: 1 / span 3;
  font-family: var(--sophias5-editorial);
  font-size: 42px;
  font-weight: 400;
  line-height: 0.8;
}

.sophias5__date span,
.sophias5__date small {
  font-size: 7px;
  letter-spacing: 0.2em;
}

.sophias5__date small {
  color: rgba(226, 172, 88, 0.62);
}

.sophias5__date i {
  width: 55px;
  height: 1px;
  margin: 5px 0;
  background: rgba(226, 172, 88, 0.42);
}

.sophias5__location {
  position: absolute;
  z-index: 16;
  right: clamp(42px, 5vw, 82px);
  bottom: clamp(27px, 5vh, 50px);
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(229, 222, 216, 0.38);
  font-family: var(--sophias5-ui);
  font-size: 6px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sophias5__location i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(226, 172, 88, 0.62);
}

/* ---------- CONTEÚDO ---------- */

.sophias5__content {
  position: relative;
  z-index: 15;
  width: 100%;
  height: 100%;
}

.sophias5__chapter {
  position: absolute;
  top: clamp(86px, 13vh, 132px);
  left: clamp(48px, 7vw, 118px);
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(231, 222, 215, 0.56);
  font-family: var(--sophias5-ui) !important;
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.sophias5__chapter i {
  width: 44px;
  height: 1px;
  background: rgba(226, 172, 88, 0.62);
}

.sophias5__story {
  --sophias5-story-y: 24px;
  position: absolute;
  left: clamp(48px, 7vw, 118px);
  top: 53%;
  width: min(760px, 55vw);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, calc(-50% + var(--sophias5-story-y)), 0);
  will-change: opacity, transform;
}

.sophias5__story--01 {
  --sophias5-story-y: 0px;
  opacity: 1;
}

.sophias5__story--02,
.sophias5__story--03,
.sophias5__story--04 {
  top: 52%;
}

.sophias5__index {
  display: block;
  margin-bottom: 20px;
  color: var(--sophias5-amber) !important;
  -webkit-text-fill-color: var(--sophias5-amber) !important;
  font-family: var(--sophias5-ui) !important;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.sophias5 .sophias5__title {
  margin: 0;
  color: var(--sophias5-ivory) !important;
  -webkit-text-fill-color: var(--sophias5-ivory) !important;
  font-family: var(--sophias5-editorial) !important;
  font-size: clamp(42px, 4.7vw, 76px);
  font-weight: 400 !important;
  line-height: 0.98;
  letter-spacing: -0.027em;
  text-wrap: balance;
  text-shadow: 0 2px 28px rgba(2, 1, 7, 0.44);
}

.sophias5 .sophias5__title em {
  display: block;
  margin-top: 4px;
  color: #e6cfae !important;
  -webkit-text-fill-color: #e6cfae !important;
  font-family: inherit !important;
  font-style: italic !important;
  font-weight: 400 !important;
}

.sophias5 .sophias5__text {
  width: min(570px, 100%);
  margin: 25px 0 0;
  padding-left: 18px;
  border-left: 1px solid rgba(226, 172, 88, 0.56);
  color: var(--sophias5-muted) !important;
  -webkit-text-fill-color: var(--sophias5-muted) !important;
  font-family: var(--sophias5-editorial) !important;
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 400 !important;
  line-height: 1.5;
}

.sophias5__question {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 24px;
  padding-left: 18px;
}

.sophias5__question > span {
  color: rgba(226, 172, 88, 0.8);
  font-size: 9px;
  letter-spacing: 0.28em;
}

.sophias5 .sophias5__question p {
  margin: 0;
  color: rgba(231, 215, 196, 0.64) !important;
  -webkit-text-fill-color: rgba(231, 215, 196, 0.64) !important;
  font-family: var(--sophias5-editorial) !important;
  font-size: 15px;
  font-style: italic;
}

/* ---------- PROGRESSO E FÓLIO ---------- */

.sophias5__progress {
  position: absolute;
  z-index: 17;
  right: clamp(20px, 3vw, 48px);
  top: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transform: translateY(-50%);
}

.sophias5__progress-number,
.sophias5__folio {
  color: rgba(231, 222, 215, 0.44);
  font-family: var(--sophias5-ui) !important;
  font-size: 7px;
  font-weight: 400;
  letter-spacing: 0.18em;
}

.sophias5__progress-track {
  position: relative;
  display: block;
  width: 1px;
  height: min(235px, 32vh);
  overflow: hidden;
  background: rgba(231, 222, 215, 0.13);
}

.sophias5__progress-fill {
  position: absolute;
  inset: 0;
  display: block;
  background: linear-gradient(180deg, var(--sophias5-amber), var(--sophias5-moon));
  box-shadow: 0 0 10px rgba(226, 172, 88, 0.34);
  transform: scaleY(0);
  transform-origin: top center;
  will-change: transform;
}

.sophias5__folio {
  position: absolute;
  z-index: 17;
  left: clamp(48px, 7vw, 118px);
  bottom: clamp(25px, 4vh, 44px);
  text-transform: uppercase;
}

/* ---------- LOADER ---------- */

.sophias5__loader {
  position: absolute;
  z-index: 30;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 13px;
  color: #e6cfae;
  background:
    radial-gradient(circle at 62% 42%, rgba(150, 64, 42, 0.25), transparent 32%),
    var(--sophias5-night);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 600ms ease, visibility 0s linear 600ms;
}

.sophias5.is-ready .sophias5__loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.sophias5__loader-symbol {
  color: var(--sophias5-amber);
  font-family: Georgia, serif;
  font-size: 16px;
  animation: sophias5LoaderSymbol 1.8s ease-in-out infinite;
}

.sophias5__loader-text {
  color: rgba(235, 229, 222, 0.66);
  font-family: var(--sophias5-ui) !important;
  font-size: 8px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.sophias5__loader-track {
  position: relative;
  display: block;
  width: 150px;
  height: 1px;
  overflow: hidden;
  background: rgba(235, 229, 222, 0.12);
}

.sophias5__loader-fill {
  position: absolute;
  inset: 0;
  display: block;
  background: linear-gradient(90deg, transparent, var(--sophias5-amber), transparent);
  transform: translateX(-100%);
  animation: sophias5Loader 1.6s ease-in-out infinite;
}

@keyframes sophias5Loader {
  50%, 100% { transform: translateX(100%); }
}

@keyframes sophias5LoaderSymbol {
  0%, 100% { opacity: 0.42; transform: scale(0.82) rotate(-8deg); }
  50% { opacity: 1; transform: scale(1.08) rotate(7deg); }
}

/* ---------- TABLET E TELAS BAIXAS ---------- */

@media (max-width: 1024px) {
  .sophias5__date {
    display: none;
  }

  .sophias5__story {
    width: min(700px, 68vw);
  }

  .sophias5 .sophias5__title {
    font-size: clamp(40px, 5.8vw, 65px);
  }

  .sophias5__crowd {
    width: 70%;
    opacity: 0.68;
  }
}

@media (max-height: 690px) and (min-width: 768px) {
  .sophias5__chapter {
    top: 78px;
  }

  .sophias5__story,
  .sophias5__story--02,
  .sophias5__story--03,
  .sophias5__story--04 {
    top: 54%;
  }

  .sophias5__index {
    margin-bottom: 14px;
  }

  .sophias5 .sophias5__title {
    font-size: clamp(38px, 4.25vw, 61px);
  }

  .sophias5 .sophias5__text {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.42;
  }

  .sophias5__question {
    margin-top: 15px;
  }

  .sophias5__location,
  .sophias5__folio {
    bottom: 20px;
  }
}

/* ---------- MOBILE ---------- */

@media (max-width: 767px) {
  .sophias5 {
    height: 430vh;
  }

  .sophias5__stage {
    min-height: 100svh;
  }

  .sophias5__video {
    object-position: 62% center;
  }

  .sophias5__shade {
    background:
      linear-gradient(180deg, rgba(3, 2, 9, 0.38), transparent 30%, rgba(3, 2, 9, 0.82) 61%, rgba(3, 2, 9, 0.98)),
      linear-gradient(90deg, rgba(3, 2, 9, 0.34), transparent 76%);
  }

  .sophias5__vignette {
    box-shadow: inset 0 0 88px rgba(1, 1, 7, 0.62);
  }

  .sophias5__threshold,
  .sophias5__date,
  .sophias5__location,
  .sophias5__progress,
  .sophias5__garland--02 {
    display: none;
  }

  .sophias5__garland--01 {
    top: 18%;
    opacity: 0.54;
  }

  .sophias5__chapter {
    top: 78px;
    right: 24px;
    left: 24px;
    gap: 10px;
    font-size: 7px;
  }

  .sophias5__chapter i {
    width: 24px;
  }

  .sophias5__story,
  .sophias5__story--02,
  .sophias5__story--03,
  .sophias5__story--04 {
    right: 24px;
    bottom: 86px;
    left: 24px;
    top: auto;
    width: auto;
    transform: translate3d(0, var(--sophias5-story-y), 0);
  }

  .sophias5__index {
    margin-bottom: 13px;
    font-size: 7px;
  }

  .sophias5 .sophias5__title {
    font-size: clamp(34px, 10.2vw, 50px);
    line-height: 0.97;
  }

  .sophias5 .sophias5__text {
    margin-top: 17px;
    font-size: 16px;
    line-height: 1.42;
  }

  .sophias5__question {
    gap: 12px;
    margin-top: 15px;
    padding-left: 15px;
  }

  .sophias5 .sophias5__question p {
    font-size: 13px;
  }

  .sophias5__folio {
    left: 24px;
    bottom: 22px;
  }

  .sophias5__crowd {
    right: -26%;
    width: 108%;
    height: 27%;
    opacity: 0.56;
  }

  .sophias5__lanterns > span:nth-child(2),
  .sophias5__lanterns > span:nth-child(4),
  .sophias5__lanterns > span:nth-child(6) {
    display: none;
  }

  .sophias5__fallback-buildings {
    width: 68%;
  }

  .sophias5__fallback-buildings--left {
    left: -28%;
  }

  .sophias5__fallback-buildings--right {
    right: -28%;
  }

  .sophias5__fallback-tower {
    left: 61%;
  }
}

@media (max-width: 420px) {
  .sophias5__chapter span:last-child {
    display: none;
  }

  .sophias5__story,
  .sophias5__story--02,
  .sophias5__story--03,
  .sophias5__story--04 {
    bottom: 72px;
  }

  .sophias5 .sophias5__title {
    font-size: clamp(31px, 9.6vw, 42px);
  }

  .sophias5 .sophias5__text {
    font-size: 15px;
  }

  .sophias5__question {
    display: none;
  }
}

/* ---------- MOVIMENTO REDUZIDO ---------- */

@media (prefers-reduced-motion: reduce) {
  .sophias5 {
    height: auto;
  }

  .sophias5__stage {
    position: relative;
    min-height: 100svh;
  }

  .sophias5__story {
    display: none;
  }

  .sophias5__story--04 {
    display: block;
    opacity: 1 !important;
    transform: translate3d(0, -50%, 0);
  }

  .sophias5__video {
    transform: none !important;
  }

  .sophias5__garland span,
  .sophias5__lanterns > span,
  .sophias5__sparks span,
  .sophias5__loader-symbol,
  .sophias5__loader-fill {
    animation: none !important;
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 767px) {
  .sophias5__story--04 {
    right: 24px;
    bottom: 72px;
    left: 24px;
    top: auto;
    width: auto;
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-726408c *//* =========================================================
   O ESPELHO DE SOPHIA — SESSÃO 06
   O LIVRO: ATRAVESSE O ESPELHO

   Cole no CSS personalizado da página,
   imediatamente depois do CSS da Sessão 5.
========================================================= */

.elementor-widget-html:has(.sophias6),
.elementor-widget-html:has(.sophias6) > .elementor-widget-container {
  width: 100%;
}

.sophias6,
.sophias6 * {
  box-sizing: border-box;
}

.sophias6 {
  --sophias6-night: #02040b;
  --sophias6-deep: #071225;
  --sophias6-blue: #173d67;
  --sophias6-moon: var(--sophia-moon, #9fc8ef);
  --sophias6-silver: var(--sophia-silver, #c9d7e7);
  --sophias6-gold: var(--sophia-gold, #b69b67);
  --sophias6-ivory: var(--sophia-ivory, #f1eee7);
  --sophias6-muted: rgba(224, 232, 242, 0.68);
  --sophias6-ui: var(--sophia-font-ui, 'Manrope', Arial, sans-serif);
  --sophias6-display: var(--sophia-font-display, 'Cinzel', Georgia, serif);
  --sophias6-editorial: var(--sophia-font-editorial, 'Cormorant Garamond', Georgia, serif);
  --sophias6-intro-opacity: 1;
  --sophias6-intro-y: 0px;
  --sophias6-showcase-opacity: 0;
  --sophias6-book-x: 13vw;
  --sophias6-book-y: 5vh;
  --sophias6-book-scale: 0.78;
  --sophias6-book-rotate-y: -22deg;
  --sophias6-offer-x: -38px;
  --sophias6-offer-opacity: 0;
  --sophias6-purchase-opacity: 0;
  --sophias6-purchase-y: 16px;
  --sophias6-mirror-scale: 0.76;
  --sophias6-mirror-opacity: 0.2;
  --sophias6-light-angle: -18deg;
  position: relative;
  width: 100%;
  height: 340vh;
  margin: 0;
  color: var(--sophias6-ivory);
  background: var(--sophias6-night);
  isolation: isolate;
}

.sophias6__stage {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100svh;
  min-height: 540px;
  overflow: hidden;
  background: var(--sophias6-night);
}

/* ---------- FUNDO E ESPELHO ---------- */

.sophias6__ambient,
.sophias6__shade,
.sophias6__vignette {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.sophias6__ambient {
  z-index: 0;
  background:
    radial-gradient(circle at 75% 46%, rgba(46, 93, 145, 0.2), transparent 26%),
    radial-gradient(circle at 22% 65%, rgba(93, 49, 67, 0.12), transparent 31%),
    linear-gradient(130deg, #02040b 0%, #07101f 46%, #030711 100%);
}

.sophias6__ambient::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(201, 215, 231, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 215, 231, 0.035) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: radial-gradient(circle at 72% 50%, #000, transparent 64%);
}

.sophias6__mirror {
  position: absolute;
  z-index: 2;
  right: clamp(24px, 8vw, 150px);
  top: 50%;
  width: clamp(330px, 39vw, 610px);
  height: clamp(470px, 76vh, 760px);
  opacity: var(--sophias6-mirror-opacity);
  pointer-events: none;
  transform:
    translateY(-50%)
    scale(var(--sophias6-mirror-scale));
  transform-origin: center;
  will-change: opacity, transform;
}

.sophias6__mirror-ring,
.sophias6__mirror-surface,
.sophias6__mirror-light {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.sophias6__mirror-ring--01 {
  width: 78%;
  height: 98%;
  border: 1px solid rgba(182, 155, 103, 0.56);
  box-shadow:
    0 0 0 5px rgba(182, 155, 103, 0.04),
    0 0 70px rgba(159, 200, 239, 0.1);
}

.sophias6__mirror-ring--01::before,
.sophias6__mirror-ring--01::after {
  content: '✦';
  position: absolute;
  left: 50%;
  color: rgba(182, 155, 103, 0.72);
  font-size: 10px;
  transform: translateX(-50%);
}

.sophias6__mirror-ring--01::before {
  top: -6px;
}

.sophias6__mirror-ring--01::after {
  bottom: -6px;
}

.sophias6__mirror-ring--02 {
  width: 72%;
  height: 93%;
  border: 1px solid rgba(201, 215, 231, 0.14);
  box-shadow: inset 0 0 80px rgba(42, 80, 124, 0.12);
}

.sophias6__mirror-surface {
  width: 68%;
  height: 90%;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 52% 40%, rgba(143, 187, 226, 0.13), transparent 42%),
    linear-gradient(145deg, rgba(16, 40, 70, 0.6), rgba(2, 6, 15, 0.9));
  box-shadow:
    inset 0 0 80px rgba(0, 3, 10, 0.72),
    0 0 90px rgba(40, 90, 145, 0.12);
}

.sophias6__mirror-surface::before {
  content: '';
  position: absolute;
  inset: -12%;
  opacity: 0.32;
  background:
    linear-gradient(116deg, transparent 24%, rgba(218, 233, 247, 0.12) 25%, transparent 26%),
    linear-gradient(63deg, transparent 58%, rgba(218, 233, 247, 0.08) 59%, transparent 60%),
    radial-gradient(ellipse at 45% 74%, rgba(159, 200, 239, 0.19), transparent 27%);
  transform: rotate(var(--sophias6-light-angle));
  will-change: transform;
}

.sophias6__mirror-light {
  width: 49%;
  height: 80%;
  opacity: 0.3;
  background: linear-gradient(105deg, transparent 37%, rgba(215, 235, 251, 0.25) 49%, transparent 61%);
  filter: blur(18px);
  mix-blend-mode: screen;
  transform: translate(-50%, -50%) rotate(var(--sophias6-light-angle));
  will-change: transform;
}

.sophias6__shade {
  z-index: 7;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(1, 3, 9, 0.78), rgba(1, 3, 9, 0.18) 55%, rgba(1, 3, 9, 0.24)),
    linear-gradient(180deg, rgba(1, 3, 9, 0.58), transparent 24%, transparent 72%, rgba(1, 3, 9, 0.84));
}

.sophias6__vignette {
  z-index: 8;
  pointer-events: none;
  box-shadow:
    inset 0 0 170px rgba(0, 2, 8, 0.72),
    inset 0 -90px 120px rgba(0, 2, 8, 0.64);
}

/* ---------- FRAGMENTOS E POEIRA ---------- */

.sophias6__fragments,
.sophias6__dust {
  position: absolute;
  z-index: 4;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.sophias6__fragments span {
  position: absolute;
  width: 34px;
  height: 68px;
  opacity: 0.12;
  border: 1px solid rgba(201, 215, 231, 0.38);
  background: linear-gradient(145deg, rgba(159, 200, 239, 0.16), transparent 65%);
  clip-path: polygon(50% 0, 100% 32%, 73% 100%, 9% 72%);
  animation: sophias6Fragment 9s ease-in-out infinite alternate;
}

.sophias6__fragments span:nth-child(1) { left: 57%; top: 9%; transform: rotate(18deg) scale(0.7); }
.sophias6__fragments span:nth-child(2) { left: 89%; top: 18%; transform: rotate(-26deg) scale(0.46); animation-delay: -4s; }
.sophias6__fragments span:nth-child(3) { left: 52%; top: 67%; transform: rotate(41deg) scale(0.55); animation-delay: -7s; }
.sophias6__fragments span:nth-child(4) { left: 93%; top: 71%; transform: rotate(-12deg) scale(0.8); animation-delay: -2s; }
.sophias6__fragments span:nth-child(5) { left: 69%; top: 4%; transform: rotate(64deg) scale(0.38); animation-delay: -5s; }
.sophias6__fragments span:nth-child(6) { left: 82%; top: 87%; transform: rotate(9deg) scale(0.48); animation-delay: -3s; }
.sophias6__fragments span:nth-child(7) { left: 47%; top: 35%; transform: rotate(-44deg) scale(0.32); animation-delay: -6s; }
.sophias6__fragments span:nth-child(8) { left: 96%; top: 43%; transform: rotate(31deg) scale(0.4); animation-delay: -1s; }

@keyframes sophias6Fragment {
  from { margin-top: -4px; filter: brightness(0.8); }
  to { margin-top: 7px; filter: brightness(1.25); }
}

.sophias6__dust span {
  position: absolute;
  left: 72%;
  bottom: 13%;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  opacity: 0;
  background: var(--sophias6-moon);
  box-shadow: 0 0 7px rgba(159, 200, 239, 0.6);
  animation: sophias6Dust 8s linear infinite;
}

.sophias6__dust span:nth-child(1) { left: 53%; animation-delay: -1s; }
.sophias6__dust span:nth-child(2) { left: 58%; animation-delay: -5.2s; }
.sophias6__dust span:nth-child(3) { left: 63%; animation-delay: -2.7s; }
.sophias6__dust span:nth-child(4) { left: 68%; animation-delay: -6.1s; }
.sophias6__dust span:nth-child(5) { left: 73%; animation-delay: -3.4s; }
.sophias6__dust span:nth-child(6) { left: 78%; animation-delay: -7.2s; }
.sophias6__dust span:nth-child(7) { left: 83%; animation-delay: -1.8s; }
.sophias6__dust span:nth-child(8) { left: 88%; animation-delay: -4.6s; }
.sophias6__dust span:nth-child(9) { left: 92%; animation-delay: -2.2s; }
.sophias6__dust span:nth-child(10) { left: 61%; animation-delay: -7.7s; }
.sophias6__dust span:nth-child(11) { left: 75%; animation-delay: -5.8s; }
.sophias6__dust span:nth-child(12) { left: 86%; animation-delay: -3.9s; }

@keyframes sophias6Dust {
  0% { opacity: 0; transform: translate3d(0, 0, 0) scale(0.55); }
  18% { opacity: 0.7; }
  76% { opacity: 0.22; }
  100% { opacity: 0; transform: translate3d(28px, -54vh, 0) scale(1.25); }
}

/* ---------- MARCA DE TRANSIÇÃO ---------- */

.sophias6__threshold {
  position: absolute;
  z-index: 14;
  left: 50%;
  top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  width: min(450px, 50vw);
  color: rgba(182, 155, 103, 0.68);
  transform: translateX(-50%);
}

.sophias6__threshold > span {
  width: min(68px, 7vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(182, 155, 103, 0.5));
}

.sophias6__threshold > span:last-child {
  background: linear-gradient(90deg, rgba(182, 155, 103, 0.5), transparent);
}

.sophias6__threshold b {
  font-size: 9px;
  font-weight: 400;
}

.sophias6__threshold small {
  font-family: var(--sophias6-ui);
  font-size: 7px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  white-space: nowrap;
}

/* ---------- ABERTURA ---------- */

.sophias6__intro {
  position: absolute;
  z-index: 11;
  left: 50%;
  top: 50%;
  width: min(980px, 82vw);
  text-align: center;
  opacity: var(--sophias6-intro-opacity);
  transform:
    translate3d(-50%, calc(-50% + var(--sophias6-intro-y)), 0);
  will-change: opacity, transform;
}

.sophias6__intro-index {
  display: block;
  margin-bottom: 22px;
  color: var(--sophias6-gold);
  font-family: var(--sophias6-ui);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.sophias6 .sophias6__intro-title {
  margin: 0;
  color: var(--sophias6-ivory) !important;
  -webkit-text-fill-color: var(--sophias6-ivory) !important;
  font-family: var(--sophias6-editorial) !important;
  font-size: clamp(46px, 5.8vw, 92px);
  font-weight: 400 !important;
  line-height: 0.94;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.sophias6 .sophias6__intro-title em {
  display: block;
  margin-top: 7px;
  color: var(--sophias6-silver) !important;
  -webkit-text-fill-color: var(--sophias6-silver) !important;
  font-family: inherit !important;
  font-style: italic !important;
  font-weight: 400 !important;
}

.sophias6__manifesto {
  margin: 30px auto 0;
  color: rgba(201, 215, 231, 0.58);
  font-family: var(--sophias6-ui);
  font-size: 9px;
  letter-spacing: 0.18em;
  line-height: 1.7;
  text-transform: uppercase;
}

.sophias6__manifesto strong {
  color: var(--sophias6-gold);
  font-weight: 500;
}

/* ---------- SHOWCASE ---------- */

.sophias6__showcase {
  position: absolute;
  z-index: 12;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(290px, 0.92fr);
  grid-template-areas: 'offer book';
  align-items: center;
  gap: clamp(24px, 5vw, 90px);
  padding:
    clamp(88px, 11vh, 122px)
    clamp(62px, 8vw, 132px)
    clamp(64px, 8vh, 88px);
  opacity: var(--sophias6-showcase-opacity);
  pointer-events: none;
  will-change: opacity;
}

.sophias6__showcase.is-interactive {
  pointer-events: auto;
}

.sophias6__book-column {
  grid-area: book;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 100%;
}

.sophias6__book-scene {
  position: relative;
  width: clamp(225px, 24vw, 365px);
  aspect-ratio: 16 / 23;
  perspective: 1400px;
  transform:
    translate3d(var(--sophias6-book-x), var(--sophias6-book-y), 0)
    scale(var(--sophias6-book-scale));
  transform-origin: center center;
  will-change: transform;
}

.sophias6__book {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  transform: rotateY(var(--sophias6-book-rotate-y)) rotateX(1.5deg);
  filter: drop-shadow(0 32px 40px rgba(0, 2, 8, 0.7));
  will-change: transform;
}

.sophias6__book-face {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid rgba(182, 155, 103, 0.52);
  border-radius: 2px 6px 6px 2px;
  background: #071324;
  box-shadow:
    inset 0 0 0 5px rgba(182, 155, 103, 0.05),
    inset 0 0 55px rgba(0, 2, 9, 0.55);
  transform: translateZ(15px);
}

.sophias6__cover,
.sophias6__cover-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.sophias6__cover {
  z-index: 3;
  display: block;
  object-fit: cover;
  opacity: 0;
  transition: opacity 700ms ease;
}

.sophias6.is-cover-ready .sophias6__cover {
  opacity: 1;
}

.sophias6__cover-fallback {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 13%;
  text-align: center;
  background:
    radial-gradient(circle at 50% 33%, rgba(94, 148, 196, 0.2), transparent 29%),
    linear-gradient(160deg, #0e2946, #06111f 54%, #030711);
}

.sophias6__cover-fallback::before {
  content: '';
  position: absolute;
  inset: 5%;
  border: 1px solid rgba(182, 155, 103, 0.4);
  box-shadow:
    inset 0 0 0 4px rgba(182, 155, 103, 0.035),
    inset 0 0 45px rgba(159, 200, 239, 0.06);
}

.sophias6__cover-ornament {
  position: relative;
  margin-bottom: 13%;
  color: var(--sophias6-gold);
  font-family: Georgia, serif;
  font-size: clamp(9px, 1vw, 14px);
  letter-spacing: 0.34em;
}

.sophias6__cover-fallback small {
  position: relative;
  margin-bottom: 8%;
  color: rgba(201, 215, 231, 0.66);
  font-family: var(--sophias6-ui);
  font-size: clamp(5px, 0.48vw, 8px);
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.sophias6__cover-fallback strong {
  position: relative;
  color: var(--sophias6-ivory);
  font-family: var(--sophias6-display);
  font-size: clamp(23px, 2.7vw, 43px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.sophias6__cover-fallback i {
  position: relative;
  width: 38%;
  height: 1px;
  margin: 12% 0 9%;
  background: linear-gradient(90deg, transparent, var(--sophias6-gold), transparent);
}

.sophias6__cover-fallback p {
  position: relative;
  margin: 0;
  color: var(--sophias6-silver);
  font-family: var(--sophias6-editorial);
  font-size: clamp(12px, 1.2vw, 18px);
  letter-spacing: 0.06em;
}

.sophias6__cover-fallback b {
  position: absolute;
  bottom: 8%;
  color: rgba(182, 155, 103, 0.72);
  font-family: var(--sophias6-ui);
  font-size: clamp(5px, 0.45vw, 7px);
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.sophias6__book-spine {
  position: absolute;
  z-index: -1;
  left: -18px;
  top: 1.4%;
  width: 30px;
  height: 97.2%;
  border-left: 1px solid rgba(182, 155, 103, 0.4);
  background: linear-gradient(90deg, #02050b, #0d2137 48%, #152c46);
  transform: rotateY(-90deg) translateZ(15px);
  transform-origin: right center;
}

.sophias6__book-shine {
  position: absolute;
  z-index: 5;
  inset: -20%;
  opacity: 0.28;
  pointer-events: none;
  background: linear-gradient(112deg, transparent 37%, rgba(255, 255, 255, 0.2) 48%, transparent 59%);
  transform: translateX(-45%) rotate(var(--sophias6-light-angle));
  mix-blend-mode: screen;
}

.sophias6__book-shadow {
  position: absolute;
  left: 8%;
  right: 5%;
  bottom: -8%;
  height: 10%;
  border-radius: 50%;
  opacity: 0.78;
  background: rgba(0, 0, 0, 0.72);
  filter: blur(18px);
  transform: rotate(-2deg);
}

.sophias6__book-reflection {
  position: absolute;
  left: 14%;
  right: 7%;
  top: 102%;
  height: 28%;
  opacity: 0.12;
  background: linear-gradient(180deg, rgba(159, 200, 239, 0.28), transparent 78%);
  clip-path: polygon(4% 0, 97% 0, 82% 100%, 16% 100%);
  filter: blur(5px);
}

/* ---------- CONTEÚDO DA OFERTA ---------- */

.sophias6__offer {
  grid-area: offer;
  align-self: center;
  max-width: 720px;
  opacity: var(--sophias6-offer-opacity);
  transform: translate3d(var(--sophias6-offer-x), 0, 0);
  will-change: opacity, transform;
}

.sophias6__eyebrow {
  display: block;
  margin-bottom: 19px;
  color: var(--sophias6-gold);
  font-family: var(--sophias6-ui);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.sophias6 .sophias6__title {
  margin: 0;
  color: var(--sophias6-ivory) !important;
  -webkit-text-fill-color: var(--sophias6-ivory) !important;
  font-family: var(--sophias6-editorial) !important;
  font-size: clamp(40px, 4.25vw, 68px);
  font-weight: 400 !important;
  line-height: 0.99;
  letter-spacing: -0.027em;
  text-wrap: balance;
}

.sophias6 .sophias6__title em {
  display: block;
  margin-top: 5px;
  color: var(--sophias6-silver) !important;
  -webkit-text-fill-color: var(--sophias6-silver) !important;
  font-family: inherit !important;
  font-style: italic !important;
  font-weight: 400 !important;
}

.sophias6__description {
  width: min(590px, 100%);
  margin: 23px 0 0;
  padding-left: 18px;
  border-left: 1px solid rgba(182, 155, 103, 0.54);
  color: var(--sophias6-muted);
  font-family: var(--sophias6-editorial);
  font-size: clamp(16px, 1.18vw, 19px);
  line-height: 1.5;
}

.sophias6__details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(650px, 100%);
  margin: 27px 0 0;
  padding: 1px;
  list-style: none;
  background: rgba(201, 215, 231, 0.1);
}

.sophias6__details li {
  min-width: 0;
  padding: 13px 15px;
  background: rgba(4, 10, 21, 0.88);
}

.sophias6__details span,
.sophias6__details strong {
  display: block;
  font-family: var(--sophias6-ui);
  line-height: 1.35;
}

.sophias6__details span {
  margin-bottom: 5px;
  color: rgba(201, 215, 231, 0.38);
  font-size: 6px;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.sophias6__details strong {
  overflow: hidden;
  color: rgba(241, 238, 231, 0.8);
  font-size: 9px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sophias6__purchase {
  display: grid;
  grid-template-columns: minmax(170px, 0.75fr) minmax(210px, 1.25fr);
  column-gap: 16px;
  align-items: center;
  width: min(650px, 100%);
  margin-top: 19px;
  padding: 15px;
  border: 1px solid rgba(182, 155, 103, 0.2);
  background:
    linear-gradient(135deg, rgba(16, 39, 67, 0.42), rgba(3, 8, 18, 0.82));
  box-shadow: 0 20px 55px rgba(0, 2, 8, 0.22);
  opacity: var(--sophias6-purchase-opacity);
  transform: translate3d(0, var(--sophias6-purchase-y), 0);
  will-change: opacity, transform;
}

.sophias6__pending,
.sophias6__commercial {
  min-width: 0;
}

.sophias6__pending span,
.sophias6__price-label {
  display: block;
  margin-bottom: 5px;
  color: var(--sophias6-gold);
  font-family: var(--sophias6-ui);
  font-size: 6px;
  letter-spacing: 0.21em;
  text-transform: uppercase;
}

.sophias6__pending strong {
  color: rgba(241, 238, 231, 0.78);
  font-family: var(--sophias6-editorial);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.15;
}

.sophias6__commercial {
  display: none;
}

.sophias6.is-offer-live .sophias6__pending {
  display: none;
}

.sophias6.is-offer-live .sophias6__commercial {
  display: block;
}

.sophias6__price {
  display: block;
  color: var(--sophias6-ivory);
  font-family: var(--sophias6-editorial);
  font-size: clamp(25px, 2.2vw, 34px);
  font-weight: 400;
  line-height: 1;
}

.sophias6__installments {
  display: block;
  margin-top: 4px;
  color: rgba(201, 215, 231, 0.5);
  font-family: var(--sophias6-ui);
  font-size: 7px;
  letter-spacing: 0.08em;
}

.sophias6__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 53px;
  padding: 0 20px;
  border: 1px solid rgba(182, 155, 103, 0.62);
  color: #07101f !important;
  -webkit-text-fill-color: #07101f !important;
  background: linear-gradient(100deg, #cfb886, #f0dfb9 54%, #ae915b);
  box-shadow: 0 9px 30px rgba(182, 155, 103, 0.16);
  font-family: var(--sophias6-ui);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    filter 220ms ease;
}

.sophias6__cta:hover {
  color: #07101f !important;
  transform: translateY(-2px);
  box-shadow: 0 13px 36px rgba(182, 155, 103, 0.25);
  filter: brightness(1.06);
}

.sophias6__cta[aria-disabled='true'] {
  cursor: default;
  opacity: 0.48;
  filter: saturate(0.45);
}

.sophias6__cta[aria-disabled='true']:hover {
  transform: none;
  box-shadow: 0 9px 30px rgba(182, 155, 103, 0.12);
}

.sophias6__cta i {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
}

.sophias6__purchase-note {
  grid-column: 2;
  margin: 7px 0 -4px;
  color: rgba(201, 215, 231, 0.32);
  font-family: var(--sophias6-ui);
  font-size: 6px;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
}

/* ---------- PROGRESSO ---------- */

.sophias6__progress {
  position: absolute;
  z-index: 15;
  right: clamp(20px, 3vw, 48px);
  top: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transform: translateY(-50%);
}

.sophias6__progress-number,
.sophias6__folio {
  color: rgba(201, 215, 231, 0.42);
  font-family: var(--sophias6-ui);
  font-size: 7px;
  font-weight: 400;
  letter-spacing: 0.18em;
}

.sophias6__progress-track {
  position: relative;
  display: block;
  width: 1px;
  height: min(225px, 31vh);
  overflow: hidden;
  background: rgba(201, 215, 231, 0.13);
}

.sophias6__progress-fill {
  position: absolute;
  inset: 0;
  display: block;
  background: linear-gradient(180deg, var(--sophias6-moon), var(--sophias6-gold));
  box-shadow: 0 0 10px rgba(159, 200, 239, 0.3);
  transform: scaleY(0);
  transform-origin: top center;
  will-change: transform;
}

.sophias6__folio {
  position: absolute;
  z-index: 15;
  left: clamp(48px, 7vw, 118px);
  bottom: clamp(25px, 4vh, 44px);
  text-transform: uppercase;
}

/* ---------- TABLET ---------- */

@media (max-width: 1100px) {
  .sophias6__showcase {
    grid-template-columns: minmax(0, 1.12fr) minmax(245px, 0.88fr);
    gap: 28px;
    padding-right: 70px;
    padding-left: 58px;
  }

  .sophias6__book-scene {
    width: clamp(210px, 26vw, 300px);
  }

  .sophias6 .sophias6__title {
    font-size: clamp(38px, 4.8vw, 58px);
  }

  .sophias6__details li {
    padding: 12px 10px;
  }

  .sophias6__details strong {
    font-size: 8px;
  }
}

@media (max-height: 720px) and (min-width: 768px) {
  .sophias6__showcase {
    padding-top: 72px;
    padding-bottom: 48px;
  }

  .sophias6__book-scene {
    width: clamp(185px, 21vw, 255px);
  }

  .sophias6__eyebrow {
    margin-bottom: 12px;
  }

  .sophias6 .sophias6__title {
    font-size: clamp(34px, 4vw, 52px);
  }

  .sophias6__description {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.4;
  }

  .sophias6__details {
    margin-top: 16px;
  }

  .sophias6__purchase {
    margin-top: 12px;
    padding: 11px;
  }
}

/* ---------- MOBILE ---------- */

@media (max-width: 767px) {
  .sophias6 {
    height: 300vh;
  }

  .sophias6__stage {
    min-height: 100svh;
  }

  .sophias6__threshold,
  .sophias6__progress {
    display: none;
  }

  .sophias6__mirror {
    right: auto;
    left: 50%;
    top: 25%;
    width: 260px;
    height: 370px;
    transform:
      translate(-50%, -50%)
      scale(var(--sophias6-mirror-scale));
  }

  .sophias6__intro {
    width: calc(100% - 44px);
  }

  .sophias6 .sophias6__intro-title {
    font-size: clamp(37px, 11vw, 54px);
    line-height: 0.97;
  }

  .sophias6__manifesto {
    width: 88%;
    margin-top: 23px;
    font-size: 7px;
  }

  .sophias6__showcase {
    display: block;
    padding: 0;
  }

  .sophias6__book-column {
    position: absolute;
    left: 0;
    right: 0;
    top: 68px;
    display: flex;
    height: 34vh;
    min-height: 220px;
  }

  .sophias6__book-scene {
    width: clamp(140px, 39vw, 190px);
  }

  .sophias6__offer {
    position: absolute;
    right: 22px;
    bottom: 54px;
    left: 22px;
    max-width: none;
  }

  .sophias6__eyebrow {
    margin-bottom: 10px;
    font-size: 6px;
  }

  .sophias6 .sophias6__title {
    font-size: clamp(29px, 8.7vw, 41px);
    line-height: 0.98;
  }

  .sophias6__description {
    margin-top: 12px;
    padding-left: 13px;
    font-size: 14px;
    line-height: 1.36;
  }

  .sophias6__details {
    margin-top: 13px;
  }

  .sophias6__details li {
    padding: 9px 7px;
  }

  .sophias6__details span {
    font-size: 5px;
  }

  .sophias6__details strong {
    font-size: 7px;
  }

  .sophias6__purchase {
    grid-template-columns: minmax(110px, 0.72fr) minmax(170px, 1.28fr);
    gap: 10px;
    margin-top: 10px;
    padding: 10px;
  }

  .sophias6__pending strong {
    font-size: 14px;
  }

  .sophias6__cta {
    min-height: 45px;
    padding: 0 13px;
    font-size: 6px;
  }

  .sophias6__purchase-note {
    margin-top: 4px;
    font-size: 5px;
  }

  .sophias6__folio {
    left: 22px;
    bottom: 20px;
  }

  .sophias6__fragments span:nth-child(n+5),
  .sophias6__dust span:nth-child(n+8) {
    display: none;
  }
}

@media (max-width: 420px) {
  .sophias6__book-column {
    top: 58px;
    height: 31vh;
  }

  .sophias6__book-scene {
    width: clamp(125px, 35vw, 155px);
  }

  .sophias6__offer {
    right: 18px;
    bottom: 47px;
    left: 18px;
  }

  .sophias6 .sophias6__title {
    font-size: clamp(27px, 8.1vw, 35px);
  }

  .sophias6__description {
    font-size: 13px;
  }

  .sophias6__details li:nth-child(2) {
    display: none;
  }

  .sophias6__details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sophias6__purchase {
    grid-template-columns: 1fr;
  }

  .sophias6__purchase-note {
    grid-column: 1;
  }
}

@media (max-height: 680px) and (max-width: 767px) {
  .sophias6__book-column {
    top: 47px;
    height: 26vh;
    min-height: 155px;
  }

  .sophias6__book-scene {
    width: 112px;
  }

  .sophias6__description {
    display: none;
  }

  .sophias6__details {
    margin-top: 10px;
  }
}

/* ---------- MOVIMENTO REDUZIDO ---------- */

@media (prefers-reduced-motion: reduce) {
  .sophias6 {
    height: auto;
    --sophias6-intro-opacity: 0;
    --sophias6-showcase-opacity: 1;
    --sophias6-book-x: 0vw;
    --sophias6-book-y: 0vh;
    --sophias6-book-scale: 1;
    --sophias6-book-rotate-y: -5deg;
    --sophias6-offer-x: 0px;
    --sophias6-offer-opacity: 1;
    --sophias6-purchase-opacity: 1;
    --sophias6-purchase-y: 0px;
    --sophias6-mirror-scale: 1;
    --sophias6-mirror-opacity: 0.76;
  }

  .sophias6__stage {
    position: relative;
    min-height: 100svh;
  }

  .sophias6__fragments span,
  .sophias6__dust span {
    animation: none !important;
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6b97eb0 */<style>
/* =========================================================
   O ESPELHO DE SOPHIA — SESSÃO 07
   A PRIMEIRA MARGEM

   Cole todo este bloco em um widget HTML separado,
   próximo ao HTML e ao JavaScript da Sessão 7.
========================================================= */

.sophias7,
.sophias7 * {
  box-sizing: border-box;
}

.sophias7 {
  --s7-ink: #02070e;
  --s7-blue: #8fb6ce;
  --s7-blue-soft: #cadce8;
  --s7-ivory: #f2eee4;
  --s7-muted: rgba(222, 230, 236, 0.74);
  --s7-gold: #b89a5d;
  --s7-line: rgba(184, 154, 93, 0.5);
  --s7-serif: "Cormorant Garamond", Georgia, serif;
  --s7-sans: Manrope, Arial, sans-serif;
  --s7-media-scale: 1.055;
  --s7-media-x: 0%;
  --s7-media-y: 0%;
  --s7-scene-light: 0.08;
  --s7-mirror-glow: 0.12;
  --s7-beacons: 0;
  --s7-fog-x: -4vw;
  --s7-fog-x-reverse: 4vw;
  --s7-progress: 0;

  position: relative !important;
  isolation: isolate;
  width: 100vw !important;
  max-width: 100vw !important;
  height: 440vh !important;
  min-height: 2600px;
  margin: 0 0 0 calc(50% - 50vw) !important;
  padding: 0 !important;
  overflow: clip;
  color: var(--s7-ivory);
  background: var(--s7-ink);
  font-family: var(--s7-serif);
}

.sophias7 h2,
.sophias7 h3,
.sophias7 p,
.sophias7 span,
.sophias7 small,
.sophias7 b,
.sophias7 i {
  margin: 0;
  padding: 0;
}

.sophias7__stage {
  position: sticky !important;
  position: -webkit-sticky !important;
  top: 0 !important;
  width: 100%;
  height: 100vh !important;
  height: 100svh !important;
  min-height: 600px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 68% 38%,
      rgba(71, 112, 142, 0.18),
      transparent 42%
    ),
    #02070e;
}

.sophias7__media {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  background: #02070e;
}

.sophias7__image {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover;
  object-position: center center;
  filter:
    saturate(0.83)
    contrast(1.05)
    brightness(0.78);
  transform:
    translate3d(
      var(--s7-media-x),
      var(--s7-media-y),
      0
    )
    scale(var(--s7-media-scale));
  transform-origin: center center;
  backface-visibility: hidden;
  will-change: transform;
}

.sophias7__scene-light,
.sophias7__mirror-glow,
.sophias7__moon-glint,
.sophias7__beacons,
.sophias7__fog,
.sophias7__shade,
.sophias7__vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.sophias7__scene-light {
  z-index: 1;
  opacity: var(--s7-scene-light);
  background:
    radial-gradient(
      ellipse at 66% 42%,
      rgba(158, 203, 232, 0.82) 0%,
      rgba(105, 158, 194, 0.34) 19%,
      transparent 54%
    );
  mix-blend-mode: screen;
  will-change: opacity;
}

.sophias7__mirror-glow {
  z-index: 2;
  opacity: var(--s7-mirror-glow);
  background:
    radial-gradient(
      ellipse at 54% 50%,
      rgba(188, 222, 242, 0.76) 0%,
      rgba(101, 155, 190, 0.3) 17%,
      transparent 43%
    );
  filter: blur(3px);
  mix-blend-mode: screen;
  will-change: opacity;
}

.sophias7__moon-glint {
  z-index: 2;
  top: -18%;
  left: 50%;
  width: 54%;
  height: 64%;
  opacity: 0.2;
  background:
    radial-gradient(
      circle,
      rgba(215, 233, 244, 0.58) 0%,
      rgba(153, 199, 226, 0.16) 23%,
      transparent 62%
    );
  filter: blur(12px);
  mix-blend-mode: screen;
  animation: s7-moon-breathe 7s ease-in-out infinite;
}

.sophias7__beacons {
  z-index: 3;
  opacity: var(--s7-beacons);
  transition: opacity 500ms ease;
}

.sophias7__beacons span {
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(208, 229, 241, 0.9);
  box-shadow:
    0 0 9px rgba(151, 203, 232, 0.95),
    0 0 24px rgba(109, 166, 200, 0.62);
  animation: s7-beacon-pulse 3.8s ease-in-out infinite;
}

.sophias7__beacons span:nth-child(1) {
  top: 23%;
  left: 57%;
  animation-delay: -0.4s;
}

.sophias7__beacons span:nth-child(2) {
  top: 34%;
  left: 68%;
  animation-delay: -1.3s;
}

.sophias7__beacons span:nth-child(3) {
  top: 47%;
  left: 61%;
  animation-delay: -2.1s;
}

.sophias7__beacons span:nth-child(4) {
  top: 59%;
  left: 73%;
  animation-delay: -0.8s;
}

.sophias7__beacons span:nth-child(5) {
  top: 67%;
  left: 54%;
  animation-delay: -1.8s;
}

.sophias7__beacons span:nth-child(6) {
  top: 28%;
  left: 82%;
  animation-delay: -2.8s;
}

.sophias7__beacons span:nth-child(7) {
  top: 76%;
  left: 66%;
  animation-delay: -1.1s;
}

.sophias7__beacons span:nth-child(8) {
  top: 54%;
  left: 87%;
  animation-delay: -2.4s;
}

.sophias7__fog {
  z-index: 3;
  right: -16%;
  left: -16%;
  width: 132%;
  height: 48%;
  opacity: 0.34;
  filter: blur(20px);
  mix-blend-mode: screen;
  will-change: transform;
}

.sophias7__fog--one {
  top: 18%;
  background:
    radial-gradient(
      ellipse at 28% 50%,
      rgba(141, 179, 202, 0.2),
      transparent 48%
    ),
    radial-gradient(
      ellipse at 76% 56%,
      rgba(122, 165, 192, 0.17),
      transparent 44%
    );
  transform: translate3d(var(--s7-fog-x), 0, 0);
}

.sophias7__fog--two {
  top: 54%;
  opacity: 0.26;
  background:
    radial-gradient(
      ellipse at 38% 50%,
      rgba(133, 175, 200, 0.18),
      transparent 48%
    ),
    radial-gradient(
      ellipse at 82% 42%,
      rgba(151, 188, 210, 0.14),
      transparent 43%
    );
  transform: translate3d(
    var(--s7-fog-x-reverse),
    0,
    0
  );
}

.sophias7__shade {
  z-index: 4;
  background:
    linear-gradient(
      90deg,
      rgba(2, 7, 14, 0.94) 0%,
      rgba(2, 7, 14, 0.8) 25%,
      rgba(2, 7, 14, 0.5) 47%,
      rgba(2, 7, 14, 0.08) 76%
    ),
    linear-gradient(
      0deg,
      rgba(2, 7, 14, 0.88) 0%,
      rgba(2, 7, 14, 0.08) 52%,
      rgba(2, 7, 14, 0.48) 100%
    );
}

.sophias7__vignette {
  z-index: 5;
  box-shadow:
    inset 0 0 175px rgba(0, 0, 0, 0.74),
    inset 0 -110px 150px rgba(0, 0, 0, 0.42);
}

.sophias7__threshold {
  position: absolute;
  z-index: 8;
  top: clamp(22px, 4vh, 44px);
  left: 50%;
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--s7-gold);
  transform: translateX(-50%);
  white-space: nowrap;
  pointer-events: none;
}

.sophias7__threshold::before,
.sophias7__threshold::after {
  display: block;
  width: clamp(34px, 4vw, 68px);
  height: 1px;
  content: "";
}

.sophias7__threshold::before {
  background:
    linear-gradient(
      90deg,
      transparent,
      var(--s7-line)
    );
}

.sophias7__threshold::after {
  background:
    linear-gradient(
      90deg,
      var(--s7-line),
      transparent
    );
}

.sophias7__threshold b {
  font: 400 10px/1 var(--s7-serif);
}

.sophias7__threshold small {
  font: 600 9px/1 var(--s7-sans);
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.sophias7__content {
  position: absolute;
  z-index: 8;
  inset: 0;
  pointer-events: none;
}

.sophias7__chapter {
  position: absolute;
  top: clamp(76px, 11vh, 112px);
  left: clamp(30px, 6.5vw, 104px);
  display: flex;
  align-items: center;
  gap: 13px;
  color: rgba(204, 216, 225, 0.55);
  font: 600 9px/1 var(--s7-sans);
  letter-spacing: 0.23em;
  text-transform: uppercase;
}

.sophias7__chapter i {
  display: block;
  width: 42px;
  height: 1px;
  background: var(--s7-line);
}

.sophias7__story {
  --s7-story-y: 28px;

  position: absolute;
  right: auto;
  bottom: clamp(96px, 13vh, 144px);
  left: clamp(30px, 6.5vw, 104px);
  width: min(720px, 56vw);
  opacity: 0;
  transform: translate3d(0, var(--s7-story-y), 0);
  transition:
    opacity 120ms linear,
    transform 120ms linear;
  will-change: opacity, transform;
}

.sophias7__index {
  display: block;
  margin-bottom: 17px !important;
  color: var(--s7-gold);
  font: 600 10px/1 var(--s7-sans);
  letter-spacing: 0.23em;
  text-transform: uppercase;
}

.sophias7__title {
  max-width: 720px;
  margin: 0 !important;
  color: var(--s7-ivory) !important;
  font-family: var(--s7-serif) !important;
  font-size: clamp(43px, 5vw, 76px) !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 0.96 !important;
  letter-spacing: -0.025em;
  text-wrap: balance;
  text-shadow: 0 3px 28px rgba(0, 0, 0, 0.45);
}

.sophias7__title em {
  display: block;
  margin-top: 6px;
  color: var(--s7-blue-soft);
  font-family: var(--s7-serif);
  font-style: italic;
  font-weight: 400;
}

.sophias7__text {
  position: relative;
  max-width: 610px;
  margin: 24px 0 0 !important;
  padding-left: 18px !important;
  color: var(--s7-muted) !important;
  font-family: var(--s7-serif) !important;
  font-size: clamp(17px, 1.35vw, 21px) !important;
  font-weight: 400;
  line-height: 1.48 !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.5);
}

.sophias7__text::before {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 1px;
  content: "";
  background:
    linear-gradient(
      180deg,
      var(--s7-gold),
      rgba(184, 154, 93, 0.08)
    );
}

.sophias7__closing {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  color: rgba(218, 226, 232, 0.82);
}

.sophias7__closing > span {
  color: var(--s7-gold);
  font-size: 12px;
  letter-spacing: 0.12em;
}

.sophias7__closing p {
  color: inherit !important;
  font-family: var(--s7-serif) !important;
  font-size: clamp(16px, 1.25vw, 19px) !important;
  font-style: italic;
  line-height: 1.35 !important;
}

.sophias7__navigation {
  position: absolute;
  z-index: 9;
  right: clamp(28px, 5vw, 80px);
  bottom: clamp(34px, 5vh, 58px);
  left: clamp(30px, 6.5vw, 104px);
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(204, 216, 225, 0.46);
  font: 600 8px/1 var(--s7-sans);
  letter-spacing: 0.19em;
  text-transform: uppercase;
  pointer-events: none;
}

.sophias7__count {
  min-width: 20px;
  color: var(--s7-gold);
}

.sophias7__track {
  position: relative;
  display: block;
  width: clamp(70px, 8vw, 130px);
  height: 1px;
  overflow: hidden;
  background: rgba(204, 216, 225, 0.18);
}

.sophias7__track-fill {
  position: absolute;
  inset: 0;
  display: block;
  background:
    linear-gradient(
      90deg,
      var(--s7-gold),
      var(--s7-blue-soft)
    );
  transform: scaleX(var(--s7-progress));
  transform-origin: left;
  will-change: transform;
}

.sophias7__folio {
  margin-left: auto !important;
}

@keyframes s7-moon-breathe {
  0%,
  100% {
    opacity: 0.14;
    transform: scale(0.96);
  }

  50% {
    opacity: 0.25;
    transform: scale(1.04);
  }
}

@keyframes s7-beacon-pulse {
  0%,
  100% {
    opacity: 0.22;
    transform: scale(0.72);
  }

  50% {
    opacity: 1;
    transform: scale(1.25);
  }
}

@media (max-width: 900px) {
  .sophias7 {
    height: 410vh !important;
    min-height: 2350px;
  }

  .sophias7__image {
    object-position: 60% center;
  }

  .sophias7__shade {
    background:
      linear-gradient(
        0deg,
        rgba(2, 7, 14, 0.97) 0%,
        rgba(2, 7, 14, 0.8) 33%,
        rgba(2, 7, 14, 0.18) 68%,
        rgba(2, 7, 14, 0.52) 100%
      ),
      linear-gradient(
        90deg,
        rgba(2, 7, 14, 0.5),
        transparent 82%
      );
  }

  .sophias7__chapter {
    left: 26px;
  }

  .sophias7__story {
    right: 30px;
    bottom: 94px;
    left: 26px;
    width: auto;
  }

  .sophias7__title {
    font-size: clamp(39px, 8.4vw, 60px) !important;
  }

  .sophias7__text {
    max-width: 570px;
    font-size: 17px !important;
  }

  .sophias7__navigation {
    right: 26px;
    left: 26px;
  }
}

@media (max-width: 600px) {
  .sophias7 {
    height: 390vh !important;
    min-height: 2150px;
  }

  .sophias7__stage {
    min-height: 540px;
  }

  .sophias7__image {
    object-position: 64% center;
  }

  .sophias7__threshold {
    top: 20px;
    gap: 8px;
  }

  .sophias7__threshold::before,
  .sophias7__threshold::after {
    width: 20px;
  }

  .sophias7__threshold small {
    font-size: 7px;
    letter-spacing: 0.16em;
  }

  .sophias7__chapter {
    top: 63px;
    right: 20px;
    left: 20px;
    gap: 8px;
    font-size: 7px;
    letter-spacing: 0.16em;
  }

  .sophias7__chapter i {
    width: 24px;
  }

  .sophias7__story {
    right: 35px;
    bottom: 78px;
    left: 20px;
  }

  .sophias7__index {
    margin-bottom: 13px !important;
    font-size: 8px;
    letter-spacing: 0.18em;
  }

  .sophias7__title {
    font-size: clamp(34px, 10.7vw, 49px) !important;
    line-height: 0.98 !important;
  }

  .sophias7__text {
    margin-top: 18px !important;
    padding-left: 13px !important;
    font-size: 15px !important;
    line-height: 1.42 !important;
  }

  .sophias7__closing {
    align-items: flex-start;
    gap: 8px;
    margin-top: 15px;
  }

  .sophias7__closing p {
    font-size: 14px !important;
  }

  .sophias7__navigation {
    right: 20px;
    bottom: 27px;
    left: 20px;
    gap: 9px;
    font-size: 6px;
  }

  .sophias7__track {
    width: 54px;
  }

  .sophias7__folio {
    max-width: 118px;
    text-align: right;
  }

  .sophias7__moon-glint {
    left: 33%;
    width: 80%;
  }

  .sophias7__beacons span:nth-child(n + 6) {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sophias7 {
    height: auto !important;
    min-height: 100svh;
  }

  .sophias7__stage {
    position: relative !important;
    min-height: 100svh;
  }

  .sophias7__image {
    transform: scale(1.06);
  }

  .sophias7__story,
  .sophias7__moon-glint,
  .sophias7__beacons span {
    transition: none !important;
    animation: none !important;
  }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-58d1c4e */<style>
/* =========================================================
   O ESPELHO DE SOPHIA — SESSÃO 08
   CARTOGRAFIA DAS MARGENS — MAPA INCLINADO

   O mapa permanece como imagem estática e íntegra.
   Perspectiva, luz e movimento são produzidos pelo CSS.
========================================================= */

.sophias8,
.sophias8 * {
  box-sizing: border-box;
}

.sophias8 {
  --s8-ink: #02070d;
  --s8-ivory: #f2eee4;
  --s8-muted: rgba(221, 229, 235, 0.73);
  --s8-blue: #88bddb;
  --s8-blue-soft: #c6deeb;
  --s8-gold: #b89a5d;
  --s8-line: rgba(184, 154, 93, 0.48);
  --s8-serif: "Cormorant Garamond", Georgia, serif;
  --s8-sans: Manrope, Arial, sans-serif;

  --s8-map-scale: 1;
  --s8-map-x: 0%;
  --s8-map-y: 0%;
  --s8-map-tilt-x: 48deg;
  --s8-map-tilt-z: -4deg;
  --s8-light-x: -22%;
  --s8-light-opacity: 0.26;
  --s8-dust-x: -2vw;

  position: relative !important;
  isolation: isolate;
  width: 100vw !important;
  max-width: 100vw !important;
  height: 500vh !important;
  min-height: 3000px;
  margin: 0 0 0 calc(50% - 50vw) !important;
  padding: 0 !important;
  overflow: clip;
  color: var(--s8-ivory);
  background: var(--s8-ink);
  font-family: var(--s8-serif);
}

.sophias8 h2,
.sophias8 h3,
.sophias8 p,
.sophias8 span,
.sophias8 small,
.sophias8 b,
.sophias8 i {
  margin: 0;
  padding: 0;
}

.sophias8__stage {
  position: sticky !important;
  position: -webkit-sticky !important;
  top: 0 !important;
  width: 100%;
  height: 100vh !important;
  height: 100svh !important;
  min-height: 600px;
  overflow: hidden;
  background: #02070d;
}

/* =========================================================
   MESA E AMBIENTE
========================================================= */

.sophias8__environment,
.sophias8__wood,
.sophias8__table-glow {
  position: absolute;
  inset: 0;
}

.sophias8__environment {
  z-index: 0;
  overflow: hidden;
  background: #03080d;
}

.sophias8__wood {
  opacity: 0.58;
  background:
    linear-gradient(
      96deg,
      rgba(255, 255, 255, 0.018),
      transparent 18%,
      rgba(255, 255, 255, 0.022) 36%,
      transparent 58%,
      rgba(255, 255, 255, 0.016) 76%,
      transparent
    ),
    repeating-linear-gradient(
      0deg,
      #050b10 0,
      #050b10 7px,
      #071019 8px,
      #040a10 14px
    );
  filter: contrast(1.15);
  transform: scale(1.08);
}

.sophias8__table-glow {
  background:
    radial-gradient(
      ellipse at 76% 37%,
      rgba(95, 149, 181, 0.22),
      transparent 45%
    ),
    radial-gradient(
      ellipse at 71% 73%,
      rgba(184, 154, 93, 0.08),
      transparent 35%
    );
}

/* =========================================================
   PLANO 3D DO MAPA
========================================================= */

.sophias8__map-wrap {
  position: absolute;
  z-index: 3;
  top: 49%;
  right: clamp(-170px, -6vw, -70px);
  width: min(76vw, 1120px);
  aspect-ratio: 1479 / 1063;
  perspective: 1450px;
  perspective-origin: 54% 42%;
  pointer-events: none;
  transform:
    translate3d(
      var(--s8-map-x),
      calc(-50% + var(--s8-map-y)),
      0
    );
  will-change: transform;
}

.sophias8__map-shadow {
  position: absolute;
  z-index: 0;
  inset: 9% 4% -5% 7%;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.82);
  filter: blur(34px);
  transform:
    rotateX(var(--s8-map-tilt-x))
    rotateZ(var(--s8-map-tilt-z))
    translate3d(24px, 32px, -30px)
    scale(var(--s8-map-scale));
  transform-origin: center center;
  opacity: 0.9;
}

.sophias8__map-plane {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  border: 1px solid rgba(184, 154, 93, 0.44);
  border-radius: 3px;
  background:
    linear-gradient(135deg, #0a202b, #071118 70%);
  box-shadow:
    0 25px 60px rgba(0, 0, 0, 0.66),
    0 4px 12px rgba(0, 0, 0, 0.72),
    inset 0 0 22px rgba(171, 205, 222, 0.08);
  transform:
    rotateX(var(--s8-map-tilt-x))
    rotateZ(var(--s8-map-tilt-z))
    scale(var(--s8-map-scale));
  transform-origin: center center;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform;
}

.sophias8__map-image {
  position: absolute !important;
  z-index: 1;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: fill;
  opacity: 0;
  filter:
    saturate(0.88)
    contrast(1.04)
    brightness(0.84);
  transition: opacity 800ms ease;
}

.sophias8.is-image-ready .sophias8__map-image {
  opacity: 1;
}

.sophias8__map-placeholder {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: rgba(184, 154, 93, 0.52);
  background:
    radial-gradient(
      circle at center,
      rgba(69, 122, 153, 0.13),
      transparent 46%
    ),
    repeating-linear-gradient(
      0deg,
      transparent 0,
      transparent 38px,
      rgba(173, 198, 212, 0.06) 39px
    ),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 38px,
      rgba(173, 198, 212, 0.05) 39px
    );
  transition: opacity 500ms ease;
}

.sophias8.is-image-ready .sophias8__map-placeholder {
  opacity: 0;
}

.sophias8__map-placeholder span {
  font-size: 30px;
}

.sophias8__map-placeholder small {
  font: 600 9px/1 var(--s8-sans);
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.sophias8__map-moonlight,
.sophias8__map-gold-edge {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
}

.sophias8__map-moonlight {
  left: var(--s8-light-x);
  width: 44%;
  opacity: var(--s8-light-opacity);
  background:
    linear-gradient(
      104deg,
      transparent 3%,
      rgba(160, 207, 231, 0.04) 26%,
      rgba(173, 216, 238, 0.52) 50%,
      rgba(144, 194, 221, 0.08) 72%,
      transparent 96%
    );
  filter: blur(10px);
  mix-blend-mode: screen;
  will-change: left, opacity;
}

.sophias8__map-gold-edge {
  box-shadow:
    inset 0 0 0 1px rgba(184, 154, 93, 0.26),
    inset 0 -8px 18px rgba(184, 154, 93, 0.08);
}

/* =========================================================
   ATMOSFERA
========================================================= */

.sophias8__ambient-light,
.sophias8__dust,
.sophias8__shade,
.sophias8__vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.sophias8__ambient-light {
  z-index: 4;
  opacity: 0.42;
  background:
    radial-gradient(
      ellipse at 78% 35%,
      rgba(111, 171, 204, 0.25),
      transparent 44%
    );
  filter: blur(16px);
  mix-blend-mode: screen;
}

.sophias8__dust {
  z-index: 5;
  transform: translate3d(var(--s8-dust-x), 0, 0);
  will-change: transform;
}

.sophias8__dust span {
  position: absolute;
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(203, 222, 232, 0.64);
  box-shadow: 0 0 10px rgba(137, 190, 218, 0.62);
  animation: s8-dust-float 6s ease-in-out infinite;
}

.sophias8__dust span:nth-child(1) { top: 16%; left: 54%; }
.sophias8__dust span:nth-child(2) { top: 24%; left: 74%; animation-delay: -1s; }
.sophias8__dust span:nth-child(3) { top: 35%; left: 89%; animation-delay: -2s; }
.sophias8__dust span:nth-child(4) { top: 46%; left: 64%; animation-delay: -3s; }
.sophias8__dust span:nth-child(5) { top: 58%; left: 82%; animation-delay: -4s; }
.sophias8__dust span:nth-child(6) { top: 72%; left: 70%; animation-delay: -5s; }
.sophias8__dust span:nth-child(7) { top: 82%; left: 91%; animation-delay: -2.5s; }
.sophias8__dust span:nth-child(8) { top: 67%; left: 50%; animation-delay: -1.5s; }
.sophias8__dust span:nth-child(9) { top: 39%; left: 95%; animation-delay: -3.5s; }
.sophias8__dust span:nth-child(10) { top: 12%; left: 84%; animation-delay: -4.5s; }
.sophias8__dust span:nth-child(11) { top: 53%; left: 57%; animation-delay: -0.5s; }
.sophias8__dust span:nth-child(12) { top: 88%; left: 76%; animation-delay: -5.5s; }

.sophias8__shade {
  z-index: 6;
  background:
    linear-gradient(
      90deg,
      rgba(2, 7, 13, 0.98) 0%,
      rgba(2, 7, 13, 0.9) 26%,
      rgba(2, 7, 13, 0.52) 45%,
      rgba(2, 7, 13, 0.04) 75%
    ),
    linear-gradient(
      0deg,
      rgba(2, 7, 13, 0.88) 0%,
      rgba(2, 7, 13, 0.04) 48%,
      rgba(2, 7, 13, 0.52) 100%
    );
}

.sophias8__vignette {
  z-index: 7;
  box-shadow:
    inset 0 0 180px rgba(0, 0, 0, 0.77),
    inset 0 -120px 160px rgba(0, 0, 0, 0.48);
}

/* =========================================================
   INTERFACE E CONTEÚDO
========================================================= */

.sophias8__threshold {
  position: absolute;
  z-index: 10;
  top: clamp(22px, 4vh, 44px);
  left: 50%;
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--s8-gold);
  transform: translateX(-50%);
  white-space: nowrap;
  pointer-events: none;
}

.sophias8__threshold span {
  display: block;
  width: clamp(34px, 4vw, 66px);
  height: 1px;
  background:
    linear-gradient(90deg, transparent, var(--s8-line));
}

.sophias8__threshold span:last-child {
  background:
    linear-gradient(90deg, var(--s8-line), transparent);
}

.sophias8__threshold b {
  font: 400 13px/1 var(--s8-serif);
}

.sophias8__threshold small {
  font: 600 9px/1 var(--s8-sans);
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.sophias8__archive {
  position: absolute;
  z-index: 10;
  top: clamp(75px, 10vh, 106px);
  left: clamp(30px, 6vw, 96px);
  display: flex;
  align-items: center;
  gap: 13px;
  color: rgba(205, 216, 224, 0.52);
  font: 600 8px/1 var(--s8-sans);
  letter-spacing: 0.23em;
  text-transform: uppercase;
  pointer-events: none;
}

.sophias8__archive i {
  display: block;
  width: 38px;
  height: 1px;
  background: var(--s8-line);
}

.sophias8__content {
  position: absolute;
  z-index: 10;
  inset: 0;
  pointer-events: none;
}

.sophias8__chapter {
  position: absolute;
  top: clamp(108px, 16vh, 160px);
  left: clamp(30px, 6vw, 96px);
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(205, 216, 224, 0.52);
  font: 600 8px/1 var(--s8-sans);
  letter-spacing: 0.21em;
  text-transform: uppercase;
}

.sophias8__chapter i {
  display: block;
  width: 38px;
  height: 1px;
  background: var(--s8-line);
}

.sophias8__story {
  --s8-story-y: 28px;

  position: absolute;
  bottom: clamp(92px, 12vh, 136px);
  left: clamp(30px, 6vw, 96px);
  width: min(660px, 50vw);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, var(--s8-story-y), 0);
  transition:
    opacity 120ms linear,
    transform 120ms linear;
  will-change: opacity, transform;
}

.sophias8__index {
  display: block;
  margin-bottom: 17px !important;
  color: var(--s8-gold);
  font: 600 10px/1 var(--s8-sans);
  letter-spacing: 0.23em;
  text-transform: uppercase;
}

.sophias8__title {
  margin: 0 !important;
  color: var(--s8-ivory) !important;
  font-family: var(--s8-serif) !important;
  font-size: clamp(41px, 4.55vw, 70px) !important;
  font-weight: 400 !important;
  line-height: 0.96 !important;
  letter-spacing: -0.024em;
  text-wrap: balance;
  text-shadow: 0 3px 28px rgba(0, 0, 0, 0.5);
}

.sophias8__title em {
  display: block;
  margin-top: 6px;
  color: var(--s8-blue-soft);
  font-family: var(--s8-serif);
  font-style: italic;
  font-weight: 400;
}

.sophias8__text {
  position: relative;
  max-width: 580px;
  margin: 24px 0 0 !important;
  padding-left: 18px !important;
  color: var(--s8-muted) !important;
  font-family: var(--s8-serif) !important;
  font-size: clamp(17px, 1.3vw, 20px) !important;
  line-height: 1.48 !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.54);
}

.sophias8__text::before {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 1px;
  content: "";
  background:
    linear-gradient(
      180deg,
      var(--s8-gold),
      rgba(184, 154, 93, 0.08)
    );
}

.sophias8__cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 25px;
  padding: 13px 18px;
  overflow: hidden;
  color: var(--s8-ivory) !important;
  border: 1px solid rgba(184, 154, 93, 0.48);
  border-radius: 2px;
  background: rgba(7, 20, 31, 0.46);
  font: 600 9px/1 var(--s8-sans);
  letter-spacing: 0.2em;
  text-decoration: none !important;
  text-transform: uppercase;
  pointer-events: inherit;
  transition:
    color 260ms ease,
    border-color 260ms ease,
    background 260ms ease,
    transform 260ms ease;
}

.sophias8__cta::before {
  position: absolute;
  top: -60%;
  bottom: -60%;
  left: -45%;
  width: 28%;
  content: "";
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(206, 230, 242, 0.48),
      transparent
    );
  transform: rotate(18deg);
  transition: left 650ms ease;
}

.sophias8__cta:hover,
.sophias8__cta:focus-visible {
  color: #ffffff !important;
  border-color: rgba(156, 204, 229, 0.82);
  background: rgba(17, 43, 61, 0.6);
  transform: translateY(-2px);
}

.sophias8__cta:hover::before,
.sophias8__cta:focus-visible::before {
  left: 118%;
}

.sophias8__cta b {
  color: var(--s8-gold);
  font-size: 15px;
}

.sophias8__progress {
  position: absolute;
  z-index: 11;
  top: 50%;
  right: clamp(19px, 3vw, 48px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  color: rgba(204, 216, 225, 0.46);
  transform: translateY(-50%);
  pointer-events: none;
}

.sophias8__progress-number {
  min-width: 24px;
  font: 600 8px/1 var(--s8-sans);
  letter-spacing: 0.15em;
  text-align: center;
}

.sophias8__progress-track {
  position: relative;
  display: block;
  width: 1px;
  height: clamp(138px, 23vh, 214px);
  overflow: hidden;
  background: rgba(204, 216, 225, 0.19);
}

.sophias8__progress-fill {
  position: absolute;
  inset: 0;
  display: block;
  background:
    linear-gradient(
      180deg,
      var(--s8-blue-soft),
      var(--s8-gold)
    );
  transform: scaleY(0);
  transform-origin: top;
  will-change: transform;
}

.sophias8__folio {
  position: absolute;
  z-index: 10;
  bottom: clamp(30px, 4.5vh, 52px);
  left: clamp(30px, 6vw, 96px);
  color: rgba(205, 216, 224, 0.42);
  font: 600 8px/1 var(--s8-sans);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  pointer-events: none;
}

@keyframes s8-dust-float {
  0%,
  100% {
    opacity: 0.18;
    transform: translate3d(0, 0, 0);
  }

  50% {
    opacity: 0.82;
    transform: translate3d(5px, -12px, 0);
  }
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {
  .sophias8 {
    --s8-map-tilt-x: 52deg;
    --s8-map-tilt-z: -3deg;

    height: 460vh !important;
    min-height: 2750px;
  }

  .sophias8__map-wrap {
    top: 32%;
    right: -31vw;
    width: 126vw;
    opacity: 0.78;
  }

  .sophias8__shade {
    background:
      linear-gradient(
        0deg,
        rgba(2, 7, 13, 0.98) 0%,
        rgba(2, 7, 13, 0.84) 38%,
        rgba(2, 7, 13, 0.17) 73%,
        rgba(2, 7, 13, 0.53) 100%
      );
  }

  .sophias8__archive,
  .sophias8__chapter {
    left: 26px;
  }

  .sophias8__story {
    right: 48px;
    bottom: 84px;
    left: 26px;
    width: auto;
  }

  .sophias8__title {
    max-width: 680px;
    font-size: clamp(39px, 8.3vw, 59px) !important;
  }

  .sophias8__text {
    max-width: 570px;
    font-size: 17px !important;
  }

  .sophias8__folio {
    left: 26px;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {
  .sophias8 {
    --s8-map-tilt-x: 54deg;
    --s8-map-tilt-z: -2.5deg;

    height: 420vh !important;
    min-height: 2350px;
  }

  .sophias8__stage {
    min-height: 540px;
  }

  .sophias8__threshold {
    top: 20px;
    gap: 8px;
  }

  .sophias8__threshold span {
    width: 18px;
  }

  .sophias8__threshold small {
    font-size: 7px;
    letter-spacing: 0.14em;
  }

  .sophias8__archive {
    top: 61px;
    right: 20px;
    left: 20px;
    font-size: 6px;
    letter-spacing: 0.15em;
  }

  .sophias8__archive i {
    width: 20px;
  }

  .sophias8__chapter {
    top: 88px;
    right: 20px;
    left: 20px;
    gap: 8px;
    font-size: 6px;
    letter-spacing: 0.14em;
  }

  .sophias8__chapter i {
    width: 20px;
  }

  .sophias8__map-wrap {
    top: 28%;
    right: -70vw;
    width: 188vw;
    opacity: 0.68;
  }

  .sophias8__story {
    right: 37px;
    bottom: 72px;
    left: 20px;
  }

  .sophias8__index {
    margin-bottom: 13px !important;
    font-size: 8px;
    letter-spacing: 0.17em;
  }

  .sophias8__title {
    font-size: clamp(34px, 10.6vw, 48px) !important;
    line-height: 0.98 !important;
  }

  .sophias8__text {
    margin-top: 18px !important;
    padding-left: 13px !important;
    font-size: 15px !important;
    line-height: 1.42 !important;
  }

  .sophias8__cta {
    gap: 12px;
    margin-top: 18px;
    padding: 11px 14px;
    font-size: 7px;
    letter-spacing: 0.15em;
  }

  .sophias8__progress {
    right: 12px;
    gap: 8px;
  }

  .sophias8__progress-track {
    height: 105px;
  }

  .sophias8__progress-number {
    font-size: 6px;
  }

  .sophias8__folio {
    bottom: 27px;
    left: 20px;
    font-size: 7px;
  }

  .sophias8__dust span:nth-child(n + 8) {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sophias8 {
    height: auto !important;
    min-height: 100svh;
  }

  .sophias8__stage {
    position: relative !important;
    min-height: 100svh;
  }

  .sophias8__map-plane,
  .sophias8__map-shadow,
  .sophias8__story,
  .sophias8__dust span {
    transition: none !important;
    animation: none !important;
  }
}
</style>/* End custom CSS */
/* Start custom CSS *//* ==========================================================
   O ESPELHO DE SOPHIA — CSS GLOBAL v4
   Elementor > Configurações da página > Avançado > CSS personalizado

   IMPORTANTE:
   1. Cole sem as tags <style>.
   2. Mantenha este bloco DEPOIS do CSS individual das sessões.
   3. Este arquivo uniformiza cores/tipografia, centraliza a
      narrativa da Sessão 2 e cria um fallback visual para as
      Sessões 7 e 8 quando o JavaScript não inicializa.
========================================================== */

@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Manrope:wght@300;400;500;600&display=swap");

:root {
  --sophia-night: #020611;
  --sophia-deep: #071226;
  --sophia-blue: #173d67;
  --sophia-moon: #9fc8ef;
  --sophia-silver: #c9d7e7;
  --sophia-gold: #b69b67;
  --sophia-ivory: #f1eee7;
  --sophia-muted: rgba(224, 232, 242, 0.76);
  --sophia-subtle: rgba(201, 215, 231, 0.58);
  --sophia-line: rgba(182, 155, 103, 0.58);

  --sophia-font-display: "Cinzel", Georgia, serif;
  --sophia-font-editorial: "Cormorant Garamond", Georgia, serif;
  --sophia-font-ui: "Manrope", Arial, sans-serif;
}

/* ==========================================================
   01. BASE DA PÁGINA E PROTEÇÃO CONTRA O TEMA
========================================================== */

body:has(.sophiah),
body:has(.sophias2),
body:has(.sophias3),
body:has(.sophias4),
body:has(.sophias5),
body:has(.sophias6),
body:has(.sophias7),
body:has(.sophias8) {
  color: var(--sophia-ivory) !important;
  background: var(--sophia-night) !important;
}

:is(
    .sophiah,
    .sophias2,
    .sophias3,
    .sophias4,
    .sophias5,
    .sophias6,
    .sophias7,
    .sophias8
  ) {
  color: var(--sophia-ivory) !important;
  background-color: var(--sophia-night);
  font-family: var(--sophia-font-editorial) !important;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:is(
    .sophiah,
    .sophias2,
    .sophias3,
    .sophias4,
    .sophias5,
    .sophias6,
    .sophias7,
    .sophias8
  )
  :is(h1, h2, h3, h4, h5, h6) {
  color: var(--sophia-ivory) !important;
  -webkit-text-fill-color: var(--sophia-ivory) !important;
  font-family: var(--sophia-font-editorial) !important;
  font-weight: 400 !important;
  text-transform: none;
}

:is(
    .sophiah,
    .sophias2,
    .sophias3,
    .sophias4,
    .sophias5,
    .sophias6,
    .sophias7,
    .sophias8
  )
  p {
  color: var(--sophia-muted) !important;
  -webkit-text-fill-color: var(--sophia-muted) !important;
  font-family: var(--sophia-font-editorial) !important;
}

:is(
    .sophiah,
    .sophias2,
    .sophias3,
    .sophias4,
    .sophias5,
    .sophias6,
    .sophias7,
    .sophias8
  )
  [class*="__cta"] {
  color: var(--sophia-ivory) !important;
  -webkit-text-fill-color: var(--sophia-ivory) !important;
  font-family: var(--sophia-font-ui) !important;
}

/* Variáveis locais das sessões já construídas. */
.sophias2 {
  --sophias2-night: var(--sophia-night);
  --sophias2-silver: var(--sophia-silver);
  --sophias2-gold: var(--sophia-gold);
  --sophias2-ivory: var(--sophia-ivory);
  --sophias2-muted: var(--sophia-muted);
}

.sophias4 {
  --sf4-ink: var(--sophia-night);
  --sf4-blue: var(--sophia-blue);
  --sf4-blue-soft: var(--sophia-silver);
  --sf4-gold: var(--sophia-gold);
  --sf4-ivory: var(--sophia-ivory);
  --sf4-muted: var(--sophia-muted);
  --sf4-serif: var(--sophia-font-editorial);
  --sf4-sans: var(--sophia-font-ui);
}

.sophias7 {
  --s7-ink: var(--sophia-night);
  --s7-blue: var(--sophia-blue);
  --s7-blue-soft: var(--sophia-silver);
  --s7-gold: var(--sophia-gold);
  --s7-ivory: var(--sophia-ivory);
  --s7-muted: var(--sophia-muted);
  --s7-serif: var(--sophia-font-editorial);
  --s7-sans: var(--sophia-font-ui);
}

.sophias8 {
  --s8-ink: var(--sophia-night);
  --s8-blue: var(--sophia-blue);
  --s8-blue-soft: var(--sophia-silver);
  --s8-gold: var(--sophia-gold);
  --s8-ivory: var(--sophia-ivory);
  --s8-muted: var(--sophia-muted);
  --s8-serif: var(--sophia-font-editorial);
  --s8-sans: var(--sophia-font-ui);
}

/* ==========================================================
   02. HIERARQUIA TIPOGRÁFICA GLOBAL
========================================================== */

.sophiah :is(.sophiah__title, .sophiah__scene-title, .sophiah__final-title),
.sophias2 .sophias2__title,
.sophias3 .sophias3__title,
.sophias4 .sophias4__title,
.sophias5 .sophias5__title,
.sophias6 .sophias6__title,
.sophias7 .sophias7__title,
.sophias8 .sophias8__title {
  color: var(--sophia-ivory) !important;
  -webkit-text-fill-color: var(--sophia-ivory) !important;
  font-family: var(--sophia-font-editorial) !important;
  font-weight: 400 !important;
}

.sophiah .sophiah__title,
.sophiah .sophiah__title > span:not(.sophiah__title-accent) {
  color: var(--sophia-ivory) !important;
  -webkit-text-fill-color: var(--sophia-ivory) !important;
  font-family: var(--sophia-font-display) !important;
}

.sophiah .sophiah__title-accent {
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  -webkit-text-stroke: 1px rgba(203, 220, 238, 0.9) !important;
  font-family: var(--sophia-font-editorial) !important;
  font-style: italic !important;
}

:is(.sophias2, .sophias3, .sophias4, .sophias5, .sophias6, .sophias7, .sophias8)
  [class*="__title"]
  em {
  color: var(--sophia-silver) !important;
  -webkit-text-fill-color: var(--sophia-silver) !important;
  font-family: var(--sophia-font-editorial) !important;
  font-style: italic !important;
  font-weight: 400 !important;
}

:is(
    .sophiah,
    .sophias2,
    .sophias3,
    .sophias4,
    .sophias5,
    .sophias6,
    .sophias7,
    .sophias8
  )
  :is(
    [class*="__eyebrow"],
    [class*="__index"],
    [class*="__kicker"],
    [class*="__seal"]
  ) {
  color: var(--sophia-gold) !important;
  -webkit-text-fill-color: var(--sophia-gold) !important;
  font-family: var(--sophia-font-ui) !important;
  font-style: normal !important;
}

:is(
    .sophiah,
    .sophias2,
    .sophias3,
    .sophias4,
    .sophias5,
    .sophias6,
    .sophias7,
    .sophias8
  )
  :is(
    [class*="__chapter"],
    [class*="__threshold"],
    [class*="__progress"],
    [class*="__folio"],
    [class*="__coordinates"],
    [class*="__archive"],
    [class*="__navigation"],
    [class*="__loader-text"],
    [class*="__places"]
  ) {
  font-family: var(--sophia-font-ui) !important;
}

:is(
    .sophiah,
    .sophias2,
    .sophias3,
    .sophias4,
    .sophias5,
    .sophias6,
    .sophias7,
    .sophias8
  )
  :is(
    [class*="__chapter"],
    [class*="__progress-number"],
    [class*="__folio"],
    [class*="__coordinates"],
    [class*="__archive"],
    [class*="__navigation"],
    [class*="__loader-text"],
    [class*="__places"]
  ) {
  color: var(--sophia-subtle) !important;
  -webkit-text-fill-color: var(--sophia-subtle) !important;
}

/* ==========================================================
   03. SESSÃO 2 — TODA A NARRATIVA CENTRALIZADA
========================================================== */

@media (min-width: 768px) {
  .sophias2 .sophias2__chapter {
    right: auto !important;
    left: 50% !important;
    justify-content: center !important;
    width: min(760px, 76vw) !important;
    text-align: center !important;
    transform: translateX(-50%) !important;
  }

  .sophias2 .sophias2__story,
  .sophias2 .sophias2__story--01,
  .sophias2 .sophias2__story--02,
  .sophias2 .sophias2__story--03,
  .sophias2 .sophias2__story--04 {
    top: calc(50% + clamp(34px, 5vh, 56px)) !important;
    right: auto !important;
    bottom: auto !important;
    left: 50% !important;
    width: min(780px, 72vw) !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    text-align: center !important;
    transform: translate3d(
      -50%,
      calc(-50% + var(--sophias2-story-y, 0px)),
      0
    ) !important;
  }

  .sophias2 .sophias2__title {
    max-width: 780px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }

  .sophias2 .sophias2__text,
  .sophias2 .sophias2__story--02 .sophias2__text,
  .sophias2 .sophias2__story--04 .sophias2__text {
    position: relative;
    width: min(610px, 100%) !important;
    max-width: 610px !important;
    margin: 26px auto 0 !important;
    padding: 18px 0 0 !important;
    border: 0 !important;
    text-align: center !important;
  }

  .sophias2 .sophias2__text::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 58px;
    height: 1px;
    content: "";
    background: linear-gradient(
      90deg,
      transparent,
      var(--sophia-gold),
      transparent
    );
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .sophias2 .sophias2__chapter {
    justify-content: center !important;
    text-align: center !important;
  }

  .sophias2 .sophias2__story,
  .sophias2 .sophias2__story--01,
  .sophias2 .sophias2__story--02,
  .sophias2 .sophias2__story--03,
  .sophias2 .sophias2__story--04 {
    padding-right: 0 !important;
    padding-left: 0 !important;
    text-align: center !important;
  }

  .sophias2 .sophias2__title {
    text-align: center !important;
  }

  .sophias2 .sophias2__text,
  .sophias2 .sophias2__story--02 .sophias2__text,
  .sophias2 .sophias2__story--04 .sophias2__text {
    width: min(540px, 100%) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 16px 0 0 !important;
    border: 0 !important;
    text-align: center !important;
  }
}

/* ==========================================================
   04. SESSÕES 7 E 8 — PROTEÇÃO CONTRA CONTEÚDO INVISÍVEL

   O CSS original inicia as histórias com opacity: 0 para o
   JavaScript revelá-las. Se o JS não carregar, mostramos a
   primeira história em vez de deixar somente o cenário.
========================================================== */

.sophias7,
.sophias8,
.sophias7__stage,
.sophias8__stage {
  visibility: visible !important;
  background-color: var(--sophia-night) !important;
}

.elementor-widget-html:has(.sophias7),
.elementor-widget-html:has(.sophias8),
.elementor-widget-html:has(.sophias7) > .elementor-widget-container,
.elementor-widget-html:has(.sophias8) > .elementor-widget-container {
  display: block !important;
  visibility: visible !important;
  width: 100% !important;
  max-width: none !important;
  opacity: 1 !important;
}

.sophias7:not([data-sophias7-ready="true"]) .sophias7__story--01,
.sophias8:not([data-sophias8-ready="true"]) .sophias8__story--01 {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.sophias7:not([data-sophias7-ready="true"]) .sophias7__story--01 {
  --s7-story-y: 0px;
}

.sophias8:not([data-sophias8-ready="true"]) .sophias8__story--01 {
  --s8-story-y: 0px;
}

/* Se o CSS específico ainda não tiver carregado, evita a tela branca. */
.sophias7:not(:has(.sophias7__stage)),
.sophias8:not(:has(.sophias8__stage)) {
  min-height: 100svh !important;
}

/* ==========================================================
   05. ACESSIBILIDADE E ACABAMENTO
========================================================== */

:is(
    .sophiah,
    .sophias2,
    .sophias3,
    .sophias4,
    .sophias5,
    .sophias6,
    .sophias7,
    .sophias8
  )
  ::selection {
  color: var(--sophia-night);
  background: var(--sophia-moon);
}

:is(
    .sophiah,
    .sophias2,
    .sophias3,
    .sophias4,
    .sophias5,
    .sophias6,
    .sophias7,
    .sophias8
  )
  :focus-visible {
  outline: 1px solid var(--sophia-gold);
  outline-offset: 5px;
}
/* ==========================================================
   O ESPELHO DE SOPHIA — CSS GLOBAL v4
   Elementor > Configurações da página > Avançado > CSS personalizado

   IMPORTANTE:
   1. Cole sem as tags <style>.
   2. Mantenha este bloco DEPOIS do CSS individual das sessões.
   3. Este arquivo uniformiza cores/tipografia, centraliza a
      narrativa da Sessão 2 e cria um fallback visual para as
      Sessões 7 e 8 quando o JavaScript não inicializa.
========================================================== */

@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Manrope:wght@300;400;500;600&display=swap");

:root {
  --sophia-night: #020611;
  --sophia-deep: #071226;
  --sophia-blue: #173d67;
  --sophia-moon: #9fc8ef;
  --sophia-silver: #c9d7e7;
  --sophia-gold: #b69b67;
  --sophia-ivory: #f1eee7;
  --sophia-muted: rgba(224, 232, 242, 0.76);
  --sophia-subtle: rgba(201, 215, 231, 0.58);
  --sophia-line: rgba(182, 155, 103, 0.58);

  --sophia-font-display: "Cinzel", Georgia, serif;
  --sophia-font-editorial: "Cormorant Garamond", Georgia, serif;
  --sophia-font-ui: "Manrope", Arial, sans-serif;
}

/* ==========================================================
   01. BASE DA PÁGINA E PROTEÇÃO CONTRA O TEMA
========================================================== */

body:has(.sophiah),
body:has(.sophias2),
body:has(.sophias3),
body:has(.sophias4),
body:has(.sophias5),
body:has(.sophias6),
body:has(.sophias7),
body:has(.sophias8) {
  color: var(--sophia-ivory) !important;
  background: var(--sophia-night) !important;
}

:is(
    .sophiah,
    .sophias2,
    .sophias3,
    .sophias4,
    .sophias5,
    .sophias6,
    .sophias7,
    .sophias8
  ) {
  color: var(--sophia-ivory) !important;
  background-color: var(--sophia-night);
  font-family: var(--sophia-font-editorial) !important;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:is(
    .sophiah,
    .sophias2,
    .sophias3,
    .sophias4,
    .sophias5,
    .sophias6,
    .sophias7,
    .sophias8
  )
  :is(h1, h2, h3, h4, h5, h6) {
  color: var(--sophia-ivory) !important;
  -webkit-text-fill-color: var(--sophia-ivory) !important;
  font-family: var(--sophia-font-editorial) !important;
  font-weight: 400 !important;
  text-transform: none;
}

:is(
    .sophiah,
    .sophias2,
    .sophias3,
    .sophias4,
    .sophias5,
    .sophias6,
    .sophias7,
    .sophias8
  )
  p {
  color: var(--sophia-muted) !important;
  -webkit-text-fill-color: var(--sophia-muted) !important;
  font-family: var(--sophia-font-editorial) !important;
}

:is(
    .sophiah,
    .sophias2,
    .sophias3,
    .sophias4,
    .sophias5,
    .sophias6,
    .sophias7,
    .sophias8
  )
  [class*="__cta"] {
  color: var(--sophia-ivory) !important;
  -webkit-text-fill-color: var(--sophia-ivory) !important;
  font-family: var(--sophia-font-ui) !important;
}

/* Variáveis locais das sessões já construídas. */
.sophias2 {
  --sophias2-night: var(--sophia-night);
  --sophias2-silver: var(--sophia-silver);
  --sophias2-gold: var(--sophia-gold);
  --sophias2-ivory: var(--sophia-ivory);
  --sophias2-muted: var(--sophia-muted);
}

.sophias4 {
  --sf4-ink: var(--sophia-night);
  --sf4-blue: var(--sophia-blue);
  --sf4-blue-soft: var(--sophia-silver);
  --sf4-gold: var(--sophia-gold);
  --sf4-ivory: var(--sophia-ivory);
  --sf4-muted: var(--sophia-muted);
  --sf4-serif: var(--sophia-font-editorial);
  --sf4-sans: var(--sophia-font-ui);
}

.sophias7 {
  --s7-ink: var(--sophia-night);
  --s7-blue: var(--sophia-blue);
  --s7-blue-soft: var(--sophia-silver);
  --s7-gold: var(--sophia-gold);
  --s7-ivory: var(--sophia-ivory);
  --s7-muted: var(--sophia-muted);
  --s7-serif: var(--sophia-font-editorial);
  --s7-sans: var(--sophia-font-ui);
}

.sophias8 {
  --s8-ink: var(--sophia-night);
  --s8-blue: var(--sophia-blue);
  --s8-blue-soft: var(--sophia-silver);
  --s8-gold: var(--sophia-gold);
  --s8-ivory: var(--sophia-ivory);
  --s8-muted: var(--sophia-muted);
  --s8-serif: var(--sophia-font-editorial);
  --s8-sans: var(--sophia-font-ui);
}

/* ==========================================================
   02. HIERARQUIA TIPOGRÁFICA GLOBAL
========================================================== */

.sophiah :is(.sophiah__title, .sophiah__scene-title, .sophiah__final-title),
.sophias2 .sophias2__title,
.sophias3 .sophias3__title,
.sophias4 .sophias4__title,
.sophias5 .sophias5__title,
.sophias6 .sophias6__title,
.sophias7 .sophias7__title,
.sophias8 .sophias8__title {
  color: var(--sophia-ivory) !important;
  -webkit-text-fill-color: var(--sophia-ivory) !important;
  font-family: var(--sophia-font-editorial) !important;
  font-weight: 400 !important;
}

.sophiah .sophiah__title,
.sophiah .sophiah__title > span:not(.sophiah__title-accent) {
  color: var(--sophia-ivory) !important;
  -webkit-text-fill-color: var(--sophia-ivory) !important;
  font-family: var(--sophia-font-display) !important;
}

.sophiah .sophiah__title-accent {
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  -webkit-text-stroke: 1px rgba(203, 220, 238, 0.9) !important;
  font-family: var(--sophia-font-editorial) !important;
  font-style: italic !important;
}

:is(.sophias2, .sophias3, .sophias4, .sophias5, .sophias6, .sophias7, .sophias8)
  [class*="__title"]
  em {
  color: var(--sophia-silver) !important;
  -webkit-text-fill-color: var(--sophia-silver) !important;
  font-family: var(--sophia-font-editorial) !important;
  font-style: italic !important;
  font-weight: 400 !important;
}

:is(
    .sophiah,
    .sophias2,
    .sophias3,
    .sophias4,
    .sophias5,
    .sophias6,
    .sophias7,
    .sophias8
  )
  :is(
    [class*="__eyebrow"],
    [class*="__index"],
    [class*="__kicker"],
    [class*="__seal"]
  ) {
  color: var(--sophia-gold) !important;
  -webkit-text-fill-color: var(--sophia-gold) !important;
  font-family: var(--sophia-font-ui) !important;
  font-style: normal !important;
}

:is(
    .sophiah,
    .sophias2,
    .sophias3,
    .sophias4,
    .sophias5,
    .sophias6,
    .sophias7,
    .sophias8
  )
  :is(
    [class*="__chapter"],
    [class*="__threshold"],
    [class*="__progress"],
    [class*="__folio"],
    [class*="__coordinates"],
    [class*="__archive"],
    [class*="__navigation"],
    [class*="__loader-text"],
    [class*="__places"]
  ) {
  font-family: var(--sophia-font-ui) !important;
}

:is(
    .sophiah,
    .sophias2,
    .sophias3,
    .sophias4,
    .sophias5,
    .sophias6,
    .sophias7,
    .sophias8
  )
  :is(
    [class*="__chapter"],
    [class*="__progress-number"],
    [class*="__folio"],
    [class*="__coordinates"],
    [class*="__archive"],
    [class*="__navigation"],
    [class*="__loader-text"],
    [class*="__places"]
  ) {
  color: var(--sophia-subtle) !important;
  -webkit-text-fill-color: var(--sophia-subtle) !important;
}

/* ==========================================================
   03. SESSÃO 2 — TODA A NARRATIVA CENTRALIZADA
========================================================== */

@media (min-width: 768px) {
  .sophias2 .sophias2__chapter {
    right: auto !important;
    left: 50% !important;
    justify-content: center !important;
    width: min(760px, 76vw) !important;
    text-align: center !important;
    transform: translateX(-50%) !important;
  }

  .sophias2 .sophias2__story,
  .sophias2 .sophias2__story--01,
  .sophias2 .sophias2__story--02,
  .sophias2 .sophias2__story--03,
  .sophias2 .sophias2__story--04 {
    top: calc(50% + clamp(34px, 5vh, 56px)) !important;
    right: auto !important;
    bottom: auto !important;
    left: 50% !important;
    width: min(780px, 72vw) !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    text-align: center !important;
    transform: translate3d(
      -50%,
      calc(-50% + var(--sophias2-story-y, 0px)),
      0
    ) !important;
  }

  .sophias2 .sophias2__title {
    max-width: 780px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }

  .sophias2 .sophias2__text,
  .sophias2 .sophias2__story--02 .sophias2__text,
  .sophias2 .sophias2__story--04 .sophias2__text {
    position: relative;
    width: min(610px, 100%) !important;
    max-width: 610px !important;
    margin: 26px auto 0 !important;
    padding: 18px 0 0 !important;
    border: 0 !important;
    text-align: center !important;
  }

  .sophias2 .sophias2__text::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 58px;
    height: 1px;
    content: "";
    background: linear-gradient(
      90deg,
      transparent,
      var(--sophia-gold),
      transparent
    );
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .sophias2 .sophias2__chapter {
    justify-content: center !important;
    text-align: center !important;
  }

  .sophias2 .sophias2__story,
  .sophias2 .sophias2__story--01,
  .sophias2 .sophias2__story--02,
  .sophias2 .sophias2__story--03,
  .sophias2 .sophias2__story--04 {
    padding-right: 0 !important;
    padding-left: 0 !important;
    text-align: center !important;
  }

  .sophias2 .sophias2__title {
    text-align: center !important;
  }

  .sophias2 .sophias2__text,
  .sophias2 .sophias2__story--02 .sophias2__text,
  .sophias2 .sophias2__story--04 .sophias2__text {
    width: min(540px, 100%) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 16px 0 0 !important;
    border: 0 !important;
    text-align: center !important;
  }
}

/* ==========================================================
   04. SESSÕES 7 E 8 — PROTEÇÃO CONTRA CONTEÚDO INVISÍVEL

   O CSS original inicia as histórias com opacity: 0 para o
   JavaScript revelá-las. Se o JS não carregar, mostramos a
   primeira história em vez de deixar somente o cenário.
========================================================== */

.sophias7,
.sophias8,
.sophias7__stage,
.sophias8__stage {
  visibility: visible !important;
  background-color: var(--sophia-night) !important;
}

.elementor-widget-html:has(.sophias7),
.elementor-widget-html:has(.sophias8),
.elementor-widget-html:has(.sophias7) > .elementor-widget-container,
.elementor-widget-html:has(.sophias8) > .elementor-widget-container {
  display: block !important;
  visibility: visible !important;
  width: 100% !important;
  max-width: none !important;
  opacity: 1 !important;
}

.sophias7:not([data-sophias7-ready="true"]) .sophias7__story--01,
.sophias8:not([data-sophias8-ready="true"]) .sophias8__story--01 {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.sophias7:not([data-sophias7-ready="true"]) .sophias7__story--01 {
  --s7-story-y: 0px;
}

.sophias8:not([data-sophias8-ready="true"]) .sophias8__story--01 {
  --s8-story-y: 0px;
}

/* Se o CSS específico ainda não tiver carregado, evita a tela branca. */
.sophias7:not(:has(.sophias7__stage)),
.sophias8:not(:has(.sophias8__stage)) {
  min-height: 100svh !important;
}

/* ==========================================================
   05. ACESSIBILIDADE E ACABAMENTO
========================================================== */

:is(
    .sophiah,
    .sophias2,
    .sophias3,
    .sophias4,
    .sophias5,
    .sophias6,
    .sophias7,
    .sophias8
  )
  ::selection {
  color: var(--sophia-night);
  background: var(--sophia-moon);
}

:is(
    .sophiah,
    .sophias2,
    .sophias3,
    .sophias4,
    .sophias5,
    .sophias6,
    .sophias7,
    .sophias8
  )
  :focus-visible {
  outline: 1px solid var(--sophia-gold);
  outline-offset: 5px;
}/* End custom CSS */