:root {
  --v2-bg: #07090d;
  --v2-bg-soft: #0f141c;
  --v2-panel: rgba(15, 21, 30, 0.82);
  --v2-panel-strong: rgba(12, 17, 24, 0.94);
  --v2-panel-light: rgba(255, 255, 255, 0.04);
  --v2-line: rgba(255, 255, 255, 0.1);
  --v2-line-strong: rgba(255, 255, 255, 0.18);
  --v2-text: #edf2f7;
  --v2-muted: #a8b0bc;
  --v2-accent: #e10600;
  --v2-accent-warm: #ff7f37;
  --v2-glow: rgba(225, 6, 0, 0.22);
  --v2-green: #82ffca;
  --v2-stage-tilt: 14deg;
  --v2-stage-spin: 0deg;
  --v2-stage-zoom: 1;
}

body.v2q-body {
  padding-top: 5.75rem;
  font-family: Manrope, sans-serif;
  color: #eef2f6;
  background:
    radial-gradient(circle at top left, rgba(225, 6, 0, 0.15), transparent 26%),
    radial-gradient(circle at 82% 6%, rgba(255, 255, 255, 0.12), transparent 20%),
    linear-gradient(180deg, #07090d 0%, #0b1017 38%, #090c12 100%);
}

.v2q-shell {
  width: min(100% - 2rem, 88rem);
  margin: 0 auto;
}

.v2q-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 10, 15, 0.82);
  backdrop-filter: blur(18px);
}

.v2q-header-inner {
  width: min(100% - 2rem, 88rem);
  min-height: 5.75rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.v2q-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
}

.v2q-brand-mark {
  height: 3rem;
  width: auto;
}

.v2q-brand-copy {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}

.v2q-brand-eyebrow,
.v2q-panel-label,
.v2q-product-type,
.v2q-label {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 700;
}

.v2q-brand-eyebrow,
.v2q-panel-label,
.v2q-product-type {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.58);
}

.v2q-brand-title,
.v2q-hero-title,
.v2q-form-intro h2,
.v2q-section-heading h3,
.v2q-catalog-heading h3,
.v2q-preview-title {
  font-family: Oswald, sans-serif;
}

.v2q-brand-title {
  font-size: 1.28rem;
  letter-spacing: 0.05em;
  color: #fff;
}

.v2q-header-nav {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.v2q-header-link {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.94rem;
  transition: color 180ms ease;
}

.v2q-header-link:hover {
  color: #fff;
}

.v2q-header-cta {
  padding-inline: 1.3rem;
}

.v2q-hero,
.v2q-workspace {
  padding-inline: 1rem;
}

.v2q-hero {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}

.v2q-hero-grid,
.v2q-main-grid {
  display: grid;
  gap: 1.4rem;
}

.v2q-hero-grid {
  grid-template-columns: minmax(0, 1.12fr) minmax(19rem, 0.88fr);
  align-items: start;
}

.v2q-hero-copy,
.v2q-hero-panel,
.v2q-preview-card,
.v2q-catalog-card,
.v2q-form,
.v2q-summary-card,
.v2q-value-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.6rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 22%),
    rgba(11, 16, 24, 0.84);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 26px 70px rgba(0, 0, 0, 0.3);
}

.v2q-hero-copy,
.v2q-hero-panel,
.v2q-preview-card,
.v2q-catalog-card,
.v2q-form {
  padding: 1.5rem;
}

.v2q-hero-title {
  margin-top: 1rem;
  font-size: clamp(2.8rem, 7vw, 5rem);
  line-height: 0.95;
  color: #fff;
  text-wrap: balance;
}

.v2q-hero-text {
  max-width: 50rem;
  margin-top: 1.2rem;
  font-size: 1.06rem;
  line-height: 1.75;
  color: #b9c1cd;
}

