:root {
  --black: #050303;
  --black-2: #0a0505;
  --charcoal: #120909;
  --charcoal-2: #1a0d0d;
  --red: #c80f22;
  --red-dark: #65070d;
  --ember: #ff3b2f;
  --gold: #c69a55;
  --bone: #f4e7d0;
  --smoke: #b9a68f;
  --line: rgba(244, 231, 208, 0.14);
  --line-red: rgba(200, 15, 34, 0.42);
  --container: 1160px;
  --radius: 6px;
  --shadow: 0 26px 90px rgba(0, 0, 0, 0.62);
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
  overscroll-behavior-y: none;
  background: var(--black);
}

html.is-slide-scrolling {
  scroll-behavior: auto;
  scroll-snap-type: none;
}

body {
  min-height: 100%;
  min-width: 320px;
  margin: 0;
  color: var(--bone);
  background:
    linear-gradient(180deg, rgba(42, 0, 0, 0.55), rgba(5, 3, 3, 0) 420px),
    var(--black);
  overflow-x: hidden;
  overscroll-behavior-y: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image: url("assets/ritual-atmosphere-1280.jpg");
  background-size: cover;
  background-position: center 72%;
  opacity: 0.12;
  filter: saturate(0.9) contrast(1.1);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5, 3, 3, 0.92), rgba(5, 3, 3, 0.7), rgba(5, 3, 3, 0.94)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 80px);
}

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

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

button {
  font: inherit;
}

:focus-visible {
  outline: 2px solid var(--ember);
  outline-offset: 4px;
}

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 1000;
  top: 1rem;
  left: 1rem;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  clip: auto;
  color: var(--black);
  background: var(--bone);
  border-radius: var(--radius);
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-12px);
  border-bottom: 1px solid transparent;
  transition: opacity 220ms ease, transform 220ms ease, background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  background: rgba(5, 3, 3, 0.88);
  border-color: rgba(200, 15, 34, 0.22);
  box-shadow: 0 14px 48px rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(18px);
}

body.is-last-slide .site-header:not(.is-open) {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
}

.nav {
  width: min(100% - 2rem, var(--container));
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.brand__mark {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  color: var(--bone);
  background:
    linear-gradient(145deg, rgba(200, 15, 34, 0.45), rgba(5, 3, 3, 0.8)),
    #090404;
  border: 1px solid rgba(244, 231, 208, 0.32);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 4px rgba(5, 3, 3, 0.7),
    0 0 32px rgba(200, 15, 34, 0.22);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.85rem;
  font-weight: 700;
}

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

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.04rem;
  line-height: 1.05;
}

.brand small {
  margin-top: 0.18rem;
  color: var(--smoke);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.nav__links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

.nav__links a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 0.82rem;
  color: rgba(244, 231, 208, 0.78);
  border-bottom: 1px solid transparent;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 180ms ease, border-color 180ms ease;
}

