
html.k-start-v3 main { transition: opacity .18s ease; }
html.k-start-v3.k3-boot main { opacity: 0 !important; }
html.k-start-v3.k3-boot body::before {
  content: "KINETIX VIDEO  ·  LOADING YOUR STUDIO…";
  position: fixed; inset: 50% auto auto 50%; z-index: 1000; transform: translate(-50%,-50%);
  width: min(86vw, 520px); box-sizing: border-box; padding: 22px 26px; border-radius: 18px;
  border: 1px solid rgba(255,255,255,.14); background: rgba(20,18,16,.88);
  color: rgba(255,255,255,.9); text-align: center; font: 700 12px/1.5 var(--k3l);
  letter-spacing: .18em; box-shadow: 0 18px 60px rgba(0,0,0,.48);
}
html.k-start-v3.k3-boot-slow body::before {
  content: "KINETIX VIDEO  ·  STILL LOADING YOUR STUDIO…";
}
html.k-start-v3.k3-boot-error body::before {
  content: "KINETIX VIDEO  ·  THE STUDIO DID NOT LOAD. PLEASE REFRESH.";
  color: #ffd0bd; border-color: rgba(255,107,0,.5);
}
html.k-start-v3 { scroll-padding-top: 120px; color-scheme: dark;
  --k3d:Impact,'Arial Black','Helvetica Neue',system-ui,sans-serif;
  --k3l:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  --k3grad:linear-gradient(120deg,#ff8a1e,#ff5a2e);
  --k3rich:linear-gradient(120deg,#ffb347,#ff6b00 48%,#ff4d2e);
  --k3glass:rgba(255,255,255,.06); --k3stroke:rgba(255,255,255,.14);
  --k3t1:rgba(255,255,255,.95); --k3t2:rgba(255,255,255,.78); --k3t3:rgba(255,255,255,.66); }
html.k-start-v3 body { color: var(--k3t1) !important; background:
  radial-gradient(900px 700px at -8% -12%, rgba(255,179,71,.16), transparent 62%),
  radial-gradient(820px 640px at 76% -10%, rgba(255,107,0,.13), transparent 62%),
  radial-gradient(700px 700px at 92% 60%, rgba(255,77,46,.07), transparent 60%),
  linear-gradient(180deg,#0b0a09 0%,#050507 52%,#0d0805 100%) !important;
  background-attachment: scroll !important; }
html.k-start-v3 main { background: transparent !important; }
/* ---- header -> floating glass pill ---- */
html.k-start-v3 header { position: sticky; top: 14px; z-index: 60; max-width: 1180px;
  width: auto !important; box-sizing: border-box !important;
  margin: 14px auto 0 !important; padding: 10px 22px !important; border-radius: 999px;
  background: rgba(20,18,16,.55) !important; border: 1px solid var(--k3stroke) !important;
  -webkit-backdrop-filter: blur(30px) saturate(160%); backdrop-filter: blur(30px) saturate(160%);
  box-shadow: 0 12px 40px rgba(0,0,0,.35) !important; }
html.k-start-v3 header .brand-mark { color: var(--k3t1) !important; font-family: var(--k3l); font-weight: 700; }
html.k-start-v3 header nav a { color: var(--k3t2) !important; font-family: var(--k3l); font-size: 13.5px; }
html.k-start-v3 header nav a:hover { color: var(--k3t1) !important; }
html.k-start-v3 header nav a[href="/label-pilot"], html.k-start-v3 header nav a[href="/waitlist"],
html.k-start-v3 header nav a[href="/"], html.k-start-v3 header nav a[href="/start"],
html.k-start-v3 .theme-toggle { display: none !important; }
html.k-start-v3 a.k3-mail { color: #ff9a3d !important; text-decoration: none; letter-spacing: .06em; font-size: 12px !important; }
/* ---- kill page noise the wizard replaces ---- */
html.k-start-v3 .order-progress, html.k-start-v3 .signup-notice, html.k-start-v3 .notice-box.signup-notice,
html.k-start-v3 .price-estimate, html.k-start-v3 .review-flow-block, html.k-start-v3 #productDeliverables,
html.k-start-v3 #depositNote, html.k-start-v3 #intakeForm .section-head, html.k-start-v3 .bot-field,
html.k-start-v3 #featuredChorusSingerRow, html.k-start-v3 .hero-style-mirror-row,
html.k-start-v3 #productModeSummary, html.k-start-v3 .product-tier-head,
html.k-start-v3 .k3-hidden { display: none !important; }
/* The active-card rule below deliberately uses !important, so preserve the
   platform meaning of hidden for optional controls that are not applicable. */
html.k-start-v3 #intakeForm [hidden] { display: none !important; }
/* ---- one step per screen at every width (v2 mechanism) ---- */
html.k-start-v3 #intakeForm [data-mobile-card] { display: none !important; }
html.k-start-v3 #intakeForm [data-mobile-card].is-mobile-card-active { display: block !important;
  opacity: 1 !important; filter: none !important; animation: k3In .24s ease-out both; }
html.k-start-v3 #intakeForm .mode-specific[data-mobile-card].is-mobile-card-active:not(.active) { display: none !important; }
@keyframes k3In { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
/* ---- form shell + glass cards ---- */
html.k-start-v3 .standard-intake-page { background: transparent !important; }
html.k-start-v3 #intakeForm { max-width: 780px; margin: 0 auto !important; border: 0 !important;
  background: transparent !important; box-shadow: none !important; border-radius: 0 !important;
  padding: 0 16px 40px !important; display: flex; flex-direction: column; gap: 16px; }
html.k-start-v3 #intakeForm [data-mobile-card].is-mobile-card-active { background: var(--k3glass) !important;
  border: 1px solid var(--k3stroke) !important; border-radius: 24px !important; padding: 30px !important;
  -webkit-backdrop-filter: blur(40px) saturate(160%); backdrop-filter: blur(40px) saturate(160%);
  box-shadow: 0 18px 50px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.14) !important; }
/* ---- wizard header -> hero ---- */
html.k-start-v3 .mobile-wizard-shell { display: grid !important; gap: 0; position: static !important;
  margin: 34px 0 8px !important; padding: 0 !important; background: transparent !important; border: 0 !important;
  box-shadow: none !important; scroll-margin-top: 110px; }
html.k-start-v3 .mobile-wizard-topline { display: flex; justify-content: center; align-items: center; margin-bottom: 6px; }
html.k-start-v3 .mobile-wizard-brand { display: none !important; }
html.k-start-v3 .mobile-wizard-progress-text { color: #ff9a3d !important; font-family: var(--k3l) !important;
  font-size: 11.5px !important; font-weight: 700 !important; letter-spacing: .34em !important; text-transform: uppercase; }
html.k-start-v3 .mobile-wizard-progress-text::before { content: "—  "; color: #ff6b00; }
html.k-start-v3 .mobile-wizard-progress-text::after { content: "  ·  SIDE A"; color: rgba(255,154,61,.55); }
html.k-start-v3 .mobile-wizard-rail { display: none !important; }
html.k-start-v3 .mobile-wizard-title { font-family: var(--k3d) !important; font-size: 38px !important;
  line-height: 1.04 !important; text-transform: uppercase; letter-spacing: .01em; text-align: center;
  color: var(--k3t1) !important; margin: 10px auto 8px !important; max-width: 640px; }
html.k-start-v3 .mobile-wizard-copy { color: var(--k3t2) !important; font-size: 15.5px !important;
  line-height: 1.5 !important; text-align: center; max-width: 560px; margin: 0 auto 4px !important; }
html.k-start-v3 .mobile-wizard-wav-callout { max-width: 640px; margin: 12px auto 0; padding: 12px 16px;
  border-radius: 14px; border: 1px solid rgba(255,138,30,.36); background: rgba(255,138,30,.09);
  color: rgba(255,236,220,.9); font-size: 13px; line-height: 1.45; text-align: center; }
html.k-start-v3 .mobile-wizard-wav-callout strong { color: #ffd6ad; font-family: var(--k3l);
  font-size: 11px; letter-spacing: .16em; text-transform: uppercase; display: block; margin-bottom: 4px; }
/* ---- step tabs -> waveform rail ---- */
html.k-start-v3 .mobile-wizard-steps { display: flex !important; justify-content: center; gap: 10px;
  margin: 16px auto 6px !important; padding: 0 !important; background: transparent !important; border: 0 !important;
  flex-wrap: wrap; }
html.k-start-v3 .mobile-wizard-step { display: flex; flex-direction: column; align-items: center; gap: 6px;
  background: rgba(255,255,255,.04) !important; border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 12px !important; padding: 7px 12px !important; cursor: pointer; box-shadow: none !important; }
html.k-start-v3 .mobile-wizard-step.k3-cur { border-color: rgba(255,107,0,.55) !important; background: rgba(255,255,255,.08) !important; }
html.k-start-v3 .mobile-wizard-step .k3w { display: flex; align-items: center; gap: 3px; height: 20px; }
html.k-start-v3 .mobile-wizard-step .k3w i { width: 3px; border-radius: 2px; background: rgba(255,255,255,.22); display: block; }
html.k-start-v3 .mobile-wizard-step .k3w i:nth-child(1){height:8px} html.k-start-v3 .mobile-wizard-step .k3w i:nth-child(2){height:15px}
html.k-start-v3 .mobile-wizard-step .k3w i:nth-child(3){height:10px} html.k-start-v3 .mobile-wizard-step .k3w i:nth-child(4){height:18px}
html.k-start-v3 .mobile-wizard-step .k3w i:nth-child(5){height:9px} html.k-start-v3 .mobile-wizard-step .k3w i:nth-child(6){height:14px}
html.k-start-v3 .mobile-wizard-step .k3w i:nth-child(7){height:11px}
html.k-start-v3 .mobile-wizard-step.k3-on .k3w i,
html.k-start-v3 .mobile-wizard-step.k3-cur .k3w i:nth-child(-n+4) { background: var(--k3grad); }
html.k-start-v3 .mobile-wizard-step .k3t { font-family: var(--k3l); font-size: 9.5px; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase; color: var(--k3t3); }
html.k-start-v3 .mobile-wizard-step.k3-cur .k3t { color: var(--k3t1); }
html.k-start-v3 .mobile-wizard-step.k3-on .k3t { color: rgba(255,154,61,.85); }
/* ---- featured product card ---- */
html.k-start-v3 .featured-product-card { background: rgba(255,255,255,.05) !important;
  border: 1.5px solid rgba(255,138,30,.75) !important; border-radius: 18px !important;
  box-shadow: 0 10px 44px rgba(255,107,0,.12) !important; display: flex; flex-direction: column;
  gap: 12px; text-align: left; padding: 24px !important; width: 100%; cursor: default; }
html.k-start-v3 #intakeForm .product-card.active {
  border-color: #ff8a1e !important;
  outline: 2px solid rgba(255,138,30,.82) !important;
  outline-offset: 2px;
  box-shadow: 0 16px 44px rgba(255,107,0,.22), inset 0 0 0 1px rgba(255,255,255,.28) !important;
}
html.k-start-v3 .featured-product-card strong { font-family: var(--k3d) !important; font-size: 26px !important;
  text-transform: uppercase; color: var(--k3t1) !important; letter-spacing: .01em; }
html.k-start-v3 .featured-product-card > small:not(.product-card-note) { display: block !important;
  color: rgba(255,255,255,.72) !important; font-size: 12.5px !important; line-height: 1.45; }
html.k-start-v3 .featured-product-card .product-card-note { color: var(--k3t3) !important; font-size: 12px !important; }
html.k-start-v3 .k3-offer-kicker { align-self: flex-start; color: #ffc999 !important;
  font-family: var(--k3l); font-size: 10px; font-weight: 800; letter-spacing: .16em;
  text-transform: uppercase; }
html.k-start-v3 .featured-product-card.k3-primary-product { cursor: pointer; }
html.k-start-v3 .featured-product-card.k3-secondary-direction {
  margin-top: 2px; padding: 16px 18px !important; gap: 7px; cursor: pointer;
  display: flex !important; flex-direction: column !important;
  align-items: stretch !important; grid-template-columns: none !important;
  background: rgba(255,255,255,.035) !important;
  border-color: rgba(255,255,255,.16) !important;
  box-shadow: none !important;
}
html.k-start-v3 .featured-product-card.k3-secondary-direction strong { font-size: 18px !important; }
html.k-start-v3 .featured-product-card.k3-secondary-direction > span:not(.k3-offer-kicker) {
  color: rgba(255,255,255,.68) !important; font-size: 13px !important; }
html.k-start-v3 .featured-product-card.k3-secondary-direction > small:not(.product-card-note) {
  display: block !important; font-size: 11.5px !important; }
html.k-start-v3 .k3-purchase-trust { display: grid; grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 8px; margin: 14px 0 4px; }
html.k-start-v3 .k3-purchase-trust > div { min-width: 0; padding: 11px 12px;
  border: 1px solid rgba(255,255,255,.10); border-radius: 12px;
  background: rgba(255,255,255,.035); }
html.k-start-v3 .k3-purchase-trust b { display: block; color: #ffad69 !important;
  font-family: var(--k3l); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
html.k-start-v3 .k3-purchase-trust span { display: block; margin-top: 5px;
  color: rgba(255,255,255,.72) !important; font-size: 10.5px; line-height: 1.4; }
html.k-start-v3 .k3-badge { align-self: flex-start; padding: 6px 12px; border-radius: 999px;
  background: rgba(255,107,0,.12); border: 1px solid rgba(255,107,0,.45); color: #ffc999;
  font-family: var(--k3l); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
html.k-start-v3 .k3-price-line { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
html.k-start-v3 .k3-price { font-family: var(--k3d); font-size: 40px; background: var(--k3rich);
  -webkit-background-clip: text; background-clip: text; color: transparent; }
html.k-start-v3 .k3-psub { color: var(--k3t3); font-size: 12.5px; }
html.k-start-v3 .k3-feats { list-style: none; margin: 2px 0 0; padding: 0; display: grid; gap: 9px; }
html.k-start-v3 .k3-feats li { display: flex; gap: 10px; align-items: baseline; color: rgba(255,255,255,.78);
  font-size: 14px; line-height: 1.4; }
html.k-start-v3 .k3-feats li::before { content: "+"; color: #ff6b00; font-family: var(--k3l); font-weight: 700; }
/* Keep the inactive Free Proof card in the same compact row as the other
   unselected products. The legacy inactive-card grid otherwise places both
   direct spans in the price cell, which overlaps the badge and price copy. */
html.k-start-v3 #intakeForm .product-tier-grid
  .featured-product-card[data-product-mode="quick_proof_5s"]:not(.active) > .k3-badge,
html.k-start-v3 #intakeForm .product-tier-grid
  .featured-product-card[data-product-mode="quick_proof_5s"]:not(.active) > .k3-feats,
html.k-start-v3 #intakeForm .product-tier-grid
  .featured-product-card[data-product-mode="quick_proof_5s"]:not(.active) .k3-psub {
  display: none !important;
}
html.k-start-v3 #intakeForm .product-tier-grid
  .featured-product-card[data-product-mode="quick_proof_5s"]:not(.active) .k3-price {
  font-size: 21px !important;
}
html.k-start-v3 .product-tier-group { border: 0 !important; background: transparent !important; padding: 0 !important; }
/* ---- real HD + Pro examples (R2-backed, explicit-play media) ---- */
html.k-start-v3 .k3-demo-showcase { margin: 24px 0 4px; content-visibility: auto;
  contain-intrinsic-size: auto 640px; }
html.k-start-v3 .k3-demo-showcase-head { display: flex; justify-content: space-between; gap: 16px;
  align-items: end; margin: 0 2px 12px; }
html.k-start-v3 .k3-demo-showcase-head strong { color: var(--k3t1); font-family: var(--k3d);
  font-size: 19px; line-height: 1.15; text-transform: uppercase; }
html.k-start-v3 .k3-demo-showcase-head span { color: var(--k3t2); font-size: 12.5px; text-align: right; }
html.k-start-v3 .k3-demo-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
html.k-start-v3 .k3-demo-card { overflow: hidden; border: 1px solid var(--k3stroke); border-radius: 16px;
  background: rgba(255,255,255,.045); }
html.k-start-v3 .k3-demo-card video { display: block; width: 100%; height: auto !important;
  max-height: min(68vh, 540px); aspect-ratio: 16 / 9; object-fit: cover; background: #050507; }
html.k-start-v3 .k3-demo-copy { display: grid; gap: 4px; padding: 12px 14px 14px; }
html.k-start-v3 .k3-demo-copy span { color: #ffad69; font-family: var(--k3l); font-size: 9.5px;
  font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
html.k-start-v3 .k3-demo-copy strong { color: var(--k3t1); font-size: 14px; line-height: 1.25; }
html.k-start-v3 .k3-demo-copy small { color: var(--k3t2); font-size: 11.5px; line-height: 1.4; }
html.k-start-v3 .k3-demo-description::before { content: "Visual preview: "; color: #ffad69;
  font-family: var(--k3l); font-size: 9px; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; }
html.k-start-v3 .k3-trust-links { margin: 10px 2px 0; color: var(--k3t3); font-size: 11px;
  line-height: 1.5; text-align: center; }
html.k-start-v3 .k3-trust-links a { color: rgba(255,255,255,.78) !important;
  text-underline-offset: 3px; }
html.k-start-v3 .k3-sr-only { position: absolute !important; width: 1px !important; height: 1px !important;
  padding: 0 !important; margin: -1px !important; overflow: hidden !important;
  clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
/* ---- fields ---- */
html.k-start-v3 #intakeForm label { font-family: var(--k3l) !important; font-size: 10.5px !important;
  font-weight: 700 !important; letter-spacing: .14em !important; text-transform: uppercase; color: var(--k3t3) !important; }
html.k-start-v3 #intakeForm input[type=text], html.k-start-v3 #intakeForm input[type=email],
html.k-start-v3 #intakeForm input[type=tel], html.k-start-v3 #intakeForm input[type=number],
html.k-start-v3 #intakeForm select, html.k-start-v3 #intakeForm textarea {
  background: rgba(255,255,255,.04) !important; border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 14px !important; color: var(--k3t1) !important; padding: 13px 15px !important;
  font-size: 15px !important; box-shadow: none !important; }
html.k-start-v3 #intakeForm #customerPhoneInput + small { display: block; margin-top: 7px;
  color: var(--k3t2) !important; font-size: 12.5px; line-height: 1.45; }
html.k-start-v3 #intakeForm input:focus, html.k-start-v3 #intakeForm select:focus, html.k-start-v3 #intakeForm textarea:focus {
  border-color: rgba(255,107,0,.6) !important; outline: none !important; box-shadow: 0 0 0 3px rgba(255,107,0,.18) !important; }
html.k-start-v3 #intakeForm input[type=checkbox] { accent-color: #ff6b00; width: 18px; height: 18px; }
html.k-start-v3 #intakeForm input[type=file] { background: rgba(255,255,255,.025) !important;
  border: 1.5px dashed rgba(255,255,255,.25) !important; border-radius: 16px !important;
  padding: 18px !important; color: var(--k3t2) !important; width: 100%; }
html.k-start-v3 #intakeForm input[type=file]::file-selector-button { background: var(--k3grad); color: #1a0a00;
  border: 0; border-radius: 999px; padding: 9px 18px; font-family: var(--k3l); font-weight: 700;
  letter-spacing: .04em; margin-right: 14px; cursor: pointer; }
html.k-start-v3 #intakeForm .check-row { background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.09);
  border-radius: 12px; padding: 12px 14px; }
html.k-start-v3 #intakeForm .check-row label { text-transform: none !important; letter-spacing: 0 !important;
  font-family: inherit !important; font-weight: 500 !important; font-size: 13.5px !important; color: rgba(255,255,255,.85) !important; }
