@font-face {
  font-family: "Muko Sohne Breit";
  src:
    url("assets/fonts/sohne-breit-extra-light.otf") format("opentype"),
    local("Test Söhne Breit"),
    local("Test Sohne Breit"),
    local("Söhne Breit"),
    local("Sohne Breit"),
    local("SohneBreit");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "Muko Sohne Breit";
  src: url("assets/fonts/sohne-breit-light.otf") format("opentype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Muko Sohne Breit";
  src: url("assets/fonts/sohne-breit-book.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Muko Sohne Breit";
  src: url("assets/fonts/sohne-breit-medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Muko Sohne Breit";
  src: url("assets/fonts/sohne-breit-semi-bold.otf") format("opentype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Muko Sohne Breit";
  src: url("assets/fonts/sohne-breit-three-quarter-bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Muko Sohne Breit";
  src: url("assets/fonts/sohne-breit-bold.otf") format("opentype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Muko Sohne Breit";
  src: url("assets/fonts/sohne-breit-extra-bold.otf") format("opentype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "Muko Sohne Breit";
  src: url("assets/fonts/sohne-breit-extra-light-italic.otf") format("opentype");
  font-style: italic;
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "Muko Sohne Breit";
  src: url("assets/fonts/sohne-breit-light-italic.otf") format("opentype");
  font-style: italic;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Muko Sohne Breit";
  src: url("assets/fonts/sohne-breit-book-italic.otf") format("opentype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Muko Sohne Breit";
  src: url("assets/fonts/sohne-breit-medium-italic.otf") format("opentype");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Muko Sohne Breit";
  src: url("assets/fonts/sohne-breit-semi-bold-italic.otf") format("opentype");
  font-style: italic;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Muko Sohne Breit";
  src: url("assets/fonts/sohne-breit-three-quarter-bold-italic.otf") format("opentype");
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Muko Sohne Breit";
  src: url("assets/fonts/sohne-breit-bold-italic.otf") format("opentype");
  font-style: italic;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Muko Sohne Breit";
  src: url("assets/fonts/sohne-breit-extra-bold-italic.otf") format("opentype");
  font-style: italic;
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "Muko SF Pro Rounded";
  src:
    local("SF Pro Rounded"),
    local("SFProRounded-Regular"),
    local(".SF NS Rounded");
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
}

@font-face {
  font-family: "Muko Fustat";
  src:
    url("assets/fustat-latin.woff2") format("woff2"),
    local("Fustat"),
    local("Fustat Regular");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

:root {
  --ink: #08080A;
  --panel: #151514;
  --soft-panel: #1C1B19;
  --bone: #F3EEE6;
  --cream: #FFF8EC;
  --espresso: #342A25;
  --sand: #E2C6A8;
  --steel: #94A4AF;
  --chartreuse: #E6EFA8;
  --rose: #DB8E90;
  --suede: #C08367;
  --muted: rgba(243, 238, 230, 0.64);
  --faint: rgba(243, 238, 230, 0.12);
  --font-display: "Muko Sohne Breit", "Test Söhne Breit", "Sohne Breit", "Söhne Breit", "Surgena", "Arial Black", sans-serif;
  --font-demo: "Muko Sohne Breit", "Test Söhne Breit", "Sohne Breit", "Söhne Breit", "SohneBreit", "Muko SF Pro Rounded", "SF Pro Rounded", sans-serif;
  --font-body: "Muko SF Pro Rounded", "SF Pro Rounded", "SF Pro Display", -apple-system, BlinkMacSystemFont, sans-serif;
  --font-micro: "Muko Fustat", "Fustat", "Muko SF Pro Rounded", "SF Pro Rounded", -apple-system, BlinkMacSystemFont, sans-serif;
  --site-rail: min(1180px, 92vw);
  --copy-rail: min(1080px, 88vw);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 18% 4%, rgba(226, 198, 168, 0.08), transparent 24rem),
    radial-gradient(circle at 84% 20%, rgba(148, 164, 175, 0.055), transparent 28rem),
    var(--ink);
  color: var(--bone);
  font-family: var(--font-body);
  font-weight: 400;
  letter-spacing: 0;
  text-rendering: geometricPrecision;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(rgba(243, 238, 230, 0.008) 1px, transparent 1px),
    linear-gradient(90deg, rgba(243, 238, 230, 0.008) 1px, transparent 1px);
  background-size: clamp(72px, 7vw, 118px) clamp(72px, 7vw, 118px);
  mask-image: linear-gradient(180deg, black, transparent 48%);
}

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

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

button,
input {
  font: inherit;
}

strong {
  color: var(--cream);
  font-weight: 500;
}

.site-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: clamp(1.2rem, 3vw, 3.2rem) clamp(1.2rem, 4vw, 4.2rem);
  pointer-events: none;
}

.brand-lockup,
.nav-links {
  pointer-events: auto;
}

.brand-lockup {
  position: relative;
  z-index: 40;
}

.brand-lockup img {
  width: clamp(4.25rem, 5.7vw, 7.1rem);
  height: auto;
  filter: brightness(0) invert(1);
  mix-blend-mode: difference;
  will-change: opacity;
}

.nav-links {
  display: flex;
  gap: 0.35rem;
  padding: 0.34rem;
  border: 1px solid rgba(243, 238, 230, 0.12);
  border-radius: 999px;
  background: rgba(21, 21, 20, 0.62);
  -webkit-backdrop-filter: blur(20px) saturate(1.2);
  backdrop-filter: blur(20px) saturate(1.2);
  color: rgba(243, 238, 230, 0.78);
  font-family: var(--font-micro);
  font-size: clamp(0.76rem, 0.95vw, 0.92rem);
  font-weight: 500;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 0.88rem;
  border-radius: 999px;
  transition: background 180ms ease, color 180ms ease;
}

.nav-links a:hover {
  background: rgba(243, 238, 230, 0.1);
  color: var(--cream);
}

.hero,
.thesis,
.principles,
.signal-band,
.flow,
.closing {
  position: relative;
  padding: clamp(3rem, 5vw, 5.5rem) clamp(1.2rem, 4vw, 4.2rem);
}

.hero {
  min-height: auto;
  padding-top: clamp(9.4rem, 11vw, 12.8rem);
  padding-bottom: clamp(3.8rem, 5.6vw, 6rem);
}

.muko-demo-frame {
  position: relative;
  width: min(1160px, 86vw);
  margin: 0 auto;
  border-radius: clamp(1.8rem, 3vw, 3rem);
  isolation: isolate;
  padding: clamp(0.35rem, 0.75vw, 0.75rem);
}

.muko-demo-frame::before {
  content: "";
  position: absolute;
  inset: -18% -12%;
  z-index: -2;
  background:
    radial-gradient(circle at 14% 82%, rgba(226, 198, 168, 0.96), transparent 25%),
    radial-gradient(circle at 50% 8%, rgba(230, 239, 168, 0.6), transparent 19%),
    radial-gradient(circle at 88% 36%, rgba(148, 164, 175, 0.88), transparent 25%),
    radial-gradient(circle at 74% 86%, rgba(219, 142, 144, 0.54), transparent 20%);
  filter: blur(90px);
  opacity: 0.9;
  animation: glassBloom 14s ease-in-out infinite alternate;
}

.muko-demo-frame::after {
  content: "";
  position: absolute;
  inset: clamp(0.35rem, 0.75vw, 0.75rem);
  z-index: 4;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(136deg, rgba(255, 255, 255, 0.34), transparent 18%, rgba(255, 255, 255, 0.06) 58%, transparent 78%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 30%, rgba(255, 255, 255, 0.045));
  mix-blend-mode: screen;
  opacity: 0.22;
}

.demo-shell {
  position: relative;
  z-index: 1;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: calc(clamp(1.8rem, 3vw, 3rem) - 0.35rem);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.36), rgba(255, 248, 236, 0.18) 42%, rgba(255, 255, 255, 0.12)),
    rgba(246, 243, 237, 0.12);
  -webkit-backdrop-filter: blur(72px) saturate(1.7);
  backdrop-filter: blur(72px) saturate(1.7);
  box-shadow:
    0 54px 150px rgba(0, 0, 0, 0.4),
    inset 0 0 0 1px rgba(255, 255, 255, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.glass-demo {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(18rem, 0.95fr);
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  color: #11110f;
  background:
    linear-gradient(128deg, rgba(255, 255, 255, 0.6), rgba(255, 248, 236, 0.34) 36%, rgba(255, 255, 255, 0.26)),
    rgba(255, 255, 255, 0.22);
  -webkit-backdrop-filter: blur(48px) saturate(1.75);
  backdrop-filter: blur(48px) saturate(1.75);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.66);
}

.glass-demo::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 80%, rgba(226, 198, 168, 0.28), transparent 25%),
    radial-gradient(circle at 48% 12%, rgba(148, 164, 175, 0.2), transparent 26%),
    radial-gradient(circle at 86% 64%, rgba(219, 142, 144, 0.18), transparent 28%),
    linear-gradient(115deg, rgba(255, 255, 255, 0.22), transparent 22%, rgba(255, 255, 255, 0.28) 58%, transparent 78%);
  pointer-events: none;
}

.glass-demo::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(52, 42, 37, 0.04) 0 0.7px, transparent 1px);
  background-size: 3px 3px;
  opacity: 0.36;
  pointer-events: none;
}

.demo-map,
.demo-insights {
  position: relative;
  z-index: 1;
}

.demo-map {
  overflow: hidden;
}

.demo-map::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: rgba(52, 42, 37, 0.08);
}

.demo-season,
.demo-label,
.demo-item,
.insight-heading h2,
.insight-row,
.insight-callout p,
.insight-callout small {
  font-family: var(--font-demo);
}

.demo-season {
  position: absolute;
  left: 6%;
  top: 7%;
  margin: 0;
  color: rgba(17, 17, 15, 0.92);
  font-size: clamp(1.4rem, 2.8vw, 3rem);
  font-weight: 400;
  line-height: 1;
}

.demo-label,
.demo-item {
  position: absolute;
  z-index: 4;
  color: rgba(52, 42, 37, 0.44);
  font-size: clamp(0.66rem, 0.95vw, 0.9rem);
  font-weight: 400;
  white-space: nowrap;
}

.demo-item {
  color: rgba(17, 17, 15, 0.92);
  font-size: clamp(0.67rem, 0.95vw, 0.92rem);
}

.label-accessories {
  left: 17%;
  top: 24%;
  transform: translateX(-50%);
}

.label-knitwear {
  left: 66%;
  top: 20%;
  transform: translateX(-50%);
}

.label-bottoms {
  left: 82%;
  top: 66%;
  transform: translateX(-50%);
}

.label-dresses {
  left: 63%;
  bottom: 12%;
  transform: translateX(-50%);
}

.label-outerwear {
  left: 16%;
  bottom: 20%;
  transform: translateX(-50%);
}

.item-shirt {
  left: 41%;
  top: 35%;
  transform: translate(-50%, -100%);
}

.item-jacket-one {
  left: 28%;
  top: 50%;
  transform: translate(-100%, -50%);
}

.item-jacket-two {
  left: 54%;
  top: 46%;
  transform: translate(0, -50%);
}

.item-skirt {
  left: 48%;
  top: 62%;
  transform: translate(0, 0);
}

.demo-cloud {
  position: absolute;
  z-index: 2;
  --cloud-anchor-y: -50%;
  width: clamp(5.2rem, 10vw, 8.6rem);
  aspect-ratio: 1.25;
  opacity: 0.9;
  transform: translate(-50%, var(--cloud-anchor-y));
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(52, 42, 37, 0.045), transparent 62%);
  animation: cloudFloat 11s ease-in-out infinite alternate;
}

