:root {
  --bg: #f5f1e8;
  --paper: rgba(255, 251, 245, 0.86);
  --paper-strong: rgba(255, 251, 245, 0.94);
  --ink: #161514;
  --muted: #625c55;
  --line: rgba(22, 21, 20, 0.1);
  --accent: #bc6c25;
  --accent-dark: #8d4b14;
  --accent-soft: rgba(188, 108, 37, 0.12);
  --success: #e8f3d6;
  --error: #ffe1dc;
  --shadow: 0 24px 60px rgba(41, 26, 10, 0.12);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Avenir Next", "PingFang SC", "Hiragino Sans GB", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(188, 108, 37, 0.18), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(24, 88, 79, 0.12), transparent 22%),
    radial-gradient(circle at bottom right, rgba(141, 75, 20, 0.1), transparent 28%),
    linear-gradient(180deg, #f8f4eb 0%, #efe6d8 100%);
  min-height: 100vh;
}

.container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 40px 0 60px;
}

.showcase {
  position: relative;
  margin-bottom: 30px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.brand-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a5c50, var(--accent));
  box-shadow: 0 0 0 8px rgba(255, 251, 245, 0.4);
}

.topbar-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.topbar-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--muted);
  text-decoration: none;
  background: rgba(255, 251, 245, 0.55);
  border: 1px solid rgba(22, 21, 20, 0.06);
}

.narrow {
  width: min(760px, calc(100% - 32px));
}

.hero {
  padding: 40px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--paper);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.hero-split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 24px;
  overflow: hidden;
}

.hero.small {
  padding: 32px;
}

.hero-copy,
.spotlight-card,
.product-card,
.info-panel {
  animation: fade-up 0.7s ease both;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.eyebrow {
  margin: 0 0 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 700;
}

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

h1 {
  margin-bottom: 12px;
  font-family: "Baskerville", "Times New Roman", "Songti SC", serif;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 0.98;
}

h2 {
  margin-bottom: 12px;
  font-family: "Baskerville", "Times New Roman", "Songti SC", serif;
  font-size: clamp(28px, 3vw, 40px);
}

.hero-text {
  max-width: 680px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.grid,
.admin-grid,
.info-grid {
  display: grid;
  gap: 20px;
  margin-top: 24px;
}

.grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.admin-grid {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

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

.card,
.panel {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.spotlight-card {
  position: relative;
  padding: 28px;
  border-radius: 28px;
  border: 1px solid rgba(22, 21, 20, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 251, 245, 0.94), rgba(248, 241, 230, 0.78)),
    linear-gradient(135deg, rgba(26, 92, 80, 0.08), rgba(188, 108, 37, 0.08));
}

.spotlight-label,
.section-text,
.helper-text,
.price-note,
.timeline-item p,
.check-list,
.product-description,
.product-status {
  color: var(--muted);
}

.spotlight-label {
  margin-bottom: 10px;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
}

.spotlight-list {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.spotlight-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  padding: 16px 0;
  border-top: 1px solid rgba(22, 21, 20, 0.08);
}

.spotlight-item:first-child {
  border-top: none;
  padding-top: 0;
}

.spotlight-item strong,
.timeline-item strong {
  display: block;
  margin-bottom: 6px;
}

.spotlight-index,
.timeline-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(22, 21, 20, 0.06);
  color: var(--ink);
  font-weight: 800;
}

.feature-ribbon {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.feature-pill {
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 251, 245, 0.64);
  border: 1px solid rgba(22, 21, 20, 0.08);
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.metric-card {
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 251, 245, 0.66);
  border: 1px solid rgba(22, 21, 20, 0.06);
}

.metric-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 28px;
  font-family: "Baskerville", "Times New Roman", "Songti SC", serif;
}

.metric-card span {
  color: var(--muted);
  font-size: 14px;
}

.card-top p {
  color: var(--muted);
  line-height: 1.7;
}

.tag {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(200, 95, 60, 0.12);
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 700;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 20px;
  align-items: end;
  margin-top: 36px;
}

.section-head h2 {
  margin-bottom: 0;
}

.section-text {
  margin-bottom: 0;
  line-height: 1.8;
}

.product-card {
  background: linear-gradient(180deg, var(--paper-strong), rgba(250, 244, 235, 0.82));
}

.product-card-top {
  min-height: 180px;
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 16px;
}

.product-status {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(26, 92, 80, 0.08);
  font-size: 13px;
  font-weight: 700;
}

.product-status.is-empty {
  background: rgba(141, 75, 20, 0.08);
}

.product-description {
  min-height: 54px;
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 12px;
  margin: 20px 0;
}

.price {
  font-size: 32px;
  font-weight: 800;
  margin: 0;
  font-family: "Baskerville", "Times New Roman", "Songti SC", serif;
}

.price-note {
  margin-bottom: 6px;
  font-size: 14px;
}

.form {
  display: grid;
  gap: 14px;
}

label {
  display: grid;
  gap: 8px;
  font-weight: 600;
}

input,
textarea,
select,
button {
  font: inherit;
}

input,
textarea,
select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(28, 27, 25, 0.15);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: rgba(188, 108, 37, 0.45);
  box-shadow: 0 0 0 4px rgba(188, 108, 37, 0.08);
}

button,
.ghost-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px 18px;
  border: none;
  border-radius: 16px;
  background: var(--accent);
  color: white;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease;
}

.ghost-link.alt {
  background: #40352f;
}

button:hover,
.ghost-link:hover {
  transform: translateY(-1px);
  background: var(--accent-dark);
}

.topbar-nav a:hover {
  color: var(--ink);
  border-color: rgba(188, 108, 37, 0.28);
}

.helper-text {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
}

.order-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  text-transform: capitalize;
}

.status-paid {
  background: rgba(26, 92, 80, 0.12);
  color: #1a5c50;
}

.status-pending {
  background: rgba(188, 108, 37, 0.12);
  color: var(--accent-dark);
}

.status-expired,
.status-cancelled,
.status-payment_failed {
  background: rgba(120, 71, 54, 0.12);
  color: #784736;
}

.status-email-sent {
  background: rgba(26, 92, 80, 0.12);
  color: #1a5c50;
}

.status-email-failed {
  background: rgba(120, 71, 54, 0.12);
  color: #784736;
}

.status-email-skipped,
.status-email-pending {
  background: rgba(188, 108, 37, 0.12);
  color: var(--accent-dark);
}

button.secondary {
  margin-top: 18px;
  background: #40352f;
}

button:disabled {
  cursor: not-allowed;
  background: #ae9f95;
}

.notice {
  margin-top: 20px;
  padding: 16px 18px;
  border-radius: 16px;
  background: var(--success);
  border: 1px solid rgba(26, 92, 80, 0.12);
}

.notice.error {
  background: var(--error);
}

.table-wrap {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 14px 10px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.code-list {
  display: grid;
  gap: 12px;
}

.code-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
}

code {
  padding: 10px 12px;
  border-radius: 12px;
  background: #201d1b;
  color: #fef4dd;
  overflow-wrap: anywhere;
}

.timeline {
  display: grid;
  gap: 16px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(22, 21, 20, 0.06);
}

.subtle-panel {
  background:
    linear-gradient(180deg, rgba(255, 251, 245, 0.94), rgba(244, 238, 227, 0.88)),
    rgba(255, 251, 245, 0.92);
}

.check-list {
  margin: 0;
  padding-left: 20px;
  line-height: 1.9;
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

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

.lottery-layout {
  display: grid;
  grid-template-columns: minmax(320px, 1.1fr) minmax(280px, 0.9fr);
  gap: 24px;
  margin-top: 24px;
}

.lottery-hero {
  position: relative;
  overflow: hidden;
}

.lottery-hero::after {
  content: "";
  position: absolute;
  inset: auto -60px -90px auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 184, 107, 0.45), rgba(255, 184, 107, 0));
  pointer-events: none;
}

.wheel-panel,
.prize-panel {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.wheel-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 520px;
}

.wheel-frame {
  display: grid;
  place-items: center;
  width: min(100%, 520px);
  aspect-ratio: 1;
  padding: 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.74) 0%, rgba(255, 255, 255, 0.18) 62%, rgba(32, 29, 27, 0.08) 100%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.85), rgba(255, 245, 235, 0.36));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.68),
    0 24px 46px rgba(63, 42, 23, 0.16);
}

.wheel-canvas {
  width: 100%;
  height: auto;
  border-radius: 50%;
  box-shadow: 0 18px 40px rgba(39, 25, 14, 0.22);
  transition: transform 5.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.wheel-pointer {
  position: absolute;
  top: 12px;
  z-index: 2;
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 40px solid #201d1b;
  filter: drop-shadow(0 8px 10px rgba(32, 29, 27, 0.2));
}

.spin-button {
  width: 100%;
  min-height: 56px;
  font-size: 18px;
}

.lottery-tip,
.panel-text,
.prize-item p,
.result-description,
.claim-card p {
  color: var(--muted);
  line-height: 1.7;
}

.result-card,
.claim-card {
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(28, 27, 25, 0.08);
}

.result-label {
  margin-bottom: 8px;
  color: var(--accent-dark);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
}

.result-card h3 {
  margin-bottom: 8px;
  font-size: 30px;
}

.result-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  padding: 14px 18px;
  border-radius: 16px;
  background: #201d1b;
  color: #fffaf2;
  text-decoration: none;
  font-weight: 700;
}

.prize-list {
  display: grid;
  gap: 12px;
}

.prize-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  color: var(--ink);
  border: 1px solid rgba(28, 27, 25, 0.08);
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.prize-item:hover {
  transform: translateY(-1px);
  border-color: rgba(200, 95, 60, 0.28);
}

.prize-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(200, 95, 60, 0.12);
  color: var(--accent-dark);
  font-weight: 800;
}

[hidden] {
  display: none !important;
}

@media (max-width: 640px) {
  .container {
    padding-top: 20px;
  }

  .topbar,
  .section-head,
  .price-row {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .topbar {
    align-items: flex-start;
  }

  .hero,
  .card,
  .panel {
    padding: 20px;
    border-radius: 20px;
  }

  .metrics {
    grid-template-columns: 1fr;
  }

  .wheel-stage {
    min-height: 340px;
  }

  .wheel-pointer {
    top: 0;
    border-left-width: 16px;
    border-right-width: 16px;
    border-top-width: 30px;
  }
}

@media (max-width: 920px) {
  .hero-split,
  .info-grid,
  .section-head,
  .lottery-layout {
    grid-template-columns: 1fr;
  }
}

body.vesper-page {
  color: rgba(255, 255, 255, 0.96);
  background:
    radial-gradient(circle at top, rgba(148, 180, 255, 0.18), transparent 34%),
    radial-gradient(circle at 18% 82%, rgba(95, 226, 255, 0.12), transparent 26%),
    radial-gradient(circle at 85% 24%, rgba(255, 255, 255, 0.08), transparent 18%),
    #0a0a0f;
}

body.vesper-page::before,
body.vesper-page::after {
  content: "";
  position: fixed;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(70px);
  opacity: 0.85;
  z-index: 0;
}

body.vesper-page::before {
  width: 420px;
  height: 420px;
  left: 6%;
  top: 26%;
  background: rgba(112, 214, 255, 0.12);
}

body.vesper-page::after {
  width: 520px;
  height: 520px;
  right: 6%;
  top: 8%;
  background: rgba(133, 146, 255, 0.13);
}

.vesper-page a {
  color: inherit;
  text-decoration: none;
}

.vesper-page .notice {
  margin: 0 0 22px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.vesper-shell {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 22px 0 42px;
}

.vesper-shell-narrow {
  width: min(760px, calc(100vw - 32px));
}

.vesper-home-page .vesper-shell {
  width: min(1260px, calc(100vw - 180px));
}

.glass-panel {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
}

.vesper-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 18px;
  border-radius: 999px;
  position: sticky;
  top: 16px;
  z-index: 20;
}

.vesper-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.vesper-brand-badge {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 13px;
  letter-spacing: 0.34em;
  font-weight: 700;
}

.vesper-brand strong {
  display: block;
  font-size: 13px;
  letter-spacing: 0.28em;
}

.vesper-brand small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 12px;
}

.vesper-nav-links,
.vesper-nav-actions,
.vesper-card-actions,
.vesper-hero-actions,
.vesper-footer-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.vesper-nav-links {
  gap: 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.vesper-nav-links a {
  transition: color 180ms ease;
}

.vesper-nav-links a:hover {
  color: rgba(255, 255, 255, 0.98);
}

.vesper-button,
body.vesper-page button.vesper-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    opacity 180ms ease;
}

.vesper-button:hover,
body.vesper-page button.vesper-button:hover {
  transform: translateY(-1px);
}

.vesper-button-primary,
body.vesper-page button.vesper-button-primary {
  background: #ffffff;
  color: #11131a !important;
  -webkit-text-fill-color: #11131a;
  text-shadow: none;
  position: relative;
  z-index: 1;
}

.vesper-button-primary:hover,
body.vesper-page button.vesper-button-primary:hover {
  background: rgba(255, 255, 255, 0.92);
}

.vesper-button-primary *,
body.vesper-page button.vesper-button-primary * {
  color: #11131a !important;
  -webkit-text-fill-color: #11131a;
}

.vesper-button-secondary,
body.vesper-page button.vesper-button-secondary {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.84);
  position: relative;
  z-index: 1;
}

.vesper-button-secondary:hover,
body.vesper-page button.vesper-button-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}

.vesper-button.is-disabled,
body.vesper-page button.vesper-button:disabled {
  opacity: 0.48;
  pointer-events: none;
}

.vesper-hero,
.vesper-detail-hero,
.vesper-detail-layout {
  display: grid;
  gap: 24px;
}

.vesper-hero,
.vesper-detail-hero {
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  align-items: center;
  padding: 58px 0 42px;
}

.vesper-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  letter-spacing: 0.28em;
}

.vesper-eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #78f3c5;
  box-shadow: 0 0 18px rgba(120, 243, 197, 0.95);
}

.vesper-page h1,
.vesper-page h2,
.vesper-page h3 {
  margin-top: 0;
  font-family: "Iowan Old Style", "Times New Roman", "Songti SC", serif;
}

.vesper-page h1 {
  margin-bottom: 18px;
  font-size: clamp(48px, 7vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.vesper-page h2 {
  margin-bottom: 14px;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.08;
}

.vesper-page h3 {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.2;
}

.vesper-hero-text,
.vesper-section-copy,
.vesper-product-desc,
.vesper-note-card p,
.vesper-info-card p,
.vesper-related-body p,
.vesper-code-card p,
.vesper-footer p {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.85;
}

.vesper-hero-text {
  max-width: 720px;
  font-size: 18px;
}

.vesper-metric-grid,
.vesper-note-grid,
.vesper-detail-summary,
.vesper-info-grid,
.vesper-order-info-grid {
  display: grid;
  gap: 14px;
}

.vesper-metric-grid,
.vesper-detail-summary {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.vesper-metric-card,
.vesper-summary-card,
.vesper-note-card,
.vesper-mini-card,
.vesper-order-status-item {
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.vesper-metric-card strong,
.vesper-summary-card strong,
.vesper-mini-card strong,
.vesper-order-status-item strong {
  display: block;
  margin-top: 8px;
  font-size: 28px;
}

.vesper-metric-card span,
.vesper-summary-card small,
.vesper-note-card small,
.vesper-mini-card small,
.vesper-order-status-item small,
.vesper-product-bottom small,
.vesper-code-card small {
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.vesper-hero-preview,
.vesper-detail-preview,
.vesper-center-panel,
.vesper-cta-panel,
.vesper-footer,
.vesper-content-panel,
.vesper-purchase-panel,
.vesper-order-status-card {
  border-radius: 32px;
  padding: 22px;
}

.vesper-artwork,
.vesper-product-art,
.vesper-related-art {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.36), transparent 22%),
    linear-gradient(140deg, var(--vesper-from), var(--vesper-to));
}

.vesper-artwork {
  aspect-ratio: 4 / 3;
}

.vesper-artwork-large {
  min-height: 460px;
}

.vesper-artwork::before,
.vesper-product-art::before,
.vesper-related-art::before,
.vesper-artwork::after,
.vesper-product-art::after,
.vesper-related-art::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.vesper-artwork::before,
.vesper-product-art::before,
.vesper-related-art::before {
  width: 118px;
  height: 118px;
  right: 26px;
  top: 22px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.vesper-artwork::after,
.vesper-product-art::after,
.vesper-related-art::after {
  inset: auto 0 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(6, 7, 11, 0.5));
}

.vesper-chip {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 1;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 12px;
}

.vesper-artwork-mark,
.vesper-product-mark {
  position: absolute;
  left: 24px;
  top: 74px;
  font-size: 16px;
  letter-spacing: 0.42em;
  color: rgba(255, 255, 255, 0.66);
}

.vesper-artwork-code,
.vesper-product-code,
.vesper-related-art strong {
  position: absolute;
  left: 24px;
  bottom: 68px;
  z-index: 1;
  font-size: clamp(40px, 5vw, 76px);
  letter-spacing: -0.05em;
}

.vesper-product-code {
  font-size: 34px;
  bottom: 22px;
}

.vesper-artwork-label {
  position: absolute;
  left: 24px;
  bottom: 20px;
  z-index: 1;
  padding: 10px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 16px;
}

.vesper-note-grid,
.vesper-info-grid,
.vesper-order-info-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 14px;
}

.vesper-empty-panel {
  padding: 28px;
  border-radius: 32px;
  text-align: center;
}

.vesper-empty-panel p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.58);
}

.vesper-section {
  padding: 34px 0 18px;
}

.vesper-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 26px;
}

.vesper-section-tag {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

.vesper-section-copy {
  max-width: 520px;
  margin: 0;
}

.vesper-product-grid,
.vesper-step-grid,
.vesper-related-grid,
.vesper-code-grid {
  display: grid;
  gap: 22px;
}

.vesper-product-grid {
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
}

.vesper-product-card,
.vesper-related-card,
.vesper-step-card,
.vesper-code-card {
  padding: 14px;
  border-radius: 30px;
}

.vesper-product-body,
.vesper-related-body {
  padding: 18px 8px 8px;
}

.vesper-product-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.vesper-stock {
  white-space: nowrap;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.44);
}

.vesper-highlight-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.vesper-highlight-pill {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.vesper-product-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
}

.vesper-product-bottom strong {
  display: block;
  margin-top: 8px;
  font-size: 30px;
}

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

.vesper-step-card {
  padding: 24px;
}

.vesper-step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
  margin-bottom: 20px;
}

.vesper-cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 34px 0 24px;
}

.vesper-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.vesper-footer strong {
  display: block;
  margin-bottom: 8px;
  letter-spacing: 0.2em;
}

.vesper-footer p {
  margin: 0;
}

.vesper-footer-links {
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.62);
}

.vesper-detail-layout {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
  align-items: start;
  padding-top: 8px;
}

.vesper-content-stack {
  display: grid;
  gap: 22px;
}