html.k-start-v3 #intakeForm .check-row label span { color: var(--k3t3); font-weight: 400; }
html.k-start-v3 #intakeForm p.muted, html.k-start-v3 #intakeForm .summary { color: var(--k3t3) !important; font-size: 12.5px !important; }
/* ---- choice chips (era, format, etc.) ---- */
html.k-start-v3 #intakeForm .choice-button { background: rgba(255,255,255,.07) !important;
  border: 1px solid rgba(255,255,255,.16) !important; border-radius: 999px !important; color: rgba(255,255,255,.7) !important;
  font-family: var(--k3l) !important; font-weight: 700 !important; font-size: 11.5px !important;
  letter-spacing: .06em !important; text-transform: uppercase; padding: 9px 16px !important; box-shadow: none !important; }
html.k-start-v3 #intakeForm .choice-button.active { background: var(--k3grad) !important; color: #1a0a00 !important;
  border-color: transparent !important; }
/* ---- look grid ---- */
html.k-start-v3 #lookSection .preset-grid { gap: 10px !important; }
html.k-start-v3 #lookSection .preset-card { border-radius: 14px !important; border: 1px solid rgba(255,255,255,.12) !important;
  box-shadow: none !important; min-height: 128px; }
html.k-start-v3 #lookSection .preset-card strong { text-shadow: 0 2px 10px rgba(0,0,0,.6); }
html.k-start-v3 #lookSection .preset-card.active { border: 2px solid transparent !important;
  box-shadow: 0 0 0 2px #ff6b00, 0 8px 30px rgba(255,107,0,.25) !important; position: relative; }
