#kivra-sections {
  --paper: #f7f5f0;
  --surface: #efece4;
  --ink: #0a1826;
  --muted: #54677b;
  --rule: #d8d3c8;
  --carbon: #0a1826;
  --cobalt: #c9821b;
  --signal: #e8a33d;
  --warm: #f2d9a8;
  --pad: clamp(20px, 4vw, 64px);
  --sans: "Instrument Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}
#kivra-sections * {
  box-sizing: border-box;
}
#kivra-sections {
  scroll-behavior: smooth;
  background: var(--paper);
  color: var(--ink);
}
#kivra-sections {
  margin: 0;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}
#kivra-sections img {
  display: block;
  max-width: 100%;
}
#kivra-sections a {
  color: inherit;
  text-decoration: none;
}
#kivra-sections button, #kivra-sections input {
  font: inherit;
}
#kivra-sections .grid-shell {
  padding-inline: var(--pad);
  border-bottom: 1px solid var(--rule);
}
#kivra-sections .skip {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 12px 16px;
  background: var(--signal);
  color: var(--ink);
  transform: translateY(-150%);
}
#kivra-sections .skip:focus {
  transform: none;
}
#kivra-sections a:focus-visible, #kivra-sections button:focus-visible, #kivra-sections input:focus-visible {
  outline: 3px solid var(--signal);
  outline-offset: 3px;
}
#kivra-sections .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#kivra-sections .site-header {
  height: 76px;
  padding: 0 var(--pad);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--rule);
  position: relative;
  background: var(--paper);
  z-index: 20;
}
#kivra-sections .brand {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.12em;
}
#kivra-sections .site-header nav {
  display: flex;
  height: 100%;
}
#kivra-sections .site-header nav a {
  display: grid;
  place-items: center;
  min-height: 44px;
  padding: 0 22px;
  border-left: 1px solid var(--rule);
  font-size: 12px;
}
#kivra-sections .site-header nav a:last-child {
  border-right: 1px solid var(--rule);
}
#kivra-sections .header-cta {
  justify-self: end;
  font-size: 13px;
}
#kivra-sections .header-cta span {
  margin-left: 12px;
}
#kivra-sections .menu-button {
  display: none;
  background: none;
  border: 0;
  min-width: 48px;
  min-height: 48px;
}
#kivra-sections .hero {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(420px, 4fr);
}
#kivra-sections .hero-copy {
  padding: clamp(48px, 7vw, 110px) clamp(24px, 5vw, 76px)
    clamp(56px, 7vw, 100px) 0;
  align-self: center;
}
#kivra-sections .eyebrow {
  margin: 0 0 28px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: flex;
  gap: 18px;
}
#kivra-sections .eyebrow span {
  color: var(--muted);
}
#kivra-sections h1, #kivra-sections h2, #kivra-sections h3, #kivra-sections p {
  margin-top: 0;
}
#kivra-sections h1, #kivra-sections h2 {
  font-weight: 300;
  line-height: 0.95;
  letter-spacing: 0;
}
#kivra-sections h1 {
  font-size: clamp(58px, 8.4vw, 128px);
  margin-bottom: 34px;
}
#kivra-sections .dek {
  max-width: 540px;
  font-size: clamp(18px, 1.6vw, 23px);
  line-height: 1.35;
}
#kivra-sections .button {
  display: inline-flex;
  align-items: center;
  gap: 44px;
  margin-top: 24px;
  padding: 13px 18px 13px 22px;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  font-size: 13px;
}
#kivra-sections .button span {
  font-size: 18px;
}
#kivra-sections .hero-stage {
  min-height: 620px;
  position: relative;
  background: var(--cobalt);
  overflow: hidden;
  color: white;
  border-left: 1px solid var(--rule);
}
#kivra-sections .stage-label, #kivra-sections .stage-note {
  position: absolute;
  z-index: 2;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
