@font-face {
  font-display: swap;
  font-family: "Vequo Inter";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/inter-regular.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Vequo Inter";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/fonts/inter-semibold.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Vequo Inter";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/inter-bold.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Vequo Inter";
  font-style: normal;
  font-weight: 800;
  src: url("/assets/fonts/inter-extrabold.woff") format("woff");
}

:root {
  --vq-danger: #9f301e;
  --vq-focus: #8c6100;
  --vq-gold: #e8b53a;
  --vq-gold-deep: #8c6100;
  --vq-hair: rgba(26, 26, 26, 0.08);
  --vq-ink: #1a1a1a;
  --vq-ink-2: #5c5a57;
  --vq-ink-3: #706c68;
  --vq-ink-4: #bab7b2;
  --vq-ink-pill: #1f1d1b;
  --vq-paper: #f4f2ee;
  --vq-paper-2: #eceae6;
  --vq-shadow-1: 0 1px 2px rgba(26, 26, 26, 0.04), 0 1px 1px rgba(26, 26, 26, 0.04);
  --vq-shadow-2: 0 4px 12px rgba(26, 26, 26, 0.06), 0 1px 2px rgba(26, 26, 26, 0.04);
  --vq-shadow-3: 0 12px 32px rgba(26, 26, 26, 0.1), 0 2px 6px rgba(26, 26, 26, 0.06);
  --vq-success: #2f7445;
  --vq-pill-inner: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  --vq-font-sans: "Vequo Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
}

body {
  background: var(--vq-paper);
  color: var(--vq-ink);
  font-family: var(--vq-font-sans);
  font-weight: 400;
  line-height: 1.45;
  margin: 0;
}

body,
button,
input {
  font-family: var(--vq-font-sans);
}

button,
input {
  font-size: inherit;
}

button {
  touch-action: manipulation;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: color 220ms ease, opacity 220ms ease;
}