html.k-start-v3 #lookSection .preset-card.active::after { content: "✓"; position: absolute; top: 8px; right: 8px;
  width: 22px; height: 22px; border-radius: 999px; background: var(--k3grad); color: #1a0a00;
  font-weight: 700; font-size: 13px; display: flex; align-items: center; justify-content: center; }
html.k-start-v3 .k3-lookrow { display: flex; gap: 10px; margin-top: 12px; }
html.k-start-v3 .k3-lookrow button { flex: 1; height: 48px; border-radius: 12px; cursor: pointer;
  font-family: var(--k3l); font-weight: 700; font-size: 11.5px; letter-spacing: .1em; }
html.k-start-v3 .k3-browse { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.75); }
html.k-start-v3 .k3-direct { background: rgba(255,107,0,.08); border: 1px solid rgba(255,107,0,.35); color: #ffc999; }
/* ---- wizard nav -> sticky player bar ---- */
html.k-start-v3 .mobile-wizard-nav { position: sticky; bottom: 14px; z-index: 55; display: flex !important;
  align-items: center; gap: 12px; flex-wrap: wrap; margin: 4px auto 0; max-width: 780px; width: 100%;
  background: rgba(20,18,16,.86) !important; border: 1px solid var(--k3stroke) !important; border-radius: 22px !important;
  padding: 12px 14px !important; -webkit-backdrop-filter: blur(30px) saturate(160%); backdrop-filter: blur(30px) saturate(160%);
  box-shadow: 0 16px 50px rgba(0,0,0,.5) !important; }
html.k-start-v3 .mobile-wizard-back { background: rgba(255,255,255,.07) !important; border: 1px solid rgba(255,255,255,.16) !important;
  color: rgba(255,255,255,.8) !important; border-radius: 999px !important; height: 48px; padding: 0 22px !important;
  font-family: var(--k3l) !important; font-weight: 700 !important; letter-spacing: .06em; }
html.k-start-v3 .mobile-wizard-count { color: #ff9a3d !important; font-family: var(--k3l) !important;
  font-size: 10.5px !important; font-weight: 700 !important; letter-spacing: .22em !important; }
html.k-start-v3 .mobile-wizard-next { flex: 1; background: var(--k3grad) !important; color: #1a0a00 !important;
  border: 0 !important; border-radius: 999px !important; height: 48px; font-family: var(--k3l) !important;
  font-weight: 700 !important; font-size: 14px !important; letter-spacing: .08em !important; text-transform: uppercase;
  box-shadow: 0 6px 30px rgba(255,107,0,.4) !important; cursor: pointer; }
html.k-start-v3 .mobile-wizard-next:hover { box-shadow: 0 8px 44px rgba(255,107,0,.55) !important; }
html.k-start-v3 :where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 3px solid #ffad69 !important; outline-offset: 3px !important;
  box-shadow: 0 0 0 5px rgba(255,107,0,.24) !important;
}
html.k-start-v3 .k3-trust { width: 100%; display: flex; justify-content: center; gap: 18px; flex-wrap: wrap;
  color: var(--k3t3); font-family: var(--k3l); font-size: 9.5px; font-weight: 700; letter-spacing: .14em; }
html.k-start-v3 .k3-trust b { color: rgba(255,154,61,.8); }
html.k-start-v3 .k3-trust .k3-guarantee { width: 100%; text-align: center; color: #7be29a;
  letter-spacing: .06em; font-size: 10px; text-transform: none; }
/* ---- review step ---- */
html.k-start-v3 .mobile-wizard-review-summary { background: rgba(255,255,255,.05) !important;
  border: 1.5px solid rgba(255,138,30,.6) !important; border-radius: 18px !important; padding: 20px !important; }
html.k-start-v3 #submitIntakeButton { width: 100%; background: var(--k3grad) !important; color: #1a0a00 !important;
  border: 0 !important; border-radius: 999px !important; height: 56px; font-family: var(--k3l) !important;
  font-weight: 700 !important; font-size: 15px !important; letter-spacing: .08em !important; text-transform: uppercase;
  box-shadow: 0 6px 30px rgba(255,107,0,.4) !important; cursor: pointer; }
html.k-start-v3 .mobile-wizard-error { color: #ff8f6b !important; text-align: center; }
html.k-start-v3 .mobile-wizard-fallback strong { font-family: var(--k3l); color: var(--k3t1); }
/* ---- mobile ---- */
@media (max-width: 640px) {
  html.k-start-v3 .mobile-wizard-title { font-size: 27px !important; }
  html.k-start-v3 #intakeForm { padding: 0 10px 30px !important; }
  html.k-start-v3 #intakeForm [data-mobile-card].is-mobile-card-active { padding: 18px !important; border-radius: 18px !important; }
  html.k-start-v3 .mobile-wizard-steps { justify-content: flex-start !important; flex-wrap: nowrap !important;
    overflow-x: auto; scroll-snap-type: x proximity; padding: 2px 2px 8px !important; }
  html.k-start-v3 .mobile-wizard-step { flex: 0 0 auto; min-width: 78px; padding: 6px 8px !important;
    scroll-snap-align: center; }
  html.k-start-v3 .mobile-wizard-step .k3t { display: block; font-size: 8px; letter-spacing: .1em; }
  html.k-start-v3 .k3-demo-showcase-head { display: grid; gap: 5px; align-items: start; }
  html.k-start-v3 .k3-demo-showcase-head span { text-align: left; }
  html.k-start-v3 .k3-demo-grid { grid-auto-flow: column; grid-auto-columns: minmax(82%,1fr);
    grid-template-columns: none; overflow-x: auto; scroll-snap-type: x mandatory; padding: 2px 2px 8px; }
  html.k-start-v3 .k3-demo-card { scroll-snap-align: start; }
  html.k-start-v3 .k3-lookrow { flex-direction: column; }
  html.k-start-v3 .mobile-wizard-nav { bottom: 8px; border-radius: 18px !important; }
  html.k-start-v3 header { margin: 8px 10px 0 !important; }
}
/* ---- v3.1 fixes: kill classic-theme text overlays + enforce legible text ---- */
html.k-start-v3 .featured-product-card, html.k-start-v3 .featured-product-card * { position: static !important; }
html.k-start-v3 .featured-product-card::before, html.k-start-v3 .featured-product-card::after,
html.k-start-v3 #intakeForm .product-card::before, html.k-start-v3 #intakeForm .product-card::after {
  content: none !important; display: none !important; }
