@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope/manrope-200.woff") format("woff");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope/manrope-300.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope/manrope-400.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope/manrope-500.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope/manrope-600.woff") format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope/manrope-700.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope/manrope-800.woff") format("woff");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

:root {
  --sh-void: #0b0414;
  --sh-ground: #150c26;
  --sh-surface: #1e1338;
  --sh-surface-2: #281a46;
  --sh-line: rgba(244, 237, 250, 0.16);
  --sh-line-dark: rgba(21, 12, 38, 0.14);
  --sh-ink: #f8f5fb;
  --sh-paper: #f7f4f8;
  --sh-paper-2: #eee9f2;
  --sh-dark-ink: #160d23;
  --sh-muted: #c8bdd8;
  --sh-dark-muted: #51475c;
  --sh-violet: #8b5cf6;
  --sh-purple-dark: #6d3fa0;
  --sh-pink: #f0568c;
  --sh-live: #4fd1b8;
  --sh-warn: #e8a33d;
  --sh-roadmap: #c48cff;
  --sh-gradient: linear-gradient(118deg, #8b5cf6 0%, #f0568c 100%);
  --sh-hero-title-gradient: linear-gradient(180deg, #5f32bf 0%, #9b4fd1 50%, #e05a8b 100%);
  --sh-arrow-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 12 12 4M5 4h7v7' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --sh-shell: min(1240px, calc(100vw - 64px));
  --sh-nav-h: 76px;
  --sh-hero-height: calc(100svh - var(--sh-nav-h));
  --sh-radius: 20px;
  --sh-ease: cubic-bezier(0.2, 0.75, 0.25, 1);
}

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

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  background: var(--sh-void);
}

body.sh-site {
  margin: 0;
  background: var(--sh-ground);
  color: var(--sh-ink);
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.sh-site.is-menu-open,
body.sh-site.is-nav-open {
  overflow: hidden;
}

img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

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

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

:focus-visible {
  outline: 3px solid var(--sh-pink);
  outline-offset: 4px;
}

::selection {
  background: var(--sh-pink);
  color: var(--sh-ground);
}

.sh-u-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.sh-skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--sh-pink);
  color: var(--sh-ground);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: translateY(-140%);
}

.sh-skip-link:focus {
  transform: none;
}

.sh-shell,
.sh-l-wrap {
  width: var(--sh-shell);
  margin-inline: auto;
}

.sh-l-stack {
  display: flex;
  flex-direction: column;
  gap: var(--stack-gap, 24px);
}

.sh-l-cluster {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--cluster-gap, 14px);
}

.sh-l-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(36px, 7vw, 108px);
  align-items: center;
}

.sh-kicker,
.sh-section__eyebrow,
.sh-hero__eyebrow,
.sh-label,
.sh-mono {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.25;
  text-transform: uppercase;
}

.sh-mono,
.sh-state,
.sh-data-table,
.sh-year {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
}

.sh-gradient-text {
  background: var(--sh-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sh-display,
.sh-hero__title,
.sh-page-hero__title,
.sh-section__title,
.sh-cta-band__title {
  margin-bottom: 0;
  font-weight: 200;
  letter-spacing: -0.03em;
  line-height: 1.08;
  text-wrap: balance;
}

.sh-hero__sub {
  margin: 18px 0 0;
}

.sh-display,
.sh-hero__title {
  font-size: clamp(58px, 8.4vw, 122px);
}

.sh-section__title,
.sh-page-hero__title,
.sh-cta-band__title {
  font-size: clamp(44px, 5.8vw, 82px);
}

.sh-section__body,
.sh-hero__body,
.sh-page-hero__body,
.sh-lead {
  max-width: 58ch;
  color: var(--sh-muted);
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 300;
  line-height: 1.55;
}

.sh-button {
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
  transition: transform 220ms var(--sh-ease), background-color 220ms ease,
    color 220ms ease, border-color 220ms ease;
}

.sh-button::after,
.sh-link::after {
  content: "";
  font-size: 1.1em;
}

.sh-button:hover,
.sh-button:focus-visible {
  transform: translateY(-2px);
}

.sh-button--primary {
  background: var(--sh-pink);
  color: var(--sh-ground);
}

.sh-button--primary:hover {
  background: #fb80a8;
}

.sh-button--ghost {
  border-color: rgba(255, 255, 255, 0.48);
  color: var(--sh-ink);
  background: rgba(21, 12, 38, 0.2);
  backdrop-filter: blur(10px);
}

.sh-button--dark {
  background: var(--sh-ground);
  color: var(--sh-ink);
}

.sh-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.sh-link::after {
  transition: transform 220ms var(--sh-ease);
}

.sh-link:hover::after {
  transform: translate(3px, -3px);
}

/* Shared navigation */
.sh-nav {
  position: sticky;
  z-index: 100;
  top: 0;
  height: var(--sh-nav-h);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(11, 4, 20, 0.9);
  backdrop-filter: blur(18px) saturate(130%);
}

.sh-nav__inner {
  width: min(1376px, calc(100vw - 48px));
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.sh-nav__brand {
  flex: 0 0 auto;
  width: 150px;
}

.sh-nav__brand img {
  width: 150px;
  height: auto;
}

.sh-nav__menu,
.sh-nav__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2vw, 30px);
}

.sh-nav__menu > a,
.sh-nav__links > a,
.sh-nav__item > a,
.sh-nav__item > summary {
  position: relative;
  padding: 30px 0 27px;
  border: 0;
  color: rgba(248, 245, 251, 0.84);
  background: none;
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  list-style: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.sh-nav__item > summary::-webkit-details-marker {
  display: none;
}

.sh-nav__menu > a::after,
.sh-nav__links > a::after,
.sh-nav__item > a::after,
.sh-nav__item > summary::after {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 2px;
  background: var(--sh-gradient);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms var(--sh-ease);
}

.sh-nav__menu > a:hover::after,
.sh-nav__links > a:hover::after,
.sh-nav__item > a:hover::after,
.sh-nav__item[open] > summary::after {
  transform: scaleX(1);
}

.sh-nav__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sh-nav__cta {
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--sh-pink);
  color: var(--sh-ground);
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.sh-nav__toggle {
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  display: none;
  background: transparent;
  color: var(--sh-ink);
  cursor: pointer;
}

.sh-nav__toggle span,
.sh-nav__toggle::before,
.sh-nav__toggle::after {
  width: 18px;
  height: 1px;
  margin-inline: auto;
  display: block;
  background: currentColor;
  content: "";
  transition: transform 220ms var(--sh-ease), opacity 220ms ease;
}

.sh-nav__toggle::before {
  transform: translateY(-5px);
}

.sh-nav__toggle::after {
  transform: translateY(5px);
}

.is-menu-open .sh-nav__toggle span {
  opacity: 0;
}

.is-menu-open .sh-nav__toggle::before {
  transform: translateY(1px) rotate(45deg);
}

.is-menu-open .sh-nav__toggle::after {
  transform: translateY(-1px) rotate(-45deg);
}

.sh-nav__panel,
.sh-nav__dropdown {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  width: min(720px, calc(100vw - 48px));
  padding: 22px;
  border: 1px solid var(--sh-line);
  border-radius: 0 0 18px 18px;
  background: rgba(21, 12, 38, 0.98);
  box-shadow: 0 28px 60px rgba(3, 1, 8, 0.34);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  transform: translateX(-50%);
}

.sh-nav__panel a,
.sh-nav__dropdown a {
  padding: 14px 16px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: background 180ms ease;
}

.sh-nav__panel a:hover,
.sh-nav__dropdown a:hover {
  background: var(--sh-surface-2);
}

.sh-nav__panel strong,
.sh-nav__dropdown strong {
  font-size: 14px;
  font-weight: 600;
}

.sh-nav__panel span,
.sh-nav__dropdown span {
  color: var(--sh-muted);
  font-size: 12px;
}

.sh-nav__dropdown :is(strong, span) {
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sh-nav__item--dropdown {
  position: relative;
}

.sh-nav__details {
  position: relative;
}

.sh-nav__details > summary {
  position: relative;
  min-height: var(--sh-nav-h);
  padding: 0;
  border: 0;
  color: rgba(248, 245, 251, 0.84);
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  list-style: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.sh-nav__details > summary::-webkit-details-marker {
  display: none;
}

.sh-nav__details > summary::after {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 2px;
  background: var(--sh-gradient);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms var(--sh-ease);
}

.sh-nav__details[open] > summary::after,
.sh-nav__details > summary:hover::after {
  transform: scaleX(1);
}

.sh-nav__chevron {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  display: block;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 180ms ease;
}

.sh-nav__details[open] .sh-nav__chevron {
  transform: translateY(2px) rotate(225deg);
}

.sh-nav__details .sh-nav__dropdown {
  left: 50%;
  width: min(760px, calc(100vw - 48px));
}

.sh-nav__dropdown .sh-nav__overview {
  margin-bottom: 6px;
  border-bottom: 1px solid var(--sh-line);
  border-radius: 10px 10px 0 0;
  grid-column: 1 / -1;
}

.sh-nav__dropdown .sh-nav__overview strong {
  color: #f3d69c;
}

/* Image-led dropdowns keep each destination recognizable without adding page weight. */
.sh-nav__dropdown a:not(.sh-nav__overview) {
  min-height: 78px;
  padding: 10px;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 12px;
  align-content: center;
}

.sh-nav__dropdown a:not(.sh-nav__overview)::before {
  width: 76px;
  height: 58px;
  border: 1px solid rgba(248, 245, 251, 0.14);
  border-radius: 8px;
  background-color: var(--sh-surface-2);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  grid-row: 1 / 3;
  transition: border-color 180ms ease, filter 180ms ease, transform 220ms var(--sh-ease);
}

.sh-nav__dropdown a:not(.sh-nav__overview):hover::before,
.sh-nav__dropdown a:not(.sh-nav__overview):focus-visible::before {
  border-color: rgba(243, 214, 156, 0.72);
  filter: saturate(1.08) brightness(1.04);
  transform: scale(1.025);
}

.sh-nav__dropdown a:not(.sh-nav__overview) > :is(strong, span) {
  min-width: 0;
  grid-column: 2;
}

.sh-nav__dropdown a[data-nav-media="program-aurevia"]::before { background-image: url("../images/shiora-nav-program-aurevia-v2.webp"); }
.sh-nav__dropdown a[data-nav-media="program-altheon"]::before { background-image: url("../images/shiora-nav-program-altheon-v2.webp"); }
.sh-nav__dropdown a[data-nav-media="program-amarae"]::before { background-image: url("../images/shiora-nav-program-amarae-v2.webp"); }
.sh-nav__dropdown a[data-nav-media="program-serenya"]::before { background-image: url("../images/shiora-nav-program-serenya-v2.webp"); }
.sh-nav__dropdown a[data-nav-media="program-vyora"]::before { background-image: url("../images/shiora-nav-program-vyora-v2.webp"); }
.sh-nav__dropdown a[data-nav-media="program-elyra"]::before { background-image: url("../images/shiora-nav-program-elyra-v2.webp"); }
.sh-nav__dropdown a[data-nav-media="audience-individuals"]::before { background-image: url("../images/shiora-nav-audience-individuals-v2.webp"); }
.sh-nav__dropdown a[data-nav-media="audience-clinics"]::before { background-image: url("../images/shiora-nav-audience-clinics-v2.webp"); }
.sh-nav__dropdown a[data-nav-media="audience-employers"]::before { background-image: url("../images/shiora-nav-audience-employers-v2.webp"); }
.sh-nav__dropdown a[data-nav-media="audience-healthplans"]::before { background-image: url("../images/shiora-nav-audience-healthplans-v2.webp"); }
.sh-nav__dropdown a[data-nav-media="audience-governments"]::before { background-image: url("../images/shiora-nav-audience-governments-v2.webp"); }
.sh-nav__dropdown a[data-nav-media="audience-researchers"]::before { background-image: url("../images/shiora-nav-audience-researchers-v2.webp"); }
.sh-nav__dropdown a[data-nav-media="company-about"]::before { background-image: url("../images/shiora-nav-company-about-v1.webp"); }
.sh-nav__dropdown a[data-nav-media="company-trust"]::before { background-image: url("../images/shiora-nav-company-trust-v1.webp"); }
.sh-nav__dropdown a[data-nav-media="company-partners"]::before { background-image: url("../images/shiora-nav-company-partners-v1.webp"); }
.sh-nav__dropdown a[data-nav-media="company-careers"]::before { background-image: url("../images/shiora-nav-company-careers-v1.webp"); }
.sh-nav__dropdown a[data-nav-media="company-contact"]::before { background-image: url("../images/shiora-nav-company-contact-v1.webp"); }

.sh-nav__dropdown--company-media .sh-nav__overview--label {
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sh-nav__details .sh-nav__dropdown--company-media {
  right: 0;
  left: auto;
  transform: none;
}

.sh-nav__dropdown--company-media > a[data-nav-media="company-contact"] {
  grid-column: 1 / -1;
}

/* Command search */
body.sh-site.is-search-open {
  overflow: hidden;
}

.sh-search-trigger {
  min-height: 40px;
  padding: 0 10px 0 13px;
  border: 1px solid rgba(248, 245, 251, 0.24);
  border-radius: 999px;
  background: rgba(248, 245, 251, 0.05);
  color: var(--sh-ink);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: border-color 180ms ease, background 180ms ease, transform 220ms var(--sh-ease);
}

.sh-search-trigger:hover,
.sh-search-trigger:focus-visible {
  border-color: rgba(196, 140, 255, 0.72);
  background: rgba(139, 92, 246, 0.14);
  transform: translateY(-1px);
}

.sh-search-trigger svg,
.sh-search__field svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.6;
}

.sh-search-trigger kbd,
.sh-search__field kbd,
.sh-search__hint kbd {
  border: 1px solid rgba(248, 245, 251, 0.18);
  border-radius: 6px;
  background: rgba(248, 245, 251, 0.08);
  color: rgba(248, 245, 251, 0.74);
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1;
}

.sh-search-trigger kbd {
  padding: 6px 7px;
}

.sh-search-trigger--mobile {
  display: none;
}

.sh-search[hidden] {
  display: none;
}

.sh-search {
  position: fixed;
  z-index: 700;
  inset: 0;
  padding: max(28px, 7svh) 20px 28px;
  display: grid;
  place-items: start center;
}

.sh-search__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(5, 2, 10, 0.82);
  cursor: default;
  backdrop-filter: blur(18px);
}

.sh-search__panel {
  position: relative;
  width: min(880px, 100%);
  max-height: min(780px, calc(100svh - 56px));
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid rgba(196, 140, 255, 0.26);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(40, 26, 70, 0.99), rgba(16, 8, 29, 0.99));
  box-shadow: 0 34px 100px rgba(3, 1, 8, 0.58);
  overflow-y: auto;
  animation: sh-search-enter 280ms var(--sh-ease) both;
}

@keyframes sh-search-enter {
  from {
    opacity: 0;
    transform: translateY(-14px) scale(0.985);
  }
}

.sh-search__head {
  margin-bottom: 26px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: start;
}

.sh-search__head .sh-kicker {
  margin-bottom: 10px;
  color: #f3d69c;
}

.sh-search__head h2 {
  max-width: 17ch;
  margin: 0;
  font-size: clamp(30px, 4.2vw, 50px);
  font-weight: 200;
  letter-spacing: -0.05em;
  line-height: 1.04;
}

.sh-search__close {
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(248, 245, 251, 0.24);
  border-radius: 50%;
  background: transparent;
  color: var(--sh-ink);
  cursor: pointer;
}

.sh-search__close::before,
.sh-search__close::after {
  position: absolute;
  top: 21px;
  left: 12px;
  width: 18px;
  height: 1px;
  background: currentColor;
  content: "";
}

.sh-search__close::before {
  transform: rotate(45deg);
}

.sh-search__close::after {
  transform: rotate(-45deg);
}

.sh-search__field {
  min-height: 64px;
  padding: 0 16px 0 20px;
  border: 1px solid rgba(248, 245, 251, 0.22);
  border-radius: 14px;
  background: rgba(248, 245, 251, 0.07);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  color: var(--sh-muted);
}

.sh-search__field:focus-within {
  border-color: var(--sh-roadmap);
  box-shadow: 0 0 0 3px rgba(196, 140, 255, 0.12);
}

.sh-search__field input {
  min-width: 0;
  padding: 18px 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--sh-ink);
  font-size: clamp(15px, 1.5vw, 18px);
}

.sh-search__field input::placeholder {
  color: rgba(200, 189, 216, 0.62);
}

.sh-search__field kbd {
  padding: 7px 9px;
}

.sh-search__status {
  margin: 16px 0 12px;
  color: var(--sh-muted);
  font-size: 12px;
}

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

.sh-search__results li {
  border-bottom: 1px solid var(--sh-line);
}

.sh-search__results a {
  padding: 16px 4px;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  transition: color 180ms ease, padding 220ms var(--sh-ease);
}

.sh-search__results a:hover,
.sh-search__results a:focus-visible {
  padding-left: 12px;
  color: #f3d69c;
}

.sh-search__type {
  color: var(--sh-roadmap);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sh-search__title {
  font-size: 15px;
  font-weight: 500;
}

.sh-search__arrow {
  font-size: 17px;
}

.sh-search__hint {
  margin: 16px 0 0;
  color: rgba(200, 189, 216, 0.68);
  font-size: 10px;
  text-align: right;
}

.sh-search__hint kbd {
  margin-right: 5px;
  padding: 4px 6px;
}

/* Hero systems */
.sh-hero,
.sh-page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.sh-hero--home {
  min-height: calc(100svh - var(--sh-nav-h));
  background: #f4efe9;
  color: var(--sh-dark-ink);
  display: flex;
  align-items: center;
}

.sh-hero__media,
.sh-page-hero__media {
  position: absolute;
  z-index: -2;
  inset: 0;
}

.sh-hero__media picture,
.sh-hero__media img,
.sh-page-hero__media picture,
.sh-page-hero__media img {
  width: 100%;
  height: 100%;
}

.sh-hero__media img,
.sh-page-hero__media img {
  object-fit: cover;
}

.sh-hero--home::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(248, 244, 239, 0.76) 0%, rgba(248, 244, 239, 0.44) 30%, rgba(248, 244, 239, 0.08) 52%, transparent 66%);
  content: "";
  pointer-events: none;
}

.sh-hero__content {
  width: var(--sh-shell);
  margin-inline: auto;
  padding: 64px 0;
}

.sh-hero--home .sh-hero__content {
  max-width: none;
  padding-block: 36px;
  margin-top: clamp(28px, 5vh, 64px);
}

.sh-hero--home .sh-hero__eyebrow {
  margin-bottom: 20px;
  color: #6e2d65;
}

.sh-hero--home .sh-hero__title {
  max-width: 13ch;
  color: var(--sh-ground);
  font-size: clamp(56px, 6.4vw, 92px);
}

.sh-hero--home .sh-hero__title span {
  color: #7a2e76;
}

.sh-hero--home .sh-hero__title .sh-hero-line {
  display: block;
  color: #7a2e76;
  white-space: nowrap;
}

.sh-hero--home .sh-hero__title :is(.sh-hero-line--ink, .sh-hero-line--journey, .sh-hero-line--home) {
  color: inherit;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .sh-hero--home .sh-hero__title {
    background: var(--sh-hero-title-gradient) no-repeat;
    background-size: 100% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }

  .sh-hero--home .sh-hero__title .sh-hero-line {
    background: none;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}

.sh-hero--home .sh-hero__sub {
  max-width: 42ch;
  margin: 20px 0 0;
  color: var(--sh-dark-ink);
  font-size: clamp(19px, 1.8vw, 26px);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.sh-hero--home .sh-hero__sub--story span {
  display: block;
}

.sh-hero--home .sh-hero__body {
  max-width: 54ch;
  margin: 16px 0 0;
  color: rgba(22, 13, 35, 0.78);
  font-size: clamp(13px, 1.1vw, 15px);
  line-height: 1.48;
}

.sh-hero__actions,
.sh-page-hero__actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sh-hero--home .sh-button--ghost {
  border-color: rgba(21, 12, 38, 0.3);
  color: var(--sh-ground);
  background: rgba(255, 255, 255, 0.48);
}

.sh-page-hero {
  min-height: min(820px, calc(100svh - var(--sh-nav-h)));
  background: var(--sh-ground);
  display: flex;
  align-items: flex-end;
}

.sh-page-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(11, 4, 20, 0.98) 0%, rgba(11, 4, 20, 0.78) 38%, rgba(11, 4, 20, 0.14) 72%, transparent 100%);
  content: "";
}