.v2q-hero-actions {
  margin-top: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.v2q-value-grid {
  margin-top: 1.7rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.v2q-value-card {
  padding: 1rem 1.05rem;
  display: grid;
  gap: 0.45rem;
}

.v2q-value-card strong {
  color: #fff;
  font-size: 0.98rem;
}

.v2q-value-card span,
.v2q-hero-panel p,
.v2q-process-list,
.v2q-summary-card p,
.v2q-catalog-card p,
.v2q-form-intro p,
.v2q-section-heading p,
.v2q-submit-panel p {
  color: #b3bdc9;
  line-height: 1.65;
}

.v2q-process-list {
  margin-top: 1rem;
  display: grid;
  gap: 0.75rem;
}

.v2q-contact-card {
  margin-top: 1.4rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 0.45rem;
}

.v2q-workspace {
  padding-bottom: 4rem;
}

.v2q-main-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: start;
}

.v2q-preview-column {
  display: grid;
  gap: 1.25rem;
  position: sticky;
  top: 6.8rem;
}

.v2q-preview-heading,
.v2q-catalog-heading,
.v2q-form-intro,
.v2q-section-heading,
.v2q-submit-panel {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.v2q-preview-title,
.v2q-form-intro h2 {
  margin-top: 0.45rem;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  color: #fff;
}

.v2q-preview-copy {
  margin-top: 0.6rem;
  max-width: 34rem;
  color: #b8c1cd;
}

.v2q-segmented {
  display: inline-flex;
  padding: 0.25rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.v2q-segmented-button {
  min-width: 5.25rem;
  padding: 0.78rem 1rem;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 700;
  color: #c0c9d5;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.v2q-segmented-button.is-active {
  background: linear-gradient(135deg, rgba(225, 6, 0, 0.95), rgba(255, 109, 49, 0.9));
  color: #fff;
  box-shadow: 0 10px 24px rgba(225, 6, 0, 0.22);
}

.v2q-preview-stage {
  margin-top: 1.35rem;
  position: relative;
  border-radius: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  min-height: 30rem;
}

.v2q-preview-glow {
  position: absolute;
  inset: auto 12% 12% 12%;
  height: 26%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(225, 6, 0, 0.22), transparent 70%);
  filter: blur(36px);
}

.v2q-preview-surface {
  position: relative;
  min-height: 30rem;
  overflow: hidden;
}

.v2q-preview-surface[data-v2q-silhouette="hat"] {
  min-height: 22rem;
}

.v2q-garment {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 1;
}

.v2q-garment svg {
  width: min(100%, 28rem);
  height: auto;
}

.v2q-product-photo {
  width: min(100%, 28rem);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 32px rgba(0, 0, 0, 0.18));
}

.v2q-artwork,
.v2q-artwork-placeholder {
  position: absolute;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.v2q-artwork {
  border-radius: 0.55rem;
  display: grid;
  place-items: center;
}

.v2q-artwork img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.3));
}

.v2q-artwork-placeholder {
  left: 50%;
  top: 50%;
  width: min(78%, 16rem);
  padding: 0.85rem 1rem;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  background: rgba(5, 9, 14, 0.5);
  text-align: center;
  color: #c4ccd6;
  line-height: 1.5;
}

.v2q-artwork.is-hidden,
.v2q-artwork-placeholder.is-hidden {
  display: none;
}

.v2q-summary-grid,
.v2q-catalog-grid,
.v2q-grid {
  display: grid;
  gap: 0.85rem;
}

.v2q-summary-grid {
  margin-top: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.v2q-summary-card {
  padding: 1rem 1.1rem;
}

.v2q-summary-card strong {
  display: block;
  margin-top: 0.25rem;
  color: #fff;
  font-size: 1rem;
}

.v2q-summary-list {
  margin-top: 0.65rem;
  display: grid;
  gap: 0.5rem;
}

.v2q-summary-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.v2q-summary-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.v2q-catalog-heading h3,
.v2q-section-heading h3 {
  margin-top: 0.45rem;
  font-size: 1.8rem;
  color: #fff;
}

.v2q-catalog-grid {
  margin-top: 1.15rem;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
}

.v2q-product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.v2q-product-card.is-selected {
  border-color: rgba(225, 6, 0, 0.55);
  background: linear-gradient(180deg, rgba(225, 6, 0, 0.1), rgba(255, 255, 255, 0.03));
  transform: translateY(-2px);
}

.v2q-product-card h4 {
  margin-top: 0.35rem;
  color: #fff;
  font-size: 1.1rem;
}

.v2q-product-actions {
  margin-top: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.v2q-select-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.7rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  font-weight: 700;
  transition:
    border-color 180ms ease,
    background 180ms ease;
}

.v2q-select-button:hover {
  border-color: rgba(225, 6, 0, 0.72);
  background: rgba(225, 6, 0, 0.12);
}

.v2q-form {
  display: grid;
  gap: 1rem;
}

.v2q-form-intro {
  align-items: end;
  padding-bottom: 0.4rem;
}

.v2q-form-section {
  padding: 1.25rem;
  border-radius: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  display: grid;
  gap: 1rem;
}

.v2q-section-heading {
  align-items: end;
}

.v2q-label {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.6);
}

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

.v2q-field,
.v2q-fieldset {
  display: grid;
  gap: 0.55rem;
}