html.k-start-v3 .featured-product-card { height: auto !important; min-height: 0 !important;
  max-height: none !important; overflow: visible !important; }
html.k-start-v3 .featured-product-card small.product-card-note { position: static !important;
  color: rgba(255,255,255,.5) !important; font-size: 12px !important; background: none !important; }
html.k-start-v3 .featured-product-card strong, html.k-start-v3 .featured-product-card .k3-price-line,
html.k-start-v3 .featured-product-card .k3-feats { background: none !important; }
/* classic theme text colors bleed through on elements v3 doesn't style — force legible */
html.k-start-v3 #intakeForm [data-mobile-card] :where(h2,h3,h4,p,span,strong,b,li,summary,legend,small,div):where(:not(.choice-button):not(.choice-button *):not([class*="k3"]):not([class*="k3"] *):not(.mobile-wizard-next):not(.mobile-wizard-next *)) {
  color: rgba(255,255,255,.85); }
html.k-start-v3 #lookSection .preset-card strong { color: rgba(255,255,255,.96) !important; }
html.k-start-v3 #lookSection .preset-card span { color: rgba(255,255,255,.62) !important; }
html.k-start-v3 #intakeForm .mobile-review-row span { color: rgba(255,255,255,.66) !important; }
html.k-start-v3 #intakeForm .mobile-review-row b { color: rgba(255,255,255,.92) !important; }
html.k-start-v3 #intakeForm .notice-box, html.k-start-v3 #intakeForm .deposit-note,
html.k-start-v3 #intakeForm details, html.k-start-v3 #intakeForm summary { color: rgba(255,255,255,.78); background: rgba(255,255,255,.03); }
html.k-start-v3 #intakeForm .suno-import-box { background: rgba(255,255,255,.045) !important; border-color: rgba(255,138,30,.28) !important; }
html.k-start-v3 #intakeForm .suno-import-box > summary { list-style: none; cursor: pointer; }
html.k-start-v3 #intakeForm .suno-import-box > summary::-webkit-details-marker { display: none; }
html.k-start-v3 #intakeForm .suno-import-box > summary::after {
  content: "+"; justify-self: end; color: #ffad69; font-size: 20px; line-height: 1;
}
html.k-start-v3 #intakeForm .suno-import-box[open] > summary::after { content: "−"; }
html.k-start-v3 #intakeForm .suno-import-body { display: grid; gap: 12px; margin-top: 12px; }
html.k-start-v3 #intakeForm .suno-import-box strong,
html.k-start-v3 #intakeForm .suno-import-step b,
html.k-start-v3 #intakeForm .suno-import-confirm strong { color: rgba(255,255,255,.94) !important; }
html.k-start-v3 #intakeForm .suno-import-box .suno-import-head span,
html.k-start-v3 #intakeForm .suno-import-step,
html.k-start-v3 #intakeForm .suno-import-confirm span { color: rgba(255,255,255,.68) !important; }
html.k-start-v3 #intakeForm .suno-import-step,
html.k-start-v3 #intakeForm .suno-import-confirm { background: rgba(255,255,255,.055) !important; border-color: rgba(255,255,255,.12) !important; }
html.k-start-v3 #intakeForm .mobile-wizard-review-summary * { text-shadow: none !important; }
/* ---- v3.2 mobile (iOS) pass: beat the classic mobile-wizard cream theme ---- */
html.k-start-v3 .standard-intake-page, html.k-start-v3 .standard-intake-page.ktx-mobile-wizard-active {
  background: transparent !important; color: var(--k3t1) !important; margin: 0 !important; padding-top: 0 !important; }
/* iOS Safari: gradient price must also kill text fill, or solid text renders over the gradient block */
html.k-start-v3 .k3-price { color: transparent !important; -webkit-text-fill-color: transparent !important; }
html.k-start-v3 .k3-psub { color: rgba(255,255,255,.66) !important; -webkit-text-fill-color: rgba(255,255,255,.66) !important; }
html.k-start-v3 .k3-feats li { color: rgba(255,255,255,.78) !important; }
html.k-start-v3 .k3-badge { color: #ffc999 !important; }
html.k-start-v3 #intakeForm .pricing-promise {
  max-width: 100% !important;
  margin: 10px 0 16px !important;
  padding: 14px !important;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 12px !important;
  background: rgba(255,255,255,.045) !important;
  border: 1px solid rgba(255,138,30,.28) !important;
  border-radius: 14px !important;
  box-shadow: none !important;
}
html.k-start-v3 #intakeForm .pricing-promise strong {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 30px;
  padding: 0 10px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,138,30,.34) !important;
  background: rgba(255,138,30,.10) !important;
  color: #ffc999 !important;
  font-family: var(--k3l) !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  letter-spacing: .16em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}
html.k-start-v3 #intakeForm .pricing-promise span {
  color: rgba(255,255,255,.78) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}
html.k-start-v3 #intakeForm .mobile-wizard-fallback, html.k-start-v3 #intakeForm .notice-box,
html.k-start-v3 #intakeForm details, html.k-start-v3 #intakeForm .quick-test-offer {
  background: rgba(255,255,255,.04) !important; border: 1px solid rgba(255,255,255,.12) !important;
  color: rgba(255,255,255,.8) !important; box-shadow: none !important; border-radius: 14px !important; }
html.k-start-v3 #intakeForm summary { background: transparent !important; color: rgba(255,255,255,.8) !important; }
html.k-start-v3 #intakeForm .promo-audio-limit { background: rgba(255,154,61,.08) !important;
  border: 1px solid rgba(255,154,61,.35) !important; color: #ffc999 !important;
  border-radius: 12px !important; padding: 10px 12px !important; box-shadow: none !important; }
html.k-start-v3 #intakeForm .promo-audio-limit strong { color: #ffd9b3 !important; }
html.k-start-v3 #intakeForm .upload-status { background: transparent !important; color: rgba(255,255,255,.7) !important; }
html.k-start-v3 .mobile-wizard-nav { position: static !important; bottom: auto !important; top: auto !important;
  left: auto !important; right: auto !important; width: 100% !important; }
html.k-start-v3 .k3-paid-start #intakeForm {
  padding-bottom: calc(126px + env(safe-area-inset-bottom)) !important;
}
html.k-start-v3 .k3-paid-start .mobile-wizard-nav {
  position: fixed !important; left: 50% !important; right: auto !important;
  bottom: max(12px, env(safe-area-inset-bottom)) !important;
  width: min(calc(100vw - 32px), 780px) !important; margin: 0 !important;
  transform: translateX(-50%); box-sizing: border-box;
}
@media (max-width: 720px) {
  html.k-start-v3 #intakeForm input[type=text], html.k-start-v3 #intakeForm input[type=email],
  html.k-start-v3 #intakeForm input[type=tel], html.k-start-v3 #intakeForm input[type=number],
  html.k-start-v3 #intakeForm select, html.k-start-v3 #intakeForm textarea { font-size: 16px !important; }
  html.k-start-v3 #lookSection .preset-grid { grid-template-columns: repeat(2, 1fr) !important; }
  html.k-start-v3 #intakeForm [data-mobile-card].is-mobile-card-active {
    box-shadow: 0 14px 40px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.12) !important; }
  html.k-start-v3 .mobile-wizard-title { font-size: 27px !important; }
  html.k-start-v3 .mobile-wizard-copy { font-size: 14px !important; }
  /* The hero and selected proof card already explain the minimal proof inputs.
     Keep their detailed callout from repeating above the offer on phones. */
  html.k-start-v3 .mobile-wizard-wav-callout { display: none !important; }
  html.k-start-v3 .k3-price { font-size: 34px; }
  html.k-start-v3 .featured-product-card strong { font-size: 22px !important; }
  html.k-start-v3 .k3-feats li { font-size: 13px !important; }
  html.k-start-v3 #intakeForm .pricing-promise {
    grid-template-columns: 1fr !important;
    align-items: start !important;
  }
  html.k-start-v3 #intakeForm .pricing-promise span {
    max-width: none !important;
  }
  html.k-start-v3 .mobile-wizard-back { padding: 0 16px !important; height: 44px; }
  html.k-start-v3 .mobile-wizard-next { height: 44px; font-size: 13px !important; }
  html.k-start-v3 .k3-trust { gap: 10px; font-size: 8.5px; }
}
/* ---- v3.3 mobile screenshot fixes ---- */
/* the "files upload first" paragraph renders as a floating glass toast on mobile — remove it (trust row covers it) */
html.k-start-v3 .product-selector-block .summary { display: none !important; }
html.k-start-v3 #intakeForm .summary, html.k-start-v3 #intakeForm p.summary {
  position: static !important; background: transparent !important; box-shadow: none !important;
  -webkit-backdrop-filter: none !important; backdrop-filter: none !important; }