.sh-page-hero__inner,
.sh-page-hero__content {
  width: var(--sh-shell);
  margin-inline: auto;
  padding: 80px 0 72px;
}

.sh-page-hero__content {
  max-width: none;
}

.sh-page-hero__eyebrow,
.sh-page-hero .sh-kicker {
  margin-bottom: 18px;
  color: var(--sh-pink);
}

.sh-page-hero__title,
.sh-page-hero h1 {
  max-width: 11ch;
  margin-bottom: 24px;
  color: var(--sh-ink);
  font-size: clamp(50px, 7vw, 94px);
  font-weight: 200;
  letter-spacing: -0.055em;
  line-height: 0.98;
  text-wrap: balance;
}

.sh-page-hero__body,
.sh-page-hero .sh-lead {
  max-width: 50ch;
}

.sh-page-hero--plain {
  min-height: 620px;
  background:
    radial-gradient(circle at 78% 28%, rgba(139, 92, 246, 0.28), transparent 32%),
    radial-gradient(circle at 92% 70%, rgba(240, 86, 140, 0.22), transparent 28%),
    var(--sh-ground);
}

/* Shared section rhythm */
.sh-section {
  padding: clamp(84px, 10vw, 148px) 0;
}

.sh-section--paper {
  background: var(--sh-paper);
  color: var(--sh-dark-ink);
}

.sh-section--paper .sh-section__body,
.sh-section--paper .sh-lead {
  color: var(--sh-dark-muted);
}

.sh-section--paper .sh-section__eyebrow,
.sh-program-proof .sh-section__eyebrow,
.sh-program-faq .sh-section__eyebrow {
  color: #672b73;
}

.sh-gap-section__answer {
  margin: 24px 0 0;
  color: var(--sh-ground);
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.sh-gap-section .sh-section__header {
  margin-bottom: clamp(36px, 5vw, 64px);
}

.sh-gap-section__metrics {
  margin-top: 0;
}

.sh-section--dark {
  background: var(--sh-ground);
  color: var(--sh-ink);
}

.sh-section--void {
  background: var(--sh-void);
  color: var(--sh-ink);
}

.sh-section--surface {
  background: var(--sh-surface);
}

.sh-section__header.sh-section__header--stack {
  display: block;
}

.sh-section__header.sh-section__header--stack .sh-section__eyebrow {
  margin-bottom: 14px;
}

.sh-section__header.sh-section__header--stack .sh-section__body {
  max-width: 62ch;
  margin-top: 18px;
}

.sh-section__header {
  margin-bottom: clamp(38px, 6vw, 78px);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(32px, 7vw, 100px);
  align-items: end;
}

.sh-section__eyebrow {
  margin-bottom: 16px;
  color: var(--sh-pink);
}

.sh-section__body {
  margin-bottom: 0;
}

.sh-section__actions {
  margin-top: 24px;
}

.sh-rule {
  border: 0;
  border-top: 1px solid currentColor;
  opacity: 0.18;
}

/* Evidence and metric treatments */
.sh-metric-strip {
  border-top: 1px solid var(--sh-line-dark);
  border-bottom: 1px solid var(--sh-line-dark);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sh-metric-strip__item,
.sh-metric {
  min-height: 230px;
  padding: 28px;
  border-right: 1px solid var(--sh-line-dark);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sh-metric-strip__item:last-child,
.sh-metric:last-child {
  border-right: 0;
}

.sh-metric-strip strong,
.sh-metric__value {
  color: var(--sh-purple-dark);
  font-size: clamp(52px, 7vw, 92px);
  font-weight: 200;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.sh-metric-strip span,
.sh-metric__label {
  max-width: 23ch;
  color: var(--sh-dark-muted);
  font-size: 13px;
}

.sh-source-note {
  margin: 18px 0 0;
  color: var(--sh-dark-muted);
  font-size: 11px;
}

.sh-source-note.sh-shell {
  margin: 18px auto 0;
}

.sh-source-note a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Evidence-led program pages */
.sh-program-proof {
  background: var(--sh-paper);
  color: var(--sh-dark-ink);
}

.sh-program-proof .sh-section__header > p,
.sh-program-proof .sh-source-note {
  color: var(--sh-dark-muted);
}

.sh-program-proof .sh-metric-strip__item {
  min-height: 190px;
  padding: 26px clamp(18px, 2.2vw, 30px);
}

.sh-program-proof .sh-metric-strip strong {
  color: var(--sh-purple-dark);
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 300;
  letter-spacing: -0.055em;
}

.sh-program-proof .sh-metric-strip span {
  max-width: 28ch;
  line-height: 1.45;
}

ol.sh-record-story {
  min-height: 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  list-style: none;
}

ol.sh-record-story .sh-record-story__stage {
  min-height: 280px;
  padding: 32px;
  border: 1px solid var(--sh-line);
  border-radius: 16px;
  background: var(--sh-surface);
  justify-content: flex-end;
  opacity: 1;
}

ol.sh-record-story .sh-record-story__stage::before {
  display: none;
}

ol.sh-record-story .sh-record-story__stage h3 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 300;
}

.sh-program-faq {
  background: var(--sh-paper);
  color: var(--sh-dark-ink);
}

.sh-program-faq .sh-section__header > p,
.sh-program-faq .sh-source-note {
  color: var(--sh-dark-muted);
}

.sh-program-faq__grid {
  border-top: 1px solid var(--sh-line-dark);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(28px, 5vw, 72px);
  margin-bottom: clamp(32px, 5vw, 56px);
}

/* Group labels between FAQ grids need clear separation from the group above. */
.sh-program-faq > .sh-section__eyebrow {
  margin-top: clamp(40px, 6vw, 72px);
  margin-bottom: 18px;
}

.sh-program-faq .sh-source-note {
  margin-top: clamp(28px, 4vw, 44px);
}

.sh-program-faq__grid details {
  border-bottom: 1px solid var(--sh-line-dark);
}

.sh-program-faq__grid summary {
  min-height: 82px;
  padding: 22px 48px 22px 0;
  position: relative;
  color: var(--sh-dark-ink);
  cursor: pointer;
  font-size: clamp(17px, 1.6vw, 21px);
  font-weight: 500;
  line-height: 1.3;
  list-style: none;
}

.sh-program-faq__grid summary::-webkit-details-marker {
  display: none;
}

.sh-program-faq__grid summary::after {
  position: absolute;
  top: 50%;
  right: 2px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(109, 63, 160, 0.38);
  border-radius: 50%;
  color: var(--sh-purple-dark);
  content: "+";
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  transition: transform 220ms var(--sh-ease), background 220ms ease, color 220ms ease;
}

.sh-program-faq__grid details[open] summary::after {
  background: var(--sh-purple-dark);
  color: #fff;
  content: "−";
}

.sh-program-faq__grid details p {
  max-width: 62ch;
  margin: 4px 44px 24px 0;
  color: var(--sh-dark-muted);
  line-height: 1.65;
}

.sh-program-faq__grid summary:focus-visible {
  outline: 2px solid var(--sh-pink);
  outline-offset: 4px;
}

.sh-evidence-ledger {
  border-top: 1px solid currentColor;
}

.sh-evidence-ledger__row,
.sh-evidence-row {
  min-height: 148px;
  padding: 24px 0;
  border-bottom: 1px solid currentColor;
  display: grid;
  grid-template-columns: minmax(170px, 0.7fr) minmax(200px, 0.9fr) minmax(300px, 1.7fr) auto;
  gap: 28px;
  align-items: center;
}

.sh-evidence-ledger__row h3,
.sh-evidence-row h3 {
  margin: 0;
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.sh-evidence-ledger__row p,
.sh-evidence-row p {
  margin: 0;
  color: inherit;
  font-size: 14px;
  opacity: 0.74;
}

.sh-state,
.sh-maturity {
  width: max-content;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid currentColor;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sh-state::before,
.sh-maturity::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.sh-state--live,
.sh-maturity[data-state="live"],
[data-state="live"] .sh-state {
  color: #207766;
}

.sh-section--dark .sh-state--live,
.sh-section--void .sh-state--live,
.sh-page-hero .sh-state--live,
.sh-maturity[data-state="live"] {
  color: var(--sh-live);
}

.sh-state--pilot,
.sh-state--validation,
[data-state="pilot"] .sh-state,
[data-state="validation"] .sh-state {
  color: var(--sh-warn);
}

.sh-state--roadmap,
.sh-maturity[data-state="roadmap"],
[data-state="roadmap"] .sh-state {
  color: var(--sh-roadmap);
}

/* Record story */
.sh-record-story {
  position: relative;
  min-height: 900px;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(38px, 7vw, 100px);
  align-items: stretch;
}

.sh-record-story__visual {
  position: sticky;
  top: calc(var(--sh-nav-h) + 32px);
  height: calc(100svh - var(--sh-nav-h) - 64px);
  min-height: 570px;
  border-radius: var(--sh-radius);
  overflow: hidden;
}

.sh-record-story__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sh-record-story__quote {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 16px;
  background: rgba(21, 12, 38, 0.82);
  backdrop-filter: blur(14px);
  font-size: clamp(18px, 2.2vw, 30px);
  font-weight: 300;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.sh-record-story__rail {
  position: relative;
  padding-left: 42px;
}

.sh-record-story__rail::before,
.sh-record-story__rail::after {
  position: absolute;
  left: 10px;
  width: 2px;
  border-radius: 2px;
  content: "";
}

.sh-record-story__rail::before {
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.14);
}

.sh-record-story__rail::after {
  top: 0;
  height: var(--sh-record-progress-percent, var(--record-progress, 20%));
  background: var(--sh-gradient);
  transition: height 420ms var(--sh-ease);
}

.sh-record-story__stage {
  position: relative;
  min-height: 310px;
  padding: 52px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0.42;
  transition: opacity 300ms ease, transform 300ms var(--sh-ease);
}

.sh-record-story__stage.is-active {
  opacity: 1;
  transform: translateX(8px);
}

.sh-record-story__stage h3 {
  margin: 8px 0 14px;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 200;
  letter-spacing: -0.05em;
  line-height: 1;
}

.sh-record-story__stage p {
  max-width: 44ch;
  margin: 0;
  color: var(--sh-muted);
}

/* Program rail */
.sh-program-rail {
  min-height: 600px;
  display: flex;
  gap: 8px;
}

.sh-program-rail__item {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  border: 1px solid var(--sh-line);
  border-radius: 16px;
  color: var(--sh-ink);
  isolation: isolate;
  overflow: hidden;
  transition: flex-grow 360ms var(--sh-ease), transform 260ms var(--sh-ease);
}

.sh-program-rail__item:hover,
.sh-program-rail__item:focus-within,
.sh-program-rail__item.is-active {
  flex-grow: 3.1;
}

.sh-program-rail__media {
  position: absolute;
  z-index: -2;
  inset: 0;
  margin: 0;
  overflow: hidden;
}

.sh-program-rail__media img {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  transition: object-position 600ms var(--sh-ease), transform 600ms var(--sh-ease);
}

.sh-program-rail__item[data-program="aurevia"] .sh-program-rail__media img {
  object-position: 24% center;
}

.sh-program-rail__item[data-program="serenya"] .sh-program-rail__media img {
  object-position: 69% center;
}

.sh-program-rail__item[data-program="altheon"] .sh-program-rail__media img {
  object-position: 71% center;
}

.sh-program-rail__item[data-program="vyora"] .sh-program-rail__media img {
  object-position: 40% center;
}

.sh-program-rail__item[data-program="elyra"] .sh-program-rail__media img {
  object-position: 23% center;
}

.sh-program-rail__item[data-program="aurevia"]:is(:hover, :focus-within) .sh-program-rail__media img {
  object-position: 14% center;
}

.sh-program-rail__item[data-program="serenya"]:is(:hover, :focus-within) .sh-program-rail__media img {
  object-position: 77% center;
}

.sh-program-rail__item[data-program="altheon"]:is(:hover, :focus-within) .sh-program-rail__media img {
  object-position: 79% center;
}

.sh-program-rail__item[data-program="elyra"]:is(:hover, :focus-within) .sh-program-rail__media img {
  object-position: 12% center;
}

.sh-program-rail__item:hover .sh-program-rail__media img,
.sh-program-rail__item:focus-within .sh-program-rail__media img {
  transform: scale(1.035);
}

.sh-program-rail__item::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(0deg, rgba(10, 4, 18, 0.96) 0%, rgba(10, 4, 18, 0.78) 30%, rgba(10, 4, 18, 0.22) 62%, rgba(10, 4, 18, 0.02) 100%);
  content: "";
}

.sh-program-rail__copy {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 28px;
}

.sh-program-rail__copy h3 {
  max-width: 12ch;
  margin: 12px 0 8px;
  font-size: clamp(24px, 2.6vw, 38px);
  font-weight: 300;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.sh-program-rail__copy p,
.sh-program-rail__copy .sh-link {
  max-width: 40ch;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 220ms ease, transform 260ms var(--sh-ease);
}

.sh-program-rail__item:hover .sh-program-rail__copy p,
.sh-program-rail__item:hover .sh-program-rail__copy .sh-link,
.sh-program-rail__item:focus-within .sh-program-rail__copy p,
.sh-program-rail__item:focus-within .sh-program-rail__copy .sh-link,
.sh-program-rail__item.is-active .sh-program-rail__copy p,
.sh-program-rail__item.is-active .sh-program-rail__copy .sh-link {
  opacity: 1;
  transform: none;
}

.sh-program-rail__copy p {
  margin: 0 0 18px;
  color: rgba(248, 245, 251, 0.78);
  font-size: 13px;
}

/* Audience photographic rows */
.sh-audience-list {
  border-top: 1px solid var(--sh-line);
}

.sh-audience-row {
  position: relative;
  min-height: 132px;
  padding: 24px 0;
  border-bottom: 1px solid var(--sh-line);
  display: grid;
  grid-template-columns: 0.65fr 1.15fr 1.2fr auto;
  gap: 28px;
  align-items: center;
  overflow: hidden;
  transition: min-height 320ms var(--sh-ease), padding 320ms var(--sh-ease);
}

.sh-audience-row:hover,
.sh-audience-row:focus-within {
  min-height: 220px;
}

.sh-audience-row__media {
  position: absolute;
  inset: 0 0 0 55%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.sh-audience-row__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--sh-ground), transparent 75%);
  content: "";
}

.sh-audience-row__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sh-audience-row:hover .sh-audience-row__media,
.sh-audience-row:focus-within .sh-audience-row__media {
  opacity: 0.82;
}

.sh-audience-row h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 300;
  letter-spacing: -0.045em;
}

.sh-audience-row p,
.sh-audience-row .sh-link,
.sh-audience-row .sh-label {
  position: relative;
  z-index: 1;
}

.sh-audience-row p {
  margin: 0;
  color: var(--sh-muted);
  font-size: 14px;
}

/* Full image editorial split */
.sh-editorial-image {
  position: relative;
  min-height: min(760px, calc(100svh - var(--sh-nav-h)));
  color: var(--sh-ink);
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
}

.sh-editorial-image > picture,
.sh-editorial-image > img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.sh-editorial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sh-editorial-image::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(11, 4, 20, 0.97) 0%, rgba(11, 4, 20, 0.72) 39%, rgba(11, 4, 20, 0.1) 68%, transparent 100%);
  content: "";
}

.sh-editorial-image--copy-right::after {
  background: linear-gradient(270deg, rgba(11, 4, 20, 0.96) 0%, rgba(11, 4, 20, 0.72) 42%, rgba(11, 4, 20, 0.08) 70%, transparent 100%);
}

.sh-editorial-image__copy {
  width: min(540px, 44vw);
}

.sh-editorial-image--copy-right .sh-editorial-image__copy {
  margin-left: auto;
}

.sh-editorial-image__copy h2 {
  margin: 12px 0 24px;
  font-size: clamp(44px, 6vw, 82px);
  font-weight: 200;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.sh-editorial-image__copy p {
  color: rgba(248, 245, 251, 0.78);
}

/* Page content patterns */
.sh-content-grid,
.sh-feature-grid,
.sh-roadmap-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.sh-content-block,
.sh-feature,
.sh-roadmap-card {
  min-height: 280px;
  padding: 28px;
  border: 1px solid var(--sh-line);
  border-radius: 16px;
  background: var(--sh-surface);
}

.sh-section--paper .sh-content-block,
.sh-section--paper .sh-feature,
.sh-section--paper .sh-roadmap-card {
  border-color: var(--sh-line-dark);
  background: rgba(255, 255, 255, 0.58);
}

.sh-content-block h2,
.sh-content-block h3,
.sh-feature h3,
.sh-roadmap-card h3 {
  margin: 12px 0 18px;
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.sh-content-block p,
.sh-feature p,
.sh-roadmap-card p {
  color: var(--sh-muted);
  font-size: 14px;
}

.sh-section--paper :is(.sh-content-block, .sh-feature, .sh-roadmap-card) p {
  color: var(--sh-dark-muted);
}

.sh-honest-limits,
.sh-boundary,
.sh-not-claim {
  position: relative;
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid rgba(240, 86, 140, 0.5);
  border-radius: 18px;
  background:
    radial-gradient(circle at 94% 20%, rgba(240, 86, 140, 0.16), transparent 30%),
    var(--sh-surface);
}

.sh-honest-limits::before,
.sh-boundary::before,
.sh-not-claim::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  border-radius: 18px 0 0 18px;
  background: var(--sh-gradient);
  content: "";
}

.sh-honest-limits h2,
.sh-honest-limits h3,
.sh-boundary h2,
.sh-boundary h3,
.sh-not-claim h2,
.sh-not-claim h3 {
  margin: 10px 0 18px;
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 300;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.sh-honest-limits p,
.sh-boundary p,
.sh-not-claim p {
  max-width: 72ch;
  margin-bottom: 0;
  color: var(--sh-muted);
}

.sh-data-table-wrap {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--sh-pink) transparent;
}

.sh-data-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: inherit;
  font-size: 12px;
}

.sh-data-table caption {
  padding-bottom: 18px;
  text-align: left;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.sh-data-table th,
.sh-data-table td {
  padding: 18px 16px;
  border-bottom: 1px solid currentColor;
  text-align: left;
  vertical-align: top;
}

.sh-data-table th {
  font-size: 9px;
  letter-spacing: 0.12em;
  opacity: 0.66;
  text-transform: uppercase;
}

.sh-data-table td {
  opacity: 0.82;
}

.sh-filter-bar {
  margin-bottom: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sh-filter-bar button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--sh-line);
  border-radius: 999px;
  background: transparent;
  color: var(--sh-ink);
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sh-filter-bar button[aria-pressed="true"] {
  border-color: var(--sh-pink);
  background: var(--sh-pink);
  color: var(--sh-ground);
}

.sh-form {
  max-width: 780px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.sh-form__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sh-form__field--wide {
  grid-column: 1 / -1;
}

.sh-form label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sh-form input,
.sh-form select,
.sh-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  border: 1px solid var(--sh-line);
  border-radius: 10px;
  background: var(--sh-surface);
  color: var(--sh-ink);
}

.sh-form textarea {
  min-height: 140px;
  resize: vertical;
}

.sh-form__note {
  grid-column: 1 / -1;
  color: var(--sh-muted);
  font-size: 12px;
}

/* CTA and footer */
.sh-cta-band {
  padding: clamp(80px, 10vw, 140px) 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(139, 92, 246, 0.32), transparent 30%),
    radial-gradient(circle at 90% 84%, rgba(240, 86, 140, 0.28), transparent 32%),
    var(--sh-ground);
}

.sh-cta-band__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 60px;
  align-items: end;
}

.sh-cta-band__title {
  max-width: 12ch;
}

.sh-cta-band__links {
  display: flex;
  flex-direction: column;
}