.v2q-input,
.v2q-file {
  width: 100%;
  min-height: 3.35rem;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(4, 8, 13, 0.58);
  color: #f1f5f9;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.v2q-input:focus,
.v2q-file:focus,
.v2q-swatch input:focus-visible + .v2q-swatch-dot {
  outline: 0;
  border-color: rgba(225, 6, 0, 0.9);
  box-shadow: 0 0 0 3px rgba(225, 6, 0, 0.18);
}

.v2q-input::placeholder {
  color: #7f8894;
}

.v2q-input option {
  background: #0d1219;
}

.v2q-file {
  padding: 0.7rem;
}

.v2q-file::file-selector-button {
  margin-right: 1rem;
  padding: 0.8rem 1rem;
  border: 0;
  border-radius: 999px;
  background: #e10600;
  color: #fff;
  font-weight: 700;
}

.v2q-field small {
  color: #93a0b0;
  line-height: 1.5;
}

.v2q-swatch-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.v2q-swatch {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 3.2rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #f7f9fb;
  font-weight: 700;
}

.v2q-swatch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.v2q-swatch-dot {
  width: 1rem;
  height: 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.v2q-swatch-dot-black {
  background: #121418;
}

.v2q-swatch-dot-white {
  background: #f4f2ed;
}

.v2q-swatch-dot-gray {
  background: #747980;
}

.v2q-swatch input:checked + .v2q-swatch-dot {
  box-shadow:
    0 0 0 4px rgba(225, 6, 0, 0.16),
    inset 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.v2q-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  min-height: 3.2rem;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: #f2f6fa;
  font-weight: 600;
}

.v2q-checkbox input {
  width: 1.05rem;
  height: 1.05rem;
  accent-color: #e10600;
}

.v2q-submit-panel {
  align-items: center;
  padding: 1.15rem 1.25rem;
  border-radius: 1.35rem;
  border: 1px solid rgba(225, 6, 0, 0.28);
  background: linear-gradient(180deg, rgba(225, 6, 0, 0.12), rgba(255, 255, 255, 0.02));
}

.v2q-footer {
  padding: 1.6rem 1rem 2.4rem;
}

.v2q-footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #97a3b1;
}

@media (max-width: 1100px) {
  .v2q-hero-grid,
  .v2q-main-grid {
    grid-template-columns: 1fr;
  }

  .v2q-preview-column {
    position: static;
    top: auto;
  }

  .v2q-value-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 920px) {
  .v2q-preview-heading,
  .v2q-catalog-heading,
  .v2q-form-intro,
  .v2q-section-heading,
  .v2q-submit-panel,
  .v2q-footer-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .v2q-summary-grid,
  .v2q-grid-two {
    grid-template-columns: 1fr;
  }

  .v2q-preview-stage,
  .v2q-preview-surface {
    min-height: 25rem;
  }

  .v2q-preview-surface[data-v2q-silhouette="hat"] {
    min-height: 20rem;
  }
}

@media (max-width: 760px) {
  body.v2q-body {
    padding-top: 5.2rem;
  }

  .v2q-header-inner,
  .v2q-shell {
    width: min(100% - 1.25rem, 88rem);
  }

  .v2q-header-nav {
    display: none;
  }

  .v2q-hero-copy,
  .v2q-hero-panel,
  .v2q-preview-card,
  .v2q-catalog-card,
  .v2q-form {
    padding: 1.2rem;
  }

  .v2q-preview-heading,
  .v2q-catalog-heading,
  .v2q-form-intro,
  .v2q-section-heading,
  .v2q-submit-panel,
  .v2q-footer-inner {
    gap: 0.9rem;
  }

  .v2q-summary-grid,
  .v2q-catalog-grid,
  .v2q-grid-two {
    grid-template-columns: 1fr;
  }

  .v2q-segmented {
    width: 100%;
  }

  .v2q-segmented-button {
    flex: 1;
  }

  .v2q-preview-stage,
  .v2q-preview-surface {
    min-height: 24rem;
  }

  .v2q-preview-surface[data-v2q-silhouette="hat"] {
    min-height: 18rem;
  }

  .v2q-hero-actions .btn-primary,
  .v2q-hero-actions .btn-secondary,
  .v2q-submit-panel .btn-primary {
    width: 100%;
    justify-content: center;
  }

  .v2q-summary-list li {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
  }
}

@media (max-width: 480px) {
  .v2q-brand-copy {
    gap: 0.08rem;
  }

  .v2q-brand-title {
    font-size: 1.05rem;
  }

  .v2q-hero-title,
  .v2q-preview-title,
  .v2q-form-intro h2 {
    line-height: 1.02;
  }

  .v2q-preview-stage,
  .v2q-preview-surface {
    min-height: 21rem;
  }

  .v2q-preview-surface[data-v2q-silhouette="hat"] {
    min-height: 16.5rem;
  }
}

body.v2-body {
  min-height: 100vh;
  padding-top: 5rem;
  background:
    radial-gradient(circle at top left, rgba(225, 6, 0, 0.16), transparent 25%),
    radial-gradient(circle at 86% 14%, rgba(255, 127, 55, 0.18), transparent 22%),
    linear-gradient(180deg, #07090d 0%, #0a0f15 40%, #090b10 100%);
  color: var(--v2-text);
}

.v2-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 10, 15, 0.82);
  backdrop-filter: blur(18px);
}