.demo-cloud::before,
.demo-cloud::after {
  content: "";
  position: absolute;
  left: 46%;
  top: 44%;
  width: 4.8px;
  height: 4.8px;
  border-radius: 50%;
  background: rgba(52, 42, 37, 0.24);
  box-shadow:
    -46px -22px 0 -1px rgba(52, 42, 37, 0.24),
    -32px -34px 0 -1px rgba(148, 164, 175, 0.28),
    -18px -14px 0 0 rgba(52, 42, 37, 0.2),
    -8px -28px 0 -1px rgba(192, 131, 103, 0.2),
    10px -18px 0 0 rgba(52, 42, 37, 0.24),
    26px -28px 0 -1px rgba(148, 164, 175, 0.28),
    42px -8px 0 -1px rgba(52, 42, 37, 0.2),
    -40px 4px 0 0 rgba(192, 131, 103, 0.2),
    -20px 16px 0 -1px rgba(52, 42, 37, 0.25),
    2px 8px 0 -1px rgba(148, 164, 175, 0.3),
    24px 16px 0 0 rgba(52, 42, 37, 0.21),
    48px 22px 0 -1px rgba(192, 131, 103, 0.2);
}

.demo-cloud::after {
  left: 54%;
  top: 52%;
  width: 3.8px;
  height: 3.8px;
  opacity: 0.88;
  box-shadow:
    -54px -7px 0 0 rgba(52, 42, 37, 0.19),
    -31px -18px 0 -1px rgba(148, 164, 175, 0.26),
    -12px -3px 0 0 rgba(52, 42, 37, 0.22),
    14px -9px 0 0 rgba(192, 131, 103, 0.2),
    34px 3px 0 -1px rgba(148, 164, 175, 0.28),
    56px 15px 0 0 rgba(52, 42, 37, 0.18),
    -42px 24px 0 -1px rgba(192, 131, 103, 0.2),
    -18px 33px 0 0 rgba(52, 42, 37, 0.19),
    12px 28px 0 -1px rgba(148, 164, 175, 0.26),
    38px 36px 0 0 rgba(52, 42, 37, 0.17);
}

