:root {
  color-scheme: dark;
  --bg:#0b0f14;
  --surface:#121922;
  --raised:#18222d;
  --ink:#f0f3f7;
  --muted:#9daab8;
  --line:#ffffff14;
  --accent:#87cdec;
  --blue:#438fc9;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family:
    "Segoe UI Variable",
    "Segoe UI",
    Arial,
    sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  cursor: pointer;
  border: 0;
  background: none;
  color: inherit;
}
button:disabled {
  opacity: .5;
  cursor: wait;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 5px;
}
img {
  max-width: 100%;
  display: block;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 450;
  line-height: 1.06;
  letter-spacing: -.055em;
}
::selection {
  background: #87cdec;
  color: #0b0f14;
}
.skip-link {
  position: fixed;
  left: 20px;
  top: -100px;
  z-index: 100;
  background: var(--ink);
  color: var(--bg);
  padding: 12px;
  border-radius: 12px;
}
.skip-link:focus {
  top: 8px;
}
.eyebrow {
  font-size: 10px;
  font-weight: 550;
  letter-spacing: .19em;
  line-height: 1.6;
  color: var(--muted);
}
.tiny-line {
  display: inline-block;
  width: 20px;
  height: 1px;
  background: var(--accent);
  vertical-align: middle;
  margin-right: 12px;
}
.button,
.soft-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 15px 23px;
  min-height: 52px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 550;
  line-height: 1.4;
  transition:
    background .2s,
    transform .2s,
    border-color .2s;
}
.button:hover,
.soft-button:hover {
  transform: translateY(-2px);
}
.primary {
  color: #101923;
  background: #edf4f8;
  box-shadow: 0 4px 28px #ffffff08;
}
.primary:hover {
  background: #fff;
}
.secondary,
.soft-button {
  border: 1px solid #ffffff25;
  background: #ffffff05;
}
.secondary:hover,
.soft-button:hover {
  background: #ffffff10;
  border-color: #ffffff40;
}
.button svg,
.soft-button svg {
  width: 18px;
  height: 18px;
}
.text-link,
.text-button {
  display: inline-flex;
  align-items: center;
  gap: 17px;
  font-size: 13px;
  padding: 10px 0;
  border-bottom: 1px solid #ffffff40;
  line-height: 1.4;
}
.text-link:hover {
  color: var(--accent);
}
.text-link svg {
  width: 18px;
  height: 18px;
}
.content-width {
  max-width: 1600px;
  margin: auto;
  padding-left: 6%;
  padding-right: 6%;
}
#site-header {
  position: sticky;
  top: 14px;
  z-index: 40;
  margin: 14px 24px 0;
  background: #111820df;
  backdrop-filter: blur(28px);
  border: 1px solid #ffffff17;
  border-radius: 999px;
  box-shadow: 0 9px 38px #00000024;
}
.header-inner {
  height: 72px;
  padding: 0 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.header-brand {
  width: 190px;
  display: block;
}
.header-brand img {
  width: 100%;
  height: 42px;
  object-fit: contain;
}
.desktop-nav {
  display: flex;
  gap: 5px;
  font-size: 12px;
}
.desktop-nav a {
  padding: 10px 16px;
  border-radius: 999px;
  color: #a8b2be;
  transition: .2s;
}
.desktop-nav a:hover,
.desktop-nav a[aria-current] {
  color: #fff;
  background: #ffffff09;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 19px;
}
.cart-trigger {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
}
.cart-count {
  min-width: 23px;
  height: 23px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #ffffff10;
  color: #fff;
  font-size: 10px;
}
.header-cta {
  padding: 11px 18px;
  min-height: 40px;
  font-size: 12px;
}
.menu-toggle,
.mobile-nav {
  display: none;
}
.hero {
  padding: 38px 4% 0;
  min-height: calc(100svh - 88px);
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      ellipse at 57% 60%,
      #25334155 0%,
      #11182000 57%);
}
.hero-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero-edition {
  font-size: 10px;
  letter-spacing: .10em;
  color: #798b9f;
}
.hero-edition span {
  margin: 0 16px;
}
.hero-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.hero-heading h1 {
  font-size: clamp(58px, 6.1vw, 100px);
  line-height: 1.03;
}
.hero-heading h1 span {
  color: #8797aa;
}
.hero-intro {
  width: 270px;
  pointer-events: auto;
  padding: 15px 0 0;
}
.hero-intro p {
  font-size: 14px;
  line-height: 1.85;
  margin-bottom: 25px;
  color: var(--muted);
}
.hero-product {
  height: clamp(390px, 48vh, 640px);
  position: relative;
  margin-top: 8px;
}
.studio-glow {
  position: absolute;
  inset: 5% 6% 0;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse,
      #a2b9d218 0%,
      transparent 65%);
  filter: blur(24px);
}
.ghost-word {
  position: absolute;
  left: -2%;
  top: 8%;
  width: 104%;
  font-size: clamp(80px, 15.1vw, 250px);
  line-height: 1;
  letter-spacing: -.07em;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff0c;
  pointer-events: none;
  text-align: center;
  user-select: none;
}
.viewer {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 250px;
}
.viewer canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: grab;
  touch-action: pan-y;
}
.viewer canvas:active {
  cursor: grabbing;
}
.model-poster {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: contain;
  transition: opacity .5s;
}
.is-loaded .model-poster {
  opacity: 0;
}
.viewer-loading {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  font-size: 11px;
  letter-spacing: .03em;
  background: #101923e8;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 16px;
  white-space: nowrap;
  display: flex;
  gap: 14px;
  color: var(--muted);
}
.hero-viewer {
  position: absolute;
  inset: -12px 0 0;
  height: calc(100% + 20px);
}
.model-caption {
  position: absolute;
  bottom: 20px;
  left: 0;
  display: flex;
  gap: 12px;
  font-size: 10px;
  letter-spacing: .09em;
  z-index: 5;
  pointer-events: none;
  color: #ced6df;
}
.model-caption small {
  font-size: 10px;
  letter-spacing: 0;
  color: #798b9f;
}
.caption-cross {
  font-size: 24px;
  line-height: 1;
}
.hero-colors {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 5;
  background: #141c26c2;
  border: 1px solid #ffffff0f;
  border-radius: 999px;
  padding: 10px 14px;
  backdrop-filter: blur(14px);
}
.swatch {
  width: 25px;
  height: 25px;
  background: var(--swatch);
  border: 4px solid #17202b;
  border-radius: 50%;
  box-shadow: 0 0 0 1px transparent;
  transition: box-shadow .2s;
}
.swatch:hover,
.swatch.active {
  box-shadow: 0 0 0 1px #c2d6e8;
}
.viewer-toolbar {
  display: flex;
  gap: 3px;
  padding: 5px;
  background: #121b26ce;
  border: 1px solid #ffffff13;
  border-radius: 999px;
  backdrop-filter: blur(18px);
}
.viewer-toolbar button,
.round-button {
  background: transparent;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 20px;
  line-height: 1;
  transition: background .2s;
}
.viewer-toolbar button svg,
.round-button svg {
  width: 19px;
  height: 19px;
}
.viewer-toolbar button:hover,
.round-button:hover {
  background: #ffffff13;
}
.viewer-toolbar button[aria-pressed=true] {
  background: #8fcbed21;
  color: #b9e5fb;
}
.round-button {
  border: 1px solid #ffffff20;
  background: #121b26bb;
}
.hero-tools {
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: 5;
}
.hero-bottom {
  min-height: 85px;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
}
.scroll-link {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 10px;
  font-weight: 550;
  letter-spacing: .11em;
}
.scroll-link > span {
  border: 1px solid #ffffff29;
  border-radius: 50%;
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
}
.scroll-link svg {
  width: 15px;
}
.hero-bottom > p {
  font-size: 11px;
  color: #8595a7;
}
.made-in {
  font-size: 9px;
  letter-spacing: .05em;
  display: flex;
  gap: 12px;
  align-items: center;
  color: #8595a7;
}
.made-in i {
  height: 16px;
  width: 1px;
  background: #536172;
}
.brand-sequence {
  height: 390vh;
  background: #090d12;
  position: relative;
  border-top: 1px solid var(--line);
}
.brand-sticky {
  position: sticky;
  top: 104px;
  height: calc(100svh - 104px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5% 9%;
  overflow: hidden;
}
.brand-sticky esprit-logo {
  width: 100%;
  max-width: 1120px;
  min-height: 180px;
  position: relative;
  z-index: 2;
}
.signature-top {
  position: absolute;
  top: 40px;
  left: 6%;
  right: 6%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.signature-instruction {
  font-size: 11px;
  color: #67798c;
}
.logo-orbit {
  position: absolute;
  width: 62vw;
  height: 62vw;
  max-width: 810px;
  max-height: 810px;
  border: 1px solid #ffffff04;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      #16273544,
      transparent 70%);
}
.logo-orbit:before {
  content: "";
  position: absolute;
  inset: 15%;
  border: 1px solid #ffffff05;
  border-radius: 50%;
}
.signature-bottom {
  position: absolute;
  bottom: 70px;
  left: 9%;
  right: 9%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  z-index: 3;
}
.signature-bottom p {
  font-size: 18px;
  font-weight: 400;
  color: #bac7d4;
  letter-spacing: -.02em;
}
.logo-track {
  height: 2px;
  width: 180px;
  background: #ffffff10;
  margin-top: 17px;
  overflow: hidden;
}
.logo-track span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--accent);
}
.signature-bottom .soft-button {
  font-size: 11px;
  min-height: 43px;
}
.exploration {
  height: 800vh;
  background: #0c1118;
  position: relative;
  border-top: 1px solid var(--line);
}
.explore-sticky {
  position: sticky;
  top: 104px;
  height: calc(100svh - 104px);
  min-height: 590px;
  display: flex;
  flex-direction: column;
  padding: 27px 4% 14px;
  overflow: hidden;
}
.section-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-top .text-link {
  border: 0;
  padding: 0;
  font-size: 12px;
}
.explore-sticky h2 {
  font-size: clamp(34px, 3.5vw, 54px);
  margin-top: 18px;
}
.explore-layout {
  display: grid;
  grid-template-columns: 30% 70%;
  flex: 1;
  min-height: 330px;
  margin-top: 25px;
  gap: 0;
}
.explore-copy {
  padding: 12px 28px 18px 0;
  align-self: center;
  z-index: 4;
}
.explore-copy .micro-label {
  font-size: 9px;
  letter-spacing: .16em;
  color: #667d93;
  margin-bottom: 8px;
}
.part-number {
  font-size: 10px;
  letter-spacing: .16em;
  color: var(--accent);
}
.explore-copy h3 {
  font-size: clamp(26px, 2.4vw, 38px);
  margin: 14px 0 18px;
  line-height: 1.13;
}
.explore-copy > p {
  font-size: 14px;
  line-height: 1.8;
  color: #a3b0c0;
  max-width: 370px;
}
.fabrication-note {
  border-left: 1px solid #87cdec60;
  padding-left: 15px;
  margin-top: 22px;
}
.fabrication-note > span {
  font-size: 8px;
  letter-spacing: .16em;
  color: var(--accent);
}
.fabrication-note p {
  font-size: 12px;
  line-height: 1.8;
  color: #8b9aad;
  margin-top: 6px;
}
.process-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 13px;
}
.process-tags span {
  font-size: 8px;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid #ffffff12;
  color: #8e9fb1;
}
.explore-copy .part-detail {
  margin-top: 13px;
  font-size: 10px;
  color: #687d92;
}
.explore-copy .soft-button {
  margin-top: 18px;
  font-size: 11px;
  min-height: 41px;
  padding: 11px 16px;
  gap: 15px;
}
.explore-model {
  position: relative;
  min-height: 290px;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(
      ellipse at 50% 45%,
      #25313f60,
      #121b2610 70%);
}
.technical-label {
  position: absolute;
  bottom: 18px;
  left: 25px;
  font-size: 9px;
  letter-spacing: .14em;
  color: #6d8299;
  z-index: 5;
}
.explore-model .round-button {
  position: absolute;
  bottom: 10px;
  right: 15px;
  z-index: 7;
}
.model-annotations {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
  opacity: 0;
  transition: opacity .4s;
}
.model-annotations.visible {
  opacity: 1;
}
.model-annotations svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.model-annotations polyline {
  fill: none;
  stroke: #9cd7edaa;
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}
.model-annotations circle {
  fill: #d4effb;
  stroke: none;
}
.model-annotations .pin-halo {
  fill: #9cd7ed14;
  stroke: #9cd7ed50;
  stroke-width: 1;
}
.model-callout {
  position: absolute;
  max-width: 190px;
  padding: 9px 13px;
  border: 1px solid #a2d6ee26;
  border-radius: 12px;
  background: #101923c9;
  backdrop-filter: blur(12px);
}
.model-callout span {
  display: block;
  font-size: 11px;
  line-height: 1.5;
  font-weight: 500;
  color: #d4e3ef;
}
.model-callout small {
  display: block;
  font-size: 9px;
  line-height: 1.5;
  color: #7e98af;
  margin-top: 2px;
}
.story-guidance {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #687e95;
  font-size: 10px;
  margin: 13px 0;
}
.story-guidance svg {
  width: 14px;
  height: 14px;
}
.part-tabs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
  margin-top: auto;
  background: #ffffff03;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 6px;
}
.part-tab {
  position: relative;
  padding: 16px 17px;
  text-align: left;
  font-size: 12px;
  border-radius: 15px;
  color: #778b9f;
  display: flex;
  align-items: center;
  gap: 13px;
  overflow: hidden;
  transition: background .25s, color .25s;
}
.part-tab span {
  font-size: 9px;
  color: #60778e;
}
.part-tab:hover {
  background: #ffffff06;
  color: #d9e9f6;
}
.part-tab.active {
  color: #e1eef7;
  background: #8abbe812;
}
.part-tab.active span {
  color: var(--accent);
}
.part-tab i {
  position: absolute;
  left: 17px;
  bottom: 6px;
  height: 1px;
  background: #87cdec80;
  max-width: calc(100% - 34px);
}
.story-progress {
  display: none;
}
.manufacturing {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12%;
  padding-top: 135px;
  padding-bottom: 100px;
}
.manufacturing-heading {
  align-self: start;
  position: sticky;
  top: 170px;
}
.manufacturing h2 {
  font-size: clamp(35px, 4vw, 61px);
  margin: 25px 0;
  line-height: 1.12;
}
.manufacturing-heading > p:last-child {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
  max-width: 400px;
}
.manufacturing-steps {
  border-left: 1px solid #ffffff13;
  padding-left: 45px;
}
.manufacturing-steps article {
  padding: 0 0 45px;
  position: relative;
}
.manufacturing-steps article:last-child {
  padding-bottom: 0;
}
.manufacturing-steps article > span {
  position: absolute;
  left: -68px;
  top: 0;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #0b0f14;
  border: 1px solid #ffffff1f;
  font-size: 11px;
  color: var(--accent);
}
.manufacturing-steps h3 {
  font-size: 28px;
  padding-top: 6px;
  letter-spacing: -.035em;
}
.manufacturing-steps p {
  font-size: 14px;
  line-height: 1.9;
  color: #8799ac;
  margin-top: 15px;
}
.partnership {
  display: grid;
  grid-template-columns: 1.04fr 1fr;
  gap: 8%;
  padding-top: 100px;
  padding-bottom: 120px;
  align-items: center;
}
.partnership-image {
  position: relative;
  background: #19232e;
  overflow: hidden;
  aspect-ratio: 1.15;
  border-radius: 30px;
  border: 1px solid #ffffff0c;
}
.partnership-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52%;
  opacity: .95;
}
.partnership-image > span {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 9px;
  letter-spacing: .14em;
  color: #c5d9e8;
  background: #111925c9;
  padding: 7px 12px;
  border: 1px solid #ffffff13;
  border-radius: 999px;
  backdrop-filter: blur(10px);
}
.partnership-copy .eyebrow {
  color: var(--accent);
}
.partnership h2 {
  font-size: clamp(32px, 3.4vw, 52px);
  line-height: 1.13;
  margin: 26px 0;
}
.partnership h2 span {
  color: #7a8ca0;
}
.partnership-copy > p:not(.eyebrow) {
  color: #94a4b6;
  line-height: 1.9;
  max-width: 480px;
  font-size: 15px;
}
.partnership .text-link {
  margin-top: 27px;
}
.final-cta {
  text-align: center;
  padding: 110px 20px 125px;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(
      ellipse at 50% 100%,
      #24394c42,
      transparent 70%);
}
.final-cta h2 {
  font-size: clamp(48px, 6vw, 84px);
  margin: 22px 0 32px;
}
.final-cta .eyebrow {
  color: #8194a9;
}
#site-footer {
  background: #080c11;
  color: #dbe3ed;
  padding: 60px 4% 24px;
  border-top: 1px solid var(--line);
}
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 35px;
}
.footer-brand img {
  width: 215px;
  margin-bottom: 25px;
}
.footer-brand p {
  font-size: 12px;
  color: #7e91a7;
}
.footer-links {
  display: flex;
  gap: 65px;
}
.footer-links > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 13px;
  color: #aebac8;
}
.footer-links b {
  font-size: 9px;
  letter-spacing: .15em;
  color: #657b94;
  margin-bottom: 6px;
  font-weight: 500;
}
.footer-links a:hover {
  color: white;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding-top: 23px;
  font-size: 10px;
  color: #6e8299;
}
.footer-bottom button {
  font-size: 10px;
  color: #94a8be;
}
.page-title {
  padding: 55px 4% 42px;
}
.page-title h1 {
  font-size: clamp(44px, 5vw, 74px);
  margin-top: 16px;
}
.page-title p:last-child {
  color: #8e9fb2;
  margin-top: 18px;
  max-width: 600px;
  font-size: 15px;
}
.toast {
  position: fixed;
  left: 50%;
  bottom: 25px;
  transform: translate(-50%, 20px);
  z-index: 100;
  background: #1e2a39ef;
  color: #e3edf5;
  padding: 14px 24px;
  font-size: 13px;
  opacity: 0;
  pointer-events: none;
  transition: .25s;
  max-width: 90vw;
  border: 1px solid #ffffff21;
  border-radius: 999px;
  backdrop-filter: blur(20px);
}
.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}
dialog {
  padding: 0;
  border: 1px solid #ffffff22;
  color: var(--ink);
  background: #111922;
  max-width: 94vw;
  border-radius: 26px;
  box-shadow: 0 30px 100px #0008;
}
dialog::backdrop {
  background: #03080ec9;
  backdrop-filter: blur(10px);
}
.dialog-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px;
  border-bottom: 1px solid var(--line);
}
.dialog-head h2 {
  font-size: 27px;
}
.close-dialog {
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ffffff08;
}
.close-dialog:hover {
  background: #ffffff17;
}
.dialog-body {
  padding: 30px;
}
.cart-dialog {
  width: 560px;
  margin: 14px 14px 14px auto;
  max-height: calc(100svh - 28px);
  height: calc(100svh - 28px);
}
.cart-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cart-row {
  border-bottom: 1px solid var(--line);
  padding-bottom: 20px;
}
.cart-row-head {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.cart-row h3 {
  font: 550 16px "Segoe UI", sans-serif;
  letter-spacing: 0;
  line-height: 1.4;
}
.cart-row p {
  font-size: 13px;
  color: #8e9fb2;
  margin-top: 5px;
}
.cart-row-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.quantity {
  display: flex;
  align-items: center;
  border: 1px solid #ffffff1e;
  border-radius: 999px;
  overflow: hidden;
}
.quantity button {
  width: 38px;
  height: 34px;
}
.quantity button:hover {
  background: #ffffff0c;
}
.quantity span {
  font-size: 14px;
  min-width: 25px;
  text-align: center;
}
.remove-item {
  font-size: 11px;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #9eb3c7;
}
.cart-summary {
  margin-top: 35px;
}
.cart-summary > p {
  color: #8a9eb4;
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 18px;
}
.cart-summary .button {
  width: 100%;
  margin-bottom: 12px;
}
.empty-cart {
  padding: 40px 0;
  color: #8ea3ba;
}
.legal-dialog {
  width: 650px;
}
.legal-dialog p {
  margin-bottom: 18px;
  color: #9bb0c4;
}
.legal-dialog .dialog-body {
  max-height: 75svh;
  overflow-y: auto;
}
.shop-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 365px;
  border: 1px solid #ffffff13;
  min-height: 660px;
  margin: 0 24px;
  border-radius: 30px;
  background: #101821;
}
.shop-stage {
  position: sticky;
  top: 103px;
  height: calc(100svh - 120px);
  min-height: 540px;
  max-height: 920px;
  background:
    radial-gradient(
      ellipse at 45% 40%,
      #253240a1,
      #0d141d 72%);
  display: flex;
  flex-direction: column;
  padding: 26px 30px;
  border-radius: 30px 0 0 30px;
}
.shop-stage-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  letter-spacing: .1em;
  z-index: 3;
  color: #89a0b7;
}
.shop-stage-top strong {
  font-weight: 500;
  color: #c5d4e2;
}
.shop-viewer-wrap {
  flex: 1;
  min-height: 320px;
  position: relative;
}
.shop-model-name {
  position: absolute;
  top: 22px;
  left: 0;
  line-height: 1;
  font-size: clamp(50px, 6vw, 110px);
  letter-spacing: -.055em;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff0f;
  pointer-events: none;
}
.shop-viewer {
  height: 100%;
  min-height: 350px;
}
.shop-stage-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.shop-stage-bottom p {
  font-size: 11px;
  color: #758da5;
}
.camera-presets {
  display: flex;
  gap: 5px;
  margin-top: 20px;
}
.camera-presets button {
  font-size: 11px;
  border: 1px solid #ffffff17;
  padding: 8px 15px;
  border-radius: 999px;
  color: #a7bacd;
  background: #ffffff03;
  transition: .2s;
}
.camera-presets button:hover {
  background: #ffffff0d;
  color: #fff;
}
.config-panel {
  padding: 32px 27px;
  background: #141d27aa;
  border-left: 1px solid #ffffff0f;
  border-radius: 0 30px 30px 0;
}
.step-label {
  font-size: 9px;
  letter-spacing: .14em;
  color: #7c94ac;
  margin-bottom: 18px;
}
.config-panel h2 {
  font-size: 31px;
  line-height: 1.13;
}
.config-panel .config-intro {
  font-size: 12px;
  line-height: 1.8;
  color: #8198ae;
  margin: 14px 0 24px;
}
.config-field {
  border-top: 1px solid #ffffff10;
  padding: 22px 0;
}
.config-field legend,
.field-label {
  font-size: 12px;
  font-weight: 550;
  margin-bottom: 14px;
  color: #cedbe7;
}
.config-field fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
.product-choice {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 12px;
  padding: 11px 12px;
  text-align: left;
  font-size: 12px;
  border-radius: 13px;
  color: #839bb1;
  margin: 3px 0;
  transition: .2s;
}
.product-choice:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #557089;
  border-radius: 50%;
  flex-shrink: 0;
}
.product-choice.active:before {
  background: var(--accent);
  border: 4px solid #223448;
  box-shadow: 0 0 0 1px #78accc;
}
.product-choice.active {
  color: #daebf7;
  background: #8bbfed10;
}
.product-choice:hover {
  background: #ffffff07;
}
.color-options {
  display: flex;
  gap: 9px;
}
.color-option {
  flex: 1;
  border: 1px solid #ffffff14;
  border-radius: 17px;
  padding: 14px 4px 11px;
  text-align: center;
  font-size: 11px;
  color: #93a9bd;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  transition: .2s;
}
.color-option i {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: var(--swatch);
  border: 1px solid #ffffff15;
  box-shadow: inset 0 2px 6px #ffffff20, 0 2px 8px #0003;
}
.color-option.active {
  border-color: #9fc7e28a;
  background: #a9d7f00b;
  color: #e1eff8;
}
.material-note {
  font-size: 11px;
  line-height: 1.8;
  color: #7f96ac;
  margin-top: 13px;
}
.explosion-control {
  display: flex;
  gap: 15px;
  align-items: center;
}
.explosion-control input {
  accent-color: var(--accent);
  width: 100%;
  cursor: pointer;
}
.explosion-control output {
  font-size: 11px;
  min-width: 48px;
  white-space: nowrap;
  color: #94b8d4;
}
.quote-price {
  font-size: 22px;
  margin: 22px 0 10px;
  letter-spacing: -.02em;
}
.config-panel .button {
  width: 100%;
  gap: 15px;
}
.config-note {
  font-size: 11px;
  line-height: 1.8;
  color: #738da6;
  margin-top: 15px;
}
.catalog-section {
  padding: 90px 4%;
}
.catalog-section h2 {
  font-size: 42px;
  margin-bottom: 15px;
}
.catalog-section > p {
  color: #899fb5;
  max-width: 650px;
  margin-bottom: 35px;
  font-size: 14px;
}
.catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
}
.product-card {
  padding: 27px;
  border: 1px solid #ffffff16;
  border-radius: 23px;
  cursor: pointer;
  text-align: left;
  background:
    linear-gradient(
      130deg,
      #1c2834,
      #101821);
  transition:
    background .2s,
    transform .2s,
    border-color .2s;
  min-height: 245px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-card:hover {
  border-color: #7fa9c65c;
  transform: translateY(-5px);
}
.product-card span {
  font-size: 9px;
  color: #748ea8;
  letter-spacing: .12em;
}
.product-card h3 {
  font-size: 27px;
  line-height: 1.12;
  margin: 25px 0 10px;
}
.product-card p {
  font-size: 12px;
  color: #809ab2;
}
.product-card b {
  font-size: 12px;
  font-weight: 400;
  color: var(--accent);
  margin-top: 22px;
}
.craft-hero {
  background: #121c27;
  color: white;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
  margin: 35px 24px 0;
  border: 1px solid var(--line);
  border-radius: 32px;
  overflow: hidden;
}
.craft-copy {
  padding: 75px 8%;
  align-self: center;
}
.craft-copy h1 {
  font-size: clamp(45px, 4.7vw, 72px);
  margin: 27px 0;
}
.craft-copy p:not(.eyebrow) {
  color: #9bacbf;
  max-width: 500px;
  line-height: 1.9;
  font-size: 15px;
}
.craft-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 450px;
}
.craft-values {
  padding: 100px 5%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
.craft-values article {
  border-top: 1px solid #ffffff23;
  padding-top: 25px;
}
.craft-values span {
  font-size: 11px;
  color: var(--accent);
}
.craft-values h2 {
  font-size: 32px;
  margin: 24px 0 20px;
}
.craft-values p {
  color: #8fa4ba;
  line-height: 1.9;
  font-size: 14px;
}
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 9%;
  padding: 10px 5% 90px;
}
.contact-details {
  padding-top: 20px;
}
.contact-details h2 {
  font-size: 30px;
  margin-bottom: 25px;
}
.contact-details p {
  color: #8fa5bc;
  font-size: 15px;
  margin-bottom: 22px;
}
.contact-details a {
  color: var(--accent);
}
.contact-form {
  background: #121b25;
  border: 1px solid #ffffff15;
  border-radius: 27px;
  padding: 35px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 12px;
  margin-bottom: 20px;
  color: #a9bdd0;
}
.contact-form input,
.contact-form textarea {
  border: 1px solid #ffffff1d;
  border-radius: 13px;
  background: #0c141d;
  padding: 13px;
  width: 100%;
  color: #dae9f5;
}
.contact-form textarea {
  min-height: 120px;
  resize: vertical;
}
.form-note {
  font-size: 11px;
  color: #7c96b0;
  margin-top: 16px;
  line-height: 1.8;
}
.quote-recap {
  background: #83b6de0c;
  border: 1px solid #87cdec23;
  border-radius: 17px;
  padding: 17px 20px;
  margin-bottom: 24px;
}
.quote-recap h3 {
  font: 550 13px "Segoe UI", sans-serif;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.quote-recap pre {
  font: 12px/1.8 "Segoe UI", sans-serif;
  white-space: pre-wrap;
}
.quote-recap a {
  font-size: 11px;
  text-decoration: underline;
  color: var(--accent);
}
.document-preview {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font: 13px/1.8 "Segoe UI", sans-serif;
  background: #0a111a;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 20px;
  margin-top: 25px;
  user-select: text;
  color: #abc2d7;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.viewer-error .viewer-loading {
  white-space: normal;
  max-width: 90%;
  width: 420px;
  bottom: 20px;
  line-height: 1.6;
  border-radius: 17px;
}
.viewer-error .viewer-loading button {
  flex-shrink: 0;
}
@media (min-width: 1600px) {
  .hero-heading {
    padding-top: 45px;
  }
  .hero {
    padding-top: 40px;
  }
  .hero-product {
    height: 48vh;
  }
}
@media (max-width: 1100px) {
  .desktop-nav {
    gap: 0;
  }
  .desktop-nav a {
    padding: 10px 12px;
  }
  .header-brand {
    width: 165px;
  }
  .header-cta {
    display: none;
  }
  .hero-intro {
    width: 240px;
  }
  .made-in {
    display: none;
  }
  .shop-layout {
    grid-template-columns: minmax(0, 1fr) 330px;
  }
  .config-panel {
    padding: 25px 22px;
  }
  .partnership {
    gap: 5%;
  }
  .part-tab {
    font-size: 11px;
    gap: 8px;
    padding: 15px 12px;
  }
  .explore-layout {
    grid-template-columns: 33% 67%;
  }
  .explore-copy {
    padding-right: 20px;
  }
  .explore-copy > p {
    font-size: 13px;
  }
  .fabrication-note p {
    font-size: 11px;
  }
  .catalog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 90px;
  }
  #site-header {
    top: 10px;
    margin: 10px 12px 0;
    border-radius: 30px;
  }
  .header-inner {
    height: 61px;
    padding: 0 19px;
    gap: 15px;
  }
  .header-brand {
    width: 155px;
  }
  .desktop-nav {
    display: none;
  }
  .menu-toggle {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
  }
  .menu-toggle svg {
    width: 20px;
    height: 20px;
  }
  .header-actions {
    gap: 10px;
  }
  .cart-trigger .cart-label {
    display: none;
  }
  .cart-trigger {
    font-size: 12px;
  }
  .mobile-nav.open {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 5px 24px 19px;
    border-radius: 0 0 30px 30px;
  }
  .mobile-nav a {
    padding: 12px 0;
    border-top: 1px solid var(--line);
    font-size: 13px;
    color: #acbed0;
  }
  .hero {
    padding: 29px 5% 0;
    min-height: calc(100svh - 73px);
  }
  .hero-edition {
    display: none;
  }
  .hero-top .eyebrow {
    font-size: 9px;
  }
  .hero-heading {
    padding-top: 29px;
    display: block;
  }
  .hero-heading h1 {
    font-size: clamp(49px, 11vw, 75px);
    line-height: 1.05;
  }
  .hero-intro {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding-top: 25px;
  }
  .hero-intro p {
    font-size: 11px;
    line-height: 1.8;
    max-width: 190px;
    margin: 0;
  }
  .hero-intro .button {
    padding: 12px 15px;
    min-height: 44px;
    gap: 12px;
    font-size: 11px;
    flex-shrink: 0;
  }
  .hero-product {
    height: 310px;
    margin-top: 18px;
  }
  .ghost-word {
    font-size: 16vw;
    top: 52px;
    left: -4%;
    width: 108%;
  }
  .hero-viewer {
    inset: -15px -9% 0;
    width: 118%;
    height: calc(100% + 5px);
  }
  .model-caption {
    font-size: 8px;
    bottom: 14px;
    gap: 8px;
    max-width: 185px;
  }
  .model-caption small {
    font-size: 9px;
  }
  .hero-colors {
    bottom: 62px;
    gap: 10px;
    padding: 9px 12px;
  }
  .hero-tools {
    bottom: 4px;
    gap: 1px;
    padding: 4px;
  }
  .viewer-toolbar button {
    width: 32px;
    height: 32px;
  }
  .viewer-toolbar button svg {
    width: 16px;
    height: 16px;
  }
  .hero-bottom {
    min-height: 76px;
    margin-top: 2px;
  }
  .hero-bottom > p {
    font-size: 9px;
    max-width: 105px;
    line-height: 1.5;
    text-align: right;
  }
  .scroll-link {
    font-size: 8px;
    letter-spacing: .07em;
    gap: 9px;
  }
  .brand-sticky {
    top: 89px;
    height: calc(100svh - 89px);
    padding: 5% 7%;
  }
  .brand-sticky esprit-logo {
    min-height: 140px;
  }
  .brand-sequence {
    height: 330vh;
  }
  .signature-top {
    top: 25px;
    left: 6%;
    right: 6%;
    align-items: start;
    gap: 20px;
  }
  .signature-top .eyebrow {
    font-size: 8px;
    white-space: nowrap;
  }
  .signature-instruction {
    font-size: 9px;
    max-width: 130px;
    text-align: right;
  }
  .logo-orbit {
    width: 100vw;
    height: 100vw;
  }
  .signature-bottom {
    bottom: 70px;
    left: 7%;
    right: 7%;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
  .signature-bottom p {
    font-size: 16px;
  }
  .signature-bottom .soft-button {
    font-size: 10px;
    min-height: 40px;
  }
  .exploration {
    height: 820vh;
  }
  .explore-sticky {
    top: 89px;
    height: calc(100svh - 89px);
    min-height: 610px;
    padding: 18px 5% 12px;
  }
  .section-top .eyebrow {
    font-size: 8px;
  }
  .section-top .text-link {
    font-size: 9px;
    gap: 9px;
  }
  .section-top .text-link svg {
    width: 14px;
  }
  .explore-sticky h2 {
    font-size: 29px;
    margin-top: 13px;
    max-width: 310px;
  }
  .explore-layout {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    gap: 0;
    margin-top: 11px;
    min-height: 0;
  }
  .explore-model {
    height: 225px;
    min-height: 205px;
    flex: 1;
    border-radius: 20px;
  }
  .explore-model .viewer {
    min-height: 205px;
  }
  .technical-label {
    bottom: 10px;
    left: 12px;
    font-size: 7px;
  }
  .explore-model .round-button {
    bottom: 4px;
    right: 6px;
    width: 31px;
    height: 31px;
  }
  .explore-copy {
    padding: 16px 0 8px;
    align-self: stretch;
    min-height: 267px;
  }
  .explore-copy .micro-label {
    font-size: 7px;
    margin-bottom: 4px;
    display: inline-block;
    margin-right: 8px;
  }
  .part-number {
    font-size: 8px;
    display: inline;
  }
  .explore-copy h3 {
    font-size: 27px;
    margin: 6px 0 9px;
  }
  .explore-copy > p {
    font-size: 12px;
    line-height: 1.7;
    max-width: 100%;
  }
  .fabrication-note {
    padding-left: 11px;
    margin-top: 11px;
  }
  .fabrication-note > span {
    font-size: 7px;
  }
  .fabrication-note p {
    font-size: 10px;
    line-height: 1.8;
    margin-top: 3px;
  }
  .process-tags {
    margin-top: 8px;
    gap: 4px;
  }
  .process-tags span {
    font-size: 7px;
    padding: 3px 7px;
  }
  .explore-copy .part-detail {
    font-size: 9px;
    margin-top: 6px;
  }
  .explore-copy .soft-button {
    font-size: 9px;
    margin-top: 9px;
    min-height: 32px;
    padding: 8px 12px;
  }
  .explore-copy .soft-button svg {
    width: 13px;
    height: 13px;
  }
  .story-guidance {
    font-size: 8px;
    margin: 8px 0;
    gap: 5px;
  }
  .story-guidance svg {
    width: 12px;
  }
  .part-tabs {
    gap: 3px;
    padding: 4px;
    border-radius: 17px;
  }
  .part-tab {
    font-size: 8px;
    line-height: 1.3;
    flex-direction: column;
    gap: 4px;
    padding: 11px 1px 14px;
    border-radius: 13px;
  }
  .part-tab span {
    font-size: 8px;
  }
  .part-tab i {
    left: 8px;
    bottom: 5px;
    max-width: calc(100% - 16px);
  }
  .model-callout {
    max-width: 150px;
    padding: 6px 9px;
    border-radius: 9px;
  }
  .model-callout span {
    font-size: 9px;
  }
  .model-callout small {
    font-size: 8px;
  }
  .model-annotations polyline {
    stroke-width: .7;
  }
  .manufacturing {
    grid-template-columns: 1fr;
    gap: 45px;
    padding-top: 75px;
    padding-bottom: 45px;
  }
  .manufacturing-heading {
    position: static;
  }
  .manufacturing h2 {
    font-size: 40px;
    margin: 20px 0;
  }
  .manufacturing-heading > p:last-child {
    font-size: 13px;
  }
  .manufacturing-steps {
    margin-left: 20px;
    padding-left: 37px;
  }
  .manufacturing-steps article > span {
    left: -60px;
  }
  .manufacturing-steps h3 {
    font-size: 26px;
  }
  .manufacturing-steps p {
    font-size: 12px;
  }
  .manufacturing-steps article {
    padding-bottom: 35px;
  }
  .partnership {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 60px 5%;
  }
  .partnership-image {
    aspect-ratio: 1.3;
    border-radius: 24px;
  }
  .partnership h2 {
    font-size: 38px;
  }
  .partnership-copy > p:not(.eyebrow) {
    font-size: 14px;
  }
  .final-cta {
    padding: 75px 5%;
  }
  .final-cta .eyebrow {
    font-size: 9px;
  }
  .footer-top {
    display: block;
  }
  .footer-brand {
    margin-bottom: 40px;
  }
  .footer-brand img {
    width: 195px;
  }
  .footer-links {
    gap: 55px;
    flex-wrap: wrap;
  }
  .footer-links > div {
    font-size: 12px;
  }
  .footer-bottom {
    font-size: 9px;
    gap: 20px;
    align-items: flex-end;
  }
  .shop-layout {
    display: flex;
    flex-direction: column;
    margin: 0 12px;
    border-radius: 24px;
  }
  .shop-stage {
    position: sticky;
    top: 85px;
    height: 310px;
    min-height: 310px;
    z-index: 10;
    padding: 14px 17px;
    border-radius: 23px;
    box-shadow: 0 12px 28px #050b1570;
    background:
      radial-gradient(
        ellipse at 45% 40%,
        #263340,
        #0d141d 75%);
  }
  .shop-viewer-wrap {
    min-height: 170px;
  }
  .shop-viewer {
    min-height: 170px;
  }
  .shop-model-name {
    font-size: 11vw;
    top: 15px;
  }
  .shop-stage-top {
    font-size: 8px;
  }
  .shop-stage-bottom p {
    font-size: 8px;
    max-width: 140px;
  }
  .shop-stage-bottom {
    gap: 8px;
  }
  .shop-stage .viewer-toolbar {
    padding: 3px;
    gap: 1px;
  }
  .shop-stage .viewer-toolbar button {
    width: 29px;
    height: 29px;
  }
  .camera-presets {
    margin-top: 10px;
    gap: 4px;
  }
  .camera-presets button {
    padding: 6px 11px;
    font-size: 9px;
  }
  .config-panel {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 30px 6%;
    border-radius: 0 0 23px 23px;
  }
  .config-panel h2 {
    font-size: 35px;
  }
  .product-choice {
    padding: 12px;
  }
  .config-panel .config-intro {
    max-width: 460px;
  }
  .config-field {
    padding: 23px 0;
  }
  .page-title {
    padding: 36px 5% 30px;
  }
  .page-title .eyebrow {
    font-size: 9px;
  }
  .page-title h1 {
    font-size: 46px;
  }
  .page-title p:last-child {
    font-size: 13px;
  }
  .catalog-section {
    padding: 60px 5%;
  }
  .catalog-section h2 {
    font-size: 34px;
  }
  .catalog-section > p {
    font-size: 13px;
  }
  .catalog-grid {
    gap: 12px;
  }
  .product-card {
    padding: 18px;
    min-height: 220px;
    border-radius: 20px;
  }
  .product-card h3 {
    font-size: 25px;
  }
  .product-card p {
    font-size: 11px;
  }
  .craft-hero {
    grid-template-columns: 1fr;
    margin: 25px 12px 0;
    border-radius: 25px;
  }
  .craft-copy {
    padding: 45px 6%;
  }
  .craft-copy h1 {
    font-size: 49px;
  }
  .craft-copy p:not(.eyebrow) {
    font-size: 14px;
  }
  .craft-hero img {
    min-height: 260px;
    max-height: 350px;
  }
  .craft-values {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 60px 6%;
  }
  .craft-values h2 {
    margin: 17px 0;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 0 5% 55px;
  }
  .contact-form {
    padding: 24px 20px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .dialog-body {
    padding: 25px 20px;
  }
  .dialog-head {
    padding: 22px 20px;
  }
  .dialog-head h2 {
    font-size: 25px;
  }
  .viewer-loading {
    font-size: 10px;
    max-width: 94%;
    white-space: normal;
    text-align: center;
  }
  .cart-dialog {
    max-width: calc(100vw - 20px);
    width: 100%;
    margin: 10px;
    height: calc(100svh - 20px);
    max-height: calc(100svh - 20px);
  }
  .toast {
    border-radius: 18px;
    font-size: 12px;
  }
}
@media (max-height: 800px) and (min-width: 761px) {
  .hero-heading h1 {
    font-size: 68px;
  }
  .hero-heading {
    padding-top: 22px;
  }
  .hero-product {
    height: 330px;
  }
  .hero {
    padding-top: 25px;
  }
  .explore-sticky {
    min-height: 545px;
    padding-top: 20px;
  }
  .explore-sticky h2 {
    font-size: 39px;
    margin-top: 15px;
  }
  .explore-layout {
    margin-top: 14px;
    min-height: 290px;
  }
  .explore-copy h3 {
    font-size: 28px;
    margin: 10px 0 12px;
  }
  .explore-copy > p {
    font-size: 12px;
  }
  .fabrication-note {
    margin-top: 13px;
  }
  .fabrication-note p {
    font-size: 10px;
  }
  .process-tags {
    margin-top: 9px;
  }
  .explore-copy .part-detail {
    font-size: 9px;
    margin-top: 8px;
  }
  .explore-copy .soft-button {
    margin-top: 12px;
  }
  .part-tab {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .story-guidance {
    margin: 8px 0;
  }
}
@media (max-height: 750px) and (max-width: 760px) {
  .explore-sticky {
    min-height: 555px;
    padding-top: 14px;
  }
  .explore-sticky h2 {
    font-size: 26px;
    margin-top: 8px;
  }
  .explore-model,
  .explore-model .viewer {
    min-height: 164px;
  }
  .explore-model {
    height: 164px;
  }
  .explore-copy {
    min-height: 244px;
    padding-top: 10px;
  }
  .explore-copy h3 {
    font-size: 24px;
  }
  .explore-copy > p {
    font-size: 11px;
  }
  .fabrication-note p {
    font-size: 9px;
  }
  .process-tags {
    display: none;
  }
  .model-callout small {
    display: none;
  }
  .part-tab {
    padding-top: 9px;
    padding-bottom: 12px;
  }
  .story-guidance {
    margin: 5px 0;
  }
  .explore-layout {
    margin-top: 9px;
  }
  .signature-bottom {
    bottom: 40px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .brand-sequence {
    height: 85vh;
  }
  .brand-sticky {
    position: relative;
    top: 0;
    height: 85vh;
  }
  .exploration {
    height: auto;
  }
  .explore-sticky {
    position: relative;
    top: 0;
    height: auto;
    min-height: 700px;
  }
  .explore-model,
  .explore-model .viewer {
    min-height: 360px;
  }
  .explore-layout {
    min-height: 450px;
  }
  .story-guidance {
    display: none;
  }
  .manufacturing-heading {
    position: static;
  }
}
.step-tag {
  display: inline-block;
  font-size: 9px;
  letter-spacing: .08em;
  color: #6e8ba5;
  margin-top: 15px;
  padding: 5px 10px;
  border: 1px solid #ffffff12;
  border-radius: 999px;
}
.manufacturing h2 span {
  color: #7d91a5;
}
@media (max-width: 760px) {
  .explore-copy .part-detail,
  .process-tags {
    display: none;
  }
  .explore-copy > p {
    font-size: 13px;
  }
  .fabrication-note p {
    font-size: 11px;
  }
  .explore-copy .micro-label {
    font-size: 7px;
  }
  .story-guidance {
    flex-shrink: 0;
  }
  .explore-copy {
    padding-bottom: 14px;
  }
}
@media (max-height: 750px) and (max-width: 760px) {
  .explore-copy > p {
    font-size: 11px;
  }
  .fabrication-note p {
    font-size: 10px;
  }
  .explore-copy .micro-label {
    font-size: 7px;
  }
}
@media (max-width: 760px) {
  .explore-copy {
    flex-shrink: 0;
  }
  .part-tabs {
    flex-shrink: 0;
  }
}
@media (max-height: 750px) and (max-width: 760px) {
  .story-guidance {
    display: none;
  }
  .explore-model,
  .explore-model .viewer {
    min-height: 140px;
  }
  .explore-copy {
    padding-bottom: 9px;
  }
  .part-tabs {
    margin-top: 8px;
  }
}
