@font-face {
  font-family: "Cinzel";
  src: url("./assets/fonts/Cinzel-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --void: #050203;
  --headline: #f5efe6;
  --solar: #f3d491;
  --body: #c5b7a7;
  --artistic: #fde8b7;
  --cta-ink: #100806;
  --display: "Cinzel", Georgia, serif;
  --utility: "Cinzel", Georgia, serif;
}

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

html,
body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  background: var(--void);
}

body.information-is-open {
  overflow: hidden;
}

html {
  scrollbar-width: none;
}

body {
  overflow-x: hidden;
  color: var(--body);
  font-family: var(--utility);
  -webkit-font-smoothing: antialiased;
}

body::-webkit-scrollbar {
  display: none;
}

@media (pointer: fine) and (hover: hover) {
  html.has-custom-cursor,
  html.has-custom-cursor body,
  html.has-custom-cursor body * {
    cursor: none !important;
  }
}

.video-stage {
  position: fixed;
  z-index: 0;
  inset: 0;
  display: grid;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  place-items: center;
  background: var(--void);
}

.still-stage {
  position: fixed;
  z-index: 1;
  inset: 0;
  display: grid;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  place-items: center;
  pointer-events: none;
}

.story-still {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  visibility: hidden;
  will-change: auto;
}

.story-still.is-active {
  opacity: 1;
  visibility: visible;
  will-change: opacity, transform;
}

.scroll-video {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(1.08) contrast(1.02);
  opacity: 0;
  visibility: hidden;
  will-change: auto;
}

.scroll-video.is-active {
  opacity: 1;
  visibility: visible;
  will-change: opacity, transform;
}

.brand-mark {
  position: fixed;
  z-index: 12;
  top: clamp(1.25rem, 3.4vw, 2.5rem);
  left: clamp(1.25rem, 4.6vw, 4.75rem);
  display: block;
  width: max-content;
  min-height: 2.75rem;
  margin: 0;
  padding: 0.65rem 0.35rem;
  border: 0;
  color: var(--headline);
  background: none;
  font-family: var(--display);
  font-size: clamp(0.8rem, 0.95vw, 0.98rem);
  font-weight: 600;
  letter-spacing: 0.035em;
  text-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.85);
  white-space: nowrap;
  transition: filter 180ms ease, transform 180ms ease;
}

.brand-mark strong {
  color: var(--solar);
  font-weight: 600;
}

.brand-mark:hover,
.brand-mark:focus-visible {
  outline: none;
  filter: drop-shadow(0 0 0.7rem rgba(243, 212, 145, 0.58));
}

.brand-mark:active {
  transform: scale(0.94);
}

.brand-mark:focus-visible::after {
  position: absolute;
  inset: -0.65rem -0.8rem;
  border: 1px solid var(--solar);
  border-radius: 999px;
  content: "";
}

.language-switch {
  position: fixed;
  z-index: 21;
  top: clamp(1rem, 2.7vw, 2rem);
  right: clamp(1.25rem, 4.6vw, 4.75rem);
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  min-height: 2.75rem;
  padding: 0.45rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: var(--headline);
  background: rgba(5, 2, 3, 0.62);
  font-family: var(--display);
  font-size: 0.56rem;
  letter-spacing: 0.08em;
  backdrop-filter: blur(14px) saturate(130%);
}

.information-nav {
  position: fixed;
  z-index: 21;
  bottom: clamp(1.5rem, 3.35vw, 2.75rem);
  left: 50%;
  display: flex;
  align-items: center;
  gap: clamp(0.45rem, 1vw, 0.9rem);
  transform: translateX(-50%);
  white-space: nowrap;
}

.information-nav > span {
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 50%;
  background: var(--solar);
  box-shadow: 0 0 0.45rem rgba(243, 212, 145, 0.75);
  opacity: 0.55;
}

.information-nav button {
  margin: 0;
  min-height: 2.75rem;
  padding: 0.65rem 0.25rem;
  border: 0;
  color: rgba(245, 239, 230, 0.64);
  background: none;
  font-family: var(--display);
  font-size: clamp(0.48rem, 0.58vw, 0.62rem);
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  text-shadow: 0 0.2rem 0.9rem rgba(0, 0, 0, 0.9);
  transition: color 180ms ease, filter 180ms ease;
}

.information-nav button:hover,
.information-nav button:focus-visible {
  color: var(--solar);
  outline: none;
  filter: drop-shadow(0 0 0.45rem rgba(243, 212, 145, 0.5));
}

