.launch-hero,
.launch-hero .hero-grid {
  min-height: min(760px, 88svh);
}

.launch-hero .hero-grid {
  padding-bottom: 48px;
  grid-template-columns: minmax(340px, 0.78fr) minmax(540px, 1.22fr);
  gap: 48px;
  align-items: center;
}

.launch-hero .hero-record {
  grid-column: 2;
  grid-row: 1;
}

.launch-hero .hero-copy {
  grid-column: 1;
  grid-row: 1;
}

.launch-hero .memory-name {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.42rem 0.9rem;
}

.launch-hero .memory-name-translation {
  color: rgba(228, 210, 155, 0.76);
}

.launch-hero .memory-name-translation::before {
  margin-right: 0.9rem;
  content: "·";
  color: rgba(228, 210, 155, 0.48);
}

.launch-hero h1 {
  max-width: 520px;
  font-size: clamp(3.8rem, 5.3vw, 4.6rem);
  line-height: 0.99;
}

.launch-hero .hero-thesis {
  max-width: 500px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.14rem, 1.55vw, 1.24rem);
  line-height: 1.55;
}

.launch-hero .record-node {
  max-width: 182px;
  font-size: 0.74rem;
}

.launch-hero .record-node > span {
  font-size: 0.58rem;
  letter-spacing: 0.035em;
}

.sacred-preview {
  padding: 6px 0 66px;
}

.sacred-preview-heading {
  display: block;
}

.sacred-preview-heading .section-kicker {
  margin: 0 0 10px;
  color: var(--gold-soft);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.sacred-preview-heading h2 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(2.45rem, 3.6vw, 3.4rem);
  font-weight: 400;
  line-height: 1.04;
}

.sacred-preview-copy {
  grid-column: auto;
  max-width: 860px;
  margin: 16px 0 0;
}

.sacred-preview-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.03rem;
  line-height: 1.65;
}

.sacred-preview-copy p + p {
  margin-top: 8px;
}

.sacred-preview-copy h3 {
  margin: 22px 0 7px;
  color: var(--gold-soft);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2;
}