.v2-header-inner,
.v2-hero-grid,
.v2-shell,
.v2-footer-inner {
  width: min(100% - 2rem, 88rem);
  margin: 0 auto;
}

.v2-header-inner {
  min-height: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.v2-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.v2-brand-mark {
  width: auto;
  height: 2.8rem;
}

.v2-brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.v2-brand-eyebrow,
.v2-panel-label,
.v2-chip,
.v2-zone-label,
.v2-payment-badge {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.24em;
}

.v2-brand-eyebrow,
.v2-panel-label {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.62);
}

.v2-brand-title {
  font-family: Oswald, sans-serif;
  font-size: 1.35rem;
  letter-spacing: 0.05em;
  color: #fff;
}

.v2-header-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.9rem 1.25rem;
}

.v2-header-link {
  position: relative;
  color: var(--v2-muted);
  font-size: 0.95rem;
  transition: color 180ms ease;
}

.v2-header-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, var(--v2-accent), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.v2-header-link:hover {
  color: #fff;
}

.v2-header-link:hover::after {
  transform: scaleX(1);
}

.v2-hero,
.v2-workspace {
  padding-inline: 1rem;
}

.v2-hero {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.v2-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(18rem, 0.82fr);
  gap: 1.25rem;
  align-items: start;
}

.v2-hero-title {
  margin-top: 1rem;
  font-family: Oswald, sans-serif;
  font-size: clamp(2.7rem, 7vw, 4.7rem);
  line-height: 0.98;
  text-wrap: balance;
  color: #fff;
}

.v2-hero-copy {
  max-width: 52rem;
  margin-top: 1.25rem;
  font-size: 1.06rem;
  line-height: 1.75;
  color: var(--v2-muted);
}

.v2-hero-flow {
  margin-top: 1.5rem;
}

.v2-hero-aside,
.v2-card,
.v2-summary-card,
.v2-empty-state,
.v2-stage-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--v2-line);
  border-radius: 1.6rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 18%),
    var(--v2-panel);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 28px 70px rgba(0, 0, 0, 0.28);
}

.v2-hero-aside {
  padding: 1.3rem 1.35rem;
}

.v2-hero-points {
  margin-top: 1rem;
  display: grid;
  gap: 0.85rem;
  color: var(--v2-muted);
  line-height: 1.65;
}

.v2-chip-row,
.v2-chip-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.v2-chip-row {
  margin-top: 1.5rem;
}

.v2-flow-label {
  margin: 0 0 0.8rem;
}

.v2-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.64rem;
  color: #fff;
}

.v2-step-guide {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.v2-step-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 55%),
    rgba(255, 255, 255, 0.03);
}

.v2-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 127, 55, 0.22), rgba(225, 6, 0, 0.2));
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.v2-step-copy {
  display: grid;
  gap: 0.25rem;
}

.v2-step-copy strong {
  color: #fff;
  font-size: 0.98rem;
}

.v2-step-copy span {
  color: var(--v2-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.v2-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem 1rem;
  margin-bottom: 1rem;
}

.v2-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
}

.v2-hero-hint {
  max-width: 28rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.6;
}

.v2-workspace {
  scroll-margin-top: 6rem;
  padding-bottom: 3rem;
}

.v2-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 1.25rem;
  align-items: start;
}

.v2-shell-review {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  width: min(100% - 2rem, 88rem);
}

.v2-viewer-panel,
.v2-controls-panel {
  min-width: 0;
}

.v2-viewer-panel {
  position: sticky;
  top: 6rem;
  display: grid;
  gap: 1rem;
}

.v2-controls-panel {
  display: grid;
  gap: 1rem;
}

.v2-card,
.v2-summary-card,
.v2-stage-shell {
  padding: 1.2rem;
}