.vesper-info-card,
.vesper-mini-card {
  border-radius: 24px;
}

.vesper-check-list {
  margin: 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.9;
}

.vesper-form,
.vesper-form-wide {
  display: grid;
  gap: 14px;
}

.vesper-form-wide {
  margin-top: 18px;
}

.vesper-page label {
  display: grid;
  gap: 8px;
  font-weight: 600;
}

.vesper-page input,
.vesper-page select {
  width: 100%;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.96);
}

.vesper-page input::placeholder {
  color: rgba(255, 255, 255, 0.36);
}

.vesper-page input:focus,
.vesper-page select:focus {
  outline: none;
  border-color: rgba(155, 216, 255, 0.48);
  box-shadow: 0 0 0 4px rgba(155, 216, 255, 0.08);
}

.vesper-page option {
  color: #0a0a0f;
}

.vesper-form-button {
  width: 100%;
  margin-top: 6px;
}

.vesper-purchase-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0 8px;
}

.vesper-related-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.vesper-related-art {
  aspect-ratio: 4 / 3;
}

.vesper-related-art strong {
  left: 18px;
  bottom: 18px;
  font-size: 34px;
}

.vesper-center-panel {
  margin-top: 56px;
  text-align: center;
}

.vesper-center-panel .vesper-hero-text {
  margin-left: auto;
  margin-right: auto;
}

.vesper-center-panel .vesper-card-actions {
  justify-content: center;
  margin-top: 18px;
}

.vesper-order-status-list,
.vesper-code-grid {
  display: grid;
  gap: 14px;
}

.vesper-code-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-top: 18px;
}

.vesper-page code {
  display: block;
  margin-top: 10px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  color: #f7fbff;
  overflow-wrap: anywhere;
  font-family: "SFMono-Regular", Consolas, monospace;
}

@media (max-width: 1100px) {
  .vesper-hero,
  .vesper-detail-hero,
  .vesper-detail-layout,
  .vesper-step-grid {
    grid-template-columns: 1fr;
  }

  .vesper-section-head,
  .vesper-cta-panel,
  .vesper-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 780px) {
  .vesper-shell,
  .vesper-shell-narrow {
    width: min(100vw - 24px, 100%);
  }

  .vesper-nav {
    border-radius: 28px;
    flex-wrap: wrap;
  }

  .vesper-nav-links {
    order: 3;
    width: 100%;
    overflow-x: auto;
    gap: 16px;
  }

  .vesper-nav-actions,
  .vesper-card-actions,
  .vesper-hero-actions,
  .vesper-footer-links {
    flex-wrap: wrap;
  }

  .vesper-hero,
  .vesper-detail-hero {
    padding-top: 38px;
  }

  .vesper-metric-grid,
  .vesper-note-grid,
  .vesper-detail-summary,
  .vesper-info-grid,
  .vesper-order-info-grid,
  .vesper-purchase-meta {
    grid-template-columns: 1fr;
  }

  .vesper-product-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .vesper-page h1 {
    font-size: 48px;
  }

  .vesper-artwork-large {
    min-height: 320px;
  }

  .vesper-footer {
    align-items: flex-start;
  }
}

body.vesper-page {
  --vesper-border: rgba(255, 255, 255, 0.1);
  --vesper-border-strong: rgba(255, 255, 255, 0.16);
  --vesper-surface: rgba(255, 255, 255, 0.05);
  --vesper-surface-strong: rgba(255, 255, 255, 0.08);
  --vesper-copy: rgba(255, 255, 255, 0.62);
  --vesper-copy-soft: rgba(255, 255, 255, 0.44);
  --vesper-shadow: 0 26px 90px rgba(0, 0, 0, 0.34);
}

.glass-panel {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.04);
  border: 1px solid var(--vesper-border);
  box-shadow: var(--vesper-shadow);
}

.glass-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 45%);
}

.vesper-shell {
  padding-top: 18px;
  padding-bottom: 54px;
}

.vesper-nav {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}

.vesper-nav-links {
  letter-spacing: 0.02em;
}

.vesper-button,
body.vesper-page button.vesper-button {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.vesper-button-primary,
body.vesper-page button.vesper-button-primary {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 18px 34px rgba(255, 255, 255, 0.12);
}

.vesper-hero,
.vesper-detail-hero {
  gap: 28px;
}

.vesper-hero-copy,
.vesper-detail-copy,
.vesper-hero-preview,
.vesper-detail-preview {
  animation: fade-up 0.7s ease both;
}

.vesper-home-page .vesper-hero-copy {
  padding-right: 10px;
}

.vesper-inline-badges {
  margin-top: 18px;
}

.vesper-marquee {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.vesper-marquee span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
}

.vesper-brand-strip,
.vesper-scene-grid,
.vesper-signature-grid,
.vesper-story-grid {
  display: grid;
  gap: 22px;
}

.vesper-brand-strip,
.vesper-scene-grid,
.vesper-signature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vesper-brand-strip {
  margin-bottom: 20px;
}

.vesper-trust-card,
.vesper-scene-card,
.vesper-signature-card,
.vesper-story-card,
.vesper-tip-card,
.vesper-meta-item,
.vesper-product-card,
.vesper-related-card,
.vesper-step-card,
.vesper-code-card {
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease;
}

.vesper-trust-card:hover,
.vesper-scene-card:hover,
.vesper-signature-card:hover,
.vesper-story-card:hover,
.vesper-tip-card:hover,
.vesper-meta-item:hover,
.vesper-product-card:hover,
.vesper-related-card:hover,
.vesper-step-card:hover,
.vesper-code-card:hover {
  transform: translateY(-4px);
  border-color: var(--vesper-border-strong);
  background-color: rgba(255, 255, 255, 0.07);
}

.vesper-trust-card {
  padding: 24px;
  border-radius: 30px;
}

.vesper-trust-card small,
.vesper-scene-note,
.vesper-inline-note,
.vesper-order-reference small {
  color: var(--vesper-copy-soft);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.vesper-trust-card strong,
.vesper-total-line strong {
  display: block;
  margin-top: 12px;
  font-size: 24px;
  line-height: 1.2;
}

.vesper-trust-card p,
.vesper-scene-card p,
.vesper-signature-card p,
.vesper-story-card p,
.vesper-meta-item p,
.vesper-tip-card p,
.vesper-order-reference p {
  margin: 12px 0 0;
  color: var(--vesper-copy);
  line-height: 1.8;
}

.vesper-trust-card span {
  display: inline-flex;
  margin-top: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.vesper-product-art,
.vesper-related-art,
.vesper-artwork {
  transition: transform 260ms ease;
}

.vesper-product-card:hover .vesper-product-art,
.vesper-related-card:hover .vesper-related-art,
.vesper-detail-preview:hover .vesper-artwork {
  transform: scale(1.015);
}

.vesper-product-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.vesper-meta-item {
  padding: 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.vesper-meta-item small,
.vesper-total-line small {
  color: var(--vesper-copy-soft);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.vesper-meta-item strong {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
}

.vesper-meta-item p {
  font-size: 14px;
}

.vesper-scene-card,
.vesper-signature-card {
  padding: 28px;
  border-radius: 30px;
}

.vesper-scene-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.vesper-signature-card {
  min-height: 220px;
}

.vesper-scene-note {
  display: inline-block;
  margin-top: 22px;
}

.vesper-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
}

.vesper-breadcrumbs strong {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
}

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

.vesper-story-card {
  padding: 22px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.vesper-purchase-summary {
  display: grid;
  gap: 12px;
  margin: 20px 0 18px;
}

.vesper-total-line {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.vesper-total-line strong {
  margin-top: 0;
  font-size: 20px;
  text-align: right;
  overflow-wrap: anywhere;
}

.vesper-inline-note {
  margin: -2px 0 4px;
  letter-spacing: normal;
  text-transform: none;
  line-height: 1.7;
}

.vesper-purchase-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 4px;
  padding: 0;
  list-style: none;
}

.vesper-purchase-list li {
  position: relative;
  padding: 0 0 0 18px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
}

.vesper-purchase-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #8be3ff;
  box-shadow: 0 0 14px rgba(139, 227, 255, 0.65);
}

.vesper-order-side-panel {
  padding: 22px;
  border-radius: 32px;
}

.vesper-lookup-hero {
  align-items: stretch;
}

.vesper-lookup-feature,
.vesper-lookup-side-panel {
  min-height: 100%;
}

.vesper-lookup-feature {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 420px;
  padding: 30px 32px;
  background:
    radial-gradient(circle at 14% 18%, rgba(155, 216, 255, 0.12), transparent 32%),
    radial-gradient(circle at 82% 12%, rgba(137, 152, 255, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.04);
}

.vesper-lookup-feature::after {
  content: "";
  position: absolute;
  inset: auto -6% -18% 28%;
  height: 220px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(124, 160, 255, 0.18), rgba(124, 160, 255, 0));
  pointer-events: none;
  filter: blur(16px);
}

.vesper-lookup-page .vesper-detail-copy h1 {
  position: relative;
  z-index: 1;
  max-width: 9ch;
  font-size: clamp(48px, 5.6vw, 76px);
  line-height: 1.01;
}

.vesper-lookup-page .vesper-detail-copy .vesper-hero-text {
  position: relative;
  z-index: 1;
  max-width: 92%;
  margin-bottom: 0;
}

.vesper-lookup-page .vesper-highlight-list {
  position: relative;
  z-index: 1;
  margin-top: 22px;
}

.vesper-lookup-mini-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.vesper-lookup-mini-card {
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.vesper-lookup-mini-card small {
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.vesper-lookup-mini-card strong {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.35;
}

.vesper-lookup-mini-card p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.75;
}

.vesper-lookup-side-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.04);
}

.vesper-lookup-side-panel .vesper-tip-list {
  gap: 12px;
}

.vesper-lookup-side-panel .vesper-tip-card {
  padding: 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
}

.vesper-lookup-side-panel .vesper-tip-card h3 {
  font-size: 20px;
  line-height: 1.35;
}

.vesper-tip-list {
  display: grid;
  gap: 14px;
}

.vesper-tip-card {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.vesper-tip-card h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.vesper-progress {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.vesper-progress-step {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.vesper-progress-step span {
  display: inline-flex;
  width: 12px;
  height: 12px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
}

.vesper-progress-step strong {
  display: block;
  font-size: 15px;
}

.vesper-progress-step.is-complete {
  border-color: rgba(130, 244, 215, 0.28);
  background: rgba(130, 244, 215, 0.08);
}

.vesper-progress-step.is-complete span {
  background: #82f4d7;
  box-shadow: 0 0 14px rgba(130, 244, 215, 0.65);
}

.vesper-progress-step.is-active {
  border-color: rgba(155, 216, 255, 0.3);
  background: rgba(155, 216, 255, 0.08);
}

.vesper-progress-step.is-active span {
  background: #9bd8ff;
  box-shadow: 0 0 14px rgba(155, 216, 255, 0.65);
}

.vesper-progress-step.is-muted {
  opacity: 0.68;
}

.vesper-order-reference {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.vesper-order-reference p {
  margin-top: 10px;
  overflow-wrap: anywhere;
}

.vesper-footer {
  margin-top: 28px;
}

.vesper-footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  width: 100%;
}

.vesper-footer-col h3 {
  margin-bottom: 14px;
  font-size: 16px;
}

.vesper-footer-col .vesper-footer-links {
  align-items: flex-start;
  flex-direction: column;
}

.vesper-footer-col .vesper-footer-links a {
  color: rgba(255, 255, 255, 0.68);
}

.vesper-footer-col .vesper-footer-links a:hover {
  color: rgba(255, 255, 255, 0.98);
}

@media (max-width: 1100px) {
  .vesper-brand-strip,
  .vesper-scene-grid,
  .vesper-signature-grid,
  .vesper-story-grid,
  .vesper-lookup-mini-grid,
  .vesper-progress {
    grid-template-columns: 1fr;
  }

  .vesper-footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .vesper-product-meta-grid,
  .vesper-story-grid,
  .vesper-brand-strip,
  .vesper-scene-grid,
  .vesper-signature-grid,
  .vesper-progress {
    grid-template-columns: 1fr;
  }

  .vesper-trust-card,
  .vesper-scene-card,
  .vesper-signature-card,
  .vesper-story-card {
    padding: 22px;
  }

  .vesper-total-line {
    flex-direction: column;
    align-items: flex-start;
  }
}

.vesper-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 38px;
  align-items: stretch;
}

.vesper-feature-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 14px;
  border-radius: 34px;
  min-height: 518px;
  height: 100%;
  transform:
    perspective(1400px)
    rotateX(var(--feature-rotate-x, 0deg))
    rotateY(var(--feature-rotate-y, 0deg))
    translateY(var(--feature-lift, 0px));
  transform-style: preserve-3d;
  will-change: transform;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background-color 220ms ease;
}

.vesper-feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: var(--feature-glow-opacity, 0);
  background:
    radial-gradient(
      circle at var(--feature-glow-x, 50%) var(--feature-glow-y, 50%),
      rgba(255, 255, 255, 0.18),
      transparent 34%
    );
  transition: opacity 220ms ease;
  mix-blend-mode: screen;
}

.vesper-feature-card.is-hovered {
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow:
    0 34px 80px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.05);
}

.vesper-feature-media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  min-height: 220px;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.vesper-feature-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 34%),
    linear-gradient(180deg, transparent 54%, rgba(6, 7, 12, 0.42));
  opacity: 0.92;
}

.vesper-feature-image,
.vesper-detail-image,
.vesper-related-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vesper-feature-image {
  position: absolute;
  inset: 0;
  object-position: center;
  filter: saturate(1.08) contrast(1.03);
  transition: transform 420ms ease, filter 420ms ease;
}

.vesper-feature-fallback {
  position: relative;
  min-height: 220px;
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.34), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 44%),
    linear-gradient(140deg, var(--vesper-from), var(--vesper-to));
  transition: transform 420ms ease;
}

.vesper-feature-fallback .vesper-chip,
.vesper-feature-fallback .vesper-product-mark,
.vesper-feature-fallback .vesper-product-code {
  z-index: 2;
}

.vesper-feature-fallback::before,
.vesper-feature-fallback::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.vesper-feature-fallback::before {
  top: 24px;
  right: 26px;
  width: 112px;
  height: 112px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.vesper-feature-fallback::after {
  inset: auto 10px 10px 10px;
  height: 38%;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(8, 9, 16, 0.38));
}

.vesper-feature-status {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  max-width: calc(100% - 32px);
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(12, 12, 18, 0.36);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  letter-spacing: 0.12em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.vesper-feature-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 14px 6px 6px;
}

.vesper-feature-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  align-items: start;
  gap: 12px;
  min-height: 74px;
}

.vesper-feature-title-wrap {
  flex: 1 1 auto;
  min-width: 0;
}

.vesper-feature-title {
  display: block;
  min-width: 0;
  max-width: 100%;
}

.vesper-feature-title h3 {
  margin-bottom: 0;
  font-size: clamp(18px, 1.65vw, 22px);
  line-height: 1.18;
  min-height: calc(1.18em * 2);
  overflow-wrap: anywhere;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.vesper-stock {
  display: block;
  width: 44px;
  padding-top: 6px;
  text-align: right;
  line-height: 1.2;
}

.vesper-feature-desc {
  min-height: calc(1.7em * 2);
  max-height: calc(1.7em * 2);
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.7;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.vesper-feature-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px;
  align-items: end;
  gap: 16px;
  margin-top: auto;
  padding-top: 8px;
}

.vesper-feature-buy-form {
  margin: 0;
  display: flex;
  flex: none;
  width: 120px;
}

.vesper-feature-price {
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.vesper-feature-price small {
  display: block;
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.vesper-feature-price strong {
  display: flex;
  align-items: flex-end;
  width: 100%;
  min-width: 0;
  gap: 7px;
  margin-top: 12px;
  font-size: clamp(22px, 2.15vw, 28px);
  max-width: 100%;
  letter-spacing: -0.04em;
  line-height: 0.96;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  overflow: hidden;
}

.vesper-feature-price-value {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: clip;
  flex: 0 1 auto;
}

.vesper-feature-price-suffix {
  display: inline-block;
  padding-bottom: 3px;
  font-size: 0.52em;
  line-height: 1;
  flex: none;
}

.vesper-buy-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  min-width: 120px;
  min-height: 52px;
  padding: 0 16px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #11131a !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  appearance: none;
  -webkit-appearance: none;
  -webkit-text-fill-color: #11131a;
  text-shadow: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 18px 30px rgba(255, 255, 255, 0.12);
  transition:
    transform 180ms ease,
    opacity 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.vesper-product-code {
  left: 22px;
  right: calc(var(--feature-status-space, 138px) + 18px);
  bottom: 30px;
  z-index: 2;
  font-size: var(--feature-code-size, clamp(24px, 2.05vw, 34px));
  line-height: 0.96;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
  letter-spacing: -0.04em;
}

.vesper-product-code span {
  display: block;
}

.vesper-feature-card.is-hovered .vesper-feature-image,
.vesper-feature-card.is-hovered .vesper-feature-fallback {
  transform: scale(1.03);
}

.vesper-feature-card.is-hovered .vesper-buy-pill {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    0 24px 38px rgba(255, 255, 255, 0.18);
}

@media (max-width: 1380px) {
  .vesper-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1120px) {
  .vesper-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.vesper-buy-pill span {
  display: inline-block;
  color: #11131a !important;
  -webkit-text-fill-color: #11131a;
}

.vesper-buy-pill:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 20px 36px rgba(255, 255, 255, 0.16);
}

.vesper-buy-pill.is-disabled {
  opacity: 0.58;
  pointer-events: none;
}

.vesper-buy-pill:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.7);
  outline-offset: 2px;
}

.vesper-detail-image-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  min-height: 460px;
  background: rgba(255, 255, 255, 0.04);
}

.vesper-detail-image {
  position: absolute;
  inset: 0;
  min-height: 460px;
}

.vesper-related-art {
  position: relative;
}

.vesper-related-image {
  position: absolute;
  inset: 0;
}

.admin-products-head {
  margin-bottom: 20px;
}

.admin-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.admin-product-card {
  align-content: start;
}

.admin-product-thumb {
  display: block;
  width: 100%;
  height: 200px;
  border-radius: 18px;
  object-fit: cover;
  border: 1px solid rgba(22, 21, 20, 0.08);
  background: rgba(255, 255, 255, 0.72);
}

.admin-product-thumb-empty {
  display: grid;
  place-items: center;
  color: var(--muted);
  font-weight: 700;
}

.admin-image-preview {
  display: grid;
}

.admin-upload-field input[type="file"] {
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px dashed rgba(22, 21, 20, 0.18);
  background: rgba(255, 255, 255, 0.78);
}

.admin-upload-status {
  margin-top: -4px;
}

.admin-upload-status.is-error {
  color: #9b3c2c;
}

.admin-upload-status.is-success {
  color: #1a5c50;
}