.nav__links a:hover,
.nav__links a.is-active {
  color: var(--bone);
  border-color: var(--red);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  padding: 0;
  color: var(--bone);
  background: rgba(244, 231, 208, 0.05);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.nav-toggle__line,
.nav-toggle__line::before,
.nav-toggle__line::after {
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  background: currentColor;
  border-radius: 99px;
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle__line::before,
.nav-toggle__line::after {
  content: "";
}

.nav-toggle__line::before {
  transform: translateY(-6px);
}

.nav-toggle__line::after {
  transform: translateY(4px);
}

.nav-toggle[aria-expanded="true"] .nav-toggle__line {
  transform: rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle__line::before {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] .nav-toggle__line::after {
  transform: translateY(-2px) rotate(90deg);
}

.slide-control {
  position: fixed;
  top: 50%;
  z-index: 45;
  width: 52px;
  height: 72px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--bone);
  background:
    linear-gradient(180deg, rgba(20, 8, 8, 0.74), rgba(5, 3, 3, 0.82));
  border: 1px solid rgba(244, 231, 208, 0.18);
  border-radius: var(--radius);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(14px);
  cursor: pointer;
  transform: translateY(-50%);
  transition: opacity 180ms ease, transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.slide-control:hover {
  background:
    linear-gradient(180deg, rgba(78, 13, 18, 0.82), rgba(5, 3, 3, 0.88));
  border-color: rgba(200, 15, 34, 0.48);
  transform: translateY(-50%) scale(1.04);
}

.slide-control:disabled {
  opacity: 0;
  pointer-events: none;
}

.slide-control--prev {
  left: clamp(0.75rem, 2vw, 1.25rem);
}

.slide-control--next {
  right: clamp(0.75rem, 2vw, 1.25rem);
}

.slide-control svg {
  width: 1.9rem;
  height: 1.9rem;
}

.slide-pager {
  position: fixed;
  left: 50%;
  bottom: 1.15rem;
  z-index: 45;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.45rem 0.55rem;
  background: rgba(5, 3, 3, 0.56);
  border: 1px solid rgba(244, 231, 208, 0.12);
  border-radius: 999px;
  backdrop-filter: blur(14px);
  transform: translateX(-50%);
}

.slide-pager button {
  width: 0.48rem;
  height: 0.48rem;
  padding: 0;
  background: rgba(244, 231, 208, 0.34);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transition: width 180ms ease, background 180ms ease;
}

.slide-pager button.is-active {
  width: 1.55rem;
  background: var(--red);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns:
    minmax(1rem, 1fr)
    minmax(22rem, 560px)
    minmax(22rem, 520px)
    minmax(1rem, 1fr);
  column-gap: clamp(0.5rem, 1.2vw, 1.4rem);
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: 0;
  background:
    radial-gradient(circle at 25% 50%, rgba(101, 7, 13, 0.32), transparent 34rem),
    linear-gradient(90deg, #000 0%, #080101 38%, rgba(0, 0, 0, 0.74) 58%, #000 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0 43% 0 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(50, 0, 3, 0.72), rgba(5, 0, 0, 0));
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.84) 29%, rgba(0, 0, 0, 0.14) 53%, rgba(0, 0, 0, 0.5) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.42));
  pointer-events: none;
}

.hero__content {
  position: relative;
  z-index: 2;
  grid-column: 2;
  max-width: 620px;
  margin-left: 0;
  padding-left: clamp(1.6rem, 3vw, 2.5rem);
}

.hero__content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.34rem;
  width: 4px;
  height: min(14.5rem, 68%);
  background: linear-gradient(180deg, var(--red), rgba(200, 15, 34, 0.36));
}

.hero__content h1 {
  max-width: 570px;
  margin: 0;
  font-size: clamp(3.35rem, 6.1vw, 5.5rem);
  line-height: 0.98;
  text-align: left;
  text-wrap: balance;
}