.v2-mobile-section-toggle {
  display: none;
}

.v2-mobile-toggle-copy {
  display: grid;
  gap: 0.18rem;
  text-align: left;
}

.v2-mobile-toggle-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.56);
}

.v2-mobile-toggle-title {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
}

.v2-mobile-toggle-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.6rem;
  min-height: 2.3rem;
  padding: 0.4rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.v2-card-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.v2-card-heading h3,
.v2-review-link-card h3,
.v2-payment-lockup h4 {
  margin-top: 0.35rem;
  font-family: Oswald, sans-serif;
  font-size: 1.8rem;
  line-height: 1.02;
  color: #fff;
}

.v2-card-heading p,
.v2-review-link-card p,
.v2-payment-lockup p,
.v2-estimate-note,
.v2-link-status,
.v2-stage-copy,
.v2-stage-note,
.v2-review-copy {
  color: var(--v2-muted);
  line-height: 1.65;
}

.v2-card-grid,
.v2-checkout-grid,
.v2-review-grid,
.v2-preview-summary,
.v2-form-grid,
.v2-cost-mini,
.v2-link-stack,
.v2-order-stack,
.v2-product-tools {
  display: grid;
  gap: 1rem;
}

.v2-card-grid,
.v2-checkout-grid,
.v2-review-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.v2-product-tools {
  grid-template-columns: minmax(0, 1.35fr) minmax(14rem, 0.65fr);
  margin-bottom: 1rem;
}

.v2-mobile-grid-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.25rem;
}

.v2-form-grid .v2-field-span {
  grid-column: 1 / -1;
}

.v2-stage-header,
.v2-stage-actions,
.v2-total-block,
.v2-submit-row,
.v2-link-stack,
.v2-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.v2-stage-header {
  align-items: start;
}

.v2-stage-title {
  margin-top: 0.55rem;
  font-family: Oswald, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  color: #fff;
}

.v2-stage-actions {
  flex-wrap: wrap;
}

.v2-inline-group {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.v2-segmented {
  display: inline-flex;
  padding: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

.v2-segmented-button,
.v2-inline-button,
.v2-choice-button,
.v2-color-button,
.v2-product-card,
.v2-addon-option,
.v2-zone {
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease;
}

.v2-segmented-button {
  min-width: 5.3rem;
  min-height: 2.8rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  font-weight: 700;
  color: var(--v2-muted);
}

.v2-segmented-button.is-active,
.v2-segmented-button:hover {
  color: #fff;
  background: linear-gradient(180deg, rgba(255, 127, 55, 0.16), rgba(225, 6, 0, 0.22));
}

.v2-inline-button {
  min-height: 2.8rem;
  padding: 0.65rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.04);
}

.v2-inline-button:hover,
.v2-choice-button:hover,
.v2-color-button:hover,
.v2-product-card:hover,
.v2-addon-option:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.2);
}

.v2-stage-shell {
  padding: 1rem;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.07), transparent 35%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(7, 10, 15, 0.82));
}

.v2-stage {
  position: relative;
  min-height: 36rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.55rem;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(16, 20, 28, 0.96), rgba(7, 10, 14, 1));
  perspective: 1800px;
  cursor: grab;
  touch-action: none;
}

.v2-stage:active {
  cursor: grabbing;
}

.v2-stage-grid,
.v2-stage-orbit-line,
.v2-stage-glow,
.v2-scene {
  position: absolute;
  inset: 0;
}

.v2-stage-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 2.6rem 2.6rem;
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.5) 18%, #000 62%, transparent 100%);
}

.v2-stage-orbit-line {
  background:
    radial-gradient(circle at 50% 78%, rgba(130, 255, 202, 0.08), transparent 22%),
    linear-gradient(90deg, transparent, rgba(130, 255, 202, 0.15), transparent);
  transform: translateY(38%);
  opacity: 0.8;
}

.v2-stage-glow {
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 12%, rgba(225, 6, 0, 0.24), transparent 22%),
    radial-gradient(circle at 78% 20%, rgba(255, 127, 55, 0.18), transparent 28%);
}

.v2-scene {
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
}

.v2-turntable {
  position: relative;
  width: min(92%, 31rem);
  aspect-ratio: 0.82;
  transform-style: preserve-3d;
}

.v2-model {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  transform:
    translateY(0.75rem)
    rotateX(var(--v2-stage-tilt))
    rotateY(var(--v2-stage-spin))
    scale(var(--v2-stage-zoom));
}

