/* Shared workshop and product styles for the local Moskus preview. */
.sr-only {
  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;
}
.header {
  height: 78px;
}
.desktop-nav {
  gap: 24px;
}
.preview-label {
  font-size: 8px;
}

.idea-lab {
  background: #fff;
  padding-block: 115px 77px;
}
.lab-intro {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 55px;
}
.lab-intro h2 {
  font-size: clamp(42px, 5.1vw, 72px);
  letter-spacing: -0.05em;
  line-height: 1;
}
.lab-intro h2 span {
  color: var(--blue);
}
.lab-intro > p {
  font-size: 13px;
  line-height: 1.9;
  margin-bottom: 5px;
}
.lab-layout {
  display: grid;
  grid-template-columns: 32% 1fr;
  gap: 70px;
  align-items: start;
}
.lab-controls {
  padding-top: 8px;
}
.lab-label {
  display: block;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 13px;
  letter-spacing: 0.005em;
}
.lab-label > span {
  font-size: 8px;
  color: #687a96;
  margin-right: 12px;
  font-variant-numeric: tabular-nums;
}
#idea-name {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #a7b6cd;
  background: #f7f9fd;
  padding: 15px 12px;
  color: var(--ink);
  font-family: var(--display);
  font-size: 22px;
  letter-spacing: -0.025em;
  border-radius: 0;
  min-height: 55px;
}
#idea-name:focus {
  border-color: var(--blue);
}
.lab-controls fieldset {
  border: 0;
  margin: 29px 0 0;
  padding: 0;
  min-width: 0;
}
.lab-choice-list {
  display: grid;
  gap: 7px;
}
.lab-choice-list > label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 70px;
  padding: 12px;
  border: 1px solid #dce3ed;
  cursor: pointer;
  transition:
    background 0.2s,
    border 0.2s;
}
.lab-choice-list input,
.lab-palette input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.lab-choice-list > label:has(input:checked) {
  background: #eef3ff;
  border-color: #2459c8;
}
.lab-choice-list > label:has(input:focus-visible),
.lab-palette > label:has(input:focus-visible) {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}
.choice-symbol {
  width: 31px;
  text-align: center;
  font-family: var(--display);
  font-size: 25px;
  color: var(--blue);
  flex-shrink: 0;
}
.lab-choice-list > label > span:nth-of-type(2) {
  font-size: 11px;
  font-weight: 550;
}
.lab-choice-list small {
  display: block;
  font-size: 8px;
  color: #647795;
  margin-top: 4px;
  font-weight: 400;
}
.lab-choice-list b {
  margin-left: auto;
  font-size: 10px;
  color: var(--blue);
  opacity: 0;
}
.lab-choice-list input:checked ~ b {
  opacity: 1;
}
.lab-controls .lab-palette {
  display: flex;
  gap: 20px;
  margin-top: 25px;
}
.lab-palette > label {
  display: flex;
  gap: 7px;
  align-items: center;
  font-size: 9px;
  min-height: 44px;
  cursor: pointer;
  position: relative;
}
.swatch {
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 0 0 0 1px #b7c4d5;
}
.swatch-blue {
  background: linear-gradient(135deg, #dbe9ff 50%, #2459c8 50%);
}
.swatch-deep {
  background: linear-gradient(135deg, #071f4b 50%, #70e8ff 50%);
}
.swatch-warm {
  background: linear-gradient(135deg, #ffecd7 50%, #994930 50%);
}
.lab-palette input:checked + .swatch {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}
.lab-result {
  min-width: 0;
  box-shadow: 0 24px 50px -30px #102e5b50;
}
.sketch-toolbar {
  height: 42px;
  border: 1px solid #cbd5e3;
  border-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 14px;
  color: #5e7190;
  font-size: 8px;
  background: #f4f7fc;
  border-radius: 9px 9px 0 0;
}
.sketch-toolbar > span:first-child {
  display: flex;
  gap: 5px;
}
.sketch-toolbar i {
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid #9aaac0;
  border-radius: 100%;
}
.sketch-toolbar button {
  border: 0;
  background: none;
  min-height: 40px;
  min-width: 40px;
  font-size: 23px;
}
.sketch-caption {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 12px;
  font-size: 7px;
  background: #fff;
  color: #62728b;
  border: 1px solid #e0e5ec;
  border-top: 0;
}
.sketch-caption > span:first-child {
  display: flex;
  align-items: center;
  gap: 6px;
}
.sketch-caption i {
  width: 4px;
  height: 4px;
  background: #2459c8;
  border-radius: 50%;
}
.lab-delivery {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid var(--line);
  padding-top: 30px;
  margin-top: 42px;
}
.lab-delivery > p {
  font-size: 11px;
  color: #586e8c;
  line-height: 1.7;
}
.lab-delivery strong {
  font-size: 20px;
  color: var(--ink);
  font-weight: 500;
  font-family: var(--display);
  letter-spacing: -0.03em;
}
.lab-delivery > div {
  display: flex;
  gap: 30px;
  align-items: center;
}
.lab-delivery .button {
  border-radius: 0;
}
.lab-status {
  font-size: 10px;
  min-height: 18px;
  margin-top: 18px;
  text-align: right;
}
.sketch-dialog {
  width: min(1100px, calc(100vw - 40px));
  max-width: none;
  padding: 42px 25px 25px;
  border: 0;
  background: #edf2fa;
  border-radius: 14px;
}
.sketch-dialog .dialog-close {
  position: absolute;
  right: 4px;
  top: 0;
  margin: 0;
}
.sketch-dialog .mini-site {
  width: 100%;
  font-size: 1.45em;
}
.sketch-dialog .mini-hero {
  min-height: 390px;
}
.sketch-dialog .mini-hero h3 {
  font-size: clamp(35px, 5vw, 69px);
}
.sketch-dialog .mini-sculpture {
  width: 310px;
  height: 310px;
  right: 6%;
  top: 8%;
}
.sketch-dialog .mini-modules {
  min-height: 90px;
}
/* A self-contained miniature website, also exported with the user's choices. */
.mini-site {
  --mini-bg: #edf3ff;
  --mini-ink: #142d5a;
  --mini-accent: #2459c8;
  --mini-surface: #f9fbff;
  --mini-line: #24458025;
  background: var(--mini-bg);
  color: var(--mini-ink);
  border: 1px solid #cbd5e3;
  overflow: hidden;
  transition:
    background 0.5s,
    color 0.5s;
  font-family: var(--body);
  min-width: 0;
}
.mini-site[data-palette='deep'] {
  --mini-bg: #0a254d;
  --mini-ink: #e6f2ff;
  --mini-accent: #70e8ff;
  --mini-surface: #15335c;
  --mini-line: #c4e5ff25;
}
.mini-site[data-palette='warm'] {
  --mini-bg: #f9eddf;
  --mini-ink: #643a2d;
  --mini-accent: #a34527;
  --mini-surface: #fff9f1;
  --mini-line: #643a2d25;
}
.mini-nav {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
  margin: 0 28px;
  padding: 20px 0;
  border-bottom: 1px solid var(--mini-line);
  font-size: 13px;
  line-height: 1.3;
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -0.035em;
  min-height: 59px;
}
.mini-nav > span:first-child {
  max-width: 78%;
  overflow-wrap: anywhere;
}
.mini-nav > span:last-child {
  font-family: var(--body);
  font-size: 6px;
  letter-spacing: 0.12em;
  flex-shrink: 0;
  font-weight: 400;
}
.mini-hero {
  position: relative;
  padding: 36px 28px 30px;
  min-height: 274px;
  isolation: isolate;
}
.mini-eyebrow {
  display: block;
  font-size: 6px;
  letter-spacing: 0.15em;
  margin-bottom: 18px;
  color: var(--mini-accent);
  font-weight: 600;
}
.mini-hero h3 {
  font-size: clamp(26px, 2.95vw, 43px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  max-width: 70%;
  position: relative;
  z-index: 2;
  font-family: var(--display);
  font-weight: 500;
  color: var(--mini-ink);
}
.mini-hero p {
  font-size: 8px;
  margin: 15px 0 21px;
  max-width: 65%;
  color: var(--mini-ink);
  opacity: 0.75;
}
.mini-cta {
  display: inline-block;
  padding: 8px 12px;
  background: var(--mini-accent);
  color: var(--mini-bg);
  font-size: 7px;
}
.mini-sculpture {
  position: absolute;
  width: 210px;
  height: 210px;
  right: -7px;
  top: 15px;
  z-index: -1;
  perspective: 700px;
  transform: rotate(-16deg);
  transition: transform 0.8s var(--ease);
}
.mini-sculpture > div {
  position: absolute;
  inset: 35px;
  border: 20px solid var(--mini-accent);
  border-radius: 24%;
  transform: rotateY(-35deg) rotateX(20deg) translateZ(var(--z, 0px));
  opacity: 0.26;
  transition: all 0.8s var(--ease);
}
.mini-sculpture > div:nth-child(2) {
  --z: 25px;
  inset: 43px;
  opacity: 0.4;
}
.mini-sculpture > div:nth-child(3) {
  --z: 50px;
  inset: 51px;
  opacity: 0.65;
}
.mini-sculpture > div:nth-child(4) {
  --z: 75px;
  inset: 59px;
  opacity: 1;
}
.mini-sculpture > span {
  position: absolute;
  font-family: var(--display);
  font-size: 55px;
  right: 17%;
  top: 34%;
  color: var(--mini-accent);
  transform: rotate(16deg);
}
.mini-site[data-direction='story'] .mini-sculpture {
  transform: rotate(7deg);
  top: 20px;
  right: -6px;
}
.mini-site[data-direction='story'] .mini-sculpture > div {
  border-radius: 50% 50% 16% 16%;
  transform: rotateX(55deg) translateZ(var(--z, 0px));
  inset: 25px;
  border-width: 28px;
}
.mini-site[data-direction='story'] .mini-sculpture > span {
  font-size: 64px;
  top: 10%;
  right: 27%;
  transform: rotate(-7deg);
}
.mini-site[data-direction='learning'] .mini-sculpture {
  transform: rotate(-7deg);
  right: 0;
  top: 25px;
}
.mini-site[data-direction='learning'] .mini-sculpture > div {
  border-radius: 4% 40% 4% 4%;
  transform: rotateY(-40deg) rotateZ(15deg) translateZ(var(--z, 0px));
  inset: 28px 42px;
  border-width: 17px;
}
.mini-site[data-direction='learning'] .mini-sculpture > span {
  font-size: 44px;
  top: 36%;
  right: 10%;
  transform: rotate(7deg);
}
.mini-modules {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--mini-surface);
  border-block: 1px solid var(--mini-line);
  min-height: 77px;
  padding: 0 28px;
}
.mini-modules > span {
  font-size: 9px;
  padding: 18px 12px 14px 0;
  border-right: 1px solid var(--mini-line);
}
.mini-modules > span + span {
  padding-left: 15px;
}
.mini-modules > span:last-child {
  border: 0;
}
.mini-modules i {
  display: block;
  font-style: normal;
  font-size: 6px;
  color: var(--mini-accent);
  margin-bottom: 5px;
}
.mini-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-family: var(--display);
  font-size: 16px;
  letter-spacing: -0.03em;
  padding: 22px 28px;
}
.mini-bottom > span:last-child {
  font-size: 27px;
  line-height: 1;
}
.product-section {
  padding-block: 103px;
  background: #f3f6fc;
  border-top: 1px solid #dfe6f1;
}
.product-section .section-heading h2 {
  font-size: clamp(42px, 5.2vw, 73px);
}
.product-tabs {
  gap: 0;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.product-tabs button {
  background: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid transparent;
  min-height: 83px;
}
.product-tabs button[aria-selected='true'] {
  background: #e7edfb;
  border: 0;
  border-bottom: 2px solid var(--blue);
  box-shadow: none;
}
.product-tabs button:hover {
  transform: none;
}
.demo-panel {
  border-radius: 4px;
}
.demo-surface {
  border-radius: 8px;
}
.world-case {
  padding: 105px 0 75px;
  background: #fff;
}
.world-case-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 43px;
}
.world-case h2 {
  font-size: clamp(43px, 5.3vw, 75px);
  letter-spacing: -0.05em;
}
.world-case h2 span {
  color: var(--blue);
}
.world-case-heading > p {
  font-size: 12px;
  line-height: 1.9;
  padding-bottom: 3px;
}
.reveal-scene {
  height: 535px;
  position: relative;
  overflow: hidden;
  background: #0b2a60;
  color: white;
  isolation: isolate;
}
.blueprint-scene,
.finished-scene {
  position: absolute;
  inset: 0;
}
.blueprint-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(#709cdf17 1px, transparent 1px),
    linear-gradient(90deg, #709cdf17 1px, transparent 1px);
  background-size: 32px 32px;
}
.blueprint-scene svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #88b1f2;
  stroke-width: 1;
  opacity: 0.65;
}
.blueprint-scene svg .blueprint-route {
  stroke: #fff;
  stroke-width: 1.4;
  stroke-dasharray: 4 6;
}
.blueprint-scene circle {
  fill: #dceaff;
  stroke: #fff;
}
.blueprint-label {
  position: absolute;
  top: 28px;
  left: 30px;
  font-size: 8px;
  letter-spacing: 0.14em;
  color: #ccdeff;
}
.blueprint-node {
  position: absolute;
  font-size: 9px;
  color: #dae7ff;
  border: 1px solid #7394c783;
  padding: 6px 11px;
  background: #0b2a60;
}
.bp-one {
  left: 20%;
  top: 74%;
}
.bp-two {
  left: 48%;
  top: 40%;
}
.bp-three {
  left: 70%;
  top: 60%;
}
.blueprint-bottom {
  position: absolute;
  left: 30px;
  bottom: 28px;
  font-size: 8px;
  color: #a8c4f0;
}
.finished-scene {
  clip-path: inset(0 calc(100% - var(--reveal)) 0 0);
}
.finished-scene > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 51%;
}
.finished-scene:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #08203295, transparent 80%);
}
.finished-scene > div {
  position: absolute;
  left: 48px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  z-index: 1;
}
.finished-scene > div > span {
  font-size: 10px;
  letter-spacing: 0.18em;
}
.finished-scene strong {
  display: block;
  font-family: var(--display);
  font-size: 105px;
  line-height: 0.95;
  font-weight: 500;
  letter-spacing: -0.06em;
  margin: 14px 0 20px;
}
.finished-scene p {
  font-size: 11px;
  color: white;
}
.reveal-line {
  position: absolute;
  left: var(--reveal);
  width: 1px;
  top: 0;
  bottom: 0;
  background: #fff;
  pointer-events: none;
}
.reveal-line > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  display: grid;
  place-items: center;
  font-size: 23px;
  box-shadow: 0 2px 25px #081a3f30;
}
#reveal-control {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  opacity: 0;
  margin: 0;
  cursor: ew-resize;
  z-index: 3;
}
.reveal-scene:has(input:focus-visible) {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}
.reveal-labels {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 25px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  font-size: 8px;
  letter-spacing: 0.08em;
}
.reveal-labels > span {
  background: #0a244dd9;
  border: 1px solid #ffffff40;
  padding: 6px 10px;
}
.blueprint-bottom {
  bottom: 64px;
}
.world-case-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding-top: 30px;
}
.world-case-footer > p {
  font-size: 10px;
  line-height: 1.8;
}
.world-case-footer strong {
  font-size: 17px;
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -0.025em;
}
.world-case-footer > div {
  display: flex;
  gap: 25px;
}
.world-case-footer .text-button {
  font-size: 10px;
}
.method-section {
  position: relative;
  overflow: hidden;
  background: #081d45;
}
.method-section:before {
  content: 'M × KI';
  position: absolute;
  bottom: -0.25em;
  left: -0.02em;
  font-family: var(--display);
  font-size: 27vw;
  letter-spacing: -0.08em;
  color: #8eaeff06;
  line-height: 1;
  pointer-events: none;
}
.method-section .container {
  position: relative;
}
.method-grid article {
  border-top-color: #ffffff35;
}
.method-number {
  font-size: 26px !important;
  color: #91abfa !important;
  font-family: var(--display);
}
.method-grid h3 {
  font-size: 32px;
}
.contact-section .button {
  border-radius: 0;
}
.about-section {
  border-bottom: 1px solid var(--line);
}
@media (min-width: 1550px) {
  .container {
    width: min(1380px, calc(100% - 120px));
  }
  .horizon-layout {
    grid-template-columns: 42% 58%;
  }
  .hero-v2 h1 {
    font-size: 126px;
  }
  .world-stage {
    height: 680px;
  }
  #world-canvas {
    height: 570px;
  }
  .artifact-wrap {
    top: 154px;
    width: 385px;
  }
  .world-artifact {
    height: 298px;
  }
  .world-caption {
    top: 480px;
  }
  .artifact-main {
    padding: 24px;
  }
  .artifact-task {
    margin-top: 18px;
  }
  .lab-layout {
    gap: 95px;
  }
  .mini-hero {
    min-height: 312px;
    padding-top: 44px;
  }
  .mini-sculpture {
    width: 245px;
    height: 245px;
  }
  .mini-hero h3 {
    font-size: 46px;
  }
}
@media (max-width: 1100px) {
  .header {
    padding-inline: 28px;
  }
  .desktop-nav {
    gap: 17px;
  }
  .header-actions {
    gap: 15px;
  }
  .preview-label {
    display: none;
  }
  .horizon-layout {
    grid-template-columns: 44% 56%;
    min-height: 650px;
  }
  .hero-v2 h1 {
    font-size: clamp(74px, 8.1vw, 98px);
  }
  .world-stage {
    height: 625px;
  }
  .artifact-wrap {
    width: 320px;
    max-width: 85%;
    top: 149px;
  }
  .world-artifact {
    height: 274px;
  }
  .world-caption strong {
    font-size: 18px;
  }
  .world-caption {
    top: 457px;
  }
  .world-selector {
    left: 0;
    right: 0;
  }
  .world-selector button {
    font-size: 9px;
    gap: 6px;
  }
  .stage-bottom {
    left: 0;
    right: 0;
  }
  .stage-bottom > span {
    font-size: 6px;
  }
  .horizon-signature {
    margin-top: 30px;
  }
  .horizon-copy > p:not(.eyebrow) {
    font-size: 12px;
  }
  .lab-layout {
    grid-template-columns: 34% 1fr;
    gap: 37px;
  }
  .lab-choice-list > label {
    gap: 8px;
  }
  .lab-choice-list > label > span:nth-of-type(2) {
    font-size: 10px;
  }
  .lab-choice-list small {
    font-size: 7px;
  }
  .lab-choice-list > label {
    padding: 10px;
  }
  .mini-nav {
    margin-inline: 23px;
  }
  .mini-hero {
    padding-inline: 23px;
    min-height: 282px;
  }
  .mini-hero h3 {
    font-size: 32px;
    max-width: 75%;
  }
  .mini-sculpture {
    width: 180px;
    height: 180px;
    right: -20px;
    top: 55px;
    opacity: 0.75;
  }
  .mini-hero p {
    max-width: 62%;
  }
  .mini-modules {
    padding-inline: 23px;
  }
  .mini-modules > span {
    font-size: 8px;
  }
  .mini-bottom {
    font-size: 14px;
    padding-inline: 23px;
  }
  .world-case-heading > p {
    max-width: 280px;
  }
  .world-case-footer > div {
    gap: 13px;
  }
  .world-case-footer .text-button {
    font-size: 9px;
  }
  .reveal-scene {
    height: 470px;
  }
  .finished-scene strong {
    font-size: 95px;
  }
}
@media (max-width: 800px) {
  .hero-v2-top {
    padding-inline: 28px;
    font-size: 7px;
  }
  .horizon-layout {
    grid-template-columns: 1fr 1fr;
    min-height: 600px;
  }
  .hero-v2 h1 {
    font-size: 75px;
  }
  .hero-v2 .eyebrow {
    font-size: 7px;
    letter-spacing: 0.12em;
  }
  .horizon-copy > p:not(.eyebrow) {
    font-size: 11px;
  }
  .horizon-cta {
    font-size: 10px;
    gap: 15px;
    padding: 12px 16px;
  }
  .world-stage {
    height: 590px;
  }
  .artifact-wrap {
    width: 280px;
    max-width: 95%;
    top: 153px;
  }
  .world-artifact {
    height: 248px;
  }
  .artifact-head {
    padding-inline: 14px;
    height: 46px;
  }
  .artifact-main {
    padding: 16px 14px;
  }
  .artifact-greeting strong {
    font-size: 22px;
  }
  .artifact-task {
    margin-top: 12px;
    font-size: 8px;
    padding-bottom: 9px;
  }
  .artifact-head .artifact-small {
    font-size: 5px;
  }
  .artifact-head > span:first-child {
    font-size: 14px;
  }
  .artifact-head img {
    width: 24px;
    height: 24px;
  }
  .artifact-bottom {
    font-size: 5px;
  }
  .artifact-pill {
    font-size: 5px;
  }
  .world-caption {
    top: 432px;
  }
  .world-caption strong {
    font-size: 16px;
    display: block;
    max-width: 230px;
    margin: auto;
    line-height: 1.15;
  }
  .world-caption > span {
    font-size: 7px;
  }
  .world-selector {
    bottom: 43px;
  }
  .world-selector button {
    font-size: 8px;
    min-height: 47px;
    flex-direction: column;
    gap: 1px;
  }
  .world-selector button > span {
    font-size: 6px;
  }
  .stage-bottom > span {
    display: none;
  }
  .stage-bottom {
    justify-content: flex-end;
    height: 43px;
  }
  .artifact-ren .artifact-greeting strong {
    font-size: 25px;
  }
  .artifact-wave {
    height: 49px;
  }
  .artifact-transcript {
    font-size: 10px;
  }
  .artifact-landscape-copy strong {
    font-size: 30px;
  }
  .artifact-landscape-copy {
    left: 19px;
  }
  .artifact-landscape-copy > span {
    font-size: 5px;
  }
  .olav-sprite {
    width: 104px;
  }
  .artifact-reader {
    padding-top: 20px;
  }
  .artifact-reader p {
    font-size: 28px;
  }
  .artifact-reader small {
    font-size: 5px;
  }
  .artifact-reader > div:last-child > span {
    font-size: 6px;
  }
  .lab-intro {
    gap: 25px;
  }
  .lab-intro > p {
    font-size: 11px;
  }
  .lab-layout {
    gap: 27px;
    grid-template-columns: 34% 1fr;
  }
  .lab-label {
    font-size: 9px;
  }
  .lab-label > span {
    margin-right: 7px;
  }
  .lab-choice-list > label {
    gap: 7px;
  }
  .choice-symbol {
    width: 24px;
    font-size: 22px;
  }
  .lab-choice-list > label > span:nth-of-type(2) {
    font-size: 9px;
  }
  .lab-choice-list small {
    font-size: 6px;
  }
  .lab-controls .lab-palette {
    gap: 12px;
  }
  .lab-palette > label {
    font-size: 8px;
    gap: 5px;
  }
  .swatch {
    width: 22px;
    height: 22px;
  }
  #idea-name {
    font-size: 18px;
  }
  .mini-hero h3 {
    font-size: 29px;
    max-width: 90%;
  }
  .mini-sculpture {
    right: -43px;
    top: 84px;
    opacity: 0.4;
  }
  .mini-hero p {
    max-width: 78%;
  }
  .mini-bottom {
    font-size: 12px;
  }
  .mini-modules > span {
    font-size: 7px;
  }
  .lab-delivery > div {
    gap: 17px;
  }
  .lab-delivery .text-button {
    font-size: 10px;
  }
  .lab-delivery .button {
    font-size: 10px;
    padding-inline: 17px;
  }
  .sketch-caption {
    font-size: 6px;
    padding-inline: 8px;
  }
  .world-case-heading > p {
    font-size: 10px;
    max-width: 230px;
  }
  .world-case-footer > div {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
  .reveal-scene {
    height: 420px;
  }
  .finished-scene > div {
    left: 30px;
  }
  .finished-scene strong {
    font-size: 85px;
  }
  .blueprint-node {
    font-size: 7px;
    padding: 4px 7px;
  }
  .finished-scene p {
    font-size: 9px;
  }
}
@media (max-width: 640px) {
  .header {
    height: 72px;
    padding-inline: 20px;
  }
  .hero-v2-top {
    padding: 18px 20px 0;
    font-size: 6px;
  }
  .hero-v2-top > span:last-child {
    display: none;
  }
  .horizon-layout {
    display: block;
    padding: 25px 0 0;
    min-height: 0;
  }
  .horizon-copy {
    padding-block: 14px 0;
  }
  .hero-v2 .eyebrow {
    font-size: 8px;
    letter-spacing: 0.14em;
    margin-bottom: 26px;
  }
  .hero-v2 h1 {
    font-size: clamp(76px, 20.5vw, 112px);
    letter-spacing: -0.06em;
    line-height: 0.9;
    margin-bottom: 24px;
  }
  .horizon-copy > p:not(.eyebrow) {
    font-size: 12px;
    line-height: 1.8;
  }
  .horizon-cta {
    margin-top: 23px;
    min-height: 51px;
    font-size: 11px;
    padding-inline: 19px;
    gap: 35px;
  }
  .horizon-signature {
    display: none;
  }
  .world-stage {
    height: 554px;
    margin-top: 24px;
    margin-inline: -7px;
  }
  .stage-index {
    left: 7px;
    top: 16px;
    font-size: 8px;
  }
  .stage-tools {
    right: 3px;
    top: 0;
  }
  #world-canvas {
    height: 485px;
  }
  .artifact-wrap {
    top: 122px;
    width: 300px;
    max-width: 82%;
  }
  .world-artifact {
    height: 254px;
  }
  .artifact-head {
    height: 47px;
  }
  .artifact-main {
    padding: 17px;
  }
  .artifact-greeting strong {
    font-size: 23px;
  }
  .artifact-task {
    font-size: 8px;
    padding-bottom: 10px;
  }
  .artifact-head .artifact-small {
    font-size: 5px;
  }
  .artifact-bottom {
    font-size: 6px;
  }
  .world-halo {
    top: 303px;
    width: 270px;
    height: 130px;
  }
  .world-caption {
    top: 400px;
  }
  .world-caption > span {
    font-size: 7px;
    margin-bottom: 5px;
  }
  .world-caption strong {
    max-width: 100%;
    font-size: 18px;
  }
  .world-selector {
    bottom: 43px;
    left: 7px;
    right: 7px;
  }
  .world-selector button {
    font-size: 9px;
    flex-direction: row;
    gap: 7px;
    min-height: 47px;
  }
  .world-selector button > span {
    font-size: 6px;
  }
  .stage-bottom {
    left: 7px;
    right: 7px;
    justify-content: space-between;
  }
  .stage-bottom > span {
    display: block;
    font-size: 6px;
  }
  .cross-a {
    top: 104px;
    left: 0;
  }
  .cross-b {
    top: 345px;
    right: 0;
  }
  .horizon-baseline {
    padding-block: 17px;
    font-size: 7px;
  }
  .horizon-baseline a {
    display: none;
  }
  .idea-lab {
    padding: 65px 0 45px;
  }
  .lab-intro {
    display: block;
    margin-bottom: 30px;
  }
  .lab-intro h2 {
    font-size: 43px;
  }
  .lab-intro .eyebrow {
    font-size: 8px;
    margin-bottom: 18px;
  }
  .lab-intro > p {
    font-size: 12px;
    margin-top: 20px;
  }
  .lab-layout {
    display: flex;
    flex-direction: column;
    gap: 29px;
  }
  .lab-controls {
    width: 100%;
    padding: 0;
  }
  .lab-label {
    font-size: 10px;
    margin-bottom: 11px;
  }
  #idea-name {
    font-size: 22px;
  }
  .lab-controls fieldset {
    margin-top: 24px;
  }
  .lab-choice-list {
    gap: 7px;
  }
  .lab-choice-list > label {
    padding: 11px 14px;
    gap: 15px;
    min-height: 66px;
  }
  .lab-choice-list > label > span:nth-of-type(2) {
    font-size: 12px;
  }
  .lab-choice-list small {
    font-size: 8px;
  }
  .choice-symbol {
    width: 30px;
    font-size: 26px;
  }
  .lab-controls .lab-palette {
    gap: 26px;
    margin-top: 20px;
  }
  .lab-palette > label {
    font-size: 10px;
    gap: 9px;
  }
  .swatch {
    width: 27px;
    height: 27px;
  }
  .lab-result {
    width: 100%;
  }
  .sketch-toolbar {
    font-size: 7px;
  }
  .mini-nav {
    margin-inline: 21px;
    font-size: 13px;
    padding-block: 19px;
    min-height: 56px;
  }
  .mini-hero {
    padding: 30px 21px 25px;
    min-height: 270px;
  }
  .mini-hero h3 {
    font-size: 33px;
    max-width: 88%;
  }
  .mini-eyebrow {
    font-size: 6px;
    margin-bottom: 19px;
  }
  .mini-hero p {
    font-size: 8px;
    margin-top: 16px;
    max-width: 76%;
  }
  .mini-sculpture {
    width: 175px;
    height: 175px;
    right: -27px;
    top: 64px;
    opacity: 0.45;
  }
  .mini-site[data-direction='story'] .mini-sculpture,
  .mini-site[data-direction='learning'] .mini-sculpture {
    right: -25px;
    top: 70px;
  }
  .mini-modules {
    padding: 0 21px;
    min-height: 76px;
  }
  .mini-modules > span {
    font-size: 8px;
  }
  .mini-modules > span + span {
    padding-left: 10px;
  }
  .mini-bottom {
    padding: 22px 21px;
    font-size: 14px;
  }
  .sketch-caption {
    font-size: 6px;
  }
  .lab-delivery {
    display: block;
    margin-top: 29px;
    padding-top: 24px;
  }
  .lab-delivery strong {
    font-size: 21px;
  }
  .lab-delivery > div {
    flex-direction: column;
    align-items: stretch;
    margin-top: 22px;
    gap: 14px;
  }
  .lab-delivery .text-button {
    justify-content: space-between;
    min-height: 48px;
    border-bottom: 1px solid var(--line);
    font-size: 11px;
  }
  .lab-delivery .button {
    font-size: 12px;
    justify-content: space-between;
    padding-inline: 20px;
  }
  .lab-status {
    text-align: left;
    font-size: 9px;
  }
  .product-section {
    padding: 65px 0;
  }
  .product-section .section-heading h2 {
    font-size: 45px;
  }
  .product-tabs {
    margin-bottom: 16px;
  }
  .product-tabs button {
    min-height: 72px;
    padding: 12px 10px;
  }
  .demo-panel {
    border-radius: 4px;
  }
  .world-case {
    padding: 64px 0 43px;
  }
  .world-case-heading {
    display: block;
    margin-bottom: 29px;
  }
  .world-case h2 {
    font-size: 43px;
  }
  .world-case .eyebrow {
    font-size: 7px;
    margin-bottom: 21px;
  }
  .world-case-heading > p {
    font-size: 11px;
    margin-top: 21px;
    max-width: none;
  }
  .reveal-scene {
    height: 440px;
  }
  .finished-scene > img {
    object-position: 47% center;
  }
  .finished-scene > div {
    left: 24px;
    top: 46%;
  }
  .finished-scene > div > span {
    font-size: 8px;
  }
  .finished-scene strong {
    font-size: 74px;
  }
  .finished-scene p {
    font-size: 8px;
    max-width: 180px;
  }
  .blueprint-scene svg {
    width: 185%;
    left: -43%;
    height: 100%;
  }
  .blueprint-label {
    font-size: 6px;
    left: 18px;
    top: 22px;
  }
  .blueprint-bottom {
    left: 18px;
    font-size: 6px;
    max-width: 155px;
    bottom: 68px;
  }
  .blueprint-node {
    font-size: 6px;
    white-space: nowrap;
  }
  .bp-one {
    left: 7%;
    top: 72%;
  }
  .bp-two {
    left: 42%;
    top: 36%;
  }
  .bp-three {
    left: 63%;
    top: 58%;
  }
  .reveal-line > span {
    width: 44px;
    height: 44px;
    font-size: 21px;
  }
  .reveal-labels {
    left: 18px;
    right: 18px;
    bottom: 20px;
    font-size: 7px;
  }
  .world-case-footer {
    display: block;
    padding-top: 25px;
  }
  .world-case-footer > p {
    font-size: 10px;
  }
  .world-case-footer strong {
    font-size: 20px;
  }
  .world-case-footer > div {
    margin-top: 19px;
  }
  .world-case-footer .text-button {
    font-size: 10px;
    min-height: 47px;
    gap: 15px;
  }
  .method-grid h3 {
    font-size: 28px;
  }
  .sketch-dialog {
    padding: 43px 10px 10px;
    width: calc(100vw - 24px);
    border-radius: 8px;
  }
  .sketch-dialog .mini-hero {
    min-height: 310px;
  }
  .sketch-dialog .mini-hero h3 {
    font-size: 34px;
  }
  .sketch-dialog .mini-sculpture {
    width: 180px;
    height: 180px;
    right: -20px;
    top: 85px;
  }
  .sketch-dialog .mini-modules {
    min-height: 80px;
  }
  .sketch-dialog .mini-site {
    font-size: 1em;
  }
}
@media (prefers-reduced-motion: reduce) {
  .artifact-wrap {
    will-change: auto;
  }
  .world-artifact {
    animation: none;
  }
  .mini-site,
  .mini-sculpture,
  .mini-sculpture > div {
    transition: none;
  }
}