#kivra-sections .stage-label {
  top: 20px;
  left: 22px;
}
#kivra-sections .stage-note {
  right: 22px;
  bottom: 20px;
  text-align: right;
}
#kivra-sections .hero-product {
  height: 100%;
  margin: 0;
  display: grid;
  place-items: center;
  padding: 5%;
}
#kivra-sections .hero-product img {
  width: min(96%, 720px);
  height: auto;
  max-height: 90%;
  object-fit: contain;
  filter: drop-shadow(0 40px 35px #07176188);
}
#kivra-sections .angle-mark {
  position: absolute;
  left: 7%;
  bottom: 8%;
  width: 130px;
  height: 130px;
  border: 1px solid #ffffff66;
  border-radius: 50%;
}
#kivra-sections .angle-mark:after {
  content: "";
  position: absolute;
  inset: 50% 0 auto 50%;
  width: 55px;
  border-top: 1px solid white;
  transform: rotate(-42deg);
  transform-origin: left;
}
#kivra-sections .angle-mark span {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 11px;
}
#kivra-sections .hero-meta {
  grid-column: 1/-1;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--rule);
}
#kivra-sections .hero-meta div {
  padding: 20px 20px 22px 0;
  border-right: 1px solid var(--rule);
}
#kivra-sections .hero-meta div + div {
  padding-left: 20px;
}
#kivra-sections .hero-meta dt {
  font-size: 11px;
  text-transform: uppercase;
  color: var(--muted);
}
#kivra-sections .hero-meta dd {
  margin: 5px 0 0;
  font-size: 14px;
}
#kivra-sections .mode-rail {
  display: grid;
  grid-template-columns: 2fr 5fr 3fr;
  align-items: center;
  gap: 30px;
  padding-top: 34px;
  padding-bottom: 34px;
}
#kivra-sections .mode-rail .eyebrow {
  margin: 0;
}
#kivra-sections .mode-rail > p {
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
}
#kivra-sections .mode-list {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}
#kivra-sections .mode-list span {
  border: 1px solid var(--rule);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 11px;
}
#kivra-sections .chapter {
  display: grid;
  grid-template-columns: 4fr 6fr;
  padding-top: clamp(76px, 10vw, 150px);
  padding-bottom: clamp(76px, 10vw, 150px);
}
#kivra-sections .chapter-title {
  padding-right: clamp(28px, 5vw, 80px);
}
#kivra-sections .chapter-title h2, #kivra-sections .material h2, #kivra-sections .hospitality h2, #kivra-sections .control h2, #kivra-sections .final h2 {
  font-size: clamp(48px, 6vw, 94px);
  margin-bottom: 28px;
}
#kivra-sections .chapter-title > p:last-child {
  max-width: 430px;
}
#kivra-sections .chapter-media {
  position: relative;
  min-height: 630px;
  background: #d9d7ce;
  overflow: hidden;
}
#kivra-sections .media {
  margin: 0;
}
#kivra-sections .media img, #kivra-sections .media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#kivra-sections .chapter-media .exploded video {
  background: #111;
  object-fit: cover;
}
#kivra-sections .chapter-media > .media {
  position: absolute;
  inset: 0;
}
#kivra-sections .media-key {
  position: absolute;
  inset: auto 18px 16px;
  display: flex;
  justify-content: space-between;
  color: white;
  border-top: 1px solid #ffffff88;
  padding-top: 9px;
  font-size: 11px;
  text-transform: uppercase;
}
#kivra-sections .layer-list {
  grid-column: 1/-1;
  list-style: none;
  padding: 0;
  margin: 64px 0 0;
  border-top: 1px solid var(--rule);
}
#kivra-sections .layer-list li {
  display: grid;
  grid-template-columns: 1fr 8fr;
  padding: 24px 0;
  border-bottom: 1px solid var(--rule);
}
#kivra-sections .layer-list li > span {
  font-size: 12px;
  color: var(--muted);
}
#kivra-sections .layer-list div {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 30px;
}
#kivra-sections .layer-list h3 {
  font-weight: 400;
  font-size: 32px;
  margin: 0;
}
#kivra-sections .layer-list p {
  max-width: 440px;
  margin: 0;
}
#kivra-sections .dark {
  background: var(--carbon);
  color: var(--paper);
  --rule: #3d3f39;
}
#kivra-sections .material {
  display: grid;
  grid-template-columns: 4fr 6fr;
  padding-top: clamp(76px, 9vw, 130px);
  padding-bottom: clamp(76px, 9vw, 130px);
  gap: clamp(35px, 7vw, 110px);
}
#kivra-sections .material-copy > p {
  max-width: 480px;
  color: #b9bab3;
}
#kivra-sections .material dl, #kivra-sections .hospitality dl {
  margin-top: 55px;
}
#kivra-sections .material dl div, #kivra-sections .hospitality dl div {
  display: grid;
  grid-template-columns: 1fr 2fr;
  border-top: 1px solid var(--rule);
  padding: 14px 0;
}
#kivra-sections .material dt {
  font-size: 11px;
  text-transform: uppercase;
}
#kivra-sections .material dd, #kivra-sections .hospitality dd {
  margin: 0;
  color: #b9bab3;
}
#kivra-sections .macro {
  min-height: 650px;
}
#kivra-sections .postures {
  padding-top: clamp(64px, 7vw, 96px);
  padding-bottom: clamp(64px, 7vw, 96px);
  display: grid;
  grid-template-columns: 4fr 6fr;
}
#kivra-sections .posture-stage {
  min-height: 520px;
  position: relative;
  background: var(--surface);
  overflow: hidden;
  border-left: 1px solid var(--rule);
}
#kivra-sections .posture-product {
  height: 100%;
  margin: 0;
  display: grid;
  place-items: center;
  padding: 6%;
}
#kivra-sections .posture-product img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 500px;
  object-fit: contain;
}
#kivra-sections .arc {
  position: absolute;
  inset: 8%;
  border: 1px solid var(--rule);
  border-radius: 50%;
}
#kivra-sections .arc i {
  position: absolute;
  left: 50%;
  bottom: 50%;
  width: 42%;
  border-top: 1px solid var(--ink);
  transform: rotate(-42deg);
  transform-origin: left;
}
#kivra-sections .arc b {
  position: absolute;
  font-size: 11px;
  font-weight: 400;
  background: var(--surface);
  padding: 4px;
}
#kivra-sections .arc b:nth-of-type(1) {
  bottom: 48%;
  right: 2%;
}
#kivra-sections .arc b:nth-of-type(2) {
  top: 12%;
  right: 18%;
  color: var(--cobalt);
}
#kivra-sections .arc b:nth-of-type(3) {
  top: 1%;
  left: 47%;
}
#kivra-sections .behavior-list {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 32px;
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}
#kivra-sections .behavior-list article {
  min-height: 220px;
  padding: 20px;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
}
#kivra-sections .behavior-list article > span, #kivra-sections .behavior-list article > b {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
#kivra-sections .behavior-list h3 {
  font-size: 31px;
  font-weight: 400;
  margin: 32px 0 12px;
}
#kivra-sections .behavior-list p {
  font-size: 14px;
}
#kivra-sections .behavior-list b {
  margin-top: auto;
  color: var(--cobalt);
}
#kivra-sections .hospitality {
  display: grid;
  grid-template-columns: 6fr 4fr;
  padding-top: clamp(60px, 8vw, 120px);
  padding-bottom: clamp(60px, 8vw, 120px);
  gap: clamp(30px, 6vw, 90px);
}
#kivra-sections .hospitality-image {
  min-height: 720px;
}
#kivra-sections .hospitality-copy {
  align-self: center;
}
#kivra-sections .hospitality h2 {
  font-size: clamp(48px, 5.5vw, 82px);
}
#kivra-sections .hospitality-copy > p {
  max-width: 430px;
}
#kivra-sections .hospitality dl div {
  border-color: var(--rule);
}
#kivra-sections .hospitality dt {
  font-size: 22px;
}
#kivra-sections .hospitality dd {
  color: var(--muted);
}
#kivra-sections .control {
  background: var(--cobalt);
  color: var(--paper);
  display: grid;
  grid-template-columns: 4fr 5fr;
  gap: clamp(35px, 7vw, 110px);
  padding-top: clamp(76px, 9vw, 130px);
  padding-bottom: clamp(76px, 9vw, 130px);
}
#kivra-sections .control-copy > p {
  max-width: 440px;
  color: #d9ddff;
}
#kivra-sections .instrument {
  background: var(--carbon);
  color: var(--paper);
  min-width: 0;
  padding: 28px;
  box-shadow: 16px 16px 0 #0b1b78;
}
#kivra-sections .instrument header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #454640;
  padding-bottom: 18px;
}
#kivra-sections .instrument header span, #kivra-sections .preview span {
  display: block;
  font-size: 11px;
  color: #989a92;
  text-transform: uppercase;
}
#kivra-sections .instrument header strong {
  font-size: 18px;
}
#kivra-sections .instrument header i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--signal);
}
#kivra-sections .preview {
  height: 210px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid #454640;
}
#kivra-sections .preview > * {
  min-width: 0;
}
#kivra-sections .control-product {
  height: 100%;
  max-height: 200px;
  margin: 0;
}
#kivra-sections .control-product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#kivra-sections .preview strong {
  display: block;
  font-size: 20px;
  margin-top: 6px;
}
#kivra-sections .slider {
  display: grid;
  grid-template-columns: 1fr auto;
  min-width: 0;
  margin-top: 24px;
}
#kivra-sections .slider label, #kivra-sections .slider output, #kivra-sections .instrument legend {
  font-size: 12px;
  text-transform: uppercase;
}
#kivra-sections .slider input {
  grid-column: 1/-1;
  min-width: 0;
  width: 100%;
  height: 30px;
  margin: 0;
  accent-color: var(--paper);
}
#kivra-sections .instrument fieldset {
  border: 0;
  padding: 0;
  min-width: 0;
  margin: 24px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