.sacred-preview-dashboard {
  width: 100%;
  max-width: 980px;
  margin: 26px auto 0;
  padding: 0 9px 9px;
  position: relative;
  border: 1px solid rgba(228, 210, 155, 0.58);
  border-radius: 16px;
  background: linear-gradient(145deg, #17392d 0%, #0a2118 72%);
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.sacred-frame-rail {
  min-height: 35px;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(242, 231, 198, 0.78);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sacred-frame-rail > span:last-child {
  color: var(--gold-soft);
}

.sacred-dashboard-screen {
  overflow: hidden;
  border: 1px solid rgba(228, 210, 155, 0.34);
  border-radius: 9px;
  background: #f6f1e7;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24), inset 0 0 0 1px rgba(255, 255, 255, 0.38);
}

.sacred-workbench-bar {
  min-height: 62px;
  padding: 0 18px;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  gap: 20px;
  color: #2a302d;
  border-bottom: 1px solid #d8d0c0;
  background: linear-gradient(180deg, #fffdf8 0%, #f7f2e8 100%);
}

.sacred-workbench-identity {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.sacred-workbench-identity span {
  color: #7b7468;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.63rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sacred-workbench-identity strong {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 500;
}

.sacred-workbench-bar nav {
  padding: 4px;
  display: flex;
  gap: 3px;
  border: 1px solid #d8d0c0;
  border-radius: 999px;
}

.sacred-workbench-bar nav > span {
  padding: 7px 13px;
  color: #7b7468;
  border-radius: 999px;
  font-size: 0.68rem;
}

.sacred-workbench-bar nav > .is-active {
  color: #fff;
  background: var(--forest);
}

.sacred-beta {
  justify-self: end;
  padding: 7px 10px;
  color: #6f5420;
  border: 1px solid #d7c28d;
  border-radius: 999px;
  background: #f3e8ca;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.6rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sacred-preview-workspace {
  min-height: 480px;
  height: 520px;
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(310px, 0.55fr);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.56);
}

.sacred-preview-field {
  min-width: 0;
  min-height: 480px;
  position: relative;
  overflow: hidden;
  background: #f8f4ea;
}

.sacred-graph-stage {
  --graph-zoom: 1;
  position: absolute;
  inset: 0;
  transform: scale(var(--graph-zoom));
  transform-origin: center;
  transition: transform 180ms ease;
  pointer-events: none;
  user-select: none;
}

.sacred-graph-stage > img {
  width: 112%;
  height: 112%;
  position: absolute;
  inset: -6%;
  display: block;
  object-fit: cover;
  object-position: 40% center;
}

.sacred-callout {
  min-height: 22px;
  padding: 2px 0;
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #1f2823;
  font-size: 0.72rem;
  font-weight: 650;
  line-height: 1.25;
  text-shadow: 0 1px 0 #fffdf8, 0 0 5px #fffdf8, 0 0 10px #fffdf8;
}

.sacred-callout::after {
  width: 34px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -38px;
  content: "";
  background: currentColor;
  opacity: 0.5;
}

.sacred-callout .sacred-key {
  width: 9px;
  height: 9px;
  box-shadow: 0 0 0 3px rgba(255, 253, 248, 0.82), 0 0 10px rgba(255, 253, 248, 0.95);
}

.sacred-callout-razma { top: 29%; left: 29%; }
.sacred-callout-founding {
  top: 48%;
  left: 17.5%;
  color: #1f2823;
  font-size: 0.78rem;
  font-weight: 700;
}

.sacred-callout-founding::after {
  display: none;
}

.sacred-callout-founding .sacred-key {
  width: 18px;
  height: 18px;
  border: 2px solid #fffdf8;
  border-radius: 2px;
  background: #d58c1e;
  box-shadow: none;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  filter: drop-shadow(0 0 5px rgba(213, 140, 30, 0.95));
}
.sacred-callout-chicago { top: 19%; right: 8%; }
.sacred-callout-book { right: 8%; bottom: 16%; max-width: 220px; }

.sacred-zoom {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 14px;
  display: grid;
  gap: 6px;
}

.sacred-zoom button {
  width: 30px;
  height: 30px;
  padding: 0;
  display: grid;
  place-items: center;
  color: #3f453f;
  border: 1px solid #d1c5af;
  border-radius: 6px;
  background: rgba(255, 252, 245, 0.94);
  box-shadow: 0 2px 8px rgba(53, 43, 27, 0.1);
  cursor: pointer;
  font: inherit;
  font-size: 1rem;
}

.sacred-zoom button:hover:not(:disabled) {
  color: #171d19;
  border-color: #9c8c70;
  background: #fffdf8;
}

.sacred-zoom button:focus-visible {
  outline: 3px solid rgba(213, 140, 30, 0.55);
  outline-offset: 2px;
}

.sacred-zoom button:disabled {
  cursor: default;
  opacity: 0.42;
}

.sacred-zoom output {
  min-width: 30px;
  color: #5d5d55;
  font-size: 0.58rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.sacred-preview-inspector {
  padding: 24px 22px 24px;
  color: var(--ink);
  border-left: 1px solid #d8d0c0;
  background: linear-gradient(180deg, rgba(252, 249, 242, 0.99), rgba(246, 241, 231, 0.99));
  overflow-y: auto;
  box-shadow: -8px 0 24px rgba(76, 62, 39, 0.07);
}

.sacred-inspector-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.sacred-inspector-topline .section-kicker {
  margin: 0;
}

.sacred-record-action {
  padding: 6px 9px;
  color: #6c6253;
  border: 1px solid #d8d0c0;
  border-radius: 999px;
  font-size: 0.63rem;
}

.sacred-preview-inspector h3 {
  margin: 14px 0 0;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1.08;
}

.sacred-selected-record {
  margin-top: 14px;
  padding: 18px;
  border: 1px solid #d8d0c0;
  border-left: 3px solid #d58c1e;
  background: #fffdf8;
}

.sacred-selected-event {
  border-left-color: #d58c1e;
}

.sacred-record-type {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #7b7468;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sacred-selected-record h4 {
  margin: 9px 0 0;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.4rem;
  font-weight: 500;
}

.sacred-selected-record > p:not(.sacred-record-type) {
  margin: 11px 0 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.58;
}

.sacred-selected-record dl {
  margin: 15px 0 0;
}

.sacred-selected-record dl > div {
  padding: 10px 0;
  border-top: 1px solid #e3ddd1;
}

.sacred-selected-record dt {
  color: #817869;
  font-size: 0.58rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.sacred-selected-record dd {
  margin: 4px 0 0;
  color: #383c39;
  font-size: 0.68rem;
  line-height: 1.45;
}

.sacred-connected-preview {
  margin-top: 14px;
}

.sacred-connected-heading {
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.sacred-connected-heading p,
.sacred-connected-preview h5 {
  margin: 0;
  color: #675e51;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.sacred-connected-heading > span {
  color: #397057;
  font-size: 0.62rem;
}

.sacred-connected-preview section + section {
  margin-top: 10px;
}

.sacred-connected-preview h5 {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.sacred-connected-preview article {
  padding: 7px 9px;
  display: grid;
  gap: 2px;
  border: 1px solid #ddd3c2;
  border-radius: 5px;
  background: #fffdf8;
}

.sacred-connected-preview article + article {
  margin-top: 5px;
}

.sacred-connected-preview article strong {
  color: #303530;
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.28;
}

.sacred-connected-preview article > span {
  color: #81786b;
  font-size: 0.59rem;
}

.sacred-connected-preview > p {
  margin: 8px 0 0;
  color: #6f675b;
  font-size: 0.63rem;
  line-height: 1.4;
}

.sacred-source-paths {
  margin-top: 13px;
}

.sacred-source-paths-heading {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.sacred-source-paths-heading p {
  margin: 0;
  color: #675e51;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.sacred-source-paths-heading > span {
  color: #397057;
  font-size: 0.62rem;
}

.sacred-source-paths ul {
  margin: 0;
  padding: 0;
  display: grid;
  list-style: none;
}

.sacred-source-paths li {
  padding: 7px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid #e3ddd1;
}

.sacred-source-paths li > div {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.sacred-source-paths li strong {
  color: #343a35;
  font-size: 0.7rem;
  font-weight: 600;
}

.sacred-source-paths li div > span {
  color: #71695e;
  font-size: 0.64rem;
  line-height: 1.4;
}

.sacred-source-paths button,
.sacred-source-paths em {
  flex: 0 0 auto;
  padding: 5px 8px;
  color: #746b5d;
  border: 1px solid #d8d0c0;
  border-radius: 999px;
  background: #f5f1e8;
  font-family: inherit;
  font-size: 0.6rem;
  font-style: normal;
  white-space: nowrap;
}

.sacred-source-paths button:disabled {
  cursor: not-allowed;
  opacity: 0.82;
}

.sacred-next-view {
  margin-top: 18px;
}

.sacred-next-view > p {
  margin: 0 0 10px;
  color: #7b7468;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.58rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.sacred-next-view ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
}

.sacred-next-view li {
  padding: 6px 9px;
  color: #4d594f;
  border: 1px solid #d8d0c0;
  border-radius: 999px;
  background: #fffdf8;
  font-size: 0.63rem;
}

.sacred-key {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  display: flex;
  border-radius: 50%;
  background: #d58c1e;
}

.sacred-key-place { background: #3f9d78; }
.sacred-key-institution { background: #9341a8; }
.sacred-key-event { background: #be6b54; }
.sacred-key-source { background: #397fc4; }

.sacred-preview-inspector > .sacred-preview-status {
  margin: 13px 0 0;
  padding: 9px 0 0;
  color: #385044;
  border-top: 1px solid #d8d0c0;
  font-size: 0.7rem;
  line-height: 1.5;
}

.sacred-preview-status strong {
  color: var(--forest);
  font-weight: 600;
}

.launch-destination:focus-visible,
.launch-secondary-links a:focus-visible {
  outline: 2px solid var(--gold-soft);
  outline-offset: 3px;
}

.launch-begin {
  padding: 60px 0 66px;
  background: #f7f5ef;
}

.launch-section-heading {
  max-width: 860px;
  display: block;
}

.launch-section-heading .section-kicker {
  margin: 0 0 10px;
}

.launch-section-heading h2,
.launch-principle h2 {
  margin: 10px 0 0;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(2.5rem, 3.7vw, 3.5rem);
  font-weight: 400;
  line-height: 1.03;
}

.launch-section-heading h2 {
  margin-top: 0;
}

.launch-section-heading > p:last-child {
  max-width: 700px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.62;
}

.launch-destinations {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.launch-destination {
  min-width: 0;
  color: inherit;
  background: #fff;
  border: 1px solid #d7ddd8;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.launch-destination:hover,
.launch-destination:focus-visible {
  border-color: var(--gold);
  box-shadow: 0 18px 42px rgba(13, 38, 28, 0.1);
  transform: translateY(-3px);
  outline: none;
}

.launch-destination-image {
  height: auto;
  aspect-ratio: 8 / 5;
  overflow: hidden;
  background: var(--deep);
}

.launch-destination-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.04);
  transition: transform 420ms ease;
}

.launch-destination:first-child .launch-destination-image {
  height: auto;
  aspect-ratio: 8 / 5;
  background: #faf8f3;
}

.launch-destination:first-child .launch-destination-image img {
  object-position: center;
  object-fit: contain;
  filter: none;
}

.launch-destination:hover img,
.launch-destination:focus-visible img {
  transform: scale(1.018);
}

.launch-destination:first-child:hover img,
.launch-destination:first-child:focus-visible img {
  transform: none;
}

.launch-destination-body {
  position: relative;
  min-height: 300px;
  padding: 26px 28px 28px;
}

.launch-destination-number {
  position: absolute;
  top: 26px;
  right: 28px;
  color: #9aa49e;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.62rem;
}

.launch-destination-body h3 {
  max-width: 390px;
  margin: 11px 0 0;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.08;
}

.launch-destination-body > p:not(.section-kicker) {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.58;
}

.launch-destination-body > strong {
  position: absolute;
  right: 28px;
  bottom: 24px;
  left: 28px;
  padding-top: 14px;
  display: flex;
  justify-content: space-between;
  color: var(--green);
  border-top: 1px solid var(--rule);
  font-size: 0.73rem;
  font-weight: 600;
}

.launch-position {
  background: #ece8dc;
  border-top: 1px solid #d8d2c3;
}

.launch-position .position-grid {
  display: block;
  padding-top: 56px;
  padding-bottom: 62px;
}

.launch-position .position-grid > .section-kicker {
  margin: 0 0 10px;
}

.launch-position h2 {
  max-width: 790px;
  font-size: clamp(2.5rem, 3.7vw, 3.5rem);
}

.launch-position .position-copy {
  max-width: 860px;
  margin-top: 20px;
  gap: 28px;
}

.launch-principle {
  padding: 62px 0 68px;
  color: #fff;
  background: var(--forest);
}

.launch-principle-grid {
  display: block;
}

.launch-principle .section-kicker {
  margin: 0 0 10px;
  color: var(--gold-soft);
}

.launch-principle h2 {
  max-width: 780px;
  margin-top: 0;
}

.launch-principle-body {
  min-width: 0;
}

.launch-principle-body > p {
  max-width: 820px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.96rem;
  line-height: 1.64;
}

.launch-principle-intro strong {
  color: #fff;
  font-weight: 500;
}

.launch-principle-photo {
  margin: 28px 0 0;
  overflow: hidden;
  border: 1px solid rgba(228, 210, 155, 0.36);
  background: #102b20;
}

.launch-principle-photo img {
  width: 100%;
  height: clamp(350px, 42vw, 510px);
  display: block;
  object-fit: cover;
  object-position: center 52%;
}

.launch-principle-photo figcaption {
  margin: 0;
  padding: 13px 16px 14px;
  color: rgba(255, 255, 255, 0.68);
  border-top: 1px solid rgba(228, 210, 155, 0.26);
  font-size: 0.76rem;
  line-height: 1.5;
}

.launch-partners {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.launch-partners article {
  padding: 24px 30px 26px 0;
}

.launch-partners article + article {
  padding-right: 0;
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.launch-partners h3 {
  margin: 0;
  color: var(--gold-soft);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.42rem;
  font-weight: 400;
}

.launch-partners p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.84rem;
  line-height: 1.62;
}

.launch-principle-body > .launch-human-principle {
  max-width: 820px;
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 28px;
  color: #fff;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.15rem;
  line-height: 1.45;
}

.launch-human-principle strong {
  font-weight: 400;
}

.launch-footer {
  background: #07130e;
}

@media (max-width: 1040px) {
  .launch-hero .hero-grid {
    grid-template-columns: minmax(300px, 0.75fr) minmax(450px, 1.25fr);
    gap: 28px;
  }

  .sacred-preview-heading,
  .launch-section-heading,
  .launch-principle-grid,
  .launch-position .position-grid {
    grid-template-columns: minmax(120px, 0.3fr) minmax(0, 1.7fr);
    gap: 38px;
  }

  .sacred-preview-workspace {
    grid-template-columns: minmax(0, 1.4fr) minmax(290px, 0.6fr);
  }
}

@media (max-width: 820px) {
  .launch-hero,
  .launch-hero .hero-grid {
    min-height: auto;
  }

  .launch-hero .hero-grid {
    padding-bottom: 42px;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .launch-hero .hero-copy {
    grid-column: 1;
    grid-row: 1;
  }

  .launch-hero .hero-record {
    grid-column: 1;
    grid-row: 2;
  }

  .launch-hero h1 {
    max-width: 650px;
    font-size: clamp(3rem, 10vw, 3.8rem);
  }

  .launch-destinations {
    grid-template-columns: 1fr;
  }

  .sacred-preview {
    padding-bottom: 56px;
  }

  .sacred-preview-heading,
  .launch-section-heading,
  .launch-position .position-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .launch-section-heading .section-kicker,
  .launch-section-heading h2,
  .launch-section-heading > p:last-child,
  .launch-position .position-grid > div {
    grid-column: auto;
  }

  .launch-section-heading .section-kicker,
  .launch-position .position-grid > .section-kicker {
    margin-top: 0;
  }

  .sacred-preview-copy {
    grid-column: auto;
    margin: 0;
    padding-top: 4px;
  }

  .sacred-workbench-bar {
    padding: 12px 14px;
    grid-template-columns: 1fr auto;
    gap: 10px;
  }

  .sacred-workbench-bar nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: start;
  }

  .sacred-preview-workspace {
    min-height: 0;
    height: auto;
    grid-template-columns: 1fr;
  }

  .sacred-preview-field {
    height: clamp(280px, 68vw, 410px);
    min-height: 0;
  }

  .sacred-preview-inspector {
    border-top: 1px solid #d8d0c0;
    border-left: 0;
    overflow: visible;
  }

  .launch-destination-image {
    height: auto;
    aspect-ratio: 8 / 5;
  }

  .launch-principle-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 560px) {
  .launch-hero .hero-grid {
    padding-top: 98px;
  }

  .launch-hero h1 {
    font-size: clamp(2.6rem, 12.5vw, 3.2rem);
  }

  .sacred-preview-heading h2 {
    font-size: 2.35rem;
  }

  .sacred-preview-dashboard {
    margin-top: 22px;
  }

  .sacred-preview-field {
    height: 250px;
  }

  .sacred-preview-inspector {
    padding: 28px 24px 30px;
  }

  .sacred-workbench-identity span {
    display: none;
  }

  .sacred-workbench-bar nav > span {
    padding: 6px 10px;
  }

  .sacred-callout {
    min-height: 24px;
    padding: 5px 7px;
    font-size: 0.58rem;
  }

  .sacred-callout-chicago,
  .sacred-callout-book {
    display: none;
  }

  .sacred-callout-razma { top: 24%; left: 25%; }
  .sacred-callout-fondas { top: 60%; left: 14%; }

  .launch-begin,
  .launch-principle {
    padding: 52px 0 56px;
  }

  .launch-section-heading h2,
  .launch-principle h2 {
    font-size: 2.35rem;
  }

  .launch-principle-photo {
    margin-top: 22px;
  }

  .launch-principle-photo img {
    height: 280px;
  }

  .launch-destination-body {
    min-height: 320px;
    padding: 26px 24px 28px;
  }

  .launch-destination-number {
    top: 26px;
    right: 24px;
  }

  .launch-destination-body > strong {
    right: 24px;
    bottom: 22px;
    left: 24px;
  }

  .launch-position .position-grid {
    padding-top: 50px;
    padding-bottom: 54px;
  }

  .launch-partners {
    grid-template-columns: 1fr;
  }

  .launch-partners article,
  .launch-partners article + article {
    padding: 25px 0 28px;
  }

  .launch-partners article + article {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }

}

@media (max-width: 680px) {
  .launch-hero .record-node {
    max-width: 128px;
    font-size: 0.62rem;
  }

  .launch-hero .record-node > span {
    font-size: 0.52rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sacred-graph-stage {
    transition: none;
  }

  .launch-destination,
  .launch-destination-image img {
    transition: none;
  }

  .launch-destination:hover,
  .launch-destination:focus-visible,
  .launch-destination:hover img,
  .launch-destination:focus-visible img {
    transform: none;
  }
}