/* Optical spacing keeps large Norwegian headings open and legible. */
.hero-v2 h1 {
  letter-spacing: -0.04em;
  word-spacing: 0.065em;
}
.lab-intro h2,
.world-case h2 {
  letter-spacing: -0.025em;
}
.mini-hero h3 {
  letter-spacing: -0.02em;
}
.artifact-greeting strong {
  letter-spacing: -0.025em;
}
.sketch-dialog .mini-nav {
  font-size: 20px;
  min-height: 67px;
}
.sketch-dialog .mini-nav > span:last-child {
  font-size: 8px;
}
.sketch-dialog .mini-eyebrow {
  font-size: 9px;
}
.sketch-dialog .mini-hero p {
  font-size: 13px;
  margin-block: 22px;
}
.sketch-dialog .mini-cta {
  font-size: 10px;
  padding: 11px 15px;
}
.sketch-dialog .mini-modules > span {
  font-size: 12px;
}
.sketch-dialog .mini-modules i {
  font-size: 8px;
}
.sketch-dialog .mini-bottom {
  font-size: 22px;
}
@media (max-width: 640px) {
  .sketch-dialog .mini-nav {
    font-size: 15px;
  }
  .sketch-dialog .mini-eyebrow {
    font-size: 7px;
  }
  .sketch-dialog .mini-hero p {
    font-size: 10px;
  }
  .sketch-dialog .mini-cta {
    font-size: 8px;
  }
  .sketch-dialog .mini-modules > span {
    font-size: 9px;
  }
  .sketch-dialog .mini-modules i {
    font-size: 6px;
  }
  .sketch-dialog .mini-bottom {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .hero-v2 h1 {
    font-size: clamp(63px, 20.5vw, 112px);
  }
}
.mobile-sketch-jump {
  display: none;
}
@media (max-width: 640px) {
  .mobile-sketch-jump {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 46px;
    width: 100%;
    font-size: 11px;
    border: 0;
    border-bottom: 1px solid var(--line);
    background: transparent;
    color: var(--blue);
    padding: 8px 0;
    margin-top: 13px;
  }
  .lab-result {
    scroll-margin-top: 8px;
  }
}
.mini-site {
  --display: Arial, sans-serif;
  --body: Arial, sans-serif;
}
.mini-hero h3 {
  font-weight: 600;
  letter-spacing: -0.04em;
}