#kivra-sections .instrument legend {
  width: 100%;
  margin-bottom: 12px;
  color: #b8bab2;
}
#kivra-sections .instrument button {
  min-width: 0;
  border: 1px solid #454640;
  border-radius: 2px;
  min-height: 64px;
  background: #252620;
  color: white;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}
#kivra-sections .instrument button:hover {
  border-color: #777971;
}
#kivra-sections .instrument button span {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  color: #a9aaa3;
}
#kivra-sections .instrument button[aria-pressed="true"] {
  border-color: var(--paper);
  background: var(--paper);
  color: var(--cobalt);
}
#kivra-sections .instrument button[aria-pressed="true"] span {
  color: var(--cobalt);
}
#kivra-sections .final {
  min-height: 760px;
  display: grid;
  grid-template-columns: 6fr 4fr;
  align-items: center;
  padding-top: 80px;
  overflow: hidden;
}
#kivra-sections .final > div {
  padding-bottom: 80px;
}
#kivra-sections .final h2 {
  font-size: clamp(56px, 7vw, 108px);
}
#kivra-sections .final .button.light {
  background: var(--paper);
  color: var(--ink);
}
#kivra-sections .final-product {
  height: 720px;
  margin: 0;
  align-self: end;
}
#kivra-sections .final-product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
#kivra-sections .footer {
  padding: 44px var(--pad);
  display: grid;
  grid-template-columns: 2fr 3fr 2fr 2fr;
  gap: 30px;
  border-top: 1px solid var(--rule);
  font-size: 13px;
}
#kivra-sections .footer nav {
  display: flex;
  flex-direction: column;
}
#kivra-sections .footer p {
  margin: 0;
  color: #9b9c95;
}
#kivra-sections .js [data-motion-state] {
  --motion-distance: clamp(22px, 3vw, 44px);
  transition-property: opacity, transform, clip-path;
  transition-duration: var(--motion-duration, 0.72s);
  transition-delay: var(--motion-delay, 0s);
  transition-timing-function: var(--ease);
}
#kivra-sections .js [data-motion-state="visible"] {
  opacity: 1;
  transform: none;
  clip-path: inset(0);
}
#kivra-sections .js [data-motion-effect="rise"][data-motion-state="ready"] {
  opacity: 0;
  transform: translate3d(0, var(--motion-distance), 0);
}
#kivra-sections .js [data-motion-effect="drop"][data-motion-state="ready"] {
  opacity: 0;
  transform: translate3d(0, calc(var(--motion-distance) * -0.6), 0);
}
#kivra-sections .js [data-motion-effect="slide-left"][data-motion-state="ready"] {
  opacity: 0;
  transform: translate3d(var(--motion-distance), 0, 0);
}
#kivra-sections .js [data-motion-effect="slide-right"][data-motion-state="ready"] {
  opacity: 0;
  transform: translate3d(calc(var(--motion-distance) * -1), 0, 0);
}
#kivra-sections .js [data-motion-effect="scale"][data-motion-state="ready"] {
  opacity: 0;
  transform: scale(0.965);
}
#kivra-sections .js [data-motion-effect="media-reveal"] {
  overflow: hidden;
}
#kivra-sections .js [data-motion-effect="media-reveal"][data-motion-state="ready"] {
  opacity: 0.01;
  clip-path: inset(0 0 18% 0);
}
#kivra-sections .js [data-motion-effect="media-reveal"] img {
  transition: transform calc(var(--motion-duration, 0.8s) * 1.15) var(--ease);
}
#kivra-sections .js [data-motion-effect="media-reveal"][data-motion-state="ready"] img {
  transform: scale(1.055);
}
#kivra-sections .js [data-motion-effect="stagger-up"] {
  transition: none;
}
#kivra-sections .js [data-motion-effect="stagger-up"] > * {
  transition:
    opacity var(--motion-duration, 0.65s) var(--ease),
    transform var(--motion-duration, 0.65s) var(--ease);
  transition-delay: calc(
    var(--motion-delay, 0s) + var(--motion-index, 0) * 55ms
  );
}
#kivra-sections .js [data-motion-effect="stagger-up"][data-motion-state="ready"] > * {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
}
#kivra-sections .js [data-motion-effect="stagger-up"][data-motion-state="visible"] > * {
  opacity: 1;
  transform: none;
}
#kivra-sections .motion-panel {
  position: fixed;
  z-index: 90;
  right: 16px;
  bottom: 16px;
  background: #11120ff2;
  color: #f4f2eb;
  border: 1px solid #555;
  padding: 16px;
  width: 280px;
  font-size: 12px;
  box-shadow: 0 18px 50px #0005;
}
#kivra-sections .motion-panel header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
#kivra-sections .motion-panel header button {
  min-width: 44px;
}
#kivra-sections .motion-panel button {
  min-height: 44px;
  background: var(--signal);
  border: 0;
  padding: 8px 12px;
}
#kivra-sections .motion-panel label, #kivra-sections .motion-panel output {
  display: block;
}
#kivra-sections .motion-panel output {
  float: right;
}
#kivra-sections .motion-panel input {
  width: 100%;
  accent-color: var(--signal);
}
#kivra-sections .motion-panel .replay {
  width: 100%;
  margin-top: 10px;
}
@media  (max-width: 960px)  { #kivra-sections .site-header {
    grid-template-columns: 1fr auto auto;
    gap: 12px;
  } #kivra-sections .site-header nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 76px;
    background: var(--paper);
    display: none;
    height: auto;
    border-bottom: 1px solid var(--rule);
    padding: 10px var(--pad);
    grid-template-columns: 1fr 1fr;
  } #kivra-sections .site-header nav[data-open="true"] {
    display: grid;
  } #kivra-sections .site-header nav a {
    border: 0 !important;
    justify-items: start;
    padding: 12px 0;
  } #kivra-sections .menu-button {
    display: block;
  } #kivra-sections .header-cta {
    font-size: 0;
  } #kivra-sections .header-cta span {
    font-size: 18px;
    margin: 0;
  } #kivra-sections .hero {
    grid-template-columns: 1fr 1fr;
  } #kivra-sections .hero-stage {
    min-height: 520px;
  } #kivra-sections .hero-meta {
    grid-template-columns: 1fr 1fr;
  } #kivra-sections .mode-rail {
    grid-template-columns: 1fr 2fr;
  } #kivra-sections .mode-list {
    grid-column: 1/-1;
    justify-content: flex-start;
  } #kivra-sections .chapter, #kivra-sections .postures {
    grid-template-columns: 1fr;
  } #kivra-sections .chapter-title {
    padding-right: 0;
    margin-bottom: 40px;
  } #kivra-sections .chapter-media {
    min-height: 600px;
    border-left: 0;
  } #kivra-sections .posture-stage {
    min-height: 500px;
    border-left: 0;
  } #kivra-sections .material, #kivra-sections .control {
    grid-template-columns: 1fr 1fr;
  } #kivra-sections .behavior-list {
    grid-template-columns: 1fr 1fr;
  } #kivra-sections .hospitality {
    grid-template-columns: 1fr 1fr;
  } #kivra-sections .hospitality-image {
    min-height: 620px;
  } #kivra-sections .final {
    grid-template-columns: 1fr 1fr;
  } #kivra-sections .footer {
    grid-template-columns: 1fr 1fr;
  } }