.admin-product-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vesper-product-page .vesper-product-hero {
  position: relative;
  overflow: hidden;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: stretch;
  gap: 28px;
  padding: 30px;
  border-radius: 36px;
  background:
    radial-gradient(circle at 14% 18%, rgba(149, 223, 255, 0.1), transparent 32%),
    radial-gradient(circle at 88% 14%, rgba(144, 153, 255, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.04);
}

.vesper-product-page .vesper-product-hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -22% 42%;
  height: 260px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(121, 143, 255, 0.2), rgba(121, 143, 255, 0));
  filter: blur(18px);
  pointer-events: none;
}

.vesper-product-page .vesper-product-copy,
.vesper-product-page .vesper-product-preview {
  position: relative;
  z-index: 1;
  min-height: 100%;
}

.vesper-product-page .vesper-product-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px 28px 8px 4px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.vesper-product-copy-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.vesper-product-copy-main {
  min-width: 0;
}

.vesper-product-status-pill {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  white-space: nowrap;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.vesper-product-page .vesper-detail-copy h1 {
  max-width: 9ch;
  margin-bottom: 16px;
  font-size: clamp(44px, 5.2vw, 74px);
  line-height: 0.97;
  letter-spacing: -0.045em;
  overflow-wrap: anywhere;
}

.vesper-product-page .vesper-detail-copy .vesper-hero-text {
  max-width: 92%;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.82;
}

.vesper-product-page .vesper-highlight-list {
  margin-top: 24px;
}

.vesper-product-page .vesper-detail-summary {
  margin-top: 28px;
}

.vesper-product-page .vesper-summary-card {
  min-height: 148px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.028)),
    rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
}

.vesper-product-page .vesper-summary-card strong {
  line-height: 1.15;
}

.vesper-product-page .vesper-product-preview {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 14px;
  border-radius: 30px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.024)),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.vesper-product-preview-shell {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.vesper-product-page .vesper-product-preview .vesper-detail-image-frame,
.vesper-product-page .vesper-product-preview .vesper-artwork-large {
  min-height: 500px;
}

.vesper-product-page .vesper-product-preview .vesper-artwork-large {
  border-radius: 30px;
}

.vesper-product-page .vesper-product-preview .vesper-artwork-large::after {
  inset: auto 12px 12px 12px;
  height: 38%;
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(8, 9, 16, 0.42));
}

.vesper-product-page .vesper-product-preview .vesper-note-grid {
  margin-top: 0;
}

.vesper-product-page .vesper-product-preview .vesper-note-card {
  min-height: 100%;
  padding: 20px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.025);
}

.vesper-product-page .vesper-product-preview .vesper-note-card strong {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .vesper-product-page .vesper-product-hero {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 24px;
  }

  .vesper-product-page .vesper-product-copy {
    padding: 0 0 4px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .vesper-product-page .vesper-detail-copy h1,
  .vesper-product-page .vesper-detail-copy .vesper-hero-text {
    max-width: 100%;
  }

  .vesper-product-copy-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 780px) {
  .vesper-shell,
  .vesper-shell-narrow {
    width: min(100vw - 18px, 100%);
  }

  .vesper-home-page .vesper-shell {
    width: min(100vw - 18px, 100%);
  }

  .vesper-nav {
    gap: 14px;
    padding: 12px 14px;
    top: 10px;
  }

  .vesper-page h1 {
    font-size: clamp(36px, 11vw, 48px);
    line-height: 1.02;
  }

  .vesper-page h2 {
    font-size: clamp(24px, 7vw, 34px);
    line-height: 1.12;
  }

  .vesper-page h3 {
    font-size: 20px;
  }

  .vesper-hero,
  .vesper-detail-hero {
    padding-top: 28px;
    padding-bottom: 24px;
    gap: 18px;
  }

  .vesper-hero-text,
  .vesper-section-copy,
  .vesper-feature-desc {
    font-size: 15px;
    line-height: 1.75;
  }

  .vesper-section {
    padding: 24px 0 10px;
  }

  .vesper-section-head {
    gap: 12px;
    margin-bottom: 18px;
  }

  .vesper-feature-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .vesper-lookup-feature {
    min-height: auto;
    padding: 24px 22px;
  }

  .vesper-lookup-page .vesper-detail-copy h1 {
    max-width: none;
    font-size: clamp(38px, 10vw, 52px);
  }

  .vesper-lookup-page .vesper-detail-copy .vesper-hero-text {
    max-width: 100%;
  }

  .vesper-feature-card {
    padding: 14px;
    border-radius: 26px;
    min-height: auto;
  }

  .vesper-feature-media {
    aspect-ratio: 4 / 3;
    min-height: 0;
    border-radius: 24px;
  }

  .vesper-feature-fallback {
    min-height: 0;
  }

  .vesper-feature-desc {
    min-height: 0;
    max-height: none;
    -webkit-line-clamp: 3;
  }

  .vesper-feature-bottom {
    grid-template-columns: minmax(0, 1fr) 116px;
    align-items: center;
    gap: 12px;
  }

  .vesper-feature-head {
    min-height: 72px;
  }

  .vesper-feature-body {
    gap: 12px;
    padding: 14px 6px 4px;
  }

  .vesper-feature-title h3 {
    font-size: 18px;
  }

  .vesper-feature-price strong {
    font-size: 28px;
  }

  .vesper-feature-price-suffix {
    padding-bottom: 3px;
  }

  .vesper-buy-pill,
  .vesper-feature-buy-form {
    width: 116px;
  }

  .vesper-buy-pill {
    min-width: 116px;
    width: 116px;
    min-height: 50px;
    padding: 0 14px;
    font-size: 14px;
  }

  .vesper-detail-image-frame,
  .vesper-detail-image {
    min-height: 320px;
  }
}

@media (max-width: 780px) {
  .vesper-product-page .vesper-product-hero {
    padding: 20px;
    border-radius: 30px;
    gap: 18px;
  }

  .vesper-product-page .vesper-detail-copy h1 {
    max-width: none;
    font-size: clamp(38px, 10.4vw, 54px);
  }

  .vesper-product-page .vesper-detail-copy .vesper-hero-text {
    font-size: 15px;
    line-height: 1.78;
  }

  .vesper-product-page .vesper-detail-summary,
  .vesper-product-page .vesper-product-preview .vesper-note-grid {
    grid-template-columns: 1fr;
  }

  .vesper-product-page .vesper-summary-card,
  .vesper-product-page .vesper-product-preview .vesper-note-card {
    min-height: 0;
    padding: 18px;
  }

  .vesper-product-page .vesper-product-preview {
    padding: 12px;
    border-radius: 26px;
  }

  .vesper-product-page .vesper-product-preview .vesper-detail-image-frame,
  .vesper-product-page .vesper-product-preview .vesper-detail-image,
  .vesper-product-page .vesper-product-preview .vesper-artwork-large {
    min-height: 320px;
  }
}

@media (max-width: 520px) {
  .vesper-nav-links {
    gap: 12px;
    font-size: 13px;
  }

  .vesper-nav-actions {
    width: 100%;
  }

  .vesper-nav-actions .vesper-button {
    flex: 1;
  }

  .vesper-hero-text,
  .vesper-section-copy {
    font-size: 14px;
  }

  .vesper-metric-card strong,
  .vesper-summary-card strong,
  .vesper-mini-card strong,
  .vesper-order-status-item strong {
    font-size: 24px;
  }

  .vesper-feature-bottom {
    grid-template-columns: minmax(0, 1fr) 112px;
    align-items: flex-end;
  }

  .vesper-feature-price strong {
    font-size: 26px;
  }

  .vesper-buy-pill {
    min-width: 112px;
    width: 112px;
  }

  .vesper-lookup-feature {
    padding: 22px 18px;
  }

  .vesper-lookup-mini-card {
    padding: 14px 16px;
  }

  .vesper-lookup-side-panel .vesper-tip-card {
    padding: 16px;
  }
}

@media (max-width: 520px) {
  .vesper-product-page .vesper-product-hero {
    padding: 18px;
  }

  .vesper-product-status-pill {
    min-height: 38px;
    padding: 0 14px;
    font-size: 12px;
  }

  .vesper-product-page .vesper-highlight-list {
    gap: 8px;
  }
}


/* ===== Claude-inspired calm redesign overrides ===== */
body.vesper-page {
  --vesper-bg: #f7f4ee;
  --vesper-surface: rgba(255, 252, 247, 0.88);
  --vesper-surface-soft: rgba(255, 252, 247, 0.72);
  --vesper-surface-strong: rgba(255, 252, 247, 0.96);
  --vesper-line: rgba(71, 58, 43, 0.10);
  --vesper-line-strong: rgba(71, 58, 43, 0.16);
  --vesper-ink: #26211c;
  --vesper-copy: #64584c;
  --vesper-copy-soft: #8a7d72;
  --vesper-accent: #d97757;
  --vesper-accent-soft: rgba(217, 119, 87, 0.12);
  --vesper-shadow: 0 18px 48px rgba(62, 43, 24, 0.08);
  color: var(--vesper-ink);
  background:
    radial-gradient(circle at top left, rgba(217, 119, 87, 0.07), transparent 26%),
    radial-gradient(circle at 90% 8%, rgba(222, 198, 170, 0.20), transparent 22%),
    linear-gradient(180deg, #fbf8f3 0%, #f4efe7 100%);
}

body.vesper-page::before,
body.vesper-page::after {
  opacity: 1;
  filter: blur(90px);
}

body.vesper-page::before {
  width: 360px;
  height: 360px;
  top: 10%;
  left: 4%;
  background: rgba(236, 182, 152, 0.18);
}

body.vesper-page::after {
  width: 420px;
  height: 420px;
  top: auto;
  bottom: 8%;
  right: 2%;
  background: rgba(203, 188, 170, 0.18);
}

.vesper-page a,
.vesper-page h1,
.vesper-page h2,
.vesper-page h3,
.vesper-page p,
.vesper-page span,
.vesper-page small,
.vesper-page label,
.vesper-page li,
.vesper-page strong,
.vesper-page code {
  color: inherit;
}

.vesper-page h1,
.vesper-page h2,
.vesper-page h3 {
  font-family: "ui-serif", "Georgia", "Times New Roman", "Songti SC", serif;
  color: var(--vesper-ink);
}

.vesper-page h1 {
  font-size: clamp(44px, 6vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.vesper-page h2 {
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.vesper-page h3 {
  font-size: 22px;
  line-height: 1.26;
}

.vesper-shell {
  width: min(1240px, calc(100vw - 48px));
  padding-top: 20px;
  padding-bottom: 72px;
}

.vesper-home-page .vesper-shell {
  width: min(1280px, calc(100vw - 72px));
}

.glass-panel,
.vesper-page .notice,
.vesper-page code,
.vesper-page input,
.vesper-page select,
.vesper-metric-card,
.vesper-summary-card,
.vesper-note-card,
.vesper-mini-card,
.vesper-order-status-item,
.vesper-total-line,
.vesper-meta-item,
.vesper-story-card,
.vesper-tip-card,
.vesper-lookup-mini-card,
.vesper-order-reference,
.vesper-progress-step,
.vesper-feature-card,
.vesper-scene-card,
.vesper-signature-card,
.vesper-trust-card,
.vesper-step-card,
.vesper-code-card,
.vesper-info-card,
.vesper-related-card,
.vesper-product-card {
  background: var(--vesper-surface);
  border: 1px solid var(--vesper-line);
  box-shadow: var(--vesper-shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.glass-panel::before,
.vesper-feature-card::after,
.vesper-feature-media::before {
  display: none !important;
}

.vesper-page .notice,
.vesper-hero-preview,
.vesper-detail-preview,
.vesper-center-panel,
.vesper-cta-panel,
.vesper-footer,
.vesper-content-panel,
.vesper-purchase-panel,
.vesper-order-status-card,
.vesper-order-side-panel,
.vesper-lookup-feature,
.vesper-lookup-side-panel {
  background: var(--vesper-surface-strong);
  border-color: var(--vesper-line);
  box-shadow: 0 22px 60px rgba(62, 43, 24, 0.08);
}

.vesper-nav {
  position: sticky;
  top: 16px;
  padding: 14px 18px;
  border-radius: 22px;
  background: rgba(250, 246, 240, 0.78);
  border: 1px solid rgba(71, 58, 43, 0.08);
  box-shadow: 0 10px 30px rgba(62, 43, 24, 0.06);
}

.vesper-brand-badge {
  background: #f0e7db;
  border-color: rgba(71, 58, 43, 0.08);
  color: #6d5a46;
}

.vesper-brand strong {
  color: var(--vesper-ink);
  letter-spacing: 0.24em;
}

.vesper-brand small,
.vesper-nav-links,
.vesper-nav-links a,
.vesper-stock,
.vesper-section-tag,
.vesper-breadcrumbs,
.vesper-trust-card small,
.vesper-scene-note,
.vesper-inline-note,
.vesper-order-reference small,
.vesper-meta-item small,
.vesper-total-line small,
.vesper-feature-price small,
.vesper-metric-card span,
.vesper-summary-card small,
.vesper-note-card small,
.vesper-mini-card small,
.vesper-order-status-item small,
.vesper-product-bottom small,
.vesper-code-card small,
.vesper-lookup-mini-card small {
  color: var(--vesper-copy-soft) !important;
}

.vesper-nav-links a:hover,
.vesper-page a:hover {
  color: var(--vesper-ink);
}

.vesper-button,
body.vesper-page button.vesper-button,
.vesper-buy-pill {
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(71, 58, 43, 0.10);
  font-weight: 700;
  box-shadow: none;
}

.vesper-button-primary,
body.vesper-page button.vesper-button-primary,
.vesper-buy-pill {
  background: #2f2923;
  color: #fffaf5 !important;
}

.vesper-button-primary *,
body.vesper-page button.vesper-button-primary *,
.vesper-buy-pill * {
  color: #fffaf5 !important;
}

.vesper-button-primary:hover,
body.vesper-page button.vesper-button-primary:hover,
.vesper-buy-pill:hover {
  background: #231f1b;
}

.vesper-button-secondary,
body.vesper-page button.vesper-button-secondary,
.vesper-buy-pill.is-disabled {
  background: rgba(255, 252, 247, 0.86);
  color: var(--vesper-ink);
}

.vesper-button-secondary:hover,
body.vesper-page button.vesper-button-secondary:hover {
  background: rgba(249, 244, 236, 0.98);
  border-color: var(--vesper-line-strong);
}

.vesper-eyebrow,
.vesper-highlight-pill,
.vesper-chip,
.vesper-trust-card span,
.vesper-marquee span,
.vesper-artwork-label,
.vesper-product-status-pill,
.vesper-feature-status,
.status-badge {
  background: rgba(255, 250, 244, 0.86);
  color: #715f4d;
  border: 1px solid rgba(71, 58, 43, 0.08);
  box-shadow: none;
}

.vesper-eyebrow-dot,
.vesper-purchase-list li::before {
  background: var(--vesper-accent);
  box-shadow: none;
}

.vesper-hero-text,
.vesper-section-copy,
.vesper-product-desc,
.vesper-note-card p,
.vesper-info-card p,
.vesper-related-body p,
.vesper-code-card p,
.vesper-footer p,
.vesper-trust-card p,
.vesper-scene-card p,
.vesper-signature-card p,
.vesper-story-card p,
.vesper-meta-item p,
.vesper-tip-card p,
.vesper-order-reference p,
.vesper-check-list,
.vesper-purchase-list li,
.vesper-lookup-mini-card p,
.vesper-progress-step,
.helper-text {
  color: var(--vesper-copy) !important;
}

.vesper-hero,
.vesper-detail-hero {
  gap: 36px;
  align-items: start;
  padding: 52px 0 34px;
}

.vesper-hero-preview,
.vesper-detail-preview {
  padding: 18px;
}

.vesper-artwork,
.vesper-product-art,
.vesper-related-art,
.vesper-feature-media,
.vesper-feature-fallback,
.vesper-detail-image-frame {
  border-radius: 24px;
  border: 1px solid rgba(71, 58, 43, 0.08);
  background:
    radial-gradient(circle at 20% 14%, rgba(255,255,255,0.60), transparent 22%),
    linear-gradient(145deg, color-mix(in srgb, var(--vesper-from) 60%, white 40%), color-mix(in srgb, var(--vesper-to) 68%, white 32%));
}

.vesper-artwork::before,
.vesper-product-art::before,
.vesper-related-art::before,
.vesper-artwork::after,
.vesper-product-art::after,
.vesper-related-art::after,
.vesper-feature-fallback::before,
.vesper-feature-fallback::after {
  opacity: 0.45;
}

.vesper-artwork-mark,
.vesper-product-mark,
.vesper-artwork-code,
.vesper-product-code,
.vesper-related-art strong,
.vesper-artwork-label,
.vesper-chip {
  color: #ffffff;
}

.vesper-metric-card strong,
.vesper-summary-card strong,
.vesper-mini-card strong,
.vesper-order-status-item strong,
.vesper-feature-price strong,
.vesper-product-bottom strong,
.vesper-total-line strong {
  color: var(--vesper-ink);
}

.vesper-brand-strip,
.vesper-scene-grid,
.vesper-signature-grid,
.vesper-story-grid,
.vesper-feature-grid,
.vesper-step-grid,
.vesper-related-grid,
.vesper-code-grid {
  gap: 18px;
}

.vesper-feature-card,
.vesper-trust-card,
.vesper-scene-card,
.vesper-signature-card,
.vesper-story-card,
.vesper-step-card,
.vesper-code-card,
.vesper-info-card,
.vesper-related-card,
.vesper-product-card {
  border-radius: 28px;
}

.vesper-feature-card {
  padding: 10px;
  background: rgba(255, 252, 247, 0.92);
}

.vesper-feature-body {
  padding: 18px 10px 10px;
}

.vesper-feature-title h3 {
  font-size: 26px;
  letter-spacing: -0.03em;
}

.vesper-feature-desc {
  color: var(--vesper-copy);
}

.vesper-feature-bottom {
  align-items: center;
}

.vesper-step-index {
  background: #f1e8db;
  color: #6b5844;
}

.status-paid,
.status-email-sent,
.vesper-progress-step.is-complete {
  background: rgba(151, 185, 140, 0.14);
  color: #536548;
  border-color: rgba(151, 185, 140, 0.24);
}

.status-pending,
.status-email-skipped,
.status-email-pending,
.vesper-progress-step.is-active {
  background: rgba(217, 119, 87, 0.10);
  color: #8a5a46;
  border-color: rgba(217, 119, 87, 0.18);
}

.status-expired,
.status-cancelled,
.status-payment_failed,
.status-email-failed {
  background: rgba(120, 98, 88, 0.10);
  color: #6f5c52;
  border-color: rgba(120, 98, 88, 0.16);
}

.vesper-page input,
.vesper-page select {
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(71, 58, 43, 0.10);
  color: var(--vesper-ink);
}

.vesper-page input::placeholder {
  color: #a19487;
}

.vesper-page input:focus,
.vesper-page select:focus {
  border-color: rgba(217, 119, 87, 0.32);
  box-shadow: 0 0 0 4px rgba(217, 119, 87, 0.08);
}

.vesper-page code {
  background: #f4ede4;
  color: #4d4135;
}

.vesper-footer {
  align-items: flex-start;
}

.vesper-footer-links {
  color: var(--vesper-copy);
}

.vesper-lookup-feature,
.vesper-lookup-side-panel {
  min-height: 100%;
  background: var(--vesper-surface-strong);
}

@media (max-width: 1100px) {
  .vesper-home-page .vesper-shell {
    width: min(100vw - 32px, 100%);
  }
}

@media (max-width: 780px) {
  .vesper-shell,
  .vesper-home-page .vesper-shell,
  .vesper-shell-narrow {
    width: min(100vw - 24px, 100%);
  }

  .vesper-nav {
    border-radius: 20px;
  }

  .vesper-page h1 {
    font-size: 42px;
  }
}


/* ===== Theme switcher + plan card refinement ===== */
.vesper-nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.vesper-theme-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--vesper-line, rgba(255,255,255,0.12));
}

.vesper-theme-option {
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  border: none;
  background: transparent;
  color: var(--vesper-copy, rgba(255,255,255,0.64));
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.vesper-theme-option.is-active {
  background: rgba(255, 252, 247, 0.95);
  color: #2a241f;
}

.vesper-page h1 {
  letter-spacing: -0.05em;
}

.vesper-page h2 {
  letter-spacing: -0.038em;
}

.vesper-page h3 {
  letter-spacing: -0.02em;
}

.vesper-hero-text,
.vesper-section-copy,
.vesper-feature-desc,
.vesper-plan-points li,
.vesper-note-card p,
.vesper-info-card p,
.vesper-tip-card p,
.vesper-story-card p,
.vesper-related-body p,
.vesper-check-list,
.vesper-purchase-list li,
.vesper-inline-note {
  font-size: 15px;
  line-height: 1.75;
}

.vesper-section-tag,
.vesper-stock,
.vesper-feature-price small,
.vesper-summary-card small,
.vesper-note-card small,
.vesper-total-line small,
.vesper-trust-card small,
.vesper-theme-option {
  letter-spacing: 0.02em;
}

.vesper-feature-grid {
  align-items: stretch;
}

.vesper-plan-card {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 0;
  padding: 16px;
  min-height: 100%;
}

.vesper-plan-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.vesper-plan-card .vesper-feature-media {
  aspect-ratio: 1.28 / 1;
  border-radius: 24px;
  overflow: hidden;
}

.vesper-plan-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 18px 4px 4px;
}

.vesper-plan-head {
  align-items: start;
}

.vesper-plan-card .vesper-feature-title h3 {
  font-size: clamp(24px, 2.4vw, 30px);
  line-height: 1.12;
  margin-bottom: 10px;
}

.vesper-plan-card .vesper-feature-desc {
  min-height: 72px;
  margin: 0;
}

.vesper-plan-price-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 0 14px;
  border-top: 1px solid var(--vesper-line, rgba(255,255,255,0.12));
  border-bottom: 1px solid var(--vesper-line, rgba(255,255,255,0.12));
  margin-top: 20px;
}

.vesper-plan-card .vesper-feature-price strong {
  display: flex;
  align-items: end;
  gap: 6px;
  font-size: 0;
}

.vesper-plan-card .vesper-feature-price-value {
  font-size: clamp(30px, 2.8vw, 40px);
  line-height: 1;
}

.vesper-plan-card .vesper-feature-price-suffix {
  font-size: 14px;
  color: var(--vesper-copy-soft);
  line-height: 1.3;
}

.vesper-plan-link {
  color: var(--vesper-copy) !important;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
}

.vesper-plan-points {
  display: grid;
  gap: 10px;
  list-style: none;
  padding: 18px 0 0;
  margin: 0;
}

.vesper-plan-points li {
  position: relative;
  padding-left: 18px;
  color: var(--vesper-copy);
}

.vesper-plan-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--vesper-accent, #d97757);
}

.vesper-plan-cta-row {
  margin-top: auto;
  padding-top: 22px;
}

.vesper-plan-card .vesper-feature-buy-form,
.vesper-plan-card .vesper-buy-pill,
.vesper-plan-card .vesper-buy-pill.is-disabled {
  width: 100%;
}

html[data-theme-resolved="dark"] body.vesper-page {
  --vesper-bg: #0f1217;
  --vesper-surface: rgba(255, 255, 255, 0.05);
  --vesper-surface-soft: rgba(255, 255, 255, 0.04);
  --vesper-surface-strong: rgba(255, 255, 255, 0.08);
  --vesper-line: rgba(255, 255, 255, 0.10);
  --vesper-line-strong: rgba(255, 255, 255, 0.16);
  --vesper-ink: #f5f7fb;
  --vesper-copy: rgba(245, 247, 251, 0.72);
  --vesper-copy-soft: rgba(245, 247, 251, 0.48);
  --vesper-accent: #d97757;
  --vesper-shadow: 0 26px 90px rgba(0, 0, 0, 0.34);
  color: var(--vesper-ink);
  background:
    radial-gradient(circle at top left, rgba(147, 90, 67, 0.18), transparent 24%),
    radial-gradient(circle at 86% 16%, rgba(55, 82, 119, 0.18), transparent 22%),
    linear-gradient(180deg, #131923 0%, #0d1117 100%);
}

html[data-theme-resolved="dark"] body.vesper-page::before {
  background: rgba(155, 112, 87, 0.14);
}

html[data-theme-resolved="dark"] body.vesper-page::after {
  background: rgba(64, 88, 126, 0.12);
}

html[data-theme-resolved="dark"] .glass-panel,
html[data-theme-resolved="dark"] .vesper-page .notice,
html[data-theme-resolved="dark"] .vesper-page code,
html[data-theme-resolved="dark"] .vesper-page input,
html[data-theme-resolved="dark"] .vesper-page select,
html[data-theme-resolved="dark"] .vesper-metric-card,
html[data-theme-resolved="dark"] .vesper-summary-card,
html[data-theme-resolved="dark"] .vesper-note-card,
html[data-theme-resolved="dark"] .vesper-mini-card,
html[data-theme-resolved="dark"] .vesper-order-status-item,
html[data-theme-resolved="dark"] .vesper-total-line,
html[data-theme-resolved="dark"] .vesper-meta-item,
html[data-theme-resolved="dark"] .vesper-story-card,
html[data-theme-resolved="dark"] .vesper-tip-card,
html[data-theme-resolved="dark"] .vesper-lookup-mini-card,
html[data-theme-resolved="dark"] .vesper-order-reference,
html[data-theme-resolved="dark"] .vesper-progress-step,
html[data-theme-resolved="dark"] .vesper-feature-card,
html[data-theme-resolved="dark"] .vesper-scene-card,
html[data-theme-resolved="dark"] .vesper-signature-card,
html[data-theme-resolved="dark"] .vesper-trust-card,
html[data-theme-resolved="dark"] .vesper-step-card,
html[data-theme-resolved="dark"] .vesper-code-card,
html[data-theme-resolved="dark"] .vesper-info-card,
html[data-theme-resolved="dark"] .vesper-related-card,
html[data-theme-resolved="dark"] .vesper-product-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03)), rgba(255,255,255,0.04);
  border-color: rgba(255,255,255,0.10);
  box-shadow: var(--vesper-shadow);
}

html[data-theme-resolved="dark"] .vesper-nav {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}

html[data-theme-resolved="dark"] .vesper-brand-badge {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.08);
  color: #fff2e8;
}

