/* Revisión: bordes blancos y vidrio, con detalle cromático inferior. */
:root {
  --focus: #fff;
  --glass-focus: #fff;
}
.hero-wordmark {
  color: #f5f5f1;
  -webkit-text-stroke: 0;
  text-shadow: none;
}
.hero h1,
.hero h1 em,
h2,
.site-header .brand > span:last-child,
.eyebrow,
.case-section .eyebrow,
.case-symbol,
.portal-tunnel span {
  text-shadow: none;
}
.eyebrow,
.case-section .eyebrow {
  color: #aaa;
}
.case-symbol {
  color: #f5f5f1;
}
.site-header::before {
  border-color: rgb(255 255 255 / 0.26);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.06),
    0 12px 40px rgb(0 0 0 / 0.2);
}
.site-header::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 9px;
  height: 1px;
  z-index: -1;
  background: var(--rayo-spectrum);
  opacity: 0.58;
  pointer-events: none;
}
.main-nav a::after {
  box-shadow: none;
}
.main-nav a:is(:hover, :focus-visible) {
  text-shadow: none;
}
.button,
.header-cta {
  border-color: rgb(255 255 255 / 0.4);
  text-shadow: none;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.07),
    0 8px 24px rgb(0 0 0 / 0.2);
}
.button::after,
.header-cta::after {
  background:
    linear-gradient(180deg, rgb(0 0 0 / 0.02), rgb(0 0 0 / 0.23)),
    var(--rayo-spectrum) center bottom / calc(100% - 28px) 2px no-repeat;
  opacity: 0.92;
}
.button:is(:hover, :focus-visible, :active),
.header-cta:is(:hover, :focus-visible, :active) {
  border-color: rgb(255 255 255 / 0.8);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.12),
    0 8px 28px rgb(0 0 0 / 0.24);
}
.button:disabled {
  box-shadow: none;
}
.button svg,
.header-cta svg,
.text-link:is(:hover, :focus-visible) :is(svg, span) {
  filter: none;
}
.text-link:is(:hover, :focus-visible) {
  text-shadow: none;
}
.text-link:is(:hover, :focus-visible) :is(svg, span) {
  color: #fff;
}
.js-ready .menu-toggle {
  border-color: rgb(255 255 255 / 0.4);
  box-shadow: none;
}
.menu-toggle span {
  box-shadow: none;
}
.scene-controls [data-replay-intro] {
  color: #eee;
  font-size: 11px;
  text-decoration: underline;
  text-decoration-color: rgb(255 255 255 / 0.5);
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  text-shadow: none;
}
.scene-controls [data-replay-intro]:is(:hover, :focus-visible) {
  color: #fff;
  text-decoration-color: #fff;
}
.example-phone {
  border-color: rgb(255 255 255 / 0.45);
  box-shadow: 18px 24px 28px rgb(0 0 0 / 0.4);
  transition: border-color 250ms ease;
}
.invitation-example:is(:hover, :focus-visible) .example-phone {
  border-color: rgb(255 255 255 / 0.8);
}
.invitation-example:is(:hover, :focus-visible) .example-stage::before,
.invitation-example:is(:hover, :focus-visible) .example-stage::after {
  border-color: rgb(255 255 255 / 0.35);
}
.form-field :is(input, select, textarea):focus {
  border-color: #fff;
  outline: 2px solid #fff;
  outline-offset: 3px;
  box-shadow: none;
}
.form-field [aria-invalid="true"]:focus {
  border-color: #efa6a6;
}
@media (max-width: 767px) {
  .site-header::after {
    bottom: 7px;
    left: 24px;
    right: 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .example-phone {
    transition: none;
  }
}
@media (forced-colors: active) {
  .hero-wordmark {
    color: CanvasText;
  }
  .button,
  .header-cta {
    border-color: ButtonText;
  }
}
@media print {
  #ambient-particles,
  .site-header::after {
    display: none;
  }
}