.hero__content p {
  margin: clamp(1.6rem, 3vw, 2.4rem) 0 0;
  color: rgba(198, 154, 85, 0.88);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.45vw, 1.34rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero__frame {
  position: relative;
  z-index: 0;
  grid-column: 3;
  width: 100%;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

.hero__image {
  width: auto;
  max-width: none;
  height: auto;
  max-height: min(88svh, 920px);
  object-fit: contain;
  object-position: center right;
  transform: none;
}

.ritual-kicker {
  margin: 0 0 1.2rem;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  color: var(--bone);
  letter-spacing: 0;
}

h1 {
  max-width: 560px;
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.15rem, 4.6vw, 4.75rem);
  line-height: 0.96;
  text-wrap: balance;
}

.hero__lead {
  max-width: 520px;
  color: rgba(244, 231, 208, 0.83);
  font-size: clamp(0.98rem, 1.35vw, 1.12rem);
  line-height: 1.62;
}

.hero__actions,
.contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.92rem 1.15rem;
  color: var(--bone);
  border-radius: var(--radius);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-align: center;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

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

.button--primary {
  background: linear-gradient(180deg, var(--red), #840912);
  border: 1px solid rgba(244, 231, 208, 0.18);
  box-shadow: 0 18px 46px rgba(200, 15, 34, 0.28);
}

.button--primary:hover {
  box-shadow: 0 22px 60px rgba(255, 59, 47, 0.34);
}

.button--quiet {
  background: rgba(5, 3, 3, 0.55);
  border: 1px solid rgba(244, 231, 208, 0.24);
}

.button--quiet:hover {
  background: rgba(244, 231, 208, 0.08);
  border-color: rgba(244, 231, 208, 0.42);
}

.button--brand {
  gap: 0.7rem;
  justify-content: center;
  min-width: 0;
  text-align: center;
}

.button--whatsapp {
  background: linear-gradient(180deg, #25d366, #128c4a);
  border: 1px solid rgba(244, 231, 208, 0.22);
  box-shadow: 0 18px 46px rgba(37, 211, 102, 0.18);
}

.button--instagram {
  background:
    linear-gradient(135deg, #f58529 0%, #dd2a7b 46%, #8134af 72%, #515bd4 100%);
  border: 1px solid rgba(244, 231, 208, 0.22);
  box-shadow: 0 18px 46px rgba(221, 42, 123, 0.2);
}

.button__icon {
  width: 1.35rem;
  height: 1.35rem;
  flex: 0 0 1.35rem;
}

.slide {
  height: 100svh;
  min-height: 100svh;
  max-height: 100svh;
  overflow: hidden;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.section {
  position: relative;
  height: 100svh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: clamp(3.5rem, 6vw, 5.25rem) 0;
}

.section__inner {
  width: min(100% - 2rem, var(--container));
  margin: 0 auto;
}

.section h2 {
  max-width: 840px;
  margin-bottom: 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 3vw, 3rem);
  line-height: 1.04;
  text-wrap: balance;
}

.section p {
  color: rgba(244, 231, 208, 0.76);
  line-height: 1.62;
}

.invocation {
  height: 100svh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3, 0, 0, 0.94) 0%, rgba(3, 0, 0, 0.78) 36%, rgba(3, 0, 0, 0.28) 72%, rgba(3, 0, 0, 0.18) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.62)),
    url("assets/ritual-atmosphere-1280.jpg");
  background-position: center right;
  background-size: cover;
  border-block: 1px solid var(--line);
}

.invocation__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 0;
}

.invocation__inner h2 {
  max-width: 660px;
  text-align: left;
}

.invocation__inner p:last-child {
  max-width: 650px;
  margin-bottom: 0.2rem;
  font-size: 1rem;
}

.oracle {
  background:
    radial-gradient(circle at 75% 48%, rgba(200, 15, 34, 0.11), transparent 28rem),
    #000;
}

.oracle__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(320px, 0.9fr);
  gap: clamp(1.75rem, 4vw, 3.5rem);
  align-items: center;
}

.oracle__copy {
  max-width: 580px;
}

.oracle__copy h2 {
  max-width: 620px;
}

.oracle__image {
  position: relative;
  justify-self: center;
  width: min(100%, 620px);
  max-height: min(46svh, 360px);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  isolation: isolate;
}

.oracle__image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.16) 32%, rgba(0, 0, 0, 0.22) 68%, #000 100%),
    linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.06) 24%, rgba(0, 0, 0, 0.08) 72%, #000 100%);
  pointer-events: none;
}

.oracle__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
  opacity: 0.58;
  filter: saturate(0.82) contrast(1.08) brightness(0.74);
  mix-blend-mode: screen;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 42%, rgba(0, 0, 0, 0.72) 62%, transparent 86%);
  mask-image: radial-gradient(ellipse at center, #000 42%, rgba(0, 0, 0, 0.72) 62%, transparent 86%);
}

.ritual-list {
  margin-top: clamp(1rem, 2.3vw, 1.55rem);
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.ritual-list p {
  margin: 0;
  padding: 0.82rem 0;
  border-bottom: 1px solid var(--line);
}

.ritual-list strong {
  color: var(--bone);
}

.crossings {
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(5, 3, 3, 0.72), rgba(5, 3, 3, 0.5) 46%, rgba(5, 3, 3, 0.82)),
    url("assets/fundo-labaredas-ofuscadas-1280.jpg");
  background-size: cover;
  background-position: center bottom;
  border-block: 1px solid rgba(200, 15, 34, 0.18);
}