.cloud-accessories {
  left: 17%;
  top: 36%;
}

.cloud-knitwear {
  left: 66%;
  top: 31%;
  animation-delay: -2.4s;
}

.cloud-bottoms {
  left: 82%;
  top: 56%;
  animation-delay: -4.4s;
}

.cloud-dresses {
  left: 63%;
  bottom: 20%;
  width: clamp(5.8rem, 11vw, 9.2rem);
  --cloud-anchor-y: 50%;
  animation-delay: -6.2s;
}

.cloud-outerwear {
  left: 16%;
  bottom: 30%;
  width: clamp(5.8rem, 11vw, 9.2rem);
  --cloud-anchor-y: 50%;
  animation-delay: -8s;
}

.demo-focus-ring {
  position: absolute;
  left: 41%;
  top: 47%;
  z-index: 3;
  width: clamp(5.5rem, 11vw, 9rem);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(52, 42, 37, 0.09);
  transform: translate(-50%, -50%);
  animation: focusBreathe 6s ease-in-out infinite alternate;
}

.suede-cluster {
  position: absolute;
  left: 41%;
  top: 47%;
  z-index: 5;
  width: clamp(4.2rem, 7.6vw, 6.7rem);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
}

.suede-cluster span {
  position: absolute;
  width: 22%;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 248, 236, 0.82), rgba(122, 62, 60, 0.9) 48%, rgba(52, 42, 37, 0.62));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.42),
    0 0.55rem 1.5rem rgba(52, 42, 37, 0.18);
  animation: clusterLift 4.8s ease-in-out infinite alternate;
}

.suede-cluster span:nth-child(1) {
  left: 18%;
  top: 42%;
}

.suede-cluster span:nth-child(2) {
  left: 41%;
  top: 25%;
  width: 27%;
  animation-delay: -0.9s;
}

.suede-cluster span:nth-child(3) {
  right: 16%;
  top: 35%;
  width: 31%;
  animation-delay: -1.8s;
}

.suede-cluster span:nth-child(4) {
  left: 35%;
  bottom: 22%;
  animation-delay: -2.7s;
}

.demo-insights {
  display: flex;
  flex-direction: column;
  padding: clamp(1.3rem, 2.8vw, 3.05rem);
  background:
    linear-gradient(136deg, rgba(255, 255, 255, 0.12), rgba(226, 198, 168, 0.18) 58%, rgba(255, 255, 255, 0.08)),
    rgba(255, 255, 255, 0.08);
}

.insight-heading {
  display: flex;
  align-items: center;
  gap: clamp(0.7rem, 1.3vw, 1.1rem);
}

.insight-globe,
.mini-mark,
.insight-row span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
}

