@font-face {
  font-family: "IBM Plex Sans";
  src: url("/assets/fonts/IBMPlexSans-Regular-Latin1.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("/assets/fonts/IBMPlexSans-Medium-Latin1.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("/assets/fonts/IBMPlexSans-SemiBold-Latin1.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/fonts/IBMPlexMono-Regular-Latin1.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/fonts/IBMPlexMono-Medium-Latin1.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Newsreader";
  src: url("/assets/fonts/Newsreader16pt-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Newsreader";
  src: url("/assets/fonts/Newsreader16pt-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #322920;
  --ink-mid: #756656;
  --ink-soft: #a59a8d;
  --border: #8e7c67;
  --paper-00: #efebe6;
  --paper-10: #e7ded5;
  --paper-20: #d9cdbf;
  --scene-00: #d8c8b6;
  --font-sans: "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, Consolas, monospace;
  --font-editorial: var(--font-sans);
  --page-width: 1240px;
  --reading-width: 65ch;
  --gutter: 24px;
  --target: 44px;
  --primary-target: 50px;
  --rule: 1px solid var(--ink-soft);
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 96px;
  --space-10: 128px;
}

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

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background: var(--paper-00);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.65;
}

body,
button,
a {
  -webkit-font-smoothing: antialiased;
}

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
p,
ul,
ol,
dl,
dd,
figure {
  margin: 0;
}

ul,
ol {
  padding: 0;
}

a {
  color: inherit;
}

::selection {
  background: var(--paper-20);
  color: var(--ink);
}

.page-shell {
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  overflow-x: clip;
  background: var(--paper-00);
}

.content-container {
  width: 100%;
  max-width: var(--page-width);
  margin-inline: auto;
  padding-inline-start: max(var(--gutter), env(safe-area-inset-left));
  padding-inline-end: max(var(--gutter), env(safe-area-inset-right));
}

.content-container[data-width="document"] {
  max-width: 1160px;
}

.content-container[data-width="record-block"] {
  max-width: 760px;
}

.content-container[data-width="copy"] {
  max-width: var(--reading-width);
}

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

.skip-link {
  position: absolute;
  z-index: 100;
  top: 8px;
  left: 8px;
  display: inline-flex;
  align-items: center;
  min-height: var(--target);
  padding-inline: 16px;
  background: var(--ink);
  color: var(--paper-00);
  font-weight: 500;
  text-decoration: none;
  transform: translateY(-160%);
}

.skip-link:focus-visible {
  transform: translateY(0);
}

a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--border);
  outline-offset: 2px;
}

.site-masthead {
  border-bottom: var(--rule);
  background: var(--paper-00);
}

.site-masthead-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-block: 12px 8px;
}

.brand-link,
.brand-lockup {
  display: inline-flex;
  width: max-content;
  min-height: var(--target);
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
}

.brand-symbol {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  background: var(--ink);
  -webkit-mask: url("/assets/brand/isotipo-web-currentcolor.svg") no-repeat center / contain;
  mask: url("/assets/brand/isotipo-web-currentcolor.svg") no-repeat center / contain;
}

.wordmark-image {
  display: inline-block;
  flex: 0 0 auto;
  background: var(--ink);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.wordmark-image[data-size="standard"] {
  width: clamp(144px, 16vw, 170px);
  aspect-ratio: 4240 / 748;
  -webkit-mask-image: url("/assets/brand/eidoku-wordmark-standard.svg");
  mask-image: url("/assets/brand/eidoku-wordmark-standard.svg");
}

.wordmark-image[data-size="micro"] {
  width: 119px;
  aspect-ratio: 4440 / 748;
  -webkit-mask-image: url("/assets/brand/eidoku-wordmark-micro.svg");
  mask-image: url("/assets/brand/eidoku-wordmark-micro.svg");
}

.site-nav ul {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: space-between;
  gap: 8px;
  list-style: none;
}

.site-nav a {
  position: relative;
  display: inline-flex;
  min-width: var(--target);
  min-height: var(--target);
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.065em;
  line-height: 1.25;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.page-main {
  flex: 1;
}

.home-opening {
  display: grid;
  padding-block: var(--space-8);
}

.home-opening-inner {
  display: grid;
  gap: var(--space-5);
}

.functional-label,
.section-label {
  font-size: 0.866rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.phase-title,
.section-title,
.editorial-heading {
  font-family: var(--font-editorial);
  font-weight: 400;
}

.home-title {
  max-width: 24ch;
  font-family: var(--font-sans);
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.15;
  text-transform: uppercase;
}

.home-hero-media,
.phase-hero-media {
  width: 100%;
  margin: 0;
}

.phase-hero-media {
  grid-column: 1 / -1;
}

.home-hero-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--scene-00);
}

.home-hero-video,
.home-hero-reduced-motion,
.phase-hero-image {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--scene-00);
}