.crossings::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("assets/fundo-labaredas-ofuscadas-1280.jpg");
  background-size: cover;
  background-position: center bottom;
  opacity: 0.46;
  filter: blur(4px) saturate(1.18);
  pointer-events: none;
}

.crossings::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(5, 3, 3, 0.66), rgba(5, 3, 3, 0.38) 44%, rgba(5, 3, 3, 0.76)),
    radial-gradient(circle at 50% 100%, rgba(255, 70, 32, 0.22), transparent 34rem);
  pointer-events: none;
}

.crossings > .section__inner {
  position: relative;
  z-index: 1;
}

.crossings__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 3vw, 2rem);
  margin-top: clamp(1.5rem, 3vw, 2rem);
}

.crossings__grid article {
  min-height: 0;
  padding: 0 0 0 1.2rem;
  border-left: 1px solid var(--line-red);
}

.crossings__grid span {
  display: block;
  margin-bottom: clamp(1.4rem, 3vw, 2.2rem);
  color: var(--red);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 2.65rem);
  line-height: 1;
}

.crossings__grid h3 {
  margin-bottom: 0.75rem;
  font-size: 1.22rem;
}

.crossings__grid p {
  margin-bottom: 0;
}

.path {
  background:
    radial-gradient(circle at 18% 50%, rgba(200, 15, 34, 0.12), transparent 28rem),
    #000;
  border-block: 1px solid rgba(244, 231, 208, 0.08);
}

.path__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(320px, 0.7fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.path__steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.path__steps li {
  padding: 0.92rem 0;
  border-bottom: 1px solid var(--line);
}

.path__steps strong {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--bone);
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.path__steps p {
  margin: 0;
}

.mestre {
  height: 100svh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 25% 50%, rgba(200, 15, 34, 0.14), transparent 28rem),
    radial-gradient(circle at 78% 50%, rgba(198, 154, 85, 0.08), transparent 22rem),
    #000;
  border-block: 1px solid var(--line);
}

.mestre__inner {
  max-width: 1100px;
  display: grid;
  grid-template-columns: minmax(220px, 340px) minmax(0, 680px);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  justify-content: center;
}