/* payment-note box: hidden by id AND class, and beat any is-mobile-card-active display rule */
html.k-start-v3 #depositNote, html.k-start-v3 .deposit-note,
html.k-start-v3 #depositNote.is-mobile-card-active, html.k-start-v3 .deposit-note.is-mobile-card-active,
html.k-start-v3 #productDeliverables.is-mobile-card-active, html.k-start-v3 .review-flow-block.is-mobile-card-active {
  display: none !important; }
/* classic mobile hides the wizard header — force the TRK kicker + hero title back on */
html.k-start-v3 .mobile-wizard-header { display: grid !important; gap: 4px; }
html.k-start-v3 .mobile-wizard-topline { display: flex !important; }
html.k-start-v3 .mobile-wizard-title { display: block !important; }
html.k-start-v3 .mobile-wizard-copy { display: block !important; }
@media (max-width: 720px) {
  html.k-start-v3 #intakeForm {
    padding-bottom: calc(92px + env(safe-area-inset-bottom)) !important;
  }
  /* Five visible waveform tabs on one tight row — no orphan wrap. */
  html.k-start-v3 .mobile-wizard-steps { flex-wrap: nowrap !important; gap: 6px !important; justify-content: flex-start !important;
    overflow-x: auto; scroll-snap-type: x proximity; -webkit-overflow-scrolling: touch; }
  html.k-start-v3 .mobile-wizard-step { padding: 6px 7px !important; }
  html.k-start-v3 .mobile-wizard-nav {
    position: fixed !important;
    left: 10px !important;
    right: 10px !important;
    width: auto !important;
    bottom: max(8px, env(safe-area-inset-bottom)) !important;
    margin: 0 !important;
    padding-bottom: max(10px, env(safe-area-inset-bottom)) !important;
  }
  html.k-start-v3 .mobile-wizard-nav .k3-trust { display: none !important; }
  html.k-start-v3 .mobile-wizard-step .k3w { gap: 2.5px; height: 16px; }
  html.k-start-v3 .mobile-wizard-step .k3w i { width: 2.5px; }
  html.k-start-v3 .mobile-wizard-shell { margin: 24px 0 4px !important; }
  html.k-start-v3 .mobile-wizard-title {
    max-width: 340px; margin: 8px auto 6px !important; font-size: 24px !important;
    line-height: 1.08 !important; text-wrap: balance;
  }
  html.k-start-v3 .mobile-wizard-copy {
    max-width: 340px; font-size: 14.5px !important; line-height: 1.48 !important;
    text-wrap: pretty;
  }
  html.k-start-v3 .mobile-wizard-steps {
    width: 100%; margin: 12px auto 4px !important; padding: 2px 0 6px !important;
    gap: 5px !important; overflow-x: hidden !important;
  }
  html.k-start-v3 .mobile-wizard-step {
    flex: 1 1 0 !important; min-width: 0 !important; padding: 6px 3px !important;
  }
  html.k-start-v3 .k3-paid-start #intakeForm {
    padding-bottom: calc(96px + env(safe-area-inset-bottom)) !important;
  }
  html.k-start-v3 .k3-paid-start .mobile-wizard-nav {
    position: fixed !important; left: 10px !important; right: 10px !important;
    width: auto !important; margin: 0 !important; transform: none;
    bottom: max(8px, env(safe-area-inset-bottom)) !important;
  }
  html.k-start-v3 .k3-paid-start .mobile-wizard-steps {
    overflow-x: auto !important; overscroll-behavior-x: contain;
    scrollbar-width: none; scroll-padding-inline: 8px;
  }
  html.k-start-v3 .k3-paid-start .mobile-wizard-steps::-webkit-scrollbar { display: none; }
  html.k-start-v3 .k3-paid-start .mobile-wizard-step {
    flex: 0 0 auto !important; min-width: 82px !important; padding: 6px 7px !important;
    scroll-snap-align: center;
  }
  html.k-start-v3 .mobile-wizard-step .k3t {
    font-size: 7.5px !important; letter-spacing: .07em !important; white-space: nowrap;
  }
  html.k-start-v3 #intakeForm { gap: 12px; }
  html.k-start-v3 #intakeForm [data-mobile-card].is-mobile-card-active {
    margin-top: 0 !important; padding: 16px !important;
  }
  html.k-start-v3 #intakeForm p.muted,
  html.k-start-v3 #intakeForm .summary,
  html.k-start-v3 #intakeForm small.muted {
    color: rgba(255,255,255,.62) !important; font-size: 13px !important; line-height: 1.5 !important;
  }
  html.k-start-v3 #intakeForm label {
    font-size: 11px !important; letter-spacing: .10em !important; line-height: 1.35 !important;
  }
  html.k-start-v3 #intakeForm .check-row { align-items: flex-start; gap: 10px; padding: 12px !important; }
  html.k-start-v3 #intakeForm .check-row label {
    font-size: 14px !important; line-height: 1.45 !important;
  }
  html.k-start-v3 #intakeForm #projectDetails.is-mobile-card-active {
    display: flex !important; flex-direction: column; gap: 14px;
  }
  html.k-start-v3 #projectDetails > .grid { order: 1; }
  html.k-start-v3 #projectDetails > .asset-checklist {
    order: 2; grid-template-columns: repeat(2,minmax(0,1fr)) !important; gap: 8px !important;
  }
  html.k-start-v3 #projectDetails > .suno-import-box { order: 3; margin: 0 !important; }
  html.k-start-v3 #intakeForm .asset-check {
    min-width: 0; padding: 11px !important; border-radius: 11px !important;
  }
  html.k-start-v3 #intakeForm .asset-check strong { font-size: 12.5px !important; line-height: 1.3; }
  html.k-start-v3 #intakeForm .asset-check span { font-size: 11.5px !important; line-height: 1.4; }
  html.k-start-v3 #intakeForm .suno-import-box > summary {
    display: grid !important; grid-template-columns: minmax(0,1fr) auto; gap: 4px 12px !important;
    align-items: center; padding: 0 !important;
  }
  html.k-start-v3 #intakeForm .suno-import-box > summary strong { font-size: 14px !important; }
  html.k-start-v3 #intakeForm .suno-import-box > summary span {
    grid-column: 1; font-size: 12px !important; line-height: 1.4 !important;
  }
  html.k-start-v3 #intakeForm .suno-import-grid,
  html.k-start-v3 #intakeForm .suno-import-fields { grid-template-columns: 1fr !important; }
  html.k-start-v3 #intakeForm input[type=file] { padding: 13px !important; }
  html.k-start-v3 #intakeForm input[type=file]::file-selector-button {
    display: block; width: 100%; margin: 0 0 10px !important; padding: 11px 14px;
  }
  html.k-start-v3 #uploadSection > .grid { gap: 18px !important; }
  html.k-start-v3 #rightsSection.is-mobile-card-active { display: grid !important; gap: 10px; }
  html.k-start-v3 .mobile-wizard-nav { padding: 10px 12px !important; }
  html.k-start-v3 .k3-paid-start .mobile-wizard-nav { flex-wrap: nowrap !important; }
  html.k-start-v3 .k3-paid-start .mobile-wizard-count { display: none !important; }
  html.k-start-v3 .k3-paid-start .mobile-wizard-next {
    min-width: 0; padding: 0 14px !important; line-height: 1.15 !important;
  }
  html.k-start-v3 .k3-trust { line-height: 1.35; }
  /* classic mobile clamps these to ~46vh scrollboxes, cutting the card mid-content */
  html.k-start-v3 #productModeGrid, html.k-start-v3 #presetGrid,
  html.k-start-v3 #intakeForm .preset-grid, html.k-start-v3 #intakeForm .product-tier-stack {
    max-height: none !important; overflow: visible !important; }
  html.k-start-v3 .featured-product-card { height: auto !important; }
  /* The legacy inactive-card grid reorders and overlaps the secondary paid
     direction at phone widths. Keep this compact card in authored DOM order. */
  html.k-start-v3 .featured-product-card.k3-secondary-direction {
    display: flex !important; flex-direction: column !important;
    align-items: stretch !important; grid-template-columns: none !important;
  }
  html.k-start-v3 .featured-product-card.k3-secondary-direction .k3-offer-kicker {
    font-size: 10px !important; line-height: 1.35 !important; letter-spacing: .14em !important;
  }
  html.k-start-v3 .featured-product-card.k3-secondary-direction > small:not(.product-card-note) {
    display: block !important;
  }
  html.k-start-v3 .k3-purchase-trust { grid-template-columns: repeat(2,minmax(0,1fr)); }
  html.k-start-v3 .k3-paid-start .k3-demo-grid { width: 100%; max-width: 100%; min-width: 0;
    overscroll-behavior-x: contain; scroll-padding-inline: 2px; }
  html.k-start-v3 .k3-paid-start .k3-demo-card { min-width: 0; }
  /* Inactive pricing cards inherit a nowrap price row from the legacy grid.
     On narrow phones that intrinsic width can expand the single grid track and
     push the title off-screen. Keep every column and child bounded to the card. */
  html.k-start-v3 #intakeForm .product-tier-grid .product-card:not(.active) {
    grid-template-columns: minmax(0, 1fr) !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }
  html.k-start-v3 #intakeForm .product-tier-grid .product-card:not(.active) > strong,
  html.k-start-v3 #intakeForm .product-tier-grid .product-card:not(.active) > span,
  html.k-start-v3 #intakeForm .product-tier-grid .product-card:not(.active) > small {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
  }
  html.k-start-v3 #intakeForm .product-tier-grid .product-card:not(.active) > span {
    white-space: normal !important;
  }
  /* ---- v3.5: every-step mobile controls — centered, wrappable, unsquished ---- */
  html.k-start-v3 #intakeForm div:has(> .choice-button):not(#directorRoomLookRefinements) {
    display: flex !important; flex-wrap: wrap !important; gap: 8px !important; }
  html.k-start-v3 #intakeForm .choice-button {
    display: flex !important; flex-direction: column; align-items: center; justify-content: center;
    gap: 2px; text-align: center !important; border-radius: 12px !important;
    padding: 10px 8px !important; flex: 1 1 30%; min-width: 0 !important; max-width: 100%;
    white-space: normal !important; line-height: 1.25 !important; height: auto !important; min-height: 46px; }
  html.k-start-v3 #intakeForm .choice-button, html.k-start-v3 #intakeForm .choice-button * {
    overflow-wrap: normal !important; word-break: normal !important; hyphens: none !important; }
  html.k-start-v3 #intakeForm .choice-button strong {
    font-size: 12px !important; letter-spacing: .04em !important; color: inherit !important;
    text-align: center !important; width: 100%; }
  html.k-start-v3 #intakeForm .choice-button span, html.k-start-v3 #intakeForm .choice-button small {
    font-size: 9.5px !important; letter-spacing: .02em !important; text-transform: none !important;
    opacity: .7; color: inherit !important; text-align: center !important; width: 100%; }
  html.k-start-v3 #intakeForm input[type=number] { width: 100% !important; }
  html.k-start-v3 #intakeForm .asset-checklist { grid-template-columns: 1fr !important; }
  html.k-start-v3 #intakeForm .grid { gap: 12px !important; }
  html.k-start-v3 #intakeForm label { text-align: left; }
  html.k-start-v3 .mobile-wizard-review-summary .mobile-review-grid { gap: 8px !important; }
  html.k-start-v3 #intakeForm .k3-lookrow button { height: 44px; }
}
/* hide-beaters: outrank the is-mobile-card-active show rule (JS also removes these) */
html.k-start-v3 #intakeForm #depositNote[data-mobile-card].is-mobile-card-active,
html.k-start-v3 #intakeForm #productDeliverables[data-mobile-card].is-mobile-card-active,
html.k-start-v3 #intakeForm .review-flow-block[data-mobile-card].is-mobile-card-active,
html.k-start-v3 #intakeForm #depositNote, html.k-start-v3 #intakeForm #productDeliverables,
html.k-start-v3 #intakeForm .review-flow-block { display: none !important; }
/* ---- header: keep one centered row at every width (base CSS goes column+flex-start ≤760px,
   which pins the round logo top-left inside the pill) ---- */