.insight-globe {
  width: clamp(1.75rem, 3vw, 2.8rem);
  aspect-ratio: 1;
  background: #11110f;
  color: rgba(255, 248, 236, 0.9);
  font-size: clamp(0.8rem, 1.2vw, 1.1rem);
}

.insight-heading h2 {
  color: #11110f;
  font-size: clamp(1.55rem, 2.75vw, 2.95rem);
  font-weight: 400;
  line-height: 1.03;
}

.insight-rule {
  height: 1px;
  margin: clamp(1rem, 2vw, 2.1rem) 0 clamp(0.75rem, 1.5vw, 1.35rem);
  background: rgba(52, 42, 37, 0.1);
}

.insight-row {
  display: grid;
  grid-template-columns: clamp(1.4rem, 2vw, 1.75rem) minmax(0, 1fr);
  gap: clamp(0.8rem, 1.4vw, 1.2rem);
  align-items: center;
  min-height: clamp(3rem, 4.2vw, 4.1rem);
  color: rgba(17, 17, 15, 0.88);
  font-size: clamp(0.82rem, 1.05vw, 1.05rem);
  line-height: 1.28;
}

.alert-signal,
.alert-final {
  opacity: 0;
  transform: translate3d(0, 0.8rem, 0) scale(0.975);
  filter: blur(5px);
  animation: demoAlertIn 820ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
  transform-origin: 52% 50%;
}

.alert-one {
  animation-delay: 620ms;
}

.alert-two {
  animation-delay: 1260ms;
}

.alert-three {
  animation-delay: 1900ms;
}

.alert-final {
  animation-delay: 3180ms;
}

.alert-signal span,
.alert-final .mini-mark {
  animation: alertIconPulse 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.alert-one span {
  animation-delay: 720ms;
}

.alert-two span {
  animation-delay: 1360ms;
}

.alert-three span {
  animation-delay: 2000ms;
}

.alert-final .mini-mark {
  animation-delay: 3300ms;
}

.insight-row + .insight-row {
  border-top: 1px solid rgba(52, 42, 37, 0.08);
}

.insight-row span {
  width: clamp(1.3rem, 2vw, 1.7rem);
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0.28);
  box-shadow: inset 0 0 0 1px rgba(52, 42, 37, 0.08);
  color: rgba(52, 42, 37, 0.62);
  font-family: var(--font-micro);
  font-size: 0.72rem;
  line-height: 1;
  text-align: center;
}

.insight-row p {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  min-height: clamp(3rem, 4.2vw, 4.1rem);
  margin: 0;
}

.insight-row strong {
  color: #9b613f;
  font-weight: 400;
  font-size: clamp(1rem, 1.55vw, 1.45rem);
  line-height: 1;
  white-space: nowrap;
}

.insight-callout {
  display: grid;
  grid-template-columns: clamp(2rem, 3vw, 2.7rem) minmax(0, 1fr);
  gap: clamp(0.8rem, 1.35vw, 1.2rem);
  align-items: start;
  margin-top: auto;
  padding-top: clamp(1.2rem, 2.3vw, 2.35rem);
  color: #11110f;
}

.mini-mark {
  width: clamp(1.8rem, 3vw, 2.55rem);
  aspect-ratio: 1;
  background: var(--espresso);
  color: var(--cream);
}

.mini-mark img {
  width: 70%;
  height: auto;
  object-fit: contain;
}

.insight-callout p {
  margin: 0;
  max-width: 16ch;
  font-size: clamp(0.98rem, 1.42vw, 1.46rem);
  font-weight: 400;
  line-height: 1.09;
}

.insight-callout small {
  display: block;
  max-width: 18ch;
  margin-top: 0.65rem;
  color: rgba(52, 42, 37, 0.55);
  font-size: clamp(0.78rem, 1vw, 1.02rem);
  line-height: 1.1;
}

.demo-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  width: fit-content;
  min-height: clamp(1.7rem, 2.25vw, 2rem);
  margin-top: clamp(0.72rem, 1.15vw, 0.95rem);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(52, 42, 37, 0.98), rgba(52, 42, 37, 0.9)),
    var(--espresso);
  color: rgba(255, 248, 236, 0.96);
  padding: 0.43rem 0.72rem 0.48rem;
  box-shadow:
    0 0.45rem 1.2rem rgba(52, 42, 37, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font-family: var(--font-micro);
  font-size: clamp(0.6rem, 0.72vw, 0.7rem);
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(0, 0.35rem, 0) scale(0.98);
  animation: demoActionIn 760ms cubic-bezier(0.16, 1, 0.3, 1) 3740ms forwards;
}

.insight-footer {
  align-self: flex-end;
  display: block;
  width: clamp(4rem, 7vw, 6rem);
  height: 1px;
  margin-top: clamp(1rem, 2vw, 2rem);
  background: rgba(52, 42, 37, 0.16);
}

.hero-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(18rem, 0.58fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: center;
  max-width: var(--copy-rail);
  margin: clamp(2.4rem, 4vw, 4.4rem) auto 0;
}

.eyebrow,
.pill-cta,
.principle p,
.site-footer,
.form-note,
label span {
  font-family: var(--font-micro);
}

.eyebrow {
  margin: 0 0 1.8rem;
  color: var(--sand);
  font-size: clamp(0.9rem, 1vw, 1.05rem);
  font-weight: 500;
}

h1,
h2,
h3,
.closing-copy {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  max-width: 13ch;
  font-size: clamp(2.55rem, 4.65vw, 5.55rem);
  line-height: 1.04;
}