.mestre__logo {
  min-height: min(52svh, 390px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.mestre__logo img {
  width: auto;
  height: auto;
  max-width: min(100%, 320px);
  max-height: min(48svh, 340px);
  object-fit: contain;
  opacity: 0.9;
  filter: drop-shadow(0 0 34px rgba(200, 15, 34, 0.22));
}

.mestre__copy {
  text-align: center;
}

.mestre h2,
.mestre p {
  margin-right: auto;
  margin-left: auto;
}

.mestre h2 {
  max-width: 760px;
}

.mestre p {
  max-width: 640px;
  font-size: 1rem;
}

.faq {
  background:
    radial-gradient(circle at 22% 50%, rgba(200, 15, 34, 0.1), transparent 28rem),
    #000;
  border-block: 1px solid rgba(244, 231, 208, 0.08);
}

.faq__inner {
  display: grid;
  grid-template-columns: minmax(240px, 0.48fr) minmax(0, 0.85fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.faq h2,
.contact h2 {
  max-width: 520px;
  font-size: clamp(1.55rem, 2.35vw, 2.45rem);
}

.faq p,
.contact p {
  max-width: 560px;
}

.section__intro {
  min-width: 0;
}

.contact {
  flex-direction: column;
  justify-content: center;
  gap: clamp(1rem, 2.2vw, 1.55rem);
  background:
    radial-gradient(circle at 50% 100%, rgba(200, 15, 34, 0.16), transparent 34rem),
    #000;
  border-block: 1px solid rgba(244, 231, 208, 0.08);
}

.contact__inner {
  max-width: 820px;
  text-align: center;
}

.contact h2,
.contact p {
  margin-right: auto;
  margin-left: auto;
}

.contact .contact__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 12rem));
  justify-content: center;
  gap: 0.85rem;
  margin-top: 1.15rem;
}

.faq__items {
  display: grid;
  gap: 0.75rem;
}

details {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid rgba(200, 15, 34, 0.16);
}

summary {
  cursor: pointer;
  padding: 1.2rem 0;
  color: var(--bone);
  font-weight: 900;
  list-style: none;
  letter-spacing: 0.04em;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  float: right;
  color: var(--red);
  font-size: 1.2rem;
}

details[open] summary::after {
  content: "-";
}

details p {
  margin: 0;
  padding: 0 0 1.2rem;
}

.site-footer {
  width: min(100% - 2rem, var(--container));
  min-height: auto;
  background:
    radial-gradient(circle at 78% 50%, rgba(200, 15, 34, 0.1), transparent 24rem);
  border-top: 1px solid var(--line);
}

.site-footer__inner {
  width: 100%;
  margin: 0;
  padding: clamp(0.9rem, 2vw, 1.35rem) 0 0;
  display: grid;
  grid-template-columns: minmax(230px, 0.42fr) minmax(260px, 0.52fr) minmax(0, 0.8fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  align-items: center;
}

.brand--footer .brand__mark {
  width: 40px;
  height: 40px;
  flex-basis: 40px;
}

.site-footer__contact {
  display: grid;
  gap: 0.75rem;
}

.site-footer__label {
  margin: 0 0 0.35rem;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.site-footer__contact a {
  width: fit-content;
  color: rgba(244, 231, 208, 0.86);
  border-bottom: 1px solid rgba(200, 15, 34, 0.38);
  font-size: 0.95rem;
  line-height: 1.45;
  transition: color 180ms ease, border-color 180ms ease;
}

.site-footer__contact a:hover {
  color: var(--bone);
  border-color: var(--red);
}

.site-footer__meta {
  display: grid;
  gap: 0.72rem;
  justify-items: end;
  text-align: right;
}

.site-footer p {
  margin: 0;
  color: rgba(244, 231, 208, 0.65);
  font-size: 0.84rem;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .nav-toggle {
    display: inline-grid;
    place-items: center;
  }

  .nav__links {
    position: fixed;
    top: 78px;
    right: 1rem;
    left: 1rem;
    display: none;
    padding: 0.9rem;
    background: rgba(5, 3, 3, 0.96);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .nav__links.is-open {
    display: grid;
  }

  .nav__links a {
    min-height: 48px;
    padding: 0 0.75rem;
    border-bottom: 1px solid rgba(244, 231, 208, 0.08);
  }

  .hero {
    min-height: 100svh;
    grid-template-columns: 1fr;
    column-gap: 0;
    padding-top: clamp(4.5rem, 10vw, 7rem);
    background:
      radial-gradient(circle at 25% 18%, rgba(101, 7, 13, 0.36), transparent 22rem),
      #000;
  }

  .hero::before {
    inset: 0;
    background: linear-gradient(180deg, rgba(55, 0, 5, 0.68), rgba(0, 0, 0, 0));
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.08) 48%, rgba(0, 0, 0, 0.52)),
      linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.72));
  }

  .hero__content {
    grid-column: 1;
    max-width: 720px;
    margin: 0 auto;
    padding: 0 2rem 0 2.2rem;
  }

  .hero__content h1 {
    font-size: clamp(3rem, 9vw, 5rem);
  }

  .hero__frame {
    grid-column: 1;
    height: auto;
    padding: clamp(2rem, 6vw, 4rem) 1rem clamp(1.25rem, 4vw, 3rem);
    justify-content: center;
  }

  .hero__image {
    max-width: min(100%, 520px);
    max-height: min(82svh, 900px);
    transform: none;
  }

  .invocation__inner,
  .oracle__grid,
  .path__grid,
  .mestre__inner,
  .faq__inner,
  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .mestre__copy {
    text-align: center;
  }

  .mestre__logo {
    min-height: auto;
  }

  .mestre__logo img {
    width: auto;
    max-width: min(70vw, 280px);
    max-height: 34svh;
  }

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

  .crossings__grid article {
    min-height: auto;
    padding-bottom: 1.5rem;
  }

  .crossings__grid span {
    margin-bottom: 1.5rem;
  }

  .site-footer__meta {
    justify-items: start;
    text-align: left;
  }

  .site-footer__contact a {
    width: auto;
  }
}