.home-hero-reduced-motion {
  display: none;
}

.hero-motion-toggle {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: none;
  min-width: var(--target);
  min-height: var(--target);
  align-items: center;
  justify-content: center;
  padding-inline: 14px;
  border: 1px solid color-mix(in srgb, var(--paper-00) 55%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--ink) 82%, transparent);
  color: var(--paper-00);
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.045em;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

.home-hero-frame.is-motion-ready .hero-motion-toggle {
  display: inline-flex;
}

.hero-motion-toggle:hover,
.hero-motion-toggle:focus-visible {
  background: var(--ink);
}

.home-hero-frame.is-video-fallback .home-hero-video,
.home-hero-frame.is-video-fallback .hero-motion-toggle {
  display: none;
}

.home-hero-frame.is-video-fallback .home-hero-reduced-motion {
  display: block;
}

.editorial-media-note {
  margin-top: var(--space-3);
  color: var(--ink-mid);
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.045em;
  line-height: 1.45;
  text-transform: uppercase;
}

.hero-media-placeholder {
  display: grid;
  aspect-ratio: 16 / 9;
  place-items: center;
  padding: var(--space-5);
  border: var(--rule);
  background: var(--scene-00);
  text-align: center;
}

.editorial-block {
  border-top: var(--rule);
  padding-block: var(--space-8);
}

.section-grid {
  display: grid;
  gap: var(--space-6);
}

.section-copy {
  display: grid;
  gap: var(--space-5);
  max-width: var(--reading-width);
}