.hero-text p,
.thesis-body,
.flow-row p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.08vw, 1.14rem);
  line-height: 1.58;
}

.pill-cta,
.early-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  width: fit-content;
  min-height: 46px;
  margin-top: 1.8rem;
  border: 1px solid rgba(243, 238, 230, 0.18);
  border-radius: 999px;
  background: var(--bone);
  color: var(--ink);
  padding: 0.76rem 1.14rem 0.82rem;
  font-size: 0.86rem;
  font-weight: 500;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}

.pill-cta:hover,
.early-form button:hover {
  transform: translateY(-1px);
  background: var(--cream);
}

.thesis {
  min-height: auto;
}

.thesis-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.58fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  max-width: var(--site-rail);
  margin: 0 auto;
  padding-top: clamp(1rem, 3vw, 3rem);
}

.thesis h2 {
  max-width: 13ch;
  font-size: clamp(2.45rem, 4.85vw, 5.9rem);
  line-height: 1.03;
}

.principles {
  max-width: var(--site-rail);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(2.2rem, 5vw, 6rem);
  min-height: auto;
  align-items: start;
}

.principle {
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(0.3rem, 1vw, 1rem) 0;
}

.principle:nth-child(2) {
  margin-top: clamp(1.4rem, 3vw, 3rem);
}

.principle svg {
  width: clamp(4.1rem, 6vw, 6.4rem);
  color: var(--bone);
}

.principle path,
.principle circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 4.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.principle:nth-child(1) svg {
  color: var(--chartreuse);
}

.principle:nth-child(2) svg {
  color: var(--sand);
}

.principle:nth-child(3) svg {
  color: var(--steel);
}

.principle h3 {
  max-width: 11ch;
  margin-top: clamp(3rem, 6vw, 6rem);
  font-size: clamp(1.35rem, 2vw, 2.35rem);
  line-height: 1.04;
}

.principle p {
  margin: 1.2rem 0 0;
  color: rgba(243, 238, 230, 0.56);
  font-size: clamp(0.86rem, 0.95vw, 0.98rem);
  font-weight: 500;
  line-height: 1.44;
}

.signal-band {
  max-width: var(--site-rail);
  margin: 0 auto;
  padding-top: clamp(2.5rem, 4.6vw, 5rem);
  padding-bottom: clamp(3rem, 5vw, 5.6rem);
}

.signal-orbit {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(17rem, 0.58fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: center;
  min-height: clamp(22rem, 34vw, 34rem);
}

.signal-orbit::before {
  content: "";
  position: absolute;
  inset: 8% 18%;
  z-index: -1;
  background:
    radial-gradient(circle at 16% 60%, rgba(219, 142, 144, 0.2), transparent 24%),
    radial-gradient(circle at 50% 38%, rgba(230, 239, 168, 0.2), transparent 22%),
    radial-gradient(circle at 84% 50%, rgba(148, 164, 175, 0.26), transparent 24%);
  filter: blur(64px);
  opacity: 0.8;
  animation: glassBloom 18s ease-in-out infinite alternate;
}

.orbit-copy {
  position: relative;
  z-index: 3;
  display: grid;
  gap: clamp(1.1rem, 2.1vw, 1.9rem);
}

.orbit-copy p {
  margin: 0;
  color: rgba(243, 238, 230, 0.74);
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 2.8vw, 3.55rem);
  font-weight: 500;
  line-height: 1.05;
}

.orbit-copy p:nth-child(2) {
  color: var(--sand);
}

.orbit-copy p:nth-child(3) {
  color: rgba(243, 238, 230, 0.92);
}

.orbit-stage {
  position: relative;
  min-height: clamp(20rem, 32vw, 31rem);
  border-radius: clamp(2.6rem, 5vw, 5rem);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 248, 236, 0.02) 42%, rgba(255, 255, 255, 0.055)),
    rgba(255, 255, 255, 0.018);
  -webkit-backdrop-filter: blur(42px) saturate(1.5);
  backdrop-filter: blur(42px) saturate(1.5);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 40px 120px rgba(0, 0, 0, 0.26);
}

.orbit-stage::before,
.orbit-stage::after {
  content: "";
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  border: 1px solid rgba(243, 238, 230, 0.08);
}

.orbit-stage::after {
  inset: 27%;
  border-color: rgba(243, 238, 230, 0.14);
  filter: blur(0.2px);
}

.orbit-halo {
  position: absolute;
  inset: 16%;
  border-radius: 45% 55% 52% 48%;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.13), transparent 26%),
    linear-gradient(135deg, rgba(226, 198, 168, 0.14), rgba(148, 164, 175, 0.11));
  -webkit-backdrop-filter: blur(38px) saturate(1.7);
  backdrop-filter: blur(38px) saturate(1.7);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.11),
    0 28px 80px rgba(0, 0, 0, 0.22);
  animation: haloMorph 9s ease-in-out infinite alternate;
}

.orbit-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: clamp(4.2rem, 8vw, 7.4rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 26%, rgba(255, 255, 255, 0.78), rgba(226, 198, 168, 0.56) 42%, rgba(52, 42, 37, 0.28));
  transform: translate(-50%, -50%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.18),
    0 0 5rem rgba(226, 198, 168, 0.24);
  animation: coreGlow 5s ease-in-out infinite alternate;
}

.orbit-ring {
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  border: 1px solid rgba(255, 248, 236, 0.13);
  transform: rotate(-8deg);
  animation: orbitSpin 16s linear infinite;
}