@media  (max-width: 620px)  { #kivra-sections {
    --pad: 20px;
  } #kivra-sections .site-header {
    height: 68px;
  } #kivra-sections .site-header nav {
    top: 68px;
    grid-template-columns: 1fr;
  } #kivra-sections .hero {
    display: flex;
    flex-direction: column;
  } #kivra-sections .hero-copy {
    padding: 48px 0;
  } #kivra-sections .eyebrow {
    font-size: 11px;
    margin-bottom: 20px;
  } #kivra-sections h1 {
    font-size: 61px;
  } #kivra-sections .dek {
    font-size: 18px;
  } #kivra-sections .hero-stage {
    min-height: 480px;
    margin-inline: calc(var(--pad) * -1);
    border-left: 0;
  } #kivra-sections .hero-product {
    padding: 2%;
  } #kivra-sections .angle-mark {
    width: 95px;
    height: 95px;
  } #kivra-sections .hero-meta {
    margin-inline: calc(var(--pad) * -1);
    grid-template-columns: 1fr 1fr;
  } #kivra-sections .hero-meta div, #kivra-sections .hero-meta div + div {
    padding: 15px 20px;
  } #kivra-sections .hero-meta div:nth-child(2n) {
    border-right: 0;
  } #kivra-sections .mode-rail {
    display: block;
  } #kivra-sections .mode-rail > p {
    font-size: 18px;
  } #kivra-sections .mode-list {
    margin-top: 20px;
  } #kivra-sections .chapter {
    display: block;
  } #kivra-sections .chapter-title h2, #kivra-sections .material h2, #kivra-sections .hospitality h2, #kivra-sections .control h2, #kivra-sections .final h2 {
    font-size: 49px;
  } #kivra-sections .chapter-media {
    min-height: 440px;
    margin-inline: calc(var(--pad) * -1);
  } #kivra-sections .layer-list {
    margin-top: 36px;
  } #kivra-sections .layer-list li {
    grid-template-columns: 40px 1fr;
  } #kivra-sections .layer-list div {
    display: block;
  } #kivra-sections .layer-list h3 {
    font-size: 27px;
    margin-bottom: 8px;
  } #kivra-sections .material, #kivra-sections .control, #kivra-sections .hospitality {
    display: flex;
    flex-direction: column;
  } #kivra-sections .material-copy {
    order: 0;
  } #kivra-sections .macro {
    min-height: 440px;
    order: 1;
    margin-inline: calc(var(--pad) * -1);
  } #kivra-sections .postures {
    display: block;
  } #kivra-sections .posture-stage {
    min-height: 420px;
    margin-inline: calc(var(--pad) * -1);
  } #kivra-sections .posture-product img {
    max-height: 370px;
  } #kivra-sections .behavior-list {
    display: flex;
    grid-template-columns: none;
    gap: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    margin: 24px calc(var(--pad) * -1) 0;
    padding-inline: var(--pad);
    border-left: 0;
  } #kivra-sections .behavior-list article {
    flex: 0 0 min(78vw, 290px);
    min-height: 220px;
    scroll-snap-align: start;
    border-left: 1px solid var(--rule);
  } #kivra-sections .behavior-list h3 {
    margin-top: 28px;
  } #kivra-sections .hospitality-image {
    min-height: 520px;
    margin-inline: calc(var(--pad) * -1);
  } #kivra-sections .hospitality-copy {
    padding-top: 22px;
  } #kivra-sections .control {
    gap: 35px;
  } #kivra-sections .instrument {
    margin-inline: 0;
    padding: 20px;
    box-shadow: 8px 8px 0 #0b1b78;
  } #kivra-sections .preview {
    height: 184px;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 16px;
  } #kivra-sections .instrument fieldset {
    gap: 6px;
  } #kivra-sections .instrument button {
    min-height: 70px;
    padding-inline: 4px;
  } #kivra-sections .final {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding-top: 70px;
  } #kivra-sections .final-product {
    height: 470px;
    width: 125%;
    margin-left: -12%;
    order: 2;
  } #kivra-sections .footer {
    grid-template-columns: 1fr 1fr;
    min-height: 360px;
  } #kivra-sections .footer nav {
    align-items: flex-end;
    text-align: right;
  } }