.section-title {
  max-width: 100%;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.section-copy > p,
.phase-description,
.phase-intro,
.body-copy,
.note-copy {
  max-width: var(--reading-width);
}

.process-list,
.dimension-list {
  display: grid;
  list-style: none;
  border-top: var(--rule);
}

.process-list li,
.dimension-list > div {
  display: grid;
  gap: 8px;
  padding-block: 18px;
  border-bottom: var(--rule);
}

.sequence-term,
.dimension-list dt {
  font-family: var(--font-mono);
  font-size: 0.866rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.45;
  text-transform: uppercase;
}

.dimension-list dd {
  line-height: 1.65;
}

.phase-index {
  border-top: var(--rule);
}

.phase-entry {
  display: grid;
  gap: 24px;
  padding-block: 40px;
  border-bottom: var(--rule);
}

.phase-title-link {
  --phase-symbol-cell: 1.08em;
  --phase-symbol-size: 0.48em;
  position: relative;
  isolation: isolate;
  display: inline-grid;
  grid-template-columns: auto auto;
  width: fit-content;
  max-width: 100%;
  align-items: stretch;
  overflow: hidden;
  border-radius: clamp(12px, 1.5vw, 20px);
  color: inherit;
  font-family: var(--font-editorial);
  font-size: clamp(2.35rem, 7vw, 6.4rem);
  font-weight: 300;
  letter-spacing: -0.035em;
  line-height: 0.98;
  text-decoration: none;
  transition: color 220ms ease;
}

.phase-title-link::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  background: var(--ink);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.phase-title-text {
  display: flex;
  min-height: 1.2em;
  align-items: center;
  padding: 0.11em 0.18em;
}

.phase-link-symbol {
  display: grid;
  width: 0;
  place-items: center;
  overflow: hidden;
  opacity: 0;
  transition: width 260ms cubic-bezier(0.22, 1, 0.36, 1), opacity 160ms ease;
}

.phase-link-symbol::before {
  content: "";
  width: var(--phase-symbol-size);
  aspect-ratio: 1;
  background: var(--paper-00);
  -webkit-mask: url("/assets/brand/isotipo-web-currentcolor.svg") no-repeat center / contain;
  mask: url("/assets/brand/isotipo-web-currentcolor.svg") no-repeat center / contain;
  opacity: 0;
  transform: translateX(-0.12em) scale(0.72) rotate(-40deg);
  transition:
    opacity 150ms ease 55ms,
    transform 240ms cubic-bezier(0.22, 1, 0.36, 1) 40ms;
}

.phase-title-link:hover,
.phase-title-link:focus-visible,
.phase-title-link.is-loading {
  color: var(--paper-00);
}

.phase-title-link:hover::before,
.phase-title-link:focus-visible::before,
.phase-title-link.is-loading::before {
  transform: scaleX(1);
}

.phase-title-link:hover .phase-link-symbol,
.phase-title-link:focus-visible .phase-link-symbol,
.phase-title-link.is-loading .phase-link-symbol {
  width: var(--phase-symbol-cell);
  opacity: 1;
}

.phase-title-link:hover .phase-link-symbol::before,
.phase-title-link:focus-visible .phase-link-symbol::before,
.phase-title-link.is-loading .phase-link-symbol::before {
  opacity: 1;
  transform: translateX(0) scale(1) rotate(0);
}

.phase-title-link.is-loading .phase-link-symbol::before {
  animation: phase-symbol-loading 520ms linear infinite;
}

@keyframes phase-symbol-loading {
  to {
    transform: rotate(360deg);
  }
}

@media (hover: none) and (pointer: coarse) {
  .phase-title-link {
    color: var(--paper-00);
  }

  .phase-title-link::before {
    transform: scaleX(1);
    transition: none;
  }

  .phase-title-link .phase-link-symbol {
    width: var(--phase-symbol-cell);
    opacity: 1;
    transition: none;
  }

  .phase-title-link .phase-link-symbol::before {
    opacity: 1;
    transform: translateX(0) scale(1) rotate(0);
    transition: none;
  }

  .phase-title-link.is-loading .phase-link-symbol::before {
    animation: none;
  }
}

.phase-meta {
  display: grid;
  align-content: start;
  gap: 12px;
}

.status {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.045em;
  line-height: 1.45;
  text-transform: uppercase;
}

.status + .status {
  margin-top: -6px;
}

.phase-page-opening {
  display: grid;
  padding-block: var(--space-8);
  border-bottom: var(--rule);
}

.phase-page-grid {
  display: grid;
  gap: var(--space-6);
}

.phase-title {
  font-size: clamp(2.35rem, 8vw, 7rem);
  font-weight: 300;
  letter-spacing: -0.045em;
  line-height: 0.94;
  white-space: nowrap;
}

.phase-page-meta {
  display: grid;
  align-content: center;
  align-self: center;
  gap: 16px;
}

.phase-intro {
  font-size: clamp(1.08rem, 1.8vw, 1.34rem);
  line-height: 1.55;
}

.scope-list {
  display: grid;
  gap: 12px;
  padding-left: 1.25rem;
}

.scope-list li::marker {
  color: var(--border);
}

.boundary-note {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: var(--rule);
  background: var(--paper-10);
}

.current-state {
  display: grid;
  gap: 16px;
  max-width: var(--reading-width);
}

.site-footer {
  margin-top: auto;
  border-top: var(--rule);
}

.site-footer-inner {
  display: flex;
  align-items: center;
  min-height: 128px;
  padding-block: 32px;
}

.phase-site-footer .site-footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: clamp(12px, 3vw, 32px);
  min-height: 152px;
}

