:root {
  color-scheme: light;
  --bg: #f8fafc;
  --bg-strong: #eef3f8;
  --surface: #ffffff;
  --surface-soft: #f6f8fb;
  --surface-tint: #eef6ff;
  --text: #111827;
  --muted: #5b677a;
  --muted-strong: #354155;
  --line: #d8e0ea;
  --line-strong: #c7d1df;
  --primary: #0f4cc8;
  --primary-dark: #0b3a9a;
  --ink: #0f172a;
  --cyan: #0ea5c6;
  --green: #12805c;
  --amber: #b76a00;
  --danger: #b42318;
  --shadow: 0 22px 70px rgba(15, 23, 42, 0.12);
  --shadow-soft: 0 12px 34px rgba(15, 23, 42, 0.08);
  --radius: 8px;
}

/* Pricing v2 and launch CTA */
.limited-offer {
  max-width: 620px;
  margin: 16px 0 0;
  color: #bae6fd;
  font-size: 14px;
  font-weight: 800;
}

.quick-lookup-copy p:not(.eyebrow) {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.pricing-v2-wrap {
  display: grid;
  gap: 28px;
}

.pricing-v2-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.plan-card {
  display: grid;
  gap: 14px;
  align-content: start;
  min-height: 100%;
}

.plan-card-featured {
  border-color: rgba(15, 76, 200, 0.38);
  box-shadow: 0 28px 80px rgba(15, 76, 200, 0.16);
}

.plan-badge {
  display: inline-flex;
  justify-self: start;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: #e9f8f1;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.plan-note {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.credit-pack-section {
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid rgba(216, 224, 234, 0.92);
  border-radius: 16px;
  background:
    radial-gradient(circle at 80% 20%, rgba(14, 165, 198, 0.1), transparent 28%),
    #fff;
  box-shadow: 0 20px 58px rgba(15, 23, 42, 0.08);
}

.credit-pack-section .section-heading {
  margin-bottom: 0;
}

.credit-pack-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.credit-pack-card {
  display: grid;
  gap: 8px;
  min-height: 154px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f8fafc;
}

.credit-pack-featured {
  border-color: rgba(15, 76, 200, 0.34);
  background: #eef6ff;
}

.credit-pack-card strong {
  font-size: 22px;
}

.credit-pack-card span {
  color: var(--primary);
  font-size: 28px;
  font-weight: 900;
}

.credit-pack-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.checkout-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.4fr) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

@media (max-width: 940px) {
  .pricing-v2-grid,
  .credit-pack-grid,
  .checkout-card {
    grid-template-columns: 1fr;
  }
}

/* Clothing-first visual refresh */
.cinematic-hero .hero-text {
  max-width: 610px;
}

.stage-photo-stack {
  position: absolute;
  left: 0;
  top: 82px;
  width: min(50%, 360px);
  min-width: 280px;
  margin: 0;
  transform: rotate(-4deg);
}

.hero-clothing-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.34);
  border-radius: 28px;
  background: linear-gradient(180deg, #f8fafc, #ffffff);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
}

.hero-clothing-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-photo-main {
  aspect-ratio: 0.78;
  padding: 18px;
}

.hero-photo-detail {
  position: absolute;
  right: -82px;
  bottom: -42px;
  width: 48%;
  aspect-ratio: 1;
  padding: 12px;
  transform: rotate(8deg);
}

.hero-photo-detail img {
  object-fit: cover;
  object-position: left center;
}

.stage-phone,
.stage-camera-grid,
.stage-phone-top,
.stage-scanline {
  display: none;
}

.stage-draft {
  top: 38px;
  width: min(62%, 500px);
  padding: 30px;
}

.stage-draft h2 {
  max-width: 410px;
  font-size: clamp(32px, 3.8vw, 54px);
}

.stage-draft p {
  max-width: 430px;
}

.orbit-one {
  right: 58px;
  top: 12px;
}

.orbit-two {
  left: 62px;
  bottom: 104px;
}

.orbit-three {
  right: 118px;
  bottom: 62px;
}

.proof-gallery {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.proof-card,
.proof-card-featured {
  position: relative;
  display: block;
  grid-column: auto;
  grid-row: auto;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 0.82;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(203, 213, 225, 0.78);
  border-radius: 20px;
  background: #f8fafc;
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.11);
}

.proof-image,
.proof-card-featured .proof-image {
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.96), transparent 43%),
    linear-gradient(180deg, #ffffff, #eef2f7);
}

.proof-photo-image {
  display: grid;
  place-items: center;
}

.proof-photo-image img,
.proof-card-featured .proof-photo-image img {
  width: 100%;
  height: 100%;
  padding: 16px;
  object-fit: contain;
  object-position: center;
}

.proof-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  background: linear-gradient(180deg, transparent, rgba(15, 23, 42, 0.72));
}

.proof-card strong {
  position: absolute;
  left: 16px;
  bottom: 15px;
  z-index: 1;
  color: #ffffff;
  font-size: clamp(18px, 1.55vw, 25px);
  line-height: 1;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.44);
}

.proof-card p {
  display: none;
}