.sh-cta-band__links a {
  min-height: 64px;
  border-bottom: 1px solid var(--sh-line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
}

.sh-cta-band__links a::after {
  content: "";
}

.sh-footer {
  padding: 72px 0 28px;
  border-top: 1px solid var(--sh-line);
  background: var(--sh-void);
  color: var(--sh-ink);
}

.sh-footer__top {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 42px;
}

.sh-footer__brand img {
  width: auto;
  height: 34px;
}

.sh-footer__brand .sh-brand__text {
  font-size: 23px;
}

.sh-footer__brand p {
  max-width: 34ch;
  margin: 22px 0 0;
  color: var(--sh-muted);
  font-size: 13px;
}

.sh-footer__column h2,
.sh-footer__column h3 {
  margin: 0 0 18px;
  color: var(--sh-pink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sh-footer__column a {
  min-height: 32px;
  color: var(--sh-muted);
  display: block;
  font-size: 12px;
}

.sh-footer__column a:hover {
  color: var(--sh-ink);
}

.sh-footer__disclaimer {
  margin: 46px 0 0;
  padding: 20px 0;
  border-top: 1px solid var(--sh-line);
  border-bottom: 1px solid var(--sh-line);
  color: var(--sh-muted);
  font-size: 11px;
}

.sh-footer__brand p.sh-footer__brand-disclaimer {
  max-width: 52ch;
  margin: 14px 0 0;
  color: var(--sh-muted);
  font-size: 10px;
  opacity: 0.85;
  line-height: 1.55;
}

.sh-footer__bottom {
  padding-top: 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  color: #877a9d;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sh-footer__locations {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

/* Reveal system. Hidden only once script marks the item ready, so content
   stays visible when JavaScript is unavailable or fails before init. */
[data-reveal].is-reveal-ready,
[data-js="reveal"].is-reveal-ready {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 680ms var(--sh-ease);
}

[data-reveal].is-visible,
[data-js="reveal"].is-visible {
  opacity: 1;
  transform: none;
}

/* Shared shell used by every clean route */
.sh-skip {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--sh-pink);
  color: var(--sh-ground);
  font-size: 12px;
  font-weight: 800;
  transform: translateY(-140%);
}

.sh-skip:focus {
  transform: none;
}

.sh-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: var(--sh-nav-h);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(11, 4, 20, 0.91);
  backdrop-filter: blur(18px) saturate(130%);
}

.sh-header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.sh-brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.sh-brand img {
  width: auto;
  height: 30px;
}

/* Solid wordmark: one gradient element per lockup (the mark carries it).
   Pink is for dark grounds only; use deep plum on light backgrounds. */
.sh-brand__text {
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  color: var(--sh-pink);
}

.sh-header .sh-nav {
  position: static;
  z-index: auto;
  top: auto;
  width: auto;
  height: auto;
  border: 0;
  background: none;
  backdrop-filter: none;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 26px;
}

.sh-nav__menu {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(14px, 1.8vw, 27px);
  list-style: none;
}

.sh-nav__item > a {
  position: relative;
  padding: 29px 0 26px;
  display: block;
  color: rgba(248, 245, 251, 0.82);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  white-space: nowrap;
}

.sh-nav__item > a::after {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 2px;
  background: var(--sh-gradient);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms var(--sh-ease);
}

.sh-nav__item > a:hover::after,
.sh-nav__item > a[aria-current="page"]::after {
  transform: scaleX(1);
}

.sh-button,
.sh-button--nav {
  background: var(--sh-pink);
  color: var(--sh-ground);
}

.sh-button--quiet {
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(21, 12, 38, 0.18);
  color: var(--sh-ink);
  backdrop-filter: blur(10px);
}

.sh-button--nav {
  min-height: 44px;
  padding-inline: 18px;
  white-space: nowrap;
}

.sh-hero--photo {
  min-height: min(820px, calc(100svh - var(--sh-nav-h)));
  background: var(--sh-ground);
  display: flex;
  align-items: flex-end;
}

.sh-hero--photo::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(11, 4, 20, 0.98) 0%, rgba(11, 4, 20, 0.77) 39%, rgba(11, 4, 20, 0.12) 72%, transparent 100%);
  content: "";
}

.sh-hero--photo .sh-hero__content {
  padding-block: 80px 70px;
}

.sh-hero--photo .sh-hero__title {
  max-width: 11ch;
  color: var(--sh-ink);
  font-size: clamp(50px, 7vw, 94px);
}

.sh-hero--photo .sh-hero__body,
.sh-hero__lead {
  max-width: 52ch;
  margin: 22px 0 0;
  color: rgba(248, 245, 251, 0.8);
  font-size: clamp(15px, 1.4vw, 19px);
  font-weight: 300;
}

.sh-family-nav {
  position: sticky;
  z-index: 40;
  top: var(--sh-nav-h);
  border-top: 1px solid var(--sh-line);
  border-bottom: 1px solid var(--sh-line);
  background: var(--sh-ground);
  overflow-x: auto;
  scrollbar-width: none;
}

.sh-family-nav .sh-l-cluster {
  min-height: 52px;
  flex-wrap: nowrap;
}

.sh-family-nav a {
  color: var(--sh-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  white-space: nowrap;
}

.sh-family-nav a[aria-current="page"] {
  color: var(--sh-pink);
}

.sh-section__header:not(.sh-l-split):not(.sh-section__header--stack) > .sh-section__eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -24px;
}

.sh-section__header:not(.sh-l-split) > .sh-section__title {
  grid-column: 1;
}

.sh-section__header:not(.sh-l-split) > .sh-section__body {
  grid-column: 2;
  align-self: end;
}

.sh-prose {
  color: var(--sh-muted);
}

/* Light surfaces need the dark muted tone; --sh-muted is for dark grounds. */
.sh-section--paper .sh-prose,
.sh-program-faq .sh-prose {
  color: var(--sh-dark-muted);
}

.sh-prose p {
  max-width: 64ch;
}

.sh-prose .sh-button {
  margin-top: 16px;
}

.sh-pullquote {
  margin: 0;
  padding-left: 24px;
  border-left: 2px solid var(--sh-pink);
  color: var(--sh-muted);
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 300;
  letter-spacing: -0.025em;
  line-height: 1.35;
}