.home-site-footer .site-footer-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas:
    "instagram tiktok"
    "top top"
    "youtube email";
  gap: 12px 8px;
  min-height: 224px;
}

.footer-instagram {
  grid-area: instagram;
}

.footer-tiktok {
  grid-area: tiktok;
}

.footer-top-link {
  grid-area: top;
  display: grid;
  width: var(--target);
  height: var(--target);
  place-self: center;
  place-items: center;
  color: var(--ink);
  text-decoration: none;
}

.footer-top-link .brand-symbol {
  width: 30px;
  height: 30px;
  flex-basis: 30px;
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.footer-top-fallback {
  display: none;
}

.footer-top-link:hover .brand-symbol,
.footer-top-link:focus-visible .brand-symbol {
  transform: translateY(-3px);
}

.footer-youtube {
  grid-area: youtube;
}

.footer-email {
  grid-area: email;
}

.footer-social-link {
  display: inline-flex;
  min-width: 0;
  min-height: var(--target);
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-inline: 8px;
  color: var(--ink);
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-social-link:hover,
.footer-social-link:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.35em;
}

.footer-social-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.footer-social-icon-dot,
.footer-social-icon-fill {
  fill: currentColor;
  stroke: none;
}

.footer-home-link {
  display: grid;
  min-width: 64px;
  min-height: 64px;
  gap: 4px;
  place-items: center;
  color: var(--ink);
  text-decoration: none;
}

.footer-home-label {
  font-family: var(--font-mono);
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1;
  text-transform: uppercase;
}

.footer-home-link .brand-symbol {
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.footer-home-link:hover .brand-symbol,
.footer-home-link:focus-visible .brand-symbol {
  transform: translateY(-3px);
}

.phase-footer-link {
  --footer-symbol-cell: 2rem;
  --footer-symbol-size: 0.82rem;
  position: relative;
  isolation: isolate;
  display: inline-grid;
  grid-template-columns: auto auto;
  width: fit-content;
  max-width: 100%;
  min-height: var(--target);
  align-items: stretch;
  overflow: hidden;
  border-radius: 10px;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: clamp(0.72rem, 1.05vw, 0.88rem);
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 220ms ease;
}

.phase-footer-link::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  background: var(--ink);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.phase-footer-link-text {
  display: flex;
  align-items: center;
  padding: 0.7rem 0.72rem;
  white-space: nowrap;
}

.phase-footer-symbol {
  display: grid;
  width: 0;
  place-items: center;
  overflow: hidden;
  opacity: 0;
  transition: width 260ms cubic-bezier(0.22, 1, 0.36, 1), opacity 160ms ease;
}

.phase-footer-symbol::before {
  content: "";
  width: var(--footer-symbol-size);
  aspect-ratio: 1;
  background: var(--paper-00);
  -webkit-mask: url("/assets/brand/isotipo-web-currentcolor.svg") no-repeat center / contain;
  mask: url("/assets/brand/isotipo-web-currentcolor.svg") no-repeat center / contain;
  opacity: 0;
  transform: translateX(-0.12rem) scale(0.72) rotate(-40deg);
  transition:
    opacity 150ms ease 55ms,
    transform 240ms cubic-bezier(0.22, 1, 0.36, 1) 40ms;
}

.phase-footer-link:hover,
.phase-footer-link:focus-visible {
  color: var(--paper-00);
}

.phase-footer-link:hover::before,
.phase-footer-link:focus-visible::before {
  transform: scaleX(1);
}

.phase-footer-link:hover .phase-footer-symbol,
.phase-footer-link:focus-visible .phase-footer-symbol {
  width: var(--footer-symbol-cell);
  opacity: 1;
}

.phase-footer-link:hover .phase-footer-symbol::before,
.phase-footer-link:focus-visible .phase-footer-symbol::before {
  opacity: 1;
  transform: translateX(0) scale(1) rotate(0);
}

.phase-footer-link-left {
  justify-self: start;
}

.phase-footer-link-right {
  justify-self: end;
}

.empty-state {
  display: grid;
  flex: 1;
  align-items: center;
  padding-block: var(--space-8);
}

.empty-state-card {
  display: grid;
  justify-items: start;
  gap: 20px;
  max-width: 44rem;
}

.empty-state-title {
  font-family: var(--font-editorial);
  font-size: clamp(2.5rem, 8vw, 6rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.03em;
}

.primary-action {
  display: inline-flex;
  min-height: var(--primary-target);
  align-items: center;
  justify-content: center;
  padding-inline: 24px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper-00);
  font-weight: 500;
  text-decoration: none;
}

.primary-action:hover {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

@media (min-width: 640px) {
  :root {
    --gutter: 32px;
  }

  .process-list li,
  .dimension-list > div {
    grid-template-columns: minmax(130px, 0.34fr) 1fr;
    gap: 24px;
  }

  .phase-entry {
    grid-template-columns: minmax(0, 1.4fr) minmax(240px, 0.6fr);
    align-items: center;
    padding-block: 56px;
  }
}

@media (min-width: 768px) {
  :root {
    --gutter: 48px;
  }

  .site-masthead-inner {
    min-height: 84px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding-block: 16px;
  }

  .site-nav ul {
    display: flex;
    justify-content: flex-end;
    gap: 32px;
  }

  .site-nav a {
    font-size: 0.866rem;
  }

  .section-grid {
    grid-template-columns: minmax(260px, 0.94fr) minmax(0, 1.06fr);
    gap: clamp(40px, 6vw, 96px);
  }

  .phase-page-grid {
    grid-template-columns: minmax(0, 1.5fr) minmax(240px, 0.5fr);
    grid-template-rows: auto auto;
    column-gap: 64px;
    row-gap: var(--space-7);
  }

  .phase-title {
    align-self: center;
  }

  .phase-hero-media {
    grid-row: 2;
  }

  .home-site-footer .site-footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr)) auto repeat(2, minmax(0, 1fr));
    grid-template-areas: "instagram tiktok top youtube email";
    gap: clamp(8px, 1.5vw, 24px);
    min-height: 152px;
  }

  .footer-social-link {
    font-size: 0.75rem;
  }
}

