:root {
  color-scheme: light;
  --cream: #f6ebd1;
  --paper: #fff8e8;
  --orange: #c65b2e;
  --orange-dark: #8c361d;
  --mustard: #d7a72e;
  --teal: #2e7672;
  --olive: #62683d;
  --ink: #2b2118;
  --brown: #684536;
  --blush: #e5a278;
  --purple: #7554a6;
  --blue: #3e76b5;
  --page-max: 75rem;
  --reading: 68ch;
  --line: 3px;
  --shadow: 6px 7px 0 var(--ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 20rem;
  background: var(--cream);
}

html::-webkit-scrollbar {
  width: 0.75rem;
  height: 0.75rem;
}

html::-webkit-scrollbar-track,
html::-webkit-scrollbar-corner {
  background: transparent;
}

*::-webkit-scrollbar-button {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  background-image: none;
}

html::-webkit-scrollbar-thumb {
  border: 0.2rem solid transparent;
  border-radius: 999px;
  background: var(--orange);
  background-clip: padding-box;
}

html::-webkit-scrollbar-thumb:hover {
  background: var(--orange-dark);
  background-clip: padding-box;
}

html.has-custom-scrollbar {
  scrollbar-width: none;
}

html.has-custom-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.site-scrollbar {
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0.22rem;
  width: 0.4rem;
  min-height: 3rem;
  border-radius: 999px;
  background: var(--orange);
  cursor: grab;
  opacity: 0;
  pointer-events: none;
  touch-action: none;
  transition: background-color 140ms ease, opacity 140ms ease;
  will-change: height, transform;
}

.site-scrollbar.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.site-scrollbar:hover,
.site-scrollbar.is-dragging {
  background: var(--orange-dark);
}

.site-scrollbar.is-dragging {
  cursor: grabbing;
}

@supports not selector(::-webkit-scrollbar) {
  html {
    scrollbar-color: var(--orange) transparent;
    scrollbar-width: thin;
  }
}

body {
  margin: 0;
  min-width: 20rem;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--ink);
  background:
    linear-gradient(116deg, transparent 0 72%, rgb(198 91 46 / 7%) 72% 73%, transparent 73%),
    var(--cream);
  font-size: 1rem;
  line-height: 1.65;
}

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

a {
  color: var(--orange-dark);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--teal);
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 4px;
}

#main-content:focus {
  outline: none;
}

h1,
h2,
h3,
.eyebrow,
.button,
.brand-nameplate,
.boot-nameplate,
.status-label {
  font-family: Georgia, "Times New Roman", serif;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.04;
  text-wrap: balance;
}

h1 {
  max-width: 15ch;
  margin-bottom: 1.25rem;
  font-size: clamp(2.55rem, 8.8vw, 5.9rem);
  letter-spacing: -0.055em;
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 5vw, 3.85rem);
  letter-spacing: -0.04em;
}

h3 {
  margin-bottom: 0.7rem;
  font-size: clamp(1.25rem, 2.6vw, 1.75rem);
  letter-spacing: -0.02em;
}

p,
li {
  max-width: var(--reading);
}

.site-shell {
  position: relative;
  z-index: 1;
}

.skip-link {
  position: fixed;
  z-index: 1100;
  top: 0.75rem;
  left: 0.75rem;
  min-height: 2.75rem;
  padding: 0.55rem 0.9rem;
  border: var(--line) solid var(--ink);
  background: var(--paper);
  color: var(--ink);
  font-weight: 800;
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: relative;
  z-index: 20;
  border-bottom: 2px solid rgb(43 33 24 / 18%);
  background: rgb(246 235 209 / 92%);
}

.header-inner,
.footer-grid,
.footer-fine-print,
.section-pad,
.breadcrumbs {
  width: min(100% - 2rem, var(--page-max));
  margin-inline: auto;
}

.header-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  min-height: 7.7rem;
  padding-block: 0.5rem 0.8rem;
}

.brand-link {
  display: inline-flex;
  min-width: 2.75rem;
  min-height: 3rem;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  white-space: nowrap;
}

.brand-lockup > img {
  position: relative;
  z-index: 2;
  width: 3rem;
  height: 3rem;
  object-fit: contain;
}

.brand-nameplate,
.boot-nameplate {
  display: inline-flex;
  width: 12.75rem;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  padding: 0.32rem 0.85rem 0.38rem;
  border: 2px solid var(--ink);
  border-radius: 0.875rem;
  background: var(--orange);
  box-shadow: 3px 3px 0 var(--ink);
  color: var(--paper);
  font-size: 1.23rem;
  font-weight: 900;
  letter-spacing: 0.055em;
  line-height: 1;
}

.primary-nav {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  overflow-x: auto;
  padding: 0.25rem 0.1rem;
  scrollbar-width: none;
}

.primary-nav::-webkit-scrollbar {
  display: none;
}

.primary-nav a {
  position: relative;
  display: inline-flex;
  min-height: 2.75rem;
  flex: 0 0 auto;
  align-items: center;
  padding: 0.45rem 0.65rem;
  border-bottom: 3px solid transparent;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 750;
  text-decoration: none;
}