.v2-platform-shadow {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 7%;
  height: 16%;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(4, 6, 10, 0.72), rgba(4, 6, 10, 0.08) 60%, transparent 76%);
  filter: blur(18px);
  transform: rotateX(78deg) translateZ(-2rem);
}

.v2-surface {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
}

.v2-surface-front {
  transform: translateZ(1.15rem);
}

.v2-surface-back {
  transform: rotateY(180deg) translateZ(1.15rem);
}

.v2-surface-graphic,
.v2-surface-zones {
  position: absolute;
  inset: 0;
}

.v2-surface-graphic {
  filter:
    drop-shadow(0 1.2rem 2.8rem rgba(0, 0, 0, 0.25))
    drop-shadow(0 0.35rem 0.65rem rgba(255, 255, 255, 0.03));
}

.v2-surface-graphic svg {
  width: 100%;
  height: 100%;
}

.v2-zone {
  position: absolute;
  border: 1px dashed rgba(130, 255, 202, 0.5);
  border-radius: 1rem;
  background: rgba(130, 255, 202, 0.06);
  opacity: 0.5;
}

.v2-zone.is-active {
  border-color: rgba(255, 127, 55, 0.86);
  background: rgba(225, 6, 0, 0.14);
  box-shadow: 0 0 0 1px rgba(225, 6, 0, 0.22);
  opacity: 1;
}

.v2-zone-label {
  position: absolute;
  top: 0.55rem;
  left: 0.55rem;
  max-width: calc(100% - 1.1rem);
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  background: rgba(7, 10, 15, 0.86);
  font-size: 0.56rem;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.v2-artwork {
  position: absolute;
  z-index: 8;
  border: 2px dashed rgba(255, 255, 255, 0.22);
  border-radius: 0.95rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 28%),
    rgba(255, 255, 255, 0.07);
  box-shadow:
    0 1.2rem 2.8rem rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  cursor: grab;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  overflow: hidden;
}

.v2-artwork::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), transparent 26%, transparent 72%, rgba(3, 7, 12, 0.12)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 38%);
  pointer-events: none;
}

.v2-artwork img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0.3rem 0.7rem rgba(3, 7, 12, 0.18));
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  touch-action: none;
}

.v2-artwork.is-hidden {
  display: none;
}

.v2-artwork.is-dragging {
  cursor: grabbing;
  border-color: rgba(255, 127, 55, 0.76);
  box-shadow:
    0 1.45rem 3.4rem rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.v2-stage-note {
  margin-top: 0.85rem;
  font-size: 0.95rem;
}

.v2-summary-list,
.v2-line-items {
  display: grid;
  gap: 0.75rem;
}

.v2-summary-list li,
.v2-line-items li,
.v2-total-block,
.v2-review-copy {
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.03);
}

.v2-summary-list li,
.v2-line-items li,
.v2-cost-mini > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--v2-muted);
}

.v2-summary-list strong,
.v2-line-items strong,
.v2-cost-mini strong,
.v2-total-block strong {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.v2-cost-mini {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.v2-cost-mini > div {
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.05rem;
  background: rgba(255, 255, 255, 0.03);
  flex-direction: column;
  align-items: start;
}

.v2-field,
.v2-upload {
  display: grid;
  gap: 0.55rem;
}

.v2-field span,
.v2-upload-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
}

.v2-input,
.v2-range,
.v2-upload input[type='file'] {
  width: 100%;
}

.v2-input {
  min-height: 3.1rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.v2-input:focus {
  outline: 2px solid rgba(255, 127, 55, 0.55);
  outline-offset: 2px;
  border-color: rgba(255, 255, 255, 0.18);
}

.v2-input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.v2-upload {
  padding: 1rem;
  border: 1px dashed rgba(255, 255, 255, 0.18);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.03);
}

.v2-upload small {
  color: var(--v2-muted);
}

.v2-range {
  accent-color: var(--v2-accent);
}

.v2-product-grid,
.v2-color-grid,
.v2-choice-grid,
.v2-check-grid {
  display: grid;
  gap: 0.8rem;
}

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

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

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

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

.v2-product-card,
.v2-choice-button,
.v2-addon-option,
.v2-color-button {
  display: grid;
  gap: 0.4rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.03);
  text-align: left;
}

.v2-product-grid > .v2-review-copy,
.v2-color-grid > .v2-review-copy {
  grid-column: 1 / -1;
}

.v2-product-card.is-selected,
.v2-choice-button.is-selected,
.v2-addon-option.is-selected,
.v2-color-button.is-selected {
  border-color: rgba(255, 127, 55, 0.72);
  background:
    linear-gradient(180deg, rgba(255, 127, 55, 0.08), rgba(225, 6, 0, 0.13)),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 0 0 1px rgba(225, 6, 0, 0.18);
}