html[data-theme-resolved="dark"] .vesper-button-primary,
html[data-theme-resolved="dark"] body.vesper-page button.vesper-button-primary,
html[data-theme-resolved="dark"] .vesper-buy-pill {
  background: #f2e8dc;
  color: #1d1a17 !important;
}

html[data-theme-resolved="dark"] .vesper-button-primary *,
html[data-theme-resolved="dark"] body.vesper-page button.vesper-button-primary *,
html[data-theme-resolved="dark"] .vesper-buy-pill * {
  color: #1d1a17 !important;
}

html[data-theme-resolved="dark"] .vesper-button-secondary,
html[data-theme-resolved="dark"] body.vesper-page button.vesper-button-secondary,
html[data-theme-resolved="dark"] .vesper-buy-pill.is-disabled,
html[data-theme-resolved="dark"] .vesper-theme-option.is-active {
  background: rgba(255,255,255,0.12);
  color: var(--vesper-ink) !important;
}

html[data-theme-resolved="dark"] .vesper-eyebrow,
html[data-theme-resolved="dark"] .vesper-highlight-pill,
html[data-theme-resolved="dark"] .vesper-feature-status,
html[data-theme-resolved="dark"] .vesper-product-status-pill,
html[data-theme-resolved="dark"] .status-badge,
html[data-theme-resolved="dark"] .vesper-marquee span,
html[data-theme-resolved="dark"] .vesper-trust-card span {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.74);
}

html[data-theme-resolved="dark"] .vesper-theme-switch {
  background: rgba(255,255,255,0.04);
  border-color: rgba(255,255,255,0.10);
}

html[data-theme-resolved="dark"] .vesper-theme-option {
  color: rgba(255,255,255,0.62);
}

html[data-theme-resolved="dark"] .vesper-page input,
html[data-theme-resolved="dark"] .vesper-page select {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.12);
  color: var(--vesper-ink);
}

html[data-theme-resolved="dark"] .vesper-page input::placeholder {
  color: rgba(255,255,255,0.34);
}

html[data-theme-resolved="dark"] .vesper-page code {
  background: rgba(255,255,255,0.08);
  color: #fff2de;
}

@media (max-width: 900px) {
  .vesper-nav-actions {
    width: 100%;
    justify-content: space-between;
  }

  .vesper-theme-switch {
    order: 2;
  }
}

@media (max-width: 680px) {
  .vesper-theme-switch {
    width: 100%;
    justify-content: space-between;
  }

  .vesper-theme-option {
    flex: 1;
  }

  .vesper-plan-card .vesper-feature-title h3 {
    font-size: 22px;
  }

  .vesper-plan-price-row {
    align-items: start;
    flex-direction: column;
  }
}


/* ===== Readability + balanced product layout hotfix ===== */
html[data-theme-resolved="light"] .vesper-button-primary,
html[data-theme-resolved="light"] body.vesper-page button.vesper-button-primary,
html[data-theme-resolved="light"] .vesper-buy-pill,
html[data-theme-resolved="light"] .vesper-cta-panel .vesper-button-primary,
html[data-theme-resolved="light"] .vesper-center-panel .vesper-button-primary,
html[data-theme-resolved="light"] .vesper-order-status-card .vesper-button-primary {
  background: #3a2f25;
  color: #fffaf5 !important;
  border-color: rgba(58, 47, 37, 0.12);
  -webkit-text-fill-color: #fffaf5;
  box-shadow: 0 12px 24px rgba(58, 47, 37, 0.10);
}

html[data-theme-resolved="light"] .vesper-button-primary *,
html[data-theme-resolved="light"] body.vesper-page button.vesper-button-primary *,
html[data-theme-resolved="light"] .vesper-buy-pill *,
html[data-theme-resolved="light"] .vesper-cta-panel .vesper-button-primary *,
html[data-theme-resolved="light"] .vesper-center-panel .vesper-button-primary *,
html[data-theme-resolved="light"] .vesper-order-status-card .vesper-button-primary * {
  color: #fffaf5 !important;
  -webkit-text-fill-color: #fffaf5;
}

html[data-theme-resolved="light"] .vesper-button-primary:hover,
html[data-theme-resolved="light"] body.vesper-page button.vesper-button-primary:hover,
html[data-theme-resolved="light"] .vesper-buy-pill:hover,
html[data-theme-resolved="light"] .vesper-cta-panel .vesper-button-primary:hover,
html[data-theme-resolved="light"] .vesper-center-panel .vesper-button-primary:hover,
html[data-theme-resolved="light"] .vesper-order-status-card .vesper-button-primary:hover {
  background: #2f251d;
}

html[data-theme-resolved="light"] .vesper-button-secondary,
html[data-theme-resolved="light"] body.vesper-page button.vesper-button-secondary,
html[data-theme-resolved="light"] .vesper-buy-pill.is-disabled,
html[data-theme-resolved="light"] .vesper-theme-option.is-active {
  background: #f5efe8;
  color: #332920 !important;
  border-color: rgba(71, 58, 43, 0.10);
  -webkit-text-fill-color: #332920;
}

html[data-theme-resolved="light"] .vesper-button-secondary *,
html[data-theme-resolved="light"] body.vesper-page button.vesper-button-secondary *,
html[data-theme-resolved="light"] .vesper-buy-pill.is-disabled *,
html[data-theme-resolved="light"] .vesper-theme-option.is-active * {
  color: #332920 !important;
  -webkit-text-fill-color: #332920;
}

html[data-theme-resolved="light"] .vesper-theme-switch {
  background: rgba(244, 238, 230, 0.95);
  border-color: rgba(71, 58, 43, 0.08);
}

html[data-theme-resolved="light"] .vesper-theme-option {
  color: #6a5a4a;
}

html[data-theme-resolved="light"] .vesper-footer,
html[data-theme-resolved="light"] .vesper-footer *,
html[data-theme-resolved="light"] .vesper-footer-col .vesper-footer-links,
html[data-theme-resolved="light"] .vesper-footer-col .vesper-footer-links a,
html[data-theme-resolved="light"] .vesper-footer p,
html[data-theme-resolved="light"] .vesper-footer small {
  color: #6b6055 !important;
}

html[data-theme-resolved="light"] .vesper-footer strong,
html[data-theme-resolved="light"] .vesper-footer h3,
html[data-theme-resolved="light"] .vesper-footer-col h3,
html[data-theme-resolved="light"] .vesper-footer .vesper-brand strong {
  color: #221b16 !important;
}

html[data-theme-resolved="light"] .vesper-footer-col .vesper-footer-links a:hover,
html[data-theme-resolved="light"] .vesper-footer a:hover {
  color: #221b16 !important;
}

.vesper-feature-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 320px));
  justify-content: center;
  gap: 24px;
}

.vesper-feature-card {
  min-height: 0;
}

.vesper-plan-card {
  min-height: 0;
  padding: 14px;
}

.vesper-plan-card .vesper-feature-media {
  aspect-ratio: 1.36 / 1;
}

.vesper-plan-body {
  padding: 16px 4px 4px;
}

.vesper-plan-card .vesper-feature-title h3 {
  font-size: clamp(22px, 2vw, 28px);
}

.vesper-plan-card .vesper-feature-desc {
  min-height: 50px;
  max-height: 50px;
  line-height: 1.65;
}

.vesper-plan-price-row {
  margin-top: 16px;
  padding: 16px 0 12px;
}

.vesper-plan-points {
  gap: 8px;
  padding-top: 16px;
}

.vesper-plan-points li {
  line-height: 1.62;
}

.vesper-feature-bottom.vesper-plan-cta-row {
  grid-template-columns: 1fr;
  gap: 10px;
  padding-top: 18px;
}

.vesper-plan-card .vesper-feature-buy-form,
.vesper-plan-card .vesper-buy-pill,
.vesper-plan-card .vesper-buy-pill.is-disabled,
.vesper-plan-card .vesper-plan-link {
  width: 100%;
}

.vesper-plan-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--vesper-line);
  background: rgba(255, 252, 247, 0.86);
  color: #4b4034 !important;
}

html[data-theme-resolved="dark"] .vesper-plan-link {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.10);
  color: var(--vesper-ink) !important;
}

@media (max-width: 1380px) {
  .vesper-feature-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr));
  }
}

@media (max-width: 780px) {
  .vesper-feature-grid {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }
}


/* ===== Compact plan card refinement ===== */
.vesper-feature-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 300px));
  justify-content: center;
  gap: 22px;
}

.vesper-plan-card {
  padding: 12px;
  border-radius: 30px;
}

.vesper-plan-topline {
  margin-bottom: 10px;
}

.vesper-plan-card .vesper-feature-media {
  aspect-ratio: 1.56 / 1;
  border-radius: 22px;
}

.vesper-feature-fallback {
  padding: 18px;
}

.vesper-plan-body {
  padding: 14px 4px 2px;
}

.vesper-plan-card .vesper-feature-title h3 {
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.16;
  margin-bottom: 8px;
}

.vesper-plan-card .vesper-feature-desc {
  min-height: auto;
  max-height: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.55;
  color: var(--vesper-copy-soft);
}

.vesper-plan-price-row {
  margin-top: 12px;
  padding: 12px 0 10px;
}

.vesper-plan-card .vesper-feature-price small {
  margin-bottom: 2px;
}

.vesper-plan-card .vesper-feature-price-value {
  font-size: clamp(26px, 2.2vw, 32px);
}

.vesper-plan-card .vesper-feature-price-suffix {
  font-size: 13px;
}

.vesper-plan-link {
  min-height: 40px;
  padding: 0 12px;
  font-size: 13px;
}

.vesper-plan-points {
  gap: 6px;
  padding-top: 12px;
}

.vesper-plan-points li {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1.5;
  font-size: 14px;
}

.vesper-plan-points li::before {
  top: 8px;
}

.vesper-feature-bottom.vesper-plan-cta-row {
  padding-top: 14px;
}

.vesper-plan-card .vesper-buy-pill,
.vesper-plan-card .vesper-buy-pill.is-disabled {
  min-height: 46px;
}

@media (max-width: 780px) {
  .vesper-feature-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
}


/* ===== storefront conversion refresh ===== */
.vesper-trust-inline {
  margin-top: 24px;
  padding: 18px 20px;
  border-radius: 24px;
}

.vesper-trust-inline strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.vesper-trust-inline p,
.vesper-compact-points li {
  color: var(--vesper-copy, rgba(255,255,255,0.78));
}

.vesper-compact-points {
  display: grid;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 18px 0 20px;
}

.vesper-compact-points li {
  position: relative;
  padding-left: 18px;
  line-height: 1.7;
}

.vesper-compact-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--vesper-accent, #d97757);
}

.vesper-plan-card .vesper-plan-points {
  min-height: 112px;
}

.vesper-plan-card .vesper-feature-desc {
  color: var(--vesper-copy, rgba(255,255,255,0.76));
}

.vesper-stock {
  color: var(--vesper-copy, rgba(255,255,255,0.78));
}

.vesper-button:focus-visible,
.vesper-nav-links a:focus-visible,
.vesper-theme-option:focus-visible,
.vesper-page input:focus-visible,
.vesper-page select:focus-visible,
.vesper-plan-link:focus-visible,
.vesper-feature-title:focus-visible,
.vesper-feature-media:focus-visible,
.vesper-buy-pill:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.92);
  outline-offset: 3px;
}