@media  (prefers-reduced-motion: reduce)  { #kivra-sections {
    scroll-behavior: auto;
  } #kivra-sections .js [data-motion-state], #kivra-sections .js [data-motion-state] > * {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    transition: none !important;
  } }
#kivra-sections button:focus-visible, #kivra-sections a:focus-visible, #kivra-sections input:focus-visible {
  outline: 3px solid var(--signal) !important;
  outline-offset: 3px;
}
#kivra-sections .posture-stage {
  min-height: 580px;
  background: linear-gradient(135deg, #ecebe4 0%, var(--surface) 58%);
  isolation: isolate;
}
#kivra-sections .posture-stage:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 9%;
  right: 9%;
  bottom: 11%;
  height: 1px;
  background: var(--rule);
}
#kivra-sections .posture-stage:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 24%;
  bottom: 8%;
  width: 45%;
  height: 16%;
  background: radial-gradient(ellipse, #10110e20 0%, transparent 70%);
  filter: blur(8px);
}
#kivra-sections .posture-stage-head {
  position: absolute;
  z-index: 3;
  inset: 18px 20px auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--rule);
  font-size: 10px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--muted);
}
#kivra-sections .posture-product {
  position: absolute;
  z-index: 2;
  inset: 52px 37% 34px 5%;
  height: auto;
  padding: 0;
  place-items: end center;
}
#kivra-sections .posture-product img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 24px 18px #10110e26);
}
#kivra-sections .posture-axis {
  position: absolute;
  z-index: 4;
  left: 31%;
  bottom: 10.2%;
  width: 54px;
  height: 54px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  transform: translate(-50%, 50%);
}
#kivra-sections .posture-axis i {
  position: absolute;
  inset: 50%;
  width: 5px;
  height: 5px;
  background: var(--signal);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