.ring-two {
  inset: 32%;
  border-color: rgba(226, 198, 168, 0.2);
  animation-duration: 11s;
  animation-direction: reverse;
}

.orbit-particle {
  --x: 50%;
  --y: 50%;
  --size: clamp(0.8rem, 1.5vw, 1.35rem);
  --c: var(--sand);
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 2;
  width: var(--size);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.8), var(--c) 58%, rgba(52, 42, 37, 0.12));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.16),
    0 0 2rem color-mix(in srgb, var(--c), transparent 45%);
  animation: particleFloat 7s ease-in-out infinite alternate;
}

.particle-a {
  --x: 20%;
  --y: 34%;
  --c: var(--sand);
}

.particle-b {
  --x: 74%;
  --y: 26%;
  --c: var(--steel);
  --size: clamp(1rem, 1.8vw, 1.6rem);
  animation-delay: -1.4s;
}

.particle-c {
  --x: 80%;
  --y: 70%;
  --c: var(--rose);
  animation-delay: -2.8s;
}

.particle-d {
  --x: 36%;
  --y: 78%;
  --c: var(--chartreuse);
  animation-delay: -4.2s;
}

.particle-e {
  --x: 26%;
  --y: 64%;
  --c: var(--cream);
  --size: clamp(0.58rem, 1vw, 0.88rem);
  animation-delay: -5.2s;
}

.flow {
  min-height: auto;
  padding-top: clamp(3rem, 4.8vw, 5.2rem);
  padding-bottom: clamp(2.8rem, 4.8vw, 5rem);
}

.flow-head {
  max-width: var(--site-rail);
  margin: 0 auto;
}

.flow-head .eyebrow {
  margin-bottom: clamp(1rem, 2vw, 1.8rem);
}

.flow-head h2 {
  width: 100%;
  max-width: 100%;
  font-size: clamp(2.9rem, 7.2vw, 8.2rem);
  line-height: 0.98;
}

.flow-list {
  max-width: var(--site-rail);
  margin: clamp(2rem, 4vw, 4rem) auto 0;
  display: grid;
  gap: 0.2rem;
}

.flow-row {
  display: grid;
  grid-template-columns: 3.35rem minmax(14rem, 0.68fr) minmax(18rem, 1fr);
  gap: clamp(1.2rem, 2.6vw, 3rem);
  align-items: center;
  min-height: clamp(6.2rem, 8vw, 8rem);
  padding: clamp(0.95rem, 1.7vw, 1.45rem) 0;
}

.flow-icon {
  width: 2.9rem;
  height: 2.9rem;
  padding: 0;
  color: var(--cream);
  opacity: 0.92;
}

.flow-row:nth-child(1) .flow-icon {
  color: var(--chartreuse);
}

.flow-row:nth-child(2) .flow-icon {
  color: var(--sand);
}

.flow-row:nth-child(3) .flow-icon {
  color: var(--steel);
}

.flow-row:nth-child(4) .flow-icon {
  color: var(--rose);
}

.flow-icon path,
.flow-icon circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 3.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.flow-row h3 {
  font-size: clamp(1.35rem, 2.35vw, 2.9rem);
  line-height: 1.07;
}

.closing {
  display: grid;
  grid-template-columns: minmax(22rem, 0.96fr) minmax(18rem, 0.54fr);
  gap: clamp(2rem, 4.5vw, 5rem);
  align-items: center;
  max-width: var(--site-rail);
  margin: 0 auto;
  min-height: auto;
  padding-top: clamp(2.8rem, 4.8vw, 5rem);
  padding-bottom: clamp(5rem, 8vw, 8rem);
}

.closing-copy {
  font-size: clamp(2.8rem, 5.2vw, 6.35rem);
  line-height: 1.04;
}

.closing-copy p {
  margin: 0;
}

.closing-copy span {
  display: block;
  max-width: 34rem;
  margin-top: 1.5rem;
  color: rgba(243, 238, 230, 0.62);
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.2vw, 1.22rem);
  font-weight: 400;
  line-height: 1.45;
}

.access-panel {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(10rem, 17vw, 17rem);
  overflow: hidden;
  border-radius: clamp(2rem, 4vw, 4rem);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(226, 198, 168, 0.035) 46%, rgba(148, 164, 175, 0.045)),
    rgba(255, 255, 255, 0.025);
  -webkit-backdrop-filter: blur(34px) saturate(1.45);
  backdrop-filter: blur(34px) saturate(1.45);
  box-shadow:
    0 32px 92px rgba(0, 0, 0, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.075),
    inset 0 1px 0 rgba(255, 255, 255, 0.11);
  padding: clamp(1.3rem, 2.8vw, 2.6rem);
}

.access-panel::before,
.access-panel::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.access-panel::before {
  inset: -45% -20%;
  background:
    radial-gradient(circle at 18% 42%, rgba(226, 198, 168, 0.24), transparent 19%),
    radial-gradient(circle at 80% 54%, rgba(219, 142, 144, 0.18), transparent 17%),
    radial-gradient(circle at 52% 18%, rgba(230, 239, 168, 0.13), transparent 14%),
    radial-gradient(circle at 45% 86%, rgba(148, 164, 175, 0.18), transparent 16%);
  filter: blur(34px);
  opacity: 0.9;
  animation: accessAura 9s ease-in-out infinite alternate;
}

.access-panel::after {
  width: clamp(8rem, 15vw, 13rem);
  aspect-ratio: 1;
  border: 1px solid rgba(243, 238, 230, 0.08);
  border-radius: 44% 56% 52% 48%;
  opacity: 0.7;
  animation: accessOrbit 16s linear infinite;
}