.proof-shoes .proof-photo-image {
  background: linear-gradient(180deg, #111827, #020617);
}

.proof-shoes .proof-photo-image img {
  padding: 0;
}

.proof-jeans .proof-photo-image img,
.proof-tops .proof-photo-image img {
  padding: 12px;
}

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

@media (max-width: 900px) {
  .stage-photo-stack {
    position: relative;
    top: auto;
    width: min(78vw, 360px);
    min-width: 0;
    margin: 0 auto;
  }

  .stage-draft {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 26px;
  }

  .stage-orbit {
    display: none;
  }
}

@media (max-width: 760px) {
  .proof-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .proof-gallery {
    grid-template-columns: 1fr;
  }
}

/* Cascade lock: mobile capture must remain light, legible, and in bounds. */
.capture-v2-page,
.capture-v2-hero {
  max-width: 100%;
  overflow-x: hidden;
  color: #0f172a;
  background: #ffffff;
}

.capture-v2-hero h1 {
  color: #0f172a;
}

.capture-v2-hero .hero-text {
  color: #536176;
}

.capture-v2-pills span {
  border-color: #d8e0ea;
  background: #f6f8fb;
  color: #354155;
}

@media (max-width: 700px) {
  .capture-v2-page {
    padding-top: 0;
  }

  .trial-strip-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    gap: 10px;
    padding: 14px 0;
  }

  .trial-strip-inner > div {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 10px;
    min-width: 0;
  }

  .trial-strip .button {
    width: 100%;
    min-width: 0;
  }

  .capture-v2-hero {
    padding: 42px 0 48px;
  }

  .capture-v2-hero h1 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .capture-v2-hero .hero-text {
    font-size: 17px;
    line-height: 1.55;
  }

  .capture-v2-pills {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .capture-v2-pills span {
    min-width: 0;
    padding: 8px 5px;
    text-align: center;
    font-size: 11px;
  }

  .capture-v2-workspace {
    width: min(100% - 24px, 1160px);
    margin-top: 0;
    padding-top: 12px;
  }
}

/* Final mobile capture correction. Keep this last in the stylesheet. */
.capture-v2-page {
  max-width: 100%;
  overflow-x: hidden;
  background: #ffffff;
}

.capture-v2-hero {
  color: #0f172a;
  background: #ffffff;
}

.capture-v2-hero h1 {
  color: #0f172a;
}

.capture-v2-hero .hero-text {
  color: #536176;
}

.capture-v2-pills span {
  border-color: #d8e0ea;
  background: #f6f8fb;
  color: #354155;
}

@media (max-width: 700px) {
  .capture-v2-page {
    padding-top: 0;
    background: #ffffff;
  }

  .trial-strip-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    gap: 10px;
    padding: 14px 0;
  }

  .trial-strip-inner > div {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 10px;
    min-width: 0;
  }

  .trial-strip .button {
    width: 100%;
    min-width: 0;
  }

  .capture-v2-hero {
    padding: 42px 0 48px;
  }

  .capture-v2-hero h1 {
    color: #0f172a;
    font-size: clamp(38px, 12vw, 52px);
  }

  .capture-v2-hero .hero-text {
    color: #536176;
    font-size: 17px;
    line-height: 1.55;
  }

  .capture-v2-pills {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .capture-v2-pills span {
    min-width: 0;
    padding: 8px 5px;
    text-align: center;
    font-size: 11px;
  }

  .capture-v2-workspace {
    width: min(100% - 24px, 1160px);
    margin-top: 0;
    padding-top: 12px;
  }
}

/* 2026-06-19 brand and mobile capture hardening */
.brand-mark {
  width: 54px;
  height: 54px;
  border-radius: 16px;
}

.brand-mark img {
  width: 57px;
  transform: translate(-50%, -20px);
}

.brand-name {
  font-size: 21px;
  font-weight: 900;
}

.capture-v2-page {
  max-width: 100%;
  overflow-x: hidden;
  padding: 0 0 72px;
  background: #ffffff;
}

.capture-v2-hero {
  color: #0f172a;
  background: #ffffff;
}

.capture-v2-hero h1 {
  color: #0f172a;
}

.capture-v2-hero .hero-text {
  color: #536176;
}

.capture-v2-pills span {
  border-color: #d8e0ea;
  background: #f6f8fb;
  color: #354155;
}

@media (max-width: 700px) {
  .header-inner {
    width: min(100% - 24px, 1160px);
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
  }

  .brand {
    gap: 10px;
  }

  .brand-mark {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .brand-mark img {
    width: 51px;
    transform: translate(-50%, -18px);
  }

  .brand-name {
    font-size: 18px;
  }

  .top-nav {
    gap: 12px;
  }

  .top-nav a {
    font-size: 13px;
  }

  .top-nav a:last-child {
    display: none;
  }

  .trial-strip-inner {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 10px;
    padding: 14px 0;
  }

  .trial-strip-inner > div {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 10px;
    min-width: 0;
  }

  .trial-strip .button {
    width: 100%;
    min-width: 0;
  }

  .capture-v2-page {
    background: #ffffff;
  }

  .capture-v2-hero {
    padding: 42px 0 48px;
  }

  .capture-v2-hero h1 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .capture-v2-hero .hero-text {
    color: #536176;
    font-size: 17px;
    line-height: 1.55;
  }

  .capture-v2-pills {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .capture-v2-pills span {
    min-width: 0;
    padding: 8px 5px;
    text-align: center;
    font-size: 11px;
  }

  .capture-v2-workspace {
    width: min(100% - 24px, 1160px);
    margin-top: 0;
    padding-top: 12px;
  }

  .capture-v2-card,
  .capture-v2-card-head,
  .capture-v2-form,
  .capture-v2-drop,
  .capture-v2-preview,
  .capture-v2-draft-preview {
    min-width: 0;
    max-width: 100%;
  }

  .capture-v2-card {
    padding: 18px;
  }

  .capture-v2-card h2 {
    overflow-wrap: anywhere;
  }
}

/* 2026-06-19 white minimalist product system */
:root {
  --primary: #2563eb;
  --primary-dark: #1d4ed8;
  --text: #0f172a;
  --muted: #64748b;
  --muted-strong: #475569;
  --line: #e2e8f0;
  --line-strong: #cbd5e1;
  --surface: #ffffff;
  --radius: 14px;
  --shadow: 0 22px 70px rgba(15, 23, 42, 0.09);
}

body,
.app-body,
.minimal-page {
  color: var(--text);
  background: #ffffff;
}

.site-header {
  background: rgba(255, 255, 255, 0.94);
  border-bottom-color: var(--line);
}

.header-inner {
  min-height: 72px;
  padding: 10px 0;
}

.brand-mark {
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: none;
}

.brand-mark img {
  width: 42px;
  transform: translate(-50%, -15px);
}

.brand-name {
  color: var(--text);
  font-weight: 900;
}

.top-nav a,
.footer-links a {
  color: #475569;
}

.button {
  border-radius: 999px;
}

.button-primary {
  background: #2563eb;
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.18);
}

.button-primary:hover {
  background: #1d4ed8;
}

.button-secondary {
  border-color: var(--line);
  box-shadow: none;
}

.eyebrow,
.minimal-label {
  color: #2563eb;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.capture-v2-page {
  color: var(--text);
  background: #ffffff;
}

.trial-strip {
  border-bottom: 1px solid #bfdbfe;
  background: #eff6ff;
}

.trial-strip.is-active {
  border-bottom-color: #a7f3d0;
  background: #ecfdf5;
}

.trial-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 0;
}

.trial-strip-inner > div {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 14px;
}

.trial-strip strong {
  font-size: 15px;
}

.trial-strip span {
  color: #475569;
  font-size: 14px;
}

.trial-strip .button {
  min-height: 38px;
  flex: 0 0 auto;
  padding: 0 16px;
  font-size: 13px;
}

.capture-v2-hero {
  padding: 72px 0 58px;
  color: var(--text);
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}

.capture-v2-hero-grid {
  gap: 64px;
}

.capture-v2-hero h1 {
  max-width: 650px;
  color: var(--text);
  font-size: clamp(44px, 6vw, 76px);
  line-height: 0.98;
}

.capture-v2-hero .hero-text {
  max-width: 620px;
  color: var(--muted);
}

.capture-v2-pills span {
  color: #334155;
  background: #f8fafc;
  border-color: var(--line);
}

.capture-v2-phone {
  background: #ffffff;
  border: 8px solid #0f172a;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.14);
}

.capture-v2-camera {
  background:
    linear-gradient(rgba(255,255,255,.2), rgba(255,255,255,.2)),
    url("/site/static/swimsuit-table-photo.jpg") center / cover;
}

.capture-v2-item {
  display: none;
}

.capture-v2-workspace {
  gap: 18px;
  padding-top: 54px;
  padding-bottom: 80px;
}

.capture-v2-card {
  color: var(--text);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.07);
}

.capture-step {
  color: #94a3b8;
  background: #f8fafc;
  border-color: var(--line);
}

.field-group input {
  min-width: 0;
  color: var(--text);
  background: #ffffff;
  border-color: var(--line-strong);
  border-radius: 12px;
}

.field-group input:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 4px #dbeafe;
}

.capture-v2-drop {
  color: #334155;
  background: #f8fafc;
  border-color: #cbd5e1;
}

.capture-v2-draft-preview,
.capture-v2-result,
.capture-v2-empty {
  color: #334155;
  background: #f8fafc;
  border-color: var(--line);
}

.capture-v2-draft-preview strong,
.capture-v2-empty strong {
  color: var(--text);
}

.signup-page {
  min-height: calc(100vh - 73px);
  display: grid;
  place-items: center;
  padding: 64px 20px;
  background: #f8fafc;
}

.signup-shell {
  display: grid;
  width: min(980px, 100%);
  grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr);
  gap: 72px;
  align-items: center;
  padding: 58px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 30px 100px rgba(15, 23, 42, 0.09);
}

.signup-copy h1 {
  max-width: 560px;
  margin-top: 14px;
  font-size: clamp(44px, 6vw, 72px);
  line-height: .98;
}

.signup-copy > p:not(.minimal-label) {
  max-width: 580px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.65;
}

.trial-benefits {
  display: grid;
  gap: 13px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  color: #334155;
  font-weight: 800;
}

.trial-benefits li::before {
  content: "✓";
  margin-right: 10px;
  color: #059669;
}

.signup-form {
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
}

.signup-terms {
  margin: 0;
  color: #64748b;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.legal-page {
  padding: 64px 0 90px;
  background: #f8fafc;
}

.legal-card {
  max-width: 860px;
  padding: clamp(28px, 5vw, 64px);
  border-color: var(--line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 22px 70px rgba(15, 23, 42, 0.07);
}

.seo-hero {
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.seo-scoreboard,
.article-aside {
  border-color: var(--line);
  background: #f8fafc;
  box-shadow: none;
}

@media (max-width: 900px) {
  .signup-shell {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 38px;
  }

  .capture-v2-hero-grid {
    gap: 36px;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 24px, 1160px);
  }

  .header-inner {
    align-items: center;
  }

  .top-nav {
    gap: 12px;
  }

  .top-nav a:nth-child(n+3) {
    display: none;
  }

  .trial-strip-inner {
    align-items: flex-start;
  }

  .trial-strip-inner > div {
    display: grid;
    gap: 3px;
  }

  .capture-v2-hero {
    padding: 48px 0;
  }

  .capture-v2-hero h1 {
    font-size: clamp(42px, 14vw, 60px);
  }

  .capture-v2-workspace {
    padding-top: 34px;
  }

  .signup-page {
    padding: 24px 12px 48px;
  }

  .signup-shell {
    padding: 28px 20px;
    border-radius: 20px;
  }

  .signup-copy h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .signup-form {
    padding: 20px;
  }
}

/* Final override: equal premium cards */
.visual-proof-section {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 52%, #f8fafc 100%);
}

.visual-proof-wrap .section-heading {
  display: block;
  margin-bottom: 24px;
}

.proof-gallery {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.proof-card,
.proof-card-featured {
  position: relative;
  display: block;
  grid-column: auto;
  grid-row: auto;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 0.82;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(203, 213, 225, 0.78);
  border-radius: 20px;
  background: #f8fafc;
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.11);
}

.proof-image,
.proof-card-featured .proof-image {
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.96), transparent 43%),
    linear-gradient(180deg, #ffffff, #eef2f7);
}

.proof-photo-image img,
.proof-card-featured .proof-photo-image img {
  width: 100%;
  height: 100%;
  padding: 16px;
  object-fit: contain;
  object-position: center;
}

.proof-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  background: linear-gradient(180deg, transparent, rgba(15, 23, 42, 0.72));
}

.proof-card strong {
  position: absolute;
  left: 16px;
  bottom: 15px;
  z-index: 1;
  color: #ffffff;
  font-size: clamp(18px, 1.55vw, 25px);
  line-height: 1;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.44);
}

.proof-card p {
  display: none;
}