html[data-theme-resolved="light"] .vesper-button:focus-visible,
html[data-theme-resolved="light"] .vesper-nav-links a:focus-visible,
html[data-theme-resolved="light"] .vesper-theme-option:focus-visible,
html[data-theme-resolved="light"] .vesper-page input:focus-visible,
html[data-theme-resolved="light"] .vesper-page select:focus-visible,
html[data-theme-resolved="light"] .vesper-plan-link:focus-visible,
html[data-theme-resolved="light"] .vesper-feature-title:focus-visible,
html[data-theme-resolved="light"] .vesper-feature-media:focus-visible,
html[data-theme-resolved="light"] .vesper-buy-pill:focus-visible {
  outline-color: #3a2f25;
}

@media (max-width: 900px) {
  .vesper-nav {
    border-radius: 30px;
    align-items: flex-start;
  }

  .vesper-nav,
  .vesper-nav-actions {
    flex-wrap: wrap;
  }

  .vesper-nav-links {
    width: 100%;
    order: 3;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 14px 18px;
  }

  .vesper-nav-actions {
    margin-left: auto;
    gap: 10px;
  }

  .vesper-theme-switch {
    order: 3;
    width: auto;
  }
}

@media (max-width: 680px) {
  .vesper-nav-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .vesper-theme-switch {
    display: none;
  }

  .vesper-page h1 {
    font-size: clamp(38px, 12vw, 56px);
  }

  .vesper-hero,
  .vesper-detail-hero {
    padding-top: 34px;
  }

  .vesper-trust-inline {
    margin-top: 18px;
  }
}


/* ===== Homepage card polish ===== */
.vesper-plan-topline {
  margin-bottom: 12px;
}

.vesper-plan-card .vesper-feature-media {
  aspect-ratio: 1.68 / 1;
  min-height: 0;
  max-height: 210px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.2), rgba(255,255,255,0.06)),
    linear-gradient(140deg, var(--vesper-from), var(--vesper-to));
}

.vesper-plan-card .vesper-feature-media::before {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), transparent 28%),
    linear-gradient(180deg, transparent 62%, rgba(10, 12, 18, 0.16));
  opacity: 0.7;
}

.vesper-plan-card .vesper-feature-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  padding: 10px;
  background: transparent;
}

.vesper-plan-card .vesper-feature-fallback {
  min-height: 0;
  height: 100%;
}

.vesper-plan-card .vesper-product-code {
  right: 22px;
  bottom: 22px;
  font-size: clamp(18px, 1.9vw, 28px);
}

.vesper-plan-card .vesper-feature-price strong {
  align-items: baseline;
  gap: 10px;
}

.vesper-plan-card .vesper-feature-price-value {
  font-size: clamp(24px, 2.1vw, 30px);
  line-height: 1;
}

.vesper-plan-card .vesper-feature-price-suffix {
  font-size: 12px;
  line-height: 1;
  padding-bottom: 0;
  color: var(--vesper-copy);
}

.vesper-plan-card .vesper-buy-pill,
.vesper-plan-card .vesper-buy-pill.is-disabled {
  min-height: 52px;
  width: 100%;
}

.vesper-plan-card .vesper-buy-pill::after,
.vesper-plan-card .vesper-buy-pill span::after {
  content: none !important;
}

@media (max-width: 780px) {
  .vesper-plan-card .vesper-feature-media {
    max-height: none;
    aspect-ratio: 1.58 / 1;
  }
}


/* ===== Product card stability patch ===== */
.vesper-feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.vesper-plan-card {
  padding: 12px;
  border-radius: 24px;
  min-height: 0;
}

.vesper-plan-topline {
  justify-content: flex-end;
  margin-bottom: 10px;
}