.pill-cta.primary {
  position: relative;
  z-index: 1;
  margin-top: 0;
  min-width: min(100%, 18rem);
  box-shadow:
    0 14px 44px rgba(226, 198, 168, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.46);
  animation: ctaFloat 4.8s ease-in-out infinite alternate;
}

.early-form {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  width: min(100%, 26rem);
  margin-top: 0;
}

.early-form[hidden] {
  display: none;
}

label {
  display: grid;
  gap: 0.45rem;
}

label span {
  color: rgba(243, 238, 230, 0.58);
  font-size: 0.78rem;
  font-weight: 500;
}

input {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(243, 238, 230, 0.16);
  border-radius: 999px;
  background: rgba(5, 6, 9, 0.18);
  color: var(--bone);
  padding: 0.65rem 1rem;
  outline: none;
}

input:focus {
  border-color: rgba(243, 238, 230, 0.55);
}

.early-form button {
  margin-top: 0.2rem;
}

.form-note {
  min-height: 1.2rem;
  margin: 0;
  color: rgba(243, 238, 230, 0.58);
  font-size: 0.78rem;
  font-weight: 500;
}

.form-note a {
  text-decoration: underline;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem clamp(1.2rem, 4vw, 4.2rem);
  border-top: 1px solid var(--faint);
  color: rgba(243, 238, 230, 0.58);
  font-weight: 500;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
}

.footer-links a:hover {
  color: var(--cream);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 680ms ease, transform 680ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes glassBloom {
  from {
    transform: translate3d(-1.6rem, 1rem, 0) scale(1);
  }

  to {
    transform: translate3d(1.4rem, -1.2rem, 0) scale(1.04);
  }
}

@keyframes cloudFloat {
  from {
    transform: translate(calc(-50% - 0.28rem), calc(var(--cloud-anchor-y) + 0.22rem)) scale(0.99);
  }

  to {
    transform: translate(calc(-50% + 0.34rem), calc(var(--cloud-anchor-y) - 0.28rem)) scale(1.02);
  }
}

@keyframes focusBreathe {
  from {
    transform: translate(-50%, -50%) scale(0.92);
    opacity: 0.62;
  }

  to {
    transform: translate(-50%, -50%) scale(1.08);
    opacity: 0.94;
  }
}

@keyframes clusterLift {
  from {
    transform: translate3d(-0.12rem, 0.16rem, 0) scale(0.94);
  }

  to {
    transform: translate3d(0.14rem, -0.2rem, 0) scale(1.08);
  }
}

@keyframes demoAlertIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 0.8rem, 0) scale(0.975);
    filter: blur(5px);
  }

  64% {
    opacity: 1;
    transform: translate3d(0, -0.08rem, 0) scale(1.006);
    filter: blur(0.6px);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
}

@keyframes alertIconPulse {
  0% {
    opacity: 0.55;
    transform: scale(0.78);
    box-shadow: inset 0 0 0 1px rgba(52, 42, 37, 0.08);
  }

  58% {
    opacity: 1;
    transform: scale(1.12);
    box-shadow:
      0 0 0 0.5rem rgba(255, 255, 255, 0.14),
      inset 0 0 0 1px rgba(52, 42, 37, 0.08);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: inset 0 0 0 1px rgba(52, 42, 37, 0.08);
  }
}

@keyframes demoActionIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 0.35rem, 0) scale(0.98);
    filter: blur(3px);
  }

  70% {
    opacity: 1;
    transform: translate3d(0, -0.05rem, 0) scale(1.015);
    filter: blur(0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
}

@keyframes haloMorph {
  from {
    transform: rotate(-7deg) scale(0.96);
    border-radius: 42% 58% 53% 47%;
  }

  to {
    transform: rotate(6deg) scale(1.04);
    border-radius: 56% 44% 46% 54%;
  }
}

@keyframes orbitSpin {
  to {
    transform: rotate(352deg);
  }
}

@keyframes particleFloat {
  from {
    transform: translate3d(-0.8rem, 0.6rem, 0) scale(0.94);
  }

  to {
    transform: translate3d(0.9rem, -0.75rem, 0) scale(1.08);
  }
}

@keyframes coreGlow {
  from {
    filter: saturate(0.95) brightness(0.98);
    transform: translate(-50%, -50%) scale(0.94);
  }

  to {
    filter: saturate(1.12) brightness(1.05);
    transform: translate(-50%, -50%) scale(1.06);
  }
}

@keyframes accessAura {
  from {
    transform: translate3d(-0.8rem, 0.4rem, 0) scale(1);
  }

  to {
    transform: translate3d(0.9rem, -0.6rem, 0) scale(1.05);
  }
}

@keyframes accessOrbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ctaFloat {
  from {
    transform: translate3d(-0.35rem, 0.2rem, 0);
  }

  to {
    transform: translate3d(0.35rem, -0.25rem, 0);
  }
}

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 980px) {
  .hero-copy,
  .thesis-grid,
  .principles,
  .signal-band,
  .flow-head,
  .closing {
    grid-template-columns: 1fr;
  }

  .muko-demo-frame {
    width: min(100%, 48rem);
  }

  .demo-shell {
    aspect-ratio: auto;
    overflow: visible;
  }

  .flow-head {
    align-items: start;
  }

  .flow-row {
    grid-template-columns: 3.8rem minmax(0, 1fr);
    gap: 1.2rem;
    padding: 2.2rem 0;
  }

  .flow-row h3 {
    grid-column: 2;
  }

  .flow-row p {
    grid-column: 2;
  }

  .flow-icon {
    grid-column: 1;
    grid-row: 1;
  }

  .principle:nth-child(2) {
    margin-top: 0;
  }

  .glass-demo {
    display: block;
    height: auto;
    min-height: 0;
    overflow: visible;
    padding: clamp(0.35rem, 1vw, 0.65rem);
  }

  .demo-map {
    min-height: clamp(24rem, 74vw, 35rem);
    border-radius: calc(clamp(1.8rem, 3vw, 3rem) - 0.65rem);
    overflow: hidden;
  }

  .demo-map::after {
    display: none;
  }

  .demo-insights {
    width: min(92%, 30rem);
    min-height: auto;
    margin: clamp(-4.5rem, -7vw, -2.6rem) auto clamp(0.35rem, 1vw, 0.65rem);
    border-radius: clamp(1.25rem, 4vw, 2rem);
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.36), rgba(255, 248, 236, 0.2) 48%, rgba(226, 198, 168, 0.16)),
      rgba(255, 255, 255, 0.18);
    -webkit-backdrop-filter: blur(38px) saturate(1.45);
    backdrop-filter: blur(38px) saturate(1.45);
    box-shadow:
      0 1.2rem 3rem rgba(52, 42, 37, 0.12),
      inset 0 0 0 1px rgba(255, 255, 255, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 0.45);
  }

  .signal-orbit {
    grid-template-columns: 1fr;
  }

  .orbit-stage {
    min-height: 18rem;
  }

  .orbit-copy {
    grid-template-columns: repeat(3, 1fr);
  }

  .orbit-copy p {
    font-size: clamp(1.25rem, 4vw, 2.2rem);
  }

  .access-panel {
    min-height: 12rem;
  }
}