a:hover {
  opacity: 0.62;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

::selection {
  background: rgba(232, 181, 58, 0.3);
}

:focus-visible {
  outline: 3px solid var(--vq-focus);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px #fff;
}

.vq-skip-link {
  background: var(--vq-ink);
  border-radius: 0 0 10px 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  left: 20px;
  padding: 10px 16px;
  position: fixed;
  top: 0;
  transform: translateY(-120%);
  transition: transform 180ms ease;
  z-index: 100;
}

.vq-skip-link:focus {
  outline-offset: 2px;
  transform: translateY(0);
}

.vq-site {
  overflow-x: clip;
}

.vq-container {
  margin: 0 auto;
  max-width: 1180px;
  padding-inline: clamp(22px, 5vw, 56px);
}

.vq-brand-header {
  display: flex;
  justify-content: center;
  padding: clamp(26px, 4vw, 42px) clamp(22px, 5vw, 56px) 0;
}

.vq-brand-header img {
  height: 22px;
  width: auto;
}

.vq-eyebrow {
  align-items: center;
  color: var(--vq-ink-3);
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.vq-eyebrow--hero {
  font-size: 16px;
}

.vq-eyebrow img {
  flex: 0 0 auto;
  height: 18px;
  width: 18px;
}

.vq-eyebrow--hero img {
  height: 16px;
  width: 16px;
}

.vq-hero {
  padding: clamp(30px, 5vw, 56px) 0 clamp(36px, 5vw, 60px);
  position: relative;
}

.vq-hero__grid {
  align-items: center;
  display: flex;
  gap: clamp(30px, 5vw, 70px);
}

.vq-hero__copy {
  flex: 1 1 480px;
  min-width: 0;
}

.vq-hero__title {
  font-size: clamp(42px, 6.6vw, 84px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 0.98;
  margin-top: 18px;
  text-wrap: balance;
}

.vq-hero__actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 34px;
}

.vq-hero__actions .vq-waitlist-status:empty {
  display: none;
}

.vq-hero__visual {
  display: flex;
  flex: 0 1 420px;
  justify-content: center;
  min-width: 0;
  position: relative;
}

.vq-waitlist {
  max-width: 470px;
}

.vq-waitlist-form {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.vq-waitlist-form__field {
  flex: 1 1 220px;
  min-width: 0;
}

.vq-waitlist-form input[type="email"] {
  background: #fff;
  border: 1px solid var(--vq-hair);
  border-radius: 999px;
  box-shadow: var(--vq-shadow-1);
  color: var(--vq-ink);
  min-height: 50px;
  outline: none;
  padding: 14px 20px;
  width: 100%;
}

.vq-waitlist-form input[type="email"]:focus-visible {
  border-color: var(--vq-focus);
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px var(--vq-focus);
  outline: none;
}

.vq-button {
  align-items: center;
  background: var(--vq-ink-pill);
  border: 0;
  border-radius: 999px;
  box-shadow: var(--vq-pill-inner);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.02em;
  min-height: 50px;
  padding: 14px 26px;
  white-space: nowrap;
}

.vq-button:disabled {
  cursor: wait;
  opacity: 0.58;
}

.vq-waitlist-form__consent {
  color: var(--vq-ink-3);
  flex: 1 0 100%;
  font-size: 12px;
  line-height: 1.45;
  padding-inline: 3px;
}

.vq-waitlist-form__consent a {
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
}

.vq-waitlist-status {
  color: var(--vq-ink-2);
  font-size: 14px;
  font-weight: 600;
  min-height: 21px;
  padding: 8px 3px 0;
}

.vq-waitlist-status[data-state="error"] {
  color: var(--vq-danger);
}

.vq-waitlist-status[data-state="success"] {
  color: var(--vq-success);
}

.vq-turnstile {
  flex: 1 0 100%;
  min-height: 0;
}

.vq-honeypot,
.vq-visually-hidden {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.vq-store-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.vq-store-badge {
  align-items: center;
  background: var(--vq-ink-pill);
  border-radius: 13px;
  box-shadow: var(--vq-pill-inner), var(--vq-shadow-1);
  color: #fff;
  display: inline-flex;
  gap: 11px;
  padding: 9px 17px;
}

.vq-store-badge svg {
  flex: 0 0 auto;
  height: 21px;
  width: 21px;
}

.vq-store-badge__copy {
  line-height: 1.14;
  text-align: left;
}

.vq-store-badge__small {
  color: rgba(255, 255, 255, 0.66);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.vq-store-badge__name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

@keyframes vq-hero-tools {
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.vq-hero-shell {
  background: linear-gradient(155deg, #3a3a3d, #1b1b1e 42%, #0c0c0e);
  border-radius: 46px;
  box-shadow: 0 50px 92px -40px rgba(20, 16, 10, 0.55), 0 14px 40px rgba(20, 16, 10, 0.2);
  padding: 9px;
  width: min(345px, 74vw);
}

.vq-hero-screen {
  --vq-hero-action-gap: 20px;
  --vq-hero-action-height: 73px;
  --vq-hero-action-icon: 29px;
  --vq-hero-action-inset: 26px;
  --vq-hero-action-label-gap: 7px;
  --vq-hero-action-label-line: 14px;
  --vq-hero-action-label-size: 11px;
  --vq-hero-action-radius: 11px;
  --vq-hero-action-width: 61px;
  --vq-hero-canvas-height: 61.9%;
  --vq-hero-frame-duration: 2200ms;
  --vq-hero-home-bottom: 10px;
  --vq-hero-home-height: 4px;
  --vq-hero-home-width: 116px;
  --vq-hero-image-bleed: 5%;
  --vq-hero-image-shift: 14px;
  --vq-hero-marquee-duration: 18.5s;
  --vq-hero-panel-pad-top: 25px;
  --vq-hero-top-height: 13.04%;
  --vq-hero-transition-duration: 560ms;
  aspect-ratio: 1206 / 2622;
  background: #fff;
  border-radius: 38px;
  container-type: inline-size;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.vq-hero-screen__top {
  background: #fff;
  flex: 0 0 var(--vq-hero-top-height);
}

.vq-hero-canvas {
  background: #e8e7e5;
  flex: 0 0 var(--vq-hero-canvas-height);
  overflow: hidden;
  position: relative;
}

.vq-hero-canvas__image {
  height: calc(100% + var(--vq-hero-image-bleed) + var(--vq-hero-image-bleed));
  left: calc(0px - var(--vq-hero-image-bleed));
  max-width: none;
  object-fit: cover;
  opacity: 0;
  position: absolute;
  top: calc(0% - var(--vq-hero-image-bleed));
  transform: translate3d(var(--vq-hero-image-shift), 0, 0);
  transition: opacity var(--vq-hero-transition-duration) cubic-bezier(0.22, 1, 0.36, 1), transform var(--vq-hero-transition-duration) cubic-bezier(0.22, 1, 0.36, 1);
  width: calc(100% + var(--vq-hero-image-bleed) + var(--vq-hero-image-bleed));
  will-change: opacity, transform;
}

.vq-hero-canvas__image.is-current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  z-index: 2;
}

.vq-hero-canvas__image.is-leaving {
  opacity: 1;
  transform: translate3d(calc(0px - var(--vq-hero-image-shift)), 0, 0);
  z-index: 1;
}

.vq-hero-panel {
  background: linear-gradient(180deg, #fafafa 0%, #fff 72%);
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  flex: 1 1 auto;
  overflow: hidden;
  padding-top: var(--vq-hero-panel-pad-top);
  position: relative;
}

.vq-hero-tools {
  display: flex;
  margin-left: var(--vq-hero-action-inset);
  width: max-content;
  will-change: transform;
}

.vq-hero-tools[data-ready] {
  animation: vq-hero-tools var(--vq-hero-marquee-duration) linear infinite;
}

.vq-hero-shell[data-paused] .vq-hero-tools {
  animation-play-state: paused;
  will-change: auto;
}

.vq-hero-shell[data-paused] .vq-hero-canvas__image {
  will-change: auto;
}

.vq-hero-tools__group {
  display: flex;
  flex: 0 0 auto;
  gap: var(--vq-hero-action-gap);
  padding-right: var(--vq-hero-action-gap);
}

.vq-hero-tool {
  flex: 0 0 var(--vq-hero-action-width);
  text-align: center;
  width: var(--vq-hero-action-width);
}

.vq-hero-tool__tile {
  align-items: center;
  background: rgba(0, 0, 0, 0.06);
  border-radius: var(--vq-hero-action-radius);
  display: flex;
  height: var(--vq-hero-action-height);
  justify-content: center;
  width: var(--vq-hero-action-width);
}

.vq-hero-tool__icon {
  filter: grayscale(1) brightness(0.18);
  height: var(--vq-hero-action-icon);
  object-fit: contain;
  opacity: 0.82;
  width: var(--vq-hero-action-icon);
}

.vq-hero-tool__label {
  color: #6e6e6e;
  font-size: var(--vq-hero-action-label-size);
  font-weight: 400;
  letter-spacing: 0;
  line-height: var(--vq-hero-action-label-line);
  margin-top: var(--vq-hero-action-label-gap);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.vq-hero-home-indicator {
  background: #5c5c5c;
  border-radius: 999px;
  bottom: var(--vq-hero-home-bottom);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
  height: var(--vq-hero-home-height);
  left: 50%;
  opacity: 0.82;
  position: absolute;
  transform: translateX(-50%);
  width: var(--vq-hero-home-width);
}

@supports (width: 1cqw) {
  .vq-hero-screen {
    --vq-hero-action-gap: 5.97cqw;
    --vq-hero-action-height: 22.388cqw;
    --vq-hero-action-icon: 8.955cqw;
    --vq-hero-action-inset: 7.96cqw;
    --vq-hero-action-label-gap: 1.99cqw;
    --vq-hero-action-label-line: 3.98cqw;
    --vq-hero-action-label-size: 3.234cqw;
    --vq-hero-action-radius: 3.483cqw;
    --vq-hero-action-width: 18.657cqw;
    --vq-hero-home-bottom: 3.05cqw;
    --vq-hero-home-height: 1.24cqw;
    --vq-hero-home-width: 35.66cqw;
    --vq-hero-image-shift: 4.28cqw;
    --vq-hero-panel-pad-top: 7.65cqw;
  }
}

.vq-feature {
  padding: clamp(28px, 3.5vw, 52px) 0 clamp(64px, 9vw, 110px);
}

.vq-feature__grid,
.vq-tool-feature {
  align-items: center;
  display: flex;
  gap: clamp(28px, 3.6vw, 56px);
}

.vq-feature__visual {
  display: flex;
  flex: 0 1 320px;
  justify-content: center;
  min-width: 0;
}

.vq-feature__copy {
  flex: 1 1 470px;
  min-width: 0;
}

.vq-phone-frame {
  background: linear-gradient(155deg, #3a3a3d, #1b1b1e 42%, #0c0c0e);
  border-radius: 44px;
  box-shadow: 0 44px 84px -38px rgba(20, 16, 10, 0.5);
  padding: 8px;
  width: min(300px, 72vw);
}

.vq-phone-frame__screen {
  background: #000;
  border-radius: 36px;
  overflow: hidden;
}

.vq-section-title {
  font-size: clamp(32px, 5vw, 58px);
  font-weight: 800;
  letter-spacing: -0.032em;
  line-height: 1.02;
  margin-top: 18px;
  text-wrap: balance;
}

.vq-section-copy {
  color: var(--vq-ink-2);
  font-size: clamp(16px, 1.9vw, 20px);
  line-height: 1.5;
  margin-top: 22px;
  max-width: 46ch;
  text-wrap: pretty;
}

.vq-tools {
  padding: clamp(16px, 2vw, 32px) 0 clamp(64px, 9vw, 110px);
}

.vq-tools__intro {
  margin-bottom: clamp(48px, 7vw, 84px);
  text-align: center;
}

.vq-tools__intro .vq-section-copy {
  margin-inline: auto;
  max-width: 56ch;
}

.vq-tool-feature {
  margin-bottom: clamp(56px, 8vw, 96px);
}

.vq-tool-feature__visual {
  display: flex;
  flex: 0 1 480px;
  justify-content: center;
  min-width: 0;
}

.vq-tool-feature__copy {
  flex: 1 1 420px;
  min-width: 0;
}

.vq-tool-title {
  font-size: clamp(26px, 3.4vw, 40px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-top: 12px;
}

.vq-tool-copy {
  color: var(--vq-ink-2);
  font-size: clamp(15px, 1.7vw, 18px);
  line-height: 1.5;
  margin-top: 14px;
  max-width: 38ch;
  text-wrap: pretty;
}

.vq-card-grid {
  display: grid;
  gap: clamp(20px, 3vw, 28px);
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin-bottom: clamp(56px, 8vw, 96px);
}

.vq-card-grid--three {
  gap: clamp(18px, 2.5vw, 24px);
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-bottom: 0;
}

.vq-tool-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: var(--vq-shadow-2);
  padding: 14px;
}

.vq-tool-card__copy {
  padding: 16px 8px 6px;
}

.vq-tool-card__title {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-top: 9px;
}

.vq-tool-card__description {
  color: var(--vq-ink-2);
  font-size: 15px;
  line-height: 1.5;
  margin-top: 8px;
}

[data-ba],
[data-ba] * {
  -webkit-user-select: none;
  user-select: none;
}

[data-ba] {
  --x: 50%;
  cursor: default;
  overflow: hidden;
  position: relative;
}

[data-ba] img {
  -webkit-user-drag: none;
  pointer-events: none;
}

.vq-compare--portrait {
  aspect-ratio: 3 / 4;
  border-radius: 24px;
  box-shadow: var(--vq-shadow-3);
  max-width: 480px;
  width: 100%;
}

.vq-compare--surface .vq-compare__image {
  transform: scale(1.04);
  transform-origin: right center;
}

.vq-compare--card {
  aspect-ratio: 4 / 3;
  border-radius: 16px;
}

.vq-compare__image {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.vq-compare__before {
  clip-path: inset(0 calc(100% - var(--x)) 0 0);
  inset: 0;
  position: absolute;
}

.vq-compare__divider {
  background: rgba(255, 255, 255, 0.92);
  bottom: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
  left: var(--x);
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateX(-1.5px);
  width: 3px;
  z-index: 2;
}

.vq-compare__grip {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
  cursor: default;
  display: flex;
  gap: 5px;
  height: 52px;
  justify-content: center;
  left: var(--x);
  pointer-events: auto;
  position: absolute;
  top: 50%;
  touch-action: none;
  transform: translate(-50%, -50%);
  width: 52px;
  z-index: 3;
}

.vq-compare--card .vq-compare__grip {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
  height: 44px;
  width: 44px;
}

.vq-compare__arrow {
  border-color: transparent;
  border-style: solid;
  height: 0;
  width: 0;
}

.vq-compare__arrow--left {
  border-right-color: var(--vq-ink);
  border-width: 6px 8px 6px 0;
}

.vq-compare__arrow--right {
  border-left-color: var(--vq-ink);
  border-width: 6px 0 6px 8px;
}

.vq-compare--card .vq-compare__arrow--left {
  border-width: 5px 7px 5px 0;
}

.vq-compare--card .vq-compare__arrow--right {
  border-width: 5px 0 5px 7px;
}

.vq-compare__label {
  backdrop-filter: blur(12px);
  border-radius: 999px;
  bottom: 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 7px 13px;
  pointer-events: none;
  position: absolute;
  text-transform: uppercase;
  z-index: 4;
}

.vq-compare__label-mask {
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.vq-compare__label-mask--before {
  clip-path: inset(0 calc(100% - var(--x)) 0 0);
}

.vq-compare__label-mask--after {
  clip-path: inset(0 0 0 var(--x));
}

.vq-compare__label--before {
  background: rgba(24, 22, 19, 0.42);
  color: #fff;
  left: 14px;
}

.vq-compare__label--after {
  background: rgba(244, 242, 238, 0.88);
  color: var(--vq-ink);
  right: 14px;
}

.vq-compare--card .vq-compare__label {
  bottom: 11px;
  font-size: 10px;
  letter-spacing: 0.1em;
  padding: 6px 10px;
}

.vq-compare--card .vq-compare__label--before {
  left: 11px;
}

.vq-compare--card .vq-compare__label--after {
  right: 11px;
}

.vq-compare__control {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  -webkit-clip-path: circle(50%);
  clip-path: circle(50%);
  cursor: default;
  height: 52px;
  left: var(--x);
  margin: 0;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  z-index: 6;
}

.vq-compare--card .vq-compare__control {
  height: 44px;
  width: 44px;
}

.vq-compare__control::-webkit-slider-runnable-track {
  background: transparent;
  border: 0;
  height: 4px;
}

.vq-compare__control::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  height: 52px;
  margin-top: -24px;
  width: 52px;
}

.vq-compare__control::-moz-range-track {
  background: transparent;
  border: 0;
  height: 4px;
}

.vq-compare__control::-moz-range-thumb {
  background: transparent;
  border: 0;
  height: 52px;
  width: 52px;
}

.vq-compare__control:focus-visible {
  outline: none;
}

.vq-materials {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(12px, 1.8vw, 18px);
  margin-top: 26px;
}

.vq-material {
  text-align: center;
}

.vq-material__swatch {
  border-radius: 16px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06), var(--vq-shadow-1);
  height: 62px;
  width: 62px;
}

.vq-material__swatch--oak {
  background: linear-gradient(135deg, #e5c99a, #c99b62);
}

.vq-material__swatch--walnut {
  background: linear-gradient(135deg, #7a4a2e, #4a2818);
}

.vq-material__swatch--marble {
  background: linear-gradient(135deg, #ededf0, #c7cbce);
}

.vq-material__swatch--porcelain {
  background: linear-gradient(135deg, #f7f6f2, #e5e2db);
}

.vq-material__swatch--terrazzo {
  background: radial-gradient(circle at 30% 30%, #fff 0 4px, transparent 4px), radial-gradient(circle at 70% 60%, #d8c3a0 0 5px, transparent 5px), radial-gradient(circle at 45% 75%, #b7a07a 0 4px, transparent 4px), #e7dec9;
}

.vq-material__swatch--reference {
  align-items: center;
  background: var(--vq-paper-2);
  color: var(--vq-ink-3);
  display: flex;
  font-size: 20px;
  font-weight: 700;
  justify-content: center;
}

.vq-material__label {
  color: var(--vq-ink-3);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 9px;
  text-transform: uppercase;
}

.vq-branch {
  background: #171510;
  color: #fff;
  overflow: hidden;
  padding: clamp(72px, 10vw, 132px) 0;
  position: relative;
}

.vq-branch__grid {
  align-items: center;
  display: flex;
  gap: clamp(40px, 6vw, 90px);
}

.vq-branch__copy {
  flex: 1 1 440px;
  min-width: 0;
}

.vq-branch .vq-eyebrow {
  color: rgba(255, 255, 255, 0.55);
}

.vq-branch .vq-section-title {
  color: #fff;
}

.vq-branch .vq-section-copy {
  color: rgba(255, 255, 255, 0.72);
}

.vq-version-graph {
  aspect-ratio: 440 / 780;
  flex: 0 1 470px;
  min-width: 0;
  position: relative;
  width: min(430px, 100%);
}

.vq-version-graph__lines {
  height: 100%;
  inset: 0;
  overflow: visible;
  position: absolute;
  width: 100%;
}

.vq-version-node {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 22px 46px -18px rgba(0, 0, 0, 0.55);
  overflow: hidden;
  position: absolute;
}

.vq-version-node img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
}

.vq-version-node__footer {
  align-items: center;
  color: var(--vq-ink);
  display: flex;
  font-size: clamp(11px, 2.7vw, 14px);
  font-weight: 700;
  justify-content: space-between;
  padding: 10px 13px;
}

.vq-version-node__compare {
  color: var(--vq-ink-3);
  font-size: 13px;
}

.vq-version-node--original {
  left: 0;
  top: 0;
  width: 47%;
}

.vq-version-node--v1 {
  left: 56%;
  top: 24%;
  width: 44%;
}

.vq-version-node--v2 {
  left: 0;
  top: 37.5%;
  width: 47%;
}

.vq-version-node--current {
  box-shadow: 0 0 0 2px var(--vq-gold), 0 22px 46px -18px rgba(0, 0, 0, 0.55);
  left: 0;
  top: 75%;
  width: 47%;
}

.vq-version-node--current .vq-version-node__compare {
  color: var(--vq-gold-deep);
}

.vq-waitlist-section {
  color: #fff;
  padding: clamp(80px, 12vw, 150px) 0;
  position: relative;
}

.vq-waitlist-section__background,
.vq-waitlist-section__overlay {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.vq-waitlist-section__background {
  object-fit: cover;
}

.vq-waitlist-section__overlay {
  background: linear-gradient(180deg, rgba(20, 16, 10, 0.52), rgba(20, 16, 10, 0.7));
}

.vq-waitlist-section__content {
  position: relative;
  text-align: center;
}

.vq-waitlist-section .vq-eyebrow {
  color: rgba(255, 255, 255, 0.7);
}

.vq-waitlist-section .vq-section-title {
  color: #fff;
}

.vq-waitlist-section .vq-section-copy {
  color: rgba(255, 255, 255, 0.84);
  margin-inline: auto;
}

.vq-waitlist-section .vq-waitlist {
  margin: 32px auto 0;
}

.vq-waitlist-section .vq-waitlist-form {
  justify-content: center;
}

.vq-waitlist-section .vq-waitlist-form input[type="email"] {
  backdrop-filter: blur(6px);
  background: rgba(20, 16, 10, 0.46);
  border-color: rgba(255, 255, 255, 0.58);
  box-shadow: none;
  color: #fff;
}

.vq-waitlist-section .vq-waitlist-form input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.82);
  opacity: 1;
}

.vq-waitlist-section .vq-button {
  background: #fff;
  color: var(--vq-ink);
}

.vq-waitlist-section .vq-waitlist-form__consent,
.vq-waitlist-section .vq-waitlist-status {
  color: rgba(255, 255, 255, 0.8);
}

.vq-waitlist-section .vq-waitlist-status[data-state="error"] {
  color: #ffd4cb;
}

.vq-waitlist-section .vq-waitlist-status[data-state="success"] {
  color: #d9ffe4;
}

.vq-coming-soon {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-top: 16px;
}

.vq-footer {
  background: var(--vq-paper);
  border-top: 1px solid var(--vq-hair);
  padding: clamp(48px, 7vw, 80px) 0 40px;
}

.vq-footer__top {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.vq-footer__brand {
  max-width: 330px;
}

.vq-footer__brand img {
  height: 19px;
  width: auto;
}

.vq-footer__brand p {
  color: var(--vq-ink-2);
  font-size: 15px;
  line-height: 1.5;
  margin-top: 16px;
  max-width: 34ch;
}

.vq-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(38px, 7vw, 88px);
}

.vq-footer__heading {
  color: var(--vq-ink-3);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.vq-footer__list {
  color: var(--vq-ink-2);
  display: flex;
  flex-direction: column;
  font-size: 14px;
  gap: 11px;
}

.vq-footer__bottom {
  border-top: 1px solid var(--vq-hair);
  color: var(--vq-ink-3);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 12px;
  justify-content: space-between;
  margin-top: clamp(40px, 6vw, 64px);
  padding-top: 24px;
}

@keyframes vq-reveal {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.vqjs .reveal {
  opacity: 0;
}

.vqjs .reveal.in {
  animation: vq-reveal 850ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.vq-legal-body {
  background: var(--vq-paper);
  color: var(--vq-ink);
  min-height: 100vh;
}

.vq-legal-header {
  align-items: center;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1080px;
  padding: 30px clamp(22px, 5vw, 56px);
}

.vq-legal-header img {
  height: 21px;
  width: auto;
}

.vq-legal-nav {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 600;
  gap: 20px;
}

.vq-legal-nav a[aria-current="page"] {
  color: var(--vq-gold-deep);
}

.vq-legal-main {
  background: #fff;
  border-radius: 24px;
  box-shadow: var(--vq-shadow-2);
  margin: 28px auto 72px;
  max-width: 900px;
  padding: clamp(28px, 6vw, 72px);
  width: calc(100% - 44px);
}

.vq-legal-main h1 {
  font-size: clamp(34px, 6vw, 54px);
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin-bottom: 26px;
}

.vq-legal-main h2 {
  font-size: clamp(22px, 3.4vw, 30px);
  letter-spacing: -0.02em;
  line-height: 1.18;
  margin: 48px 0 16px;
}

.vq-legal-main h3 {
  font-size: 19px;
  line-height: 1.3;
  margin: 30px 0 12px;
}

.vq-legal-main p,
.vq-legal-main li {
  color: var(--vq-ink-2);
  font-size: 16px;
  line-height: 1.72;
}

.vq-legal-main p + p {
  margin-top: 16px;
}

.vq-legal-main ul,
.vq-legal-main ol {
  margin: 14px 0;
  padding-left: 24px;
}

.vq-legal-main li + li {
  margin-top: 7px;
}

.vq-legal-main a {
  color: #765711;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.vq-legal-main code {
  background: var(--vq-paper-2);
  border-radius: 5px;
  font-size: 0.92em;
  padding: 2px 5px;
}

.vq-legal-main table {
  border-collapse: collapse;
  display: block;
  margin: 22px 0;
  overflow-x: auto;
  width: 100%;
}

.vq-legal-main th,
.vq-legal-main td {
  border: 1px solid var(--vq-hair);
  color: var(--vq-ink-2);
  font-size: 14px;
  line-height: 1.55;
  min-width: 190px;
  padding: 13px 15px;
  text-align: left;
  vertical-align: top;
}

.vq-legal-main th {
  background: var(--vq-paper-2);
  color: var(--vq-ink);
}

.vq-legal-date {
  color: var(--vq-ink-3);
  font-size: 14px;
  font-weight: 600;
}

.vq-legal-draft,
.vq-legal-callout {
  background: #fff7df;
  border: 1px solid rgba(185, 138, 26, 0.32);
  border-radius: 16px;
  color: #72540f;
  margin-bottom: 30px;
  padding: 18px 20px;
}

.vq-legal-callout h2 {
  margin-top: 0;
}

.vq-legal-footer {
  color: var(--vq-ink-3);
  font-size: 13px;
  padding: 0 22px 44px;
  text-align: center;
}

.vq-legal-footer a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.vq-404-main {
  min-height: 420px;
  text-align: center;
}

.vq-404-main .vq-button {
  color: #fff;
  margin-top: 28px;
  text-decoration: none;
}

@media (max-width: 920px) {
  .vq-hero__grid,
  .vq-feature__grid,
  .vq-tool-feature,
  .vq-branch__grid {
    flex-direction: column;
  }

  .vq-feature__grid,
  .vq-tool-feature--reverse {
    flex-direction: column-reverse;
  }

  .vq-hero__copy,
  .vq-hero__visual,
  .vq-feature__copy,
  .vq-feature__visual,
  .vq-tool-feature__copy,
  .vq-tool-feature__visual,
  .vq-branch__copy,
  .vq-version-graph {
    flex: 1 1 auto;
    max-width: 560px;
    width: 100%;
  }
}

@media (max-width: 620px) {
  .vq-hero__copy {
    display: contents;
  }

  .vq-hero__intro {
    max-width: 560px;
    order: 1;
    width: 100%;
  }

  .vq-hero__visual {
    order: 2;
  }

  .vq-hero__actions {
    margin-top: 0;
    max-width: 560px;
    order: 3;
    width: 100%;
  }

  .vq-hero__title {
    font-size: clamp(42px, 13vw, 62px);
  }

  .vq-materials {
    display: none;
  }

  .vq-waitlist-form__field,
  .vq-waitlist-form .vq-button {
    flex-basis: 100%;
    width: 100%;
  }

  .vq-store-badge {
    flex: 1 1 170px;
    justify-content: center;
  }

  .vq-card-grid,
  .vq-card-grid--three {
    grid-template-columns: 1fr;
  }

  .vq-footer__links {
    width: 100%;
  }

  .vq-legal-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .vq-legal-nav {
    gap: 14px;
  }

  .vq-legal-main {
    border-radius: 18px;
    margin-top: 8px;
  }
}

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

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

  .vqjs .reveal {
    opacity: 1;
  }

  .vq-hero-canvas__image:not(.is-current) {
    display: none;
  }

  .vq-hero-tools[data-ready] {
    animation: none !important;
  }

  .vq-hero-tools__group[aria-hidden="true"] {
    display: none;
  }
}