.sh-text-link {
  min-height: 44px;
  padding-block: 9px;
  display: inline-flex;
  align-items: center;
  color: var(--sh-ink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sh-text-link span[aria-hidden="true"] {
  display: inline-block;
  margin-left: 10px;
  line-height: 1;
  transition: transform 220ms var(--sh-ease);
}

.sh-text-link:hover span[aria-hidden="true"],
.sh-text-link:focus-visible span[aria-hidden="true"] {
  transform: translate(3px, -3px);
}

.sh-program-rail__content {
  position: absolute;
  inset: 0;
  padding: 24px 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: padding 280ms var(--sh-ease);
}

.sh-program-rail__identity {
  margin-top: 0;
}

.sh-program-rail__identity h3 {
  max-width: 12ch;
  margin: 8px 0 0;
  font-size: clamp(18px, 1.8vw, 28px);
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 1.12;
  text-align: left;
  text-wrap: balance;
  transition: font-size 280ms var(--sh-ease);
}

.sh-program-rail__item:hover .sh-program-rail__content,
.sh-program-rail__item:focus-within .sh-program-rail__content,
.sh-program-rail__item.is-active .sh-program-rail__content {
  padding: 28px;
}

.sh-program-rail__item:hover .sh-program-rail__identity h3,
.sh-program-rail__item:focus-within .sh-program-rail__identity h3,
.sh-program-rail__item.is-active .sh-program-rail__identity h3 {
  font-size: clamp(30px, 3vw, 42px);
}

.sh-program-rail__chapter,
.sh-program-rail__availability {
  margin: 12px 0 0;
  color: rgba(248, 245, 251, 0.68);
  font-size: 11px;
}

.sh-program-rail__detail {
  max-width: 42ch;
  margin: 0 0 22px;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 220ms ease, transform 260ms var(--sh-ease);
}

/* Homepage program portfolio: three deliberate headline lines and a clear reveal hierarchy. */
.sh-page--home .sh-home-programs__intro {
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 26px clamp(28px, 5vw, 64px);
  align-items: end;
}

.sh-page--home .sh-home-programs__intro > div:last-child {
  width: min(58ch, 100%);
  margin-left: 0;
}

.sh-page--home .sh-home-programs__title {
  max-width: none;
  font-size: clamp(42px, 4.5vw, 64px);
}

.sh-page--home .sh-home-programs__title span {
  display: block;
  white-space: nowrap;
}

.sh-page--home .sh-program-rail__identity {
  order: 1;
  display: flex;
  flex-direction: column;
}

.sh-page--home .sh-program-rail__identity h3 {
  order: 1;
  margin-top: 0;
}

.sh-page--home .sh-program-rail__identity .sh-program-rail__chapter {
  order: 2;
  margin-top: 10px;
}

.sh-page--home .sh-program-rail__detail {
  order: 2;
  max-height: 0;
  margin: 0;
  overflow: hidden;
  transition: max-height 300ms var(--sh-ease), margin 300ms var(--sh-ease), opacity 220ms ease, transform 260ms var(--sh-ease);
}

.sh-page--home .sh-program-rail__item:hover .sh-program-rail__detail,
.sh-page--home .sh-program-rail__item:focus-within .sh-program-rail__detail,
.sh-page--home .sh-program-rail__item.is-active .sh-program-rail__detail {
  max-height: 190px;
  margin-top: 18px;
}

.sh-program-rail__detail p {
  max-width: 38ch;
  margin: 0 0 16px;
  color: rgba(248, 245, 251, 0.82);
  font-size: 13px;
  line-height: 1.55;
}

.sh-program-rail__item:hover .sh-program-rail__detail,
.sh-program-rail__item:focus-within .sh-program-rail__detail,
.sh-program-rail__item.is-active .sh-program-rail__detail {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.sh-program-rail__item:focus-visible {
  outline: 2px solid var(--sh-pink);
  outline-offset: 3px;
}

.sh-media-split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(32px, 7vw, 92px);
  align-items: center;
}

.sh-media-split__media {
  min-height: 570px;
  margin: 0;
  border-radius: var(--sh-radius);
  overflow: hidden;
}

.sh-media-split__media img {
  width: 100%;
  height: 100%;
  min-height: 570px;
  object-fit: cover;
}

/* Sana keeps the people, rather than the surrounding architecture, at the
   visual centre of its two explanatory photographs. */
#how-sana-works .sh-media-split__media img {
  object-position: 78% 50%;
  transform: scale(1.05);
  transform-origin: 78% 50%;
}

.sh-page--platform .sh-editorial-image img[src*="shiora-community-care-v3"] {
  object-position: 58% 50%;
  transform: scale(1.08);
  transform-origin: 58% 50%;
}

/* The closing state is a separate decision column in Sana's ledgers. Keeping
   it on the outer edge restores the intended three-part reading rhythm. */
.sh-evidence-ledger--sana-spread .sh-evidence-ledger__row > :last-child {
  grid-column: -2 / -1;
  justify-self: end;
  text-align: right;
}

.sh-careers-practice .sh-media-split__media img {
  object-position: right center;
}

.sh-media-split__content > p:not(.sh-section__eyebrow) {
  color: var(--sh-muted);
}

.sh-section--paper .sh-media-split__content > p:not(.sh-section__eyebrow) {
  color: var(--sh-dark-muted);
}

.sh-section--photo {
  background: var(--sh-void);
}

.sh-section--accent {
  /* Same dark ground as .sh-section--dark; the radial alone marks the accent,
     so adjacent full-bleed sections no longer shift between two near-identical purples. */
  background:
    radial-gradient(circle at 82% 30%, rgba(240, 86, 140, 0.16), transparent 30%),
    var(--sh-ground);
}

.sh-section.sh-honest-limits {
  padding-block: clamp(72px, 9vw, 120px);
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.sh-honest-limits__statement {
  margin: 0;
  color: var(--sh-muted);
  font-size: clamp(20px, 2.7vw, 34px);
  font-weight: 300;
  line-height: 1.35;
}

.sh-cta-band h2 {
  max-width: 13ch;
  margin: 10px 0 26px;
  font-size: clamp(42px, 6vw, 78px);
  font-weight: 200;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.sh-footer__main {
  display: grid;
  grid-template-columns: minmax(250px, 1fr) minmax(0, 2.1fr);
  gap: clamp(40px, 8vw, 110px);
}

.sh-footer__nav {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.35fr) minmax(0, 1.1fr) max-content;
  gap: 24px clamp(24px, 3.4vw, 48px);
}

.sh-footer__nav > div:last-child {
  width: max-content;
  justify-self: end;
}

@media (min-width: 1351px) and (max-width: 1399px) {
  .sh-footer__nav {
    width: calc(100% + 53px);
  }
}

@media (min-width: 1400px) {
  .sh-footer__nav {
    width: calc(100% + clamp(62px, 4.375vw, 70px));
  }
}

.sh-nav__item--language {
  position: relative;
}

.sh-nav__item--language .sh-nav__details > summary {
  min-width: 42px;
  justify-content: center;
}

.sh-language__mobile {
  display: none;
}

.sh-language__menu {
  position: absolute;
  z-index: 120;
  top: calc(100% + 10px);
  right: 0;
  width: min(268px, calc(100vw - 32px));
  padding: 10px;
  border: 1px solid rgba(248, 245, 251, 0.16);
  border-radius: 14px;
  background: rgba(21, 12, 38, 0.98);
  box-shadow: 0 24px 70px rgba(5, 1, 12, 0.32);
  display: grid;
  gap: 2px;
}

.sh-language__menu > :is(a, .sh-language__option) {
  min-height: 54px;
  padding: 10px 12px;
  border-radius: 9px;
  color: var(--sh-ink);
  display: grid;
  align-content: center;
  gap: 3px;
  text-transform: none;
}

.sh-language__menu > a:hover,
.sh-language__menu > a:focus-visible {
  background: rgba(248, 245, 251, 0.09);
}

.sh-language__menu strong {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.sh-language__menu span span,
.sh-language__menu a span {
  color: rgba(248, 245, 251, 0.58);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sh-language__option[aria-disabled="true"] {
  color: rgba(248, 245, 251, 0.54);
  cursor: not-allowed;
}

.sh-footer__nav h2 {
  margin: 0 0 18px;
  color: var(--sh-pink);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sh-footer__nav a {
  min-height: 30px;
  color: var(--sh-muted);
  display: block;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sh-footer__legal {
  padding-top: 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #877a9d;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sh-footer__legal nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
}

.sh-footer__legal nav > a,
.sh-footer__cookie-settings {
  min-height: 44px;
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
  vertical-align: middle;
}

/* Four-stage documentary hero */
.sh-life-hero {
  position: absolute;
  z-index: -2;
  inset: 0;
}

.sh-life-hero__slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: scale(1.018);
  transition: opacity 650ms ease, transform 3.5s linear;
}

.sh-life-hero__slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.sh-life-hero__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sh-life-hero__controls {
  position: absolute;
  z-index: 3;
  right: 32px;
  bottom: 26px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.sh-life-hero__control {
  width: 11px;
  height: 11px;
  padding: 0;
  border: 1px solid rgba(21, 12, 38, 0.34);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  color: var(--sh-ground);
  cursor: pointer;
  font-size: 0;
  font-weight: 800;
  backdrop-filter: blur(8px);
  transition: width 220ms var(--sh-ease), background 180ms ease, transform 180ms ease;
}

.sh-life-hero__control[aria-current="true"] {
  width: 30px;
  border-radius: 999px;
  background: var(--sh-pink);
  transform: none;
}

.sh-life-hero__slide figcaption {
  position: absolute;
  right: 32px;
  bottom: 78px;
  padding: 10px 14px;
  border: 1px solid rgba(21, 12, 38, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.64);
  color: var(--sh-ground);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  backdrop-filter: blur(8px);
}

.sh-life-hero__slide figcaption span {
  margin-right: 8px;
  color: #773b70;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sh-home-record__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, 0.88fr);
  gap: clamp(42px, 7vw, 104px);
  align-items: start;
}

.sh-record-console {
  position: sticky;
  top: calc(var(--sh-nav-h) + 32px);
  min-height: 650px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  background:
    radial-gradient(circle at 86% 10%, rgba(240, 86, 140, 0.18), transparent 32%),
    linear-gradient(145deg, rgba(40, 26, 70, 0.96), rgba(16, 8, 29, 0.98));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
  overflow: hidden;
}

.sh-record-console::after {
  position: absolute;
  right: -110px;
  bottom: -130px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(139, 92, 246, 0.25);
  border-radius: 50%;
  box-shadow: 0 0 0 48px rgba(139, 92, 246, 0.04), 0 0 0 96px rgba(240, 86, 140, 0.03);
  content: "";
}

.sh-record-console__bar,
.sh-record-console__audit {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--sh-muted);
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sh-record-console__bar {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--sh-line);
}

.sh-record-console__identity {
  position: relative;
  z-index: 1;
  padding: 30px 0;
  border-bottom: 1px solid var(--sh-line);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
}

.sh-record-console__avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--sh-gradient);
  color: var(--sh-ground);
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
}

.sh-record-console__identity strong,
.sh-record-console__identity small {
  display: block;
}

.sh-record-console__identity strong {
  font-size: 18px;
  font-weight: 500;
}

.sh-record-console__identity small {
  margin-top: 4px;
  color: var(--sh-muted);
  font-size: 10px;
}

.sh-record-console__signal {
  position: relative;
  z-index: 1;
  padding: 34px 0 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.sh-record-console__signal > div {
  min-height: 280px;
  padding: 24px;
  border: 1px solid var(--sh-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.sh-record-console__signal > div::before {
  width: 100%;
  height: 92px;
  margin-bottom: auto;
  background:
    linear-gradient(transparent 48%, rgba(255, 255, 255, 0.08) 49%, rgba(255, 255, 255, 0.08) 51%, transparent 52%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 360 100'%3E%3Cpath d='M0 73 C35 73 34 25 69 25 S102 78 136 78 169 47 202 47 236 66 270 66 304 14 360 24' fill='none' stroke='%23F0568C' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  content: "";
}

.sh-record-console__signal > div:last-child::before {
  filter: hue-rotate(35deg);
}

.sh-record-console__signal span,
.sh-record-console__signal strong,
.sh-record-console__signal small {
  display: block;
}

.sh-record-console__signal span {
  color: var(--sh-pink);
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sh-record-console__signal strong {
  margin-top: 8px;
  font-size: clamp(21px, 2vw, 30px);
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.sh-record-console__signal small {
  margin-top: 12px;
  color: var(--sh-muted);
  font-size: 10px;
}

.sh-record-console__audit {
  justify-content: flex-start;
}

.sh-record-console__audit span {
  padding: 8px 10px;
  border: 1px solid var(--sh-line);
  border-radius: 999px;
}

.sh-record-console > p {
  position: relative;
  z-index: 1;
  margin: 22px 0 0;
  color: #877a9d;
  font-size: 9px;
}

.sh-home-record__steps {
  margin: 0;
  list-style: none;
}

.sh-home-record__steps .sh-record-story__stage {
  position: relative;
}

.sh-institution-points {
  margin: 28px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sh-institution-points span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  color: rgba(248, 245, 251, 0.84);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sh-home-insights__grid {
  border-top: 1px solid var(--sh-line-dark);
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.9fr);
  gap: clamp(28px, 4vw, 64px);
}

.sh-home-insights__feature {
  min-width: 0;
  padding-top: 28px;
}

.sh-home-insights__media {
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  display: block;
  overflow: hidden;
}

.sh-home-insights__media img,
.sh-home-insights__list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms var(--sh-ease);
}

.sh-home-insights__media:hover img,
.sh-home-insights__list article > a:hover img {
  transform: scale(1.035);
}

.sh-home-insights__copy {
  padding-top: 24px;
}

.sh-home-insights__copy .sh-label,
.sh-home-insights__list .sh-label {
  color: #6d3fa0;
}

.sh-home-insights__copy h3 {
  max-width: 18ch;
  margin: 10px 0 14px;
  color: var(--sh-dark-ink);
  font-size: clamp(30px, 3.2vw, 48px);
  font-weight: 300;
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.sh-home-insights__copy p:not(.sh-label) {
  max-width: 58ch;
  color: var(--sh-dark-muted);
}

.sh-home-insights__copy .sh-link,
.sh-home-insights__list a {
  color: var(--sh-dark-ink);
}

.sh-home-insights__list {
  border-left: 1px solid var(--sh-line-dark);
}

.sh-home-insights__list article {
  min-height: 190px;
  padding: 28px 0 28px 28px;
  border-bottom: 1px solid var(--sh-line-dark);
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 22px;
}

.sh-home-insights__list article:last-child {
  border-bottom: 0;
}

.sh-home-insights__list article > a {
  min-height: 132px;
  border-radius: 12px;
  display: block;
  overflow: hidden;
}

.sh-home-insights__list h3 {
  margin: 7px 0 8px;
  font-size: clamp(19px, 1.65vw, 25px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.sh-home-insights__list p:not(.sh-label) {
  margin: 0;
  color: var(--sh-dark-muted);
  font-size: 12px;
}

.sh-home-trust-grid {
  border-top: 1px solid var(--sh-line);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sh-home-trust-grid article {
  min-height: 320px;
  padding: 28px;
  border-right: 1px solid var(--sh-line);
  display: flex;
  flex-direction: column;
}

.sh-home-trust-grid article:last-child {
  border-right: 0;
}

.sh-home-trust-grid h3 {
  margin: auto 0 14px;
  font-size: clamp(25px, 2.7vw, 38px);
  font-weight: 300;
  letter-spacing: -0.045em;
}

.sh-home-trust-grid p {
  margin: 0;
  color: var(--sh-muted);
  font-size: 13px;
}

.sh-home-trust-grid--v2 article {
  justify-content: flex-end;
}

.sh-home-trust-grid--v2 h3 {
  margin: 0 0 14px;
}

.sh-technology-ledger .sh-label {
  max-width: 18ch;
  color: var(--sh-dark-muted);
}

/* Compatibility for the clean-route page family */
.sh-page--program ol.sh-record-story {
  min-height: 0;
  padding-left: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  list-style: none;
}

.sh-page--program ol.sh-record-story .sh-record-story__stage {
  min-height: 330px;
  padding: 28px;
  border: 1px solid var(--sh-line);
  border-radius: 16px;
  background: var(--sh-surface);
  opacity: 1;
  transform: none;
  justify-content: flex-end;
}

.sh-page--program ol.sh-record-story .sh-record-story__stage::before {
  display: none;
}

.sh-record-story__index {
  margin-bottom: auto;
  color: var(--sh-pink);
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
}

.sh-audience-row__content {
  position: relative;
  z-index: 1;
  grid-column: 1 / 4;
  display: grid;
  grid-template-columns: 0.65fr 1.15fr 1.2fr;
  gap: 28px;
  align-items: center;
}

.sh-audience-row__content h2,
.sh-audience-row__content h3,
.sh-audience-row__content p {
  margin: 0;
}

.sh-media-split .sh-evidence-ledger__row,
.sh-media-split .sh-evidence-row {
  grid-template-columns: 1fr;
  gap: 12px;
}

.sh-page--audience .sh-l-split > .sh-evidence-ledger .sh-evidence-ledger__row,
.sh-page--audience .sh-l-split > .sh-evidence-ledger .sh-evidence-row {
  grid-template-columns: 1fr;
  gap: 12px;
}

.sh-record-story__year {
  position: absolute;
  left: 34px;
  color: var(--sh-pink);
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: clamp(54px, 7vw, 92px);
  font-weight: 300;
  letter-spacing: -0.08em;
  line-height: 1;
}

.sh-record-story__year:first-child {
  top: 17%;
}

.sh-record-story__year:last-child {
  bottom: 17%;
}

.sh-table-wrap {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--sh-pink) transparent;
}

.sh-table-wrap table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: inherit;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
}

.sh-table-wrap th,
.sh-table-wrap td {
  padding: 18px 16px;
  border-bottom: 1px solid currentColor;
  text-align: left;
  vertical-align: top;
}

.sh-table-wrap th {
  font-size: 9px;
  letter-spacing: 0.12em;
  opacity: 0.66;
  text-transform: uppercase;
}

.sh-filter {
  margin-bottom: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sh-filter button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--sh-line);
  border-radius: 999px;
  background: transparent;
  color: var(--sh-ink);
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sh-filter button[aria-pressed="true"] {
  border-color: var(--sh-pink);
  background: var(--sh-pink);
  color: var(--sh-ground);
}

.sh-footer__disclaimer.sh-shell {
  margin: 46px auto 0;
}

@media (min-width: 961px) and (max-width: 1350px) {
  .sh-button--nav {
    display: none;
  }

  .sh-search-trigger--desktop span {
    display: none;
  }
}

@media (max-width: 1120px) {
  :root {
    --sh-shell: min(100% - 40px, 980px);
  }

  .sh-nav__menu,
  .sh-nav__links {
    gap: 14px;
  }

  .sh-nav__menu > a,
  .sh-nav__links > a,
  .sh-nav__item > a,
  .sh-nav__item > summary {
    font-size: 10px;
  }

  .sh-nav__cta {
    display: none;
  }

  .sh-button--nav {
    display: none;
  }

  .sh-search-trigger--desktop span {
    display: none;
  }

  .sh-program-rail {
    min-height: 560px;
  }

  .sh-content-grid,
  .sh-feature-grid,
  .sh-roadmap-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sh-footer__top {
    grid-template-columns: 1.3fr repeat(2, 1fr);
  }
}

@media (max-width: 960px) {
  :root {
    --sh-nav-h: 68px;
  }

  .sh-header {
    backdrop-filter: none;
  }

  .sh-header__inner {
    gap: 10px;
  }

  .sh-nav__inner {
    width: calc(100vw - 28px);
  }

  .sh-nav__brand,
  .sh-nav__brand img {
    width: 128px;
  }

  .sh-nav__toggle {
    display: block;
  }

  .sh-search-trigger--desktop {
    display: none;
  }

  .sh-search-trigger--mobile {
    min-height: 42px;
    margin-left: auto;
    padding-inline: 11px;
    display: inline-flex;
  }

  .sh-header .sh-nav {
    flex: 0 0 auto;
  }

  .sh-button--nav {
    display: none;
  }

  .sh-nav__menu,
  .sh-nav__links {
    position: fixed;
    z-index: 90;
    top: var(--sh-nav-h);
    right: 0;
    bottom: auto;
    left: 0;
    height: calc(100svh - var(--sh-nav-h));
    padding: 32px 20px 80px;
    background: rgba(11, 4, 20, 0.99);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-14px);
    transition: opacity 220ms ease, transform 260ms var(--sh-ease);
  }

  .is-menu-open .sh-nav__menu,
  .is-menu-open .sh-nav__links,
  .is-nav-open .sh-nav__menu,
  .is-nav-open .sh-nav__links,
  .sh-nav.is-open .sh-nav__menu,
  .sh-nav.is-open .sh-nav__links {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .sh-nav__menu > a,
  .sh-nav__links > a,
  .sh-nav__item > a,
  .sh-nav__item > summary {
    min-height: 64px;
    padding: 20px 0;
    border-bottom: 1px solid var(--sh-line);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.02em;
    text-transform: uppercase;
  }

  .sh-nav__menu > a::after,
  .sh-nav__links > a::after,
  .sh-nav__item > a::after,
  .sh-nav__item > summary::after {
    display: none;
  }

  .sh-nav__item {
    width: 100%;
  }

  .sh-nav__details > summary {
    min-height: 64px;
    border-bottom: 1px solid var(--sh-line);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.02em;
    text-transform: uppercase;
  }

  .sh-nav__details > summary::after {
    display: none;
  }

  .sh-nav__chevron {
    margin-left: auto;
  }

  .sh-nav__panel,
  .sh-nav__dropdown {
    position: static;
    width: 100%;
    padding: 10px 0 18px 16px;
    border: 0;
    border-bottom: 1px solid var(--sh-line);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    grid-template-columns: 1fr;
    transform: none;
  }

  .sh-nav__details .sh-nav__dropdown {
    width: 100%;
  }

  .sh-nav__item--language .sh-nav__details > summary {
    justify-content: flex-start;
  }

  .sh-language__compact {
    display: none;
  }

  .sh-language__mobile {
    display: inline;
  }

  .sh-language__menu {
    position: static;
    width: 100%;
    padding: 10px 0 18px 16px;
    border: 0;
    border-bottom: 1px solid var(--sh-line);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .sh-nav__dropdown .sh-nav__overview {
    grid-column: auto;
  }

  .sh-nav__panel a,
  .sh-nav__dropdown a {
    padding: 10px 0;
  }

  .sh-hero--home {
    min-height: calc(100svh - var(--sh-nav-h));
    align-items: flex-end;
  }

  .sh-hero--home .sh-hero__media img {
    object-position: 63% center;
  }

  .sh-hero--home::after {
    background: linear-gradient(0deg, rgba(248, 244, 239, 0.92) 0%, rgba(248, 244, 239, 0.72) 33%, rgba(248, 244, 239, 0.2) 56%, rgba(248, 244, 239, 0.04) 72%, transparent 84%);
  }

  .sh-life-hero__slide:nth-child(1) img {
    object-position: 62% center;
  }

  .sh-life-hero__slide:nth-child(2) img {
    object-position: 60% center;
  }

  .sh-life-hero__slide:nth-child(3) img {
    object-position: 68% center;
  }

  .sh-life-hero__slide:nth-child(4) img {
    object-position: 69% center;
  }

  .sh-life-hero__controls {
    top: 16px;
    right: 20px;
    bottom: auto;
  }

  .sh-life-hero__slide figcaption {
    top: 16px;
    right: auto;
    bottom: auto;
    left: 20px;
  }

  .sh-hero--home .sh-hero__content {
    padding: 44px 0;
  }

  .sh-hero--home .sh-hero__title {
    max-width: 12ch;
    font-size: clamp(52px, 9vw, 76px);
  }

  .sh-hero--home .sh-hero__body {
    display: none;
  }

  .sh-section__header,
  .sh-l-split,
  .sh-cta-band__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .sh-section__header:not(.sh-l-split) > .sh-section__eyebrow,
  .sh-section__header:not(.sh-l-split) > .sh-section__title,
  .sh-section__header:not(.sh-l-split) > .sh-section__body {
    grid-column: 1;
  }

  .sh-section__header:not(.sh-l-split) > .sh-section__eyebrow {
    margin-bottom: 0;
  }

  .sh-metric-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sh-metric-strip__item:nth-child(2) {
    border-right: 0;
  }

  .sh-metric-strip__item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--sh-line-dark);
  }

  .sh-record-story {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .sh-record-story__visual {
    position: relative;
    top: auto;
    height: 58svh;
    min-height: 460px;
  }

  .sh-record-story__stage {
    min-height: 230px;
    opacity: 1;
  }

  .sh-program-rail {
    width: calc(var(--sh-shell) + ((100vw - var(--sh-shell)) / 2));
    margin-right: 0;
    margin-left: calc((100vw - var(--sh-shell)) / 2);
    padding-right: 20px;
    display: grid;
    grid-auto-columns: minmax(280px, 75vw);
    grid-auto-flow: column;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .sh-program-rail__item {
    min-height: 560px;
    scroll-snap-align: start;
  }

  .sh-program-rail__copy p,
  .sh-program-rail__copy .sh-link {
    opacity: 1;
    transform: none;
  }

  .sh-program-rail__content > p:not(.sh-program-rail__chapter),
  .sh-program-rail__content .sh-text-link,
  .sh-program-rail__content .sh-program-rail__availability {
    opacity: 1;
    transform: none;
  }

  .sh-program-rail__detail {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .sh-audience-row {
    grid-template-columns: 0.5fr 1.1fr 1.4fr auto;
  }

  .sh-evidence-ledger__row,
  .sh-evidence-row {
    grid-template-columns: 0.7fr 1fr;
    gap: 14px 24px;
  }

  .sh-evidence-ledger__row p,
  .sh-evidence-row p {
    grid-column: 1 / -1;
  }

  .sh-footer__top {
    grid-template-columns: repeat(2, 1fr);
  }

  .sh-footer__brand {
    grid-column: 1 / -1;
  }

  .sh-footer__main {
    grid-template-columns: 1fr;
  }

  .sh-footer__nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sh-media-split {
    grid-template-columns: 1fr;
  }

  .sh-home-record__grid {
    grid-template-columns: 1fr;
  }

  .sh-record-console {
    position: relative;
    top: auto;
    min-height: 0;
  }

  .sh-home-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sh-home-insights__grid {
    grid-template-columns: 1fr;
  }

  .sh-home-insights__list {
    border-top: 1px solid var(--sh-line-dark);
    border-left: 0;
  }

  .sh-home-insights__list article {
    padding-left: 0;
  }

  .sh-home-trust-grid article:nth-child(2) {
    border-right: 0;
  }

  .sh-home-trust-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--sh-line);
  }

  .sh-page--program ol.sh-record-story {
    grid-template-columns: 1fr;
  }

  .sh-page--program ol.sh-record-story .sh-record-story__stage {
    min-height: 250px;
  }

  .sh-audience-row__content {
    grid-template-columns: 0.5fr 1.1fr 1.4fr;
  }
}

@media (max-width: 620px) {
  :root {
    --sh-shell: calc(100vw - 32px);
    --sh-radius: 14px;
  }

  .sh-hero--home .sh-hero__media img {
    object-position: 67% center;
  }

  .sh-life-hero__slide:nth-child(1) img {
    object-position: 62% center;
  }

  .sh-life-hero__slide:nth-child(2) img {
    object-position: 68% center;
  }

  .sh-life-hero__slide:nth-child(3) img {
    object-position: 62% center;
  }

  .sh-life-hero__slide:nth-child(4) img {
    object-position: 82% center;
  }

  .sh-life-hero__slide figcaption {
    max-width: 210px;
  }

  .sh-hero--home .sh-hero__content {
    padding: 34px 0;
  }

  .sh-hero--home .sh-hero__eyebrow {
    margin-bottom: 12px;
  }

  .sh-hero--home .sh-hero__title {
    max-width: 12ch;
    font-size: clamp(48px, 12vw, 56px);
  }

  .sh-hero--home .sh-hero__sub {
    max-width: 28ch;
    margin-top: 14px;
    font-size: 17px;
  }

  .sh-hero__actions,
  .sh-page-hero__actions {
    margin-top: 22px;
    display: grid;
    grid-template-columns: 1fr;
  }

  .sh-button {
    width: 100%;
  }

  .sh-page-hero {
    min-height: calc(100svh - var(--sh-nav-h));
  }

  .sh-hero--photo {
    min-height: calc(100svh - var(--sh-nav-h));
    align-items: flex-end;
  }

  .sh-hero--photo::after {
    background: linear-gradient(0deg, rgba(11, 4, 20, 0.98) 0%, rgba(11, 4, 20, 0.76) 50%, rgba(11, 4, 20, 0.06) 82%);
  }

  .sh-hero--photo .sh-hero__content {
    padding: 48px 0 38px;
  }

  .sh-hero--photo .sh-hero__title {
    max-width: 12ch;
    font-size: clamp(42px, 11.8vw, 58px);
  }

  .sh-hero--photo .sh-hero__media img {
    object-position: center;
  }

  .sh-hero--researchers .sh-hero__media img {
    object-position: 76% center;
  }

  .sh-page-hero__inner,
  .sh-page-hero__content {
    padding: 48px 0 38px;
  }

  .sh-page-hero__title,
  .sh-page-hero h1 {
    max-width: 12ch;
    font-size: clamp(44px, 13vw, 62px);
  }

  .sh-page-hero::after {
    background: linear-gradient(0deg, rgba(11, 4, 20, 0.98) 0%, rgba(11, 4, 20, 0.78) 52%, rgba(11, 4, 20, 0.08) 82%);
  }

  .sh-section {
    padding: 72px 0;
  }

  .sh-section__header {
    margin-bottom: 32px;
  }

  .sh-section__title,
  .sh-cta-band__title {
    font-size: clamp(40px, 12vw, 58px);
  }

  .sh-metric-strip {
    grid-template-columns: 1fr;
  }

  .sh-metric-strip__item,
  .sh-metric-strip__item:nth-child(2),
  .sh-metric-strip__item:nth-child(-n + 2) {
    min-height: 164px;
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid var(--sh-line-dark);
  }

  .sh-metric-strip__item:last-child {
    border-bottom: 0;
  }

  .sh-record-story__visual {
    height: 56svh;
    min-height: 420px;
  }

  .sh-record-story__quote {
    right: 12px;
    bottom: 12px;
    left: 12px;
    padding: 18px;
  }

  .sh-record-story__rail {
    padding-left: 32px;
  }

  .sh-record-story__stage {
    min-height: 210px;
    padding: 34px 0;
  }

  .sh-program-rail {
    grid-auto-columns: 84vw;
  }

  .sh-program-rail__item {
    min-height: 520px;
  }

  .sh-audience-row {
    min-height: 0;
    padding: 26px 0;
    grid-template-columns: 1fr auto;
    gap: 8px 14px;
  }

  .sh-audience-row:hover,
  .sh-audience-row:focus-within {
    min-height: 0;
  }

  .sh-audience-row .sh-label,
  .sh-audience-row p {
    grid-column: 1 / -1;
  }

  .sh-audience-row__media {
    display: none;
  }

  .sh-evidence-ledger__row,
  .sh-evidence-row {
    padding: 24px 0;
    grid-template-columns: 1fr;
  }

  .sh-evidence-ledger__row p,
  .sh-evidence-row p {
    grid-column: auto;
  }

  .sh-content-grid,
  .sh-feature-grid,
  .sh-roadmap-grid {
    grid-template-columns: 1fr;
  }

  .sh-content-block,
  .sh-feature,
  .sh-roadmap-card {
    min-height: 0;
  }

  .sh-editorial-image {
    min-height: calc(100svh - var(--sh-nav-h));
    align-items: flex-end;
  }

  .sh-editorial-image::after,
  .sh-editorial-image--copy-right::after {
    background: linear-gradient(0deg, rgba(11, 4, 20, 0.98) 0%, rgba(11, 4, 20, 0.68) 52%, rgba(11, 4, 20, 0.06) 82%);
  }

  .sh-editorial-image__copy,
  .sh-editorial-image--copy-right .sh-editorial-image__copy {
    width: 100%;
    margin: 0;
    padding-bottom: 42px;
  }

  .sh-form {
    grid-template-columns: 1fr;
  }

  .sh-form__field--wide,
  .sh-form__note {
    grid-column: auto;
  }

  .sh-media-split__media,
  .sh-media-split__media img {
    min-height: 380px;
  }

  .sh-footer__top {
    grid-template-columns: 1fr;
  }

  .sh-footer__brand {
    grid-column: auto;
  }

  .sh-footer__bottom {
    flex-direction: column;
  }

  .sh-footer__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sh-footer__nav > div:last-child {
    width: auto;
    justify-self: start;
  }

  .sh-footer__legal {
    align-items: flex-start;
    flex-direction: column;
  }

  .sh-life-hero__controls {
    right: 16px;
    top: 16px;
    bottom: auto;
    gap: 4px;
  }

  .sh-life-hero__control {
    width: 10px;
    height: 10px;
  }

  .sh-life-hero__control[aria-current="true"] {
    width: 26px;
  }

  .sh-life-hero__slide figcaption {
    top: 16px;
    right: auto;
    bottom: auto;
    left: 16px;
    max-width: 210px;
    padding: 8px 10px;
    font-size: 9px;
  }

  .sh-record-console {
    padding: 14px;
    border-radius: 16px;
  }

  .sh-record-console__identity {
    grid-template-columns: auto 1fr;
  }

  .sh-record-console__identity .sh-state {
    grid-column: 1 / -1;
  }

  .sh-record-console__signal {
    grid-template-columns: 1fr;
  }

  .sh-record-console__signal > div {
    min-height: 220px;
  }

  .sh-home-trust-grid {
    grid-template-columns: 1fr;
  }

  .sh-home-trust-grid article,
  .sh-home-trust-grid article:nth-child(2) {
    min-height: 250px;
    border-right: 0;
    border-bottom: 1px solid var(--sh-line);
  }

  .sh-home-trust-grid article:last-child {
    border-bottom: 0;
  }

  .sh-home-insights__list article {
    min-height: 0;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 16px;
  }

  .sh-home-insights__list article > a {
    min-height: 112px;
  }

  .sh-audience-row__content {
    grid-column: 1;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .sh-search {
    padding: 10px;
  }

  .sh-search__panel {
    max-height: calc(100svh - 20px);
    padding: 22px 18px;
    border-radius: 18px;
  }

  .sh-search__head {
    margin-bottom: 20px;
    gap: 14px;
  }

  .sh-search__head h2 {
    max-width: 13ch;
    font-size: 32px;
  }

  .sh-search__field {
    min-height: 58px;
    padding-inline: 15px 11px;
  }

  .sh-search__field input {
    font-size: 14px;
  }

  .sh-search__results a {
    grid-template-columns: 1fr auto;
    gap: 5px 14px;
  }

  .sh-search__type {
    grid-column: 1 / -1;
  }

  .sh-search__hint {
    text-align: left;
  }
}

/* Release-ready responsive and conversion treatments */
.sh-hero--photo {
  min-height: calc(100svh - var(--sh-nav-h));
}

.sh-partner-intake {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(560px, 1.28fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: start;
}

.sh-partner-intake__boundary {
  max-width: 34rem;
  margin-top: 30px;
  padding: 18px 20px;
  border-left: 3px solid var(--sh-pink);
  background: rgba(139, 92, 246, 0.08);
  display: grid;
  gap: 4px;
  color: var(--sh-dark-muted);
  font-size: 13px;
}

.sh-partner-intake__boundary strong {
  color: var(--sh-dark-ink);
}

.sh-partner-form {
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid var(--sh-line-dark);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(21, 12, 38, 0.1);
  display: grid;
  gap: 20px;
}

.sh-partner-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.sh-partner-form label:not(.sh-partner-form__consent) {
  display: grid;
  gap: 8px;
  color: var(--sh-dark-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.sh-partner-form :is(input, select, textarea) {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid rgba(21, 12, 38, 0.24);
  border-radius: 9px;
  background: var(--sh-paper);
  color: var(--sh-dark-ink);
  font: inherit;
  font-size: 15px;
  letter-spacing: normal;
}

.sh-partner-form textarea {
  min-height: 104px;
  resize: vertical;
}

.sh-partner-form :is(input, select, textarea):focus-visible {
  border-color: var(--sh-violet);
  outline: 3px solid rgba(139, 92, 246, 0.2);
  outline-offset: 1px;
}

.sh-partner-form__consent {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: var(--sh-dark-muted);
  font-size: 13px;
}

.sh-partner-form__consent input {
  width: 20px;
  min-height: 20px;
  margin: 1px 0 0;
}

.sh-partner-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sh-partner-form .sh-button--quiet {
  border-color: rgba(21, 12, 38, 0.28);
  background: transparent;
  color: var(--sh-dark-ink);
}

.sh-partner-form__status {
  margin: 0;
  color: var(--sh-dark-muted);
  font-size: 12px;
}

@media (min-width: 1200px) {
  .sh-program-faq__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 36px;
  }

  #inside-record .sh-record-story {
    display: block;
  }

  #inside-record .sh-record-story__rail {
    display: none;
  }

  #inside-record .sh-record-story > .sh-l-stack {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }

  #inside-record .sh-record-story__stage {
    min-height: 360px;
    padding: 28px;
    border: 1px solid var(--sh-line);
    border-radius: 16px;
    background: var(--sh-surface);
    opacity: 1;
  }

  #architecture .sh-evidence-ledger,
  #how-elyra-works .sh-evidence-ledger {
    border-top: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  #architecture .sh-evidence-ledger__row,
  #how-elyra-works .sh-evidence-ledger__row {
    min-height: 290px;
    padding: 28px;
    border: 1px solid var(--sh-line);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.035);
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }

  #architecture .sh-evidence-ledger__row small,
  #how-elyra-works .sh-evidence-ledger__row .sh-state {
    margin-top: auto;
  }
}

@media (min-width: 721px) and (max-width: 1199px) {
  .sh-program-faq__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .sh-partner-intake {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .sh-program-faq__grid,
  .sh-partner-form__grid {
    grid-template-columns: 1fr;
  }

  .sh-partner-form {
    padding: 22px 18px;
    border-radius: 14px;
  }

  .sh-partner-form__actions {
    display: grid;
  }
}

@media (max-width: 620px) {
  .sh-hero--photo .sh-hero__media img[src*="audience-individuals-hero"] {
    object-position: 69% center;
  }

  .sh-hero--photo .sh-hero__media img[src*="audience-healthplans-hero"] {
    object-position: 72% center;
  }

  .sh-hero--photo .sh-hero__media img[src*="audience-governments-hero"] {
    object-position: 73% center;
  }

  .sh-hero--photo .sh-hero__media img[src*="program-altheon-hero"] {
    object-position: 77% center;
  }

  .sh-hero--photo .sh-hero__media img[src*="program-vyora-hero"] {
    object-position: 71% center;
  }
}

@media (min-width: 1100px) and (min-height: 760px) {
  .sh-page--home main > .sh-section {
    padding-block: 58px;
  }

  .sh-page--home .sh-section__header {
    margin-bottom: 24px;
  }

  .sh-page--home .sh-section__title {
    font-size: clamp(42px, 4vw, 58px);
  }

  .sh-page--home :is(.sh-home-record, .sh-home-insights) .sh-section__title {
    font-size: clamp(40px, 3.5vw, 52px);
  }

  .sh-page--home main > .sh-home-record {
    padding-block: 29px;
  }

  .sh-page--home .sh-home-record .sh-section__header {
    margin-bottom: 18px;
  }

  .sh-page--home .sh-home-record__grid {
    gap: 32px;
  }

  .sh-page--home .sh-record-console {
    min-height: 392px;
    padding: 18px;
  }

  .sh-page--home .sh-record-console__bar {
    padding-bottom: 12px;
  }

  .sh-page--home .sh-record-console__identity {
    padding-block: 16px;
  }

  .sh-page--home .sh-record-console__signal {
    padding-block: 16px;
  }

  .sh-page--home .sh-record-console__signal > div {
    min-height: 150px;
    padding: 14px;
  }

  .sh-page--home .sh-record-console__signal > div::before {
    height: 46px;
    margin-bottom: 10px;
  }

  .sh-page--home .sh-record-console__signal strong {
    margin-top: 5px;
    font-size: clamp(18px, 1.55vw, 23px);
  }

  .sh-page--home .sh-record-console__signal small {
    margin-top: 7px;
  }

  .sh-page--home .sh-home-record__steps {
    gap: 8px;
  }

  .sh-page--home .sh-home-record__steps .sh-record-story__stage {
    min-height: 138px;
    padding: 16px 18px;
  }

  .sh-page--home .sh-home-record__steps .sh-record-story__stage h3 {
    margin-block: 3px 6px;
    font-size: clamp(21px, 1.8vw, 27px);
  }

  .sh-page--home .sh-home-record__steps .sh-record-story__stage p {
    font-size: 12px;
    line-height: 1.42;
  }

  .sh-page--home .sh-program-rail {
    min-height: 452px;
  }

  .sh-page--home .sh-technology-ledger .sh-evidence-ledger__row {
    min-height: 82px;
    padding-block: 10px;
  }

  .sh-page--home .sh-technology-ledger .sh-evidence-ledger__row h3 {
    font-size: 22px;
  }

  .sh-page--home .sh-technology-ledger .sh-evidence-ledger__row p {
    font-size: 12px;
    line-height: 1.42;
  }

  .sh-page--home .sh-home-insights__media {
    aspect-ratio: 2.7 / 1;
  }

  .sh-page--home .sh-home-insights {
    padding-block: 44px;
  }

  .sh-page--home .sh-home-insights__feature {
    padding-top: 18px;
  }

  .sh-page--home .sh-home-insights__copy {
    padding-top: 16px;
  }

  .sh-page--home .sh-home-insights__copy h3 {
    max-width: 24ch;
    margin-block: 6px 9px;
    font-size: clamp(26px, 2.1vw, 31px);
  }

  .sh-page--home .sh-home-insights__copy p:not(.sh-label) {
    margin-block: 0 10px;
    font-size: 13px;
  }

  .sh-page--home .sh-home-insights__list article {
    min-height: 136px;
    padding: 12px 0 12px 22px;
    grid-template-columns: 124px minmax(0, 1fr);
    gap: 18px;
  }

  .sh-page--home .sh-home-insights__list article > a {
    min-height: 106px;
  }

  .sh-page--home .sh-home-insights__list h3 {
    margin-block: 4px 6px;
    font-size: clamp(16px, 1.22vw, 19px);
  }

  .sh-page--home .sh-home-insights__list p:not(.sh-label) {
    display: none;
  }

  .sh-page--home .sh-home-trust-grid article {
    min-height: 238px;
    padding: 24px;
  }

  .sh-page--home .sh-home-trust-grid h3 {
    font-size: clamp(23px, 2.3vw, 32px);
  }

  .sh-page--home .sh-cta-band {
    min-height: calc(100svh - var(--sh-nav-h));
  }

  .sh-page--home .sh-cta-band__title {
    font-size: clamp(48px, 5vw, 68px);
  }
}

@media (max-width: 960px) {
  .sh-program-rail__item[data-program="aurevia"] .sh-program-rail__media img,
  .sh-program-rail__item[data-program="aurevia"]:is(:hover, :focus-within) .sh-program-rail__media img,
  .sh-program-rail__item[data-program="elyra"] .sh-program-rail__media img,
  .sh-program-rail__item[data-program="elyra"]:is(:hover, :focus-within) .sh-program-rail__media img {
    object-position: 20% center;
  }

  .sh-program-rail__item[data-program="serenya"] .sh-program-rail__media img,
  .sh-program-rail__item[data-program="serenya"]:is(:hover, :focus-within) .sh-program-rail__media img {
    object-position: 72% center;
  }

  .sh-program-rail__item[data-program="altheon"] .sh-program-rail__media img,
  .sh-program-rail__item[data-program="altheon"]:is(:hover, :focus-within) .sh-program-rail__media img {
    object-position: 74% center;
  }
}

@media (max-width: 620px) {
  .sh-program-rail__item[data-program="aurevia"] .sh-program-rail__media img,
  .sh-program-rail__item[data-program="aurevia"]:is(:hover, :focus-within) .sh-program-rail__media img {
    object-position: 17% center;
  }

  .sh-program-rail__item[data-program="serenya"] .sh-program-rail__media img,
  .sh-program-rail__item[data-program="serenya"]:is(:hover, :focus-within) .sh-program-rail__media img {
    object-position: 75% center;
  }

  .sh-program-rail__item[data-program="altheon"] .sh-program-rail__media img,
  .sh-program-rail__item[data-program="altheon"]:is(:hover, :focus-within) .sh-program-rail__media img {
    object-position: 76% center;
  }

  .sh-program-rail__item[data-program="elyra"] .sh-program-rail__media img,
  .sh-program-rail__item[data-program="elyra"]:is(:hover, :focus-within) .sh-program-rail__media img {
    object-position: 16% center;
  }

  .sh-program-proof .sh-metric-strip__item {
    min-height: 150px;
  }

  .sh-program-faq__grid summary {
    min-height: 72px;
  }
}

@media (max-width: 960px) {
  ol.sh-record-story {
    grid-template-columns: 1fr;
  }

  ol.sh-record-story .sh-record-story__stage {
    min-height: 220px;
  }

  .sh-program-faq__grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

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

  [data-reveal],
  [data-js="reveal"],
  [data-reveal].is-reveal-ready,
  [data-js="reveal"].is-reveal-ready {
    opacity: 1;
    transform: none;
  }
}

/* Supplied Shiora motion lockup. The animated orb remains independent from
   the wordmark so both retain their intended proportions at every viewport. */
.sh-brand .sh-brand__symbol {
  position: relative;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
  display: block;
  contain: paint;
}

.sh-brand .sh-brand__symbol img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.sh-brand .sh-brand__wordmark {
  width: 136px;
  height: auto;
  flex: 0 0 auto;
  object-fit: contain;
}

.sh-header .sh-brand {
  gap: 10px;
}

.sh-footer .sh-brand {
  gap: 13px;
}

.sh-footer .sh-brand__symbol {
  width: 46px;
  height: 46px;
  flex-basis: 46px;
}

.sh-footer .sh-brand__wordmark {
  width: 160px;
}

.sh-logo__static {
  display: none !important;
}

@media (max-width: 620px) {
  .sh-brand .sh-brand__symbol {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .sh-brand .sh-brand__wordmark {
    width: 112px;
  }

  .sh-header .sh-brand {
    gap: 8px;
  }

  .sh-footer .sh-brand__symbol {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .sh-footer .sh-brand__wordmark {
    width: 146px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sh-logo__animated {
    display: none !important;
  }

  .sh-logo__static {
    display: block !important;
  }
}

/* First entry is a single, quiet brand moment. It is session-scoped in the
   synchronous welcome bootstrap so every later page remains uninterrupted. */
.sh-welcome {
  display: none;
}

html.sh-welcome-pending {
  overflow: hidden;
}

html.sh-welcome-pending body {
  overscroll-behavior: none;
}

/* Keep keyboard and assistive-technology users inside the same quiet first
   moment as sighted visitors. The document remains laid out underneath, but
   its interactive regions do not become focusable until the welcome releases. */
html.sh-welcome-pending body > :not(.sh-welcome):not(script):not(style) {
  visibility: hidden;
}

html.sh-welcome-pending .sh-welcome {
  position: fixed;
  z-index: 6000;
  inset: 0;
  width: 100%;
  min-height: 100svh;
  padding: clamp(24px, 5vw, 72px);
  background: #fff;
  opacity: 1;
  pointer-events: auto;
  display: grid;
  place-items: center;
  transition: opacity 280ms ease, visibility 0s linear 280ms;
}

.sh-welcome__brand {
  width: min(320px, calc(100vw - 64px));
  opacity: 0;
  display: grid;
  justify-items: center;
  gap: clamp(21px, 3vw, 28px);
  transform: translateY(7px) scale(0.985);
  transform-origin: center;
  transition: opacity 300ms ease, transform 520ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.sh-welcome__symbol {
  position: relative;
  width: clamp(94px, 9vw, 116px);
  height: clamp(94px, 9vw, 116px);
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
  display: block;
  contain: paint;
}

.sh-welcome__symbol img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.sh-welcome__wordmark {
  width: clamp(194px, 20vw, 238px);
  height: auto;
  object-fit: contain;
}

html.sh-welcome-ready .sh-welcome__brand {
  opacity: 1;
  transform: translateY(0) scale(1);
}

html.sh-welcome-exit .sh-welcome {
  opacity: 0;
  pointer-events: none;
}

html.sh-welcome-exit .sh-welcome__brand {
  opacity: 0;
  transform: translateY(-2px) scale(1.018);
  transition-duration: 210ms, 280ms;
}

@media (max-width: 620px) {
  .sh-welcome__brand {
    width: min(260px, calc(100vw - 56px));
  }

  .sh-welcome__symbol {
    width: 92px;
    height: 92px;
  }

  .sh-welcome__wordmark {
    width: 196px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.sh-welcome-pending .sh-welcome,
  .sh-welcome__brand,
  html.sh-welcome-exit .sh-welcome__brand {
    transition: opacity 0.01ms linear !important;
    transform: none !important;
  }
}

@media (max-width: 1100px) {
  .sh-page--home .sh-home-programs__intro > div:last-child {
    margin-left: 0;
  }

  .sh-page--home .sh-home-programs__title {
    font-size: clamp(34px, 5.7vw, 56px);
  }

  .sh-page--home .sh-program-rail__detail {
    max-height: 220px;
    margin-top: 18px;
  }
}

@media (max-width: 960px) {
  .sh-nav__dropdown a:not(.sh-nav__overview) {
    min-height: 72px;
    padding: 8px 0;
    grid-template-columns: 66px minmax(0, 1fr);
    column-gap: 12px;
  }

  .sh-nav__dropdown a:not(.sh-nav__overview)::before {
    width: 66px;
    height: 50px;
  }
}

@media (max-width: 720px) {
  .sh-hero--home .sh-hero__sub--story {
    max-width: none;
    font-size: clamp(12px, 3.7vw, 16px);
  }

  .sh-page--home .sh-home-programs__title {
    font-size: 6.6vw;
  }
}

/* Production resilience and responsive polish */
.sh-section {
  padding-block: clamp(72px, 7vw, 104px);
}

.sh-section__header {
  margin-bottom: clamp(32px, 4.4vw, 58px);
}

.sh-section__title,
.sh-cta-band__title {
  font-size: clamp(40px, 5.1vw, 72px);
}

.sh-program-rail {
  min-height: 510px;
}

.sh-home-record {
  padding-block: 72px;
}

.sh-home-record .sh-section__header {
  margin-bottom: 34px;
}

.sh-home-record__steps {
  padding-left: 0;
  display: grid;
  gap: 10px;
}

.sh-home-record__steps::before,
.sh-home-record__steps::after {
  display: none;
}

.sh-home-record__steps .sh-record-story__stage {
  min-height: 176px;
  padding: 22px 24px;
  border: 1px solid var(--sh-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
  opacity: 0.72;
  transform: none;
}

.sh-home-record__steps .sh-record-story__stage.is-active {
  border-color: rgba(139, 92, 246, 0.52);
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.13), rgba(240, 86, 140, 0.055));
  opacity: 1;
  transform: none;
}

.sh-home-record__steps .sh-record-story__stage h3 {
  margin-block: 5px 9px;
  font-size: clamp(24px, 2.5vw, 34px);
}

.sh-record-console {
  min-height: 548px;
}

.sh-record-console__signal > div {
  min-height: 224px;
}

.sh-technology-ledger .sh-evidence-ledger__row {
  min-height: 112px;
  padding-block: 18px;
}

.sh-family-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.sh-life-hero__controls {
  gap: 1px;
}

.sh-life-hero__control {
  position: relative;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
}

.sh-life-hero__control::before {
  width: 10px;
  height: 10px;
  border: 1px solid rgba(21, 12, 38, 0.34);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
  content: "";
  display: block;
  transition: width 220ms var(--sh-ease), background 180ms ease;
}

.sh-life-hero__control[aria-current="true"] {
  width: 44px;
  background: transparent;
}

.sh-life-hero__control[aria-current="true"]::before {
  width: 28px;
  border-radius: 999px;
  background: var(--sh-pink);
}

.sh-life-hero__control[data-life-control="toggle"]::before {
  width: 30px;
  height: 30px;
  border-color: rgba(21, 12, 38, 0.22);
  background: rgba(255, 255, 255, 0.82);
}

.sh-life-hero__control[data-life-control="toggle"]::after {
  position: absolute;
  top: 16px;
  left: 17px;
  width: 7px;
  height: 12px;
  border-right: 2px solid var(--sh-ground);
  border-left: 2px solid var(--sh-ground);
  content: "";
}

.sh-life-hero__control[data-life-control="toggle"].is-paused::after {
  top: 15px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 0;
  border-bottom: 7px solid transparent;
  border-left: 10px solid var(--sh-ground);
}

@media (max-width: 1024px) {
  .sh-hero--photo {
    min-height: calc(100svh - var(--sh-nav-h));
  }
}

@media (max-width: 620px) {
  .sh-header {
    background: var(--sh-void);
  }

  .sh-hero--photo .sh-hero__media img {
    object-position: 58% center;
  }

  .sh-hero--photo .sh-hero__media img[src*="program-aurevia-hero"] {
    object-position: 66% center;
  }

  .sh-hero--photo .sh-hero__media img[src*="program-altheon-hero"] {
    object-position: 75% center;
  }

  .sh-hero--photo .sh-hero__media img[src*="program-amarae-hero"] {
    object-position: 79% center;
  }

  .sh-hero--photo .sh-hero__media img[src*="program-serenya-hero"] {
    object-position: 77% center;
  }

  .sh-hero--photo .sh-hero__media img[src*="program-vyora-hero"] {
    object-position: 71% center;
  }

  .sh-hero--photo .sh-hero__media img[src*="program-elyra-hero"] {
    object-position: 62% center;
  }

  .sh-hero--photo .sh-hero__media img[src*="technology-hero"] {
    object-position: 62% center;
  }

  .sh-hero--photo .sh-hero__media img[src*="audience-individuals-hero"] {
    object-position: 69% center;
  }

  .sh-life-hero__controls {
    gap: 0;
  }

  .sh-life-hero__control,
  .sh-life-hero__control[aria-current="true"] {
    width: 40px;
    height: 40px;
  }

  .sh-audience-row {
    padding-block: 20px 30px;
    display: block;
  }

  .sh-audience-row__media {
    position: relative;
    inset: auto;
    width: 100%;
    aspect-ratio: 16 / 10;
    margin: 0 0 22px;
    border-radius: 12px;
    display: block;
    opacity: 1;
    overflow: hidden;
  }

  .sh-audience-row__media::after {
    background: linear-gradient(0deg, rgba(21, 12, 38, 0.34), transparent 52%);
  }

  .sh-audience-row:hover .sh-audience-row__media,
  .sh-audience-row:focus-within .sh-audience-row__media {
    opacity: 1;
  }

  .sh-audience-row__content {
    display: block;
  }

  .sh-audience-row__content > * + * {
    margin-top: 12px;
  }

  .sh-js .sh-table-wrap {
    overflow: visible;
  }

  .sh-js .sh-table-wrap table {
    min-width: 0;
  }

  .sh-js .sh-table-wrap thead {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .sh-js .sh-table-wrap tbody,
  .sh-js .sh-table-wrap tr,
  .sh-js .sh-table-wrap th,
  .sh-js .sh-table-wrap td {
    display: block;
  }

  .sh-js .sh-table-wrap tbody tr {
    padding-block: 20px;
    border-bottom: 1px solid currentColor;
  }

  .sh-js .sh-table-wrap tbody th,
  .sh-js .sh-table-wrap tbody td {
    padding: 7px 0;
    border: 0;
  }

  .sh-js .sh-table-wrap tbody th {
    margin-bottom: 8px;
    font-size: 13px;
    opacity: 1;
  }

  .sh-js .sh-table-wrap tbody td {
    display: grid;
    grid-template-columns: minmax(94px, 0.38fr) minmax(0, 1fr);
    gap: 14px;
  }

  .sh-js .sh-table-wrap tbody td::before {
    color: currentColor;
    content: attr(data-label);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.12em;
    opacity: 0.58;
    text-transform: uppercase;
  }
}

/* Privacy choices and production-grade action controls */
body.sh-site.is-cookie-open {
  overflow: hidden;
}

.sh-privacy[hidden],
.sh-privacy [hidden] {
  display: none !important;
}

.sh-privacy {
  position: fixed;
  z-index: 1200;
  inset: 0;
  padding: 20px;
  display: grid;
  align-items: end;
}

.sh-privacy__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(11, 4, 20, 0.58);
  backdrop-filter: blur(5px);
}

.sh-privacy__dialog {
  position: relative;
  width: min(1120px, 100%);
  max-height: calc(100dvh - 40px);
  margin-inline: auto;
  border: 1px solid rgba(248, 245, 251, 0.22);
  border-radius: 20px;
  background:
    radial-gradient(circle at 96% 8%, rgba(139, 92, 246, 0.18), transparent 32%),
    #150c26;
  color: var(--sh-ink);
  box-shadow: 0 28px 80px rgba(5, 2, 10, 0.48);
  overflow: auto;
  overscroll-behavior: contain;
}

.sh-privacy__banner {
  padding: clamp(24px, 3.5vw, 42px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  gap: clamp(26px, 4vw, 64px);
  align-items: end;
}

.sh-privacy__copy {
  max-width: 710px;
}

.sh-privacy__eyebrow {
  margin: 0 0 10px;
  color: #f3d69c;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.sh-privacy h2 {
  margin: 0;
  color: var(--sh-ink);
  font-size: clamp(27px, 3.2vw, 44px);
  font-weight: 300;
  letter-spacing: -0.045em;
  line-height: 1.03;
}

.sh-privacy h2:focus {
  outline: none;
}

.sh-privacy__copy > p:not(.sh-privacy__eyebrow),
.sh-privacy__settings-intro > p:not(.sh-privacy__eyebrow) {
  max-width: 66ch;
  margin: 15px 0 0;
  color: rgba(248, 245, 251, 0.79);
  font-size: 14px;
  line-height: 1.62;
}

.sh-privacy__policy {
  min-height: 44px;
  margin-top: 9px;
  padding-block: 9px;
  color: #f3d69c;
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  text-transform: uppercase;
}

.sh-privacy__policy:hover,
.sh-privacy__policy:focus-visible {
  color: #fff0c9;
}

.sh-privacy__actions {
  display: grid;
  gap: 10px;
}

.sh-privacy__button {
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 220ms var(--sh-ease);
}

.sh-privacy__button:hover,
.sh-privacy__button:focus-visible {
  transform: translateY(-2px);
}

.sh-privacy__button--primary {
  background: var(--sh-pink);
  color: #110719;
  box-shadow: 0 10px 28px rgba(240, 86, 140, 0.24);
}

.sh-privacy__button--primary:hover,
.sh-privacy__button--primary:focus-visible {
  background: #ff82ad;
}

.sh-privacy__button--secondary {
  border-color: rgba(248, 245, 251, 0.62);
  background: rgba(248, 245, 251, 0.08);
  color: var(--sh-ink);
}

.sh-privacy__button--secondary:hover,
.sh-privacy__button--secondary:focus-visible {
  border-color: var(--sh-ink);
  background: rgba(248, 245, 251, 0.14);
}

.sh-privacy__button--text {
  color: #f3d69c;
  background: transparent;
}

.sh-privacy__button--text:hover,
.sh-privacy__button--text:focus-visible {
  background: rgba(243, 214, 156, 0.09);
}

.sh-privacy__settings {
  padding: clamp(26px, 4vw, 46px);
}

.sh-privacy__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(248, 245, 251, 0.38);
  border-radius: 50%;
  background: rgba(248, 245, 251, 0.06);
  color: var(--sh-ink);
  cursor: pointer;
}

.sh-privacy__close span::before,
.sh-privacy__close span::after {
  position: absolute;
  top: 21px;
  left: 12px;
  width: 18px;
  height: 1px;
  background: currentColor;
  content: "";
}

.sh-privacy__close span::before {
  transform: rotate(45deg);
}

.sh-privacy__close span::after {
  transform: rotate(-45deg);
}

.sh-privacy__close:hover,
.sh-privacy__close:focus-visible {
  border-color: var(--sh-ink);
  background: rgba(248, 245, 251, 0.13);
}

.sh-privacy__settings-intro {
  max-width: 720px;
  padding-right: 60px;
}

.sh-privacy__options {
  margin-top: 28px;
  border-top: 1px solid var(--sh-line);
}

.sh-privacy__option {
  min-height: 104px;
  padding: 20px 0;
  border-bottom: 1px solid var(--sh-line);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
}

label.sh-privacy__option {
  cursor: pointer;
}

.sh-privacy__option h3,
.sh-privacy__option strong {
  margin: 0;
  color: var(--sh-ink);
  display: block;
  font-size: 15px;
  font-weight: 650;
  letter-spacing: -0.015em;
}

.sh-privacy__option p,
.sh-privacy__option small {
  max-width: 66ch;
  margin: 6px 0 0;
  color: rgba(248, 245, 251, 0.7);
  display: block;
  font-size: 12px;
  line-height: 1.55;
}

.sh-privacy__always {
  min-height: 32px;
  padding-inline: 12px;
  border: 1px solid rgba(79, 209, 184, 0.5);
  border-radius: 999px;
  color: var(--sh-live);
  display: inline-flex;
  align-items: center;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sh-privacy__switch {
  position: relative;
  width: 54px;
  height: 32px;
  display: block;
}

.sh-privacy__switch input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.sh-privacy__switch > span {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(248, 245, 251, 0.42);
  border-radius: 999px;
  background: rgba(248, 245, 251, 0.1);
  transition: border-color 180ms ease, background-color 180ms ease;
}

.sh-privacy__switch > span::after {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--sh-ink);
  box-shadow: 0 2px 8px rgba(5, 2, 10, 0.35);
  content: "";
  transition: transform 220ms var(--sh-ease);
}

.sh-privacy__switch input:checked + span {
  border-color: var(--sh-pink);
  background: var(--sh-pink);
}

.sh-privacy__switch input:checked + span::after {
  background: #150c26;
  transform: translateX(22px);
}

.sh-privacy__switch input:focus-visible + span {
  outline: 3px solid #f3d69c;
  outline-offset: 4px;
}

.sh-privacy__settings-actions {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.sh-privacy__settings-actions .sh-privacy__policy {
  margin-top: 0;
}

.sh-footer__cookie-settings {
  min-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  letter-spacing: inherit;
  text-transform: uppercase;
}

.sh-footer__cookie-settings:hover,
.sh-footer__cookie-settings:focus-visible {
  color: var(--sh-ink);
}

/* Every arrow action keeps the same readable target and feedback at every viewport. */
.sh-button,
.sh-link,
.sh-state[href],
.sh-filter button,
.sh-life-hero__control {
  cursor: pointer;
}

.sh-button {
  position: relative;
  box-shadow: 0 8px 24px rgba(11, 4, 20, 0.14);
}

.sh-button--primary,
.sh-button--nav {
  box-shadow: 0 9px 26px rgba(240, 86, 140, 0.22);
}

.sh-button--ghost,
.sh-button--quiet {
  border-color: rgba(255, 255, 255, 0.66);
  background: rgba(21, 12, 38, 0.34);
}

.sh-button::after,
.sh-link::after,
.sh-cta-band__links a::after {
  width: 1.05em;
  height: 1.05em;
  flex: 0 0 auto;
  background-color: currentColor;
  content: "";
  -webkit-mask: var(--sh-arrow-icon) center / contain no-repeat;
  mask: var(--sh-arrow-icon) center / contain no-repeat;
  transform-origin: center;
  transition: transform 220ms var(--sh-ease);
}

.sh-ui-arrow {
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  display: inline-block;
  overflow: hidden;
  background-color: currentColor;
  font-size: 1em;
  line-height: 0;
  -webkit-mask: var(--sh-arrow-icon) center / contain no-repeat;
  mask: var(--sh-arrow-icon) center / contain no-repeat;
  text-indent: -100vw;
  white-space: nowrap;
  vertical-align: -0.08em;
}

.sh-ui-arrow--east {
  rotate: 45deg;
}

.sh-ui-arrow--south-east {
  rotate: 90deg;
}

.sh-ui-arrow--south {
  rotate: 135deg;
}

.sh-ui-arrow--west {
  rotate: -135deg;
}

.sh-button:hover::after,
.sh-button:focus-visible::after,
.sh-link:hover::after,
.sh-link:focus-visible::after,
.sh-cta-band__links a:hover::after,
.sh-cta-band__links a:focus-visible::after {
  transform: translate(3px, -3px);
}

.sh-link {
  min-height: 44px;
  padding-block: 9px;
  border-radius: 4px;
}

.sh-link:hover,
.sh-link:focus-visible {
  color: #f3d69c;
}

.sh-state[href] {
  min-height: 44px;
  padding-inline: 14px;
}

.sh-filter button {
  min-height: 44px;
}

.sh-search__results a {
  min-height: 64px;
}

.sh-search__arrow {
  width: 28px;
  height: 28px;
  display: inline-block;
  overflow: hidden;
  background-color: currentColor;
  font-size: 0;
  -webkit-mask: var(--sh-arrow-icon) center / 16px 16px no-repeat;
  mask: var(--sh-arrow-icon) center / 16px 16px no-repeat;
}

.sh-nav__chevron {
  flex: 0 0 auto;
}

.sh-life-hero__control,
.sh-life-hero__control[aria-current="true"] {
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  display: grid;
  place-items: center;
}

.sh-life-hero__control::before {
  margin: 0;
}

.sh-life-hero__control:hover,
.sh-life-hero__control:focus-visible {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-1px);
}

@media (max-width: 720px) {
  .sh-privacy {
    padding: 10px;
  }

  .sh-privacy__dialog {
    max-height: calc(100dvh - 20px);
    border-radius: 16px;
  }

  .sh-privacy__banner {
    padding: 24px 20px 20px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .sh-privacy h2 {
    max-width: 15ch;
    font-size: clamp(27px, 8vw, 36px);
  }

  .sh-privacy__copy > p:not(.sh-privacy__eyebrow),
  .sh-privacy__settings-intro > p:not(.sh-privacy__eyebrow) {
    font-size: 13px;
  }

  .sh-privacy__settings {
    padding: 28px 20px 20px;
  }

  .sh-privacy__settings-intro {
    padding-right: 42px;
  }

  .sh-privacy__close {
    top: 12px;
    right: 12px;
  }

  .sh-privacy__option {
    min-height: 0;
    padding: 18px 0;
    gap: 16px;
  }

  .sh-privacy__settings-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .sh-privacy__settings-actions .sh-privacy__button {
    width: 100%;
  }

  .sh-search__results a {
    grid-template-columns: 76px minmax(0, 1fr) 28px;
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sh-privacy *,
  .sh-privacy *::before,
  .sh-privacy *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* One exact first-viewport composition for every photographic hero. */
.sh-hero--home,
.sh-hero--photo,
.sh-page-hero {
  height: var(--sh-hero-height);
  min-height: var(--sh-hero-height);
  max-height: var(--sh-hero-height);
}

.sh-hero--photo {
  align-items: flex-end;
}

.sh-hero--photo .sh-hero__content {
  max-height: 100%;
  padding-block: clamp(34px, 5.6svh, 52px);
}

.sh-hero--photo .sh-section__eyebrow {
  margin-bottom: 12px;
}

.sh-hero--photo .sh-hero__title {
  width: min(100%, 800px);
  max-width: 16ch;
  font-size: clamp(46px, 5.8vw, 82px);
  line-height: 1;
}

.sh-hero--photo .sh-hero__sub {
  max-width: 52ch;
  margin: 14px 0 0;
  color: rgba(248, 245, 251, 0.92);
  font-size: clamp(17px, 1.45vw, 21px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.28;
}

.sh-hero--photo :is(.sh-hero__lead, .sh-hero__body) {
  max-width: 58ch;
  margin: 14px 0 0;
  color: rgba(248, 245, 251, 0.82);
  font-size: clamp(14px, 1.16vw, 17px);
  line-height: 1.46;
}

.sh-hero--photo .sh-hero__actions {
  margin-top: 18px;
}

@media (max-width: 960px) {
  .sh-hero--home .sh-hero__body {
    display: block;
    max-width: 48ch;
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.42;
  }

  .sh-hero--photo .sh-hero__content {
    padding-block: 30px;
  }

  .sh-hero--photo .sh-hero__title {
    max-width: 16ch;
    font-size: clamp(40px, 6.8vw, 54px);
    line-height: 1.02;
  }

  .sh-hero--photo .sh-hero__sub {
    font-size: clamp(16px, 2.4vw, 19px);
  }

  .sh-hero--photo :is(.sh-hero__lead, .sh-hero__body) {
    font-size: 14px;
    line-height: 1.42;
  }

  .sh-hero--photo .sh-hero__actions {
    margin-top: 16px;
  }
}

@media (max-width: 620px) {
  .sh-hero--home .sh-hero__body {
    max-width: 38ch;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.4;
  }

  .sh-hero--photo .sh-hero__content {
    padding-block: 22px;
  }

  .sh-hero--photo .sh-section__eyebrow {
    margin-bottom: 9px;
  }

  .sh-hero--photo .sh-hero__title {
    max-width: 16ch;
    font-size: clamp(34px, 9.7vw, 43px);
    line-height: 1.02;
  }

  .sh-hero--photo .sh-hero__sub {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.25;
  }

  .sh-hero--photo :is(.sh-hero__lead, .sh-hero__body) {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.38;
  }

  .sh-hero--photo .sh-hero__actions {
    margin-top: 12px;
    gap: 8px;
  }

  .sh-hero--photo .sh-button {
    min-height: 46px;
  }
}

/* Editorial shared shell, inspired by the clarity of aerospace navigation but
   expressed in Shiora's own clinical, human visual language. */
.sh-header {
  border-bottom-color: rgba(248, 245, 251, 0.14);
  background: rgba(8, 3, 16, 0.96);
  box-shadow: 0 12px 36px rgba(3, 1, 8, 0.14);
}

.sh-header__inner {
  gap: clamp(20px, 2.2vw, 36px);
}

.sh-header .sh-nav {
  gap: clamp(14px, 1.7vw, 26px);
}

.sh-nav__menu {
  gap: clamp(13px, 1.55vw, 24px);
}

.sh-nav__item > a,
.sh-nav__details > summary {
  color: rgba(248, 245, 251, 0.9);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.115em;
}

.sh-nav__item--company .sh-nav__dropdown--compact {
  right: 0;
  left: auto;
  width: min(430px, calc(100vw - 48px));
  padding: 14px;
  grid-template-columns: 1fr;
  transform: none;
}

.sh-nav__dropdown--compact a:not(.sh-nav__overview) {
  min-height: 66px;
  padding: 12px 14px;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  gap: 3px;
}

.sh-nav__dropdown--compact a:not(.sh-nav__overview)::before {
  display: none;
}

.sh-nav__dropdown--compact a:not(.sh-nav__overview) > :is(strong, span) {
  grid-column: 1;
}

.sh-nav__item--language .sh-nav__details > summary {
  color: var(--sh-pink);
}

.sh-button--nav {
  min-height: 40px;
  padding-inline: 16px;
  border-radius: 3px;
  box-shadow: none;
}

/* Newsletter is a clear conversion moment, not another footer column. */
.sh-footer {
  padding: 0 0 28px;
  border-top: 0;
  background: #090410;
}

.sh-newsletter {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(248, 245, 251, 0.12);
  border-bottom: 1px solid rgba(248, 245, 251, 0.14);
  background:
    radial-gradient(circle at 88% 18%, rgba(240, 86, 140, 0.2), transparent 32%),
    radial-gradient(circle at 12% 92%, rgba(139, 92, 246, 0.18), transparent 34%),
    #160d28;
}

.sh-newsletter::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: var(--sh-gradient);
  content: "";
}

.sh-newsletter__inner {
  min-height: 390px;
  padding-block: clamp(72px, 8vw, 116px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
  gap: clamp(48px, 8vw, 124px);
  align-items: center;
}

.sh-newsletter__eyebrow {
  margin: 0 0 18px;
  color: var(--sh-pink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sh-newsletter__copy h2 {
  max-width: 12ch;
  margin: 0;
  color: var(--sh-ink);
  font-size: clamp(44px, 5.1vw, 72px);
  font-weight: 250;
  letter-spacing: -0.052em;
  line-height: 0.98;
  text-wrap: balance;
}

.sh-newsletter__copy > p:last-child {
  max-width: 50ch;
  margin: 24px 0 0;
  color: rgba(248, 245, 251, 0.72);
  font-size: 15px;
  line-height: 1.62;
}

.sh-newsletter__form {
  display: grid;
  gap: 18px;
}

.sh-newsletter__field > label {
  margin-bottom: 10px;
  color: rgba(248, 245, 251, 0.72);
  display: block;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.sh-newsletter__input-row {
  min-height: 62px;
  border-bottom: 1px solid rgba(248, 245, 251, 0.5);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  transition: border-color 180ms ease;
}

.sh-newsletter__input-row:focus-within {
  border-color: var(--sh-pink);
}

.sh-newsletter__input-row input {
  width: 100%;
  min-width: 0;
  height: 62px;
  padding: 0 20px 0 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--sh-ink);
  font-size: clamp(17px, 1.6vw, 21px);
}

.sh-newsletter__input-row input::placeholder {
  color: rgba(248, 245, 251, 0.38);
}

.sh-newsletter__input-row button {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--sh-pink);
  border-radius: 2px;
  background: var(--sh-pink);
  color: #150c26;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease, transform 200ms var(--sh-ease);
}

.sh-newsletter__input-row button:hover,
.sh-newsletter__input-row button:focus-visible {
  background: #fb80a8;
  transform: translateY(-1px);
}

.sh-newsletter__consent {
  max-width: 62ch;
  color: rgba(248, 245, 251, 0.62);
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 12px;
  font-size: 11px;
  line-height: 1.55;
}

.sh-newsletter__consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--sh-pink);
}

.sh-newsletter__consent a,
.sh-newsletter__status a {
  color: var(--sh-ink);
  text-decoration: underline;
  text-decoration-color: rgba(240, 86, 140, 0.7);
  text-underline-offset: 0.2em;
}

.sh-newsletter__status {
  min-height: 1.5em;
  margin: 0;
  color: #f3d69c;
  font-size: 11px;
  line-height: 1.5;
}

.sh-newsletter__form[data-state="ready"] .sh-newsletter__input-row {
  border-color: #f3d69c;
}

.sh-footer__main {
  padding-block: clamp(68px, 7vw, 96px) clamp(52px, 6vw, 78px);
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 2.28fr);
  gap: clamp(54px, 8vw, 126px);
}

.sh-footer__brand p {
  max-width: 32ch;
  margin-top: 24px;
  color: rgba(248, 245, 251, 0.6);
  font-size: 12px;
  line-height: 1.65;
}

.sh-footer__contact {
  min-height: 44px;
  margin-top: 18px;
  color: var(--sh-ink);
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sh-footer__contact:hover,
.sh-footer__contact:focus-visible {
  color: var(--sh-pink);
}

.sh-footer__nav {
  width: 100%;
  grid-template-columns: 0.82fr 1.45fr 1fr 1.25fr;
  gap: 36px clamp(26px, 3.8vw, 58px);
}

.sh-footer__nav > div:last-child {
  width: auto;
  justify-self: start;
}

.sh-footer__nav h2 {
  margin-bottom: 22px;
  color: var(--sh-pink);
  font-size: 9px;
  letter-spacing: 0.16em;
}

.sh-footer__nav a {
  min-height: 34px;
  color: rgba(248, 245, 251, 0.66);
  font-size: 10px;
  line-height: 1.35;
  letter-spacing: 0.075em;
}

.sh-footer__nav a:hover,
.sh-footer__nav a:focus-visible {
  color: var(--sh-ink);
}

.sh-footer__legal {
  padding-top: 24px;
  border-top: 1px solid rgba(248, 245, 251, 0.12);
}

.sh-footer__legal > span a {
  color: #f3d69c;
}

@media (min-width: 1351px) {
  .sh-footer__nav {
    width: 100%;
  }
}

@media (max-width: 1120px) {
  .sh-nav__menu {
    gap: 14px;
  }

  .sh-newsletter__inner {
    grid-template-columns: minmax(0, 0.82fr) minmax(400px, 1.18fr);
    gap: 52px;
  }

  .sh-footer__main {
    grid-template-columns: 1fr;
  }

  .sh-footer__nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .sh-nav__item--company .sh-nav__dropdown--compact {
    position: static;
    width: 100%;
    padding: 10px 0 18px 16px;
    transform: none;
  }

  .sh-nav__dropdown--compact a:not(.sh-nav__overview) {
    min-height: 52px;
    padding: 10px 0;
  }

  .sh-nav__item--language .sh-nav__details > summary {
    color: var(--sh-pink);
  }

  .sh-newsletter__inner {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .sh-newsletter__copy h2 {
    max-width: 14ch;
  }

  .sh-footer__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .sh-newsletter__inner {
    padding-block: 64px;
  }

  .sh-newsletter__copy h2 {
    font-size: clamp(40px, 11vw, 56px);
  }

  .sh-footer__main {
    padding-block: 58px 46px;
  }

  .sh-footer__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 28px;
  }
}

@media (max-width: 520px) {
  .sh-newsletter__input-row {
    padding-bottom: 12px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .sh-newsletter__input-row input {
    padding-right: 0;
  }

  .sh-newsletter__input-row button {
    width: 100%;
  }

  .sh-footer__nav {
    grid-template-columns: 1fr;
  }
}

/* Blue Origin-inspired final shell organization.
   Shiora keeps its own palette, language access, search and institutional CTA. */
:root {
  --sh-nav-h: 70px;
}

.sh-header {
  height: var(--sh-nav-h);
  border-bottom: 1px solid rgba(248, 245, 251, 0.12);
  background: #080310;
  box-shadow: none;
  backdrop-filter: none;
}

.sh-header__inner {
  width: min(1392px, calc(100vw - 48px));
  gap: clamp(22px, 2.4vw, 40px);
}

.sh-header .sh-nav {
  gap: clamp(16px, 1.6vw, 24px);
}

.sh-nav__menu {
  gap: clamp(18px, 1.8vw, 28px);
}

.sh-nav__item > a,
.sh-nav__details > summary {
  min-height: var(--sh-nav-h);
  padding: 0;
  color: rgba(248, 245, 251, 0.92);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1;
}

.sh-nav__item > a {
  display: inline-flex;
  align-items: center;
}

.sh-nav__item > a::after,
.sh-nav__details > summary::after {
  display: none;
}

.sh-nav__item > a:hover,
.sh-nav__item > a:focus-visible,
.sh-nav__item > a[aria-current="page"],
.sh-nav__details[open] > summary {
  color: var(--sh-pink);
}

.sh-nav__details > summary {
  padding-inline: 8px;
  margin-inline: -8px;
}

.sh-nav__details[open] > summary {
  outline: 0;
}

.sh-nav__chevron {
  width: 6px;
  height: 6px;
}

.sh-nav__details .sh-nav__dropdown--list {
  top: 100%;
  left: 0;
  width: min(310px, calc(100vw - 32px));
  padding: 0;
  border: 1px solid rgba(248, 245, 251, 0.16);
  border-radius: 0;
  background: #080310;
  box-shadow: 0 24px 46px rgba(3, 1, 8, 0.32);
  display: block;
  transform: none;
}

.sh-nav__details .sh-nav__dropdown--company {
  right: 0;
  left: auto;
}

.sh-nav__dropdown--list a,
.sh-nav__dropdown--list a:not(.sh-nav__overview) {
  min-height: 52px;
  margin: 0;
  padding: 0 22px;
  border-bottom: 1px solid rgba(248, 245, 251, 0.1);
  border-radius: 0;
  color: rgba(248, 245, 251, 0.9);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.25;
  text-transform: uppercase;
  transition: background-color 160ms ease, color 160ms ease, padding-left 180ms ease;
}

.sh-nav__dropdown--list a:last-child {
  border-bottom: 0;
}

.sh-nav__dropdown--list a:hover,
.sh-nav__dropdown--list a:focus-visible,
.sh-nav__dropdown--list a[aria-current="page"] {
  background: var(--sh-pink);
  color: var(--sh-ground);
  padding-left: 26px;
}

.sh-nav__dropdown--list .sh-nav__overview {
  margin: 0;
  border-bottom: 1px solid rgba(248, 245, 251, 0.18);
  border-radius: 0;
  color: #f3d69c;
  grid-column: auto;
}

.sh-nav__dropdown--list a:not(.sh-nav__overview)::before {
  display: none;
}

/* Keep the restored image-led menus inside narrower desktop viewports. */
@media (min-width: 961px) and (max-width: 1120px) {
  .sh-nav__details .sh-nav__dropdown--media {
    position: fixed;
    top: var(--sh-nav-h);
    right: auto;
    left: 24px;
    width: min(760px, calc(100vw - 48px));
    transform: none;
  }
}

.sh-button--nav {
  min-height: 40px;
  padding-inline: 17px;
  border-radius: 0;
}

/* Blue Origin-style functional footer zones, rendered in Shiora action pink. */
.sh-footer {
  padding: 0;
  border: 0;
  background: var(--sh-pink);
  color: var(--sh-ground);
}

.sh-footer__utility-band {
  border-top: 1px solid rgba(21, 12, 38, 0.26);
  border-bottom: 1px solid rgba(21, 12, 38, 0.26);
}

.sh-footer__utility-band-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.sh-footer__utility-band p {
  margin: 0;
  color: var(--sh-ground);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.sh-footer__utility-band nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 14px clamp(22px, 3vw, 44px);
}

.sh-footer__utility-band a {
  min-height: 44px;
  color: var(--sh-ground);
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sh-footer__utility-band a:hover,
.sh-footer__utility-band a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

.sh-footer__main.sh-footer__main--structured {
  width: min(1392px, calc(100vw - 48px));
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.72fr) minmax(0, 1.18fr);
  gap: 0;
}

.sh-footer__brand,
.sh-footer__utility,
.sh-footer .sh-newsletter {
  min-width: 0;
  padding: clamp(58px, 5vw, 82px) clamp(32px, 4vw, 58px);
}

.sh-footer__brand,
.sh-footer__utility {
  border-right: 1px solid rgba(21, 12, 38, 0.24);
}

.sh-footer .sh-brand__mark {
  filter: brightness(0) saturate(100%) invert(7%) sepia(28%) saturate(1848%) hue-rotate(226deg) brightness(78%) contrast(101%);
}

.sh-footer .sh-brand__text {
  color: var(--sh-ground);
}

.sh-footer__brand p {
  max-width: 38ch;
  margin: 28px 0 0;
  color: rgba(21, 12, 38, 0.88);
  font-size: 12px;
  line-height: 1.65;
}

.sh-footer__brand p.sh-footer__brand-disclaimer {
  max-width: 48ch;
  margin-top: 16px;
  color: rgba(21, 12, 38, 0.72);
  font-size: 9.5px;
  line-height: 1.58;
}

.sh-footer__contact {
  margin-top: 20px;
  color: var(--sh-ground);
  font-size: 10px;
}

.sh-footer__contact:hover,
.sh-footer__contact:focus-visible {
  color: var(--sh-ground);
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

.sh-footer__brand-meta {
  margin-top: clamp(54px, 7vw, 92px);
  color: rgba(21, 12, 38, 0.72);
  display: grid;
  gap: 18px;
  font-size: 8.5px;
  letter-spacing: 0.08em;
  line-height: 1.55;
  text-transform: uppercase;
}

.sh-footer__brand-meta nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.sh-footer__brand-meta a {
  color: var(--sh-ground);
}

.sh-footer__utility {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sh-footer__utility h2,
.sh-footer .sh-newsletter__eyebrow {
  margin: 0 0 24px;
  color: var(--sh-ground);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.sh-footer__utility > a,
.sh-footer__cookie-settings {
  width: auto;
  min-height: 38px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(21, 12, 38, 0.82);
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
}

.sh-footer__utility > a:hover,
.sh-footer__utility > a:focus-visible,
.sh-footer__cookie-settings:hover,
.sh-footer__cookie-settings:focus-visible {
  color: var(--sh-ground);
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

.sh-footer .sh-newsletter {
  position: static;
  min-height: 0;
  overflow: visible;
  border: 0;
  background: rgba(21, 12, 38, 0.06);
}

.sh-footer .sh-newsletter::before {
  display: none;
}

.sh-footer .sh-newsletter__copy h2 {
  max-width: none;
  margin: 0;
  color: var(--sh-ground);
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 300;
  letter-spacing: -0.045em;
  line-height: 1;
}

.sh-footer .sh-newsletter__copy > p:last-child {
  max-width: 42ch;
  margin: 20px 0 0;
  color: rgba(21, 12, 38, 0.78);
  font-size: 12px;
  line-height: 1.6;
}

.sh-footer .sh-newsletter__form {
  margin-top: 34px;
  gap: 18px;
}

.sh-footer .sh-newsletter__field > label {
  color: rgba(21, 12, 38, 0.78);
}

.sh-footer .sh-newsletter__input-row {
  min-height: 54px;
  border-color: rgba(21, 12, 38, 0.58);
}

.sh-footer .sh-newsletter__input-row:focus-within {
  border-color: var(--sh-ground);
}

.sh-footer .sh-newsletter__input-row input {
  height: 54px;
  color: var(--sh-ground);
  font-size: 16px;
}

.sh-footer .sh-newsletter__input-row input::placeholder {
  color: rgba(21, 12, 38, 0.48);
}

.sh-footer .sh-newsletter__input-row button {
  min-height: 40px;
  border-color: var(--sh-ground);
  border-radius: 0;
  background: var(--sh-ground);
  color: var(--sh-pink);
}

.sh-footer .sh-newsletter__input-row button:hover,
.sh-footer .sh-newsletter__input-row button:focus-visible {
  background: #2a173f;
  color: #fff;
}

.sh-footer .sh-newsletter__consent {
  color: rgba(21, 12, 38, 0.76);
  font-size: 10px;
}

.sh-footer .sh-newsletter__consent input {
  accent-color: var(--sh-ground);
}

.sh-footer .sh-newsletter__consent a,
.sh-footer .sh-newsletter__status a {
  color: var(--sh-ground);
  text-decoration-color: rgba(21, 12, 38, 0.72);
}

.sh-footer .sh-newsletter__status {
  color: var(--sh-ground);
}

@media (min-width: 961px) and (max-width: 1319px) {
  .sh-footer__main.sh-footer__main--structured {
    width: min(100% - 48px, 1180px);
    grid-template-columns: minmax(0, 0.9fr) minmax(190px, 0.62fr) minmax(0, 1.18fr);
  }

  .sh-footer__brand,
  .sh-footer__utility,
  .sh-footer .sh-newsletter {
    padding: 48px clamp(24px, 3vw, 38px);
  }

  .sh-footer__brand-meta {
    margin-top: 46px;
  }
}

@media (max-width: 960px) {
  :root {
    --sh-nav-h: 68px;
  }

  .sh-header__inner {
    width: calc(100vw - 28px);
  }

  .is-nav-open .sh-nav__toggle span {
    opacity: 0;
  }

  .is-nav-open .sh-nav__toggle::before {
    transform: translateY(5px) rotate(45deg);
  }

  .is-nav-open .sh-nav__toggle::after {
    transform: translateY(-5px) rotate(-45deg);
  }

  .sh-nav__item > a {
    width: 100%;
    display: flex;
  }

  .sh-nav__details[open] > summary {
    outline: 0;
  }

  .sh-nav__details .sh-nav__dropdown--list,
  .sh-nav__details .sh-nav__dropdown--company {
    position: static;
    right: auto;
    left: auto;
    width: 100%;
    padding: 8px 0 14px 18px;
    border: 0;
    border-bottom: 1px solid var(--sh-line);
    background: transparent;
    box-shadow: none;
  }

  .sh-nav__dropdown--list a,
  .sh-nav__dropdown--list a:not(.sh-nav__overview) {
    min-height: 48px;
    padding: 0;
    border-bottom-color: rgba(248, 245, 251, 0.1);
    color: rgba(248, 245, 251, 0.82);
    font-size: 10px;
  }

  .sh-nav__dropdown--list a:hover,
  .sh-nav__dropdown--list a:focus-visible,
  .sh-nav__dropdown--list a[aria-current="page"] {
    padding-left: 10px;
    background: rgba(240, 86, 140, 0.14);
    color: var(--sh-pink);
  }

  .sh-nav__dropdown--list .sh-nav__overview {
    color: #f3d69c;
  }

  .sh-footer__main.sh-footer__main--structured {
    width: min(100% - 28px, 720px);
    grid-template-columns: 1fr;
  }

  .sh-footer__brand,
  .sh-footer__utility,
  .sh-footer .sh-newsletter {
    border-right: 0;
    border-bottom: 1px solid rgba(21, 12, 38, 0.24);
  }

  .sh-footer .sh-newsletter {
    border-bottom: 0;
  }

  .sh-footer__brand-meta {
    margin-top: 46px;
  }
}

@media (max-width: 720px) {
  .sh-footer__utility-band-inner {
    padding-block: 22px;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .sh-footer__utility-band nav {
    justify-content: flex-start;
    gap: 4px 22px;
  }

  .sh-footer__main.sh-footer__main--structured {
    width: 100%;
  }

  .sh-footer__brand,
  .sh-footer__utility,
  .sh-footer .sh-newsletter {
    padding: 48px 24px;
  }

  .sh-footer .sh-newsletter__input-row {
    padding-bottom: 12px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .sh-footer .sh-newsletter__input-row button {
    width: 100%;
  }
}

/* White architectural shell. The information architecture stays unchanged while
   every navigation and footer surface is rebalanced for a light foundation. */
.sh-nav__item > a:focus-visible,
.sh-nav__details > summary:focus-visible {
  outline: 0;
  box-shadow: inset 0 -3px var(--sh-purple-dark);
}

.sh-header {
  border-bottom-color: rgba(21, 12, 38, 0.13);
  background: #fff;
  box-shadow: 0 8px 30px rgba(21, 12, 38, 0.055);
}

.sh-header .sh-brand__text {
  color: var(--sh-purple-dark);
}

.sh-nav__item > a,
.sh-nav__details > summary {
  color: var(--sh-ground);
}

.sh-nav__item > a:hover,
.sh-nav__item > a:focus-visible,
.sh-nav__item > a[aria-current="page"],
.sh-nav__details[open] > summary {
  color: var(--sh-purple-dark);
}

.sh-nav__toggle {
  border-color: rgba(21, 12, 38, 0.22);
  color: var(--sh-ground);
}

.sh-search-trigger {
  border-color: rgba(21, 12, 38, 0.3);
  background: #fff;
  color: var(--sh-ground);
}

.sh-search-trigger:hover,
.sh-search-trigger:focus-visible {
  border-color: rgba(109, 63, 160, 0.52);
  background: rgba(109, 63, 160, 0.07);
}

.sh-search-trigger:focus-visible,
.sh-nav__toggle:focus-visible,
.sh-footer :is(a, button, input):focus-visible {
  outline: 3px solid var(--sh-purple-dark);
  outline-offset: 3px;
}

.sh-search-trigger kbd {
  border-color: rgba(21, 12, 38, 0.16);
  background: rgba(21, 12, 38, 0.055);
  color: var(--sh-dark-muted);
}

.sh-nav__panel,
.sh-nav__dropdown,
.sh-nav__details .sh-nav__dropdown--list {
  border-color: rgba(21, 12, 38, 0.13);
  background: #fff;
  box-shadow: 0 28px 64px rgba(21, 12, 38, 0.15);
}

.sh-nav__panel a,
.sh-nav__dropdown a {
  color: var(--sh-ground);
}

.sh-nav__panel a:hover,
.sh-nav__panel a:focus-visible,
.sh-nav__dropdown a:hover,
.sh-nav__dropdown a:focus-visible {
  background: rgba(109, 63, 160, 0.07);
}

.sh-nav__panel span,
.sh-nav__dropdown span {
  color: var(--sh-dark-muted);
}

.sh-nav__dropdown .sh-nav__overview,
.sh-nav__dropdown--list .sh-nav__overview {
  border-bottom-color: rgba(21, 12, 38, 0.13);
}

.sh-nav__dropdown .sh-nav__overview strong,
.sh-nav__dropdown--list .sh-nav__overview,
.sh-nav__overview--label strong {
  color: var(--sh-purple-dark);
}

.sh-nav__dropdown a:not(.sh-nav__overview)::before {
  border-color: rgba(21, 12, 38, 0.13);
  background-color: var(--sh-paper-2);
}

.sh-nav__dropdown a:not(.sh-nav__overview):hover::before,
.sh-nav__dropdown a:not(.sh-nav__overview):focus-visible::before {
  border-color: rgba(109, 63, 160, 0.58);
}

.sh-nav__dropdown--list a,
.sh-nav__dropdown--list a:not(.sh-nav__overview) {
  border-bottom-color: rgba(21, 12, 38, 0.1);
  color: var(--sh-ground);
}

.sh-nav__dropdown--list a:hover,
.sh-nav__dropdown--list a:focus-visible,
.sh-nav__dropdown--list a[aria-current="page"] {
  background: rgba(109, 63, 160, 0.08);
  color: var(--sh-purple-dark);
}

.sh-footer {
  background: #fff;
  color: var(--sh-ground);
}

.sh-footer__utility-band,
.sh-footer__brand,
.sh-footer__utility {
  border-color: rgba(21, 12, 38, 0.14);
}

.sh-footer .sh-brand__mark {
  filter: none;
}

.sh-footer .sh-brand__text,
.sh-footer__utility-band p,
.sh-footer__utility h2,
.sh-footer .sh-newsletter__eyebrow {
  color: var(--sh-purple-dark);
}

.sh-footer__utility-band a,
.sh-footer__contact,
.sh-footer__brand-meta a,
.sh-footer .sh-newsletter__copy h2,
.sh-footer .sh-newsletter__status a {
  color: var(--sh-ground);
}

.sh-footer__brand p {
  color: rgba(21, 12, 38, 0.76);
}

.sh-footer__brand p.sh-footer__brand-disclaimer,
.sh-footer__brand-meta {
  color: rgba(21, 12, 38, 0.64);
}

.sh-footer__brand p.sh-footer__brand-disclaimer {
  font-size: 11px;
}

.sh-footer__brand-meta {
  font-size: 10px;
}

.sh-footer__utility > a,
.sh-footer__cookie-settings {
  color: var(--sh-dark-muted);
}

.sh-footer__utility > a:hover,
.sh-footer__utility > a:focus-visible,
.sh-footer__cookie-settings:hover,
.sh-footer__cookie-settings:focus-visible,
.sh-footer__contact:hover,
.sh-footer__contact:focus-visible {
  color: var(--sh-purple-dark);
}

.sh-footer .sh-newsletter {
  background: #fbf9fc;
}

.sh-footer .sh-newsletter__copy > p:last-child,
.sh-footer .sh-newsletter__field > label {
  color: var(--sh-dark-muted);
}

.sh-footer .sh-newsletter__input-row {
  border-color: rgba(21, 12, 38, 0.44);
}

.sh-footer .sh-newsletter__input-row:focus-within {
  border-color: var(--sh-purple-dark);
}

.sh-footer .sh-newsletter__input-row input {
  color: var(--sh-ground);
}

.sh-footer .sh-newsletter__input-row input::placeholder {
  color: rgba(21, 12, 38, 0.5);
}

.sh-footer .sh-newsletter__input-row button {
  border-color: var(--sh-pink);
  background: var(--sh-pink);
  color: var(--sh-ground);
}

.sh-footer .sh-newsletter__input-row button:hover,
.sh-footer .sh-newsletter__input-row button:focus-visible {
  background: #fb80a8;
  color: var(--sh-ground);
}

.sh-footer .sh-newsletter__consent {
  color: var(--sh-dark-muted);
}

.sh-footer .sh-newsletter__consent input {
  accent-color: var(--sh-pink);
}

.sh-footer .sh-newsletter__consent a,
.sh-footer .sh-newsletter__status a {
  color: var(--sh-ground);
  text-decoration-color: var(--sh-purple-dark);
}

.sh-footer .sh-newsletter__status {
  color: var(--sh-purple-dark);
}

@media (max-width: 960px) {
  .sh-nav__menu,
  .sh-nav__links {
    background: #fff;
  }

  .sh-nav__item > a,
  .sh-nav__details > summary {
    border-bottom-color: rgba(21, 12, 38, 0.13);
    color: var(--sh-ground);
  }

  .sh-nav__panel,
  .sh-nav__dropdown,
  .sh-nav__details .sh-nav__dropdown--list,
  .sh-nav__details .sh-nav__dropdown--company {
    border-bottom-color: rgba(21, 12, 38, 0.13);
    background: transparent;
    box-shadow: none;
  }

  .sh-nav__dropdown--list a,
  .sh-nav__dropdown--list a:not(.sh-nav__overview) {
    border-bottom-color: rgba(21, 12, 38, 0.09);
    color: var(--sh-dark-muted);
  }

  .sh-nav__dropdown--list a:hover,
  .sh-nav__dropdown--list a:focus-visible,
  .sh-nav__dropdown--list a[aria-current="page"] {
    background: rgba(109, 63, 160, 0.08);
    color: var(--sh-purple-dark);
  }

  .sh-nav__dropdown--company-media .sh-nav__overview--label {
    padding: 10px 0;
  }

  .sh-footer__brand,
  .sh-footer__utility,
  .sh-footer .sh-newsletter {
    border-bottom-color: rgba(21, 12, 38, 0.14);
  }
}

/* 2026 interaction and layout refinement.
   Motion communicates hierarchy and state without competing with the content. */
.sh-header {
  transition: box-shadow 240ms ease, border-color 240ms ease, background-color 240ms ease;
}

.sh-header.is-scrolled {
  border-bottom-color: rgba(21, 12, 38, 0.16);
  box-shadow: 0 12px 32px rgba(21, 12, 38, 0.08);
}

[data-auto-reveal].is-reveal-ready {
  --sh-reveal-y: 14px;
  opacity: 0;
  filter: blur(0.7px);
  transform: none;
  translate: 0 var(--sh-reveal-y);
  transition: opacity 560ms ease var(--sh-reveal-delay, 0ms),
    translate 620ms var(--sh-ease) var(--sh-reveal-delay, 0ms),
    filter 520ms ease var(--sh-reveal-delay, 0ms);
  will-change: opacity, translate;
}

[data-auto-reveal="hero"].is-reveal-ready {
  --sh-reveal-y: 18px;
  transition-duration: 680ms, 760ms, 620ms;
}

[data-auto-reveal="media"].is-reveal-ready {
  --sh-reveal-y: 10px;
}

[data-auto-reveal="row"].is-reveal-ready,
[data-auto-reveal="footer"].is-reveal-ready {
  --sh-reveal-y: 9px;
  filter: none;
}

[data-auto-reveal].is-visible,
[data-auto-reveal].is-revealed {
  opacity: 1;
  filter: none;
  transform: none;
  translate: 0 0;
  will-change: auto;
}

.sh-hero--photo .sh-hero__media,
.sh-page-hero .sh-page-hero__media {
  opacity: 1;
  transform: none;
  transform-origin: 50% 50%;
  transition: opacity 840ms ease, transform 1100ms var(--sh-ease);
}

.sh-hero--photo.is-media-arriving:not(.is-media-settled) .sh-hero__media,
.sh-page-hero.is-media-arriving:not(.is-media-settled) .sh-page-hero__media {
  opacity: 0.92;
  transform: scale(1.018);
}

.sh-hero--photo.is-media-settled .sh-hero__media,
.sh-page-hero.is-media-settled .sh-page-hero__media {
  opacity: 1;
  transform: none;
}

.sh-evidence-ledger__row,
.sh-evidence-row {
  background-color: transparent;
  box-shadow: inset 0 0 0 rgba(109, 63, 160, 0);
  transition: background-color 220ms ease, box-shadow 240ms ease, color 220ms ease;
}

.sh-evidence-ledger__row > :last-child,
.sh-evidence-row > :last-child {
  transition: color 220ms ease, translate 240ms var(--sh-ease);
}

@media (hover: hover) and (pointer: fine) {
  .sh-evidence-ledger__row:hover,
  .sh-evidence-row:hover {
    background-color: rgba(109, 63, 160, 0.065);
    box-shadow: none;
  }

  a.sh-evidence-ledger__row:hover > :last-child,
  a.sh-evidence-row:hover > :last-child {
    color: var(--sh-purple-dark);
    translate: 4px 0;
  }

  .sh-media-split__media img,
  .sh-editorial-image img {
    scale: 1;
    transition: scale 700ms var(--sh-ease);
  }

  .sh-media-split:hover .sh-media-split__media img,
  .sh-editorial-image:hover img {
    scale: 1.018;
  }
}

a.sh-evidence-ledger__row:focus-visible,
a.sh-evidence-row:focus-visible {
  background-color: rgba(109, 63, 160, 0.065);
  box-shadow: none;
  outline: 2px solid var(--sh-pink);
  outline-offset: 4px;
}

a.sh-evidence-ledger__row:focus-visible > :last-child,
a.sh-evidence-row:focus-visible > :last-child {
  color: var(--sh-purple-dark);
  translate: 4px 0;
}

/* Three-part evidence rows reserve space for the decision or state at the far edge. */
.sh-evidence-ledger--three-column > .sh-evidence-ledger__row,
.sh-evidence-ledger--sana-spread > .sh-evidence-ledger__row {
  grid-template-columns: minmax(148px, 0.62fr) minmax(0, 2.25fr) minmax(148px, 0.62fr);
  column-gap: clamp(28px, 4vw, 58px);
}

.sh-evidence-ledger--three-column > .sh-evidence-ledger__row > :last-child,
.sh-evidence-ledger--sana-spread > .sh-evidence-ledger__row > :last-child {
  grid-column: auto;
  justify-self: end;
  text-align: end;
}

/* Programs overview uses the same information hierarchy as the homepage portfolio. */
.sh-page--program #program-chapters .sh-program-rail__identity {
  order: 1;
  display: flex;
  flex-direction: column;
}

.sh-page--program #program-chapters .sh-program-rail__identity h3 {
  order: 1;
  margin-top: 0;
}

.sh-page--program #program-chapters .sh-program-rail__identity .sh-program-rail__chapter {
  order: 2;
  margin-top: 10px;
}

.sh-page--program #program-chapters .sh-program-rail__detail {
  order: 2;
  max-height: 0;
  margin: 0;
  overflow: hidden;
  transition: max-height 300ms var(--sh-ease), margin 300ms var(--sh-ease), opacity 220ms ease, transform 260ms var(--sh-ease);
}

.sh-page--program #program-chapters .sh-program-rail__item:hover .sh-program-rail__detail,
.sh-page--program #program-chapters .sh-program-rail__item:focus-within .sh-program-rail__detail,
.sh-page--program #program-chapters .sh-program-rail__item.is-active .sh-program-rail__detail {
  max-height: 190px;
  margin-top: 18px;
}

@media (max-width: 1100px) {
  .sh-page--program #program-chapters .sh-program-rail__detail {
    max-height: 220px;
    margin-top: 18px;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
}

/* Company opens from its trigger's right edge while its content keeps a natural reading edge. */
@media (min-width: 961px) {
  .sh-nav__details > .sh-nav__dropdown {
    opacity: 0;
    pointer-events: none;
    translate: 0 -8px;
    transition: opacity 180ms ease, translate 220ms var(--sh-ease);
  }

  .sh-nav__details[open] > .sh-nav__dropdown {
    opacity: 1;
    pointer-events: auto;
    translate: 0 0;
  }

  .sh-nav__dropdown--company-media {
    right: 0;
    left: auto;
    text-align: start;
  }

  .sh-nav__dropdown--company-media > * {
    justify-items: start;
    text-align: start;
  }
}

@media (min-width: 961px) and (max-width: 1120px) {
  .sh-nav__item--company .sh-nav__dropdown--company-media {
    right: 24px;
    left: auto;
  }
}

/* Keep the collaboration team, rather than the surrounding room, in view. */
.sh-page--company .sh-hero__media img[src*="shiora-collaboration-hero-v2"] {
  object-position: 0 50%;
  transform: none;
  transform-origin: 0 50%;
}

@media (min-width: 621px) and (max-width: 960px) {
  .sh-evidence-ledger--three-column > .sh-evidence-ledger__row,
  .sh-evidence-ledger--sana-spread > .sh-evidence-ledger__row {
    grid-template-columns: minmax(106px, 0.55fr) minmax(0, 2fr) minmax(106px, 0.55fr);
    gap: 18px;
  }

  .sh-page--company .sh-hero__media img[src*="shiora-collaboration-hero-v2"] {
    object-position: 32% 50%;
    transform-origin: 32% 50%;
  }
}

@media (max-width: 620px) {
  .sh-evidence-ledger--three-column > .sh-evidence-ledger__row,
  .sh-evidence-ledger--sana-spread > .sh-evidence-ledger__row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .sh-evidence-ledger--three-column > .sh-evidence-ledger__row > :last-child,
  .sh-evidence-ledger--sana-spread > .sh-evidence-ledger__row > :last-child {
    grid-column: auto;
    justify-self: start;
    text-align: start;
  }

  .sh-page--company .sh-hero__media img[src*="shiora-collaboration-hero-v2"] {
    object-position: 34% 50%;
    transform: scale(1.05);
    transform-origin: 34% 50%;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-auto-reveal].is-reveal-ready,
  [data-auto-reveal].is-visible,
  [data-auto-reveal].is-revealed {
    opacity: 1;
    filter: none;
    transform: none;
    translate: 0 0;
  }

  .sh-hero--photo .sh-hero__media,
  .sh-page-hero .sh-page-hero__media {
    opacity: 1;
    transform: none;
  }

  .sh-evidence-ledger__row > :last-child,
  .sh-evidence-row > :last-child,
  .sh-nav__details > .sh-nav__dropdown {
    translate: 0 0;
  }

  .sh-media-split__media img,
  .sh-editorial-image img {
    scale: 1;
  }
}

/* Sana capability preview
   A quiet, opt-in product guide. It introduces what Sana can do without
   impersonating live clinical chat or competing with the page's main action. */
.sh-sana-guide {
  position: fixed;
  z-index: 1100;
  inset-inline-end: clamp(16px, 2.4vw, 32px);
  bottom: clamp(16px, 2.4vw, 32px);
  width: min(440px, calc(100vw - 32px));
  color: var(--sh-dark-ink);
  opacity: 0;
  translate: 0 12px;
  pointer-events: none;
  transition: opacity 280ms ease, translate 420ms var(--sh-ease);
}

.sh-sana-guide.is-ready {
  opacity: 1;
  translate: 0 0;
  pointer-events: auto;
}

body.sh-site.is-cookie-open .sh-sana-guide {
  opacity: 0;
  pointer-events: none;
}

.sh-sana-guide[hidden],
body.sh-site.is-nav-open .sh-sana-guide,
body.sh-site.is-search-open .sh-sana-guide,
body.sh-site.is-language-open .sh-sana-guide {
  display: none !important;
}

.sh-sana-guide__panel[hidden] {
  display: none !important;
}

.sh-sana-guide__panel {
  position: absolute;
  inset-inline-end: 0;
  bottom: calc(100% + 12px);
  width: 100%;
  max-height: min(720px, calc(100dvh - 118px));
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(52, 25, 79, 0.14);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(240, 86, 140, 0.11), transparent 36%),
    #fff;
  box-shadow: 0 30px 80px rgba(18, 7, 34, 0.22), 0 2px 12px rgba(18, 7, 34, 0.08);
  overflow: auto;
  overscroll-behavior: contain;
  opacity: 0;
  scale: 0.985;
  translate: 0 10px;
  transform-origin: bottom right;
  transition: opacity 200ms ease, scale 280ms var(--sh-ease), translate 280ms var(--sh-ease);
}

[dir="rtl"] .sh-sana-guide__panel {
  transform-origin: bottom left;
}

.sh-sana-guide.is-open .sh-sana-guide__panel {
  opacity: 1;
  scale: 1;
  translate: 0 0;
}

.sh-sana-guide__head,
.sh-sana-guide__identity,
.sh-sana-guide__dock,
.sh-sana-guide__actions {
  display: flex;
  align-items: center;
}

.sh-sana-guide__head {
  justify-content: space-between;
  gap: 18px;
}

.sh-sana-guide__identity {
  min-width: 0;
  gap: 12px;
}

.sh-sana-guide__identity img {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 6px rgba(139, 92, 246, 0.08);
}

.sh-sana-guide__identity span,
.sh-sana-guide__example > span,
.sh-sana-guide__prompt {
  display: block;
  color: var(--sh-purple-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.25;
  text-transform: uppercase;
}

.sh-sana-guide__identity h2 {
  margin: 2px 0 0;
  color: var(--sh-dark-ink);
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1;
}

.sh-sana-guide__close {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  padding: 0;
  border: 1px solid rgba(52, 25, 79, 0.13);
  border-radius: 50%;
  background: rgba(247, 244, 248, 0.88);
  color: var(--sh-dark-ink);
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background 180ms ease, border-color 180ms ease, rotate 260ms var(--sh-ease);
}

.sh-sana-guide__close:hover {
  border-color: rgba(109, 63, 160, 0.32);
  background: #f0eaf5;
  rotate: 4deg;
}

.sh-sana-guide__close svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.6;
}

.sh-sana-guide__intro {
  margin: 14px 0 8px;
  color: var(--sh-dark-ink);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.016em;
  line-height: 1.45;
}

.sh-sana-guide__boundary {
  width: fit-content;
  margin: 16px 0 0;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(109, 63, 160, 0.1);
  color: #4a1f70;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.055em;
  line-height: 1.25;
  text-transform: uppercase;
}

.sh-sana-guide__context {
  margin: 0 0 22px;
  color: var(--sh-dark-muted);
  font-size: 13px;
  line-height: 1.5;
}

.sh-sana-guide__prompt {
  margin: 0 0 10px;
}

.sh-sana-guide__tabs {
  border-top: 1px solid rgba(52, 25, 79, 0.12);
}

.sh-sana-guide__tabs button {
  position: relative;
  width: 100%;
  min-height: 54px;
  padding: 13px 36px 13px 0;
  border: 0;
  border-bottom: 1px solid rgba(52, 25, 79, 0.12);
  background: transparent;
  color: var(--sh-dark-ink);
  cursor: pointer;
  text-align: start;
  transition: color 180ms ease, padding 240ms var(--sh-ease), background 180ms ease;
}

[dir="rtl"] .sh-sana-guide__tabs button {
  padding: 13px 0 13px 36px;
}

.sh-sana-guide__tabs button::after {
  content: "";
  position: absolute;
  inset-inline-end: 3px;
  top: 19px;
  width: 14px;
  height: 14px;
  background: var(--sh-arrow-icon) center / contain no-repeat;
  opacity: 0.45;
  transition: opacity 180ms ease, translate 220ms var(--sh-ease), rotate 220ms var(--sh-ease);
}

[dir="rtl"] .sh-sana-guide__tabs button::after {
  scale: -1 1;
}

.sh-sana-guide__tabs button > span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.3;
}

.sh-sana-guide__tabs button small {
  display: grid;
  max-width: 335px;
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  color: var(--sh-dark-muted);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.48;
  opacity: 0;
  transition: max-height 280ms var(--sh-ease), margin 200ms ease, opacity 180ms ease;
}

.sh-sana-guide__tabs button:hover,
.sh-sana-guide__tabs button[aria-selected="true"] {
  color: var(--sh-purple-dark);
  padding-inline-start: 8px;
  background: linear-gradient(90deg, rgba(139, 92, 246, 0.06), transparent 74%);
}

[dir="rtl"] .sh-sana-guide__tabs button:hover,
[dir="rtl"] .sh-sana-guide__tabs button[aria-selected="true"] {
  background: linear-gradient(-90deg, rgba(139, 92, 246, 0.06), transparent 74%);
}

.sh-sana-guide__tabs button[aria-selected="true"]::after {
  opacity: 1;
  translate: 2px -1px;
}

[dir="rtl"] .sh-sana-guide__tabs button[aria-selected="true"]::after {
  translate: -2px -1px;
}

.sh-sana-guide__tabs button[aria-selected="true"] small {
  max-height: 180px;
  margin-top: 5px;
  opacity: 1;
}

.sh-sana-guide__example {
  margin-top: 18px;
  padding: 18px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 90% 10%, rgba(240, 86, 140, 0.2), transparent 42%),
    linear-gradient(135deg, rgba(139, 92, 246, 0.12), rgba(240, 86, 140, 0.08));
}

.sh-sana-guide__example h3 {
  margin: 8px 0 5px;
  color: var(--sh-dark-ink);
  font-size: 18px;
  font-weight: 650;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.sh-sana-guide__example p {
  margin: 0;
  color: var(--sh-dark-muted);
  font-size: 13px;
  line-height: 1.5;
}

.sh-sana-guide__note {
  margin: 15px 0 0;
  color: var(--sh-dark-muted);
  font-size: 12px;
  line-height: 1.5;
}

.sh-sana-guide__actions {
  margin-top: 16px;
  gap: 16px;
  flex-wrap: wrap;
}

.sh-sana-guide__actions a {
  color: var(--sh-purple-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}

.sh-sana-guide__actions a:first-child {
  padding: 10px 15px;
  border-radius: 999px;
  background: #4a1f70;
  color: #fff;
}

.sh-sana-guide__actions a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sh-sana-guide__dock {
  position: relative;
  justify-content: flex-end;
  min-height: 52px;
  gap: 10px;
  transition: opacity 180ms ease;
}

.sh-sana-guide__trigger {
  position: relative;
  min-height: 52px;
  padding: 7px 18px 7px 8px;
  border: 1px solid rgba(52, 25, 79, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--sh-dark-ink);
  box-shadow: 0 12px 32px rgba(18, 7, 34, 0.18);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.025em;
  line-height: 1;
  transition: translate 220ms var(--sh-ease), box-shadow 220ms ease, border-color 180ms ease;
}

[dir="rtl"] .sh-sana-guide__trigger {
  padding: 7px 8px 7px 18px;
}

.sh-sana-guide__trigger::before {
  content: "";
  position: absolute;
  inset-inline-start: 8px;
  top: 8px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(139, 92, 246, 0.35);
  opacity: 0;
}

.sh-sana-guide.is-peeking .sh-sana-guide__trigger::before {
  animation: sh-sana-signal 2.8s ease-out 2;
}

.sh-sana-guide__trigger:hover {
  border-color: rgba(109, 63, 160, 0.34);
  box-shadow: 0 16px 38px rgba(18, 7, 34, 0.22);
  translate: 0 -2px;
}

.sh-sana-guide__trigger img {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 50%;
  object-fit: cover;
}

.sh-sana-guide__hint {
  max-width: 0;
  padding: 10px 0;
  border: 1px solid transparent;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 28px rgba(18, 7, 34, 0.12);
  color: var(--sh-dark-muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  text-align: start;
  white-space: normal;
  translate: 8px 0;
  transition: max-width 420ms var(--sh-ease), padding 320ms var(--sh-ease), opacity 220ms ease, translate 360ms var(--sh-ease), border-color 220ms ease;
}

.sh-sana-guide.is-peeking .sh-sana-guide__hint {
  max-width: min(280px, calc(100vw - 176px));
  padding-inline: 16px;
  border-color: rgba(52, 25, 79, 0.12);
  opacity: 1;
  translate: 0 0;
}

@keyframes sh-sana-signal {
  0% { opacity: 0.55; scale: 1; }
  78%, 100% { opacity: 0; scale: 1.55; }
}

@media (max-width: 620px) {
  .sh-sana-guide {
    inset-inline: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    width: auto;
  }

  .sh-sana-guide__panel {
    position: fixed;
    inset: auto 0 0;
    width: 100%;
    max-height: min(82dvh, 720px);
    padding: 22px 20px calc(22px + env(safe-area-inset-bottom));
    border-width: 1px 0 0;
    border-radius: 24px 24px 0 0;
    transform-origin: bottom center;
    translate: 0 22px;
  }

  .sh-sana-guide.is-open .sh-sana-guide__panel {
    translate: 0 0;
  }

  .sh-sana-guide__dock {
    justify-content: flex-end;
  }

  .sh-sana-guide.is-open .sh-sana-guide__dock {
    opacity: 0;
    pointer-events: none;
  }

  .sh-sana-guide__hint {
    position: absolute;
    inset-inline-end: 0;
    bottom: calc(100% + 8px);
  }

  .sh-sana-guide.is-peeking .sh-sana-guide__hint {
    max-width: min(300px, calc(100vw - 24px));
  }

  .sh-sana-guide__trigger {
    min-height: 48px;
    padding-block: 6px;
  }

  .sh-sana-guide__trigger img,
  .sh-sana-guide__trigger::before {
    width: 34px;
    height: 34px;
  }

  .sh-sana-guide__trigger::before {
    top: 7px;
  }

  .sh-sana-guide__tabs button[aria-selected="true"] small {
    max-height: 240px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sh-sana-guide,
  .sh-sana-guide__panel,
  .sh-sana-guide__tabs button,
  .sh-sana-guide__tabs button::after,
  .sh-sana-guide__tabs button small,
  .sh-sana-guide__trigger,
  .sh-sana-guide__dock,
  .sh-sana-guide__hint {
    transition-duration: 0.01ms !important;
  }

  .sh-sana-guide.is-peeking .sh-sana-guide__trigger::before {
    animation: none;
  }
}