.v2-product-card strong,
.v2-choice-button strong,
.v2-addon-option strong,
.v2-color-button strong {
  color: #fff;
  font-size: 1rem;
}

.v2-product-card-media {
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.08), transparent 55%),
    rgba(255, 255, 255, 0.025);
  aspect-ratio: 0.92;
}

.v2-product-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.v2-product-card small,
.v2-choice-button small,
.v2-addon-option small,
.v2-color-button small {
  color: var(--v2-muted);
  line-height: 1.45;
}

.v2-product-meta,
.v2-choice-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.48);
}

.v2-color-button {
  grid-template-columns: auto 1fr;
  align-items: center;
}

.v2-color-thumb {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 0.9rem;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
}

.v2-color-dot {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.v2-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.9rem;
}

.v2-payment-card {
  display: grid;
  gap: 1rem;
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.35rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 18%),
    rgba(255, 255, 255, 0.025);
}

.v2-payment-card.is-disabled {
  position: relative;
  border-color: rgba(255, 255, 255, 0.08);
}

.v2-payment-card.is-disabled::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 42%);
  pointer-events: none;
}

.v2-payment-lockup h4 {
  margin-top: 0.45rem;
}

.v2-payment-badge {
  display: inline-flex;
  width: fit-content;
  padding: 0.42rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.58rem;
  color: var(--v2-green);
}

.v2-payment-fields {
  display: grid;
  gap: 0.95rem;
  opacity: 0.55;
  filter: grayscale(0.2);
}

.v2-disabled-button {
  opacity: 0.8;
}

.v2-total-block {
  padding: 1rem 1.15rem;
  margin-top: 0.95rem;
}

.v2-total-block span {
  color: var(--v2-muted);
}

.v2-total-block strong {
  font-size: 1.32rem;
}

.v2-total-block-review {
  margin-top: 1rem;
}

.v2-review-link-card,
.v2-payment-lockup {
  display: grid;
  gap: 0.8rem;
}

.v2-session-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.v2-session-card strong,
.v2-inline-status,
.v2-link-status-muted {
  color: #fff;
}

.v2-inline-status,
.v2-link-status-muted,
.v2-review-copy {
  font-size: 0.92rem;
  line-height: 1.65;
}

.v2-proof-frame {
  display: grid;
  gap: 0.9rem;
  min-height: 14rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.02);
  align-items: center;
  justify-items: center;
}

.v2-proof-image {
  width: 100%;
  max-height: 24rem;
  object-fit: contain;
  border-radius: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.v2-admin-preview-frame {
  width: 100%;
  min-height: 58rem;
  border: 0;
  border-radius: 1.1rem;
  background: rgba(8, 12, 22, 0.82);
}

.v2-admin-preview-frame.hidden {
  display: none;
}

.v2-catalog-reference {
  display: grid;
  grid-template-columns: minmax(8rem, 9rem) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.v2-catalog-reference-image {
  width: 100%;
  aspect-ratio: 0.82;
  object-fit: contain;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.08), transparent 52%),
    rgba(255, 255, 255, 0.025);
}

.v2-catalog-reference-copy {
  display: grid;
  gap: 0.45rem;
}

.v2-catalog-reference-copy strong {
  color: #fff;
  font-size: 1.05rem;
}

.v2-review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.v2-admin-body .v2-hero-copy {
  max-width: 48rem;
}

.v2-review-body.v2-review-embed .v2-header,
.v2-review-body.v2-review-embed .v2-hero,
.v2-review-body.v2-review-embed .v2-footer,
.v2-review-body.v2-review-embed .v2-controls-panel {
  display: none;
}

.v2-review-body.v2-review-embed .v2-workspace {
  padding-inline: 0;
  padding-bottom: 0;
}

.v2-review-body.v2-review-embed .v2-shell {
  grid-template-columns: minmax(0, 1fr);
}

.v2-review-body.v2-review-embed .v2-shell-review {
  width: 100%;
}

.v2-review-body.v2-review-embed .v2-viewer-panel {
  position: static;
}

.v2-admin-login-form {
  width: min(100%, 28rem);
  margin: 1.5rem auto 0;
  display: grid;
  gap: 1rem;
  text-align: left;
}

.v2-shell-admin {
  grid-template-columns: minmax(20rem, 0.82fr) minmax(0, 1.18fr);
}

.v2-admin-heading {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 1rem;
}