.proof-shoes .proof-photo-image {
  background: linear-gradient(180deg, #111827, #020617);
}

.proof-shoes .proof-photo-image img {
  padding: 0;
}

.proof-jeans .proof-photo-image img,
.proof-tops .proof-photo-image img {
  padding: 12px;
}

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

@media (max-width: 760px) {
  .proof-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .proof-gallery {
    grid-template-columns: 1fr;
  }
}

/* Final override: equal premium cards */
.visual-proof-section {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 52%, #f8fafc 100%);
}

.visual-proof-wrap .section-heading {
  display: block;
  margin-bottom: 24px;
}

.proof-gallery {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.proof-card,
.proof-card-featured {
  position: relative;
  display: block;
  grid-column: auto;
  grid-row: auto;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 0.82;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(203, 213, 225, 0.78);
  border-radius: 20px;
  background: #f8fafc;
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.11);
}

.proof-image,
.proof-card-featured .proof-image {
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.96), transparent 43%),
    linear-gradient(180deg, #ffffff, #eef2f7);
}

.proof-photo-image img,
.proof-card-featured .proof-photo-image img {
  width: 100%;
  height: 100%;
  padding: 16px;
  object-fit: contain;
  object-position: center;
}

.proof-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  background: linear-gradient(180deg, transparent, rgba(15, 23, 42, 0.72));
}

.proof-card strong {
  position: absolute;
  left: 16px;
  bottom: 15px;
  z-index: 1;
  color: #ffffff;
  font-size: clamp(18px, 1.55vw, 25px);
  line-height: 1;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.44);
}

.proof-card p {
  display: none;
}

.proof-shoes .proof-photo-image {
  background: linear-gradient(180deg, #111827, #020617);
}

.proof-shoes .proof-photo-image img {
  padding: 0;
}

.proof-jeans .proof-photo-image img,
.proof-tops .proof-photo-image img {
  padding: 12px;
}

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

@media (max-width: 760px) {
  .proof-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .proof-gallery {
    grid-template-columns: 1fr;
  }
}

/* Premium apparel editorial pass */
.cinematic-hero {
  min-height: calc(100vh - 72px);
  padding: 88px 0 72px;
  background:
    linear-gradient(90deg, rgba(2, 6, 23, 0.96) 0%, rgba(2, 6, 23, 0.9) 42%, rgba(15, 23, 42, 0.52) 100%),
    url("/site/static/sample-product-photos.jpg") center right / min(54vw, 760px) auto no-repeat,
    #020617;
}

.cinematic-hero::before,
.cinematic-hero::after {
  opacity: 0.42;
}

.cinematic-hero .hero-grid {
  grid-template-columns: minmax(0, 0.74fr) minmax(520px, 1.26fr);
  gap: 62px;
}

.cinematic-hero h1 {
  max-width: 620px;
  font-size: clamp(64px, 8vw, 118px);
  line-height: 0.9;
}

.cinematic-hero .hero-text {
  max-width: 500px;
  margin-top: 22px;
  color: #dbeafe;
  font-size: 19px;
  line-height: 1.45;
}

.limited-offer {
  margin-top: 18px;
  color: #93c5fd;
}

.cinema-proof {
  display: flex;
  max-width: 480px;
  gap: 8px;
  margin-top: 28px;
}

.cinema-proof div {
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.cinema-proof strong {
  color: #f8fafc;
  font-size: 13px;
}

.cinema-proof span {
  display: none;
}

.cinema-stage {
  min-height: 620px;
}

.stage-photo-stack {
  left: 24px;
  top: 40px;
  width: min(54%, 430px);
  transform: rotate(-2deg);
}

.hero-photo-main {
  aspect-ratio: 0.82;
  padding: 14px;
  border-radius: 34px;
  background: rgba(248, 250, 252, 0.96);
}

.hero-photo-detail {
  right: -104px;
  bottom: -56px;
  width: 44%;
  border-radius: 24px;
}

.stage-draft {
  right: 18px;
  top: 72px;
  width: min(54%, 440px);
  padding: 24px;
  border-radius: 24px;
  background: rgba(248, 250, 252, 0.9);
}

.stage-draft h2 {
  margin-top: 14px;
  max-width: 360px;
  font-size: clamp(26px, 3vw, 42px);
}

.stage-draft p,
.stage-lines {
  display: none;
}

.draft-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.draft-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: #e2e8f0;
  color: #334155;
  font-size: 12px;
  font-weight: 900;
}

.stage-orbit {
  min-height: 34px;
  padding: 8px 12px;
  background: rgba(15, 23, 42, 0.76);
  font-size: 12px;
}

.orbit-one {
  right: 64px;
  top: 30px;
}

.orbit-two {
  left: 112px;
  bottom: 82px;
}

.orbit-three {
  right: 90px;
  bottom: 112px;
}

.quick-lookup-section {
  padding: 28px 0;
}

.quick-lookup-card {
  border-radius: 18px;
}

.visual-proof-section {
  padding: 62px 0 56px;
  background: #ffffff;
}

.visual-proof-wrap .section-heading {
  margin-bottom: 20px;
}

.visual-proof-wrap .section-heading h2 {
  max-width: 640px;
  font-size: clamp(36px, 4.6vw, 64px);
}

.visual-proof-wrap .section-heading p:not(.eyebrow) {
  display: none;
}

.proof-gallery {
  grid-template-columns: 1.6fr 1fr 1fr;
  grid-auto-rows: 220px;
  gap: 14px;
}

.proof-card {
  position: relative;
  display: block;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 18px;
  background: #f8fafc;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.12);
}

.proof-card-featured {
  grid-row: span 2;
  min-height: 0;
}

.proof-image,
.proof-card-featured .proof-image {
  min-height: 100%;
  height: 100%;
  border-radius: inherit;
}

.proof-photo-image img,
.proof-card-featured .proof-photo-image img {
  padding: 0;
  object-fit: contain;
}

.proof-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(2, 6, 23, 0.72));
}

.proof-card strong {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 1;
  color: #fff;
  font-size: 24px;
}

.proof-card p {
  display: none;
}

.section#how-it-works,
#how-it-works {
  padding-top: 56px;
}

#how-it-works .section-heading h2 {
  font-size: clamp(34px, 4vw, 56px);
}

.feature-card {
  padding: 22px;
}

.feature-card p {
  font-size: 16px;
}

@media (max-width: 1100px) {
  .proof-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .cinematic-hero {
    padding: 58px 0 54px;
    background:
      linear-gradient(180deg, rgba(2, 6, 23, 0.95), rgba(2, 6, 23, 0.84)),
      #020617;
  }

  .cinematic-hero .hero-grid {
    grid-template-columns: 1fr;
  }

  .cinematic-hero h1 {
    font-size: clamp(54px, 15vw, 86px);
  }

  .cinema-stage {
    min-height: auto;
  }

  .stage-photo-stack {
    width: min(76vw, 380px);
  }

  .stage-draft {
    margin-top: 22px;
  }
}

@media (max-width: 640px) {
  .hero-actions {
    align-items: stretch;
  }

  .hero-actions .button {
    width: 100%;
  }

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

  .proof-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 250px;
  }
}