#kivra-sections .posture-axis span {
  position: absolute;
  left: 50%;
  top: calc(100% + 9px);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: translateX(-50%);
}
#kivra-sections .arc {
  z-index: 1;
  inset: auto;
  right: 7%;
  top: 22%;
  width: 43%;
  aspect-ratio: 1;
  border: 1px solid var(--rule);
  border-left-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(45deg);
}
#kivra-sections .arc:before, #kivra-sections .arc:after {
  content: "";
  position: absolute;
  border: 1px solid var(--rule);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  inset: 15%;
}
#kivra-sections .arc:after {
  inset: 31%;
}
#kivra-sections .arc i {
  left: 50%;
  bottom: 50%;
  width: 48%;
  border-color: var(--cobalt);
  transform: rotate(-3deg);
}
#kivra-sections .arc b {
  font-size: 12px;
  font-weight: 500;
  background: var(--surface);
  padding: 4px 7px;
  transform: rotate(-45deg);
  white-space: nowrap;
}
#kivra-sections .arc b small {
  display: block;
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--muted);
}
#kivra-sections .arc b:nth-of-type(1) {
  bottom: 3%;
  right: 4%;
}
#kivra-sections .arc b:nth-of-type(2) {
  top: 12%;
  right: 3%;
  color: var(--cobalt);
}
#kivra-sections .arc b:nth-of-type(3) {
  top: -3%;
  left: 39%;
}
#kivra-sections .posture-caption {
  position: absolute;
  z-index: 4;
  right: 20px;
  bottom: 18px;
  margin: 0;
  text-align: right;
}
#kivra-sections .posture-caption span {
  display: block;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