html.k-start-v3 header { flex-direction: row !important; align-items: center !important;
  justify-content: space-between !important; gap: 10px !important; flex-wrap: nowrap !important; }
html.k-start-v3 header .brand-mark { display: inline-flex !important; align-items: center !important; gap: 8px; }
html.k-start-v3 header .brand-mark img { width: 26px; height: 26px; display: block; border-radius: 50%; }
html.k-start-v3 header nav { width: auto !important; display: flex !important; align-items: center !important;
  gap: 14px; margin: 0 !important; }
html.k-start-v3 header nav a { margin: 0 !important; white-space: nowrap; }
@media (max-width: 760px) {
  html.k-start-v3 header { padding: 8px 14px !important; margin: 8px 10px 0 !important; }
  html.k-start-v3 header .brand-mark { font-size: 14px !important; }
  html.k-start-v3 header .brand-mark img { width: 22px; height: 22px; }
  html.k-start-v3 a.k3-mail { display: none !important; }
  html.k-start-v3 header nav a { font-size: 12.5px !important; }
}
/* ---- v3.6 creative direction spectrum ---- */
html.k-start-v3 #directorRoomLookRefinements,
html.k-start-v3 #lookSection .city-setting-row,
html.k-start-v3 #lookSection .era-selector { display: none !important; }
html.k-start-v3 #musicVideoTextPolicy { display: none !important; }
html.k-start-v3 .music-video-direction-shell {
  display: grid; grid-template-columns: minmax(0,1fr) 290px; gap: 20px 28px; margin: 0; padding: 0; background: transparent !important;
}
html.k-start-v3 #intakeForm:has(#lookSection.is-mobile-card-active) { max-width: 1260px; }
html.k-start-v3 #intakeForm #lookSection.is-mobile-card-active {
  padding: 0 !important; border: 0 !important; border-radius: 0 !important;
  background: transparent !important; box-shadow: none !important;
  -webkit-backdrop-filter: none !important; backdrop-filter: none !important;
}
html.k-start-v3 .music-video-direction-shell > .direction-control,
html.k-start-v3 .music-video-direction-shell > .direction-summary-card,
html.k-start-v3 .music-video-direction-shell > #musicVideoTextPolicy { grid-column: 1 / -1; }
html.k-start-v3 .direction-control {
  display: grid; gap: 8px; padding: 3px 4px 0; border: 0;
  border-radius: 0; background: transparent;
}
html.k-start-v3 .direction-control-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
html.k-start-v3 .direction-control-head strong {
  font-family: var(--k3l) !important; font-size: 11px; letter-spacing: .16em;
  text-transform: uppercase; color: #ff9a3d !important;
}
html.k-start-v3 .direction-control-head span { font-size: 12px; color: rgba(255,255,255,.48) !important; text-align: right; }
html.k-start-v3 .direction-range {
  width: 100%; height: 28px; margin: 2px 0 0; padding: 0 !important; appearance: none;
  -webkit-appearance: none; border: 0 !important; cursor: pointer;
  background:
    radial-gradient(circle, rgba(255,255,255,.96) 0 5px, transparent 5.5px) left center / 14px 14px no-repeat,
    radial-gradient(circle, rgba(255,255,255,.96) 0 5px, transparent 5.5px) right center / 14px 14px no-repeat !important;
}
html.k-start-v3 .direction-range::-webkit-slider-runnable-track {
  height: 5px; border-radius: 999px; background: rgba(255,255,255,.18);
}
html.k-start-v3 .direction-range::-moz-range-track {
  height: 5px; border-radius: 999px; background: rgba(255,255,255,.18);
}
html.k-start-v3 .direction-range::-webkit-slider-thumb {
  appearance: none; -webkit-appearance: none; width: 24px; height: 24px; margin-top: -10px;
  border: 4px solid #1b1713; border-radius: 50%; background: #ff8a1e;
  box-shadow: 0 0 0 2px rgba(255,138,30,.45), 0 4px 18px rgba(255,107,0,.38);
}
html.k-start-v3 .direction-range::-moz-range-thumb {
  width: 16px; height: 16px; border: 4px solid #1b1713; border-radius: 50%; background: #ff8a1e;
  box-shadow: 0 0 0 2px rgba(255,138,30,.45), 0 4px 18px rgba(255,107,0,.38);
}
html.k-start-v3 .direction-stops { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
html.k-start-v3 #intakeForm .direction-stop {
  min-height: 54px; padding: 7px 6px !important; border: 0 !important; border-radius: 10px !important;
  background: transparent !important; color: rgba(255,255,255,.67) !important; cursor: pointer;
  font-family: inherit !important; text-align: center; box-shadow: none !important;
}
html.k-start-v3 #intakeForm .direction-stop strong {
  display: block; color: inherit !important; font-family: var(--k3l) !important; font-size: 12px;
  letter-spacing: .11em; text-transform: uppercase;
}
html.k-start-v3 #intakeForm .direction-stop span { display: block; margin-top: 5px; color: inherit !important; font-size: 11px; line-height: 1.25; }
html.k-start-v3 #intakeForm .direction-stop.active { color: rgba(255,255,255,.96) !important; background: transparent !important; }
html.k-start-v3 #intakeForm .direction-stop[data-style-spectrum-value="50"].active::after {
  content: "A balanced starting point"; display: block; margin-top: 5px;
  font-family: var(--k3l); font-size: 8px; font-weight: 700; letter-spacing: .11em;
  text-transform: uppercase; color: #ff8a1e;
}
html.k-start-v3 .featured-element-grid {
  display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 9px; margin-top: 5px;
}
html.k-start-v3 #intakeForm .featured-element-choice {
  min-height: 78px; padding: 12px 10px !important; border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 13px !important; background: rgba(255,255,255,.025) !important;
  color: rgba(255,255,255,.66) !important; text-align: left; cursor: pointer; box-shadow: none !important;
}
html.k-start-v3 #intakeForm .featured-element-choice strong {
  display: block; color: inherit !important; font-family: var(--k3l) !important; font-size: 11px;
  letter-spacing: .09em; line-height: 1.2; text-transform: uppercase;
}
html.k-start-v3 #intakeForm .featured-element-choice span {
  display: block; margin-top: 7px; color: inherit !important; font-size: 10px; line-height: 1.35;
}
html.k-start-v3 #intakeForm .featured-element-choice.active {
  border-color: rgba(255,138,30,.68) !important; background: rgba(255,138,30,.10) !important;
  color: rgba(255,255,255,.97) !important; box-shadow: inset 0 0 0 1px rgba(255,138,30,.18) !important;
}
html.k-start-v3 #intakeForm .featured-element-choice:disabled {
  cursor: not-allowed; opacity: .38;
}
html.k-start-v3 .featured-element-summary {
  margin: 2px 0 0; color: rgba(255,255,255,.60) !important; font-size: 11px; line-height: 1.45;
}
html.k-start-v3 .direction-summary-card {
  overflow: visible; border: 0; border-radius: 0;
  background: transparent; box-shadow: none;
}
html.k-start-v3 .direction-summary-grid { display: grid; grid-template-columns: minmax(0,.92fr) minmax(420px,1.08fr); min-height: 330px; gap: 34px; }
html.k-start-v3 .direction-summary-copy { display: flex; flex-direction: column; justify-content: flex-start; padding: 16px 0 0; }
html.k-start-v3 .direction-summary-kicker {
  margin-bottom: 10px; font-family: var(--k3l); font-size: 9.5px; font-weight: 700; letter-spacing: .19em;
  color: #ff9a3d !important; text-transform: uppercase;
}
html.k-start-v3 #musicVideoDirectionTitle {
  margin: 0 0 9px; font-family: var(--k3d) !important; font-size: clamp(28px,4vw,39px); line-height: 1.03;
  letter-spacing: .005em; text-transform: uppercase; color: rgba(255,255,255,.97) !important;
}
html.k-start-v3 #musicVideoDirectionCopy { margin: 0; color: rgba(255,255,255,.68) !important; font-size: 13.5px; line-height: 1.55; }
html.k-start-v3 .direction-chip-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
html.k-start-v3 .direction-chip {
  padding: 6px 11px; border: 1px solid rgba(255,138,30,.58); border-radius: 999px;
  background: rgba(255,138,30,.025); color: #ffad69 !important; font-size: 10px;
}
html.k-start-v3 .direction-preview-wrap { min-height: 330px; background: #111; border-radius: 8px; overflow: hidden; }
html.k-start-v3 #musicVideoDirectionPreview { display: block; width: 100%; height: 100%; min-height: 330px; object-fit: cover; }
html.k-start-v3 .direction-disclosure {
  margin: 14px 0 0 !important; padding: 0 !important; overflow: hidden; border: 1px solid rgba(255,255,255,.1) !important;
  border-radius: 14px !important; background: rgba(255,255,255,.025) !important;
}
html.k-start-v3 .direction-disclosure > summary {
  min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 0 17px !important; cursor: pointer; list-style: none; font-family: var(--k3l) !important;
  font-size: 10.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
}
html.k-start-v3 .direction-disclosure > summary::-webkit-details-marker { display: none; }
html.k-start-v3 .direction-disclosure > summary::after { content: "+"; color: #ff9a3d; font-size: 18px; line-height: 1; }
html.k-start-v3 .direction-disclosure[open] > summary::after { content: "−"; }
html.k-start-v3 .direction-disclosure-body { padding: 2px 17px 18px; }
html.k-start-v3 #musicVideoSpecificStyleDetails {
  margin-top: 22px !important; border-radius: 12px 12px 0 0 !important;
}
html.k-start-v3 #musicVideoAdvancedControls {
  margin-top: -1px !important; border-radius: 0 0 12px 12px !important;
}
html.k-start-v3 .direction-safeguard {
  grid-column: 1; display: flex; align-items: center; gap: 9px; margin: 0 2px; color: rgba(255,255,255,.48); font-size: 11px; line-height: 1.45;
}
html.k-start-v3 .direction-safeguard b { color: #ff9a3d !important; }
html.k-start-v3 #saveCreativeDirectionButton {
  grid-column: 2; width: 100%; min-height: 52px; border: 0; border-radius: 12px; background: var(--k3grad); color: #1a0a00;
  font-family: var(--k3l); font-weight: 700; font-size: 13px; letter-spacing: .09em; text-transform: uppercase;
  cursor: pointer; box-shadow: 0 8px 28px rgba(255,107,0,.3);
}
html.k-start-v3 #visualIntensityModeBlock { display: none !important; }
@media (max-width: 680px) {
  html.k-start-v3 .music-video-direction-shell { grid-template-columns: 1fr; gap: 15px; }
  html.k-start-v3 .music-video-direction-shell > .direction-control,
  html.k-start-v3 .music-video-direction-shell > .direction-summary-card,
  html.k-start-v3 .music-video-direction-shell > #musicVideoTextPolicy,
  html.k-start-v3 .direction-safeguard,
  html.k-start-v3 #saveCreativeDirectionButton { grid-column: 1; }
  html.k-start-v3 .direction-control { padding: 16px 14px; }
  html.k-start-v3 .direction-control-head { display: grid; gap: 3px; }
  html.k-start-v3 .direction-control-head span { text-align: left; }
  html.k-start-v3 .direction-stops { gap: 2px; }
  html.k-start-v3 .featured-element-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; }
  html.k-start-v3 #intakeForm .featured-element-choice { min-height: 72px; padding: 10px 9px !important; }
  html.k-start-v3 #intakeForm .direction-stop { min-height: 73px; padding: 7px 2px !important; }
  html.k-start-v3 #intakeForm .direction-stop strong { font-size: 8.7px; letter-spacing: .075em; }
  html.k-start-v3 #intakeForm .direction-stop span { font-size: 9px; }
  html.k-start-v3 .direction-summary-grid { grid-template-columns: 1fr; }
  html.k-start-v3 .direction-summary-copy { padding: 20px 18px; order: 2; }
  html.k-start-v3 .direction-preview-wrap, html.k-start-v3 #musicVideoDirectionPreview { min-height: 180px; max-height: 210px; }
}
/* ---- v3.7 responsive conversion pass ---- */
/* Keep the primary wizard action in reach throughout every step. The clearance
   variable is updated from the rendered bar height so consent controls and the
   last form row can always scroll completely above the fixed action surface. */
