/* OTRORAYO — negro, blanco, espacio. Sin dependencias externas. */
:root {
  --bg: #050505;
  --white: #f5f5f1;
  --muted: #a6a6a6;
  --line: #272727;
  --page: clamp(22px, 5.55vw, 88px);
  --focus: #c8bcdf;
  color-scheme: dark;
  font-family: "Space Grotesk", Arial, Helvetica, sans-serif;
  font-synthesis: none;
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
* {
  box-sizing: border-box;
}
html {
  background: var(--bg);
}
body {
  margin: 0;
  padding-top: env(safe-area-inset-top, 0px);
  background: var(--bg);
  color: var(--white);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
::selection {
  background: #d1c4e5;
  color: #050505;
}
p,
h1,
h2,
h3 {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button {
  cursor: pointer;
  color: inherit;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
a,
button,
summary,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
svg {
  display: block;
}
[hidden] {
  display: none !important;
}
:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 5px;
}
.svg-library {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.skip-link {
  position: fixed;
  top: 15px;
  left: 20px;
  padding: 12px 20px;
  background: var(--white);
  color: var(--bg);
  z-index: 1100;
  transform: translateY(-200%);
}
.skip-link:focus {
  transform: none;
}
.section-shell {
  max-width: 1600px;
  margin-inline: auto;
  padding: 90px var(--page);
}
.eyebrow {
  display: block;
  font-size: 11px;
  letter-spacing: 1.4px;
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: 25px;
}
h2 {
  font-size: clamp(36px, 4.25vw, 64px);
  line-height: 1.06;
  letter-spacing: -2.4px;
  font-weight: 400;
}
.section-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 48px;
}
.section-heading > .eyebrow {
  padding-top: 9px;
}
.section-heading > h2 {
  width: 61%;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 54px;
  padding: 14px 22px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  transition:
    background 0.18s,
    color 0.18s;
}
.button svg,
.text-link svg {
  width: 18px;
  height: 18px;
  flex: none;
}
.button-primary {
  background: var(--white);
  color: var(--bg);
}
.button-primary:hover {
  background: #ccc;
}
.button-primary:active {
  background: #b3b3b3;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 27px;
  min-height: 44px;
  font-size: 13px;
}
.text-link:hover {
  color: #c0b3d3;
}
.text-link > span {
  font-size: 20px;
}
.site-header {
  position: sticky;
  top: env(safe-area-inset-top, 0px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  height: 90px;
  margin-inline: var(--page);
  border-bottom: 1px solid var(--line);
  background: var(--bg);
  z-index: 20;
}
.site-header:before {
  content: "";
  position: absolute;
  inset: 0 calc(-1 * var(--page));
  background: var(--bg);
  z-index: -1;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 44px;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.8px;
  white-space: nowrap;
}
.brand-mark {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  flex: none;
}
.brand-mark img {
  position: absolute;
  width: 182%;
  max-width: none;
  height: 182%;
  left: -41%;
  top: -41%;
  mix-blend-mode: screen;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 29px;
  margin-left: auto;
}
.main-nav a {
  display: flex;
  align-items: center;
  min-height: 44px;
  font-size: 12px;
  color: #bcbcbc;
  white-space: nowrap;
}
.main-nav a:hover {
  color: white;
}
.header-cta {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 8px 0 8px 18px;
  min-height: 44px;
  font-size: 12px;
}
.header-cta svg {
  width: 17px;
  height: 17px;
}
.menu-toggle {
  display: none;
}
.hero {
  position: relative;
  background: var(--bg);
  max-width: 1600px;
  margin-inline: auto;
  padding: 64px var(--page) 88px;
  min-height: 715px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
  isolation: isolate;
}
.hero-content {
  position: relative;
  z-index: 2;
}
.brand-lockup {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  line-height: 1.7;
  margin-bottom: 39px;
}
.brand-lockup span:last-child {
  color: var(--muted);
}
h1 {
  font-size: clamp(65px, 7.45vw, 116px);
  line-height: 0.99;
  letter-spacing: -5.5px;
  font-weight: 500;
}
h1 em {
  font-weight: 400;
  font-style: italic;
}
.hero-content > p {
  color: var(--muted);
  font-size: 14px;
  margin-top: 29px;
  line-height: 1.65;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 28px;
}
.hero-art {
  align-self: center;
  width: 100%;
  margin-top: -20px;
}
.hero-art img {
  width: 100%;
  mix-blend-mode: screen;
}
.hero-bottom {
  position: absolute;
  bottom: 25px;
  left: var(--page);
  right: var(--page);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  font-size: 11px;
  color: var(--muted);
}
.hero-bottom > span:last-child {
  font-size: 20px;
}
.experiences {
  border-top: 1px solid var(--line);
}
.experience-list {
  border-top: 1px solid var(--line);
}
.experience-item {
  border-bottom: 1px solid var(--line);
}
.experience-item summary {
  display: grid;
  grid-template-columns: 70px 1fr 32px;
  align-items: center;
  gap: 20px;
  padding: 27px 0;
  min-height: 104px;
  list-style: none;
  cursor: pointer;
}
.experience-item summary::-webkit-details-marker,
.faq summary::-webkit-details-marker {
  display: none;
}
.item-number {
  color: var(--muted);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}
.experience-item h3 {
  font-size: clamp(23px, 2.8vw, 39px);
  letter-spacing: -1.2px;
  font-weight: 400;
  line-height: 1.15;
  transition: transform 0.25s;
}
.expand-icon {
  font-size: 26px;
  line-height: 1;
  text-align: center;
  font-weight: 300;
  transition: transform 0.25s;
}
.experience-item[open] .expand-icon {
  transform: rotate(45deg);
}
.immersion[open] h3 {
  transform: translateX(6px);
}
.interaction[open] .item-number {
  color: var(--white);
}
.visuals[open] h3 {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 7px;
}
.invitations[open] .expand-icon {
  transform: rotate(135deg);
}
.experience-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin: -3px 52px 22px 90px;
}
.experience-detail p {
  font-size: 14px;
  color: var(--muted);
}
.experience-detail .text-link {
  flex: none;
}
.vr-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 8%;
  padding-top: 35px;
  padding-bottom: 95px;
}
.vr-copy h2 {
  font-size: clamp(52px, 5.6vw, 82px);
  letter-spacing: -3px;
}
.vr-copy > p {
  margin-top: 30px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}
.vr-copy .text-link {
  margin-top: 26px;
  border-bottom: 1px solid #888;
  padding-bottom: 4px;
}
.vr-art {
  position: relative;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #090909;
  overflow: hidden;
}
.vr-art > span {
  font-size: 80px;
  font-weight: 400;
  letter-spacing: -4px;
}
.vr-orbit {
  position: absolute;
  width: 58%;
  height: 74%;
  border: 1px solid #545454;
  border-radius: 50%;
  transform: rotate(-30deg);
}
.vr-orbit:after {
  content: "";
  position: absolute;
  inset: 13px;
  border: 1px solid #282828;
  border-radius: 50%;
}
.invitation-section {
  border-top: 1px solid var(--line);
}
.invitation-section .section-heading {
  align-items: flex-end;
}
.invitation-intro {
  max-width: 310px;
  padding-bottom: 3px;
}
.invitation-intro p {
  font-size: 14px;
  color: var(--muted);
}
.invitation-intro .text-link {
  margin-top: 20px;
}
.invitation-examples {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
.invitation-example {
  display: block;
}
.example-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 650px;
  overflow: hidden;
  padding: 45px 25px;
}
.stage-mariapia {
  background: #171111;
}
.stage-amper {
  background: #181711;
}
.example-phone {
  width: 252px;
  flex: none;
  padding: 5px;
  border: 1px solid #625858;
  background: #090909;
  border-radius: 27px;
  overflow: hidden;
  transition: transform 0.35s;
}
.example-phone img {
  border-radius: 21px;
  width: 100%;
  aspect-ratio: 780 / 1688;
  object-fit: cover;
}
.invitation-example:hover .example-phone,
.invitation-example:focus-visible .example-phone {
  transform: translateY(-6px);
}
.example-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 18px;
  min-height: 44px;
}
.example-caption h3 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.4px;
}
.example-caption h3 > span {
  display: inline-block;
  margin-left: 8px;
  font-size: 10px;
  letter-spacing: 0.5px;
  color: var(--muted);
}
.example-caption > span {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 11px;
}
.example-caption svg {
  width: 15px;
  height: 15px;
}
.service-note {
  color: var(--muted);
  font-size: 11px;
  margin-top: 28px;
}
.case-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  border-block: 1px solid var(--line);
  padding-block: 65px;
}
.case-section .eyebrow {
  margin-bottom: 20px;
}
.case-section h2 {
  font-size: 44px;
  letter-spacing: -1.7px;
}
.case-section p {
  color: var(--muted);
  font-size: 14px;
  margin-top: 20px;
}
.case-symbol {
  font-size: 96px;
  font-weight: 400;
  line-height: 1;
  color: #676767;
  padding-right: 5%;
}
.process {
  padding-block: 80px;
}
.process h2 {
  font-size: 42px;
  letter-spacing: -1.7px;
}
.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
  list-style: none;
  margin: 0;
  border-top: 1px solid var(--line);
  position: relative;
}
.process-steps:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #949494;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.9s;
}
.process-steps.is-visible:before {
  transform: scaleX(1);
}
.process-steps li {
  padding: 25px 20px 0 0;
}
.process-steps li > span {
  display: block;
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 20px;
}
.process-steps h3 {
  font-size: 19px;
  font-weight: 400;
  letter-spacing: -0.4px;
  line-height: 1.3;
}
.contact {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 11%;
  border-top: 1px solid var(--line);
}
.contact h2 {
  font-size: clamp(49px, 5.35vw, 78px);
  letter-spacing: -3.3px;
}
.contact-copy > p {
  color: var(--muted);
  font-size: 14px;
  margin-top: 25px;
}
.contact-copy .text-link {
  margin-top: 19px;
}
.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 22px;
  min-width: 0;
  align-content: start;
}
.full,
.form-intro {
  grid-column: 1 / -1;
}
.form-intro {
  color: var(--muted);
  font-size: 11px;
  margin-bottom: 5px;
}
.form-field {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.form-field label {
  font-size: 12px;
  color: #c7c7c7;
  margin-bottom: 8px;
}
.form-field input,
.form-field select,
.form-field textarea {
  border: 1px solid #373737;
  border-radius: 0;
  background: #090909;
  color: var(--white);
  width: 100%;
  min-width: 0;
  min-height: 49px;
  font-size: 13px;
  padding: 12px;
}
.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #979797;
  opacity: 1;
}
.form-field select {
  padding-right: 25px;
}
.form-field textarea {
  resize: vertical;
  min-height: 100px;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: #c5c5c5;
  outline: 1px solid #c5c5c5;
  outline-offset: 2px;
}
.form-field [aria-invalid="true"] {
  border-color: #efa6a6;
}
.field-error {
  color: #ffb4b4;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 5px;
}
.field-error:empty {
  display: none;
}
.form-bottom .button {
  width: 100%;
}
.form-feedback {
  font-size: 14px;
}
.form-feedback p:not(:empty) {
  border-left: 1px solid #aaa;
  padding: 8px 15px;
  margin-top: 5px;
}
.form-feedback .text-link {
  margin-top: 10px;
}
.contact-form noscript {
  grid-column: 1/-1;
  font-size: 14px;
}
.contact-form noscript a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  text-decoration: underline;
}
.faq {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 10%;
  border-top: 1px solid var(--line);
  padding-block: 65px;
}
.faq h2 {
  font-size: 36px;
  letter-spacing: -1.2px;
}
.faq-list {
  border-top: 1px solid var(--line);
}
.faq details {
  border-bottom: 1px solid var(--line);
}
.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 65px;
  gap: 25px;
  padding: 17px 0;
  font-size: 14px;
  list-style: none;
  cursor: pointer;
}
.faq summary span {
  font-size: 22px;
  font-weight: 300;
  flex: none;
  transition: transform 0.2s;
}
.faq details[open] summary span {
  transform: rotate(45deg);
}
.faq details p {
  font-size: 14px;
  color: var(--muted);
  padding: 0 25px 22px 0;
}
.footer {
  border-top: 1px solid var(--line);
  padding-top: 36px;
  padding-bottom: max(16px, env(safe-area-inset-bottom));
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 28px;
}
.footer-top > span {
  font-size: 12px;
  color: var(--muted);
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 10px;
}
.replay-button {
  background: none;
  border: 0;
  padding: 10px 0 10px 10px;
  min-height: 44px;
  font-size: 11px;
}
.replay-button:hover {
  color: white;
}
/* Mejora progresiva. El contenido queda visible sin JavaScript. */
[data-reveal] {
  opacity: 1;
  transform: none;
}
.reveal-pending {
  opacity: 0;
  transform: translateY(9px);
}
.reveal-pending.is-visible {
  opacity: 1;
  transform: none;
  transition:
    opacity 0.4s,
    transform 0.4s;
}
.page-hidden * {
  animation-play-state: paused !important;
}
/* Intro mínima: el signo real, un fade, y el sitio. El hero nunca se oculta. */
.intro {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #050505;
  --intro-fade: 200ms;
  animation: intro-failsafe 4.2s step-end forwards;
}
#intro-symbol {
  width: 190px;
  height: 190px;
  mix-blend-mode: screen;
  animation: logo-in var(--intro-fade) ease-out both;
}
.intro.is-leaving {
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--intro-fade) ease;
}
#skip-intro {
  position: absolute;
  bottom: max(24px, env(safe-area-inset-bottom));
  right: max(24px, env(safe-area-inset-right));
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 44px;
  border: 0;
  background: transparent;
  font-size: 12px;
  padding: 10px;
}
@keyframes logo-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes intro-failsafe {
  to {
    visibility: hidden;
    pointer-events: none;
  }
}
@media (min-width: 1600px) {
  .hero {
    min-height: 800px;
  }
}
@media (max-width: 1099px) {
  .site-header {
    height: 80px;
    gap: 18px;
  }
  .main-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: calc(-1 * var(--page));
    right: calc(-1 * var(--page));
    background: var(--bg);
    padding: 10px var(--page);
    border-bottom: 1px solid var(--line);
    gap: 20px;
    justify-content: space-between;
  }
  .js-ready .main-nav {
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 16px var(--page) 23px;
  }
  .js-ready .main-nav.is-open {
    display: flex;
  }
  .js-ready .main-nav a {
    font-size: 15px;
    min-height: 52px;
    border-bottom: 1px solid var(--line);
    padding: 10px 0;
  }
  .header-cta {
    margin-left: auto;
  }
  .js-ready .menu-toggle {
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    flex: none;
    margin-right: -10px;
  }
  .menu-toggle span {
    display: block;
    width: 17px;
    height: 1px;
    background: var(--white);
    transition: transform 0.2s;
  }
  .menu-toggle.is-open span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }
  .menu-toggle.is-open span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }
  body:not(.js-ready) .hero {
    padding-top: 120px;
  }
  .hero {
    min-height: 700px;
    display: block;
    padding-top: 56px;
  }
  h1 {
    font-size: 78px;
    letter-spacing: -4px;
  }
  .hero-art {
    display: none;
  }
  .section-shell {
    padding-block: 75px;
  }
  .experience-detail {
    margin-left: 90px;
    gap: 15px;
    align-items: flex-start;
    flex-direction: column;
  }
  .vr-section {
    gap: 6%;
    padding-top: 25px;
  }
  .vr-art {
    min-height: 380px;
  }
  .example-stage {
    min-height: 600px;
    padding: 35px 20px;
  }
  .example-phone {
    width: 225px;
  }
  .example-caption {
    flex-wrap: wrap;
    gap: 5px 18px;
  }
  .process h2 {
    font-size: 35px;
  }
  .process-steps h3 {
    font-size: 17px;
  }
  .contact {
    gap: 7%;
  }
  .contact h2 {
    font-size: 57px;
    letter-spacing: -2.5px;
  }
  .contact-form {
    gap: 17px 15px;
  }
  .faq {
    gap: 7%;
  }
  .faq h2 {
    font-size: 31px;
  }
}
@media (max-width: 767px) {
  :root {
    --page: max(
      24px,
      env(safe-area-inset-left, 0px),
      env(safe-area-inset-right, 0px)
    );
    scroll-padding-top: 95px;
  }
  .section-shell {
    padding-block: 58px;
  }
  .site-header {
    height: 73px;
    gap: 12px;
  }
  .brand {
    font-size: 20px;
    gap: 9px;
    letter-spacing: -0.6px;
  }
  .brand-mark {
    width: 29px;
    height: 29px;
  }
  .header-cta {
    gap: 13px;
    font-size: 12px;
    padding-left: 0;
  }
  .header-cta svg {
    width: 15px;
    height: 15px;
  }
  .hero {
    display: block;
    min-height: 659px;
    padding-top: 46px;
    padding-bottom: 85px;
  }
  .brand-lockup {
    font-size: 11px;
    margin-bottom: 40px;
  }
  h1 {
    font-size: clamp(56px, 10.7vw, 80px);
    letter-spacing: -3.1px;
    line-height: 1.02;
  }
  .hero-content > p {
    font-size: 14px;
    margin-top: 28px;
  }
  .hero-actions {
    gap: 30px;
    margin-top: 29px;
  }
  .hero-actions .button {
    font-size: 12px;
    padding-inline: 18px;
    gap: 22px;
  }
  .hero-actions .text-link {
    font-size: 12px;
    gap: 20px;
  }
  .hero-art {
    display: none;
  }
  .hero-bottom {
    font-size: 10px;
    bottom: 23px;
    gap: 20px;
  }
  .hero-bottom > span:first-child {
    max-width: 280px;
  }
  .eyebrow {
    font-size: 10px;
    margin-bottom: 23px;
  }
  h2 {
    font-size: 39px;
    letter-spacing: -1.5px;
  }
  .section-heading {
    display: block;
    margin-bottom: 35px;
  }
  .section-heading > .eyebrow {
    padding: 0;
  }
  .section-heading > h2 {
    width: auto;
  }
  .experience-item summary {
    grid-template-columns: 29px 1fr 22px;
    gap: 12px;
    padding-block: 22px;
    min-height: 89px;
  }
  .experience-item h3 {
    font-size: 24px;
    letter-spacing: -0.7px;
  }
  .item-number {
    font-size: 10px;
  }
  .expand-icon {
    font-size: 24px;
  }
  .experience-detail {
    margin: 0 0 20px 41px;
    gap: 12px;
  }
  .experience-detail p {
    font-size: 14px;
  }
  .experience-detail .text-link {
    font-size: 12px;
  }
  .vr-section {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 12px;
  }
  .vr-copy h2 {
    font-size: 62px;
    letter-spacing: -2.8px;
  }
  .vr-copy > p {
    font-size: 14px;
    margin-top: 25px;
  }
  .vr-copy .text-link {
    margin-top: 22px;
  }
  .vr-art {
    min-height: 330px;
  }
  .vr-art > span {
    font-size: 66px;
  }
  .vr-orbit {
    width: 45%;
    height: 77%;
  }
  .invitation-intro {
    margin-top: 25px;
    max-width: none;
  }
  .invitation-intro .text-link {
    margin-top: 13px;
  }
  .invitation-examples {
    gap: 18px;
  }
  .example-stage {
    min-height: 455px;
    padding: 27px 14px;
  }
  .example-phone {
    width: 175px;
    border-radius: 20px;
    padding: 4px;
  }
  .example-phone img {
    border-radius: 15px;
  }
  .example-caption {
    margin-top: 15px;
  }
  .example-caption h3 {
    font-size: 17px;
  }
  .example-caption > span {
    font-size: 10px;
    gap: 12px;
  }
  .example-caption h3 > span {
    font-size: 9px;
    margin-left: 5px;
  }
  .service-note {
    font-size: 11px;
    line-height: 1.7;
  }
  .case-section {
    padding-block: 43px;
    gap: 20px;
  }
  .case-section h2 {
    font-size: 34px;
    letter-spacing: -1px;
  }
  .case-section p {
    font-size: 13px;
    margin-top: 17px;
  }
  .case-symbol {
    font-size: 58px;
    padding-right: 0;
  }
  .process h2 {
    font-size: 36px;
  }
  .process-steps {
    grid-template-columns: 1fr 1fr;
    gap: 24px 25px;
  }
  .process-steps li {
    padding-top: 23px;
    padding-right: 0;
  }
  .process-steps li > span {
    margin-bottom: 15px;
  }
  .process-steps h3 {
    font-size: 19px;
  }
  .contact {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .contact h2 {
    font-size: 58px;
    letter-spacing: -2.8px;
  }
  .contact-copy > p {
    font-size: 14px;
    margin-top: 22px;
  }
  .contact-copy .text-link {
    margin-top: 13px;
  }
  .contact-form {
    gap: 17px 14px;
  }
  .form-field input,
  .form-field select,
  .form-field textarea {
    font-size: 16px;
    min-height: 52px;
  }
  .form-field input::placeholder {
    font-size: 13px;
  }
  .form-field label {
    font-size: 12px;
  }
  .form-bottom .button {
    font-size: 14px;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 29px;
  }
  .faq h2 {
    font-size: 35px;
  }
  .faq summary {
    min-height: 67px;
    font-size: 14px;
  }
  .faq details p {
    font-size: 14px;
  }
  .footer {
    padding-top: 32px;
    padding-bottom: max(16px, env(safe-area-inset-bottom));
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 20px;
  }
  .footer-top > span {
    order: 3;
    width: 100%;
    font-size: 11px;
  }
  .footer-top .text-link {
    font-size: 12px;
  }
}
@media (max-width: 550px) {
  .invitation-examples {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .example-stage {
    min-height: 570px;
    padding: 32px 22px;
  }
  .example-phone {
    width: 236px;
    border-radius: 25px;
    padding: 5px;
  }
  .example-phone img {
    border-radius: 19px;
  }
  .example-caption {
    flex-wrap: nowrap;
  }
  .example-caption h3 {
    font-size: 20px;
  }
  .example-caption > span {
    font-size: 11px;
  }
}
@media (max-width: 430px) {
  :root {
    --page: max(
      22px,
      env(safe-area-inset-left, 0px),
      env(safe-area-inset-right, 0px)
    );
  }
  .site-header {
    height: 70px;
    gap: 8px;
  }
  .brand {
    font-size: 19px;
    gap: 8px;
  }
  .brand-mark {
    width: 27px;
    height: 27px;
  }
  .header-cta {
    font-size: 11px;
    gap: 9px;
  }
  .js-ready .menu-toggle {
    margin-right: -10px;
  }
  .hero {
    min-height: 630px;
    padding-top: 43px;
  }
  h1 {
    font-size: clamp(51px, 13.2vw, 57px);
    letter-spacing: -2.4px;
  }
  .brand-lockup {
    margin-bottom: 38px;
    font-size: 11px;
  }
  .hero-content > p {
    margin-top: 28px;
  }
  .hero-actions {
    gap: 28px;
    margin-top: 27px;
  }
  .hero-actions .button {
    gap: 22px;
    padding-inline: 17px;
  }
  .hero-bottom {
    font-size: 9px;
  }
  .hero-bottom > span:first-child {
    max-width: 265px;
  }
  .section-shell {
    padding-block: 54px;
  }
  h2 {
    font-size: 37px;
  }
  .experience-item summary {
    grid-template-columns: 22px 1fr 18px;
    gap: 11px;
  }
  .experience-item h3 {
    font-size: 24px;
  }
  .experience-detail {
    margin-left: 33px;
  }
  .vr-section {
    padding-top: 12px;
  }
  .vr-copy h2 {
    font-size: 59px;
  }
  .vr-art {
    min-height: 320px;
  }
  .vr-orbit {
    width: 57%;
  }
  .case-section {
    padding-block: 39px;
  }
  .case-section h2 {
    font-size: 31px;
  }
  .case-section p {
    font-size: 12px;
  }
  .case-symbol {
    font-size: 44px;
  }
  .process h2 {
    font-size: 34px;
  }
  .process-steps h3 {
    font-size: 18px;
  }
  .contact h2 {
    font-size: 55px;
  }
  .contact-form .form-field:nth-of-type(2),
  .contact-form .form-field:nth-of-type(3) {
    grid-column: 1 / -1;
  }
  .form-field input,
  .form-field select,
  .form-field textarea {
    padding-inline: 10px;
  }
  .form-field input::placeholder {
    font-size: 12px;
  }
  .footer {
    padding-top: 30px;
    padding-bottom: max(16px, env(safe-area-inset-bottom));
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    animation-delay: 0ms !important;
    transition-duration: 0.01ms !important;
  }
  .reveal-pending {
    opacity: 1;
    transform: none;
  }
  .intro {
    animation: none !important;
  }
  #intro-symbol {
    animation: logo-in 0.15s ease both !important;
  }
  .intro.is-leaving {
    transition: opacity 0.15s ease !important;
  }
  .process-steps:before {
    transform: none;
  }
}
@media (prefers-contrast: more) {
  :root {
    --muted: #d4d4d4;
    --line: #6d6d6d;
  }
  .form-field input,
  .form-field select,
  .form-field textarea {
    border-color: #b7b7b7;
  }
  .form-field input::placeholder,
  .form-field textarea::placeholder {
    color: #ccc;
  }
  .vr-orbit {
    border-color: #aaa;
  }
}
@media print {
  .site-header,
  .intro,
  .hero-art,
  .hero-actions,
  .replay-button,
  .form-bottom {
    display: none !important;
  }
  body {
    color: black;
    background: white;
  }
  .section-shell {
    padding: 25px 0;
  }
  .hero {
    display: block;
    min-height: 0;
    padding: 20px 0;
  }
  h1 {
    font-size: 50px;
  }
  .hero-bottom {
    display: none;
  }
  p {
    color: #333 !important;
  }
}