@media (max-width: 640px) {
  .site-nav {
    padding: 1rem;
  }

  .brand-lockup img {
    width: 3.8rem;
  }

  .nav-links {
    font-size: 0.72rem;
  }

  .nav-links a {
    min-height: 34px;
    padding: 0 0.62rem;
  }

  .hero {
    padding-top: 8.4rem;
  }

  h1,
  .thesis h2,
  .closing-copy {
    font-size: clamp(2.35rem, 10.6vw, 4.35rem);
  }

  .flow-head h2 {
    font-size: clamp(2.45rem, 11vw, 4.2rem);
  }

  .muko-demo-frame {
    width: 100%;
    padding: 0.26rem;
  }

  .muko-demo-frame::before {
    opacity: 0.65;
  }

  .muko-demo-frame::after {
    opacity: 0.16;
  }

  .glass-demo {
    border-radius: 1.55rem;
    padding: 0.32rem;
  }

  .demo-map {
    min-height: clamp(22.5rem, 96vw, 32rem);
    border-radius: 1.28rem;
  }

  .demo-insights {
    min-height: auto;
    width: calc(100% - 1.25rem);
    margin-top: clamp(-3.4rem, -12vw, -2.35rem);
    margin-bottom: 0.32rem;
    padding: 1.15rem;
    border-radius: 1.18rem;
  }

  .label-accessories {
    left: 19%;
    top: 23%;
  }

  .label-knitwear {
    left: 70%;
    top: 20%;
  }

  .label-bottoms {
    left: 78%;
    top: 61%;
  }

  .label-dresses {
    left: 61%;
    bottom: 18%;
  }

  .label-outerwear {
    left: 20%;
    bottom: 27%;
  }

  .cloud-accessories {
    left: 19%;
    top: 35%;
  }

  .cloud-knitwear {
    left: 70%;
    top: 31%;
  }

  .cloud-bottoms {
    left: 78%;
    top: 52%;
  }

  .cloud-dresses {
    left: 61%;
    bottom: 26%;
  }

  .cloud-outerwear {
    left: 20%;
    bottom: 37%;
  }

  .demo-season {
    font-size: clamp(1.25rem, 7vw, 2.1rem);
  }

  .demo-label,
  .demo-item {
    font-size: 0.58rem;
  }

  .insight-heading h2 {
    font-size: clamp(1.28rem, 6vw, 2rem);
  }

  .insight-globe {
    width: 1.85rem;
  }

  .insight-rule {
    margin: 0.8rem 0 0.4rem;
  }

  .insight-row {
    grid-template-columns: 1.55rem minmax(0, 1fr);
    gap: 0.72rem;
    min-height: 2.75rem;
    font-size: 0.72rem;
  }

  .insight-row p {
    min-height: 2.75rem;
    gap: 0.55rem;
  }

  .insight-row span {
    width: 1.45rem;
  }

  .insight-row strong {
    font-size: 1rem;
  }

  .insight-callout {
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: 0.72rem;
    padding-top: 0.95rem;
  }

  .insight-callout p {
    max-width: 18ch;
    font-size: 1rem;
  }

  .insight-callout small {
    font-size: 0.74rem;
  }

  .demo-action {
    min-height: 1.7rem;
    padding: 0.38rem 0.64rem 0.42rem;
    font-size: 0.62rem;
  }

  .principle {
    min-height: auto;
  }

  .flow-row {
    grid-template-columns: 3.4rem minmax(0, 1fr);
  }

  .flow-icon {
    width: 2.85rem;
    height: 2.85rem;
  }

  .closing {
    padding-bottom: 5.5rem;
  }

  .access-panel {
    min-height: 11rem;
  }

  .orbit-copy {
    grid-template-columns: 1fr;
  }

  .site-footer {
    flex-direction: column;
  }
}