html.k-start-v3 {
  --k3-wizard-nav-clearance: 132px;
  scroll-padding-bottom: var(--k3-wizard-nav-clearance);
}
html.k-start-v3 #intakeForm,
html.k-start-v3 .k3-paid-start #intakeForm {
  padding-bottom: calc(var(--k3-wizard-nav-clearance) + env(safe-area-inset-bottom)) !important;
}
html.k-start-v3 .mobile-wizard-nav,
html.k-start-v3 .k3-paid-start .mobile-wizard-nav {
  position: fixed !important; top: auto !important; left: 50% !important;
  right: auto !important; bottom: max(10px, env(safe-area-inset-bottom)) !important;
  transform: translateX(-50%) !important;
  width: min(calc(100vw - 28px), 780px) !important;
  margin: 0 !important; box-sizing: border-box;
}
html.k-start-v3 .mobile-wizard-nav .k3-trust { display: none !important; }
html.k-start-v3 .mobile-wizard-nav[data-step-key="review"] .k3-trust {
  display: flex !important;
}
html.k-start-v3 .mobile-wizard-error {
  margin: 8px auto 0 !important; padding: 11px 13px !important;
  border: 1px solid rgba(255,143,107,.58) !important; border-radius: 12px !important;
  background: rgba(92,31,13,.72) !important; color: #ffe0d5 !important;
  font-size: 13px !important; font-weight: 700 !important; line-height: 1.45 !important;
  text-align: left !important; box-shadow: none !important;
}
html.k-start-v3 .direction-optional-controls { grid-column: 1 / -1; margin: 2px 0 0 !important; }
html.k-start-v3 .direction-optional-controls > summary span {
  color: rgba(255,255,255,.56) !important; font-size: 10px; text-transform: none;
  letter-spacing: .03em;
}
html.k-start-v3 .direction-optional-controls-body { display: grid; gap: 14px; }
html.k-start-v3 .direction-optional-controls-body > .direction-control {
  padding: 14px !important; border: 1px solid rgba(255,255,255,.09);
  border-radius: 12px; background: rgba(255,255,255,.02);
}
html.k-start-v3 .direction-optional-controls-body > .direction-disclosure {
  margin: 0 !important; border-radius: 12px !important;
}
html.k-start-v3 #saveCreativeDirectionButton { display: none !important; }
html.k-start-v3 header nav a {
  min-height: 24px; display: inline-flex !important; align-items: center;
}
@media (min-width: 721px) {
  html.k-start-v3 .mobile-wizard-nav,
  html.k-start-v3 .k3-paid-start .mobile-wizard-nav {
    position: sticky !important; left: auto !important; right: auto !important;
    bottom: 14px !important; transform: none !important; width: 100% !important;
    margin: 4px auto 0 !important;
  }
  html.k-start-v3 #intakeForm,
  html.k-start-v3 .k3-paid-start #intakeForm { padding-bottom: 44px !important; }
}
/* ---- v3.8 layout integrity + readable responsive controls ---- */
/* The classic theme compacts inactive cards with a grid after this theme loads.
   Keep paid-start cards in authored DOM order so the kicker and price never
   share a grid cell when Standard or Premium is deselected. */