.vesper-plan-topline .vesper-stock {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(71, 58, 43, 0.08);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.vesper-plan-card .vesper-feature-media {
  aspect-ratio: 1.72 / 1;
  max-height: 184px;
  border-radius: 18px;
  overflow: hidden;
}

.vesper-plan-card .vesper-feature-image {
  padding: 8px;
  object-fit: contain;
  object-position: center;
}

.vesper-plan-body {
  padding: 14px 4px 4px;
  gap: 0;
}

.vesper-plan-card .vesper-feature-title h3 {
  margin: 0;
  font-size: clamp(20px, 1.45vw, 24px);
  line-height: 1.18;
  min-height: 2.36em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.vesper-plan-card .vesper-feature-desc {
  margin-top: 8px;
  min-height: 44px;
  font-size: 14px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.vesper-plan-price-row {
  margin-top: 16px;
  padding: 14px 0 12px;
  align-items: flex-end;
  justify-content: flex-start;
}

.vesper-plan-card .vesper-feature-price {
  min-width: 0;
}

.vesper-plan-card .vesper-feature-price strong {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.vesper-plan-card .vesper-feature-price-value {
  font-size: clamp(24px, 1.9vw, 28px);
  line-height: 1;
}

.vesper-plan-card .vesper-feature-price-suffix {
  font-size: 12px;
  line-height: 1;
  flex: 0 0 auto;
}

.vesper-plan-link {
  display: none;
}

.vesper-plan-points {
  gap: 8px;
  padding-top: 14px;
}

.vesper-plan-points li {
  padding-left: 16px;
  font-size: 14px;
  line-height: 1.55;
}

.vesper-plan-points li::before {
  top: 8px;
  width: 6px;
  height: 6px;
}

.vesper-plan-cta-row {
  padding-top: 18px;
}

.vesper-plan-card .vesper-buy-pill,
.vesper-plan-card .vesper-buy-pill.is-disabled {
  min-height: 46px;
  font-size: 15px;
}

@media (max-width: 1180px) {
  .vesper-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .vesper-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vesper-plan-card .vesper-feature-media {
    max-height: none;
    aspect-ratio: 1.6 / 1;
  }
}

@media (max-width: 640px) {
  .vesper-feature-grid {
    grid-template-columns: 1fr;
  }

  .vesper-plan-card {
    padding: 10px;
  }

  .vesper-plan-card .vesper-feature-title h3 {
    font-size: 20px;
  }
}

html[data-theme-resolved="dark"] .vesper-plan-topline .vesper-stock {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}


/* v4: product page purchase panel replaces preview area */
.vesper-product-page .vesper-product-hero {
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 420px);
  align-items: start;
}

.vesper-product-page .vesper-product-copy {
  border-right: none;
  padding-right: 6px;
}

.vesper-product-purchase-panel {
  position: sticky;
  top: 28px;
  align-self: start;
  display: grid;
  gap: 16px;
  padding: 24px;
}

.vesper-product-purchase-panel h2 {
  font-size: clamp(28px, 3vw, 40px);
  margin-bottom: 6px;
}

.vesper-detail-layout-single {
  grid-template-columns: 1fr;
}

.vesper-detail-layout-single .vesper-content-stack {
  grid-template-columns: 1fr;
}

@media (max-width: 1100px) {
  .vesper-product-page .vesper-product-hero {
    grid-template-columns: 1fr;
  }

  .vesper-product-purchase-panel {
    position: static;
    top: auto;
  }
}


/* v5 compact product detail layout */
.vesper-product-page .vesper-product-copy {
  justify-content: flex-start;
  gap: 18px;
}

.vesper-product-page .vesper-product-hero {
  align-items: start;
}

.vesper-detail-summary-compact {
  margin-top: 4px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.vesper-product-page .vesper-detail-summary-compact .vesper-summary-card {
  min-height: 96px;
  padding: 16px 18px;
  border-radius: 20px;
}

.vesper-product-page .vesper-detail-summary-compact .vesper-summary-card strong {
  font-size: 24px;
  line-height: 1.1;
}

.vesper-inline-sections {
  display: grid;
  gap: 16px;
}

.vesper-inline-panel {
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.vesper-story-grid-compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.vesper-story-card-compact {
  padding: 16px;
  border-radius: 20px;
}

.vesper-story-card-compact h3,
.vesper-info-grid-compact h3 {
  margin-bottom: 6px;
  font-size: 18px;
}

.vesper-story-card-compact p,
.vesper-info-grid-compact p,
.vesper-check-list-compact li {
  font-size: 14px;
  line-height: 1.7;
}

.vesper-info-grid-compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.vesper-info-grid-compact .vesper-info-card {
  padding: 16px;
  border-radius: 20px;
}

.vesper-check-list-compact {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}

.vesper-product-purchase-panel {
  position: sticky;
  top: 18px;
  padding: 18px;
}

.vesper-product-purchase-panel h2 {
  margin-bottom: 8px;
  font-size: 28px;
}

.vesper-product-purchase-panel .vesper-section-copy {
  font-size: 14px;
  line-height: 1.65;
}

.vesper-product-purchase-panel .vesper-purchase-summary {
  gap: 10px;
  margin: 14px 0 12px;
}

.vesper-product-purchase-panel .vesper-total-line {
  padding: 12px 14px;
  border-radius: 16px;
}

.vesper-product-purchase-panel .vesper-total-line strong {
  font-size: 18px;
}

.vesper-compact-points {
  gap: 8px;
  margin: 12px 0 14px;
}

.vesper-compact-points li {
  line-height: 1.55;
}

.vesper-product-purchase-panel .vesper-form,
.vesper-product-purchase-panel .vesper-form-wide {
  gap: 10px;
}

.vesper-product-purchase-panel .vesper-page label,
.vesper-product-purchase-panel label {
  gap: 6px;
}

.vesper-product-purchase-panel input,
.vesper-product-purchase-panel select {
  padding: 12px 14px;
}

.vesper-product-purchase-panel .vesper-inline-note {
  margin: -2px 0 0;
  font-size: 13px;
  line-height: 1.55;
}

.vesper-product-purchase-panel .vesper-purchase-list {
  gap: 8px;
  margin: 12px 0 0;
}

.vesper-product-purchase-panel .vesper-purchase-list li {
  line-height: 1.55;
}

.vesper-product-purchase-panel .vesper-form-button + .vesper-form-button {
  margin-top: 8px;
}

@media (max-width: 1180px) {
  .vesper-story-grid-compact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .vesper-detail-summary-compact,
  .vesper-info-grid-compact {
    grid-template-columns: 1fr;
  }

  .vesper-product-purchase-panel {
    position: static;
  }
}


/* v6 layered product page */
.vesper-product-copy-head-layered {
  align-items: flex-start;
  margin-bottom: 18px;
}
.vesper-product-copy-head-layered .vesper-product-copy-main h1 {
  margin-bottom: 0;
}
.vesper-inline-sections-layered {
  gap: 18px;
}
.vesper-product-description-panel {
  padding: 20px 22px;
}
.vesper-inline-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.vesper-description-block {
  display: grid;
  gap: 12px;
}
.vesper-description-block p {
  margin: 0;
  color: var(--vesper-text-soft, #675f58);
  line-height: 1.8;
}
.vesper-description-block .vesper-description-lead {
  font-weight: 700;
  color: var(--vesper-text, #2b241f);
}
.vesper-inline-sections-layered .vesper-inline-panel {
  margin-top: 0;
}
@media (max-width: 960px) {
  .vesper-product-copy-head-layered {
    gap: 14px;
  }
}


/* ===== Homepage fallback artwork refresh ===== */
.vesper-plan-card .vesper-feature-media.is-fallback {
  background: linear-gradient(180deg, #fbf8f3, #f7f2eb);
  border: 1px solid rgba(71, 58, 43, 0.08);
}

.vesper-plan-card .vesper-feature-media.is-fallback::before {
  opacity: 0;
}

.vesper-plan-card .vesper-feature-fallback {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 20px;
  min-height: 0;
  height: 100%;
  text-align: center;
}

.vesper-plan-card .vesper-fallback-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
}

.vesper-plan-card .vesper-fallback-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.vesper-plan-card .vesper-fallback-title {
  display: block;
  margin: 0;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #2f2924;
}

.vesper-plan-card .vesper-feature-fallback.is-gemini .vesper-fallback-icon {
  width: 66px;
  height: 66px;
}


/* ===== v9 minimal fallback card artwork ===== */
.vesper-plan-card .vesper-feature-media.is-fallback {
  background: #f7f4ef !important;
  border: 1px solid rgba(71, 58, 43, 0.08) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.45);
}

.vesper-plan-card .vesper-feature-media.is-fallback::before,
.vesper-plan-card .vesper-feature-media.is-fallback::after,
.vesper-plan-card .vesper-feature-fallback::before,
.vesper-plan-card .vesper-feature-fallback::after {
  content: none !important;
  display: none !important;
}

.vesper-plan-card .vesper-feature-media.is-fallback,
.vesper-plan-card .vesper-feature-fallback {
  background: #f7f4ef !important;
}

.vesper-plan-card .vesper-feature-fallback {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px 18px;
  min-height: 0;
  height: 100%;
  text-align: center;
  filter: none;
}

.vesper-plan-card .vesper-fallback-icon {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vesper-plan-card .vesper-feature-fallback.is-gemini .vesper-fallback-icon {
  width: 54px;
  height: 54px;
}

.vesper-plan-card .vesper-fallback-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.vesper-plan-card .vesper-fallback-title {
  margin: 0;
  max-width: 88%;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #2f2924;
  text-align: center;
}

/* v11 order page refinement */
.vesper-order-hero-refined {
  align-items: start;
  padding: 34px 0 26px;
}

.vesper-order-result-panel {
  display: grid;
  gap: 18px;
}

.vesper-order-result-head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.vesper-order-result-icon {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  flex: 0 0 auto;
}

.vesper-order-result-icon.is-success {
  background: rgba(108, 214, 153, 0.16);
  color: #2f8f57;
}

.vesper-order-result-icon.is-pending {
  background: rgba(255, 210, 102, 0.18);
  color: #9f6d00;
}

.vesper-order-result-icon.is-muted {
  background: rgba(180, 180, 180, 0.16);
  color: #7a7a7a;
}

.vesper-order-result-title {
  margin-bottom: 8px;
  font-size: clamp(34px, 4vw, 48px) !important;
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.vesper-order-result-sub {
  margin: 0;
  color: rgba(36, 29, 23, 0.68);
  line-height: 1.8;
  font-size: 15px;
}

.vesper-order-highlight-list {
  margin-top: 2px;
}

.vesper-order-status-card-refined .vesper-order-status-item strong {
  font-size: 22px;
}

.vesper-delivery-panel-refined {
  order: -1;
}

.vesper-order-page .vesper-content-panel h2 {
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1.16;
}

.vesper-order-page .vesper-code-grid {
  margin-top: 16px;
}

.vesper-order-page .vesper-code-card code {
  display: block;
  font-size: 28px;
  line-height: 1.2;
  word-break: break-all;
}

.vesper-order-page .vesper-section-tag {
  margin-bottom: 10px;
}

@media (max-width: 1100px) {
  .vesper-order-hero-refined {
    grid-template-columns: 1fr;
    padding-top: 24px;
  }

  .vesper-order-result-title {
    font-size: 34px !important;
  }
}

/* v13 adaptive long code presentation */
.vesper-order-page .vesper-code-card-adaptive {
  background: rgba(255, 252, 247, 0.88);
}

.vesper-order-page .vesper-code-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  margin-top: 10px;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(120, 196, 147, 0.09);
  border: 1px solid rgba(120, 196, 147, 0.18);
}

.vesper-order-page .vesper-code-card-adaptive code.vesper-fit-code {
  display: block;
  margin: 0;
  padding: 0;
  background: transparent;
  color: #2f8f57;
  white-space: pre-wrap;
  word-break: break-all;
  overflow-wrap: anywhere;
  line-break: anywhere;
  letter-spacing: -0.01em;
  line-height: 1.28;
  min-width: 0;
}

.vesper-order-page .vesper-inline-copy {
  align-self: start;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(120, 196, 147, 0.24);
  background: rgba(255, 252, 247, 0.96);
  color: #2f8f57;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.vesper-order-page .vesper-inline-copy:hover {
  background: #ffffff;
}

@media (max-width: 780px) {
  .vesper-order-page .vesper-code-wrap {
    grid-template-columns: 1fr;
  }

  .vesper-order-page .vesper-inline-copy {
    justify-self: start;
  }
}


/* v14 order layout polish */
.vesper-order-hero-refined {
  align-items: start;
  padding: 34px 0 18px;
}

.vesper-order-left-stack {
  display: grid;
  gap: 30px;
  min-width: 0;
}

.vesper-order-result-panel-plain {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  padding: 4px 0 0 !important;
}

.vesper-order-result-panel-plain::before {
  display: none !important;
}

.vesper-order-result-head {
  gap: 20px;
}

.vesper-order-result-icon {
  width: 96px;
  height: 96px;
  font-size: 42px;
  box-shadow: 0 18px 36px rgba(120, 196, 147, 0.16);
}

.vesper-order-result-title {
  margin-bottom: 10px;
  font-size: clamp(40px, 5vw, 68px) !important;
}

.vesper-order-result-sub {
  font-size: 16px;
  line-height: 1.75;
}

.vesper-order-highlight-list {
  margin-top: 6px;
  gap: 12px;
}

.vesper-highlight-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.vesper-mini-copy,
.vesper-inline-copy {
  border: 1px solid rgba(82, 72, 62, 0.12);
  background: rgba(255,255,255,0.7);
  color: #4f463e;
  border-radius: 12px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.vesper-mini-copy:hover,
.vesper-inline-copy:hover {
  background: rgba(255,255,255,0.95);
}

.vesper-delivery-inline {
  min-width: 0;
}

.vesper-delivery-inline h2 {
  margin-bottom: 14px;
  font-size: clamp(24px, 3vw, 38px);
}

.vesper-code-grid-inline {
  gap: 18px;
}

.vesper-code-card-inline {
  background: rgba(255, 255, 255, 0.62) !important;
  border-color: rgba(92, 154, 111, 0.1) !important;
}

.vesper-code-card-inline .vesper-code-wrap {
  align-items: start;
  grid-template-columns: minmax(0, 1fr) auto;
}

.vesper-code-card-inline code.vesper-fit-code {
  font-size: clamp(14px, 1.65vw, 22px);
  line-height: 1.55;
}

.vesper-code-card-inline p {
  margin-top: 12px;
  color: rgba(36, 29, 23, 0.72);
}

.vesper-delivery-note {
  margin-top: 14px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(241, 247, 242, 0.86);
  color: rgba(58, 85, 60, 0.9);
  font-size: 14px;
}

.vesper-order-status-card-refined {
  display: grid;
  gap: 14px;
}

.vesper-order-status-card-refined .vesper-order-status-list {
  gap: 0;
}

.vesper-order-status-card-refined .vesper-order-status-item,
.vesper-order-status-card-refined .vesper-order-reference {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 18px 8px;
  border-bottom: 1px solid rgba(82, 72, 62, 0.08);
}

.vesper-order-status-card-refined .vesper-order-status-item strong {
  font-size: 18px;
}

.vesper-order-status-item-copyable,
.vesper-order-reference-copyable {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
}

.vesper-order-status-item-copyable small,
.vesper-order-reference-copyable small {
  margin: 0;
}

.vesper-order-reference-copyable p {
  margin: 0;
  word-break: break-all;
}

.vesper-inline-copy-compact {
  padding: 7px 10px;
  border-radius: 10px;
}

.vesper-order-status-card-refined .vesper-form-button {
  width: 100%;
}

.vesper-order-detail-followup {
  padding-top: 12px;
}

@media (max-width: 1100px) {
  .vesper-order-result-icon {
    width: 72px;
    height: 72px;
    font-size: 30px;
  }

  .vesper-order-result-title {
    font-size: 38px !important;
  }
}

.admin-page .hero.small {
  margin-bottom: 18px;
}

.admin-toolbar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 16px;
}

.admin-summary-panel {
  margin-bottom: 24px;
}

.admin-summary-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 18px;
}

.admin-stock-summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.admin-stock-summary-card {
  border: 1px solid rgba(22, 21, 20, 0.08);
  border-radius: 20px;
  background: rgba(255,255,255,0.7);
  padding: 18px;
  display: grid;
  gap: 14px;
}

.admin-stock-summary-title {
  font-size: 18px;
  font-weight: 700;
}

.admin-stock-summary-inline,
.admin-stock-summary-actions,
.admin-stock-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-stock-summary-actions form {
  margin: 0;
}

.secondary.small,
.danger.small {
  padding: 10px 14px;
  border-radius: 14px;
  font-size: 14px;
}

.secondary.small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(22,21,20,0.08);
  color: inherit;
}

.danger,
button.danger {
  background: #9b3c2c;
  color: #fff;
}

.tag.is-success {
  background: rgba(91, 180, 129, 0.14);
  color: #246347;
}

.tag.is-warning {
  background: rgba(214, 160, 48, 0.16);
  color: #7a5212;
}

.admin-code-cell code {
  font-size: 12px;
  word-break: break-all;
}

.admin-stock-filter {
  align-items: center;
}

.admin-stock-filter input,
.admin-stock-filter select {
  width: auto;
  min-width: 170px;
}

@media (max-width: 900px) {
  .admin-summary-head {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-stock-filter input,
  .admin-stock-filter select {
    width: 100%;
  }
}


.admin-export-form { display:flex; align-items:center; gap:8px; flex-wrap:wrap; }
.admin-export-form input[type="number"] { width:110px; }

/* v16 admin ui redesign */
.admin-console-body {
  background: #eef2f8;
  min-height: 100vh;
}

.admin-console {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  min-height: 100vh;
}

.admin-sidebar {
  background: linear-gradient(180deg, #d9e7ff 0%, #c9dcfb 100%);
  padding: 28px 20px;
  border-right: 1px solid rgba(30, 41, 59, 0.08);
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.admin-sidebar-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.admin-sidebar-logo {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, #4f8dff, #3d63ff);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  box-shadow: 0 16px 30px rgba(61, 99, 255, 0.22);
}

.admin-sidebar-title {
  font-size: 22px;
  font-weight: 800;
}

.admin-sidebar-subtitle {
  color: #6b7280;
  font-size: 13px;
}

.admin-sidebar-nav {
  display: grid;
  gap: 10px;
}

.admin-sidebar-nav a {
  text-decoration: none;
  color: #3f4a5c;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.5);
  border: 1px solid rgba(30,41,59,0.06);
  font-weight: 700;
}

.admin-sidebar-nav a.is-active,
.admin-sidebar-nav a:hover {
  background: #fff;
  color: #2457ff;
  box-shadow: 0 10px 24px rgba(30, 41, 59, 0.06);
}

.admin-sidebar-footer { margin-top: auto; }
.admin-sidebar-footer form { margin: 0; }
.admin-sidebar-footer .secondary { width: 100%; }

.admin-main-shell {
  padding: 22px;
}

.admin-topbar-shell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  background: rgba(255,255,255,0.84);
  border: 1px solid rgba(30,41,59,0.06);
  border-radius: 22px;
  padding: 18px 22px;
  box-shadow: 0 16px 36px rgba(31, 41, 55, 0.06);
}

.admin-topbar-search { flex: 1; max-width: 460px; }
.admin-topbar-search input {
  width: 100%;
  margin: 0;
  border-radius: 999px;
  border: 1px solid #d6e0ef;
  background: #fff;
  padding: 14px 18px;
}

.admin-topbar-actions { display: flex; align-items: center; gap: 12px; }
.admin-topbar-chip,
.admin-user-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid rgba(30,41,59,0.06);
  background: #fff;
  color: #111827;
}
.admin-topbar-chip {
  background: linear-gradient(135deg, #0ec5ab, #1fd5ba);
  color: #fff;
  border-color: transparent;
}

.admin-content-shell {
  display: grid;
  gap: 20px;
  padding-top: 20px;
}

.admin-notice {
  margin: 0;
  background: #eef6ff;
  border: 1px solid #cfe0ff;
  color: #2457ff;
}

.admin-hero-section,
.admin-panel,
.admin-form-card,
.admin-product-modern-card {
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(30,41,59,0.06);
  box-shadow: 0 18px 36px rgba(31, 41, 55, 0.06);
}

.admin-hero-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 20px;
  border-radius: 26px;
  padding: 28px;
}

.admin-hero-kicker {
  margin: 0 0 10px;
  font-size: 13px;
  color: #5b6b83;
  font-weight: 700;
}

.admin-hero-section h1 {
  margin-bottom: 10px;
  font-family: "Avenir Next", "PingFang SC", sans-serif;
  font-size: 48px;
  line-height: 1.05;
}

.admin-hero-text {
  margin: 0;
  max-width: 740px;
  color: #667085;
  line-height: 1.7;
}

.admin-hero-mini-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.admin-mini-stat {
  background: #f8fbff;
  border: 1px solid #dbe7fb;
  border-radius: 18px;
  padding: 18px;
  display: grid;
  gap: 8px;
}

.admin-mini-stat span { color: #6b7280; font-size: 13px; }
.admin-mini-stat strong { font-size: 26px; }

.admin-panel {
  padding: 24px;
  border-radius: 26px;
}

.admin-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 18px;
  margin-bottom: 18px;
}

.admin-section-head.compact { margin-bottom: 14px; }
.admin-section-head h2 { margin: 0 0 6px; font-family: "Avenir Next", "PingFang SC", sans-serif; font-size: 26px; }

.admin-summary-modern-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}

.admin-summary-modern-card {
  background: #fff;
  border: 1px solid #e4ebf5;
  border-radius: 22px;
  padding: 18px;
  display: grid;
  gap: 16px;
}

.admin-summary-modern-header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.admin-summary-modern-header h3 {
  margin: 0;
  font-size: 18px;
}

.admin-summary-total {
  font-size: 13px;
  color: #667085;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  padding: 6px 10px;
  border-radius: 999px;
}

.admin-summary-modern-tags,
.admin-summary-modern-actions,
.admin-stock-filter.modern,
.admin-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-split-shell {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.admin-form-card {
  padding: 24px;
  border-radius: 26px;
}

.admin-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.admin-form-grid label,
.admin-product-modern-card label {
  display: grid;
  gap: 8px;
  font-weight: 700;
}

.admin-form-span-2 { grid-column: 1 / -1; }

.admin-form-actions { margin-top: 4px; }

.admin-table-modern-wrap {
  overflow: auto;
  border: 1px solid #e4ebf5;
  border-radius: 20px;
  background: #fff;
}

.admin-table-modern {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.admin-table-modern thead {
  background: #f7faff;
}

.admin-table-modern th,
.admin-table-modern td {
  text-align: left;
  padding: 16px 18px;
  border-bottom: 1px solid #edf2f7;
  vertical-align: top;
}

.admin-table-modern th {
  color: #667085;
  font-size: 13px;
  font-weight: 700;
}

.admin-product-grid.modern {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
}

.admin-product-modern-card {
  display: grid;
  gap: 18px;
  border-radius: 24px;
  padding: 22px;
}

.admin-product-modern-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.admin-product-modern-head h3 {
  margin: 0 0 10px;
  font-size: 24px;
}

.admin-image-preview.compact {
  width: 110px;
  min-width: 110px;
}

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

.admin-product-thumb {
  width: 100%;
  height: 110px;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid #dbe6f6;
  background: #fff;
}

.admin-product-thumb-empty {
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8b94a7;
  background: #f7faff;
}

.admin-upload-field input[type="file"] {
  border: 1px dashed #bfd1ed;
  border-radius: 14px;
  background: #f8fbff;
}

.admin-upload-status {
  margin: 0;
}

.admin-product-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-export-form input[type="number"] {
  width: 112px;
}

.admin-console-body .tag {
  border: 1px solid transparent;
  background: #f8fafc;
  color: #495463;
  font-weight: 700;
}

.admin-console-body .tag.is-success {
  background: #e7f7ee;
  color: #1f7a48;
}

.admin-console-body .tag.is-warning {
  background: #fff5df;
  color: #9a6a08;
}

.admin-console-body .secondary,
.admin-console-body .danger,
.admin-console-body button,
.admin-console-body select,
.admin-console-body input,
.admin-console-body textarea {
  font-family: inherit;
}

.admin-console-body button,
.admin-console-body .secondary,
.admin-console-body .danger {
  border-radius: 14px;
  min-height: 46px;
  padding: 0 16px;
}

.admin-console-body .danger.small,
.admin-console-body .secondary.small { min-height: 42px; }

.admin-console-body input,
.admin-console-body select,
.admin-console-body textarea {
  background: #fff;
  border: 1px solid #d6e0ef;
  border-radius: 16px;
  box-shadow: none;
}

.admin-console-body textarea { min-height: 140px; }

@media (max-width: 1180px) {
  .admin-console { grid-template-columns: 1fr; }
  .admin-sidebar {
    position: sticky;
    top: 0;
    z-index: 5;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
  }
  .admin-sidebar-nav {
    grid-auto-flow: column;
    overflow: auto;
  }
  .admin-sidebar-footer { margin-top: 0; }
  .admin-hero-section,
  .admin-split-shell { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .admin-main-shell { padding: 14px; }
  .admin-topbar-shell,
  .admin-panel,
  .admin-form-card,
  .admin-hero-section,
  .admin-product-modern-card { padding: 18px; }
  .admin-topbar-shell,
  .admin-section-head,
  .admin-product-modern-head { flex-direction: column; align-items: stretch; }
  .admin-form-grid,
  .product-edit-grid,
  .admin-hero-mini-stats { grid-template-columns: 1fr; }
  .admin-image-preview.compact { width: 100%; }
}


html[data-theme-resolved="dark"] .vesper-chip,
html[data-theme-resolved="dark"] .vesper-artwork-label,
html[data-theme-resolved="dark"] .vesper-artwork-mark,
html[data-theme-resolved="dark"] .vesper-artwork-code,
html[data-theme-resolved="dark"] .vesper-product-mark,
html[data-theme-resolved="dark"] .vesper-product-code,
html[data-theme-resolved="dark"] .vesper-related-art strong {
  color: #fff8f0;
}

html[data-theme-resolved="dark"] .vesper-chip,
html[data-theme-resolved="dark"] .vesper-artwork-label {
  background: rgba(17, 21, 28, 0.58);
  border-color: rgba(255,255,255,0.12);
  backdrop-filter: blur(10px);
}

html[data-theme-resolved="dark"] .vesper-description-block p {
  color: rgba(245, 247, 251, 0.82);
}

html[data-theme-resolved="dark"] .vesper-description-block .vesper-description-lead {
  color: #fff8f0;
}

.vesper-lookup-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--vesper-copy-soft);
  font-size: 13px;
  margin: 4px 0 2px;
}

.vesper-lookup-divider::before,
.vesper-lookup-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--vesper-line);
}

.vesper-lookup-divider span {
  padding: 0 10px;
}

.vesper-lookup-results {
  margin-top: 22px;
  display: grid;
  gap: 14px;
}

.vesper-lookup-results-head {
  align-items: end;
}

.vesper-lookup-order-list {
  display: grid;
  gap: 12px;
}

.vesper-lookup-order-item {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
  text-decoration: none;
}

.vesper-lookup-order-item small {
  display: block;
  margin-bottom: 6px;
  color: var(--vesper-copy-soft);
}

.vesper-lookup-order-item strong {
  color: var(--vesper-ink);
  line-height: 1.55;
}

@media (max-width: 860px) {
  .vesper-lookup-order-item {
    grid-template-columns: 1fr;
  }
}


/* Home product hover motion */
.vesper-feature-media,
.vesper-feature-fallback,
.vesper-feature-body,
.vesper-plan-cta-row,
.vesper-plan-topline .vesper-stock,
.vesper-plan-card .vesper-buy-pill,
.vesper-plan-card .vesper-buy-pill.is-disabled {
  transition:
    transform 240ms ease,
    box-shadow 240ms ease,
    border-color 240ms ease,
    background-color 240ms ease,
    opacity 240ms ease;
  will-change: transform;
}

.vesper-feature-body {
  transform: translate3d(var(--feature-content-shift-x, 0px), var(--feature-content-shift-y, 0px), 18px);
}

.vesper-plan-card .vesper-feature-media {
  transform: translate3d(calc(var(--feature-media-shift-x, 0px) * 0.55), calc(var(--feature-media-shift-y, 0px) * 0.55), 24px);
}

.vesper-plan-card .vesper-plan-topline .vesper-stock {
  transform: translate3d(calc(var(--feature-content-shift-x, 0px) * -0.35), calc(var(--feature-content-shift-y, 0px) * -0.35), 28px);
}

.vesper-plan-card .vesper-buy-pill,
.vesper-plan-card .vesper-buy-pill.is-disabled {
  transform: translate3d(var(--feature-button-shift-x, 0px), var(--feature-button-shift-y, 0px), 26px);
}

.vesper-feature-card.is-hovered .vesper-feature-media {
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 22px 38px rgba(0, 0, 0, 0.22);
}

.vesper-feature-card.is-hovered .vesper-feature-title h3 {
  text-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
}

.vesper-feature-card.is-hovered .vesper-feature-desc {
  color: rgba(255, 255, 255, 0.9);
}

.vesper-feature-card.is-hovered .vesper-plan-topline .vesper-stock {
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.vesper-feature-card.is-hovered .vesper-plan-points li::before {
  transform: scale(1.18);
  box-shadow: 0 0 18px rgba(255, 168, 126, 0.72);
}

.vesper-plan-points li::before {
  transition: transform 240ms ease, box-shadow 240ms ease;
}

@media (prefers-reduced-motion: reduce) {
  .vesper-feature-card,
  .vesper-feature-media,
  .vesper-feature-fallback,
  .vesper-feature-body,
  .vesper-plan-cta-row,
  .vesper-plan-topline .vesper-stock,
  .vesper-plan-card .vesper-buy-pill,
  .vesper-plan-card .vesper-buy-pill.is-disabled {
    transition: none !important;
    transform: none !important;
  }
}

/* ===== Mobile compact catalog layout (2-up grid) ===== */
@media (max-width: 760px) {
  .vesper-home-page .vesper-shell {
    padding-inline: 14px;
  }

  .vesper-home-page .vesper-nav {
    padding: 14px 16px;
    border-radius: 22px;
    gap: 12px;
  }

  .vesper-home-page .vesper-brand {
    gap: 10px;
  }

  .vesper-home-page .vesper-brand strong {
    font-size: 18px;
    letter-spacing: 0.12em;
  }

  .vesper-home-page .vesper-brand small {
    font-size: 12px;
  }

  .vesper-home-page .vesper-nav-links,
  .vesper-home-page .vesper-theme-switch,
  .vesper-home-page .vesper-trust-inline,
  .vesper-home-page .vesper-brand-strip,
  .vesper-home-page .vesper-section-copy,
  .vesper-home-page .vesper-hero-preview {
    display: none;
  }

  .vesper-home-page .vesper-nav-actions {
    width: auto;
    margin-left: auto;
    gap: 10px;
  }

  .vesper-home-page .vesper-nav-actions .vesper-button-secondary {
    display: none;
  }

  .vesper-home-page .vesper-nav-actions .vesper-button-primary {
    min-height: 44px;
    padding-inline: 18px;
    font-size: 15px;
  }

  .vesper-home-page .vesper-hero {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-top: 18px;
    padding-bottom: 8px;
  }

  .vesper-home-page .vesper-hero-copy {
    gap: 12px;
  }

  .vesper-home-page h1 {
    font-size: clamp(30px, 9vw, 42px);
    line-height: 1.02;
    letter-spacing: -0.03em;
  }

  .vesper-home-page .vesper-hero-text {
    margin-top: 2px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--vesper-copy-soft);
  }

  .vesper-home-page .vesper-hero-actions {
    gap: 10px;
  }

  .vesper-home-page .vesper-hero-actions .vesper-button {
    min-height: 42px;
    padding-inline: 16px;
    font-size: 14px;
  }

  .vesper-home-page .vesper-highlight-list {
    gap: 8px;
  }

  .vesper-home-page .vesper-highlight-pill {
    min-height: 34px;
    padding-inline: 12px;
    font-size: 12px;
  }

  .vesper-home-page .vesper-section {
    padding-top: 8px;
  }

  .vesper-home-page .vesper-section-head {
    display: block;
    margin-bottom: 14px;
  }

  .vesper-home-page .vesper-section-head h2 {
    font-size: 24px;
    line-height: 1.08;
  }

  .vesper-home-page .vesper-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .vesper-home-page .vesper-plan-card {
    padding: 10px;
    border-radius: 20px;
  }

  .vesper-home-page .vesper-plan-topline {
    margin-bottom: 8px;
  }

  .vesper-home-page .vesper-plan-topline .vesper-stock {
    min-height: 26px;
    padding-inline: 8px;
    font-size: 11px;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-media {
    aspect-ratio: 1 / 1;
    border-radius: 16px;
  }

  .vesper-home-page .vesper-feature-image {
    padding: 8px;
  }

  .vesper-home-page .vesper-feature-fallback {
    padding: 18px 14px;
  }

  .vesper-home-page .vesper-fallback-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 14px;
  }

  .vesper-home-page .vesper-fallback-title {
    font-size: clamp(14px, 5vw, 18px);
    letter-spacing: -0.02em;
  }

  .vesper-home-page .vesper-feature-body {
    padding-top: 8px;
    transform: none !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-title h3 {
    font-size: 15px;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.45em;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-desc {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 1.35em;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-title-wrap {
    gap: 0;
  }

  .vesper-home-page .vesper-plan-price-row {
    margin-top: 4px;
    padding: 6px 0 4px;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-price small {
    display: none;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-price strong {
    gap: 4px;
    line-height: 1;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-price-value {
    font-size: 18px;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-price-suffix {
    font-size: 11px;
  }

  .vesper-home-page .vesper-plan-card .vesper-plan-points {
    display: none;
  }

  .vesper-home-page .vesper-plan-cta-row {
    margin-top: 4px;
    padding-top: 6px;
  }

  .vesper-home-page .vesper-plan-card .vesper-buy-pill,
  .vesper-home-page .vesper-plan-card .vesper-buy-pill.is-disabled {
    min-height: 40px;
    width: 100%;
    padding-inline: 12px;
  }

  .vesper-home-page .vesper-plan-card .vesper-buy-pill span,
  .vesper-home-page .vesper-plan-card .vesper-buy-pill.is-disabled span {
    font-size: 14px;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-title h3 {
    margin-bottom: 0;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-price {
    min-height: auto;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-bottom {
    gap: 8px;
  }
}

@media (max-width: 420px) {
  .vesper-home-page .vesper-shell {
    padding-inline: 12px;
  }

  .vesper-home-page .vesper-feature-grid {
    gap: 10px;
  }

  .vesper-home-page .vesper-plan-card {
    padding: 8px;
    border-radius: 18px;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-title h3 {
    font-size: 14px;
    min-height: 2.2em;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-desc {
    margin-top: 3px;
  }

  .vesper-home-page .vesper-plan-price-row {
    margin-top: 3px;
    padding: 4px 0 3px;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-price-value {
    font-size: 17px;
  }

  .vesper-home-page .vesper-plan-cta-row {
    margin-top: 3px;
    padding-top: 4px;
  }

  .vesper-home-page .vesper-nav {
    padding: 12px 14px;
  }
}


/* v25 mobile checkout focus + compact product detail */
@media (max-width: 860px) {
  .vesper-product-page .vesper-product-hero {
    gap: 16px;
    padding: 22px 18px;
    border-radius: 24px;
  }

  .vesper-product-page .vesper-product-copy {
    gap: 14px;
    padding-right: 0;
  }

  .vesper-product-page .vesper-breadcrumbs {
    font-size: 12px;
    gap: 8px;
    margin-bottom: 2px;
  }

  .vesper-product-page .vesper-product-copy-head-layered {
    margin-bottom: 8px;
    gap: 10px;
  }

  .vesper-product-page .vesper-detail-copy h1,
  .vesper-product-page .vesper-product-copy-main h1,
  .vesper-product-page .vesper-product-copy-head-layered .vesper-product-copy-main h1 {
    font-size: clamp(32px, 11.8vw, 54px);
    line-height: 0.95;
    letter-spacing: -0.05em;
  }

  .vesper-product-page .vesper-product-status-pill,
  .vesper-product-page .vesper-highlight-pill {
    min-height: 36px;
    padding: 8px 14px;
    font-size: 13px;
  }

  .vesper-product-page .vesper-highlight-list {
    gap: 10px;
  }

  .vesper-product-page .vesper-inline-sections-layered {
    gap: 14px;
  }

  .vesper-product-page .vesper-inline-panel,
  .vesper-product-page .vesper-product-description-panel {
    padding: 16px 16px 18px;
    border-radius: 22px;
  }

  .vesper-product-page .vesper-description-block {
    gap: 8px;
  }

  .vesper-product-page .vesper-description-block p,
  .vesper-product-page .vesper-info-card p,
  .vesper-product-page .vesper-check-list li {
    font-size: 15px;
    line-height: 1.65;
  }

  .vesper-product-page .vesper-info-grid-compact {
    gap: 12px;
  }

  .vesper-product-page .vesper-info-card {
    padding: 18px 18px 20px;
    border-radius: 22px;
  }

  .vesper-product-page .vesper-info-card h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .vesper-product-page .vesper-check-list-compact {
    gap: 10px;
  }

  .vesper-product-page .vesper-product-purchase-panel {
    padding: 18px;
    gap: 14px;
    border-radius: 24px;
  }

  .vesper-product-page .vesper-product-purchase-panel h2 {
    font-size: clamp(22px, 7.4vw, 34px);
    line-height: 1.08;
    margin-bottom: 2px;
  }

  .vesper-product-page .vesper-product-purchase-panel .vesper-section-copy {
    font-size: 15px;
    line-height: 1.55;
  }

  .vesper-product-page .vesper-purchase-summary {
    gap: 12px;
  }

  .vesper-product-page .vesper-total-line {
    padding: 16px 18px;
    border-radius: 20px;
  }

  .vesper-product-page .vesper-total-line strong {
    font-size: 26px;
  }

  .vesper-product-page .vesper-compact-points,
  .vesper-product-page .vesper-purchase-list {
    gap: 10px;
    margin: 0;
  }

  .vesper-product-page .vesper-form {
    gap: 14px;
  }

  .vesper-product-page .vesper-form label {
    gap: 8px;
  }

  .vesper-product-page .vesper-form input,
  .vesper-product-page .vesper-form select,
  .vesper-product-page .vesper-form textarea {
    min-height: 56px;
    padding: 14px 16px;
    border-radius: 18px;
  }

  .vesper-product-page .vesper-form-button {
    min-height: 52px;
  }

  .vesper-product-page.vesper-checkout-focus .vesper-product-hero {
    display: flex;
    flex-direction: column;
  }

  .vesper-product-page.vesper-checkout-focus .vesper-product-purchase-panel {
    order: -1;
  }

  .vesper-product-page.vesper-checkout-focus .vesper-product-copy {
    gap: 12px;
  }

  .vesper-product-page.vesper-checkout-focus .vesper-breadcrumbs,
  .vesper-product-page.vesper-checkout-focus .vesper-product-copy-head-layered,
  .vesper-product-page.vesper-checkout-focus .vesper-highlight-list {
    display: none;
  }

  .vesper-product-page.vesper-checkout-focus .vesper-inline-sections-layered {
    gap: 12px;
  }

  .vesper-product-page.vesper-checkout-focus .vesper-inline-panel {
    padding: 14px 14px 16px;
  }
}

@media (max-width: 420px) {
  .vesper-product-page .vesper-product-hero {
    padding: 18px 14px;
    gap: 14px;
  }

  .vesper-product-page .vesper-product-copy {
    gap: 12px;
  }

  .vesper-product-page .vesper-detail-copy h1,
  .vesper-product-page .vesper-product-copy-main h1,
  .vesper-product-page .vesper-product-copy-head-layered .vesper-product-copy-main h1 {
    font-size: clamp(28px, 10.8vw, 46px);
  }

  .vesper-product-page .vesper-product-status-pill,
  .vesper-product-page .vesper-highlight-pill {
    min-height: 34px;
    padding: 7px 12px;
    font-size: 12px;
  }

  .vesper-product-page .vesper-inline-panel,
  .vesper-product-page .vesper-product-description-panel,
  .vesper-product-page .vesper-product-purchase-panel {
    padding: 14px;
    border-radius: 20px;
  }

  .vesper-product-page .vesper-total-line {
    padding: 14px 16px;
  }

  .vesper-product-page .vesper-total-line strong {
    font-size: 22px;
  }

  .vesper-product-page .vesper-description-block p,
  .vesper-product-page .vesper-info-card p,
  .vesper-product-page .vesper-check-list li,
  .vesper-product-page .vesper-product-purchase-panel .vesper-section-copy {
    font-size: 14px;
  }
}

/* v26 mobile checkout centering + smaller mobile product media */
@media (max-width: 860px) {
  .vesper-product-page.vesper-checkout-focus .vesper-product-hero {
    align-items: center;
  }

  .vesper-product-page.vesper-checkout-focus .vesper-product-purchase-panel {
    width: min(100%, 480px);
    margin-inline: auto;
    align-self: center;
  }

  .vesper-product-page.vesper-checkout-focus .vesper-product-copy {
    width: 100%;
    max-width: 480px;
    margin-inline: auto;
  }
}

@media (max-width: 768px) {
  .vesper-home-page .vesper-plan-card .vesper-feature-media {
    aspect-ratio: 1.26 / 1;
    border-radius: 14px;
  }

  .vesper-home-page .vesper-feature-image {
    padding: 6px;
  }

  .vesper-home-page .vesper-feature-fallback {
    padding: 14px 12px;
  }

  .vesper-home-page .vesper-fallback-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 10px;
  }

  .vesper-home-page .vesper-fallback-title {
    font-size: clamp(13px, 4.4vw, 16px);
  }
}

@media (max-width: 420px) {
  .vesper-product-page.vesper-checkout-focus .vesper-product-purchase-panel,
  .vesper-product-page.vesper-checkout-focus .vesper-product-copy {
    width: min(100%, 100%);
  }

  .vesper-product-page.vesper-checkout-focus .vesper-product-purchase-panel {
    padding: 14px;
    border-radius: 20px;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-media {
    aspect-ratio: 1.34 / 1;
    border-radius: 12px;
  }

  .vesper-home-page .vesper-feature-fallback {
    padding: 12px 10px;
  }

  .vesper-home-page .vesper-fallback-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 8px;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-title h3 {
    font-size: 14px;
    min-height: 2.3em;
  }
}


/* v27 mobile product card copy compaction + better desc usage */
@media (max-width: 768px) {
  .vesper-home-page .vesper-plan-card .vesper-feature-title-wrap {
    gap: 2px;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-title h3 {
    min-height: 2.25em;
    margin-bottom: 0;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-desc {
    margin-top: 2px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    min-height: 0;
    max-height: calc(1.35em * 2);
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-desc:empty {
    display: none;
  }

  .vesper-home-page .vesper-plan-price-row {
    margin-top: 2px;
    padding: 4px 0 3px;
  }

  .vesper-home-page .vesper-plan-cta-row {
    margin-top: 2px;
    padding-top: 4px;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-bottom {
    gap: 6px;
  }
}

@media (max-width: 420px) {
  .vesper-home-page .vesper-plan-card .vesper-feature-title h3 {
    min-height: 2.15em;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-desc {
    margin-top: 1px;
    max-height: calc(1.3em * 2);
  }

  .vesper-home-page .vesper-plan-price-row {
    margin-top: 1px;
    padding: 3px 0 2px;
  }

  .vesper-home-page .vesper-plan-cta-row {
    margin-top: 1px;
    padding-top: 3px;
  }
}

/* v28 mobile home card whitespace + price separator cleanup */
@media (max-width: 768px) {
  .vesper-home-page .vesper-plan-head,
  .vesper-home-page .vesper-feature-head {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
    min-height: auto !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-title-wrap {
    width: 100%;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-title h3 {
    min-height: auto !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-desc {
    min-height: auto !important;
    max-height: calc(1.35em * 2) !important;
  }

  .vesper-home-page .vesper-plan-price-row {
    margin-top: 2px !important;
    padding: 2px 0 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  .vesper-home-page .vesper-plan-cta-row {
    margin-top: 2px !important;
    padding-top: 2px !important;
    border-top: 0 !important;
    box-shadow: none !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-price strong {
    margin-top: 0 !important;
  }
}

@media (max-width: 420px) {
  .vesper-home-page .vesper-plan-card .vesper-feature-desc {
    max-height: calc(1.3em * 2) !important;
  }

  .vesper-home-page .vesper-plan-price-row {
    margin-top: 1px !important;
    padding: 1px 0 0 !important;
  }

  .vesper-home-page .vesper-plan-cta-row {
    margin-top: 1px !important;
    padding-top: 1px !important;
  }
}

/* v29 mobile card rhythm + fixed copy blocks */
@media (max-width: 768px) {
  .vesper-home-page .vesper-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    align-items: stretch;
  }

  .vesper-home-page .vesper-plan-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 10px 10px 12px !important;
    border-radius: 20px;
  }

  .vesper-home-page .vesper-plan-topline {
    margin-bottom: 8px;
  }

  .vesper-home-page .vesper-plan-body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 10px 2px 0 !important;
  }

  .vesper-home-page .vesper-feature-head,
  .vesper-home-page .vesper-plan-head {
    display: block !important;
    min-height: 0 !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-title-wrap {
    display: grid;
    grid-template-rows: 2.45em 2.8em;
    gap: 4px;
    min-height: calc(2.45em + 2.8em + 4px);
    align-content: start;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-title {
    display: block;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-title h3 {
    min-height: 2.45em !important;
    height: 2.45em;
    margin: 0 !important;
    line-height: 1.22 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-desc {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 2.8em !important;
    min-height: 2.8em !important;
    max-height: 2.8em !important;
    margin-top: 0 !important;
    line-height: 1.4 !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-desc:empty {
    display: block !important;
    visibility: hidden;
  }

  .vesper-home-page .vesper-plan-price-row {
    margin-top: 6px !important;
    padding: 0 !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-price small {
    display: none;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-price strong {
    gap: 4px;
  }

  .vesper-home-page .vesper-feature-bottom.vesper-plan-cta-row,
  .vesper-home-page .vesper-plan-cta-row {
    margin-top: 8px !important;
    padding-top: 0 !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-buy-pill,
  .vesper-home-page .vesper-plan-card .vesper-buy-pill.is-disabled {
    min-height: 44px;
  }
}

@media (max-width: 420px) {
  .vesper-home-page .vesper-feature-grid {
    gap: 10px !important;
  }

  .vesper-home-page .vesper-plan-card {
    padding: 9px 9px 11px !important;
    border-radius: 18px;
  }

  .vesper-home-page .vesper-plan-body {
    padding: 9px 1px 0 !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-title-wrap {
    grid-template-rows: 2.4em 2.7em;
    min-height: calc(2.4em + 2.7em + 3px);
    gap: 3px;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-title h3 {
    font-size: 13px !important;
    min-height: 2.4em !important;
    height: 2.4em;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-desc {
    font-size: 11px !important;
    line-height: 1.35 !important;
    height: 2.7em !important;
    min-height: 2.7em !important;
    max-height: 2.7em !important;
  }

  .vesper-home-page .vesper-plan-price-row {
    margin-top: 5px !important;
  }

  .vesper-home-page .vesper-feature-bottom.vesper-plan-cta-row,
  .vesper-home-page .vesper-plan-cta-row {
    margin-top: 7px !important;
  }
}

/* v30 mobile card uniformity + uploaded poster frame fix */
@media (max-width: 768px) {
  .vesper-home-page .vesper-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    align-items: stretch;
  }

  .vesper-home-page .vesper-plan-card {
    display: grid !important;
    grid-template-rows: auto auto 1fr;
    height: 100%;
    padding: 10px !important;
    border-radius: 20px !important;
  }

  .vesper-home-page .vesper-plan-topline {
    margin-bottom: 8px !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-media {
    aspect-ratio: 1.12 / 1 !important;
    max-height: none !important;
    min-height: 0 !important;
    border-radius: 18px !important;
    overflow: hidden !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-media:not(.is-fallback) {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-media:not(.is-fallback)::before,
  .vesper-home-page .vesper-plan-card .vesper-feature-media:not(.is-fallback)::after {
    display: none !important;
    content: none !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-image {
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 18px !important;
    background: transparent !important;
    display: block;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-media.is-fallback {
    background: #fbf8f3 !important;
    border: 1px solid rgba(71, 58, 43, 0.08) !important;
    box-shadow: none !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-fallback,
  .vesper-home-page .vesper-plan-card .vesper-feature-media.is-fallback,
  .vesper-home-page .vesper-plan-card .vesper-feature-media.is-fallback .vesper-feature-fallback {
    border-radius: 18px !important;
  }

  .vesper-home-page .vesper-plan-body {
    display: grid !important;
    grid-template-rows: minmax(82px, auto) auto auto;
    align-content: start;
    padding: 10px 2px 0 !important;
    gap: 0 !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-title-wrap {
    display: grid !important;
    grid-template-rows: 2.55em 2.9em;
    align-content: start;
    gap: 4px !important;
    min-height: calc(2.55em + 2.9em + 4px) !important;
    max-width: 100%;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-title,
  .vesper-home-page .vesper-plan-card .vesper-feature-title h3,
  .vesper-home-page .vesper-plan-card .vesper-feature-desc {
    width: 100%;
    max-width: 100%;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-title h3 {
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.28 !important;
    min-height: 2.55em !important;
    height: 2.55em !important;
    text-align: left;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-desc {
    margin-top: 0 !important;
    font-size: 11px !important;
    line-height: 1.45 !important;
    color: var(--vesper-copy-soft) !important;
    height: 2.9em !important;
    min-height: 2.9em !important;
    max-height: 2.9em !important;
    text-align: left;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-desc:empty::before {
    content: "\00a0";
  }

  .vesper-home-page .vesper-plan-price-row {
    margin-top: 8px !important;
    padding: 0 !important;
    border: 0 !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-price,
  .vesper-home-page .vesper-plan-card .vesper-feature-price strong {
    width: 100%;
    text-align: left;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-price strong {
    gap: 4px !important;
    align-items: baseline;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-price-value {
    font-size: 16px !important;
    line-height: 1 !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-price-suffix {
    font-size: 11px !important;
    line-height: 1 !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-plan-points {
    display: none !important;
  }

  .vesper-home-page .vesper-feature-bottom.vesper-plan-cta-row,
  .vesper-home-page .vesper-plan-cta-row {
    margin-top: 8px !important;
    padding-top: 0 !important;
    border-top: none !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-buy-pill,
  .vesper-home-page .vesper-plan-card .vesper-buy-pill.is-disabled {
    min-height: 42px !important;
    width: 100%;
  }
}

@media (max-width: 420px) {
  .vesper-home-page .vesper-plan-card {
    padding: 9px !important;
    border-radius: 18px !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-media,
  .vesper-home-page .vesper-plan-card .vesper-feature-image,
  .vesper-home-page .vesper-plan-card .vesper-feature-fallback {
    border-radius: 16px !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-media {
    aspect-ratio: 1.08 / 1 !important;
  }

  .vesper-home-page .vesper-plan-body {
    grid-template-rows: minmax(78px, auto) auto auto;
    padding: 9px 2px 0 !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-title-wrap {
    grid-template-rows: 2.5em 2.75em;
    min-height: calc(2.5em + 2.75em + 4px) !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-title h3 {
    font-size: 13px !important;
    min-height: 2.5em !important;
    height: 2.5em !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-desc {
    height: 2.75em !important;
    min-height: 2.75em !important;
    max-height: 2.75em !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-price-value {
    font-size: 15px !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-buy-pill,
  .vesper-home-page .vesper-plan-card .vesper-buy-pill.is-disabled {
    min-height: 40px !important;
  }
}


/* v31 desktop card alignment + uploaded poster polish */
.vesper-feature-grid {
  align-items: stretch;
}

.vesper-home-page .vesper-plan-card,
.vesper-related-feature-grid .vesper-plan-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.vesper-home-page .vesper-plan-card .vesper-feature-media,
.vesper-related-feature-grid .vesper-plan-card .vesper-feature-media {
  flex: 0 0 auto;
}

.vesper-home-page .vesper-plan-card .vesper-feature-media.has-image,
.vesper-related-feature-grid .vesper-plan-card .vesper-feature-media.has-image {
  background: #05080d !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.vesper-home-page .vesper-plan-card .vesper-feature-media.has-image::before,
.vesper-home-page .vesper-plan-card .vesper-feature-media.has-image::after,
.vesper-related-feature-grid .vesper-plan-card .vesper-feature-media.has-image::before,
.vesper-related-feature-grid .vesper-plan-card .vesper-feature-media.has-image::after {
  display: none !important;
  content: none !important;
}

.vesper-home-page .vesper-plan-card .vesper-feature-image,
.vesper-related-feature-grid .vesper-plan-card .vesper-feature-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
  display: block;
  object-fit: contain;
  object-position: center;
  background: transparent;
  border-radius: inherit;
  filter: saturate(1.02) contrast(1.02);
}

.vesper-home-page .vesper-plan-body,
.vesper-related-feature-grid .vesper-plan-body {
  display: grid;
  grid-template-rows: minmax(86px, auto) 70px auto 1fr auto;
  align-content: start;
  flex: 1 1 auto;
}

.vesper-home-page .vesper-plan-card .vesper-feature-title h3,
.vesper-related-feature-grid .vesper-plan-card .vesper-feature-title h3 {
  min-height: 2.36em;
  margin: 0;
}

.vesper-home-page .vesper-plan-card .vesper-feature-desc,
.vesper-related-feature-grid .vesper-plan-card .vesper-feature-desc {
  margin-top: 8px;
  height: 44px;
  min-height: 44px;
  max-height: 44px;
}

.vesper-home-page .vesper-plan-price-row,
.vesper-related-feature-grid .vesper-plan-price-row {
  margin-top: 14px;
}

.vesper-home-page .vesper-plan-points,
.vesper-related-feature-grid .vesper-plan-points {
  min-height: 108px;
}

.vesper-home-page .vesper-plan-cta-row,
.vesper-related-feature-grid .vesper-plan-cta-row {
  margin-top: auto;
}

@media (min-width: 901px) {
  .vesper-home-page .vesper-plan-card .vesper-feature-media,
  .vesper-related-feature-grid .vesper-plan-card .vesper-feature-media {
    aspect-ratio: 1.7 / 1;
    max-height: 188px;
    border-radius: 20px;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-fallback,
  .vesper-related-feature-grid .vesper-plan-card .vesper-feature-fallback {
    padding: 16px 18px;
  }

  .vesper-home-page .vesper-plan-card .vesper-fallback-icon,
  .vesper-related-feature-grid .vesper-plan-card .vesper-fallback-icon {
    width: 64px;
    height: 64px;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-title h3,
  .vesper-related-feature-grid .vesper-plan-card .vesper-feature-title h3 {
    font-size: clamp(18px, 1.45vw, 24px);
  }
}


/* ===== v34 final unified product card layout ===== */
.vesper-home-page .vesper-feature-grid,
.vesper-related-feature-grid {
  align-items: stretch !important;
}

.vesper-home-page .vesper-plan-card,
.vesper-related-feature-grid .vesper-plan-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 100% !important;
}

.vesper-home-page .vesper-plan-card .vesper-feature-media,
.vesper-related-feature-grid .vesper-plan-card .vesper-feature-media {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  overflow: hidden;
  border-radius: 20px !important;
}

/* uploaded/custom posters: no outer blue frame */
.vesper-home-page .vesper-plan-card .vesper-feature-media.has-image,
.vesper-related-feature-grid .vesper-plan-card .vesper-feature-media.has-image {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.vesper-home-page .vesper-plan-card .vesper-feature-media.has-image::before,
.vesper-home-page .vesper-plan-card .vesper-feature-media.has-image::after,
.vesper-related-feature-grid .vesper-plan-card .vesper-feature-media.has-image::before,
.vesper-related-feature-grid .vesper-plan-card .vesper-feature-media.has-image::after {
  display: none !important;
  content: none !important;
}

.vesper-home-page .vesper-plan-card .vesper-feature-image,
.vesper-related-feature-grid .vesper-plan-card .vesper-feature-image {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border-radius: inherit !important;
}

/* fallback posters: clean neutral container, no blue accent border */
.vesper-home-page .vesper-plan-card .vesper-feature-media.is-fallback,
.vesper-related-feature-grid .vesper-plan-card .vesper-feature-media.is-fallback {
  background: #f7f4ef !important;
  border: 1px solid rgba(71, 58, 43, 0.08) !important;
  box-shadow: none !important;
}

.vesper-home-page .vesper-plan-card .vesper-feature-fallback,
.vesper-related-feature-grid .vesper-plan-card .vesper-feature-fallback {
  height: 100% !important;
  border-radius: inherit !important;
  background: transparent !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.vesper-home-page .vesper-plan-card .vesper-feature-title-wrap,
.vesper-related-feature-grid .vesper-plan-card .vesper-feature-title-wrap {
  display: grid !important;
  width: 100%;
}

.vesper-home-page .vesper-plan-body,
.vesper-related-feature-grid .vesper-plan-body {
  display: grid !important;
  align-content: start !important;
  flex: 1 1 auto !important;
  width: 100%;
}

.vesper-home-page .vesper-plan-card .vesper-feature-title h3,
.vesper-related-feature-grid .vesper-plan-card .vesper-feature-title h3 {
  margin: 0 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left !important;
}

.vesper-home-page .vesper-plan-card .vesper-feature-desc,
.vesper-related-feature-grid .vesper-plan-card .vesper-feature-desc {
  margin: 0 !important;
  color: var(--vesper-copy) !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left !important;
  word-break: break-word;
}

.vesper-home-page .vesper-plan-card .vesper-feature-desc:empty::before,
.vesper-related-feature-grid .vesper-plan-card .vesper-feature-desc:empty::before {
  content: "\00a0";
}

.vesper-home-page .vesper-plan-price-row,
.vesper-related-feature-grid .vesper-plan-price-row {
  border-top: 1px solid rgba(71, 58, 43, 0.08) !important;
  justify-content: flex-start !important;
}

.vesper-home-page .vesper-plan-card .vesper-feature-price,
.vesper-home-page .vesper-plan-card .vesper-feature-price strong,
.vesper-related-feature-grid .vesper-plan-card .vesper-feature-price,
.vesper-related-feature-grid .vesper-plan-card .vesper-feature-price strong {
  width: 100%;
  text-align: left !important;
  white-space: nowrap;
}

.vesper-home-page .vesper-plan-card .vesper-feature-price strong,
.vesper-related-feature-grid .vesper-plan-card .vesper-feature-price strong {
  display: flex !important;
  align-items: baseline !important;
  gap: 6px !important;
}

.vesper-home-page .vesper-plan-card .vesper-plan-points,
.vesper-related-feature-grid .vesper-plan-card .vesper-plan-points {
  margin: 0 !important;
}

.vesper-home-page .vesper-plan-card .vesper-plan-cta-row,
.vesper-related-feature-grid .vesper-plan-card .vesper-plan-cta-row {
  margin-top: auto !important;
}

/* desktop */
@media (min-width: 761px) {
  .vesper-home-page .vesper-feature-grid,
  .vesper-related-feature-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 22px !important;
  }

  .vesper-home-page .vesper-plan-card,
  .vesper-related-feature-grid .vesper-plan-card {
    padding: 14px !important;
    border-radius: 28px !important;
  }

  .vesper-home-page .vesper-plan-topline,
  .vesper-related-feature-grid .vesper-plan-topline {
    margin-bottom: 12px !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-media,
  .vesper-related-feature-grid .vesper-plan-card .vesper-feature-media {
    aspect-ratio: 16 / 9 !important;
    max-height: none !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-image,
  .vesper-related-feature-grid .vesper-plan-card .vesper-feature-image {
    object-fit: cover !important;
    object-position: center !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-fallback,
  .vesper-related-feature-grid .vesper-plan-card .vesper-feature-fallback {
    padding: 18px 18px !important;
    gap: 14px !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-fallback-icon,
  .vesper-related-feature-grid .vesper-plan-card .vesper-fallback-icon {
    width: 64px !important;
    height: 64px !important;
  }

  .vesper-home-page .vesper-plan-body,
  .vesper-related-feature-grid .vesper-plan-body {
    grid-template-rows: minmax(92px, 92px) minmax(52px, 52px) auto 1fr auto !important;
    padding: 16px 4px 4px !important;
    gap: 0 !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-title-wrap,
  .vesper-related-feature-grid .vesper-plan-card .vesper-feature-title-wrap {
    grid-template-rows: 58px 52px !important;
    gap: 8px !important;
    min-height: calc(58px + 52px + 8px) !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-title h3,
  .vesper-related-feature-grid .vesper-plan-card .vesper-feature-title h3 {
    font-size: 18px !important;
    line-height: 1.22 !important;
    min-height: 58px !important;
    height: 58px !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-desc,
  .vesper-related-feature-grid .vesper-plan-card .vesper-feature-desc {
    font-size: 14px !important;
    line-height: 1.5 !important;
    height: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
  }

  .vesper-home-page .vesper-plan-price-row,
  .vesper-related-feature-grid .vesper-plan-price-row {
    margin-top: 12px !important;
    padding: 14px 0 10px !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-price-value,
  .vesper-related-feature-grid .vesper-plan-card .vesper-feature-price-value {
    font-size: 22px !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-price-suffix,
  .vesper-related-feature-grid .vesper-plan-card .vesper-feature-price-suffix {
    font-size: 12px !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-plan-points,
  .vesper-related-feature-grid .vesper-plan-card .vesper-plan-points {
    min-height: 112px !important;
    padding-top: 14px !important;
    gap: 8px !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-plan-points li,
  .vesper-related-feature-grid .vesper-plan-card .vesper-plan-points li {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-buy-pill,
  .vesper-home-page .vesper-plan-card .vesper-buy-pill.is-disabled,
  .vesper-related-feature-grid .vesper-plan-card .vesper-buy-pill,
  .vesper-related-feature-grid .vesper-plan-card .vesper-buy-pill.is-disabled {
    min-height: 48px !important;
    width: 100% !important;
  }
}

/* mobile: preserve compact layout, but remove poster frames and unify rows */
@media (max-width: 760px) {
  .vesper-home-page .vesper-plan-card .vesper-feature-media {
    aspect-ratio: 1.05 / 1 !important;
    border-radius: 16px !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-media.has-image {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-media.has-image::before,
  .vesper-home-page .vesper-plan-card .vesper-feature-media.has-image::after {
    display: none !important;
    content: none !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-image {
    object-fit: cover !important;
    padding: 0 !important;
    border-radius: inherit !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-media.is-fallback {
    background: #f7f4ef !important;
    border: 1px solid rgba(71, 58, 43, 0.08) !important;
    box-shadow: none !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-fallback {
    padding: 12px !important;
    gap: 12px !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-fallback-icon {
    width: 52px !important;
    height: 52px !important;
  }

  .vesper-home-page .vesper-plan-body {
    grid-template-rows: minmax(74px, 74px) minmax(38px, 38px) auto auto !important;
    padding: 8px 2px 0 !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-title-wrap {
    grid-template-rows: 50px 38px !important;
    gap: 4px !important;
    min-height: calc(50px + 38px + 4px) !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-title h3 {
    height: 50px !important;
    min-height: 50px !important;
    font-size: 14px !important;
    line-height: 1.22 !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-desc {
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
  }

  .vesper-home-page .vesper-plan-price-row {
    margin-top: 8px !important;
    padding: 0 !important;
    border-top: 1px solid rgba(71, 58, 43, 0.08) !important;
    border-bottom: none !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-price strong {
    gap: 4px !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-price-value {
    font-size: 16px !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-price-suffix {
    font-size: 11px !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-plan-points {
    display: none !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-buy-pill,
  .vesper-home-page .vesper-plan-card .vesper-buy-pill.is-disabled {
    min-height: 42px !important;
  }
}


/* v35 admin shell behavior */
.admin-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
}

.admin-content-shell {
  align-content: start;
}

.admin-page {
  display: none;
  gap: 20px;
}

.admin-page.is-active {
  display: grid;
}

.admin-quick-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.admin-quick-card {
  border: 1px solid #dbe7fb;
  background: #fff;
  border-radius: 22px;
  padding: 22px;
  display: grid;
  gap: 8px;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(31, 41, 55, 0.05);
}

.admin-quick-card strong {
  font-size: 18px;
}

.admin-quick-card span {
  color: #667085;
  line-height: 1.7;
}

.admin-stock-filter.modern {
  justify-content: flex-end;
}

@media (max-width: 1180px) {
  .admin-sidebar {
    position: sticky;
    height: auto;
  }

  .admin-quick-grid {
    grid-template-columns: 1fr;
  }
}


/* ===== v36 admin spacing refinement ===== */
.admin-content-shell {
  display: grid;
  gap: 22px;
}

.admin-section-block {
  display: grid;
  gap: 20px;
}

.admin-products-top {
  margin-bottom: 8px;
}

.admin-import-helper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  align-content: start;
  padding-top: 30px;
}

.admin-summary-modern-card,
.admin-product-modern-card,
.admin-form-card,
.admin-panel {
  min-width: 0;
}

.admin-summary-modern-actions,
.admin-form-actions,
.admin-stock-filter.modern,
.admin-export-form {
  gap: 12px;
}

.admin-form-actions {
  display: flex;
  flex-wrap: wrap;
}

.admin-page[data-admin-page="products"] .admin-panel,
.admin-page[data-admin-page="stock"] .admin-panel,
.admin-page[data-admin-page="orders"] .admin-panel {
  padding: 28px;
}

.admin-page[data-admin-page="stock"] .admin-section-block .admin-panel {
  padding: 24px;
}

@media (max-width: 1100px) {
  .admin-products-top {
    grid-template-columns: 1fr;
  }
  .admin-import-helper {
    padding-top: 0;
  }
}

/* ===== v37 desktop card master rhythm fix (desktop only, mobile untouched) ===== */
@media (min-width: 761px) {
  .vesper-home-page .vesper-feature-grid,
  .vesper-related-feature-grid {
    align-items: stretch !important;
    grid-auto-rows: 1fr;
  }

  .vesper-home-page .vesper-plan-card,
  .vesper-related-feature-grid .vesper-plan-card {
    display: flex !important;
    flex-direction: column !important;
    min-height: 518px !important;
    height: 100% !important;
    padding: 14px !important;
    border-radius: 28px !important;
  }

  .vesper-home-page .vesper-plan-topline,
  .vesper-related-feature-grid .vesper-plan-topline {
    min-height: 30px;
    margin-bottom: 10px !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-media,
  .vesper-related-feature-grid .vesper-plan-card .vesper-feature-media {
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    max-height: none !important;
    min-height: 0 !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    flex: 0 0 auto !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-media.has-image,
  .vesper-related-feature-grid .vesper-plan-card .vesper-feature-media.has-image {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-media.has-image::before,
  .vesper-home-page .vesper-plan-card .vesper-feature-media.has-image::after,
  .vesper-related-feature-grid .vesper-plan-card .vesper-feature-media.has-image::before,
  .vesper-related-feature-grid .vesper-plan-card .vesper-feature-media.has-image::after {
    display: none !important;
    content: none !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-image,
  .vesper-related-feature-grid .vesper-plan-card .vesper-feature-image {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: inherit !important;
    background: transparent !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-media.is-fallback,
  .vesper-related-feature-grid .vesper-plan-card .vesper-feature-media.is-fallback {
    background: #f7f4ef !important;
    border: 1px solid rgba(71, 58, 43, 0.08) !important;
    box-shadow: none !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-fallback,
  .vesper-related-feature-grid .vesper-plan-card .vesper-feature-fallback {
    height: 100% !important;
    border-radius: inherit !important;
    background: transparent !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    padding: 16px 18px !important;
    text-align: center !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-fallback-icon,
  .vesper-related-feature-grid .vesper-plan-card .vesper-fallback-icon {
    width: 64px !important;
    height: 64px !important;
  }

  .vesper-home-page .vesper-plan-body,
  .vesper-related-feature-grid .vesper-plan-body {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
    padding: 16px 6px 6px !important;
    gap: 0 !important;
  }

  .vesper-home-page .vesper-plan-head,
  .vesper-home-page .vesper-feature-head,
  .vesper-related-feature-grid .vesper-plan-head,
  .vesper-related-feature-grid .vesper-feature-head {
    display: block !important;
    min-height: 0 !important;
    gap: 0 !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-title-wrap,
  .vesper-related-feature-grid .vesper-plan-card .vesper-feature-title-wrap {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    min-height: 114px !important;
    max-height: 114px !important;
    overflow: hidden !important;
    width: 100% !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-title,
  .vesper-related-feature-grid .vesper-plan-card .vesper-feature-title {
    display: block !important;
    width: 100% !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-title h3,
  .vesper-related-feature-grid .vesper-plan-card .vesper-feature-title h3 {
    margin: 0 !important;
    height: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
    font-size: 18px !important;
    line-height: 1.18 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-align: left !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-desc,
  .vesper-related-feature-grid .vesper-plan-card .vesper-feature-desc {
    margin: 0 !important;
    height: 54px !important;
    min-height: 54px !important;
    max-height: 54px !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    color: var(--vesper-copy) !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    word-break: break-word !important;
    text-align: left !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-desc:empty,
  .vesper-related-feature-grid .vesper-plan-card .vesper-feature-desc:empty {
    visibility: hidden !important;
  }

  .vesper-home-page .vesper-plan-price-row,
  .vesper-related-feature-grid .vesper-plan-price-row {
    margin-top: 10px !important;
    padding: 10px 0 12px !important;
    border-top: 1px solid rgba(71, 58, 43, 0.08) !important;
    justify-content: flex-start !important;
    flex: 0 0 auto !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-price,
  .vesper-related-feature-grid .vesper-plan-card .vesper-feature-price {
    width: 100% !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-price small,
  .vesper-related-feature-grid .vesper-plan-card .vesper-feature-price small {
    display: block !important;
    margin-bottom: 6px !important;
    font-size: 12px !important;
    line-height: 1.1 !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-price strong,
  .vesper-related-feature-grid .vesper-plan-card .vesper-feature-price strong {
    display: flex !important;
    align-items: baseline !important;
    gap: 6px !important;
    white-space: nowrap !important;
    width: 100% !important;
    text-align: left !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-price-value,
  .vesper-related-feature-grid .vesper-plan-card .vesper-feature-price-value {
    font-size: 22px !important;
    line-height: 1 !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-feature-price-suffix,
  .vesper-related-feature-grid .vesper-plan-card .vesper-feature-price-suffix {
    font-size: 12px !important;
    line-height: 1 !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-plan-points,
  .vesper-related-feature-grid .vesper-plan-card .vesper-plan-points {
    min-height: 104px !important;
    margin: 0 !important;
    padding-top: 10px !important;
    gap: 8px !important;
    flex: 1 1 auto !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-plan-points li,
  .vesper-related-feature-grid .vesper-plan-card .vesper-plan-points li {
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-plan-cta-row,
  .vesper-related-feature-grid .vesper-plan-card .vesper-plan-cta-row {
    margin-top: auto !important;
    padding-top: 14px !important;
    flex: 0 0 auto !important;
  }

  .vesper-home-page .vesper-plan-card .vesper-buy-pill,
  .vesper-home-page .vesper-plan-card .vesper-buy-pill.is-disabled,
  .vesper-related-feature-grid .vesper-plan-card .vesper-buy-pill,
  .vesper-related-feature-grid .vesper-plan-card .vesper-buy-pill.is-disabled {
    width: 100% !important;
    min-height: 48px !important;
  }
}