#kivra-sections .posture-caption strong {
  font-size: 15px;
  font-weight: 500;
  color: var(--cobalt);
}
@media  (max-width: 620px)  { #kivra-sections .posture-stage {
    min-height: 480px;
  } #kivra-sections .posture-stage-head {
    inset: 14px 16px auto;
  } #kivra-sections .posture-product {
    inset: 48px 29% 42px 0;
  } #kivra-sections .posture-axis {
    left: 36%;
    bottom: 10.5%;
    width: 44px;
    height: 44px;
  } #kivra-sections .arc {
    right: -4%;
    top: 28%;
    width: 48%;
  } #kivra-sections .posture-caption {
    right: 16px;
    bottom: 14px;
  } #kivra-sections .arc b {
    font-size: 10px;
    padding: 3px 5px;
  } }
#kivra-sections .posture-stage {
  min-height: 600px;
  background: radial-gradient(
    circle at 31% 52%,
    #2446dc 0,
    #172779 24%,
    #11120f 58%
  );
  border-left: 0;
  color: var(--paper);
}
#kivra-sections .posture-stage:before {
  left: 20px;
  right: 20px;
  bottom: 58px;
  background: #ffffff2b;
}
#kivra-sections .posture-stage:after {
  left: 7%;
  bottom: 3%;
  width: 49%;
  height: 20%;
  background: radial-gradient(ellipse, #0009 0%, transparent 68%);
  filter: blur(10px);
}
#kivra-sections .posture-stage-head {
  color: #aaaca5;
  border-color: #ffffff2b;
}
#kivra-sections .posture-product {
  inset: 58px 42% 36px 4%;
  place-items: end center;
}
#kivra-sections .posture-product img {
  filter: drop-shadow(0 30px 24px #0009);
}
#kivra-sections .posture-axis {
  display: none;
}
#kivra-sections .arc {
  inset: 112px 24px auto auto;
  width: 32%;
  height: auto;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  transform: none;
  display: flex;
  flex-direction: column;
}
#kivra-sections .arc:before {
  content: "42°";
  position: relative;
  inset: auto;
  border: 0;
  border-radius: 0;
  font-size: clamp(76px, 9vw, 138px);
  font-weight: 300;
  line-height: 0.82;
  letter-spacing: -0.07em;
  color: #f4f2eb;
}
#kivra-sections .arc:after {
  content: "Current posture";
  position: relative;
  inset: auto;
  margin: 16px 0 46px;
  border: 0;
  border-radius: 0;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #aaaca5;
}
#kivra-sections .arc i {
  display: none;
}
#kivra-sections .arc b, #kivra-sections .arc b:nth-of-type(1), #kivra-sections .arc b:nth-of-type(2), #kivra-sections .arc b:nth-of-type(3) {
  position: relative;
  inset: auto;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  border-top: 1px solid #ffffff2b;
  background: transparent;
  color: var(--paper);
  font-size: 12px;
  transform: none;
}
#kivra-sections .arc b:last-child {
  border-bottom: 1px solid #ffffff2b;
}
#kivra-sections .arc b:nth-of-type(2) {
  color: var(--signal);
}
#kivra-sections .arc b small {
  display: inline;
  color: #aaaca5;
}
#kivra-sections .posture-caption {
  right: auto;
  left: 20px;
  bottom: 18px;
  text-align: left;
  color: var(--paper);
}
#kivra-sections .posture-caption span {
  color: #aaaca5;
}
#kivra-sections .posture-caption strong {
  color: var(--signal);
}
@media  (max-width: 620px)  { #kivra-sections .posture-stage {
    min-height: 520px;
    margin-inline: calc(var(--pad) * -1);
    background: radial-gradient(
      circle at 37% 52%,
      #2446dc 0,
      #172779 25%,
      #11120f 60%
    );
  } #kivra-sections .posture-stage-head {
    inset: 14px 16px auto;
  } #kivra-sections .posture-product {
    inset: 54px 38% 48px 0;
  } #kivra-sections .arc {
    inset: 104px 14px auto auto;
    width: 35%;
  } #kivra-sections .arc:before {
    font-size: 58px;
  } #kivra-sections .arc:after {
    margin: 11px 0 28px;
  } #kivra-sections .arc b, #kivra-sections .arc b:nth-of-type(1), #kivra-sections .arc b:nth-of-type(2), #kivra-sections .arc b:nth-of-type(3) {
    grid-template-columns: 32px 1fr;
    gap: 5px;
    padding: 10px 0;
    font-size: 10px;
  } #kivra-sections .arc b small {
    font-size: 7px;
  } #kivra-sections .posture-caption {
    left: 16px;
    bottom: 16px;
  } }