.language-switch > span {
  opacity: 0.38;
}

.language-switch__option {
  margin: 0;
  min-width: 1.65rem;
  min-height: 1.65rem;
  padding: 0.35rem;
  border: 0;
  color: var(--headline);
  background: none;
  font: inherit;
  line-height: 1;
  opacity: 0.46;
  transition: color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.language-switch__option:hover,
.language-switch__option:focus-visible,
.language-switch__option.is-active {
  color: var(--solar);
  outline: none;
  opacity: 1;
}

.language-switch__option:active {
  transform: scale(0.9);
}

.site-controls {
  position: fixed;
  z-index: 20;
  inset: 0;
  pointer-events: none;
}

.control {
  position: absolute;
  bottom: clamp(1.25rem, 3vw, 2.5rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 3rem;
  margin: 0;
  padding: 0.68rem 1rem;
  border: 1px solid rgba(248, 241, 223, 0.24);
  border-radius: 999px;
  color: var(--body);
  background: rgba(5, 2, 3, 0.62);
  font-family: var(--utility);
  font-size: 0.62rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  backdrop-filter: blur(14px) saturate(130%);
  pointer-events: auto;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.control:hover,
.control:focus-visible {
  color: var(--headline);
  border-color: var(--solar);
  outline: none;
  background: rgba(243, 212, 145, 0.16);
}

.control:active {
  transform: scale(0.96);
}

.control__icon {
  width: 1.1rem;
  height: 1.1rem;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.sound-toggle .control__icon path:first-child {
  fill: currentColor;
  stroke: none;
}

.sound-toggle[aria-pressed="false"] .sound-wave {
  opacity: 0.22;
}

.control__state {
  min-width: 1.6rem;
  color: var(--solar);
}

.sound-toggle[aria-pressed="true"] .control__state {
  color: var(--headline);
}

.sound-toggle {
  left: clamp(1.25rem, 4.6vw, 4.75rem);
}

.control--whatsapp {
  right: clamp(1.25rem, 4.6vw, 4.75rem);
  color: var(--cta-ink);
  border-color: var(--solar);
  background: var(--solar);
}

.control--whatsapp:hover,
.control--whatsapp:focus-visible {
  color: var(--cta-ink);
  background: var(--artistic);
  border-color: var(--artistic);
}

.copy-stage {
  position: fixed;
  z-index: 6;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.story-copy {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 7rem clamp(1.5rem, 7vw, 8.5rem) 5rem;
  opacity: 0;
  visibility: hidden;
}

.story-copy--pulse {
  padding-top: 10rem;
}

.story-copy--materialize {
  justify-content: flex-end;
  padding-bottom: 8.5rem;
}

.story-copy--right {
  align-items: flex-end;
  text-align: right;
}

.story-copy--center {
  align-items: center;
  text-align: center;
}

.kicker {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  width: min(38vw, 30rem);
  margin: 0 0 0.8rem;
  color: var(--artistic);
  font-family: var(--display);
  font-size: clamp(0.7rem, 0.9vw, 0.9rem);
  font-weight: 600;
  letter-spacing: 0.31em;
  text-transform: uppercase;
  text-shadow: 0 0 0.7rem rgba(243, 212, 145, 0.56);
  white-space: nowrap;
}

.kicker::before,
.kicker::after {
  flex: 1;
  min-width: 1.6rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(243, 212, 145, 0.78));
  box-shadow: 0 0 0.45rem rgba(243, 212, 145, 0.5);
  content: "";
}

.kicker::after {
  background: linear-gradient(90deg, rgba(243, 212, 145, 0.78), transparent);
}

.display,
.offer {
  max-width: min(78vw, 74rem);
  margin: 0;
  color: var(--headline);
  font-family: var(--display);
  font-size: clamp(3.6rem, 7.4vw, 8.4rem);
  font-weight: 600;
  line-height: 0.82;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  text-shadow: none;
}

.display--brand {
  position: relative;
  width: min-content;
  max-width: 56vw;
  font-family: var(--display);
  font-size: clamp(5.2rem, 12vw, 12rem);
  font-weight: 600;
  line-height: 0.73;
  letter-spacing: -0.06em;
  filter: drop-shadow(0 0.11rem 0.06rem #100806);
}

.story-copy--awakening {
  padding-left: clamp(2.2rem, 5.6vw, 6rem);
}

.awakening-ornament {
  display: flex;
  align-items: center;
  width: min(35vw, 28rem);
  margin-bottom: 0.85rem;
  color: var(--solar);
}

.awakening-ornament i {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(243, 212, 145, 0.72));
  box-shadow: 0 0 0.55rem rgba(243, 212, 145, 0.45);
}

.awakening-ornament i:last-child {
  background: linear-gradient(90deg, rgba(243, 212, 145, 0.72), transparent);
}

.awakening-ornament span {
  position: relative;
  width: 0.55rem;
  height: 0.55rem;
  margin: 0 0.5rem;
  border: 1px solid currentColor;
  transform: rotate(45deg);
  box-shadow: 0 0 0.65rem currentColor;
}

.awakening-ornament span::after {
  position: absolute;
  inset: 2px;
  background: var(--artistic);
  content: "";
}

.kicker--awakening {
  display: block;
  width: min(35vw, 28rem);
  margin-bottom: 0.7rem;
  color: var(--artistic);
  font-family: var(--display);
  font-size: clamp(0.74rem, 1vw, 1rem);
  font-weight: 600;
  letter-spacing: 0.34em;
  text-align: center;
}

.kicker--awakening::before,
.kicker--awakening::after {
  display: none;
}

.display--brand .line {
  overflow: visible;
  padding: 0.075em 0.055em 0.095em;
}

.metal-word {
  position: relative;
  color: transparent;
  -webkit-text-stroke: 0.75px rgba(255, 209, 128, 0.88);
  background-color: #3a1c0b;
  background-image: linear-gradient(118deg, rgba(255, 234, 183, 0.22), transparent 22%, rgba(0, 0, 0, 0.14) 52%, rgba(255, 162, 52, 0.12) 78%, rgba(3, 1, 1, 0.28)), url("./assets/textures/apocalypse-metal.webp");
  background-position: center, 48% 51%;
  background-size: 100% 100%, 2.35em 2.35em;
  background-repeat: repeat;
  background-blend-mode: soft-light, normal;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: brightness(1.03) contrast(1.16) saturate(1.04) drop-shadow(0 0.008em 0.006em rgba(255, 231, 179, 0.9)) drop-shadow(0 0 0.032em rgba(255, 150, 42, 0.72)) drop-shadow(0.018em 0.03em 0.016em rgba(0, 0, 0, 0.96)) drop-shadow(-0.014em -0.018em 0.012em rgba(255, 225, 173, 0.34));
}

.metal-word:hover {
  filter: brightness(1.1) contrast(1.18) saturate(1.08) drop-shadow(0 0.008em 0.006em rgba(255, 236, 194, 0.92)) drop-shadow(0 0 0.046em rgba(255, 153, 46, 0.88)) drop-shadow(0.018em 0.03em 0.016em rgba(0, 0, 0, 0.96));
}

.metal-word::before {
  display: none;
}

.metal-word::after {
  display: none;
}

.awakening-signature {
  width: min(35vw, 28rem);
  text-align: center;
}

.awakening-signature .signature {
  margin: 1rem auto 0;
  font-size: clamp(1.6rem, 2.4vw, 2.8rem);
  text-shadow: 0 0 0.75rem rgba(243, 212, 145, 0.48);
}

.awakening-signature > span {
  position: relative;
  display: block;
  height: 1px;
  margin-top: 0.8rem;
  background: linear-gradient(90deg, transparent, rgba(243, 212, 145, 0.88), transparent);
  box-shadow: 0 0 0.6rem rgba(243, 212, 145, 0.55);
}

.awakening-signature > span::before,
.awakening-signature > span::after {
  position: absolute;
  top: 50%;
  width: 0.35rem;
  height: 0.35rem;
  border: 1px solid var(--solar);
  content: "";
  transform: translateY(-50%) rotate(45deg);
  box-shadow: 0 0 0.5rem var(--solar);
}

.awakening-signature > span::before {
  left: 44%;
}

.awakening-signature > span::after {
  right: 44%;
}

.display--stack {
  font-size: clamp(3.2rem, 6.2vw, 7rem);
}

.story-copy--compact .display {
  max-width: 64rem;
}

.line {
  display: block;
  overflow: hidden;
  padding: 0.08em 0;
}

.reveal {
  display: inline-block;
  transform-origin: center bottom;
  will-change: transform, opacity;
}

.accent {
  color: transparent;
}

.signature {
  max-width: 35rem;
  margin: 1.45rem 0 0;
  color: var(--artistic);
  font-family: var(--display);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(0.82rem, 1.15vw, 1.15rem);
  line-height: 1.45;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 0.16rem 1.5rem rgba(0, 0, 0, 0.9);
}

.story-copy--right .signature {
  margin-left: auto;
}

.offer {
  max-width: none;
}

.offer__intro {
  color: transparent;
  font-size: clamp(2.8rem, 5vw, 5.5rem);
  letter-spacing: 0.02em;
}

.offer__price {
  color: transparent;
  font-size: clamp(7rem, 17vw, 17rem);
  line-height: 0.68;
  letter-spacing: -0.065em;
}

.offer__qualifier {
  margin-top: 0.7rem;
  color: var(--solar);
  font-size: clamp(0.62rem, 0.78vw, 0.82rem);
  letter-spacing: 0.24em;
  line-height: 1.2;
  text-shadow: 0 0 0.7rem rgba(243, 212, 145, 0.5);
}

.signature--final {
  color: var(--artistic);
}

.offer__details {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.4rem;
  pointer-events: auto;
}

.offer__details p {
  margin: 0;
  color: rgba(245, 239, 230, 0.72);
  font-family: var(--display);
  font-size: clamp(0.55rem, 0.68vw, 0.72rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
}

.offer__copy {
  display: grid;
  gap: 0.32rem;
  max-width: 34rem;
}

.offer__details .offer__external {
  color: rgba(197, 183, 167, 0.65);
  font-size: clamp(0.5rem, 0.58vw, 0.62rem);
  letter-spacing: 0.055em;
  text-transform: none;
}

.offer__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.85rem 1.25rem;
  border: 1px solid var(--solar);
  border-radius: 999px;
  color: var(--cta-ink);
  background: var(--solar);
  font-family: var(--display);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, transform 120ms ease;
}

.offer__cta:hover,
.offer__cta:focus-visible {
  outline: none;
  background: var(--artistic);
}

.offer__cta:active {
  transform: scale(0.96);
}

.scene-action {
  pointer-events: auto;
}

.method-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 1.5rem;
  min-height: 3rem;
  padding: 0.78rem 0.9rem 0.78rem 1.05rem;
  border: 1px solid rgba(243, 212, 145, 0.35);
  border-radius: 999px;
  color: var(--headline);
  background: rgba(5, 2, 3, 0.18);
  font-family: var(--display);
  font-size: 0.63rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  backdrop-filter: blur(12px) saturate(140%);
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.method-toggle:hover,
.method-toggle:focus-visible,
.method-toggle[aria-expanded="true"] {
  color: var(--headline);
  border-color: var(--solar);
  outline: none;
  background: rgba(243, 212, 145, 0.14);
}

.method-toggle:active {
  transform: scale(0.96);
}

.method-toggle__spark {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--solar);
  box-shadow: 0 0 0.75rem var(--solar);
}

.method-toggle:hover .method-toggle__spark,
.method-toggle:focus-visible .method-toggle__spark,
.method-toggle[aria-expanded="true"] .method-toggle__spark {
  background: var(--solar);
  box-shadow: 0 0 0.9rem var(--solar);
}

.method-toggle svg {
  width: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.4;
  transition: transform 240ms ease;
}

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

.method-details {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.85rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.method-details span {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  transform: translateY(0.55rem);
}

.method-details b {
  color: var(--solar);
  font-family: var(--utility);
  font-size: 0.52rem;
  font-weight: 400;
}

.method-details em {
  color: var(--body);
  font-family: var(--utility);
  font-size: clamp(0.76rem, 1vw, 0.95rem);
  font-style: normal;
}

.method-details i {
  width: clamp(1.1rem, 2.4vw, 2.5rem);
  height: 1px;
  background: var(--solar);
  transform: scaleX(0);
  transform-origin: left;
}

.energy-response {
  position: fixed;
  z-index: 22;
  width: 0;
  height: 0;
  overflow: visible;
  pointer-events: none;
}

.energy-response span {
  position: absolute;
  top: -1.1rem;
  left: -1.1rem;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid var(--solar);
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 1rem rgba(243, 212, 145, 0.56), inset 0 0 0.6rem rgba(243, 212, 145, 0.28);
}

[hidden] {
  display: none !important;
}

.information-overlay {
  position: fixed;
  z-index: 60;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 3vw, 2.5rem);
  opacity: 0;
  transition: opacity 240ms ease;
}

.information-overlay.is-open {
  opacity: 1;
}

.information-overlay__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: rgba(3, 1, 1, 0.82);
  backdrop-filter: blur(1rem) saturate(85%);
}

.information-dialog {
  position: relative;
  width: min(58rem, 100%);
  max-height: min(48rem, calc(100svh - 2rem));
  overflow: hidden;
  border: 1px solid rgba(243, 212, 145, 0.28);
  border-radius: 0.25rem;
  outline: none;
  background:
    radial-gradient(circle at 88% 5%, rgba(243, 142, 45, 0.11), transparent 34%),
    linear-gradient(145deg, rgba(20, 10, 7, 0.98), rgba(5, 2, 3, 0.985));
  box-shadow: 0 2rem 8rem rgba(0, 0, 0, 0.72), inset 0 0 3.5rem rgba(243, 126, 28, 0.035);
  transform: translateY(1rem) scale(0.985);
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.information-dialog::before,
.information-dialog::after {
  position: absolute;
  z-index: 2;
  width: 0.42rem;
  height: 0.42rem;
  border: 1px solid var(--solar);
  content: "";
  transform: rotate(45deg);
  box-shadow: 0 0 0.75rem rgba(243, 212, 145, 0.55);
}

.information-dialog::before {
  top: 1.45rem;
  left: 1.45rem;
}

.information-dialog::after {
  right: 1.45rem;
  bottom: 1.45rem;
}

.information-overlay.is-open .information-dialog {
  transform: translateY(0) scale(1);
}

.information-dialog__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem clamp(1.8rem, 4vw, 3rem);
  border-bottom: 1px solid rgba(243, 212, 145, 0.16);
  background: rgba(5, 2, 3, 0.4);
}

.information-dialog__eyebrow {
  margin: 0;
  color: rgba(245, 239, 230, 0.62);
  font-family: var(--display);
  font-size: 0.57rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.information-dialog__close {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  padding: 0.35rem 0;
  border: 0;
  color: var(--body);
  background: none;
  font-family: var(--display);
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.information-dialog__close:hover,
.information-dialog__close:focus-visible {
  color: var(--solar);
  outline: none;
}

.information-dialog__close svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.3;
}

.information-dialog__body {
  max-height: calc(min(48rem, 100svh - 2rem) - 4.25rem);
  overflow-x: hidden;
  overflow-y: auto;
  padding: clamp(2rem, 5vw, 4rem) clamp(1.8rem, 6vw, 5.6rem) clamp(2.4rem, 5vw, 4.5rem);
  scrollbar-color: rgba(243, 212, 145, 0.42) transparent;
  scrollbar-width: thin;
}

.information-view__kicker {
  margin: 0 0 0.8rem;
  color: var(--solar);
  font-family: var(--display);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.information-view h2 {
  max-width: 12ch;
  margin: 0;
  color: var(--headline);
  font-family: var(--display);
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  text-wrap: balance;
}

.information-view__intro {
  max-width: 42rem;
  margin: 1rem 0 2.2rem;
  color: var(--artistic);
  font-family: var(--display);
  font-size: clamp(0.76rem, 1.25vw, 1rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.faq-list {
  border-top: 1px solid rgba(243, 212, 145, 0.22);
}

.faq-list details {
  border-bottom: 1px solid rgba(243, 212, 145, 0.17);
}

.faq-list summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.2rem;
  align-items: center;
  padding: 1.15rem 0;
  color: var(--headline);
  font-family: var(--display);
  font-size: clamp(0.78rem, 1.2vw, 1rem);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.035em;
  list-style: none;
  text-transform: uppercase;
}

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

.faq-list summary:focus-visible {
  color: var(--solar);
  outline: none;
}

.faq-list summary i {
  position: relative;
  width: 0.9rem;
  height: 0.9rem;
}

.faq-list summary i::before,
.faq-list summary i::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--solar);
  content: "";
  transition: transform 200ms ease;
}

.faq-list summary i::after {
  transform: rotate(90deg);
}

.faq-list details[open] summary i::after {
  transform: rotate(0deg);
}

.faq-list details > p {
  max-width: 43rem;
  margin: -0.2rem 2.2rem 1.3rem 0;
  color: rgba(197, 183, 167, 0.9);
  font-size: clamp(0.86rem, 1.1vw, 1rem);
  line-height: 1.75;
}

.legal-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(243, 212, 145, 0.22);
}

.legal-copy section {
  padding: 1.45rem 1.6rem 1.45rem 0;
  border-bottom: 1px solid rgba(243, 212, 145, 0.16);
}

.legal-copy section:nth-child(even) {
  padding-right: 0;
  padding-left: 1.6rem;
  border-left: 1px solid rgba(243, 212, 145, 0.16);
}

.legal-copy h3 {
  margin: 0 0 0.65rem;
  color: var(--solar);
  font-family: var(--display);
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-copy p {
  margin: 0;
  color: rgba(197, 183, 167, 0.88);
  font-size: clamp(0.8rem, 0.95vw, 0.94rem);
  line-height: 1.75;
}

.cursor-trail,
.brand-cursor {
  position: fixed;
  z-index: 80;
  inset: 0;
  pointer-events: none;
}

.cursor-trail {
  width: 100vw;
  height: 100vh;
}

.brand-cursor {
  --cursor-x: -4rem;
  --cursor-y: -4rem;
  --cursor-scale: 1;
  --cursor-rotation: 0deg;
  top: 0;
  left: 0;
  width: 1.55rem;
  height: 1.55rem;
  opacity: 0;
  transform: translate3d(var(--cursor-x), var(--cursor-y), 0) translate(-50%, -50%) scale(var(--cursor-scale)) rotate(var(--cursor-rotation));
  transition: opacity 120ms ease;
  will-change: transform, opacity;
}

.brand-cursor.is-visible {
  opacity: 1;
}

.brand-cursor__halo {
  position: absolute;
  inset: -0.4rem;
  border: 1px solid rgba(243, 212, 145, 0.35);
  border-radius: 50%;
  opacity: 0.72;
  box-shadow: 0 0 1rem rgba(243, 212, 145, 0.44);
  transition: inset 180ms ease, opacity 180ms ease, border-color 180ms ease;
}

.brand-cursor svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: var(--headline);
  filter: drop-shadow(0 0 0.22rem var(--headline)) drop-shadow(0 0 0.55rem var(--solar));
}

.brand-cursor circle {
  fill: var(--solar);
}

.brand-cursor.is-interactive {
  --cursor-scale: 1.34;
}

.brand-cursor.is-interactive .brand-cursor__halo {
  inset: -0.72rem;
  border-color: var(--solar);
  opacity: 1;
}

.brand-cursor.is-down {
  --cursor-scale: 0.76;
}

.scroll-track {
  position: relative;
  z-index: 1;
  width: 1px;
  height: 900svh;
  pointer-events: none;
}

.published-projects {
  position: relative;
  z-index: 8;
  display: grid;
  min-height: 100svh;
  padding: clamp(5.5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 7rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 20%, rgba(122, 58, 14, 0.18), transparent 37%),
    linear-gradient(180deg, #080403, #050203 44%, #020102);
  contain-intrinsic-block-size: 100svh;
  content-visibility: auto;
  place-items: center;
  isolation: isolate;
}

.published-projects::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: url("./assets/textures/apocalypse-metal.webp") center / 54rem auto repeat;
  opacity: 0.055;
  content: "";
  mask-image: linear-gradient(to bottom, transparent, #000 22%, #000 82%, transparent);
}

.published-projects__inner {
  width: min(100%, 64rem);
  opacity: 0;
  transform: translate3d(0, 2.5rem, 0) scale(0.985);
  transition: opacity 680ms ease-out, transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

.published-projects.is-visible .published-projects__inner {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.published-projects__ornament {
  display: flex;
  align-items: center;
  width: min(100%, 31rem);
  margin: 0 auto 0.8rem;
}

.published-projects__ornament i {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(243, 212, 145, 0.7));
  box-shadow: 0 0 0.55rem rgba(243, 212, 145, 0.38);
}

.published-projects__ornament i:last-child {
  background: linear-gradient(90deg, rgba(243, 212, 145, 0.7), transparent);
}

.published-projects__ornament span {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.55rem;
  border: 1px solid var(--solar);
  transform: rotate(45deg);
  box-shadow: 0 0 0.6rem rgba(243, 212, 145, 0.65);
}

.published-projects__kicker {
  margin: 0 0 0.75rem;
  color: var(--solar);
  font-size: clamp(0.58rem, 0.72vw, 0.74rem);
  font-weight: 600;
  letter-spacing: 0.25em;
  text-align: center;
  text-transform: uppercase;
}

.published-projects h2 {
  margin: 0 0 clamp(2rem, 4vw, 3.5rem);
  color: var(--headline);
  font-family: var(--display);
  font-size: clamp(2rem, 5vw, 5rem);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.035em;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 1.4rem rgba(243, 212, 145, 0.15);
}

.project-frame {
  position: relative;
  display: block;
  width: min(100%, 46rem);
  margin: 0 auto;
  padding: 0.55rem;
  border: 1px solid rgba(243, 212, 145, 0.45);
  color: var(--headline);
  background: rgba(9, 5, 4, 0.76);
  box-shadow: 0 1.5rem 6rem rgba(0, 0, 0, 0.52), 0 0 2.8rem rgba(221, 135, 46, 0.1), inset 0 0 1.2rem rgba(243, 212, 145, 0.07);
  text-decoration: none;
  transform: translateZ(0);
  transition: border-color 240ms ease, box-shadow 320ms ease, transform 180ms ease;
}

.project-frame::before,
.project-frame::after {
  position: absolute;
  width: 1.15rem;
  height: 1.15rem;
  border-color: var(--solar);
  content: "";
  pointer-events: none;
}

.project-frame::before {
  top: -1px;
  left: -1px;
  border-top: 2px solid;
  border-left: 2px solid;
}

.project-frame::after {
  right: -1px;
  bottom: -1px;
  border-right: 2px solid;
  border-bottom: 2px solid;
}

.project-frame__image {
  display: block;
  overflow: hidden;
  background: #14221e;
}

.project-frame img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transform: scale(1.002);
  transition: filter 420ms ease, transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.project-frame__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4rem;
  padding: 0.8rem 1rem 0.55rem;
  font-size: clamp(0.58rem, 0.8vw, 0.75rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.project-frame__footer strong {
  color: var(--solar);
  font-weight: 600;
}

.project-frame__footer span:last-child::after {
  margin-left: 0.45rem;
  content: "↗";
}

.project-frame:hover,
.project-frame:focus-visible {
  border-color: var(--solar);
  outline: none;
  box-shadow: 0 1.8rem 7rem rgba(0, 0, 0, 0.62), 0 0 3.8rem rgba(221, 135, 46, 0.18), inset 0 0 1.5rem rgba(243, 212, 145, 0.1);
  transform: translate3d(0, -0.25rem, 0);
}

.project-frame:hover img,
.project-frame:focus-visible img {
  filter: brightness(1.05);
  transform: scale(1.018);
}

.project-frame:active {
  transform: translate3d(0, 0, 0) scale(0.992);
}

@media (max-width: 760px) {
  .video-stage,
  .still-stage {
    height: 100dvh;
  }

  .scroll-video,
  .story-still {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-origin: center center;
  }

  .brand-mark {
    top: 0.72rem;
    left: 0.78rem;
    min-height: 3rem;
    padding: 0.75rem 0.38rem;
  }

  .language-switch {
    top: 0.85rem;
    right: 1rem;
    min-height: 3rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .language-switch__option {
    min-width: 1.9rem;
    min-height: 1.9rem;
  }

  .information-nav {
    bottom: 1.22rem;
    gap: 0.45rem;
  }

  .information-nav > span {
    display: none;
  }

  .information-nav button {
    min-height: 3rem;
    padding: 0.7rem 0.26rem;
    font-size: 0.47rem;
    letter-spacing: 0.07em;
  }

  .site-controls {
    inset: 0;
  }

  .control {
    bottom: 0.8rem;
    min-width: 3.15rem;
    min-height: 3.15rem;
    padding: 0.72rem;
  }

  .control__label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .control__state {
    min-width: auto;
    font-size: 0.48rem;
  }

  .sound-toggle {
    left: 1rem;
  }

  .control--whatsapp {
    right: 1rem;
  }

  .story-copy,
  .story-copy--right,
  .story-copy--center {
    align-items: flex-start;
    justify-content: flex-end;
    padding: calc(5.5rem + env(safe-area-inset-top)) 1.15rem calc(5.6rem + env(safe-area-inset-bottom));
    text-align: left;
  }

  .story-copy--awakening {
    justify-content: center;
    padding-top: calc(6.5rem + env(safe-area-inset-top));
    padding-bottom: calc(6rem + env(safe-area-inset-bottom));
  }

  .story-copy--pulse {
    justify-content: center;
    padding-top: 28vh;
  }

  .story-copy--materialize {
    justify-content: flex-end;
    padding-bottom: calc(7.2rem + env(safe-area-inset-bottom));
  }

  .story-copy--materialize,
  .story-copy--method,
  .story-copy--offer {
    justify-content: flex-end;
    padding-bottom: calc(6.2rem + env(safe-area-inset-bottom));
  }

  .story-copy--method {
    align-items: center;
    padding-bottom: calc(7rem + env(safe-area-inset-bottom));
    text-align: center;
  }

  .story-copy--offer {
    justify-content: center;
    width: 100%;
    padding-top: calc(7rem + env(safe-area-inset-top));
    padding-right: 1.35rem;
    padding-bottom: calc(7.5rem + env(safe-area-inset-bottom));
    padding-left: 1.35rem;
  }

  .story-copy--awakening {
    padding-left: 1.15rem;
  }

  .awakening-ornament,
  .kicker--awakening,
  .awakening-signature {
    width: min(84vw, 22rem);
  }

  .display--brand {
    max-width: 92vw;
    font-size: clamp(4.2rem, 21vw, 6.5rem);
    line-height: 0.76;
  }

  .kicker--awakening {
    text-align: left;
  }

  .awakening-signature {
    text-align: left;
  }

  .awakening-signature .signature {
    margin-left: 0;
    text-align: left;
  }

  .method-toggle {
    margin-top: 1rem;
    min-height: 3.15rem;
    padding: 0.82rem 1rem;
  }

  .method-details {
    flex-wrap: wrap;
    gap: 0.45rem;
  }

  .method-details em {
    font-size: 1rem;
  }

  .display,
  .display--stack {
    max-width: 100%;
    font-size: clamp(2.15rem, 10.5vw, 4rem);
    line-height: 0.92;
    letter-spacing: -0.055em;
  }

  .display--brand {
    font-size: clamp(4.2rem, 21vw, 6.5rem);
    line-height: 0.76;
  }

  .kicker {
    width: min(90vw, 24rem);
    margin-bottom: 0.75rem;
    font-size: clamp(0.5rem, 2.2vw, 0.66rem);
    letter-spacing: 0.2em;
    white-space: normal;
  }

  .signature,
  .story-copy--right .signature {
    max-width: 21rem;
    margin: 1rem 0 0;
    font-size: clamp(0.6rem, 2.7vw, 0.78rem);
    line-height: 1.55;
    letter-spacing: 0.12em;
  }

  .offer__intro {
    font-size: clamp(1.45rem, 7vw, 2.3rem);
  }

  .offer__price {
    font-size: clamp(4.2rem, 20vw, 6.2rem);
  }

  .offer__qualifier {
    margin-top: 0.5rem;
    font-size: clamp(0.52rem, 2.1vw, 0.66rem);
    letter-spacing: 0.18em;
  }

  .offer__details {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.85rem;
    margin-top: 1.15rem;
  }

  .offer__details p {
    max-width: 27rem;
    font-size: 0.52rem;
  }

  .offer__cta {
    min-height: 3.35rem;
    padding-right: 1.35rem;
    padding-left: 1.35rem;
    font-size: 0.68rem;
  }

  .published-projects {
    min-height: 100dvh;
    padding: 5.5rem 1rem calc(5rem + env(safe-area-inset-bottom));
  }

  .published-projects__inner {
    width: 100%;
  }

  .published-projects h2 {
    margin-bottom: 1.65rem;
    font-size: clamp(1.8rem, 9.5vw, 2.8rem);
  }

  .published-projects__kicker {
    font-size: 0.52rem;
    letter-spacing: 0.18em;
  }

  .project-frame {
    width: min(100%, 31rem);
    padding: 0.35rem;
  }

  .project-frame__footer {
    min-height: 3.7rem;
    padding: 0.75rem 0.7rem 0.55rem;
    font-size: clamp(0.49rem, 2.3vw, 0.62rem);
  }

  .scroll-video {
    filter: none;
  }

  .information-overlay {
    align-items: end;
    padding: 0;
  }

  .information-dialog {
    width: 100%;
    max-height: calc(100svh - 0.75rem);
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 0;
    transform: translateY(2rem);
  }

  .information-dialog__header {
    padding: 1rem 1.2rem 1rem 1.8rem;
  }

  .information-dialog__body {
    max-height: calc(100svh - 4.4rem);
    padding: 2rem 1.25rem 3.25rem;
  }

  .information-view h2 {
    font-size: clamp(2rem, 11vw, 3.5rem);
  }

  .legal-copy {
    grid-template-columns: 1fr;
  }

  .legal-copy section,
  .legal-copy section:nth-child(even) {
    padding: 1.25rem 0;
    border-left: 0;
  }
}

@media (pointer: coarse), (hover: none) {
  .cursor-trail,
  .brand-cursor {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-mark,
  .brand-cursor,
  .brand-cursor__halo {
    transition-duration: 1ms;
  }
}

@media (prefers-reduced-motion: reduce) {
  .control,
  .information-overlay,
  .information-dialog,
  .faq-list summary i::before,
  .faq-list summary i::after {
    transition: none;
  }
}