/* Professional hero simplification */
.cinematic-hero {
  background:
    radial-gradient(circle at 74% 42%, rgba(59, 130, 246, 0.18), transparent 30%),
    radial-gradient(circle at 62% 70%, rgba(20, 184, 166, 0.12), transparent 26%),
    linear-gradient(110deg, #020617 0%, #08111f 48%, #101827 100%);
}

.cinematic-hero h1 {
  max-width: 650px;
  font-size: clamp(68px, 8.5vw, 128px);
  letter-spacing: 0;
}

.cinematic-hero .hero-text {
  max-width: 470px;
  color: #e2e8f0;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 800;
  line-height: 1.18;
}

.cinema-proof {
  max-width: 360px;
}

.cinema-proof div {
  min-height: 38px;
  padding: 0 16px;
}

.cinema-stage {
  min-height: 600px;
}

.stage-glow {
  inset: 30px 8% 36px;
  background:
    radial-gradient(circle at 48% 38%, rgba(255, 255, 255, 0.18), transparent 36%),
    radial-gradient(circle at 66% 58%, rgba(59, 130, 246, 0.18), transparent 34%);
}

.stage-photo-stack {
  left: 24px;
  top: 34px;
  width: min(54%, 390px);
  min-width: 300px;
  transform: rotate(-0.5deg);
}

.hero-photo-main {
  aspect-ratio: 0.74;
  padding: 0;
  border: 10px solid rgba(255, 255, 255, 0.96);
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 38px 110px rgba(0, 0, 0, 0.48);
}

.hero-photo-main img {
  object-fit: cover;
  object-position: center top;
}

.hero-photo-detail {
  display: none;
}

.stage-draft {
  right: 6px;
  top: 118px;
  width: min(48%, 380px);
  padding: 22px;
  border: 1px solid rgba(226, 232, 240, 0.72);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
}

.draft-status {
  min-height: 28px;
  padding: 0 10px;
  font-size: 11px;
}

.stage-draft h2 {
  max-width: 330px;
  font-size: clamp(24px, 2.35vw, 34px);
  line-height: 1.02;
}

.draft-chips {
  gap: 7px;
}

.draft-chips span {
  min-height: 28px;
  padding: 0 9px;
  font-size: 11px;
}

.stage-orbit {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(15, 23, 42, 0.82);
}

.orbit-one {
  right: 38px;
  top: 68px;
}

.orbit-two {
  left: 94px;
  bottom: 86px;
}

.orbit-three {
  display: none;
}

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

.visual-proof-section {
  padding-top: 52px;
}

.visual-proof-wrap .section-heading h2 {
  max-width: 560px;
}

.proof-card {
  border-radius: 22px;
}

@media (max-width: 900px) {
  .stage-photo-stack {
    width: min(76vw, 360px);
    min-width: 0;
  }

  .stage-draft {
    width: min(100%, 430px);
    margin-left: auto;
    margin-right: auto;
  }
}

/* Premium equal-card category grid */
.visual-proof-section {
  background:
    linear-gradient(180deg, #f8fafc 0%, #ffffff 58%, #f8fafc 100%);
}

.visual-proof-wrap .section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.visual-proof-wrap .section-heading h2 {
  color: #111827;
}

.proof-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 18px;
  align-items: stretch;
}

.proof-card,
.proof-card-featured {
  grid-row: auto;
  min-height: 0;
  aspect-ratio: 0.78;
  border: 1px solid rgba(203, 213, 225, 0.78);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(241, 245, 249, 0.9));
  box-shadow:
    0 22px 54px rgba(15, 23, 42, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.proof-card::after {
  height: 46%;
  background: linear-gradient(180deg, transparent, rgba(15, 23, 42, 0.68));
}

.proof-image,
.proof-card-featured .proof-image {
  height: 100%;
  min-height: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.95), transparent 44%),
    linear-gradient(180deg, #ffffff, #eef2f7);
}

.proof-photo-image img,
.proof-card-featured .proof-photo-image img {
  width: 100%;
  height: 100%;
  padding: 18px;
  object-fit: contain;
  object-position: center;
}

.proof-shoes .proof-photo-image {
  background:
    radial-gradient(circle at 50% 60%, rgba(15, 23, 42, 0.45), transparent 42%),
    linear-gradient(180deg, #111827, #020617);
}

.proof-shoes .proof-photo-image img {
  padding: 0;
}

.proof-jeans .proof-photo-image img,
.proof-tops .proof-photo-image img {
  padding: 12px;
}

.proof-details .proof-photo-image img {
  padding: 16px;
}

.proof-card strong {
  left: 18px;
  bottom: 17px;
  color: #ffffff;
  font-size: clamp(19px, 1.7vw, 28px);
  letter-spacing: 0;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.42);
}

@media (max-width: 1200px) {
  .proof-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .visual-proof-wrap .section-heading {
    display: block;
  }

  .proof-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
}

@media (max-width: 480px) {
  .proof-gallery {
    grid-template-columns: 1fr;
  }
}

/* Cinema v4 gallery and capture app */
.visual-proof-section {
  padding: 72px 0 48px;
  background: #f8fafc;
}

.visual-proof-wrap .section-heading p:not(.eyebrow) {
  max-width: 720px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.proof-gallery {
  display: grid;
  grid-template-columns: 1.25fr repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.proof-card {
  display: grid;
  gap: 13px;
  min-height: 280px;
  padding: 14px;
  border: 1px solid rgba(216, 224, 234, 0.92);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.proof-card-featured {
  min-height: 360px;
}

.proof-image {
  position: relative;
  min-height: 154px;
  overflow: hidden;
  border-radius: 12px;
  background:
    radial-gradient(circle at 28% 24%, rgba(103, 232, 249, 0.22), transparent 32%),
    linear-gradient(135deg, #0f172a, #1e293b);
}

.proof-card-featured .proof-image {
  min-height: 230px;
}

.proof-photo-image {
  background: #eef2f7;
}

.proof-photo-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.proof-image span,
.proof-image::before,
.proof-image::after {
  content: "";
  position: absolute;
  display: block;
}

.proof-electronics .proof-image span {
  left: 50%;
  top: 50%;
  width: 74px;
  height: 96px;
  border-radius: 18px;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle at 50% 31%, #020617 0 15px, transparent 16px),
    radial-gradient(circle at 50% 70%, #020617 0 19px, transparent 20px),
    linear-gradient(180deg, #e2e8f0, #ffffff);
}

.proof-toys .proof-image span {
  left: 50%;
  top: 51%;
  width: 112px;
  height: 72px;
  border-radius: 24px;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle at 28px 46px, #020617 0 9px, transparent 10px),
    radial-gradient(circle at 84px 46px, #020617 0 9px, transparent 10px),
    linear-gradient(90deg, #38bdf8, #f59e0b);
}

.proof-tools .proof-image span {
  left: 50%;
  top: 50%;
  width: 128px;
  height: 24px;
  border-radius: 999px;
  transform: translate(-50%, -50%) rotate(-28deg);
  background: linear-gradient(90deg, #cbd5e1 0 52%, #f59e0b 52% 100%);
}

.proof-home .proof-image span {
  left: 50%;
  top: 50%;
  width: 92px;
  height: 92px;
  border-radius: 18px;
  transform: translate(-50%, -50%);
  background:
    linear-gradient(135deg, transparent 0 48%, rgba(15, 23, 42, 0.22) 49% 52%, transparent 53%),
    linear-gradient(180deg, #fff, #bfdbfe);
}

.proof-card strong {
  font-size: 20px;
}

.proof-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.capture-v2-page {
  padding: 0 0 72px;
  background: linear-gradient(180deg, #07111f 0 390px, #f8fafc 390px 100%);
}

.capture-v2-hero {
  padding: 56px 0 72px;
  color: #fff;
}

.capture-v2-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 38px;
  align-items: center;
}

.capture-v2-hero h1 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(42px, 6vw, 76px);
}

.capture-v2-hero .hero-text {
  max-width: 680px;
  color: #cbd5e1;
}

.capture-v2-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.capture-v2-pills span {
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #e2e8f0;
  font-weight: 800;
  font-size: 13px;
}

.capture-v2-phone {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(148, 163, 184, 0.32);
  border-radius: 34px;
  background: #020617;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.36);
}

.capture-v2-phone-top {
  width: 86px;
  height: 6px;
  margin: 0 auto;
  border-radius: 999px;
  background: #334155;
}

.capture-v2-camera {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 45%, rgba(103, 232, 249, 0.16), transparent 28%),
    linear-gradient(135deg, #e2e8f0, #ffffff);
}

.capture-v2-crosshair {
  position: absolute;
  inset: 34px;
  border: 2px solid rgba(15, 76, 200, 0.26);
  border-radius: 24px;
}

.capture-v2-item {
  position: absolute;
  display: block;
  border-radius: 18px;
}

.capture-v2-item.one {
  left: 54px;
  top: 64px;
  width: 86px;
  height: 112px;
  background:
    radial-gradient(circle at 50% 32%, #020617 0 16px, transparent 17px),
    radial-gradient(circle at 50% 70%, #020617 0 20px, transparent 21px),
    linear-gradient(180deg, #cbd5e1, #fff);
}

.capture-v2-item.two {
  right: 46px;
  top: 92px;
  width: 106px;
  height: 70px;
  background: linear-gradient(90deg, #38bdf8, #f59e0b);
}

.capture-v2-item.three {
  left: 88px;
  bottom: 78px;
  width: 150px;
  height: 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, #64748b 0 50%, #f59e0b 50% 100%);
  transform: rotate(-18deg);
}

.capture-v2-phone-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.capture-v2-phone-actions span {
  min-height: 42px;
  border-radius: 999px;
  background: #111827;
}

.capture-v2-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 20px;
  margin-top: -42px;
}

.capture-v2-card {
  padding: 24px;
  border: 1px solid rgba(216, 224, 234, 0.92);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}

.capture-v2-card-head {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 20px;
}

.capture-step {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-weight: 900;
}

.capture-v2-form {
  gap: 16px;
}

.capture-v2-drop {
  min-height: 250px;
  background:
    radial-gradient(circle at 50% 38%, rgba(15, 76, 200, 0.1), transparent 30%),
    linear-gradient(135deg, #f8fafc, #eef6ff);
}

.capture-v2-preview {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 126px;
}

.capture-v2-empty {
  min-height: 126px;
  text-align: center;
}

.capture-v2-empty strong,
.capture-v2-empty span {
  display: block;
}

.capture-v2-empty span {
  max-width: 320px;
  color: var(--muted);
  line-height: 1.45;
}

.draft-card {
  grid-column: 1 / -1;
}

.capture-v2-draft-preview {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface-soft);
}

.capture-v2-draft-preview span {
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.capture-v2-draft-preview p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.capture-v2-ebay-panel {
  display: grid;
  gap: 14px;
  margin: 0 0 18px;
  padding: 16px;
  border: 1px solid rgba(216, 224, 234, 0.92);
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.capture-v2-ebay-panel strong {
  display: block;
  margin-top: 4px;
  color: var(--text);
}

.capture-v2-ebay-panel p {
  margin: 5px 0 0;
  color: var(--muted);
  line-height: 1.45;
}

@media (max-width: 1100px) {
  .proof-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-card-featured {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .capture-v2-hero-grid,
  .capture-v2-workspace {
    grid-template-columns: 1fr;
  }

  .capture-v2-phone {
    max-width: 360px;
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .visual-proof-section {
    padding-top: 46px;
  }

  .proof-gallery {
    grid-template-columns: 1fr;
  }

  .capture-v2-page {
    background: linear-gradient(180deg, #07111f 0 560px, #f8fafc 560px 100%);
  }

  .capture-v2-hero {
    padding: 42px 0 54px;
  }

  .capture-v2-phone {
    display: none;
  }

  .capture-v2-workspace {
    margin-top: -20px;
  }

  .capture-v2-card {
    padding: 18px;
  }

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

  .draft-card {
    grid-column: auto;
  }
}

/* Cinema v3: premium first viewport, cache-busted from index.html */
.cinematic-hero {
  min-height: calc(100vh - 72px);
  padding: 96px 0 86px;
}

.cinematic-hero .hero-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(540px, 1.1fr);
  gap: 58px;
}

.cinematic-hero h1 {
  max-width: 820px;
  font-size: clamp(56px, 6.8vw, 96px);
}

.cinematic-hero .hero-text {
  max-width: 700px;
  font-size: 21px;
}

.cinema-stage {
  position: relative;
  min-height: 640px;
  isolation: isolate;
}

.stage-glow {
  position: absolute;
  inset: 28px 0 24px;
  z-index: -1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 44% 44%, rgba(103, 232, 249, 0.36), transparent 32%),
    radial-gradient(circle at 64% 60%, rgba(245, 158, 11, 0.18), transparent 30%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.16), transparent 46%);
  filter: blur(12px);
}

.stage-phone {
  position: absolute;
  left: 0;
  top: 86px;
  width: min(44%, 330px);
  min-width: 260px;
  padding: 16px;
  border: 1px solid rgba(148, 163, 184, 0.32);
  border-radius: 34px;
  background: linear-gradient(180deg, #020617, #111827);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.48);
  transform: rotate(-5deg);
}

.stage-phone-top {
  width: 82px;
  height: 6px;
  margin: 0 auto 16px;
  border-radius: 999px;
  background: #334155;
}

.stage-camera-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  overflow: hidden;
  padding: 12px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(226, 232, 240, 0.9), rgba(248, 250, 252, 0.98));
}

.camera-item {
  position: relative;
  display: block;
  min-height: 118px;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.camera-item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.camera-speaker::before {
  width: 54px;
  height: 76px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 31%, #0f172a 0 12px, transparent 13px),
    radial-gradient(circle at 50% 70%, #0f172a 0 15px, transparent 16px),
    linear-gradient(180deg, #cbd5e1, #f8fafc);
}

.camera-game::before {
  width: 84px;
  height: 54px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 22px 34px, #0f172a 0 7px, transparent 8px),
    radial-gradient(circle at 62px 34px, #0f172a 0 7px, transparent 8px),
    linear-gradient(90deg, #38bdf8, #f59e0b);
}

.camera-tool::before {
  width: 92px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #64748b 0 50%, #f59e0b 50% 100%);
  transform: translate(-50%, -50%) rotate(-28deg);
}

.camera-home::before {
  width: 66px;
  height: 66px;
  border-radius: 14px;
  background:
    linear-gradient(135deg, transparent 0 48%, rgba(15, 23, 42, 0.22) 49% 52%, transparent 53%),
    linear-gradient(180deg, #ffffff, #dbeafe);
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.12);
}

.stage-scanline {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 48%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #67e8f9, transparent);
  box-shadow: 0 0 22px rgba(103, 232, 249, 0.85);
}

.stage-draft {
  position: absolute;
  right: 0;
  top: 24px;
  width: min(68%, 520px);
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--text);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(20px);
}

.draft-status {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  background: #e9f8f1;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.stage-draft h2 {
  margin-top: 16px;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.03;
}

.stage-draft p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.stage-lines {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.stage-lines span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: #e2e8f0;
}

.stage-lines span:nth-child(1) { width: 96%; }
.stage-lines span:nth-child(2) { width: 82%; }
.stage-lines span:nth-child(3) { width: 90%; }
.stage-lines span:nth-child(4) { width: 62%; }

.stage-orbit {
  position: absolute;
  z-index: 3;
  min-height: 38px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.68);
  color: #f8fafc;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
}

.orbit-one { right: 44px; top: 2px; }
.orbit-two { left: 58px; bottom: 86px; }
.orbit-three { right: 110px; bottom: 36px; }

.cinema-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 680px;
  margin-top: 30px;
}

.cinema-proof div {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.cinema-proof strong,
.cinema-proof span {
  display: block;
}

.cinema-proof strong {
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
}

.cinema-proof span {
  margin-top: 7px;
  color: #cbd5e1;
  font-size: 13px;
}

.quick-lookup-section {
  position: relative;
  z-index: 2;
  margin-top: -42px;
  padding-bottom: 34px;
}

.quick-lookup-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(216, 224, 234, 0.92);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.14);
}

.quick-lookup-copy h2 {
  font-size: 28px;
}

.quick-lookup-card .upc-result {
  grid-column: 2;
}

@media (max-width: 940px) {
  .cinematic-hero .hero-grid,
  .quick-lookup-card {
    grid-template-columns: 1fr;
  }

  .cinema-stage {
    min-height: 720px;
  }
}

/* Cinema v3 final overrides */
.cinematic-hero {
  min-height: calc(100vh - 72px);
  padding: 96px 0 86px;
}

.cinematic-hero .hero-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(540px, 1.1fr);
  gap: 58px;
}

.cinematic-hero h1 {
  max-width: 820px;
  font-size: clamp(56px, 6.8vw, 96px);
}

.cinematic-hero .hero-text {
  max-width: 700px;
  font-size: 21px;
}

.cinema-stage {
  position: relative;
  min-height: 640px;
  isolation: isolate;
}

.stage-glow {
  position: absolute;
  inset: 28px 0 24px;
  z-index: -1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 44% 44%, rgba(103, 232, 249, 0.36), transparent 32%),
    radial-gradient(circle at 64% 60%, rgba(245, 158, 11, 0.18), transparent 30%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.16), transparent 46%);
  filter: blur(12px);
}

.stage-phone {
  position: absolute;
  left: 0;
  top: 86px;
  width: min(44%, 330px);
  min-width: 260px;
  padding: 16px;
  border: 1px solid rgba(148, 163, 184, 0.32);
  border-radius: 34px;
  background: linear-gradient(180deg, #020617, #111827);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.48);
  transform: rotate(-5deg);
}

.stage-phone-top {
  width: 82px;
  height: 6px;
  margin: 0 auto 16px;
  border-radius: 999px;
  background: #334155;
}

.stage-camera-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  overflow: hidden;
  padding: 12px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(226, 232, 240, 0.9), rgba(248, 250, 252, 0.98));
}

.camera-item {
  position: relative;
  display: block;
  min-height: 118px;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.camera-item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.camera-speaker::before {
  width: 54px;
  height: 76px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 31%, #0f172a 0 12px, transparent 13px),
    radial-gradient(circle at 50% 70%, #0f172a 0 15px, transparent 16px),
    linear-gradient(180deg, #cbd5e1, #f8fafc);
}

.camera-game::before {
  width: 84px;
  height: 54px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 22px 34px, #0f172a 0 7px, transparent 8px),
    radial-gradient(circle at 62px 34px, #0f172a 0 7px, transparent 8px),
    linear-gradient(90deg, #38bdf8, #f59e0b);
}

.camera-tool::before {
  width: 92px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #64748b 0 50%, #f59e0b 50% 100%);
  transform: translate(-50%, -50%) rotate(-28deg);
}

.camera-home::before {
  width: 66px;
  height: 66px;
  border-radius: 14px;
  background:
    linear-gradient(135deg, transparent 0 48%, rgba(15, 23, 42, 0.22) 49% 52%, transparent 53%),
    linear-gradient(180deg, #ffffff, #dbeafe);
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.12);
}

.stage-scanline {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 48%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #67e8f9, transparent);
  box-shadow: 0 0 22px rgba(103, 232, 249, 0.85);
}

.stage-draft {
  position: absolute;
  right: 0;
  top: 24px;
  width: min(68%, 520px);
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--text);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(20px);
}

.draft-status {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  background: #e9f8f1;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.stage-draft h2 {
  margin-top: 16px;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.03;
}

.stage-draft p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.stage-lines {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.stage-lines span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: #e2e8f0;
}

.stage-lines span:nth-child(1) { width: 96%; }
.stage-lines span:nth-child(2) { width: 82%; }
.stage-lines span:nth-child(3) { width: 90%; }
.stage-lines span:nth-child(4) { width: 62%; }

.stage-orbit {
  position: absolute;
  z-index: 3;
  min-height: 38px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.68);
  color: #f8fafc;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
}

.orbit-one { right: 44px; top: 2px; }
.orbit-two { left: 58px; bottom: 86px; }
.orbit-three { right: 110px; bottom: 36px; }

.cinema-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 680px;
  margin-top: 30px;
}

.cinema-proof div {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.cinema-proof strong,
.cinema-proof span {
  display: block;
}

.cinema-proof strong {
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
}

.cinema-proof span {
  margin-top: 7px;
  color: #cbd5e1;
  font-size: 13px;
}

.quick-lookup-section {
  position: relative;
  z-index: 2;
  margin-top: -42px;
  padding-bottom: 34px;
}

.quick-lookup-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(216, 224, 234, 0.92);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.14);
}

.quick-lookup-copy h2 {
  font-size: 28px;
}

.quick-lookup-card .upc-result {
  grid-column: 2;
}

@media (max-width: 940px) {
  .cinematic-hero .hero-grid,
  .quick-lookup-card {
    grid-template-columns: 1fr;
  }

  .cinema-stage {
    min-height: 720px;
  }
}

@media (max-width: 700px) {
  .cinematic-hero {
    min-height: 0;
    padding: 48px 0 82px;
  }

  .cinematic-hero h1 {
    font-size: clamp(42px, 12vw, 56px);
  }

  .cinematic-hero .hero-text {
    font-size: 17px;
  }

  .cinema-proof {
    grid-template-columns: 1fr;
  }

  .cinema-stage {
    min-height: 560px;
    margin-top: 30px;
  }

  .stage-phone {
    left: 4px;
    top: 132px;
    min-width: 0;
    width: 48%;
    padding: 10px;
    border-radius: 24px;
  }

  .stage-phone-top {
    margin-bottom: 10px;
  }

  .stage-camera-grid {
    gap: 6px;
    padding: 8px;
    border-radius: 16px;
  }

  .camera-item {
    min-height: 72px;
  }

  .stage-draft {
    top: 0;
    right: 0;
    width: 78%;
    padding: 18px;
    border-radius: 14px;
  }

  .stage-draft h2 {
    font-size: 24px;
  }

  .stage-draft p {
    font-size: 14px;
    line-height: 1.5;
  }

  .stage-lines {
    display: none;
  }

  .stage-orbit {
    font-size: 12px;
    min-height: 32px;
    padding: 8px 10px;
  }

  .orbit-one { right: 14px; top: 356px; }
  .orbit-two { left: 6px; bottom: 52px; }
  .orbit-three { right: 22px; bottom: 6px; }

  .quick-lookup-section {
    margin-top: -28px;
  }

  .quick-lookup-card .upc-result {
    grid-column: auto;
  }
}

@media (max-width: 700px) {
  .cinematic-hero {
    min-height: 0;
    padding: 48px 0 82px;
  }

  .cinematic-hero h1 {
    font-size: clamp(42px, 12vw, 56px);
  }

  .cinematic-hero .hero-text {
    font-size: 17px;
  }

  .cinema-proof {
    grid-template-columns: 1fr;
  }

  .cinema-stage {
    min-height: 560px;
    margin-top: 30px;
  }

  .stage-phone {
    left: 4px;
    top: 132px;
    min-width: 0;
    width: 48%;
    padding: 10px;
    border-radius: 24px;
  }

  .stage-phone-top {
    margin-bottom: 10px;
  }

  .stage-camera-grid {
    gap: 6px;
    padding: 8px;
    border-radius: 16px;
  }

  .camera-item {
    min-height: 72px;
  }

  .stage-draft {
    top: 0;
    right: 0;
    width: 78%;
    padding: 18px;
    border-radius: 14px;
  }

  .stage-draft h2 {
    font-size: 24px;
  }

  .stage-draft p {
    font-size: 14px;
    line-height: 1.5;
  }

  .stage-lines {
    display: none;
  }

  .stage-orbit {
    font-size: 12px;
    min-height: 32px;
    padding: 8px 10px;
  }

  .orbit-one { right: 14px; top: 356px; }
  .orbit-two { left: 6px; bottom: 52px; }
  .orbit-three { right: 22px; bottom: 6px; }

  .quick-lookup-section {
    margin-top: -28px;
  }

  .quick-lookup-card .upc-result {
    grid-column: auto;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 0%, rgba(14, 165, 198, 0.12), transparent 32%),
    linear-gradient(180deg, #fbfcff 0%, #eef3f8 100%);
}

.landing-body {
  background:
    linear-gradient(180deg, #07111f 0 670px, #f8fafc 670px 100%);
}

.landing-body .site-header {
  background: rgba(7, 17, 31, 0.78);
  border-bottom-color: rgba(148, 163, 184, 0.22);
}

.landing-body .brand,
.landing-body .top-nav a {
  color: #f8fafc;
}

.landing-body .brand-mark {
  background: #fff;
  color: var(--ink);
}

a {
  color: var(--primary);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(216, 224, 234, 0.86);
  backdrop-filter: blur(18px);
}

.header-inner,
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 16px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  font-weight: 800;
  text-decoration: none;
}

.brand:hover {
  text-decoration: none;
}

.brand-mark {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  overflow: hidden;
  width: 38px;
  height: 38px;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
}

.brand-mark img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 40px;
  max-width: none;
  height: auto;
  transform: translate(-50%, -14px);
}

.brand-name {
  font-size: 18px;
}

.top-nav,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.top-nav a,
.footer-links a {
  color: var(--muted-strong);
  font-size: 14px;
  font-weight: 700;
}

.hero {
  padding: 76px 0 54px;
}

.cinematic-hero {
  position: relative;
  min-height: calc(100vh - 68px);
  padding: 74px 0 70px;
  overflow: hidden;
  color: #fff;
}

.cinematic-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.98) 0%, rgba(7, 17, 31, 0.86) 42%, rgba(7, 17, 31, 0.42) 100%),
    radial-gradient(ellipse at 78% 18%, rgba(14, 165, 198, 0.26), transparent 34%),
    radial-gradient(ellipse at 58% 70%, rgba(245, 158, 11, 0.12), transparent 30%),
    #07111f;
}

.cinematic-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 110px;
  background: linear-gradient(180deg, transparent, #f8fafc);
}

.cinematic-hero .container {
  position: relative;
  z-index: 1;
}

.cinematic-hero h1 {
  max-width: 780px;
  color: #fff;
  font-size: clamp(48px, 6.4vw, 84px);
  text-wrap: balance;
}

.cinematic-hero .hero-text {
  color: #cbd5e1;
  font-size: 20px;
}

.cinematic-hero .eyebrow {
  color: #67e8f9;
}

.cinematic-hero .micro-copy {
  color: #b6c2d2;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
  gap: 34px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-size: clamp(42px, 5.7vw, 68px);
  line-height: 1.01;
}

h2 {
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.1;
}

h3 {
  font-size: 21px;
  line-height: 1.2;
}

.hero-text,
.section-heading,
.feature-card p,
.plan-list,
.trust-panel p,
.legal-card p,
.legal-card li,
.workflow-strip p,
.credit-callout span {
  color: var(--muted);
}

.hero-text {
  margin: 20px 0 0;
  max-width: 690px;
  font-size: 18px;
  line-height: 1.7;
}

.hero-actions,
.next-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 140ms ease, box-shadow 140ms ease, background 140ms ease;
}

.button:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

.button-primary {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 12px 28px rgba(15, 76, 200, 0.22);
}

.button-primary:hover {
  background: var(--primary-dark);
}

.button-secondary {
  background: #fff;
  border-color: var(--line);
  color: var(--text);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
}

.button-ghost {
  background: transparent;
  border-color: var(--line-strong);
  color: var(--text);
}

.button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.button-wide {
  width: 100%;
}

.micro-copy {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.product-visual,
.listing-visual,
.feature-card,
.pricing-card,
.trust-panel,
.legal-card,
.welcome-panel,
.capture-panel,
.capture-command {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(216, 224, 234, 0.92);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.product-visual {
  overflow: hidden;
  min-height: 430px;
}

.listing-visual {
  position: relative;
  display: grid;
  grid-template-columns: minmax(190px, 0.78fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 480px;
  padding: 22px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(238, 246, 255, 0.92)),
    var(--surface);
}

.cinematic-visual {
  border-color: rgba(148, 163, 184, 0.28);
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.74), rgba(15, 23, 42, 0.38)),
    rgba(255, 255, 255, 0.08);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(18px);
}

.listing-visual::before {
  content: "";
  position: absolute;
  inset: 18px 18px auto auto;
  width: 138px;
  height: 138px;
  border: 1px solid rgba(15, 76, 200, 0.14);
  border-radius: 50%;
  background: rgba(14, 165, 198, 0.08);
}

.phone-frame,
.draft-preview {
  position: relative;
  z-index: 1;
}

.phone-frame {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid #cfd8e6;
  border-radius: 24px;
  background: var(--ink);
  box-shadow: 0 28px 50px rgba(15, 23, 42, 0.2);
}

.cinematic-visual .phone-frame {
  border-color: rgba(148, 163, 184, 0.24);
  background: #020617;
  transform: rotate(-2deg);
}

.phone-bar {
  width: 72px;
  height: 5px;
  margin: 0 auto 2px;
  border-radius: 999px;
  background: #334155;
}

.capture-photo {
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(248, 250, 252, 0.95), rgba(214, 231, 247, 0.94)),
    #dbeafe;
  color: var(--muted-strong);
  font-size: 12px;
  font-weight: 800;
}

.capture-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.main-photo {
  height: 210px;
  overflow: hidden;
}

.main-photo::before {
  display: none;
}

.inventory-collage {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.item-tile {
  position: relative;
  display: grid;
  place-items: end center;
  overflow: hidden;
  padding: 0 8px 10px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  background: #fff;
  color: var(--muted-strong);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.item-tile::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

.speaker::before {
  width: 46px;
  height: 58px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 32%, #0f172a 0 10px, transparent 11px),
    radial-gradient(circle at 50% 68%, #0f172a 0 12px, transparent 13px),
    linear-gradient(180deg, #cbd5e1, #f8fafc);
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.1);
}

.toy::before {
  width: 62px;
  height: 42px;
  border-radius: 14px 14px 10px 10px;
  background:
    radial-gradient(circle at 18px 32px, #0f172a 0 6px, transparent 7px),
    radial-gradient(circle at 44px 32px, #0f172a 0 6px, transparent 7px),
    linear-gradient(90deg, #38bdf8, #f59e0b);
}

.tool::before {
  width: 70px;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #64748b 0 46%, #f59e0b 46% 100%);
  transform: translateX(-50%) rotate(-28deg);
  transform-origin: center;
}

.home::before {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background:
    linear-gradient(135deg, transparent 0 48%, rgba(15, 23, 42, 0.2) 49% 52%, transparent 53%),
    linear-gradient(180deg, #f8fafc, #dbeafe);
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.12);
}

.photo-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.small-photo {
  aspect-ratio: 1;
}

.phone-action {
  display: grid;
  place-items: center;
  min-height: 42px;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.draft-preview {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-soft);
}

.cinematic-visual .draft-preview {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.94);
}

.draft-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: #e9f8f1;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.draft-preview h2 {
  margin-top: 14px;
  font-size: clamp(25px, 3vw, 36px);
}

.draft-preview p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.draft-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
}

.draft-fields span {
  min-height: 38px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-soft);
  color: var(--muted-strong);
  font-size: 12px;
  font-weight: 800;
}

.quality-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.quality-row strong {
  color: var(--primary);
  font-size: 30px;
  line-height: 1;
}

.quality-row span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.value-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.value-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(15, 76, 200, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--muted-strong);
  font-size: 13px;
  font-weight: 900;
}

.cinematic-hero .value-pills span {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #e2e8f0;
  backdrop-filter: blur(10px);
}

.cinematic-hero .upc-demo-form {
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
}

.cinematic-hero .field-group {
  color: #f8fafc;
}

.cinematic-hero .field-group input {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.94);
}

.cinematic-hero .button-secondary {
  border-color: rgba(255, 255, 255, 0.18);
  background: #fff;
}

.cinematic-hero .button-ghost {
  border-color: rgba(255, 255, 255, 0.24);
  color: #fff;
}

.speed-strip {
  position: relative;
  z-index: 1;
  padding: 10px 0 34px;
}

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

.speed-grid div {
  min-height: 108px;
  padding: 18px;
  border: 1px solid rgba(216, 224, 234, 0.92);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
}

.speed-grid strong {
  display: block;
  color: var(--text);
  font-size: 20px;
}

.speed-grid span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.5;
}

.visual-toolbar {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 16px 18px;
  background: var(--ink);
  color: #fff;
}

.visual-toolbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ef4444;
}

.visual-toolbar span:nth-child(2) {
  background: #f59e0b;
}

.visual-toolbar span:nth-child(3) {
  background: #22c55e;
}

.visual-toolbar strong {
  margin-left: auto;
  font-size: 13px;
}

.visual-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(238, 246, 255, 0.8), rgba(255, 255, 255, 0.86)),
    var(--surface);
}

.visual-metric,
.visual-card {
  min-height: 132px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.visual-metric span,
.visual-label {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.visual-metric strong {
  display: block;
  margin-top: 8px;
  font-size: 42px;
  line-height: 1;
}

.visual-metric em {
  display: block;
  margin-top: 10px;
  color: var(--green);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.visual-card-wide {
  grid-column: 1 / -1;
}

.visual-card strong {
  display: block;
  margin-top: 10px;
  font-size: 24px;
}

.visual-card p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.progress-track {
  height: 9px;
  margin-top: 18px;
  overflow: hidden;
  border-radius: 999px;
  background: #e5eaf2;
}

.progress-track span {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), var(--cyan));
}

.photo-stack {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 18px;
}

.photo-stack span {
  display: block;
  aspect-ratio: 1;
  border-radius: 7px;
  background: linear-gradient(135deg, #d9efff, #fff4dd);
  border: 1px solid var(--line);
}

.section {
  padding: 48px 0;
}

.section-alt {
  background: rgba(255, 255, 255, 0.46);
  border-top: 1px solid rgba(216, 224, 234, 0.78);
  border-bottom: 1px solid rgba(216, 224, 234, 0.78);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature-card {
  padding: 24px;
}

.feature-number {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 16px;
  padding: 0 9px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.feature-card p {
  margin: 14px 0 0;
  line-height: 1.65;
}

.pricing-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 28px;
  align-items: start;
}

.pricing-card {
  padding: 28px;
}

.plan-name {
  margin: 0;
  color: var(--primary);
  font-weight: 800;
}

.plan-price {
  margin: 10px 0 0;
  color: var(--text);
  font-size: 46px;
  font-weight: 800;
}

.plan-price span {
  color: var(--muted);
  font-size: 16px;
}

.plan-list {
  margin: 22px 0;
  padding-left: 18px;
  line-height: 1.85;
}

.checkout-form,
.lookup-stack {
  display: grid;
  gap: 14px;
}

.upc-demo-form {
  display: grid;
  grid-template-columns: minmax(190px, 1fr) minmax(190px, 0.85fr) auto;
  gap: 12px;
  align-items: end;
  margin-top: 0;
  padding: 16px;
  border: 1px solid rgba(216, 224, 234, 0.95);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow-soft);
}

.upc-demo-form .form-status {
  grid-column: 1 / -1;
}

.field-group {
  display: grid;
  gap: 7px;
  color: var(--text);
  font-size: 14px;
  font-weight: 800;
}

.field-group input {
  width: 100%;
  min-height: 46px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--text);
  font: inherit;
  font-weight: 500;
}

.field-group input:focus {
  border-color: var(--primary);
  outline: 3px solid rgba(15, 76, 200, 0.14);
}

.form-status {
  min-height: 20px;
  margin: 0;
  color: var(--amber);
  font-size: 14px;
  line-height: 1.45;
}

.upc-result,
.capture-result {
  display: grid;
  gap: 7px;
  margin-top: 12px;
  padding: 14px;
  border: 1px solid rgba(18, 128, 92, 0.28);
  border-radius: var(--radius);
  background: #f0fbf6;
}

.upc-result span,
.capture-result span {
  color: var(--muted);
  line-height: 1.45;
}

.result-kicker {
  color: var(--green) !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.notice-banner {
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--text);
  font-weight: 800;
}

.notice-success {
  border-color: rgba(18, 128, 92, 0.32);
  background: #f0fbf6;
}

.notice-warning {
  border-color: rgba(183, 106, 0, 0.32);
  background: #fff8ed;
}

.trust-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 24px;
  padding: 28px;
}

.seo-section {
  border-top: 1px solid rgba(216, 224, 234, 0.78);
  border-bottom: 1px solid rgba(216, 224, 234, 0.78);
  background: rgba(255, 255, 255, 0.52);
}

.seo-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 34px;
  align-items: start;
}

.seo-copy {
  display: grid;
  gap: 14px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.seo-copy p {
  margin: 0;
}

.text-link {
  font-weight: 800;
}

.trust-list p {
  margin: 0 0 12px;
}

.site-footer {
  padding: 24px 0 40px;
}

.site-footer p {
  margin: 0;
  color: var(--muted);
}

.legal-page,
.welcome-page {
  padding: 58px 0 80px;
}

.welcome-panel {
  max-width: 860px;
  padding: 32px;
}

.welcome-panel h1 {
  font-size: clamp(34px, 5vw, 52px);
}

.welcome-copy {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.setup-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
}

.setup-summary div {
  min-height: 86px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.setup-summary span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 13px;
}

.setup-summary strong {
  display: block;
  overflow-wrap: anywhere;
  color: var(--text);
}

.legal-card {
  max-width: 840px;
  padding: 32px;
}

.legal-card h1 {
  margin-bottom: 10px;
  font-size: 40px;
}

.legal-card h2 {
  margin: 28px 0 10px;
  font-size: 22px;
}

.legal-card p {
  line-height: 1.75;
}

.app-body {
  background:
    radial-gradient(circle at 78% 0%, rgba(15, 76, 200, 0.12), transparent 34%),
    linear-gradient(180deg, #f8fafc 0%, #eef3f8 100%);
}

.seo-hero {
  padding-bottom: 42px;
}

.seo-scoreboard {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.seo-scoreboard div,
.article-aside {
  border: 1px solid rgba(216, 224, 234, 0.92);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
}

.seo-scoreboard div {
  min-height: 140px;
  padding: 18px;
}

.seo-scoreboard span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.seo-scoreboard strong {
  display: block;
  margin-top: 12px;
  font-size: 24px;
  line-height: 1.15;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 28px;
  align-items: start;
}

.article-main,
.article-aside {
  padding: 30px;
}

.article-main {
  border: 1px solid rgba(216, 224, 234, 0.92);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
}

.article-main h2,
.article-aside h2 {
  font-size: 25px;
}

.article-main h2:not(:first-child) {
  margin-top: 30px;
}

.article-main p,
.article-aside p,
.article-list {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.article-list {
  margin: 14px 0 0;
  padding-left: 20px;
}

.article-aside {
  position: sticky;
  top: 88px;
  display: grid;
  gap: 16px;
}

.capture-page {
  padding: 34px 0 70px;
}

.capture-shell {
  display: grid;
  gap: 18px;
}

.capture-command {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 22px;
  align-items: end;
  padding: 28px;
}

.capture-command h1 {
  font-size: clamp(34px, 5vw, 58px);
}

.command-status {
  display: grid;
  gap: 7px;
  padding: 18px;
  border: 1px solid rgba(18, 128, 92, 0.26);
  border-radius: var(--radius);
  background: #f0fbf6;
}

.command-status span {
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.capture-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.capture-panel {
  padding: 22px;
  box-shadow: var(--shadow-soft);
}

.capture-panel-wide {
  grid-column: 1 / -1;
}

.panel-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.panel-heading h2 {
  font-size: 25px;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: #e9f8f1;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.status-locked {
  background: #fff6e8;
  color: var(--amber);
}

.photo-drop {
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 178px;
  padding: 22px;
  border: 1px dashed var(--line-strong);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(238, 246, 255, 0.9), rgba(255, 255, 255, 0.92));
  cursor: pointer;
  text-align: center;
}

.photo-drop input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.photo-drop-title {
  color: var(--text);
  font-size: 18px;
  font-weight: 800;
}

.photo-drop-copy {
  color: var(--muted);
  font-size: 14px;
}

.photo-preview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  min-height: 92px;
  margin-top: 14px;
}

.empty-preview {
  grid-column: 1 / -1;
  display: grid;
  place-items: center;
  min-height: 92px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--muted);
  background: #fff;
  font-size: 14px;
}

.photo-tile {
  overflow: hidden;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.photo-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.credit-callout {
  display: grid;
  gap: 10px;
  margin-top: 16px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-soft);
}

.workflow-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.workflow-strip div {
  min-height: 128px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.workflow-strip span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.workflow-strip strong {
  display: block;
}

.workflow-strip p {
  margin: 8px 0 0;
  line-height: 1.5;
}

@media (max-width: 940px) {
  .hero-grid,
  .feature-grid,
  .speed-grid,
  .pricing-wrap,
  .trust-panel,
  .seo-grid,
  .article-layout,
  .setup-summary,
  .capture-command,
  .capture-grid,
  .workflow-strip {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    align-items: stretch;
  }

  .product-visual {
    min-height: 0;
  }

  .listing-visual {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .phone-frame {
    max-width: 340px;
    margin: 0 auto;
    width: 100%;
  }

  .article-aside {
    position: static;
  }
}

@media (max-width: 700px) {
  .container {
    width: min(100% - 28px, 1160px);
  }

  .header-inner,
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .top-nav {
    gap: 12px;
  }

  .hero {
    padding-top: 46px;
  }

  .hero-actions,
  .next-actions {
    flex-direction: column;
  }

  .upc-demo-form {
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

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

  .draft-fields,
  .quality-row {
    grid-template-columns: 1fr;
  }

  .cinematic-hero {
    min-height: 0;
    padding: 42px 0 52px;
  }

  .cinematic-hero h1 {
    font-size: clamp(40px, 12vw, 52px);
  }

  .cinematic-hero .hero-text {
    font-size: 17px;
  }

  .cinematic-visual {
    padding: 14px;
  }

  .main-photo {
    height: 148px;
  }

  .draft-preview {
    padding: 16px;
  }

  .draft-preview h2 {
    font-size: 22px;
  }

  .quality-row strong {
    font-size: 24px;
  }

  .cinematic-visual .photo-row,
  .cinematic-visual .draft-fields {
    display: none;
  }

  .cinematic-visual .phone-frame {
    gap: 8px;
  }

  .cinematic-visual .draft-preview p {
    font-size: 14px;
    line-height: 1.5;
  }

  .seo-scoreboard {
    grid-template-columns: 1fr;
  }

  .visual-card-wide {
    grid-column: auto;
  }

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

  .capture-command,
  .capture-panel,
  .welcome-panel,
  .legal-card,
  .pricing-card,
  .trust-panel {
    padding: 20px;
  }
}

/* Final apparel-first overrides */
.cinematic-hero .hero-text {
  max-width: 610px;
}

.stage-phone,
.stage-camera-grid,
.stage-phone-top,
.stage-scanline {
  display: none;
}

.stage-photo-stack {
  position: absolute;
  left: 0;
  top: 82px;
  width: min(50%, 360px);
  min-width: 280px;
  margin: 0;
  transform: rotate(-4deg);
}

.hero-clothing-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.34);
  border-radius: 28px;
  background: linear-gradient(180deg, #f8fafc, #ffffff);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
}

.hero-clothing-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-photo-main {
  aspect-ratio: 0.78;
  padding: 18px;
}

.hero-photo-detail {
  position: absolute;
  right: -82px;
  bottom: -42px;
  width: 48%;
  aspect-ratio: 1;
  padding: 12px;
  transform: rotate(8deg);
}

.hero-photo-detail img {
  object-fit: cover;
  object-position: left center;
}

.stage-draft {
  top: 38px;
  width: min(62%, 500px);
  padding: 30px;
}

.stage-draft h2 {
  max-width: 410px;
  font-size: clamp(32px, 3.8vw, 54px);
}

.stage-draft p {
  max-width: 430px;
}

.orbit-one {
  right: 58px;
  top: 12px;
}

.orbit-two {
  left: 62px;
  bottom: 104px;
}

.orbit-three {
  right: 118px;
  bottom: 62px;
}

.proof-gallery {
  grid-template-columns: 1.35fr repeat(4, minmax(0, 1fr));
}

.proof-card {
  min-height: 250px;
}

.proof-card-featured {
  min-height: 360px;
}

.proof-image {
  min-height: 148px;
  background: linear-gradient(180deg, #f8fafc, #ffffff);
}

.proof-card-featured .proof-image {
  min-height: 250px;
}

.proof-photo-image {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 36%, rgba(226, 232, 240, 0.48), transparent 44%),
    linear-gradient(180deg, #f8fafc, #ffffff);
}

.proof-photo-image img {
  width: 100%;
  height: 100%;
  padding: 10px;
  object-fit: contain;
}

.proof-card-featured .proof-photo-image img {
  padding: 0;
}

.proof-card strong {
  font-size: 22px;
}

.proof-card p {
  margin-top: 0;
  font-size: 15px;
  line-height: 1.35;
}

@media (max-width: 1100px) {
  .proof-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .stage-photo-stack {
    position: relative;
    top: auto;
    width: min(78vw, 360px);
    min-width: 0;
    margin: 0 auto;
  }

  .stage-draft {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 26px;
  }

  .stage-orbit {
    display: none;
  }
}

/* Runtime final override: equal premium category cards */
.visual-proof-section {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 52%, #f8fafc 100%);
}

.visual-proof-wrap .section-heading {
  display: block;
  margin-bottom: 24px;
}

.proof-gallery {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.proof-card,
.proof-card-featured {
  position: relative;
  display: block;
  grid-column: auto;
  grid-row: auto;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 0.82;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(203, 213, 225, 0.78);
  border-radius: 20px;
  background: #f8fafc;
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.11);
}

.proof-image,
.proof-card-featured .proof-image {
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.96), transparent 43%),
    linear-gradient(180deg, #ffffff, #eef2f7);
}

.proof-photo-image {
  display: grid;
  place-items: center;
}

.proof-photo-image img,
.proof-card-featured .proof-photo-image img {
  width: 100%;
  height: 100%;
  padding: 16px;
  object-fit: contain;
  object-position: center;
}

.proof-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  background: linear-gradient(180deg, transparent, rgba(15, 23, 42, 0.72));
}

.proof-card strong {
  position: absolute;
  left: 16px;
  bottom: 15px;
  z-index: 1;
  color: #ffffff;
  font-size: clamp(18px, 1.55vw, 25px);
  line-height: 1;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.44);
}

.proof-card p {
  display: none;
}

.proof-shoes .proof-photo-image {
  background: linear-gradient(180deg, #111827, #020617);
}

.proof-shoes .proof-photo-image img {
  padding: 0;
}

.proof-jeans .proof-photo-image img,
.proof-tops .proof-photo-image img {
  padding: 12px;
}

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

@media (max-width: 760px) {
  .proof-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .proof-gallery {
    grid-template-columns: 1fr;
  }
}