@media (min-width: 1100px) {
  :root {
    --gutter: 64px;
  }

  .editorial-block {
    padding-block: var(--space-9);
  }

  .home-opening,
  .phase-page-opening {
    padding-block: var(--space-9);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-video {
    display: none;
  }

  .home-hero-reduced-motion {
    display: block;
  }

  .home-hero-frame.is-motion-ready .hero-motion-toggle {
    display: none;
  }

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

@media (forced-colors: active) {
  .brand-symbol {
    display: none;
  }

  .wordmark-image {
    width: auto !important;
    aspect-ratio: auto;
    background: none;
    -webkit-mask-image: none !important;
    mask-image: none !important;
    font-family: var(--font-sans);
    font-weight: 600;
    letter-spacing: 0.14em;
    line-height: 1;
  }

  .wordmark-image .visually-hidden {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip-path: none;
    white-space: normal;
  }
}

@media print {
  .skip-link,
  .site-nav {
    display: none;
  }

  body,
  .page-shell {
    background: white;
  }

  .home-hero-video {
    display: none;
  }

  .home-hero-reduced-motion {
    display: block;
  }

  .home-hero-frame.is-motion-ready .hero-motion-toggle {
    display: none;
  }

  .brand-symbol {
    display: none;
  }

  .wordmark-image {
    width: auto !important;
    aspect-ratio: auto;
    background: none;
    -webkit-mask-image: none !important;
    mask-image: none !important;
    font-family: var(--font-sans);
    font-weight: 600;
    letter-spacing: 0.14em;
    line-height: 1;
  }

  .wordmark-image .visually-hidden {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip-path: none;
    white-space: normal;
  }
}