.primary-nav a::after {
  position: absolute;
  right: 0.55rem;
  bottom: -3px;
  left: 0.55rem;
  height: 3px;
  background: var(--orange);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.primary-nav a:hover,
.primary-nav a[aria-current="page"] {
  color: var(--orange-dark);
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after,
.primary-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.section-pad {
  padding-block: clamp(4rem, 9vw, 7.5rem);
}

.ambient-section {
  position: relative;
  isolation: isolate;
}

.ambient-section > * {
  position: relative;
  z-index: 1;
}

.ambient-section::before,
.ambient-section::after {
  position: absolute;
  z-index: 0;
  display: block;
  pointer-events: none;
  content: "";
}

.ambient-orbit {
  --ambient-before-opacity: 0.2;
  --ambient-before-rest: translate3d(0, 0, 0) scale(1);
  --ambient-before-start: translate3d(1.2rem, 1rem, 0) scale(0.96);
  --ambient-before-path-a: translate3d(-1.25rem, 0.8rem, 0) scale(1.03);
  --ambient-before-path-b: translate3d(-2.1rem, -0.35rem, 0) scale(0.99);
  --ambient-before-path-c: translate3d(-0.65rem, -1.2rem, 0) scale(1.02);
  --ambient-after-opacity: 0.18;
  --ambient-after-rest: rotate(-12deg) scale(1);
  --ambient-after-start: translate3d(-1.15rem, 0.7rem, 0) rotate(-16deg) scale(0.97);
  --ambient-after-path-a: translate3d(1.2rem, -0.7rem, 0) rotate(-8deg) scale(1.015);
  --ambient-after-path-b: translate3d(2rem, 0.45rem, 0) rotate(-14deg) scale(0.99);
  --ambient-after-path-c: translate3d(0.7rem, 1.1rem, 0) rotate(-9deg) scale(1.02);
}

.ambient-orbit::before {
  top: 7%;
  right: clamp(2.5rem, 4vw, 3.75rem);
  width: clamp(11rem, 23vw, 19rem);
  max-width: calc(100% - 5rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 30%, rgb(255 248 232 / 48%) 0 10%, transparent 11%),
    var(--mustard);
  opacity: var(--ambient-before-opacity);
  transform: var(--ambient-before-rest);
}

.ambient-orbit::after {
  bottom: 9%;
  left: clamp(2.5rem, 3vw, 2.75rem);
  width: clamp(14rem, 26vw, 23rem);
  max-width: calc(100% - 5rem);
  aspect-ratio: 2.15;
  border: 3px solid rgb(46 118 114 / 16%);
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  opacity: var(--ambient-after-opacity);
  transform: var(--ambient-after-rest);
}

.ambient-signal {
  --ambient-before-opacity: 0.18;
  --ambient-before-rest: translate3d(0, 0, 0) scale(1);
  --ambient-before-start: translate3d(-1rem, 1.2rem, 0) scale(0.95);
  --ambient-before-path-a: translate3d(1.3rem, -0.7rem, 0) scale(1.025);
  --ambient-before-path-b: translate3d(2.2rem, 0.35rem, 0) scale(0.99);
  --ambient-before-path-c: translate3d(0.75rem, 1.25rem, 0) scale(1.02);
  --ambient-after-opacity: 0.19;
  --ambient-after-rest: rotate(-7deg) scale(1);
  --ambient-after-start: translate3d(1.4rem, 0.6rem, 0) rotate(-10deg) scale(0.98);
  --ambient-after-path-a: translate3d(-1.35rem, -0.6rem, 0) rotate(-3deg) scale(1.015);
  --ambient-after-path-b: translate3d(-2.1rem, 0.5rem, 0) rotate(-9deg) scale(0.99);
  --ambient-after-path-c: translate3d(-0.7rem, 1rem, 0) rotate(-4deg) scale(1.02);
}

.ambient-signal::before {
  top: 12%;
  left: clamp(2.5rem, 4vw, 3.5rem);
  width: clamp(10rem, 18vw, 15rem);
  max-width: calc(100% - 5rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 68% 32%, rgb(255 248 232 / 42%) 0 9%, transparent 10%),
    var(--blush);
  opacity: var(--ambient-before-opacity);
  transform: var(--ambient-before-rest);
}

.ambient-signal::after {
  right: clamp(2.5rem, 3vw, 2.75rem);
  bottom: 13%;
  width: clamp(18rem, 34vw, 29rem);
  max-width: calc(100% - 5rem);
  height: clamp(6rem, 11vw, 9rem);
  border-bottom: 3px solid rgb(198 91 46 / 17%);
  border-radius: 0 0 50% 50%;
  opacity: var(--ambient-after-opacity);
  transform: var(--ambient-after-rest);
}

.ambient-cable {
  --ambient-before-opacity: 0.17;
  --ambient-before-rest: translate3d(0, 0, 0) scale(1);
  --ambient-before-start: translate3d(1rem, -0.9rem, 0) scale(0.95);
  --ambient-before-path-a: translate3d(-1.15rem, 0.75rem, 0) scale(1.025);
  --ambient-before-path-b: translate3d(-2rem, -0.4rem, 0) scale(0.99);
  --ambient-before-path-c: translate3d(-0.6rem, -1.1rem, 0) scale(1.02);
  --ambient-after-opacity: 0.17;
  --ambient-after-rest: rotate(10deg) scale(1);
  --ambient-after-start: translate3d(-1.4rem, 0.8rem, 0) rotate(6deg) scale(0.97);
  --ambient-after-path-a: translate3d(1.35rem, -0.65rem, 0) rotate(14deg) scale(1.015);
  --ambient-after-path-b: translate3d(2.15rem, 0.5rem, 0) rotate(8deg) scale(0.99);
  --ambient-after-path-c: translate3d(0.75rem, 1.1rem, 0) rotate(13deg) scale(1.02);
}

.ambient-cable::before {
  top: 8%;
  right: clamp(2.5rem, 4vw, 3.5rem);
  width: clamp(9rem, 17vw, 14rem);
  max-width: calc(100% - 5rem);
  aspect-ratio: 1;
  border: 2px solid rgb(46 118 114 / 18%);
  border-radius: 50%;
  background: rgb(46 118 114 / 10%);
  box-shadow: 0 0 0 1.5rem rgb(46 118 114 / 4%);
  opacity: var(--ambient-before-opacity);
  transform: var(--ambient-before-rest);
}

.ambient-cable::after {
  bottom: 8%;
  left: clamp(2.5rem, 3vw, 2.75rem);
  width: clamp(19rem, 35vw, 30rem);
  max-width: calc(100% - 5rem);
  height: clamp(8rem, 16vw, 13rem);
  border: 3px solid rgb(198 91 46 / 14%);
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  opacity: var(--ambient-after-opacity);
  transform: var(--ambient-after-rest);
}

.ambient-register {
  --ambient-before-opacity: 0.2;
  --ambient-before-rest: translate3d(0, 0, 0) scale(1);
  --ambient-before-start: translate3d(1.2rem, 1rem, 0) scale(0.95);
  --ambient-before-path-a: translate3d(-1.3rem, -0.7rem, 0) scale(1.025);
  --ambient-before-path-b: translate3d(-2.15rem, 0.4rem, 0) scale(0.99);
  --ambient-before-path-c: translate3d(-0.7rem, 1.2rem, 0) scale(1.02);
  --ambient-after-opacity: 0.18;
  --ambient-after-rest: rotate(0deg) scale(1);
  --ambient-after-start: translate3d(-0.8rem, 1.2rem, 0) rotate(-7deg) scale(0.94);
  --ambient-after-path-a: translate3d(-1.1rem, 0.7rem, 0) rotate(5deg) scale(1.015);
  --ambient-after-path-b: translate3d(-1.8rem, -0.45rem, 0) rotate(-3deg) scale(0.99);
  --ambient-after-path-c: translate3d(-0.55rem, -1rem, 0) rotate(4deg) scale(1.02);
}

.ambient-register::before {
  right: clamp(2.5rem, 4vw, 3.5rem);
  bottom: 7%;
  width: clamp(11rem, 20vw, 17rem);
  max-width: calc(100% - 5rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--mustard);
  opacity: var(--ambient-before-opacity);
  transform: var(--ambient-before-rest);
}

.ambient-register::after {
  top: 8%;
  right: clamp(2.5rem, 4vw, 3rem);
  width: clamp(7rem, 12vw, 10rem);
  max-width: calc(100% - 5rem);
  aspect-ratio: 1;
  border: 2px solid rgb(46 118 114 / 15%);
  border-radius: 50%;
  background:
    linear-gradient(rgb(46 118 114 / 15%) 0 0) center / 100% 2px no-repeat,
    linear-gradient(rgb(46 118 114 / 15%) 0 0) center / 2px 100% no-repeat;
  opacity: var(--ambient-after-opacity);
  transform: var(--ambient-after-rest);
}

.eyebrow,
.status-label {
  margin-bottom: 0.85rem;
  color: var(--orange-dark);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.3;
}

.lede {
  max-width: 58ch;
  margin-bottom: 1.75rem;
  color: var(--brown);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.58;
}

.hero {
  display: grid;
  min-height: min(47rem, calc(100vh - 7.7rem));
  align-items: center;
  gap: 3rem;
  padding-top: clamp(3rem, 8vw, 7rem);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-definition {
  max-width: 48ch;
  margin: 1.4rem 0 0;
  color: var(--brown);
  font-size: clamp(1rem, 1.8vw, 1.16rem);
  line-height: 1.58;
}

.hero-studio {
  isolation: isolate;
  position: relative;
  overflow: hidden;
  min-height: 20rem;
  border: var(--line) solid var(--ink);
  border-radius: 2rem;
  background:
    repeating-linear-gradient(135deg, transparent 0 29px, rgb(43 33 24 / 7%) 30px 32px),
    var(--blush);
  box-shadow: var(--shadow);
}

.hero-studio::before {
  position: absolute;
  inset: 1.1rem;
  z-index: 1;
  border: 2px solid rgb(255 248 232 / 74%);
  border-radius: 1.2rem;
  content: "";
}


.hero-card {
  position: absolute;
  z-index: 2;
  display: grid;
  min-width: 9rem;
  padding: 0.75rem 0.95rem;
  border: var(--line) solid var(--ink);
  border-radius: 0.75rem;
  background: var(--paper);
  box-shadow: 4px 5px 0 var(--ink);
  transform: rotate(var(--card-turn));
}

.hero-card span {
  color: var(--orange-dark);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.hero-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
}

.hero-card.card-a {
  --card-turn: -7deg;
  --float-x: 1.05rem;
  --float-y: -0.85rem;
  --float-time: 5.8s;
  --float-delay: -2s;
  top: 16%;
  left: 8%;
}

.hero-card.card-b {
  --card-turn: 5deg;
  --float-x: -1rem;
  --float-y: 0.75rem;
  --float-time: 7.2s;
  --float-delay: -5s;
  top: 42%;
  right: 6%;
}

.hero-card.card-c {
  --card-turn: -2deg;
  --float-x: 0.8rem;
  --float-y: -1rem;
  --float-time: 6.4s;
  --float-delay: -3.5s;
  bottom: 9%;
  left: 19%;
}

.stage-light {
  position: absolute;
  z-index: 2;
  top: 11%;
  left: 49%;
  width: 4.5rem;
  height: 4.5rem;
  border: var(--line) solid var(--ink);
  border-radius: 50%;
  background: var(--mustard);
  box-shadow: 5px 5px 0 var(--ink);
}

@keyframes hero-card-float {
  from { transform: translate3d(0, 0, 0) rotate(var(--card-turn)); }
  to { transform: translate3d(var(--float-x), var(--float-y), 0) rotate(calc(var(--card-turn) + 1.5deg)); }
}

@keyframes stage-light-float {
  0%, 100% {
    box-shadow: 5px 5px 0 var(--ink);
    transform: translate3d(0, 0, 0) scale(1);
  }
  26% {
    box-shadow: 7px 8px 0 var(--ink);
    transform: translate3d(0.9rem, -0.75rem, 0) scale(1.04);
  }
  53% {
    box-shadow: 4px 6px 0 var(--ink);
    transform: translate3d(1.25rem, 0.25rem, 0) scale(0.985);
  }
  78% {
    box-shadow: 6px 7px 0 var(--ink);
    transform: translate3d(0.25rem, 0.9rem, 0) scale(1.025);
  }
}

.motion-enhanced .hero-card {
  animation: hero-card-float var(--float-time) var(--float-delay) ease-in-out infinite alternate;
}

.motion-enhanced .stage-light {
  animation: stage-light-float 6.4s -1.7s ease-in-out infinite;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-block: var(--line) solid var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.trust-strip span {
  min-width: 0;
  padding: 0.9rem 0.55rem;
  border: 1px solid rgb(255 248 232 / 24%);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.cta-row.compact {
  margin-top: 1.5rem;
}

.button,
.store-button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.15rem;
  border: var(--line) solid var(--ink);
  border-radius: 0.75rem;
  box-shadow: 4px 5px 0 var(--ink);
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: color 140ms ease, background-color 140ms ease, box-shadow 110ms ease, transform 110ms ease;
}

.button.primary {
  background: var(--orange);
  color: var(--paper);
}

.button.secondary {
  background: var(--paper);
  color: var(--ink);
}

.button:hover,
.store-button:hover {
  color: var(--ink);
  background: var(--mustard);
  transform: translateY(-2px);
}

.button:active,
.store-button:active {
  box-shadow: 1px 2px 0 var(--ink);
  transform: translate(3px, 3px);
}

.text-link {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  color: var(--orange-dark);
  font-weight: 850;
}

.text-link::after {
  margin-left: 0.4rem;
  content: "\2192";
  transition: transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.text-link:hover::after,
.text-link:focus-visible::after,
.show-card:is(:hover, :focus-within) .text-link::after {
  transform: translateX(0.32rem);
}

.section-heading {
  max-width: 46rem;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.show-grid,
.feature-grid,
.pricing-grid,
.support-grid {
  display: grid;
  gap: 1.25rem;
}

.show-card,
.feature-grid article,
.pricing-grid article,
.support-grid article {
  position: relative;
  border: var(--line) solid var(--ink);
  border-radius: 1.2rem;
  background: var(--paper);
  box-shadow: 5px 6px 0 var(--ink);
}

.show-card {
  display: flex;
  min-height: 29rem;
  flex-direction: column;
  padding: 1rem 1rem 1.35rem;
  transition: box-shadow 140ms ease, transform 140ms ease;
}

.motion-enhanced .show-card.is-revealed:is(:hover, :focus-within),
.show-card:is(:hover, :focus-within) {
  box-shadow: 8px 10px 0 var(--ink);
  transform: translateY(-4px);
}

.show-card h3 a::after {
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  content: "";
}

.show-card h3 a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
}

.show-card .text-link {
  margin-top: auto;
}

.show-motif {
  position: relative;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 0.9rem;
  background: var(--cream);
}

.card-motif {
  height: 12.5rem;
  margin-bottom: 1.4rem;
}

.accent-orange { --show-accent: var(--orange); }
.accent-purple { --show-accent: var(--purple); }
.accent-teal { --show-accent: var(--teal); }
.accent-mustard { --show-accent: var(--mustard); }
.accent-blue { --show-accent: var(--blue); }
.accent-olive { --show-accent: var(--olive); }
.accent-blush { --show-accent: var(--blush); }

.show-card .show-motif,
.show-page .show-motif {
  background:
    linear-gradient(145deg, rgb(255 248 232 / 70%), transparent),
    color-mix(in srgb, var(--show-accent) 28%, var(--cream));
}

.motif-svg {
  display: block;
  width: 100%;
  height: 100%;
}

.motif-svg .art-paper,
.motif-svg .art-accent,
.motif-svg .art-accent-dark,
.motif-svg .art-screen,
.motif-svg .art-control,
.motif-svg .art-dial,
.motif-svg .art-indicator,
.motif-svg .art-switchboard,
.motif-svg .art-port,
.motif-svg .art-node {
  stroke: var(--ink);
  stroke-width: 3;
  vector-effect: non-scaling-stroke;
}

.motif-svg .art-paper,
.motif-svg .art-control,
.motif-svg .art-dial,
.motif-svg .art-switchboard,
.motif-svg .art-port {
  fill: var(--paper);
}

.motif-svg .art-accent {
  fill: var(--show-accent);
}

.motif-svg .art-accent-dark {
  fill: color-mix(in srgb, var(--show-accent) 77%, var(--ink));
}

.motif-svg .art-card {
  filter: drop-shadow(4px 5px 0 var(--ink));
}

.motif-svg .art-screen,
.motif-svg .art-indicator-core {
  fill: var(--ink);
}

.motif-svg .art-indicator,
.motif-svg .art-node {
  fill: var(--mustard);
}

.motif-svg .art-pin {
  fill: var(--show-accent);
  stroke: var(--ink);
  stroke-width: 2.5;
  vector-effect: non-scaling-stroke;
}

.motif-svg .art-rule,
.motif-svg .art-small-rule,
.motif-svg .art-connector,
.motif-svg .art-arrow,
.motif-svg .art-edit,
.motif-svg .art-rule-light,
.motif-svg .art-cable-under,
.motif-svg .art-cable,
.motif-svg .art-cord-under,
.motif-svg .art-cord,
.motif-svg .art-handset-seam,
.motif-svg .art-handset-highlight,
.motif-svg .art-needle,
.motif-svg .art-switch-line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.motif-svg .art-rule,
.motif-svg .art-connector,
.motif-svg .art-switch-line {
  stroke: var(--ink);
  stroke-width: 3;
}

.motif-svg .art-small-rule {
  stroke: var(--ink);
  stroke-width: 2.5;
}

.motif-svg .art-arrow,
.motif-svg .art-edit,
.motif-svg .art-needle {
  stroke: var(--orange-dark);
  stroke-width: 3;
}

.motif-svg .art-rule-light {
  stroke: var(--paper);
  stroke-width: 3;
}

.motif-svg .art-cable-under,
.motif-svg .art-cord-under {
  stroke: var(--ink);
  stroke-width: 9;
}

.motif-svg .art-cable,
.motif-svg .art-cord {
  stroke: var(--mustard);
  stroke-width: 4;
}

.motif-svg .art-handset-grip,
.motif-svg .art-handset-cup {
  fill: var(--show-accent);
  stroke: var(--ink);
  stroke-width: 4.5;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.motif-svg .art-handset-seam {
  stroke: var(--orange-dark);
  stroke-width: 2.5;
}

.motif-svg .art-handset-highlight {
  opacity: 0.62;
  stroke: var(--paper);
  stroke-width: 2.25;
}

.motif-svg .art-label,
.motif-svg .art-mark-light {
  fill: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 900;
  text-anchor: middle;
}

.motif-svg .art-label-small {
  font-size: 11px;
  letter-spacing: 0.04em;
}

.motif-svg .art-label-light,
.motif-svg .art-mark-light {
  fill: var(--paper);
}

.motif-svg .art-mark-light {
  font-size: 30px;
}

.motif-svg .art-port-live {
  fill: var(--orange);
}

.motif-motion,
.motif-svg .art-needle,
.motif-svg .art-indicator-core,
.motif-svg .art-port-live {
  transform-box: fill-box;
  transform-origin: center;
}

.motif-svg .art-needle {
  transform-origin: 0% 100%;
}

.motion-enhanced .show-card:not(.is-revealed) .motif-motion {
  opacity: 0;
}

@keyframes motif-paper-in {
  from { opacity: 0; transform: translate3d(0, 0.7rem, 0) scale(0.96); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes motif-pop-in {
  0% { opacity: 0; transform: translate3d(0, 0.8rem, 0) scale(0.72) rotate(-4deg); }
  72% { opacity: 1; transform: translate3d(0, -0.08rem, 0) scale(1.05) rotate(1deg); }
  100% { opacity: 1; transform: translate3d(0, 0, 0) scale(1) rotate(0deg); }
}

@keyframes motif-fan-up {
  from { opacity: 0; transform: translate3d(-1.4rem, 1rem, 0) rotate(-12deg) scale(0.9); }
  to { opacity: 1; transform: translate3d(0, 0, 0) rotate(0deg) scale(1); }
}

@keyframes motif-fan-down {
  from { opacity: 0; transform: translate3d(-1.3rem, -0.9rem, 0) rotate(11deg) scale(0.9); }
  to { opacity: 1; transform: translate3d(0, 0, 0) rotate(0deg) scale(1); }
}

@keyframes motif-slide-left {
  from { opacity: 0; transform: translate3d(-1.5rem, 0, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes motif-slide-right {
  from { opacity: 0; transform: translate3d(1.5rem, 0, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes motif-lines-in {
  from { opacity: 0; transform: scale(0.72); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes motif-canvas-float {
  from { transform: translate3d(-0.18rem, 0.12rem, 0) rotate(-0.35deg); }
  to { transform: translate3d(0.24rem, -0.18rem, 0) rotate(0.35deg); }
}

.motion-enhanced :where(.show-card.is-revealed, .page-hero-motif, .show-hero-motif) .art-blanks-paper,
.motion-enhanced :where(.show-card.is-revealed, .page-hero-motif, .show-hero-motif) .art-question-answer,
.motion-enhanced :where(.show-card.is-revealed, .page-hero-motif, .show-hero-motif) .art-product-card,
.motion-enhanced :where(.show-card.is-revealed, .page-hero-motif, .show-hero-motif) .art-machine-panel,
.motion-enhanced :where(.show-card.is-revealed, .page-hero-motif, .show-hero-motif) .art-switchboard-panel {
  animation: motif-paper-in 620ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.motion-enhanced :where(.show-card.is-revealed, .page-hero-motif, .show-hero-motif) .art-blanks-match,
.motion-enhanced :where(.show-card.is-revealed, .page-hero-motif, .show-hero-motif) .art-machine-dial,
.motion-enhanced :where(.show-card.is-revealed, .page-hero-motif, .show-hero-motif) .art-machine-indicator {
  animation: motif-pop-in 650ms 130ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.motion-enhanced :where(.show-card.is-revealed, .page-hero-motif, .show-hero-motif) .art-question-back-group,
.motion-enhanced :where(.show-card.is-revealed, .page-hero-motif, .show-hero-motif) .art-caveat-top,
.motion-enhanced :where(.show-card.is-revealed, .page-hero-motif, .show-hero-motif) .art-evidence-left,
.motion-enhanced :where(.show-card.is-revealed, .page-hero-motif, .show-hero-motif) .art-headline-top,
.motion-enhanced :where(.show-card.is-revealed, .page-hero-motif, .show-hero-motif) .art-handset-motion {
  animation: motif-slide-left 660ms 90ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.motion-enhanced :where(.show-card.is-revealed, .page-hero-motif, .show-hero-motif) .art-question-front-group,
.motion-enhanced :where(.show-card.is-revealed, .page-hero-motif, .show-hero-motif) .art-caveat-bottom,
.motion-enhanced :where(.show-card.is-revealed, .page-hero-motif, .show-hero-motif) .art-evidence-right,
.motion-enhanced :where(.show-card.is-revealed, .page-hero-motif, .show-hero-motif) .art-headline-bottom {
  animation: motif-slide-right 680ms 160ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.motion-enhanced :where(.show-card.is-revealed, .page-hero-motif, .show-hero-motif) :is(.art-headline-arrow, .art-evidence-links, .art-machine-cable, .art-switchboard-cord) {
  animation: motif-lines-in 620ms 260ms ease-out both;
}

.motion-enhanced :where(.show-card.is-revealed, .page-hero-motif, .show-hero-motif) .art-question-back-group {
  animation: motif-fan-up 700ms 120ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.motion-enhanced :where(.show-card.is-revealed, .page-hero-motif, .show-hero-motif) .art-question-front-group {
  animation: motif-fan-down 720ms 190ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.motion-enhanced body:not(.quiet-page) .page-hero-motif .motif-svg,
.motion-enhanced .show-hero-motif .motif-svg {
  animation: motif-canvas-float 13s 1s ease-in-out infinite alternate;
}

@keyframes motif-match-bounce {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1) rotate(0deg); }
  45% { transform: translate3d(0, -0.2rem, 0) scale(1.09) rotate(2deg); }
  72% { transform: translate3d(0, 0.05rem, 0) scale(0.98) rotate(-1deg); }
}

@keyframes motif-wiggle-left {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  50% { transform: translate3d(-0.3rem, -0.18rem, 0) rotate(-5deg); }
}

@keyframes motif-wiggle-right {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  50% { transform: translate3d(0.32rem, 0.14rem, 0) rotate(5deg); }
}

@keyframes motif-needle-scan {
  0%, 100% { transform: rotate(0deg); }
  35% { transform: rotate(-24deg); }
  70% { transform: rotate(16deg); }
}

@keyframes motif-light-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.55; transform: scale(1.35); }
}

@keyframes motif-needle-idle {
  from { transform: rotate(-7deg); }
  to { transform: rotate(8deg); }
}

@keyframes motif-handset-idle {
  from { transform: translate3d(-0.12rem, 0.18rem, 0) rotate(-0.8deg); }
  to { transform: translate3d(0.18rem, -0.22rem, 0) rotate(0.8deg); }
}

.motion-enhanced .show-card.is-revealed:is(:hover, :focus-within) .art-blanks-match {
  animation: motif-match-bounce 620ms ease-out both;
}

.motion-enhanced .show-card.is-revealed:is(:hover, :focus-within) :is(.art-question-back-group, .art-headline-top, .art-caveat-top, .art-evidence-left, .art-handset-motion) {
  animation: motif-wiggle-left 720ms ease-in-out both;
}

.motion-enhanced .show-card.is-revealed:is(:hover, :focus-within) :is(.art-question-front-group, .art-headline-bottom, .art-caveat-bottom, .art-evidence-right) {
  animation: motif-wiggle-right 720ms ease-in-out both;
}

.motion-enhanced .show-card.is-revealed:is(:hover, :focus-within) .art-needle {
  animation: motif-needle-scan 820ms ease-in-out both;
}

.motion-enhanced .show-card.is-revealed:is(:hover, :focus-within) :is(.art-indicator-core, .art-port-live) {
  animation: motif-light-pulse 900ms ease-in-out both;
}

.motion-enhanced .show-hero-motif :is(.art-indicator-core, .art-port-live),
.motion-enhanced body:not(.quiet-page) .page-hero-motif :is(.art-indicator-core, .art-port-live) {
  animation: motif-light-pulse 3.4s 1.2s ease-in-out infinite;
}

.motion-enhanced .show-hero-motif .art-needle {
  animation: motif-needle-idle 5.5s 1.1s ease-in-out infinite alternate;
}

.motion-enhanced .show-hero-motif .art-handset-motion {
  animation:
    motif-slide-left 660ms 90ms cubic-bezier(0.2, 0.8, 0.2, 1) both,
    motif-handset-idle 8.5s 750ms ease-in-out infinite alternate;
}

.motion-enhanced body.quiet-page .page-hero-motif .motif-motion,
.motion-enhanced body.quiet-page .page-hero-motif :is(.art-indicator-core, .art-port-live, .motif-svg) {
  opacity: 1;
  animation: none;
  transform: none;
}

.how-band {
  position: relative;
  background: transparent;
}

.how-band .section-heading {
  max-width: 55rem;
  margin-bottom: clamp(2.75rem, 6vw, 4.75rem);
}

.numbered-steps,
.show-steps,
.process-list,
.check-list,
.breadcrumbs ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.numbered-steps {
  display: grid;
  gap: clamp(1.4rem, 3vw, 2.25rem);
}

.numbered-steps li {
  display: grid;
  min-height: 11rem;
  grid-template-columns: 3.25rem minmax(0, 1fr);
  align-items: start;
  gap: clamp(1.1rem, 2vw, 1.6rem);
  padding: clamp(1.4rem, 2.8vw, 2rem);
  border: var(--line) solid var(--ink);
  border-radius: 1.2rem;
  background: var(--paper);
  box-shadow: 5px 6px 0 var(--ink);
}

.numbered-steps h3 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  line-height: 1.08;
}

.numbered-steps p {
  margin: 0;
  color: var(--brown);
  font-size: 1.02rem;
  line-height: 1.6;
}

.numbered-steps li > span,
.process-list li > span {
  display: grid;
  width: 2.7rem;
  height: 2.7rem;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--orange);
  color: var(--paper);
  font-family: Georgia, serif;
  font-weight: 900;
  line-height: 1;
}

.numbered-steps li > span {
  padding-bottom: 0.12rem;
  transition: transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.numbered-steps li:hover > span {
  transform: rotate(-6deg) scale(1.08);
}

.how-band .text-link {
  margin-top: clamp(2rem, 4vw, 3.25rem);
}

.room-flow-link {
  text-decoration: none;
}

.room-flow-link::after {
  content: none;
}

.room-flow-link > span {
  display: inline-flex;
  align-items: baseline;
  gap: 0.5rem;
  padding-bottom: 0.08em;
  border-bottom: 2px solid currentcolor;
  line-height: 1.25;
}

.room-flow-link > span::after {
  content: "\2192";
  font-size: 1.3em;
  font-weight: 900;
  line-height: 0.75;
}

.split-feature {
  display: grid;
  align-items: center;
  gap: clamp(2rem, 7vw, 6rem);
}

.private-visual {
  position: relative;
  min-height: 20rem;
}

.phone-card {
  position: absolute;
  display: grid;
  width: min(42%, 9rem);
  aspect-ratio: 0.67;
  place-items: center;
  padding: 0.7rem;
  border: var(--line) solid var(--ink);
  border-radius: 1.3rem;
  background: var(--paper);
  box-shadow: 5px 6px 0 var(--ink);
  font-family: Georgia, serif;
  font-size: 0.75rem;
  font-weight: 900;
  text-align: center;
}

.phone-card::before {
  position: absolute;
  top: 0.55rem;
  width: 35%;
  height: 0.32rem;
  border-radius: 99px;
  background: var(--ink);
  content: "";
}

.phone-card.left { --phone-turn: -8deg; --phone-x: 0.4rem; --phone-y: -0.45rem; top: 18%; left: 2%; transform: rotate(var(--phone-turn)); }
.phone-card.center { --phone-turn: 0deg; --phone-x: -0.35rem; --phone-y: 0.4rem; z-index: 2; top: 2%; left: 32%; background: var(--orange); color: var(--paper); transform: rotate(var(--phone-turn)); }
.phone-card.right { --phone-turn: 8deg; --phone-x: -0.45rem; --phone-y: -0.35rem; top: 19%; right: 1%; transform: rotate(var(--phone-turn)); }

@keyframes phone-card-float {
  from { transform: translate3d(0, 0, 0) rotate(var(--phone-turn)); }
  to { transform: translate3d(var(--phone-x), var(--phone-y), 0) rotate(calc(var(--phone-turn) + 1.25deg)); }
}

.motion-enhanced .split-feature.is-revealed .phone-card {
  animation: phone-card-float 10s ease-in-out infinite alternate;
}

.motion-enhanced .split-feature.is-revealed .phone-card.center {
  animation-delay: -4s;
  animation-duration: 12s;
}

.motion-enhanced .split-feature.is-revealed .phone-card.right {
  animation-delay: -7s;
  animation-duration: 11s;
}

.feature-grid article,
.pricing-grid article,
.support-grid article {
  padding: 1.5rem;
}

.feature-grid .feature-single-line {
  display: grid;
  place-items: center;
  text-align: center;
}

.feature-grid .feature-single-line h3 {
  margin-bottom: 0;
}

.final-cta,
.contact-card,
.download-panel,
.participation-card,
.information-band {
  margin-block: clamp(2rem, 6vw, 5rem);
  padding: clamp(2rem, 6vw, 4.5rem);
  border: var(--line) solid var(--ink);
  border-radius: 1.5rem;
  background: var(--orange);
  box-shadow: var(--shadow);
  color: var(--paper);
}

.final-cta .eyebrow,
.contact-card .eyebrow,
.participation-card .eyebrow,
.information-band .eyebrow {
  color: var(--paper);
}

.final-cta .button.primary,
.contact-card .button.primary {
  background: var(--paper);
  color: var(--ink);
}

.home-final-cta {
  padding-top: clamp(1.5rem, 5vw, 3.75rem);
}

.support-email-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.contact-card .support-email-actions .button {
  margin-top: 0;
}

.contact-card .button.secondary {
  border-color: var(--paper);
  background: transparent;
  box-shadow: 4px 5px 0 var(--brown);
  color: var(--paper);
}

.support-email-status {
  min-height: 1.5rem;
  margin: 0.9rem 0 0;
  color: var(--paper);
  font-weight: 750;
}

.page-hero,
.show-hero {
  display: grid;
  align-items: center;
  gap: clamp(2rem, 7vw, 6rem);
}

.page-hero-motif,
.show-hero-motif {
  min-height: clamp(18rem, 42vw, 29rem);
  box-shadow: var(--shadow);
}

.breadcrumbs {
  padding-top: 1.4rem;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.9rem;
}

.breadcrumbs li:not(:last-child)::after {
  margin-left: 0.45rem;
  color: var(--brown);
  content: "/";
}

.breadcrumbs a,
.breadcrumbs span {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
}

.show-steps {
  display: grid;
  gap: 1.2rem;
}

.show-steps li {
  padding: 1.4rem;
  border-top: 5px solid var(--show-accent, var(--orange));
  background: var(--paper);
}

.show-steps li > span {
  color: var(--show-accent, var(--orange-dark));
  font-family: Georgia, serif;
  font-size: 1.4rem;
  font-weight: 900;
}

.participation-card {
  background: var(--show-accent, var(--orange));
}

.process-list {
  counter-reset: process;
}

.process-list li {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 1rem;
  padding-block: 1.7rem;
  border-bottom: 2px solid rgb(43 33 24 / 20%);
}

.process-list h2 {
  font-size: clamp(1.45rem, 3.5vw, 2.3rem);
}

.information-band {
  display: grid;
  gap: 2rem;
  background: var(--teal);
}

.check-list {
  display: grid;
  gap: 0.8rem;
}

.check-list li {
  position: relative;
  padding-left: 1.7rem;
}

.check-list li::before {
  position: absolute;
  top: 0.55rem;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  border: 2px solid var(--paper);
  background: var(--mustard);
  content: "";
  transform: rotate(45deg);
}

.download-panel {
  background: var(--mustard);
  color: var(--ink);
}

.download-panel .status-label {
  color: var(--ink);
}

.pricing-grid .section-heading {
  grid-column: 1 / -1;
}

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

.store-button {
  flex-direction: column;
  background: var(--ink);
  color: var(--paper);
}

.store-button span {
  font-size: 0.72rem;
}

.store-button strong {
  font-size: 1.15rem;
}

.article-layout,
.legal-copy {
  max-width: min(calc(100% - 2rem), 52rem);
}

.article-layout h2,
.legal-copy h2 {
  margin-top: 2.6rem;
  font-size: clamp(1.55rem, 4vw, 2.35rem);
}

.article-layout li,
.legal-copy li {
  margin-block: 0.55rem;
}

.provider-disclosure {
  margin-block: 1.5rem;
  padding: 1rem 1.25rem;
  border-left: 3px solid var(--teal);
  background: rgb(255 248 232 / 72%);
}

.provider-disclosure h3 {
  margin-top: 0;
}

.legal-hero {
  padding-bottom: 2rem;
}

.legal-date {
  color: var(--brown);
  font-weight: 750;
}

.not-found-page main {
  min-height: 65vh;
}

.site-footer {
  width: 100vw;
  margin-top: 4rem;
  border-top: var(--line) solid var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.footer-grid {
  display: grid;
  gap: 2.5rem;
  padding-block: 3.5rem;
}

.footer-brand .brand-nameplate {
  border-color: var(--ink);
  box-shadow: 3px 3px 0 var(--ink);
}

.footer-grid nav {
  display: grid;
  align-content: start;
  gap: 0.25rem;
}

.footer-grid nav h2 {
  margin-bottom: 0.65rem;
  color: var(--blush);
  font-family: Georgia, serif;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-grid nav a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  color: var(--paper);
}

.footer-fine-print {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem 2rem;
  padding-block: 1.25rem;
  border-top: 1px solid rgb(255 248 232 / 24%);
  color: rgb(255 248 232 / 78%);
  font-size: 0.82rem;
}

.footer-fine-print p {
  margin: 0;
}

/* The splash is inert unless the tiny head script explicitly activates it. */
.boot-splash {
  display: none;
}

html[data-boot="active"] .boot-splash {
  --boot-dock-left: 1rem;
  --boot-dock-top: 0.5rem;
  --boot-dock-x: calc(-50vw + 9.1875rem);
  --boot-dock-y: calc(-50vh + 2rem);
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: block;
  overflow: hidden;
  pointer-events: none;
  background: var(--cream);
  animation: boot-backdrop 1450ms linear both;
}

.boot-lockup-stage {
  display: contents;
}

html[data-boot="active"] .boot-lockup {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: max-content;
  height: 3rem;
  align-items: center;
  transform: translate(-50%, -50%) scale(2.1667);
  transform-origin: top left;
  animation: boot-dock 1450ms linear both;
  will-change: top, left, transform;
}

.boot-mark {
  position: relative;
  z-index: 2;
  width: 3rem;
  height: 3rem;
  flex: 0 0 3rem;
  object-fit: contain;
}

.boot-nameplate-clip {
  display: block;
  width: 0;
  overflow: hidden;
  border-radius: 0 0.875rem 0.875rem 0;
  animation:
    boot-nameplate-reveal 1450ms linear both,
    boot-clip-release 1450ms step-end both;
  will-change: width;
}

.boot-nameplate {
  margin-left: 0.625rem;
  transform: translateX(-100%);
  animation: boot-nameplate-slide 1450ms linear both;
  will-change: transform;
}

html[data-boot="active"] .site-header .brand-lockup {
  opacity: 0;
}

html[data-boot="active"] .site-shell {
  animation: boot-page-entrance 1450ms linear both;
}

@keyframes boot-nameplate-reveal {
  0% { width: 0; }
  34%, 100% { width: 13.375rem; }
}

@keyframes boot-clip-release {
  0%, 33.99% { overflow: hidden; }
  34%, 100% { overflow: visible; }
}

@keyframes boot-nameplate-slide {
  0% { transform: translateX(-100%); }
  34%, 100% { transform: translateX(0); }
}

@keyframes boot-dock {
  0% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(2.1667);
    animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  }
  34% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.15);
  }
  36% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.15);
    animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  }
  76%,
  100% {
    top: var(--boot-dock-top);
    left: var(--boot-dock-left);
    transform: translate(0, 0) scale(1);
  }
}

@keyframes boot-page-entrance {
  0%, 38% { opacity: 0; transform: translateY(4.5vh); }
  76%, 100% { opacity: 1; transform: translateY(0); }
}

@keyframes boot-backdrop {
  0%, 38% { background-color: var(--cream); }
  76%, 100% { background-color: transparent; }
}

@media (max-width: 52.999rem) {
  html[data-boot="active"] .boot-lockup-stage {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
  }

  html[data-boot="active"] .boot-lockup {
    position: relative;
    top: auto;
    left: auto;
    transform: scale(2.1667);
    transform-origin: center;
    animation-name: boot-dock-mobile;
    will-change: transform;
  }
}

@keyframes boot-dock-mobile {
  0% {
    transform: translate(0, 0) scale(2.1667);
    animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  }
  34% {
    transform: translate(0, 0) scale(1.15);
  }
  36% {
    transform: translate(0, 0) scale(1.15);
    animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  }
  76%,
  100% {
    transform: translate(var(--boot-dock-x), var(--boot-dock-y)) scale(1);
  }
}

@keyframes ambient-before-settle {
  from {
    opacity: 0;
    transform: var(--ambient-before-start);
  }

  to {
    opacity: var(--ambient-before-opacity);
    transform: var(--ambient-before-rest);
  }
}

@keyframes ambient-after-settle {
  from {
    opacity: 0;
    transform: var(--ambient-after-start);
  }

  to {
    opacity: var(--ambient-after-opacity);
    transform: var(--ambient-after-rest);
  }
}

@keyframes ambient-before-drift {
  0%, 100% { transform: var(--ambient-before-rest); }
  24% { transform: var(--ambient-before-path-a); }
  51% { transform: var(--ambient-before-path-b); }
  77% { transform: var(--ambient-before-path-c); }
}

@keyframes ambient-after-drift {
  0%, 100% { transform: var(--ambient-after-rest); }
  23% { transform: var(--ambient-after-path-a); }
  49% { transform: var(--ambient-after-path-b); }
  76% { transform: var(--ambient-after-path-c); }
}

.motion-enhanced .ambient-section::before,
.motion-enhanced .ambient-section::after {
  opacity: 0;
}

.motion-enhanced .ambient-section.is-revealed::before {
  animation:
    ambient-before-settle 900ms cubic-bezier(0.2, 0.72, 0.22, 1) both,
    ambient-before-drift 7.6s 900ms ease-in-out infinite;
}

.motion-enhanced .ambient-section.is-revealed::after {
  animation:
    ambient-after-settle 1050ms 90ms cubic-bezier(0.2, 0.72, 0.22, 1) both,
    ambient-after-drift 9.2s 1140ms ease-in-out infinite;
}

.motion-paused .ambient-section::before,
.motion-paused .ambient-section::after,
.motion-paused .hero-card,
.motion-paused .stage-light,
.motion-paused .motif-motion,
.motion-paused .art-needle,
.motion-paused .art-indicator-core,
.motion-paused .phone-card {
  animation-play-state: paused !important;
}

.motion-enhanced [data-reveal] {
  opacity: 0;
  transform: translateY(1.4rem);
  transition: opacity 420ms ease, transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.motion-enhanced [data-reveal].is-revealed {
  opacity: 1;
  transform: translateY(0);
}

:is(.show-grid, .feature-grid, .numbered-steps, .show-steps, .process-list, .pricing-grid) > [data-reveal]:nth-child(2) { --reveal-delay: 70ms; }
:is(.show-grid, .feature-grid, .numbered-steps, .show-steps, .process-list, .pricing-grid) > [data-reveal]:nth-child(3) { --reveal-delay: 140ms; }
:is(.show-grid, .feature-grid, .numbered-steps, .show-steps, .process-list, .pricing-grid) > [data-reveal]:nth-child(4) { --reveal-delay: 210ms; }
:is(.show-grid, .feature-grid, .numbered-steps, .show-steps, .process-list, .pricing-grid) > [data-reveal]:nth-child(5) { --reveal-delay: 280ms; }
:is(.show-grid, .feature-grid, .numbered-steps, .show-steps, .process-list, .pricing-grid) > [data-reveal]:nth-child(6) { --reveal-delay: 350ms; }
:is(.show-grid, .feature-grid, .numbered-steps, .show-steps, .process-list, .pricing-grid) > [data-reveal]:nth-child(7) { --reveal-delay: 420ms; }

.motion-enhanced .section-heading[data-reveal] {
  opacity: 1;
  transform: none;
  transition: none;
}

.motion-enhanced .section-heading[data-reveal] > :is(.eyebrow, h2, p) {
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 420ms ease, transform 480ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.motion-enhanced .section-heading[data-reveal].is-revealed > :is(.eyebrow, h2, p) {
  opacity: 1;
  transform: translateY(0);
}

.motion-enhanced .section-heading[data-reveal].is-revealed > h2 {
  transition-delay: 85ms;
}

.motion-enhanced .section-heading[data-reveal].is-revealed > p:not(.eyebrow) {
  transition-delay: 155ms;
}

@media (min-width: 38rem) {
  .header-inner,
  .footer-grid,
  .footer-fine-print,
  .section-pad,
  .breadcrumbs {
    width: min(100% - 3rem, var(--page-max));
  }

  .show-grid,
  .feature-grid,
  .support-grid,
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .show-grid-complete .show-card:last-child {
    grid-column: span 2;
  }

  .numbered-steps,
  .show-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 53rem) {
  .header-inner {
    min-height: 5.1rem;
    flex-direction: row;
    justify-content: space-between;
    padding-block: 0.65rem;
  }

  .primary-nav {
    width: auto;
    justify-content: flex-end;
    overflow: visible;
  }

  .primary-nav a {
    padding-inline: 0.85rem;
    font-size: 0.95rem;
  }

  .hero {
    min-height: min(47rem, calc(100vh - 5.1rem));
    grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.92fr);
  }

  .page-hero,
  .show-hero,
  .split-feature {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-hero > :last-child,
  .show-hero > :last-child {
    order: initial;
  }

  .show-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .information-band {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
    align-items: center;
  }

  .footer-grid {
    grid-template-columns: 1.6fr repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 70rem) {
  .show-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .show-card:first-child {
    grid-column: span 2;
  }

  .show-card:first-child {
    min-height: 27rem;
  }

  .show-card:first-child .card-motif {
    height: 11.5rem;
  }
}

@media (max-width: 24rem) {
  .header-inner,
  .footer-grid,
  .footer-fine-print,
  .section-pad,
  .breadcrumbs {
    width: min(100% - 1.25rem, var(--page-max));
  }

  .brand-nameplate,
  .boot-nameplate {
    width: 10.65rem;
    padding-inline: 0.45rem;
    font-size: 1.03rem;
  }

  @keyframes boot-nameplate-reveal {
    0% { width: 0; }
    34%, 100% { width: 11.275rem; }
  }

  .primary-nav a {
    padding-inline: 0.48rem;
    font-size: 0.79rem;
  }

  .hero-card {
    min-width: 7.7rem;
  }

  .cta-row .button {
    width: 100%;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .boot-splash,
  html[data-boot="active"] .boot-splash {
    display: none;
  }

  html[data-boot="active"] .site-shell,
  html[data-boot="active"] .site-header .brand-lockup,
  .motion-enhanced [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .ambient-section::before,
  .ambient-section::after,
  .hero-card,
  .stage-light,
  .motif-motion,
  .motif-svg,
  .motif-svg .art-needle,
  .motif-svg .art-indicator-core,
  .motif-svg .art-port-live,
  .phone-card {
    animation: none !important;
  }
}

@supports (view-transition-name: none) {
  @view-transition {
    navigation: auto;
  }

  .site-header .brand-lockup {
    view-transition-name: verbantics-brand;
  }
}