.v2-admin-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.v2-admin-order {
  display: grid;
  gap: 0.2rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.03);
  text-align: left;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.v2-admin-order strong {
  color: #fff;
}

.v2-admin-order small,
.v2-admin-order span {
  color: var(--v2-muted);
}

.v2-admin-order:hover,
.v2-admin-order.is-selected {
  border-color: rgba(225, 6, 0, 0.46);
  background: rgba(225, 6, 0, 0.08);
  transform: translateY(-1px);
}

.v2-link-stack {
  align-items: center;
}

.v2-link-status {
  font-size: 0.92rem;
}

.v2-submit-row {
  flex-wrap: wrap;
  margin-top: 1.2rem;
}

.v2-shipping-fields.hidden {
  display: none;
}

.v2-empty-state {
  width: min(100% - 2rem, 78rem);
  margin: 0 auto;
  padding: 2rem;
  text-align: center;
}

.v2-empty-state h2 {
  margin-top: 0.65rem;
  font-family: Oswald, sans-serif;
  font-size: clamp(2rem, 5vw, 3.6rem);
  color: #fff;
}

.v2-empty-state p {
  max-width: 42rem;
  margin: 1rem auto 0;
  color: var(--v2-muted);
  line-height: 1.7;
}

.v2-empty-state .v2-link-stack {
  justify-content: center;
  margin-top: 1.4rem;
}

.v2-footer {
  padding: 0 1rem 2rem;
}

.v2-footer-inner {
  padding: 1.1rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.03);
  color: var(--v2-muted);
}

@media (max-width: 1199px) {
  .v2-shell,
  .v2-hero-grid,
  .v2-card-grid,
  .v2-checkout-grid,
  .v2-review-grid {
    grid-template-columns: 1fr;
  }

  .v2-viewer-panel {
    position: static;
  }
}

@media (max-width: 920px) {
  .v2-product-grid,
  .v2-color-grid,
  .v2-choice-grid,
  .v2-check-grid,
  .v2-form-grid,
  .v2-cost-mini,
  .v2-product-tools {
    grid-template-columns: 1fr;
  }

  .v2-stage-header,
  .v2-stage-actions,
  .v2-card-heading,
  .v2-footer-inner {
    flex-direction: column;
    align-items: start;
  }

  .v2-stage {
    min-height: 30rem;
  }
}

@media (max-width: 720px) {
  body.v2-body {
    padding-top: 4.5rem;
  }

  .v2-hero {
    padding-top: 1rem;
    padding-bottom: 1.25rem;
  }

  .v2-header-inner,
  .v2-hero-grid,
  .v2-shell,
  .v2-footer-inner {
    width: min(100% - 1rem, 88rem);
  }

  .v2-header-inner {
    min-height: 4.5rem;
    align-items: start;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }

  .v2-header-nav {
    display: none;
  }

  .v2-stage {
    min-height: 26rem;
  }

  .v2-hero-title {
    font-size: clamp(2.2rem, 11vw, 3.2rem);
  }

  .v2-hero-copy {
    margin-top: 1rem;
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .v2-card,
  .v2-summary-card,
  .v2-stage-shell,
  .v2-empty-state {
    padding: 1rem;
    border-radius: 1.25rem;
  }

  .v2-stage-title {
    font-size: 1.9rem;
  }

  .v2-controls-panel {
    gap: 0.75rem;
  }

  .v2-card.v2-mobile-section-enabled {
    padding: 0.9rem;
  }

  .v2-mobile-section-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem;
  }

  .v2-mobile-section-body {
    margin-top: 0.9rem;
  }

  .v2-card.v2-mobile-section-enabled.is-collapsed .v2-mobile-section-body {
    display: none;
  }

  .v2-card.v2-mobile-section-enabled.is-collapsed .v2-mobile-section-toggle {
    margin-bottom: 0;
  }

  .v2-step-guide {
    grid-template-columns: 1fr;
  }

  .v2-step-card {
    padding: 0.9rem 0.95rem;
  }

  .v2-hero-actions {
    align-items: stretch;
  }

  .v2-hero-cta {
    width: 100%;
  }

  .v2-hero-hint {
    font-size: 0.88rem;
  }

  .v2-mobile-grid-actions .v2-inline-button {
    flex: 1;
  }

  .v2-catalog-reference {
    grid-template-columns: 1fr;
  }

  .v2-segmented {
    width: 100%;
  }

  .v2-inline-group {
    width: 100%;
  }

  .v2-segmented-button {
    flex: 1;
  }

  .v2-inline-group .v2-inline-button {
    flex: 1;
  }

  .v2-link-stack,
  .v2-submit-row {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
}