@media (max-width: 680px) {
  html {
    scroll-snap-type: y mandatory;
  }

  .slide {
    height: 100svh;
    min-height: 100svh;
    max-height: 100svh;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .slide-control {
    top: auto;
    bottom: 0.85rem;
    width: 46px;
    height: 46px;
    transform: none;
  }

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

  .slide-control--prev {
    left: 0.85rem;
  }

  .slide-control--next {
    right: 0.85rem;
  }

  .slide-control svg {
    width: 1.45rem;
    height: 1.45rem;
  }

  .slide-pager {
    bottom: 1.05rem;
    max-width: calc(100vw - 8rem);
    overflow: hidden;
  }

  .slide-pager button {
    width: 0.42rem;
    height: 0.42rem;
  }

  .slide-pager button.is-active {
    width: 1.15rem;
  }

  .nav {
    width: min(100% - 1.25rem, var(--container));
  }

  .brand__mark {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

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

  .brand small {
    max-width: 185px;
    font-size: 0.6rem;
    line-height: 1.25;
  }

  .hero {
    height: 100svh;
    min-height: 100svh;
    padding-top: 3.6rem;
    padding-bottom: 4.2rem;
  }

  .hero__content {
    width: min(100% - 1.25rem, var(--container));
    padding-left: 1.25rem;
  }

  .hero__content::before {
    top: 0.22rem;
    width: 3px;
    height: 72%;
  }

  .hero__content h1 {
    font-size: clamp(2rem, 10vw, 3rem);
    line-height: 1.02;
  }

  .hero__content p {
    max-width: 16rem;
    margin-top: 1.25rem;
    font-size: 0.86rem;
    line-height: 1.55;
  }

  .hero__frame {
    padding: 1.25rem 0.75rem 0;
  }

  .hero__image {
    max-width: min(100%, 520px);
    max-height: 52svh;
  }

  .section__inner,
  .site-footer__inner {
    width: min(100% - 1.25rem, var(--container));
  }

  h1 {
    font-size: clamp(1.95rem, 9.5vw, 3.2rem);
  }

  .section {
    height: 100svh;
    min-height: 100svh;
    padding: clamp(2.4rem, 8vw, 3.3rem) 0 4.2rem;
  }

  .invocation,
  .mestre {
    height: 100svh;
    min-height: 100svh;
  }

  .invocation__inner {
    min-height: auto;
  }

  .contact {
    height: 100svh;
    min-height: 100svh;
    gap: 0.8rem;
    padding-bottom: 4.8rem;
  }

  .site-footer {
    width: min(100% - 1.25rem, var(--container));
    min-height: auto;
  }

  .site-footer__inner {
    padding-top: 1.1rem;
    gap: 1rem;
  }

  .section h2,
  .contact h2,
  .faq h2 {
    font-size: clamp(1.45rem, 7vw, 2.1rem);
    line-height: 1.08;
    margin-bottom: 0.72rem;
  }

  .ritual-kicker {
    margin-bottom: 0.8rem;
    font-size: 0.66rem;
    letter-spacing: 0.18em;
  }

  .section p {
    font-size: 0.88rem;
    line-height: 1.48;
  }

  .hero__actions,
  .button {
    width: 100%;
  }

  .contact .contact__actions {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .contact .button {
    width: 100%;
    min-height: 48px;
    padding: 0.8rem 0.65rem;
    font-size: clamp(0.72rem, 3.4vw, 0.84rem);
    letter-spacing: 0.06em;
  }

  .button__icon {
    width: 1.1rem;
    height: 1.1rem;
    flex-basis: 1.1rem;
  }

  summary {
    padding: 0.75rem 0;
    font-size: 0.88rem;
    line-height: 1.42;
  }

  .oracle__image {
    width: min(100%, 500px);
  }

  .oracle__image img {
    aspect-ratio: 16 / 9;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-snap-type: none;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