#kivra-sections .posture-stage {
  background: var(--carbon);
}
@media  (max-width: 620px)  { #kivra-sections .posture-stage {
    background: var(--carbon);
  } }
#kivra-sections .motion-panel-full {
  top: 16px;
  right: 16px;
  bottom: auto;
  width: min(340px, calc(100vw - 32px));
  max-height: calc(100dvh - 32px);
  overflow: auto;
  padding: 0;
  background: #11120ff5;
  border-color: #4b4d46;
  backdrop-filter: blur(14px);
  transition:
    width 220ms var(--ease),
    max-height 220ms var(--ease),
    box-shadow 220ms ease;
}
#kivra-sections .motion-panel-full header {
  position: sticky;
  top: 0;
  z-index: 1;
  margin: 0;
  padding: 14px 16px;
  background: #11120f;
  border-bottom: 1px solid #3d3f39;
}
#kivra-sections .motion-panel-full header div {
  display: grid;
}
#kivra-sections .motion-panel-full header .panel-controls {
  display: flex;
  gap: 4px;
}
#kivra-sections .motion-panel-full header small {
  color: #8f9189;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
#kivra-sections .motion-panel-full .panel-close, #kivra-sections .motion-panel-full .panel-minimize {
  background: transparent;
  color: var(--paper);
  font-size: 20px;
}
#kivra-sections .motion-panel-full[data-minimized="true"] {
  top: auto;
  right: 16px;
  bottom: 16px;
  width: min(230px, calc(100vw - 32px));
  overflow: hidden;
  box-shadow: 0 12px 36px #0007;
}
#kivra-sections .motion-panel-full[data-minimized="true"] header {
  position: static;
  border-bottom: 0;
}
#kivra-sections .motion-panel-full[data-minimized="true"] .motion-panel-body {
  display: none;
}
#kivra-sections .motion-panel-body {
  display: grid;
  gap: 12px;
  padding: 16px;
}
#kivra-sections .motion-panel-full label {
  display: grid;
  gap: 5px;
}
#kivra-sections .motion-panel-full label > span {
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #aaaca5;
}
#kivra-sections .motion-panel-full select, #kivra-sections .motion-panel-full textarea {
  width: 100%;
  border: 1px solid #494b45;
  background: #23241f;
  color: var(--paper);
  padding: 10px 11px;
  border-radius: 0;
  font: 12px var(--sans);
}
#kivra-sections .motion-panel-full select {
  min-height: 44px;
}
#kivra-sections .motion-panel-full textarea {
  resize: vertical;
  line-height: 1.35;
}
#kivra-sections .motion-panel-actions {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1px;
  background: #494b45;
}
#kivra-sections .motion-panel-full .motion-panel-actions button {
  background: #252620;
  color: var(--paper);
}
#kivra-sections .motion-panel-full [data-action="import"] {
  width: 100%;
}
#kivra-sections .motion-status {
  margin: 0;
  padding-top: 10px;
  border-top: 1px solid #3d3f39;
  color: var(--signal);
  font-size: 10px;
}
#kivra-sections .motion-import {
  margin-top: 4px;
}
@media  (max-width: 620px)  { #kivra-sections .motion-panel-full {
    top: auto;
    right: 8px;
    bottom: 8px;
    width: calc(100vw - 16px);
    max-height: 72dvh;
  } #kivra-sections .motion-panel-full[data-minimized="true"] {
    right: 8px;
    bottom: 8px;
    width: min(230px, calc(100vw - 16px));
  } }