html.k-start-v3 .k3-paid-start #intakeForm .product-tier-grid .featured-product-card:not(.active) {
  display: flex !important; flex-direction: column !important; align-items: stretch !important;
  grid-template-columns: none !important; grid-template-areas: none !important;
  min-width: 0 !important; max-width: 100% !important; overflow: visible !important;
}
html.k-start-v3 .k3-paid-start #intakeForm .product-tier-grid .featured-product-card:not(.active) > * {
  min-width: 0 !important; max-width: 100% !important; overflow-wrap: anywhere !important;
}
html.k-start-v3 .k3-paid-start #intakeForm .product-tier-grid .featured-product-card:not(.active) > .k3-offer-kicker {
  align-self: flex-start !important; justify-self: start !important; width: auto !important;
  margin-top: 0 !important; color: #ffc999 !important; font-size: 10px !important;
  font-weight: 800 !important; line-height: 1.35 !important; letter-spacing: .16em !important;
  text-align: left !important; white-space: normal !important;
}
html.k-start-v3 .k3-paid-start #intakeForm .product-tier-grid .featured-product-card:not(.active) > span:not(.k3-offer-kicker) {
  align-self: stretch !important; justify-self: stretch !important; width: 100% !important;
  margin-top: 8px !important; color: rgba(255,255,255,.92) !important;
  text-align: left !important; white-space: normal !important;
}
html.k-start-v3 .k3-paid-start #intakeForm .product-tier-grid .featured-product-card:not(.active) > small:not(.product-card-note) {
  display: block !important;
}
@media (min-width: 681px) and (max-width: 900px) {
  html.k-start-v3 .music-video-direction-shell { grid-template-columns: 1fr; gap: 18px; }
  html.k-start-v3 .music-video-direction-shell > .direction-control,
  html.k-start-v3 .music-video-direction-shell > .direction-summary-card,
  html.k-start-v3 .music-video-direction-shell > #musicVideoTextPolicy,
  html.k-start-v3 .direction-safeguard,
  html.k-start-v3 #saveCreativeDirectionButton { grid-column: 1; }
  html.k-start-v3 .direction-summary-grid { grid-template-columns: 1fr; gap: 18px; }
  html.k-start-v3 .direction-summary-copy { order: 2; padding: 18px 0 0; }
  html.k-start-v3 .direction-preview-wrap,
  html.k-start-v3 #musicVideoDirectionPreview { min-height: 260px; max-height: 320px; }
}
html.k-start-v3 .k3-purchase-trust b { font-size: 10px; }
html.k-start-v3 #intakeForm .featured-product-card:not(.active) {
  border-color: rgba(255,255,255,.18) !important;
  box-shadow: none !important;
}
html.k-start-v3 #intakeForm .featured-product-card.active {
  border-color: #ff8a1e !important;
}
html.k-start-v3 #intakeForm .k3-selection-label {
  color: #ffc999 !important; font-weight: 800; letter-spacing: .08em;
}
html.k-start-v3 .k3-purchase-trust span,
html.k-start-v3 #intakeForm .featured-element-choice span,
html.k-start-v3 .featured-element-summary { font-size: 12px; }
html.k-start-v3 #intakeForm .featured-element-choice strong { font-size: 12px; }
@media (max-width: 720px) {
  html.k-start-v3 .mobile-wizard-shell { margin: 14px 0 4px !important; }
  html.k-start-v3 .mobile-wizard-title { margin: 5px auto 4px !important; }
  html.k-start-v3 .mobile-wizard-copy { line-height: 1.42 !important; }
  html.k-start-v3 .k3-paid-start .mobile-wizard-steps {
    overflow-x: hidden !important; scroll-padding-inline: 0 !important;
  }
  html.k-start-v3 .k3-paid-start .mobile-wizard-step {
    flex: 1 1 0 !important; min-width: 0 !important; min-height: 44px;
    padding: 6px 2px !important;
  }
  html.k-start-v3 .mobile-wizard-step .k3t {
    font-size: 9.5px !important; letter-spacing: .02em !important;
  }
  html.k-start-v3 .mobile-wizard-step .k3w { display: none !important; }
  html.k-start-v3 .mobile-wizard-step { min-height: 42px !important; justify-content: center; }
  html.k-start-v3 .k3-demo-grid,
  html.k-start-v3 .k3-paid-start .k3-demo-grid {
    display: grid !important; grid-template-columns: minmax(0,1fr) !important;
    grid-auto-flow: row !important; grid-auto-columns: auto !important;
    overflow: visible !important;
  }
  html.k-start-v3.k3-proof-selected #intakeForm #standardOutputControls[data-mobile-card].is-mobile-card-active,
  html.k-start-v3.k3-proof-selected #projectDetails > .asset-checklist {
    display: none !important;
  }
  html.k-start-v3 .mobile-wizard-nav,
  html.k-start-v3 .k3-paid-start .mobile-wizard-nav {
    padding: 9px 10px !important; flex-wrap: nowrap !important;
  }
  html.k-start-v3 .k3-paid-start .mobile-wizard-nav[data-step-key="review"] {
    flex-wrap: wrap !important; column-gap: 8px !important; row-gap: 9px !important;
  }
  html.k-start-v3 .k3-paid-start .mobile-wizard-nav[data-step-key="review"] .mobile-wizard-back {
    flex: 0 0 auto; padding-inline: 12px !important;
  }
  html.k-start-v3 .k3-paid-start .mobile-wizard-nav[data-step-key="review"] .mobile-wizard-next {
    flex: 1 1 170px; min-width: 0; white-space: nowrap; font-size: 11px !important;
    letter-spacing: .045em !important; padding-inline: 8px !important;
  }
  html.k-start-v3 .k3-paid-start .mobile-wizard-nav[data-step-key="review"] .k3-trust {
    flex: 0 0 100%; width: 100%; order: 3; display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5px 7px !important;
    align-items: center; text-align: center; font-size: 10.5px !important;
    letter-spacing: .015em !important;
  }
  html.k-start-v3 .k3-paid-start .mobile-wizard-nav[data-step-key="review"] .k3-trust .k3-guarantee {
    grid-column: 1 / -1; font-size: 11px !important;
  }
  html.k-start-v3 .mobile-wizard-back,
  html.k-start-v3 .mobile-wizard-next { min-height: 44px; }
  html.k-start-v3 header nav a { min-height: 44px; padding-inline: 4px; }
  html.k-start-v3 #intakeForm .direction-stop strong {
    font-size: 11px !important; letter-spacing: .05em !important;
  }
  html.k-start-v3 #intakeForm .direction-stop span { font-size: 11.5px !important; line-height: 1.3; }
  html.k-start-v3 #intakeForm .featured-element-choice strong { font-size: 12px !important; }
  html.k-start-v3 #intakeForm .featured-element-choice span { font-size: 11.5px !important; }
  html.k-start-v3 .direction-optional-controls-body > .direction-control { padding: 12px !important; }
}
@media (max-width: 360px) {
  html.k-start-v3 .mobile-wizard-step .k3-step-number { display: none; }
  html.k-start-v3 .mobile-wizard-step .k3t { letter-spacing: 0 !important; }
  html.k-start-v3 .mobile-wizard-next {
    font-size: 11px !important; letter-spacing: .02em !important; white-space: nowrap;
  }
  html.k-start-v3 .k3-paid-start .mobile-wizard-nav[data-step-key="review"] .mobile-wizard-next {
    min-height: 48px; height: auto; white-space: normal; font-size: 9.5px !important;
    line-height: 1.08 !important; letter-spacing: .025em !important; padding-inline: 6px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  html.k-start-v3 *, html.k-start-v3 *::before, html.k-start-v3 *::after {
    animation-duration: .001ms !important; animation-iteration-count: 1 !important;
    scroll-behavior: auto !important; transition-duration: .001ms !important;
  }
}
