:root {
  color-scheme: light;
  --ink: #1c1a19;
  --text: #1c1a19;
  --muted: #8c8580;
  --paper: #efeae4;
  --paper-strong: #e8e1d9;
  --white: #ffffff;
  --line: rgba(28, 26, 25, 0.08);
  --green: #1c1a19;
  --green-dark: #1c1a19;
  --red: #1c1a19;
  --amber: #1c1a19;
  --blue: #1c1a19;
  --violet: #1c1a19;
  --shadow: none;
  --surface-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  --header-bg: rgba(239, 234, 228, 0.94);
  --soft-line: rgba(28, 26, 25, 0.08);
  --solid-btn: #1c1a19;
}

body[data-page="dr-mix"] .dr-auth-success-toast {
  position: fixed;
  right: clamp(16px, 4vw, 42px);
  top: 104px;
  z-index: 120;
  width: min(360px, calc(100vw - 32px));
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border: 1px solid rgba(92, 69, 51, 0.14);
  border-radius: 16px;
  background: rgba(255, 252, 247, 0.96);
  box-shadow: 0 22px 54px rgba(70, 49, 34, 0.18);
  color: #31251d;
  opacity: 0;
  transform: translateY(-10px) scale(0.98);
  transition: opacity 220ms ease, transform 220ms ease;
}

body[data-page="dr-mix"] .dr-auth-success-toast.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

body[data-page="dr-mix"] .dr-auth-success-toast strong {
  font: 800 13px/1.1 Manrope, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

body[data-page="dr-mix"] .dr-auth-success-toast span {
  font: 700 13px/1.45 Manrope, sans-serif;
  color: rgba(49, 37, 29, 0.7);
}

/* Emergency hero visibility guard */
body[data-page="dr-mix"] .dr-hero {
  isolation: isolate;
}

body[data-page="dr-mix"] .dr-hero-inner,
body[data-page="dr-mix"] .dr-hero-copy,
body[data-page="dr-mix"] .dr-hero-copy *,
body[data-page="dr-mix"] .dr-proof-strip,
body[data-page="dr-mix"] .dr-hero-actions {
  position: relative;
  z-index: 2;
  opacity: 1 !important;
  visibility: visible !important;
}

body[data-page="dr-mix"] .dr-hero-copy {
  transform: none !important;
}

body[data-page="dr-mix"] .dr-hero-copy h1,
body[data-page="dr-mix"] .dr-hero-copy h1 span {
  color: #ffffff !important;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
}

body[data-page="dr-mix"] .dr-hero-copy .eyebrow,
body[data-page="dr-mix"] .dr-hero-copy > p:not(.eyebrow),
body[data-page="dr-mix"] .dr-proof-strip span {
  color: rgba(255, 255, 255, 0.92) !important;
}

/* Final local section order requested by user. */
body[data-page="dr-mix"] main#top {
  display: flex;
  flex-direction: column;
}

body[data-page="dr-mix"] .dr-hero {
  order: 0;
}

body[data-page="dr-mix"] #partnership {
  order: 1;
}

body[data-page="dr-mix"] #customer {
  order: 2;
}

body[data-page="dr-mix"] #audience {
  order: 3;
}

body[data-page="dr-mix"] #comparison {
  order: 4;
}

body[data-page="dr-mix"] #experience {
  order: 5;
}

body[data-page="dr-mix"] #video {
  order: 6;
}

body[data-page="dr-mix"] #testimonials {
  order: 7;
}

body[data-page="dr-mix"] #product {
  order: 8;
}

body[data-page="dr-mix"] #lifestyle {
  order: 9;
}

body[data-page="dr-mix"] #kit {
  order: 10;
}

body[data-page="dr-mix"] #faq {
  order: 11;
}

body[data-page="dr-mix"] .dr-infographic-strip,
body[data-page="dr-mix"] #wholesale-value,
body[data-page="dr-mix"] .dr-stats-section {
  display: none !important;
}

body[data-page="dr-mix"] .dr-legal-footer {
  padding: clamp(28px, 4vw, 46px) 0;
}

body[data-page="dr-mix"] .dr-legal-footer-inner {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: clamp(18px, 2.4vw, 30px);
}

body[data-page="dr-mix"] .dr-footer-column {
  display: grid;
  align-content: start;
  gap: 9px;
}

body[data-page="dr-mix"] .dr-footer-column strong {
  color: var(--dr-lux-ink);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body[data-page="dr-mix"] .dr-footer-column span,
body[data-page="dr-mix"] .dr-footer-column a {
  color: var(--dr-lux-muted);
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1.45;
  text-decoration: none;
}

body[data-page="dr-mix"] .dr-footer-column a:hover,
body[data-page="dr-mix"] .dr-footer-column a:focus-visible {
  color: var(--dr-lux-ink);
  outline: 0;
}

@media (max-width: 900px) {
  body[data-page="dr-mix"] .dr-legal-footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  body[data-page="dr-mix"] .dr-legal-footer-inner {
    grid-template-columns: 1fr;
  }
}

/* Final local repair: lifestyle section must render as one balanced photo block. */
body[data-page="dr-mix"] .dr-lifestyle-section .dr-lifestyle-layout {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.78fr) minmax(420px, 1.22fr) !important;
  gap: clamp(28px, 4vw, 64px) !important;
  align-items: center !important;
}

body[data-page="dr-mix"] .dr-lifestyle-section .dr-lifestyle-photo-panel {
  display: grid !important;
  align-content: center !important;
  gap: 0 !important;
  min-width: 0 !important;
}

body[data-page="dr-mix"] .dr-lifestyle-section .dr-lifestyle-photo-panel h2 {
  margin: 18px 0 0 !important;
  font-size: clamp(3.4rem, 5vw, 5.8rem) !important;
}

body[data-page="dr-mix"] .dr-lifestyle-section .dr-lifestyle-photo-panel > img {
  display: none !important;
}

body[data-page="dr-mix"] .dr-lifestyle-section .dr-lifestyle-stats {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  margin-top: 28px !important;
}

body[data-page="dr-mix"] .dr-lifestyle-section .dr-lifestyle-stats span {
  border: 1px solid rgba(92, 69, 51, 0.1) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.62) !important;
  padding: 14px 16px !important;
}

body[data-page="dr-mix"] .dr-lifestyle-section .dr-lifestyle-stats strong {
  font-family: Manrope, system-ui, sans-serif !important;
  font-size: 1.05rem !important;
  font-weight: 900 !important;
}

body[data-page="dr-mix"] .dr-lifestyle-section figure {
  min-width: 0 !important;
  margin: 0 !important;
  border-radius: 30px !important;
}

body[data-page="dr-mix"] .dr-lifestyle-section figure img {
  display: block !important;
  width: 100% !important;
  height: clamp(360px, 38vw, 560px) !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  object-position: center !important;
}

@media (max-width: 900px) {
  body[data-page="dr-mix"] .dr-lifestyle-section .dr-lifestyle-layout {
    grid-template-columns: 1fr !important;
  }

  body[data-page="dr-mix"] .dr-lifestyle-section figure img {
    height: clamp(300px, 72vw, 460px) !important;
  }
}

/* Admin safeguards and final order export fixes. */
body[data-page="dr-mix-admin"] .dr-admin-primary[data-dirty="true"] {
  border-color: rgba(138, 111, 89, 0.34) !important;
  background: #8f6a50 !important;
  box-shadow: 0 18px 38px rgba(91, 70, 53, 0.24), 0 0 0 4px rgba(184, 155, 128, 0.18) !important;
}

body[data-page="dr-mix-admin"] .dr-admin-field.is-dirty input,
body[data-page="dr-mix-admin"] .dr-admin-field.is-dirty textarea,
body[data-page="dr-mix-admin"] .dr-admin-field.is-dirty select {
  border-color: rgba(143, 106, 80, 0.72) !important;
  background: rgba(255, 248, 238, 0.96) !important;
  box-shadow: 0 0 0 3px rgba(184, 155, 128, 0.16) !important;
}

body[data-page="dr-mix-admin"] .dr-admin-array.is-dirty,
body[data-page="dr-mix-admin"] .dr-admin-array-item.is-dirty {
  border-color: rgba(143, 106, 80, 0.36) !important;
  background: rgba(184, 155, 128, 0.08) !important;
}

body[data-page="dr-mix-admin"] .dr-admin-array.is-dirty > .dr-admin-array-head h3::after,
body[data-page="dr-mix-admin"] .dr-admin-array-item.is-dirty h3::after {
  content: "изменено";
  display: inline-flex;
  margin-left: 8px;
  border-radius: 999px;
  background: rgba(143, 106, 80, 0.14);
  color: #8f6a50;
  font-family: Manrope, system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0;
  padding: 3px 8px;
}

.dr-unsaved-dialog {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  background: rgba(32, 26, 21, 0.52);
  padding: 20px;
}

.dr-unsaved-dialog section {
  display: grid;
  width: min(100%, 520px);
  gap: 14px;
  border: 1px solid rgba(138, 111, 89, 0.22);
  border-radius: 14px;
  background: #fffaf3;
  color: #3d332b;
  box-shadow: 0 30px 90px rgba(32, 26, 21, 0.28);
  padding: 22px;
}

.dr-unsaved-dialog span {
  color: rgba(92, 69, 51, 0.68);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dr-unsaved-dialog strong {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.2;
}

.dr-unsaved-dialog p {
  margin: 0;
  color: rgba(92, 69, 51, 0.72);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.45;
}

.dr-unsaved-dialog div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

:root[data-theme="dark"] .dr-unsaved-dialog section {
  border-color: rgba(255, 255, 255, 0.14);
  background: #2d2822;
  color: #fff8ef;
}

:root[data-theme="dark"] .dr-unsaved-dialog p,
:root[data-theme="dark"] .dr-unsaved-dialog span {
  color: rgba(255, 248, 239, 0.72);
}

/* Checkout + operations polish, v2 */
body[data-page="dr-mix-admin"] [data-order-status-tabs][hidden] {
  display: none !important;
}

body[data-page="dr-mix-admin"] .dr-operations-layout > .dr-admin-panel .dr-order-status-filter,
body[data-page="dr-mix-admin"] .dr-operations-layout > .dr-admin-panel .dr-order-delivery-filter,
body[data-page="dr-mix-admin"] .dr-operations-layout > .dr-admin-panel .dr-order-sort-field {
  margin: -2px 0 14px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  justify-self: stretch;
}

body[data-page="dr-mix-admin"] .dr-operations-layout > .dr-admin-panel .dr-order-status-filter .dr-operations-tabs,
body[data-page="dr-mix-admin"] .dr-operations-layout > .dr-admin-panel .dr-order-delivery-filter .dr-operations-tabs {
  gap: 6px;
}

body[data-page="dr-mix-admin"] .dr-operations-layout > .dr-admin-panel .dr-order-status-filter .dr-operations-tabs button,
body[data-page="dr-mix-admin"] .dr-operations-layout > .dr-admin-panel .dr-order-delivery-filter .dr-operations-tabs button {
  min-height: 38px;
  border-radius: 8px;
  padding: 0 11px;
  font-size: 0.84rem;
  font-weight: 800;
}

body[data-page="dr-mix-admin"] .dr-detail-block,
body[data-page="dr-mix-admin"] .dr-tech-details {
  border-radius: 8px !important;
  padding: 12px !important;
  gap: 10px !important;
}

body[data-page="dr-mix-admin"] .dr-detail-block h3,
body[data-page="dr-mix-admin"] .dr-operation-message h3 {
  font-family: Manrope, system-ui, sans-serif !important;
  font-size: 0.96rem !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

body[data-page="dr-mix-admin"] .dr-detail-block .dr-operation-meta div {
  grid-template-columns: 118px minmax(0, 1fr) !important;
  gap: 12px !important;
  padding: 7px 0 !important;
}

body[data-page="dr-mix-admin"] .dr-detail-block .dr-operation-meta dt {
  font-size: 0.69rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
}

body[data-page="dr-mix-admin"] .dr-detail-block .dr-operation-meta dd {
  font-size: 0.91rem !important;
  font-weight: 650 !important;
  line-height: 1.38 !important;
}

body[data-page="dr-mix-admin"] .dr-operation-message pre {
  border-radius: 8px !important;
  font-size: 0.91rem !important;
  font-weight: 600 !important;
  line-height: 1.46 !important;
  padding: 12px !important;
}

body[data-page="dr-mix-admin"] .dr-detail-block .dr-admin-ghost {
  display: inline-flex !important;
  width: 100% !important;
  min-height: 38px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 8px !important;
  font-size: 0.9rem !important;
  font-weight: 760 !important;
  text-align: center !important;
}

body[data-page="dr-mix"] .dr-delivery-estimate {
  gap: 10px !important;
  border-color: rgba(92, 69, 51, 0.13) !important;
  border-radius: 8px !important;
  background: rgba(255, 250, 244, 0.9) !important;
  box-shadow: none !important;
  font-family: Manrope, system-ui, sans-serif !important;
  padding: 12px 14px !important;
}

body[data-page="dr-mix"] .dr-delivery-estimate[data-state="ready"] {
  border-color: rgba(47, 121, 95, 0.2) !important;
  background: rgba(248, 253, 250, 0.92) !important;
}

body[data-page="dr-mix"] .dr-delivery-estimate span,
body[data-page="dr-mix"] .dr-delivery-estimate dt {
  color: rgba(92, 69, 51, 0.66) !important;
  font-size: 0.68rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
}

body[data-page="dr-mix"] .dr-delivery-estimate strong {
  color: #4c3e34 !important;
  font-size: 0.98rem !important;
  font-weight: 800 !important;
  line-height: 1.28 !important;
}

body[data-page="dr-mix"] .dr-delivery-estimate small {
  color: rgba(92, 69, 51, 0.72) !important;
  font-size: 0.82rem !important;
  font-weight: 650 !important;
  line-height: 1.35 !important;
}

body[data-page="dr-mix"] .dr-delivery-estimate dl {
  gap: 6px !important;
}

body[data-page="dr-mix"] .dr-delivery-estimate dl div {
  padding-top: 7px !important;
}

body[data-page="dr-mix"] .dr-delivery-estimate dd {
  color: #4c3e34 !important;
  font-size: 0.9rem !important;
  font-weight: 800 !important;
}

body[data-page="dr-mix-admin"] .dr-operations-export {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: flex-end;
  gap: 8px;
}

body[data-page="dr-mix-admin"] .dr-operations-export .dr-admin-field {
  min-width: 132px;
}

body[data-page="dr-mix-admin"] .dr-operations-export .dr-admin-field input {
  min-height: 42px;
}

body[data-page="dr-mix-admin"] .dr-operations-export .dr-admin-ghost {
  min-height: 42px;
  border-radius: 8px;
  font-size: 0.86rem;
  font-weight: 820;
}

body[data-page="dr-mix-admin"] .dr-admin-editor-note {
  margin: 0 0 14px;
  border: 1px solid rgba(138, 111, 89, 0.18);
  border-radius: 8px;
  background: rgba(184, 155, 128, 0.1);
  color: var(--admin-muted);
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1.42;
  padding: 12px 14px;
}

@media (max-width: 760px) {
  body[data-page="dr-mix-admin"] .dr-operations-export {
    justify-content: stretch;
  }

  body[data-page="dr-mix-admin"] .dr-operations-export .dr-admin-field,
  body[data-page="dr-mix-admin"] .dr-operations-export .dr-admin-ghost {
    width: 100%;
  }
}

body[data-page="dr-mix"] .dr-delivery-estimate {
  grid-column: 1 / -1;
  display: grid;
  gap: 12px;
  border: 1px solid rgba(92, 69, 51, 0.14);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(246, 238, 228, 0.72));
  box-shadow: 0 14px 34px rgba(92, 69, 51, 0.08);
  color: #3f332a;
  padding: 14px;
}

body[data-page="dr-mix"] .dr-delivery-estimate:empty {
  display: none;
}

body[data-page="dr-mix"] .dr-delivery-estimate[data-state="ready"] {
  border-color: rgba(47, 121, 95, 0.26);
  background: linear-gradient(135deg, rgba(244, 251, 247, 0.94), rgba(255, 247, 236, 0.78));
}

body[data-page="dr-mix"] .dr-delivery-estimate > div {
  display: grid;
  gap: 3px;
}

body[data-page="dr-mix"] .dr-delivery-estimate span,
body[data-page="dr-mix"] .dr-delivery-estimate dt {
  color: rgba(92, 69, 51, 0.72);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body[data-page="dr-mix"] .dr-delivery-estimate strong {
  color: #2f241d;
  font-size: clamp(1rem, 2vw, 1.22rem);
  font-weight: 950;
}

body[data-page="dr-mix"] .dr-delivery-estimate small {
  color: rgba(92, 69, 51, 0.78);
  font-weight: 780;
  line-height: 1.35;
}

body[data-page="dr-mix"] .dr-delivery-estimate dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

body[data-page="dr-mix"] .dr-delivery-estimate dl div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid rgba(92, 69, 51, 0.1);
  padding-top: 8px;
}

body[data-page="dr-mix"] .dr-delivery-estimate dd {
  margin: 0;
  color: #2f241d;
  font-weight: 950;
  text-align: right;
}

body[data-page="dr-mix"] .dr-delivery-estimate .is-discount dd {
  color: #2f795f;
}

body[data-page="dr-mix"] .dr-delivery-estimate .is-warning dd {
  color: #9b3f35;
}

body[data-page="dr-mix"] .dr-contact-links a.dr-contact-primary {
  border-color: rgba(47, 121, 95, 0.24) !important;
  background: linear-gradient(135deg, rgba(244, 251, 247, 0.94), rgba(255, 255, 255, 0.86)) !important;
}

body[data-page="dr-mix-admin"] .dr-operations-controls {
  grid-template-columns: minmax(280px, 1fr) minmax(0, auto);
}

body[data-page="dr-mix-admin"] .dr-filter-group {
  display: grid;
  gap: 7px;
}

body[data-page="dr-mix-admin"] .dr-filter-group > span {
  color: var(--admin-muted);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body[data-page="dr-mix-admin"] .dr-order-status-filter {
  grid-column: 1 / -1;
  justify-self: end;
}

body[data-page="dr-mix-admin"] .dr-detail-block,
body[data-page="dr-mix-admin"] .dr-tech-details {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(63, 51, 42, 0.1);
  border-radius: 8px;
  background: rgba(248, 243, 237, 0.62);
  padding: 14px;
}

body[data-page="dr-mix-admin"] .dr-detail-block h3 {
  margin: 0;
  color: var(--admin-ink);
  font-size: 1rem;
}

body[data-page="dr-mix-admin"] .dr-order-money-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body[data-page="dr-mix-admin"] .dr-order-money-board article {
  display: grid;
  gap: 4px;
  border: 1px solid rgba(63, 51, 42, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  padding: 12px;
}

body[data-page="dr-mix-admin"] .dr-order-money-board span,
body[data-page="dr-mix-admin"] .dr-detail-note,
body[data-page="dr-mix-admin"] .dr-tech-details summary {
  color: var(--admin-muted);
  font-size: 0.78rem;
  font-weight: 900;
}

body[data-page="dr-mix-admin"] .dr-order-money-board strong {
  color: var(--admin-ink);
  font-size: 1.22rem;
  font-weight: 950;
}

body[data-page="dr-mix-admin"] .dr-order-money-board small {
  color: var(--admin-muted);
  font-weight: 780;
}

body[data-page="dr-mix-admin"] .dr-detail-note {
  margin: 0;
}

body[data-page="dr-mix-admin"] .dr-operation-meta-compact div {
  grid-template-columns: 112px minmax(0, 1fr);
}

body[data-page="dr-mix-admin"] .dr-tech-details summary {
  cursor: pointer;
}

@media (max-width: 760px) {
  body[data-page="dr-mix-admin"] .dr-operations-controls,
  body[data-page="dr-mix-admin"] .dr-order-money-board {
    grid-template-columns: 1fr;
  }

  body[data-page="dr-mix-admin"] .dr-order-status-filter {
    justify-self: stretch;
  }
}

:root[data-theme="dark"] body[data-page="dr-mix-admin"] .dr-detail-block,
:root[data-theme="dark"] body[data-page="dr-mix-admin"] .dr-tech-details {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

:root[data-theme="dark"] body[data-page="dr-mix-admin"] .dr-order-money-board article {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
}

/* Final local section order requested by user. */
body[data-page="dr-mix"] main#top {
  display: flex;
  flex-direction: column;
}

body[data-page="dr-mix"] .dr-hero {
  order: 0;
}

body[data-page="dr-mix"] #partnership {
  order: 1;
}

body[data-page="dr-mix"] #customer {
  order: 2;
}

body[data-page="dr-mix"] #audience {
  order: 3;
}

body[data-page="dr-mix"] #comparison {
  order: 4;
}

body[data-page="dr-mix"] #experience {
  order: 5;
}

body[data-page="dr-mix"] #video {
  order: 6;
}

body[data-page="dr-mix"] #testimonials {
  order: 7;
}

body[data-page="dr-mix"] #product {
  order: 8;
}

body[data-page="dr-mix"] #lifestyle {
  order: 9;
}

body[data-page="dr-mix"] #kit {
  order: 10;
}

body[data-page="dr-mix"] #faq {
  order: 11;
}

body[data-page="dr-mix"] .dr-infographic-strip,
body[data-page="dr-mix"] #wholesale-value,
body[data-page="dr-mix"] .dr-stats-section {
  display: none !important;
}

body[data-page="dr-mix"] .dr-legal-footer {
  padding: clamp(28px, 4vw, 46px) 0;
}

body[data-page="dr-mix"] .dr-legal-footer-inner {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: clamp(18px, 2.4vw, 30px);
}

body[data-page="dr-mix"] .dr-footer-column {
  display: grid;
  align-content: start;
  gap: 9px;
}

body[data-page="dr-mix"] .dr-footer-column strong {
  color: var(--dr-lux-ink);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body[data-page="dr-mix"] .dr-footer-column span,
body[data-page="dr-mix"] .dr-footer-column a {
  color: var(--dr-lux-muted);
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1.45;
  text-decoration: none;
}

body[data-page="dr-mix"] .dr-footer-column a:hover,
body[data-page="dr-mix"] .dr-footer-column a:focus-visible {
  color: var(--dr-lux-ink);
  outline: 0;
}

@media (max-width: 900px) {
  body[data-page="dr-mix"] .dr-legal-footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  body[data-page="dr-mix"] .dr-legal-footer-inner {
    grid-template-columns: 1fr;
  }
}

/* Final local repair: lifestyle section must render as one balanced photo block. */
body[data-page="dr-mix"] .dr-lifestyle-section .dr-lifestyle-layout {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.78fr) minmax(420px, 1.22fr) !important;
  gap: clamp(28px, 4vw, 64px) !important;
  align-items: center !important;
}

body[data-page="dr-mix"] .dr-lifestyle-section .dr-lifestyle-photo-panel {
  display: grid !important;
  align-content: center !important;
  gap: 0 !important;
  min-width: 0 !important;
}

body[data-page="dr-mix"] .dr-lifestyle-section .dr-lifestyle-photo-panel h2 {
  margin: 18px 0 0 !important;
  font-size: clamp(3.4rem, 5vw, 5.8rem) !important;
}

body[data-page="dr-mix"] .dr-lifestyle-section .dr-lifestyle-photo-panel > img {
  display: none !important;
}

body[data-page="dr-mix"] .dr-lifestyle-section .dr-lifestyle-stats {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  margin-top: 28px !important;
}

body[data-page="dr-mix"] .dr-lifestyle-section .dr-lifestyle-stats span {
  border: 1px solid rgba(92, 69, 51, 0.1) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.62) !important;
  padding: 14px 16px !important;
}

body[data-page="dr-mix"] .dr-lifestyle-section .dr-lifestyle-stats strong {
  font-family: Manrope, system-ui, sans-serif !important;
  font-size: 1.05rem !important;
  font-weight: 900 !important;
}

body[data-page="dr-mix"] .dr-lifestyle-section figure {
  min-width: 0 !important;
  margin: 0 !important;
  border-radius: 30px !important;
}

body[data-page="dr-mix"] .dr-lifestyle-section figure img {
  display: block !important;
  width: 100% !important;
  height: clamp(360px, 38vw, 560px) !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  object-position: center !important;
}

@media (max-width: 900px) {
  body[data-page="dr-mix"] .dr-lifestyle-section .dr-lifestyle-layout {
    grid-template-columns: 1fr !important;
  }

  body[data-page="dr-mix"] .dr-lifestyle-section figure img {
    height: clamp(300px, 72vw, 460px) !important;
  }
}

/* Local lifestyle section repair. Keep this after earlier Dr. Mix overrides. */
body[data-page="dr-mix"] .dr-lifestyle-section {
  overflow: hidden;
}

body[data-page="dr-mix"] .dr-lifestyle-layout {
  grid-template-columns: minmax(280px, 0.8fr) minmax(420px, 1.2fr) !important;
  gap: clamp(28px, 4vw, 64px) !important;
  align-items: center !important;
}

body[data-page="dr-mix"] .dr-lifestyle-photo-panel {
  display: grid;
  align-content: center;
  min-width: 0;
}

body[data-page="dr-mix"] .dr-lifestyle-photo-panel h2 {
  margin: 18px 0 0;
}

body[data-page="dr-mix"] .dr-lifestyle-photo-panel > img {
  display: none !important;
}

body[data-page="dr-mix"] .dr-lifestyle-layout figure {
  min-width: 0;
  margin: 0;
  border-radius: 30px !important;
}

body[data-page="dr-mix"] .dr-lifestyle-layout figure img {
  display: block;
  width: 100%;
  height: clamp(360px, 38vw, 560px);
  aspect-ratio: auto !important;
  object-fit: cover;
  object-position: center;
}

body[data-page="dr-mix"] .dr-lifestyle-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 28px;
}

body[data-page="dr-mix"] .dr-lifestyle-stats span {
  border: 1px solid rgba(92, 69, 51, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.62);
  padding: 14px 16px;
}

body[data-page="dr-mix"] .dr-lifestyle-stats strong {
  font-family: Manrope, system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
}

@media (max-width: 900px) {
  body[data-page="dr-mix"] .dr-lifestyle-layout {
    grid-template-columns: 1fr !important;
  }

  body[data-page="dr-mix"] .dr-lifestyle-layout figure img {
    height: clamp(300px, 72vw, 460px);
  }
}

/* Local Dr. Mix content cleanup: support, payment flow, comparison and lifestyle photo. */
body[data-page="dr-mix"] .dr-lifestyle-photo-panel {
  display: grid;
  align-content: start;
  gap: clamp(18px, 2vw, 26px);
}

body[data-page="dr-mix"] .dr-lifestyle-photo-panel img {
  display: block;
  width: 100%;
  min-height: 340px;
  max-height: 560px;
  border: 1px solid rgba(92, 69, 51, 0.12);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.62);
  object-fit: cover;
  object-position: center;
  box-shadow: 0 24px 64px rgba(92, 69, 51, 0.12);
}

body[data-page="dr-mix"] .dr-video-card strong {
  display: block;
  width: min(100%, 310px);
  justify-self: center;
  padding: 0 8px 0 18px;
  line-height: 1.22;
}

body[data-page="dr-mix"] .dr-comparison-table thead th:nth-child(2)::after {
  content: "выделено";
}

body[data-page="dr-mix"] .dr-comparison-table thead th:nth-child(2),
body[data-page="dr-mix"] .dr-comparison-table tbody td:nth-child(2) {
  box-shadow:
    inset 3px 0 0 rgba(255, 255, 255, 0.58),
    inset -3px 0 0 rgba(255, 255, 255, 0.22) !important;
}

body[data-page="dr-mix"] .dr-payment-summary-card {
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr) minmax(270px, 300px);
}

body[data-page="dr-mix"] .dr-payment-specs span {
  min-width: 88px;
}

body[data-page="dr-mix"] .dr-payment-summary-side > strong {
  font-size: clamp(2.8rem, 3.2vw, 3.55rem);
}

body[data-page="dr-mix"] .dr-payment-flow-card p {
  font-size: clamp(0.96rem, 1.28vw, 1.16rem);
}

body[data-page="dr-mix"] .dr-payment-flow-card em {
  padding: 0 8px;
}

body[data-page="dr-mix"] .dr-payment-delivery-card p {
  font-size: clamp(0.96rem, 1.18vw, 1.08rem);
}

@media (max-width: 900px) {
  body[data-page="dr-mix"] .dr-lifestyle-photo-panel img {
    min-height: 260px;
  }

  body[data-page="dr-mix"] .dr-payment-summary-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  body[data-page="dr-mix"] .dr-payment-specs span {
    flex: 1 1 33.333%;
    padding: 0 8px;
  }
}

/* Dr. Mix visual refresh based on Luxuryecommerceexperience-main.zip */
body[data-page="dr-mix"] {
  --dr-lux-bg: #faf7f2;
  --dr-lux-bg-2: #f1e8dd;
  --dr-lux-sage: #b8c8b0;
  --dr-lux-sage-dark: #71806d;
  --dr-lux-terra: #c98562;
  --dr-lux-terra-dark: #b87552;
  --dr-lux-ink: #1f1f1f;
  --dr-lux-muted: #6b6b6b;
  --dr-lux-line: rgba(31, 31, 31, 0.1);
  --dr-lux-heading: "Instrument Serif", Georgia, "Times New Roman", serif;
  --dr-lux-body: Manrope, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--dr-lux-bg);
  color: var(--dr-lux-ink);
  font-family: var(--dr-lux-body);
}

body[data-page="dr-mix"] .shell {
  width: min(100% - 64px, 1280px);
}

body[data-page="dr-mix"] .site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  min-height: 86px;
  border-bottom: 1px solid rgba(31, 31, 31, 0.06);
  background: rgba(250, 247, 242, 0.9);
  padding: 18px max(32px, calc((100vw - 1280px) / 2));
  box-shadow: 0 18px 48px rgba(31, 31, 31, 0.08) !important;
  backdrop-filter: blur(22px);
}

body[data-page="dr-mix"] .brand {
  min-width: 160px;
}

body[data-page="dr-mix"] .brand-mark,
body[data-page="dr-mix"] .brand small,
body[data-page="dr-mix"] .theme-toggle {
  display: none;
}

body[data-page="dr-mix"] .brand strong {
  color: var(--dr-lux-ink);
  font-family: var(--dr-lux-heading);
  font-size: clamp(1.7rem, 2.3vw, 2rem);
  font-weight: 400;
  line-height: 1;
}

body[data-page="dr-mix"] .main-nav {
  gap: clamp(20px, 3vw, 38px);
}

body[data-page="dr-mix"] .main-nav a {
  color: var(--dr-lux-muted);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0;
}

body[data-page="dr-mix"] .main-nav a:hover,
body[data-page="dr-mix"] .main-nav a.active {
  color: var(--dr-lux-ink);
}

body[data-page="dr-mix"] .primary-btn,
body[data-page="dr-mix"] .header-cta {
  min-height: 56px;
  border: 0;
  border-radius: 16px;
  background: var(--dr-lux-terra);
  color: #fff;
  padding: 0 30px;
  box-shadow: 0 18px 42px rgba(201, 133, 98, 0.25) !important;
}

body[data-page="dr-mix"] .primary-btn:hover,
body[data-page="dr-mix"] .header-cta:hover {
  background: var(--dr-lux-terra-dark);
  color: #fff;
  transform: translateY(-2px) scale(1.01);
}

body[data-page="dr-mix"] .secondary-btn {
  min-height: 56px;
  border: 1px solid rgba(31, 31, 31, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--dr-lux-ink);
  padding: 0 30px;
  box-shadow: 0 16px 40px rgba(31, 31, 31, 0.08) !important;
}

body[data-page="dr-mix"] .secondary-btn:hover {
  background: var(--dr-lux-bg-2);
  color: var(--dr-lux-ink);
}

body[data-page="dr-mix"] .dr-hero {
  position: relative;
  min-height: 100svh;
  overflow: visible;
  border: 0;
  background:
    linear-gradient(90deg, rgba(31, 31, 31, 0.76) 0%, rgba(31, 31, 31, 0.58) 38%, rgba(31, 31, 31, 0.08) 72%),
    linear-gradient(0deg, rgba(31, 31, 31, 0.62) 0%, transparent 32%, rgba(31, 31, 31, 0.3) 100%),
    var(--dr-hero-image, url("assets/dr-mix-luxury-hero.png")) 62% 50% / cover no-repeat;
  color: #fff;
  padding: 0;
}

body[data-page="dr-mix"] .dr-hero::before,
body[data-page="dr-mix"] .dr-hero::after {
  display: none;
}

body[data-page="dr-mix"] .dr-hero-inner {
  position: relative;
  z-index: 1;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(260px, 1fr);
  align-items: center;
  gap: 48px;
  padding: 128px 0 108px;
}

body[data-page="dr-mix"] .dr-hero .eyebrow {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  box-shadow: none !important;
  backdrop-filter: blur(16px);
}

body[data-page="dr-mix"] .dr-hero-copy h1 {
  max-width: 790px;
  margin: 30px 0 28px;
  color: #fff;
  font-family: var(--dr-lux-heading);
  font-size: clamp(5.2rem, 8.2vw, 9.4rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0;
}

body[data-page="dr-mix"] .dr-hero-copy h1 span {
  display: block;
  color: #fff;
}

body[data-page="dr-mix"] .dr-hero-copy h1 span:last-child {
  color: var(--dr-lux-sage);
}

body[data-page="dr-mix"] .dr-hero-copy > p:not(.eyebrow) {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.18rem, 1.7vw, 1.55rem);
  font-weight: 500;
  line-height: 1.68;
}

body[data-page="dr-mix"] .dr-proof-strip {
  margin: 34px 0 36px;
  gap: 14px;
}

body[data-page="dr-mix"] .dr-proof-strip span {
  min-width: 96px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 14px 18px;
  box-shadow: none !important;
  backdrop-filter: blur(16px);
}

body[data-page="dr-mix"] .dr-hero-actions .primary-btn {
  background: #fff;
  color: var(--dr-lux-ink);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.22) !important;
}

body[data-page="dr-mix"] .dr-hero-actions .primary-btn:hover {
  background: var(--dr-lux-bg-2);
  color: var(--dr-lux-ink);
}

body[data-page="dr-mix"] .dr-hero-actions .secondary-btn {
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  box-shadow: none !important;
  backdrop-filter: blur(16px);
}

body[data-page="dr-mix"] .dr-hero-actions .secondary-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

body[data-page="dr-mix"] .dr-product-stage {
  position: absolute;
  right: 0;
  bottom: 112px;
  width: min(320px, 32vw);
  min-height: 0;
}

body[data-page="dr-mix"] .dr-floating-product {
  height: auto;
  min-height: 0;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.95);
  padding: 24px;
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.22) !important;
  backdrop-filter: blur(22px);
}

body[data-page="dr-mix"] .dr-floating-product-head {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}

body[data-page="dr-mix"] .dr-floating-product-head span {
  width: 66px;
  height: 66px;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  padding: 4px;
}

body[data-page="dr-mix"] .dr-floating-product-head img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body[data-page="dr-mix"] .dr-floating-product-head small {
  display: block;
  color: var(--dr-lux-sage);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body[data-page="dr-mix"] .dr-floating-product-head strong {
  display: block;
  color: var(--dr-lux-ink);
  font-size: 1.15rem;
}

body[data-page="dr-mix"] .dr-floating-product-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  text-align: center;
}

body[data-page="dr-mix"] .dr-floating-product-stats strong {
  display: block;
  color: var(--dr-lux-sage);
  font-family: var(--dr-lux-heading);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

body[data-page="dr-mix"] .dr-floating-product-stats span {
  color: var(--dr-lux-muted);
  font-size: 0.78rem;
}

body[data-page="dr-mix"] .dr-metric-grid {
  width: 100% !important;
  max-width: none;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  border: 0;
  border-radius: 0;
  background: #fff;
  padding: 30px max(32px, calc((100vw - 1280px) / 2));
  box-shadow: none !important;
}

body[data-page="dr-mix"] .dr-metric {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 64px;
  border: 0;
  padding: 0;
  background: transparent;
  box-shadow: none !important;
}

body[data-page="dr-mix"] .dr-metric::before {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 12px;
  background: var(--dr-lux-sage);
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  content: "✓";
}

body[data-page="dr-mix"] .dr-metric:nth-child(2)::before {
  content: "★";
}

body[data-page="dr-mix"] .dr-metric:nth-child(3)::before {
  content: "24";
}

body[data-page="dr-mix"] .dr-metric:nth-child(4)::before {
  content: "10";
}

body[data-page="dr-mix"] .dr-metric strong {
  color: var(--dr-lux-ink);
  font-size: 1.08rem;
}

body[data-page="dr-mix"] .dr-metric span {
  color: var(--dr-lux-muted);
  font-size: 0.88rem;
}

body[data-page="dr-mix"] .section,
body[data-page="dr-mix"] .dr-story,
body[data-page="dr-mix"] .dr-market-bottom {
  padding: clamp(96px, 11vw, 160px) 0;
}

body[data-page="dr-mix"] .dr-section,
body[data-page="dr-mix"] .dr-story,
body[data-page="dr-mix"] .dr-video-section,
body[data-page="dr-mix"] .dr-infographic-strip {
  border: 0;
  background: linear-gradient(180deg, var(--dr-lux-bg), var(--dr-lux-bg-2), var(--dr-lux-bg));
}

body[data-page="dr-mix"] h2,
body[data-page="dr-mix"] .section-head h2,
body[data-page="dr-mix"] .dr-market-head h2,
body[data-page="dr-mix"] .dr-payment-auth h2 {
  color: var(--dr-lux-ink);
  font-family: var(--dr-lux-heading);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

body[data-page="dr-mix"] h2 span,
body[data-page="dr-mix"] .section-head h2 span {
  color: var(--dr-lux-terra);
}

body[data-page="dr-mix"] .section-head {
  justify-content: center;
  margin-bottom: clamp(44px, 6vw, 86px);
  text-align: center;
}

body[data-page="dr-mix"] .section-head h2,
body[data-page="dr-mix"] .dr-market-head h2 {
  max-width: 980px;
  margin-inline: auto;
  font-size: clamp(4rem, 6.4vw, 7.4rem);
}

body[data-page="dr-mix"] .eyebrow {
  width: fit-content;
  margin-inline: auto;
  border: 1px solid var(--dr-lux-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--dr-lux-muted);
  padding: 10px 18px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 12px 32px rgba(31, 31, 31, 0.05) !important;
}

body[data-page="dr-mix"] .dr-lead {
  max-width: 740px;
  margin-inline: auto;
  color: var(--dr-lux-muted);
  font-size: clamp(1.08rem, 1.7vw, 1.35rem);
  line-height: 1.68;
}

body[data-page="dr-mix"] .dr-card-grid.three {
  gap: 26px;
}

body[data-page="dr-mix"] .dr-card,
body[data-page="dr-mix"] .dr-feature,
body[data-page="dr-mix"] .dr-use-case-card,
body[data-page="dr-mix"] .dr-problem-grid article,
body[data-page="dr-mix"] .dr-detail-grid article,
body[data-page="dr-mix"] .dr-testimonial-grid article,
body[data-page="dr-mix"] .dr-faq-list details,
body[data-page="dr-mix"] .quote-layout,
body[data-page="dr-mix"] .dr-payment-card {
  border: 1px solid var(--dr-lux-line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 28px 80px rgba(31, 31, 31, 0.08) !important;
  backdrop-filter: blur(16px);
}

body[data-page="dr-mix"] .dr-card {
  min-height: 285px;
  padding: 34px;
  text-align: center;
}

body[data-page="dr-mix"] .dr-card-number,
body[data-page="dr-mix"] .dr-use-case-card span {
  color: var(--dr-lux-terra);
  font-family: var(--dr-lux-heading);
  font-size: clamp(4.2rem, 6vw, 6.5rem);
  font-weight: 400;
  line-height: 0.85;
}

body[data-page="dr-mix"] .dr-card h3,
body[data-page="dr-mix"] .dr-feature h3,
body[data-page="dr-mix"] .dr-detail-grid h3,
body[data-page="dr-mix"] .dr-use-case-card h3 {
  color: var(--dr-lux-ink);
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.18;
}

body[data-page="dr-mix"] .dr-card p,
body[data-page="dr-mix"] .dr-feature p,
body[data-page="dr-mix"] .dr-use-case-card p,
body[data-page="dr-mix"] .dr-detail-grid p,
body[data-page="dr-mix"] .dr-testimonial-grid p,
body[data-page="dr-mix"] .dr-faq-list p {
  color: var(--dr-lux-muted);
  line-height: 1.68;
}

body[data-page="dr-mix"] .dr-story {
  background: linear-gradient(180deg, var(--dr-lux-bg), var(--dr-lux-bg-2), var(--dr-lux-bg));
}

body[data-page="dr-mix"] .dr-story-shell {
  position: relative;
  top: auto;
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(430px, 1fr);
  gap: clamp(46px, 7vw, 96px);
  align-items: center;
}

body[data-page="dr-mix"] .dr-story-billboard,
body[data-page="dr-mix"] .dr-story::before {
  display: none;
}

body[data-page="dr-mix"] .dr-story-step {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
  border: 0;
  border-bottom: 1px solid var(--dr-lux-line);
  background: transparent;
  box-shadow: none !important;
  opacity: 1;
  padding: 28px 0;
  transform: none;
}

body[data-page="dr-mix"] .dr-story-step span {
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  border-radius: 24px;
  background: var(--dr-lux-sage);
  color: #fff;
  font-family: var(--dr-lux-heading);
  font-size: 2.4rem;
  line-height: 1;
  box-shadow: 0 20px 44px rgba(113, 128, 109, 0.22) !important;
}

body[data-page="dr-mix"] .dr-story-step h2,
body[data-page="dr-mix"] .dr-story-step p {
  grid-column: 2;
}

body[data-page="dr-mix"] .dr-story-step h2 {
  margin: 0 0 12px;
  color: var(--dr-lux-ink);
  font-family: var(--dr-lux-heading);
  font-size: clamp(2.9rem, 4vw, 4.8rem);
  font-weight: 400;
  line-height: 0.98;
}

body[data-page="dr-mix"] .dr-story-step p {
  color: var(--dr-lux-muted);
  font-size: clamp(1.08rem, 1.55vw, 1.35rem);
  line-height: 1.62;
}

body[data-page="dr-mix"] .dr-phone-frame {
  width: min(100%, 610px);
  border: 0;
  border-radius: 48px;
  background: linear-gradient(135deg, #fff, #fffaf4);
  padding: 26px;
  box-shadow: 0 38px 100px rgba(31, 31, 31, 0.13) !important;
}

body[data-page="dr-mix"] .dr-phone-frame::before {
  display: none;
}

body[data-page="dr-mix"] .dr-photo-stack {
  aspect-ratio: 1;
  border-radius: 38px;
}

body[data-page="dr-mix"] .dr-photo-stack img {
  object-fit: cover;
}

body[data-page="dr-mix"] .dr-feature-grid {
  gap: 26px;
}

body[data-page="dr-mix"] .dr-feature {
  padding: 32px;
}

body[data-page="dr-mix"] .dr-feature::before {
  background: var(--dr-lux-sage);
}

body[data-page="dr-mix"] .dr-lifestyle-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1.22fr);
  gap: clamp(40px, 7vw, 96px);
  align-items: center;
}

body[data-page="dr-mix"] .dr-lifestyle-layout .eyebrow {
  margin-inline: 0;
}

body[data-page="dr-mix"] .dr-lifestyle-layout h2 {
  margin: 24px 0;
  font-size: clamp(4rem, 6vw, 7rem);
}

body[data-page="dr-mix"] .dr-lifestyle-layout .dr-lead {
  margin-inline: 0;
}

body[data-page="dr-mix"] .dr-lifestyle-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 34px;
}

body[data-page="dr-mix"] .dr-lifestyle-stats span {
  color: var(--dr-lux-muted);
}

body[data-page="dr-mix"] .dr-lifestyle-stats strong {
  display: block;
  margin-bottom: 4px;
  color: var(--dr-lux-ink);
  font-family: var(--dr-lux-heading);
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
}

body[data-page="dr-mix"] .dr-lifestyle-layout figure {
  position: relative;
  overflow: hidden;
  border-radius: 42px;
  box-shadow: 0 36px 96px rgba(31, 31, 31, 0.14) !important;
}

body[data-page="dr-mix"] .dr-lifestyle-layout figure img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

body[data-page="dr-mix"] .dr-lifestyle-layout figcaption {
  position: absolute;
  bottom: 24px;
  left: 24px;
  max-width: 360px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--dr-lux-muted);
  padding: 18px 20px;
  font-size: 0.94rem;
  line-height: 1.5;
  backdrop-filter: blur(18px);
}

body[data-page="dr-mix"] .dr-infographic-strip {
  background: #fffaf4;
}

body[data-page="dr-mix"] .dr-infographic-strip .shell,
body[data-page="dr-mix"] .dr-detail-grid,
body[data-page="dr-mix"] .dr-testimonial-grid,
body[data-page="dr-mix"] .dr-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

body[data-page="dr-mix"] .dr-infographic-strip img,
body[data-page="dr-mix"] .dr-detail-grid img {
  width: 100%;
  border-radius: 26px;
  object-fit: cover;
  box-shadow: 0 26px 70px rgba(31, 31, 31, 0.12) !important;
}

body[data-page="dr-mix"] .dr-infographic-strip img {
  aspect-ratio: 3 / 4;
}

body[data-page="dr-mix"] .dr-detail-grid article {
  overflow: hidden;
  padding: 0;
}

body[data-page="dr-mix"] .dr-detail-grid img {
  aspect-ratio: 3 / 4;
  border-radius: 0;
  box-shadow: none !important;
}

body[data-page="dr-mix"] .dr-detail-grid h3,
body[data-page="dr-mix"] .dr-detail-grid p {
  padding-inline: 28px;
}

body[data-page="dr-mix"] .dr-detail-grid h3 {
  margin-top: 28px;
}

body[data-page="dr-mix"] .dr-detail-grid p {
  padding-bottom: 30px;
}

body[data-page="dr-mix"] .dr-use-case-grid {
  gap: 24px;
}

body[data-page="dr-mix"] .dr-use-case-card {
  min-height: 310px;
  padding: 34px;
}

body[data-page="dr-mix"] .dr-use-case-card::before {
  display: none;
}

body[data-page="dr-mix"] .dr-use-case-card span {
  display: block;
  width: auto;
  height: auto;
  border: 0;
  background: transparent;
  box-shadow: none !important;
}

body[data-page="dr-mix"] .dr-stats-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  text-align: center;
}

body[data-page="dr-mix"] .dr-stats-grid article {
  padding: 24px;
}

body[data-page="dr-mix"] .dr-stats-grid strong {
  display: block;
  color: var(--dr-lux-sage);
  font-family: var(--dr-lux-heading);
  font-size: clamp(4.4rem, 6vw, 7rem);
  font-weight: 400;
  line-height: 0.9;
}

body[data-page="dr-mix"] .dr-stats-grid span {
  color: var(--dr-lux-muted);
  font-size: 1.05rem;
}

body[data-page="dr-mix"] .dr-testimonial-grid article {
  padding: 34px;
}

body[data-page="dr-mix"] .dr-testimonial-grid article > span {
  display: block;
  margin-bottom: 20px;
  color: var(--dr-lux-terra);
  letter-spacing: 0.1em;
}

body[data-page="dr-mix"] .dr-testimonial-grid p {
  color: var(--dr-lux-ink);
  font-family: var(--dr-lux-heading);
  font-size: clamp(1.8rem, 2.5vw, 2.5rem);
  line-height: 1.12;
}

body[data-page="dr-mix"] .dr-testimonial-grid strong {
  display: block;
  margin-top: 24px;
  color: var(--dr-lux-muted);
}

body[data-page="dr-mix"] .dr-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1fr);
  gap: clamp(36px, 6vw, 80px);
  align-items: start;
}

body[data-page="dr-mix"] .dr-faq-layout .eyebrow {
  margin-inline: 0;
}

body[data-page="dr-mix"] .dr-faq-layout h2 {
  margin-top: 24px;
  font-size: clamp(4rem, 6vw, 7rem);
}

body[data-page="dr-mix"] .dr-faq-list {
  display: grid;
  gap: 16px;
}

body[data-page="dr-mix"] .dr-faq-list details {
  padding: 24px 28px;
}

body[data-page="dr-mix"] .dr-faq-list summary {
  cursor: pointer;
  color: var(--dr-lux-ink);
  font-size: 1.18rem;
  font-weight: 800;
}

body[data-page="dr-mix"] .dr-faq-list p {
  margin: 16px 0 0;
}

body[data-page="dr-mix"] .dr-video-layout {
  align-items: center;
}

body[data-page="dr-mix"] .dr-video-layout .eyebrow {
  margin-inline: 0;
}

body[data-page="dr-mix"] .dr-video-layout h2 {
  font-size: clamp(4rem, 6vw, 7rem);
}

body[data-page="dr-mix"] .dr-video-frame,
body[data-page="dr-mix"] .dr-video-card {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 30px 86px rgba(31, 31, 31, 0.1) !important;
}

body[data-page="dr-mix"] .quote-layout,
body[data-page="dr-mix"] .dr-payment-card {
  background: rgba(255, 255, 255, 0.82);
}

body[data-page="dr-mix"] .quote-copy h2 {
  font-size: clamp(3.5rem, 5.3vw, 6rem);
}

body[data-page="dr-mix"] .lead-form,
body[data-page="dr-mix"] .dr-payment-form {
  border: 1px solid var(--dr-lux-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
}

body[data-page="dr-mix"] .lead-form input,
body[data-page="dr-mix"] .lead-form select,
body[data-page="dr-mix"] .lead-form textarea,
body[data-page="dr-mix"] .dr-payment-form input,
body[data-page="dr-mix"] .dr-payment-form select,
body[data-page="dr-mix"] .dr-payment-form textarea {
  border: 1px solid var(--dr-lux-line);
  border-radius: 12px;
  background: #fffaf4;
}

body[data-page="dr-mix"] .dr-market-bottom {
  background: linear-gradient(135deg, var(--dr-lux-bg-2), var(--dr-lux-bg), var(--dr-lux-bg-2));
}

body[data-page="dr-mix"] .dr-payment-card {
  width: min(100%, 1120px);
  max-width: 1120px;
  padding: clamp(42px, 6vw, 78px);
}

body[data-page="dr-mix"] .dr-payment-auth h2 {
  max-width: 920px;
  font-size: clamp(4rem, 6vw, 7.2rem);
}

body[data-page="dr-mix"] .dr-payment-auth p:not(.eyebrow) {
  color: var(--dr-lux-muted);
}

body[data-page="dr-mix"] .dr-market-head {
  max-width: 1120px;
}

@media (max-width: 1100px) {
  body[data-page="dr-mix"] .dr-hero-inner,
  body[data-page="dr-mix"] .dr-story-shell,
  body[data-page="dr-mix"] .dr-lifestyle-layout,
  body[data-page="dr-mix"] .dr-faq-layout {
    grid-template-columns: 1fr;
  }

  body[data-page="dr-mix"] .dr-product-stage {
    position: static;
    width: min(100%, 340px);
    margin-top: 34px;
  }

  body[data-page="dr-mix"] .dr-metric-grid,
  body[data-page="dr-mix"] .dr-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body[data-page="dr-mix"] .shell {
    width: calc(100% - 32px) !important;
    margin-inline: auto !important;
  }

  body[data-page="dr-mix"] .site-header {
    min-height: 72px;
    padding: 14px 16px;
  }

  body[data-page="dr-mix"] .main-nav {
    display: none;
  }

  body[data-page="dr-mix"] .header-actions {
    display: flex;
  }

  body[data-page="dr-mix"] .auth-link {
    display: none;
  }

  body[data-page="dr-mix"] .header-cta {
    min-height: 46px;
    padding: 0 18px;
  }

  body[data-page="dr-mix"] .dr-hero {
    min-height: 100svh;
    background-position: 70% 50%;
  }

  body[data-page="dr-mix"] .dr-hero-inner {
    min-height: 100svh;
    padding: 96px 0 54px;
  }

  body[data-page="dr-mix"] .dr-hero-copy h1 {
    font-size: clamp(4rem, 17vw, 5.7rem);
  }

  body[data-page="dr-mix"] .dr-hero-copy h1 span:last-child {
    white-space: normal;
  }

  body[data-page="dr-mix"] .dr-hero-copy > p:not(.eyebrow) {
    font-size: 1.05rem;
  }

  body[data-page="dr-mix"] .dr-hero-actions,
  body[data-page="dr-mix"] .dr-hero-actions a {
    width: 100%;
  }

  body[data-page="dr-mix"] .dr-product-stage {
    display: none;
  }

  body[data-page="dr-mix"] .dr-metric-grid,
  body[data-page="dr-mix"] .dr-card-grid.three,
  body[data-page="dr-mix"] .dr-infographic-strip .shell,
  body[data-page="dr-mix"] .dr-detail-grid,
  body[data-page="dr-mix"] .dr-testimonial-grid,
  body[data-page="dr-mix"] .dr-stats-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="dr-mix"] .section,
  body[data-page="dr-mix"] .dr-story,
  body[data-page="dr-mix"] .dr-market-bottom {
    padding: 70px 0;
  }

  body[data-page="dr-mix"] .section-head h2,
  body[data-page="dr-mix"] .dr-market-head h2,
  body[data-page="dr-mix"] .dr-lifestyle-layout h2,
  body[data-page="dr-mix"] .dr-faq-layout h2,
  body[data-page="dr-mix"] .dr-video-layout h2 {
    font-size: clamp(3rem, 13vw, 4.4rem);
  }

  body[data-page="dr-mix"] .dr-story-step {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 16px;
  }

  body[data-page="dr-mix"] .dr-story-step span {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    font-size: 1.8rem;
  }

  body[data-page="dr-mix"] .dr-story-step h2 {
    font-size: clamp(2rem, 9vw, 2.75rem);
  }

  body[data-page="dr-mix"] .dr-phone-frame {
    border-radius: 28px;
    padding: 12px;
  }

  body[data-page="dr-mix"] .dr-photo-stack {
    border-radius: 22px;
  }

  body[data-page="dr-mix"] .dr-lifestyle-layout figcaption {
    position: static;
    max-width: none;
    border-radius: 0;
  }

  body[data-page="dr-mix"] .dr-payment-card {
    padding: 24px;
  }

  body[data-page="dr-mix"] .dr-payment-auth h2 {
    font-size: clamp(2.6rem, 12vw, 3.8rem);
  }
}

@media (max-width: 760px) {
  body[data-page="dr-mix"] .dr-hero-copy h1 span:last-child {
    white-space: normal;
  }
}

/* First viewport fit tuning for 1440x900 and similar screens. */
body[data-page="dr-mix"] .dr-hero-inner {
  grid-template-columns: minmax(0, 900px) minmax(220px, 1fr);
  padding: 112px 0 70px;
}

body[data-page="dr-mix"] .dr-hero-copy h1 {
  max-width: 900px;
  margin: 22px 0 20px;
  font-size: clamp(4.3rem, 6.35vw, 7.4rem);
}

body[data-page="dr-mix"] .dr-hero-copy h1 span:last-child {
  white-space: nowrap;
}

body[data-page="dr-mix"] .dr-hero-copy > p:not(.eyebrow) {
  font-size: clamp(1.08rem, 1.45vw, 1.32rem);
  line-height: 1.58;
}

body[data-page="dr-mix"] .dr-proof-strip {
  margin: 24px 0 26px;
}

body[data-page="dr-mix"] .dr-product-stage {
  right: 18px;
  bottom: 42px;
  width: min(292px, 30vw);
}

body[data-page="dr-mix"] .dr-floating-product {
  padding: 20px;
}

@media (max-width: 760px) {
  body[data-page="dr-mix"] .dr-hero-copy h1 span:last-child {
    white-space: normal;
  }
}

:root[data-theme="dark"] {
  color-scheme: dark;
  --ink: #e0e0e0;
  --text: #d4d4d4;
  --muted: #9a9692;
  --paper: #121110;
  --paper-strong: #171514;
  --white: #1c1a19;
  --line: rgba(224, 224, 224, 0.1);
  --green: #e0e0e0;
  --green-dark: #e0e0e0;
  --red: #e0e0e0;
  --amber: #e0e0e0;
  --blue: #e0e0e0;
  --violet: #e0e0e0;
  --shadow: none;
  --surface-shadow: none;
  --header-bg: rgba(18, 17, 16, 0.92);
  --soft-line: rgba(224, 224, 224, 0.1);
  --solid-btn: #e0e0e0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family:
    Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button {
  cursor: pointer;
}

main > section {
  scroll-margin-top: 92px;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding: 14px 30px;
  border-bottom: 1px solid var(--soft-line);
  background: var(--header-bg);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  min-width: 232px;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
  font-size: 1.15rem;
  font-weight: 900;
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1.2rem;
}

.brand small {
  margin-top: 1px;
  color: var(--muted);
  font-size: 0.8rem;
}

.main-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.main-nav a:hover {
  color: var(--green-dark);
}

.main-nav a.active {
  color: var(--ink);
}

.header-cta,
.primary-btn,
.secondary-btn,
.icon-btn,
.add-btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 800;
  white-space: nowrap;
}

.theme-toggle {
  display: inline-flex;
  width: 54px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 0;
}

.theme-toggle-track {
  position: relative;
  display: block;
  width: 34px;
  height: 20px;
  border-radius: 8px;
  background: var(--paper-strong);
}

.theme-toggle-track::before,
.theme-toggle-track::after {
  position: absolute;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 8px;
  content: "";
}

.theme-toggle-track::before {
  left: 7px;
  background: var(--amber);
}

.theme-toggle-track::after {
  right: 7px;
  background: var(--muted);
}

.theme-toggle-knob {
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  width: 14px;
  height: 14px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 2px 8px rgba(24, 27, 23, 0.2);
  transition:
    background 180ms ease,
    transform 180ms ease;
}

:root[data-theme="dark"] .theme-toggle-knob {
  background: var(--green);
  transform: translateX(14px);
}

.header-cta,
.primary-btn {
  border: 1px solid var(--green);
  background: var(--green);
  color: var(--white);
  padding: 0 20px;
}

.header-cta:hover,
.primary-btn:hover {
  background: var(--green-dark);
  border-color: var(--green-dark);
}

.secondary-btn,
.icon-btn {
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--text);
  padding: 0 18px;
}

.icon-btn {
  border-color: var(--line);
  background: var(--white);
  color: var(--text);
}

.auth-link.admin-active {
  border-color: rgba(0, 0, 0, 0.42);
  background: #111111;
  color: #ffffff;
}

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  padding: 86px 0 46px;
}

.minimal-hero {
  min-height: 620px;
  display: grid;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  padding: 80px 0;
}

.minimal-hero-inner {
  display: grid;
  gap: 36px;
}

.minimal-hero h1 {
  max-width: 760px;
  margin-bottom: 0;
}

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

.path-card {
  display: grid;
  min-height: 260px;
  gap: 12px;
  align-content: end;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 24px;
  box-shadow: var(--shadow);
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.path-card:hover {
  border-color: rgba(0, 0, 0, 0.32);
  box-shadow: 0 20px 54px rgba(30, 34, 27, 0.13);
  transform: translateY(-2px);
}

.path-card-disabled {
  cursor: default;
  opacity: 0.76;
}

.path-card-disabled:hover {
  border-color: var(--line);
  box-shadow: var(--shadow);
  transform: none;
}

.path-card span {
  color: var(--green);
  font-weight: 900;
}

.path-card h2 {
  font-size: 2rem;
}

.path-card p {
  max-width: 360px;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.catalog-page-hero {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  padding: 72px 0 46px;
}

.catalog-page-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.catalog-page-inner h1 {
  margin-bottom: 0;
}

.catalog-page-inner > p {
  max-width: 420px;
  margin-bottom: 8px;
  color: var(--muted);
  line-height: 1.6;
}

body[data-page="wholesale"] .catalog-page-inner {
  align-items: center;
}

body[data-page="wholesale"] .catalog-page-hero h1 {
  max-width: none;
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 46px;
  align-items: center;
}

.hero-content {
  color: var(--ink);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--green);
}

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

h1 {
  max-width: 720px;
  margin-bottom: 20px;
  color: var(--ink);
  font-size: 4.05rem;
  line-height: 1.04;
}

h2 {
  margin-bottom: 0;
  color: var(--ink);
  font-size: 2.45rem;
  line-height: 1.1;
}

h3 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 1.16rem;
  line-height: 1.26;
}

.hero-copy {
  max-width: 610px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

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

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

.hero-category {
  position: relative;
  display: flex;
  min-height: 230px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border: 1px solid rgba(24, 27, 23, 0.08);
  border-radius: 8px;
  background: var(--image) center / cover;
  color: #ffffff;
  padding: 18px;
  box-shadow: 0 12px 34px rgba(30, 34, 27, 0.11);
}

.hero-category::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(18, 20, 17, 0.04), rgba(18, 20, 17, 0.72));
}

.hero-category > * {
  position: relative;
  z-index: 1;
}

.hero-category span {
  margin-bottom: 48px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-category strong {
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.18;
}

.hero-category small {
  max-width: 260px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.88rem;
  line-height: 1.38;
}

.hero-category:hover {
  transform: translateY(-2px);
}

.hero-category-bath {
  --image: url("https://images.unsplash.com/photo-1584622650111-993a426fbf0a?auto=format&fit=crop&w=900&q=80");
}

.hero-category-room {
  --image: url("https://images.unsplash.com/photo-1513519245088-0e12902e5a38?auto=format&fit=crop&w=900&q=80");
}

.hero-category-garden {
  --image: url("https://images.unsplash.com/photo-1416879595882-3373a0480b5b?auto=format&fit=crop&w=900&q=80");
}

.hero-category-camp {
  --image: url("https://images.unsplash.com/photo-1504280390367-361c6d9f38f4?auto=format&fit=crop&w=900&q=80");
}

.stats-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

:root[data-theme="dark"] .brand-mark {
  background: #f1f0ea;
  color: #10120f;
}

:root[data-theme="dark"] .header-cta,
:root[data-theme="dark"] .primary-btn {
  color: #10120f;
}

:root[data-theme="dark"] .header-cta:hover,
:root[data-theme="dark"] .primary-btn:hover {
  background: var(--green-dark);
  border-color: var(--green-dark);
}

:root[data-theme="dark"] .add-btn {
  background: var(--solid-btn);
  color: #f7f7f4;
}

:root[data-theme="dark"] .add-btn:hover,
:root[data-theme="dark"] .add-btn.added {
  background: #333333;
}

:root[data-theme="dark"] .hero-category,
:root[data-theme="dark"] .product-card,
:root[data-theme="dark"] .audience-card,
:root[data-theme="dark"] .guide-card,
:root[data-theme="dark"] .lead-form,
:root[data-theme="dark"] .quote-bar {
  border-color: var(--line);
}

:root[data-theme="dark"] .site-footer {
  background: #090b09;
}

:root[data-theme="dark"] .quote-section {
  background:
    linear-gradient(90deg, rgba(16, 18, 15, 0.96), rgba(16, 18, 15, 0.86)),
    url("https://images.unsplash.com/photo-1553413077-190dd305871c?auto=format&fit=crop&w=1600&q=80")
      center / cover;
}

:root[data-theme="dark"] .product-image::after {
  background: rgba(16, 18, 15, 0.86);
  color: var(--text);
}

:root[data-theme="dark"] .badge {
  background: rgba(16, 18, 15, 0.84);
  color: var(--text);
}

:root[data-theme="dark"] .badge.sale {
  background: #111111;
  color: #ffffff;
}

:root[data-theme="dark"] .badge.low {
  background: #111111;
  color: #ffffff;
}

:root[data-theme="dark"] .badge.wholesale {
  background: #111111;
  color: #ffffff;
}

:root[data-theme="dark"] .filter-chip span {
  background: rgba(255, 255, 255, 0.08);
}

.stat {
  min-height: 112px;
  padding: 24px 30px;
  border-right: 1px solid var(--line);
}

.stat:last-child {
  border-right: 0;
}

.stat strong,
.stat span {
  display: block;
}

.stat strong {
  margin-bottom: 6px;
  color: var(--green-dark);
  font-size: 2rem;
  line-height: 1;
}

.stat span {
  color: var(--muted);
}

.section {
  padding: 86px 0;
}

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

.section-head h2 {
  max-width: 760px;
}

.section-head > p {
  max-width: 430px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.6;
}

.compact {
  align-items: start;
}

.audience-section {
  padding-bottom: 54px;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.audience-card {
  min-height: 250px;
  border-radius: 8px;
  padding: 24px;
  background: var(--white);
  box-shadow: 0 10px 30px rgba(30, 34, 27, 0.08);
}

.card-kicker {
  display: inline-flex;
  margin-bottom: 72px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

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

.retail-card {
  border-top: 5px solid var(--green);
}

.wholesale-card {
  border-top: 5px solid var(--amber);
}

.docs-card {
  border-top: 5px solid var(--blue);
}

.directions-section {
  padding-top: 72px;
}

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

.guide-card {
  position: relative;
  display: grid;
  min-height: 220px;
  grid-template-rows: auto auto 1fr auto;
  gap: 10px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 20px 126px 20px 20px;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.guide-thumb {
  display: none;
}

.guide-card::after {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 88px;
  height: 88px;
  border: 1px solid var(--soft-line);
  border-radius: 8px;
  background: var(--guide-image) center / cover;
  content: "";
}

.guide-card:hover {
  border-color: rgba(0, 0, 0, 0.26);
  box-shadow: 0 16px 38px rgba(30, 34, 27, 0.09);
  transform: translateY(-2px);
}

.guide-home {
  --guide-image: url("https://images.unsplash.com/photo-1416879595882-3373a0480b5b?auto=format&fit=crop&w=300&q=80");
}

.guide-bath {
  --guide-image: url("https://images.unsplash.com/photo-1584622650111-993a426fbf0a?auto=format&fit=crop&w=300&q=80");
}

.guide-room {
  --guide-image: url("https://images.unsplash.com/photo-1513519245088-0e12902e5a38?auto=format&fit=crop&w=300&q=80");
}

.guide-camp {
  --guide-image: url("https://images.unsplash.com/photo-1504280390367-361c6d9f38f4?auto=format&fit=crop&w=300&q=80");
}

.guide-active {
  --guide-image: url("https://images.unsplash.com/photo-1521412644187-c49fa049e84d?auto=format&fit=crop&w=300&q=80");
}

.guide-kids {
  --guide-image: url("https://images.unsplash.com/photo-1546519638-68e109498ffc?auto=format&fit=crop&w=300&q=80");
}

.compact-guide .guide-card {
  min-height: 174px;
  grid-template-rows: auto auto 1fr;
}

.guide-number {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
}

.guide-card h3 {
  margin-bottom: 0;
  font-size: 1.34rem;
}

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

.guide-examples {
  display: inline-flex;
  width: fit-content;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 8px;
  background: var(--paper-strong);
  color: var(--green-dark);
  padding: 8px 10px;
  font-size: 0.86rem;
  font-weight: 800;
}

.guide-action {
  display: none;
}

body[data-page="wholesale"] .directions-section {
  padding-top: 64px;
  padding-bottom: 76px;
}

body[data-page="wholesale"] .category-guide {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body[data-page="wholesale"] .guide-card {
  min-height: 126px;
  grid-template-columns: 96px 46px minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 8px 16px;
  padding: 14px 18px 14px 14px;
}

body[data-page="wholesale"] .guide-card::after {
  display: none;
}

body[data-page="wholesale"] .guide-thumb {
  display: block;
  grid-row: 1 / 3;
  width: 96px;
  height: 96px;
  border: 1px solid var(--soft-line);
  border-radius: 8px;
  background: var(--guide-image) center / cover;
}

body[data-page="wholesale"] .guide-number {
  align-self: start;
  color: var(--green);
}

body[data-page="wholesale"] .guide-card h3 {
  align-self: end;
  font-size: 1.28rem;
}

body[data-page="wholesale"] .guide-examples {
  display: block;
  width: auto;
  border: 0;
  background: transparent;
  color: var(--muted);
  padding: 0;
  font-size: 0.92rem;
  line-height: 1.35;
}

body[data-page="wholesale"] .guide-action {
  display: inline-flex;
  grid-column: 4;
  grid-row: 1 / 3;
  align-items: center;
  color: var(--green-dark);
  font-size: 0.82rem;
  font-weight: 900;
}

.catalog-section {
  background: var(--white);
}

.catalog-head {
  align-items: center;
}

.catalog-actions {
  display: flex;
  align-items: end;
  gap: 10px;
}

.search-box {
  display: grid;
  min-width: 330px;
  gap: 7px;
}

.search-box span,
.lead-form label span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.search-box input,
.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--text);
  outline: none;
}

.search-box input {
  min-height: 44px;
  padding: 0 14px;
}

.lead-form input,
.lead-form select {
  min-height: 46px;
  padding: 0 12px;
}

.lead-form textarea {
  padding: 12px;
  resize: vertical;
}

.search-box input:focus,
.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 22px;
}

.filter-chip {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--muted);
  padding: 0 12px;
  font-weight: 800;
}

.filter-chip span {
  display: inline-flex;
  min-width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(24, 27, 23, 0.07);
  color: inherit;
  font-size: 0.76rem;
}

.filter-chip.active {
  border-color: var(--green);
  background: var(--green);
  color: var(--white);
}

.catalog-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 0.92rem;
}

.catalog-meta span:first-child {
  color: var(--ink);
  font-weight: 900;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.product-card:hover {
  border-color: rgba(0, 0, 0, 0.28);
  box-shadow: 0 14px 34px rgba(30, 34, 27, 0.1);
  transform: translateY(-2px);
}

.product-card.is-editable {
  cursor: pointer;
}

.product-card.is-editable:hover {
  border-color: rgba(0, 0, 0, 0.58);
}

.product-image {
  position: relative;
  min-height: 172px;
  padding: 14px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.42)),
    var(--thumb) center / cover;
}

.product-image::after {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  color: rgba(24, 27, 23, 0.68);
  content: attr(data-initial);
  font-weight: 900;
}

.admin-edit-btn {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 2;
  min-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  padding: 0 11px;
  font-size: 0.78rem;
  font-weight: 900;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.badge {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
  padding: 0 8px;
  font-size: 0.72rem;
  font-weight: 900;
}

.badge.sale {
  background: #111111;
  color: #ffffff;
}

.badge.wholesale {
  background: #111111;
  color: var(--green-dark);
}

.badge.low {
  background: #111111;
  color: var(--green-dark);
}

.product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 16px;
}

.product-store {
  margin-bottom: 9px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-title {
  min-height: 56px;
  margin-bottom: 12px;
  font-size: 1rem;
  line-height: 1.35;
}

.price-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin-top: auto;
  margin-bottom: 10px;
}

.price {
  color: var(--green-dark);
  font-size: 1.42rem;
  font-weight: 900;
}

.old-price {
  color: var(--muted);
  font-size: 0.88rem;
  text-decoration: line-through;
}

.price-note {
  text-decoration: none;
}

.product-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 0.84rem;
}

.product-meta span {
  min-width: 0;
}

.add-btn {
  width: 100%;
  border: 0;
  background: var(--ink);
  color: var(--white);
}

.add-btn:hover {
  background: var(--green-dark);
}

.add-btn.added {
  background: var(--green);
}

.detail-link {
  width: 100%;
  min-height: 34px;
  margin-top: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--muted);
  font-weight: 900;
}

.detail-link:hover {
  border-color: rgba(0, 0, 0, 0.28);
  color: var(--green-dark);
}

.empty-state {
  grid-column: 1 / -1;
  border: 1px dashed var(--line);
  border-radius: 8px;
  padding: 48px;
  color: var(--muted);
  text-align: center;
}

.empty-state.small {
  padding: 24px;
}

.quote-section {
  background:
    linear-gradient(90deg, rgba(246, 244, 236, 0.96), rgba(246, 244, 236, 0.86)),
    url("https://images.unsplash.com/photo-1553413077-190dd305871c?auto=format&fit=crop&w=1600&q=80")
      center / cover;
}

.quote-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(430px, 1fr);
  gap: 40px;
  align-items: stretch;
}

body[data-page="wholesale"] .quote-section {
  background: var(--paper);
}

body[data-page="wholesale"] .quote-layout {
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 28px;
  box-shadow: var(--shadow);
}

.quote-copy p {
  max-width: 560px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

body[data-page="wholesale"] .quote-copy {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

body[data-page="wholesale"] .quote-copy h2 {
  max-width: 560px;
}

body[data-page="wholesale"] .quote-copy > p:not(.eyebrow) {
  max-width: 520px;
}

body[data-page="wholesale"] .contact-list {
  grid-template-columns: 1fr;
  margin-top: 28px;
}

body[data-page="wholesale"] .lead-form {
  box-shadow: none;
}

.contact-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.contact-strip span {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background: var(--white);
  padding: 10px 12px;
  color: var(--green-dark);
  font-weight: 800;
}

.contact-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.contact-list a {
  display: grid;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 14px;
}

.contact-list span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-list strong {
  color: var(--green-dark);
  overflow-wrap: anywhere;
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 20px;
  box-shadow: var(--shadow);
}

.lead-form label {
  display: grid;
  gap: 7px;
}

.lead-form .wide {
  grid-column: 1 / -1;
}

.form-note {
  grid-column: 1 / -1;
  min-height: 20px;
  margin: 0;
  color: var(--green-dark);
  font-weight: 800;
}

.quote-bar {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: none;
  align-items: center;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 12px;
  box-shadow: var(--shadow);
}

.quote-bar.visible {
  display: flex;
}

.quote-bar div {
  display: grid;
  gap: 3px;
}

.quote-bar span {
  color: var(--muted);
}

.site-footer {
  background: var(--ink);
  color: var(--white);
  padding: 34px 0;
}

.footer-layout {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.footer-layout > div {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-layout span,
.footer-layout a {
  color: rgba(255, 255, 255, 0.68);
}

.admin-main .admin-hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 34px;
}

.admin-hero h1 {
  max-width: 780px;
  margin-bottom: 16px;
}

.admin-hero p:last-child {
  max-width: 620px;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.6;
}

.admin-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 22px;
  box-shadow: var(--shadow);
}

.admin-login {
  display: grid;
  gap: 16px;
  max-width: 560px;
}

.admin-login p,
.admin-panel-head p {
  color: var(--muted);
  line-height: 1.6;
}

.admin-login label,
.admin-fields label,
.edit-fields label {
  display: grid;
  gap: 7px;
}

.admin-login label span,
.admin-fields label span,
.edit-fields label span,
.check-field span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
}

.admin-login input,
.admin-fields input,
.edit-fields input,
.edit-fields select {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--text);
  padding: 0 12px;
  outline: none;
}

.admin-login input:focus,
.admin-fields input:focus,
.edit-fields input:focus,
.edit-fields select:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.admin-workspace {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: 16px;
  padding-bottom: 86px;
}

.admin-workspace .wide,
.admin-status {
  grid-column: 1 / -1;
}

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

.admin-panel-head h2 {
  font-size: 1.7rem;
}

.admin-fields {
  display: grid;
  gap: 12px;
}

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

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

.edit-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  padding: 12px;
}

.product-edit-card {
  grid-template-columns: 132px minmax(0, 1fr);
}

.edit-preview {
  min-height: 112px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.12)),
    var(--preview) center / cover;
}

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

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

.edit-fields .wide {
  grid-column: 1 / -1;
}

.check-field {
  display: flex !important;
  align-items: center;
  gap: 8px;
}

.check-field input {
  width: 18px;
  min-height: 18px;
}

.admin-status {
  min-height: 24px;
  margin: 0;
  color: var(--green-dark);
  font-weight: 800;
}

.admin-status.error {
  color: var(--red);
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  overflow: auto;
  background: rgba(16, 18, 15, 0.48);
  padding: 24px;
}

.modal-backdrop[hidden] {
  display: none;
}

.product-edit-modal {
  display: grid;
  width: min(920px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 22px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.product-detail-modal {
  position: relative;
  display: grid;
  width: min(1040px, 100%);
  max-height: calc(100vh - 48px);
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.detail-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
}

.detail-media {
  min-height: 520px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.22)),
    var(--detail-image) center / cover;
}

.detail-content {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 42px;
}

.detail-content h2 {
  max-width: 620px;
  font-size: 2.1rem;
}

.detail-description {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.detail-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.detail-specs div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  padding: 14px;
}

.detail-specs dt {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.detail-specs dd {
  margin: 0;
  color: var(--green-dark);
  font-size: 1.04rem;
  font-weight: 900;
}

.modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.modal-head h2 {
  font-size: 1.8rem;
}

.edit-preview.large {
  min-height: 230px;
}

.auth-section {
  display: grid;
  min-height: calc(100vh - 76px);
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.7fr);
  gap: 42px;
  align-items: center;
  padding: 74px 0;
}

.auth-copy > p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.65;
}

.auth-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 18px;
  box-shadow: var(--shadow);
}

.auth-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 16px;
}

.auth-tabs button {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--muted);
  font-weight: 900;
}

.auth-tabs button.active {
  border-color: var(--green);
  background: var(--green);
  color: var(--white);
}

.auth-form {
  display: none;
  gap: 12px;
}

.auth-form.active {
  display: grid;
}

.auth-form label {
  display: grid;
  gap: 7px;
}

.auth-form label span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.auth-form input {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--text);
  padding: 0 12px;
  outline: none;
}

.consent-check,
.auth-remember {
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
}

.consent-check input,
.auth-remember input {
  width: 18px;
  min-height: 18px;
  margin: 2px 0 0;
}

.auth-text-btn {
  justify-self: start;
  border: 0;
  background: transparent;
  color: var(--red);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.signed-card {
  display: grid;
  max-width: 620px;
  gap: 12px;
  margin-top: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 18px;
}

.signed-card > span {
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.signed-card > strong {
  color: var(--ink);
  font-size: 1.2rem;
}

.signed-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.lead-list {
  display: grid;
  gap: 10px;
  max-height: 420px;
  overflow: auto;
}

.lead-card {
  display: grid;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  padding: 12px;
}

.lead-card div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.lead-card strong {
  color: var(--ink);
}

.lead-card span,
.lead-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.lead-card pre {
  max-height: 140px;
  overflow: auto;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--text);
  padding: 10px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

@media (max-width: 1080px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .main-nav {
    justify-content: flex-start;
  }

  .header-actions {
    position: absolute;
    top: 14px;
    right: 20px;
  }

  h1 {
    font-size: 3.35rem;
  }

  h2 {
    font-size: 2rem;
  }

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

  .stats-band,
  .path-grid,
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .category-guide {
    grid-template-columns: repeat(2, 1fr);
  }

  body[data-page="wholesale"] .category-guide {
    grid-template-columns: 1fr;
  }

  .product-detail-modal {
    grid-template-columns: 1fr;
  }

  .detail-media {
    min-height: 330px;
  }

  .admin-workspace,
  .category-editor,
  .product-fields {
    grid-template-columns: 1fr;
  }

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

  .audience-card {
    min-height: 210px;
  }
}

@media (max-width: 760px) {
  .site-header {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 14px 18px;
  }

  .brand {
    min-width: 0;
  }

  .header-actions {
    position: static;
    grid-column: 1 / -1;
    width: 100%;
  }

  .header-cta {
    flex: 1;
    min-height: 40px;
    padding: 0 13px;
  }

  .auth-link {
    flex: 1;
    min-height: 40px;
    padding: 0 13px;
  }

  .theme-toggle {
    flex: 0 0 54px;
    min-height: 40px;
  }

  .main-nav {
    grid-column: 1 / -1;
    gap: 14px;
  }

  .hero {
    padding: 50px 0 28px;
  }

  .minimal-hero {
    min-height: 0;
    padding: 58px 0;
  }

  .catalog-page-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  body[data-page="wholesale"] .catalog-page-inner {
    align-items: flex-start;
  }

  h1 {
    font-size: 2.45rem;
  }

  h2 {
    font-size: 1.7rem;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .stats-band,
  .path-grid,
  .hero-showcase,
  .category-guide,
  .product-grid,
  .quote-layout,
  .lead-form {
    grid-template-columns: 1fr;
  }

  .stat {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .section {
    padding: 58px 0;
  }

  .section-head,
  .catalog-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .catalog-actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  .search-box {
    min-width: 0;
  }

  .hero-category {
    min-height: 190px;
  }

  .guide-card {
    min-height: 210px;
    padding: 20px;
  }

  .guide-card::after {
    opacity: 0.16;
    width: 120px;
    height: 120px;
    right: -18px;
    top: -18px;
  }

  .hero-category span {
    margin-bottom: 44px;
  }

  .card-kicker {
    margin-bottom: 100px;
  }

  .quote-bar {
    right: 10px;
    bottom: 10px;
    left: 10px;
    justify-content: space-between;
  }

  body[data-page="wholesale"] .quote-layout {
    padding: 18px;
  }

  body[data-page="wholesale"] .guide-card {
    min-height: 0;
    grid-template-columns: 74px minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    padding: 12px;
  }

  body[data-page="wholesale"] .guide-thumb {
    grid-row: 1 / 4;
    width: 74px;
    height: 74px;
  }

  body[data-page="wholesale"] .guide-number,
  body[data-page="wholesale"] .guide-card h3,
  body[data-page="wholesale"] .guide-examples,
  body[data-page="wholesale"] .guide-action {
    grid-column: 2;
  }

  body[data-page="wholesale"] .guide-action {
    grid-row: auto;
  }

  .product-detail-modal {
    max-height: calc(100vh - 24px);
  }

  .detail-content {
    padding: 22px;
  }

  .detail-specs {
    grid-template-columns: 1fr;
  }

  .admin-main .admin-hero,
  .admin-panel-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .edit-card,
  .product-edit-card {
    grid-template-columns: 1fr;
  }

  .edit-preview {
    min-height: 180px;
  }

  .auth-section,
  .product-fields {
    grid-template-columns: 1fr;
  }

  .auth-section {
    min-height: 0;
    padding: 48px 0;
  }

  .modal-backdrop {
    padding: 12px;
  }

  .product-edit-modal {
    max-height: calc(100vh - 24px);
  }
}

/* Premium monochrome refactor */
*,
*::before,
*::after {
  box-shadow: none !important;
}

body {
  background: #ffffff;
  color: #111111;
}

.shell {
  width: min(1360px, calc(100% - 96px));
}

.site-header {
  min-height: 88px;
  padding: 18px 48px;
  border-bottom: 1px solid #eeeeee;
  background: rgba(255, 255, 255, 0.96);
}

.brand {
  gap: 16px;
}

.brand-mark {
  width: 56px;
  height: 56px;
  border-radius: 4px;
  background: #111111;
  color: #ffffff;
}

.brand strong {
  color: #111111;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: 0;
}

.brand small,
.main-nav,
.catalog-meta,
.product-meta,
.quote-copy p,
.section-head > p {
  color: #888888;
}

.main-nav {
  gap: 34px;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.main-nav a:hover,
.main-nav a.active {
  color: #111111;
}

.header-actions {
  gap: 14px;
}

.header-cta,
.primary-btn,
.secondary-btn,
.icon-btn,
.add-btn,
.detail-link,
.admin-edit-btn {
  min-height: 46px;
  border-radius: 4px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.header-cta,
.primary-btn,
.add-btn {
  border: 0;
  background: #111111;
  color: #ffffff;
  padding: 0 24px;
}

.header-cta:hover,
.primary-btn:hover,
.add-btn:hover,
.add-btn.added {
  background: #333333;
  border-color: transparent;
}

.secondary-btn,
.icon-btn,
.detail-link {
  border: 1px solid #e6e6e6;
  background: #ffffff;
  color: #111111;
}

.secondary-btn:hover,
.icon-btn:hover,
.detail-link:hover {
  border-color: #cccccc;
  color: #111111;
}

.auth-link.admin-active,
.badge.sale,
.badge.wholesale,
.badge.low {
  border: 0;
  background: #111111;
  color: #ffffff;
}

.theme-toggle {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background: #ffffff;
}

.theme-toggle-track {
  border-radius: 4px;
  background: #f5f5f5;
}

.theme-toggle-track::before,
.theme-toggle-track::after {
  background: #888888;
}

.theme-toggle-knob,
:root[data-theme="dark"] .theme-toggle-knob {
  border-radius: 4px;
  background: #111111;
}

.catalog-page-hero {
  border-bottom: 0;
  background: #ffffff;
  padding: 154px 0 104px;
}

.catalog-page-inner {
  gap: 64px;
}

h1 {
  max-width: 980px;
  margin-bottom: 0;
  color: #111111;
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: 0;
}

h2 {
  color: #111111;
  font-size: 3.35rem;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  color: #111111;
  font-size: 1.12rem;
  line-height: 1.28;
  letter-spacing: 0;
}

.eyebrow,
.product-store,
.guide-number,
.card-kicker {
  color: #888888;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.stats-band {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  background: #f5f5f5;
}

.stat {
  min-height: 156px;
  border-right: 1px solid #eeeeee;
  padding: 42px 48px;
}

.stat strong {
  color: #111111;
  font-size: 2.45rem;
  font-weight: 800;
}

.stat span {
  color: #888888;
  font-size: 0.86rem;
  font-weight: 600;
  text-transform: uppercase;
}

.section {
  padding: 148px 0;
}

.section-head {
  gap: 64px;
  margin-bottom: 72px;
}

.directions-section {
  padding-top: 140px;
  padding-bottom: 140px;
}

body[data-page="wholesale"] .directions-section {
  padding-top: 140px;
  padding-bottom: 140px;
}

.category-guide,
body[data-page="wholesale"] .category-guide {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 56px 32px;
}

.guide-card,
body[data-page="wholesale"] .guide-card {
  display: grid;
  min-height: 0;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto auto;
  gap: 12px;
  align-items: start;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.guide-card::after,
body[data-page="wholesale"] .guide-card::after {
  display: none;
}

.guide-card:hover,
body[data-page="wholesale"] .guide-card:hover {
  border-color: transparent;
  opacity: 0.76;
  transform: translateY(-2px);
}

.guide-thumb,
body[data-page="wholesale"] .guide-thumb {
  display: block;
  grid-row: auto;
  width: 100%;
  height: 320px;
  border: 0;
  border-radius: 0;
  background: var(--guide-image) center / cover;
}

.guide-card h3,
body[data-page="wholesale"] .guide-card h3 {
  align-self: auto;
  margin-top: 12px;
  font-size: 1.42rem;
  font-weight: 800;
}

.guide-examples,
body[data-page="wholesale"] .guide-examples {
  display: block;
  width: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #888888;
  padding: 0;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.45;
}

.guide-action,
body[data-page="wholesale"] .guide-action {
  display: inline-flex;
  grid-column: auto;
  grid-row: auto;
  align-items: center;
  margin-top: 10px;
  color: #111111;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.catalog-section {
  background: #ffffff;
}

.catalog-head {
  align-items: flex-end;
}

.catalog-actions {
  gap: 18px;
}

.search-box {
  min-width: 420px;
}

.search-box span,
.lead-form label span,
.auth-form label span,
.admin-login label span,
.admin-fields label span,
.edit-fields label span,
.check-field span {
  color: #888888;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.search-box input,
.lead-form input,
.lead-form select,
.lead-form textarea,
.auth-form input,
.admin-login input,
.admin-fields input,
.edit-fields input,
.edit-fields select {
  border: 0;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 0;
  background: transparent;
  color: #111111;
  padding-right: 0;
  padding-left: 0;
}

.search-box input:focus,
.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus,
.auth-form input:focus,
.admin-login input:focus,
.admin-fields input:focus,
.edit-fields input:focus,
.edit-fields select:focus {
  border-color: #111111;
}

.filter-row {
  gap: 12px;
  margin-bottom: 54px;
}

.filter-chip {
  min-height: 34px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #888888;
  padding: 0;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.filter-chip + .filter-chip {
  margin-left: 16px;
}

.filter-chip span {
  min-width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: 0.78rem;
}

.filter-chip.active {
  border: 0;
  background: transparent;
  color: #111111;
}

.catalog-meta {
  margin-bottom: 34px;
  font-size: 0.86rem;
}

.catalog-meta span:first-child {
  color: #111111;
  font-weight: 700;
}

.product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 72px 34px;
}

.product-card {
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

.product-card:hover,
.product-card.is-editable:hover {
  border-color: transparent;
  transform: translateY(-3px);
}

.product-image {
  min-height: 360px;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.12)),
    var(--thumb) center / cover;
}

.product-image::after {
  right: 16px;
  bottom: 16px;
  width: 46px;
  height: 46px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.9);
  color: #111111;
  font-size: 0.9rem;
}

.badge {
  min-height: 24px;
  border-radius: 4px;
  background: #111111;
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.product-body {
  padding: 24px 0 0;
}

.product-title {
  min-height: 68px;
  margin-bottom: 26px;
  color: #111111;
  font-size: 1.05rem;
  font-weight: 700;
}

.price-line {
  margin-bottom: 14px;
}

.price {
  color: #111111;
  font-size: 1.48rem;
  font-weight: 800;
}

.old-price,
.price-note {
  color: #888888;
}

.product-meta {
  gap: 12px;
  margin-bottom: 22px;
  color: #888888;
  font-size: 0.84rem;
}

.detail-link {
  margin-top: 10px;
}

.quote-section {
  background: #f5f5f5;
}

body[data-page="wholesale"] .quote-section {
  background: #f5f5f5;
}

.quote-layout,
body[data-page="wholesale"] .quote-layout {
  grid-template-columns: minmax(0, 0.82fr) minmax(480px, 1fr);
  gap: 96px;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.quote-copy {
  padding-top: 14px;
}

.contact-list {
  gap: 18px;
  margin-top: 48px;
}

.contact-list a {
  border: 0;
  border-bottom: 1px solid #dddddd;
  border-radius: 0;
  background: transparent;
  padding: 0 0 18px;
}

.contact-list strong {
  color: #111111;
}

.lead-form {
  gap: 28px 24px;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.form-note {
  color: #111111;
  font-size: 0.84rem;
}

.quote-bar {
  border: 0;
  border-radius: 4px;
  background: #111111;
  color: #ffffff;
}

.quote-bar span {
  color: #d8d8d8;
}

.site-footer {
  background: #111111;
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.52);
}

.product-detail-modal,
.product-edit-modal,
.admin-panel,
.auth-panel,
.signed-card,
.edit-card,
.lead-card,
.detail-specs div {
  border: 0;
  border-radius: 0;
  background: #ffffff;
}

.detail-media {
  min-height: 620px;
}

.detail-specs div {
  border-bottom: 1px solid #e6e6e6;
  background: transparent;
}

.detail-specs dt {
  color: #888888;
}

.detail-specs dd {
  color: #111111;
}

@media (max-width: 1080px) {
  .shell {
    width: min(100% - 48px, 1360px);
  }

  .site-header {
    padding: 18px 24px;
  }

  h1 {
    font-size: 3.4rem;
  }

  h2 {
    font-size: 2.6rem;
  }

  .section,
  .directions-section,
  body[data-page="wholesale"] .directions-section {
    padding: 108px 0;
  }

  .category-guide,
  body[data-page="wholesale"] .category-guide,
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 56px 28px;
  }

  .quote-layout,
  body[data-page="wholesale"] .quote-layout {
    grid-template-columns: 1fr;
    gap: 56px;
  }
}

@media (max-width: 760px) {
  .shell {
    width: min(100% - 32px, 1360px);
  }

  .site-header {
    min-height: 0;
    padding: 16px;
  }

  h1 {
    font-size: 2.55rem;
  }

  h2 {
    font-size: 2rem;
  }

  .catalog-page-hero {
    padding: 72px 0 56px;
  }

  .section,
  .directions-section,
  body[data-page="wholesale"] .directions-section {
    padding: 76px 0;
  }

  .section-head {
    gap: 24px;
    margin-bottom: 42px;
  }

  .stats-band,
  .category-guide,
  body[data-page="wholesale"] .category-guide,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .stat {
    min-height: 112px;
    padding: 28px 24px;
  }

  .guide-thumb,
  body[data-page="wholesale"] .guide-thumb {
    height: 260px;
  }

  .product-image {
    min-height: 320px;
  }

  .search-box {
    min-width: 0;
  }
}

/* Section architecture and dark monochrome theme */
main > section {
  border-top: 1px solid #eeeeee;
}

main > section:first-child {
  border-top: 0;
}

.catalog-page-hero,
.directions-section,
.quote-section {
  background: #ffffff;
}

.stats-band,
.catalog-section {
  background: #f5f5f5;
}

.section-head {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 34px;
}

.catalog-head {
  border-bottom: 0;
  padding-bottom: 0;
}

.stats-band {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.catalog-section {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.quote-section {
  border-top: 1px solid #e8e8e8;
}

:root[data-theme="dark"] {
  color-scheme: dark;
  --ink: #e0e0e0;
  --text: #d4d4d4;
  --muted: #9a9692;
  --paper: #121110;
  --paper-strong: #171514;
  --white: #1c1a19;
  --line: rgba(224, 224, 224, 0.1);
  --green: #e0e0e0;
  --green-dark: #e0e0e0;
  --red: #e0e0e0;
  --amber: #e0e0e0;
  --blue: #e0e0e0;
  --violet: #e0e0e0;
  --shadow: none;
  --surface-shadow: none;
  --header-bg: rgba(18, 17, 16, 0.92);
  --soft-line: rgba(224, 224, 224, 0.1);
  --solid-btn: #e0e0e0;
}

:root[data-theme="dark"] body {
  background: #050505;
  color: #f3f3f3;
}

:root[data-theme="dark"] .site-header {
  border-bottom-color: #222222;
  background: rgba(5, 5, 5, 0.96);
}

:root[data-theme="dark"] .brand-mark {
  background: #ffffff;
  color: #000000;
}

:root[data-theme="dark"] .brand strong,
:root[data-theme="dark"] .main-nav a.active,
:root[data-theme="dark"] h1,
:root[data-theme="dark"] h2,
:root[data-theme="dark"] h3,
:root[data-theme="dark"] .product-title,
:root[data-theme="dark"] .price,
:root[data-theme="dark"] .catalog-meta span:first-child,
:root[data-theme="dark"] .contact-list strong,
:root[data-theme="dark"] .detail-specs dd,
:root[data-theme="dark"] .signed-card > strong {
  color: #f3f3f3;
}

:root[data-theme="dark"] .brand small,
:root[data-theme="dark"] .main-nav,
:root[data-theme="dark"] .eyebrow,
:root[data-theme="dark"] .product-store,
:root[data-theme="dark"] .guide-number,
:root[data-theme="dark"] .guide-examples,
:root[data-theme="dark"] .catalog-meta,
:root[data-theme="dark"] .product-meta,
:root[data-theme="dark"] .quote-copy p,
:root[data-theme="dark"] .section-head > p,
:root[data-theme="dark"] .old-price,
:root[data-theme="dark"] .price-note,
:root[data-theme="dark"] .contact-list span,
:root[data-theme="dark"] .detail-specs dt {
  color: #9a9a9a;
}

:root[data-theme="dark"] .catalog-page-hero,
:root[data-theme="dark"] .directions-section,
:root[data-theme="dark"] .quote-section {
  background: #050505;
}

:root[data-theme="dark"] .stats-band,
:root[data-theme="dark"] .catalog-section {
  background: #0d0d0d;
}

:root[data-theme="dark"] main > section,
:root[data-theme="dark"] .section-head,
:root[data-theme="dark"] .stats-band,
:root[data-theme="dark"] .catalog-section,
:root[data-theme="dark"] .quote-section {
  border-color: #242424;
}

:root[data-theme="dark"] .stat {
  border-right-color: #242424;
}

:root[data-theme="dark"] .stat strong,
:root[data-theme="dark"] .stat span {
  color: #f3f3f3;
}

:root[data-theme="dark"] .stat span {
  color: #9a9a9a;
}

:root[data-theme="dark"] .header-cta,
:root[data-theme="dark"] .primary-btn,
:root[data-theme="dark"] .add-btn {
  background: #ffffff;
  color: #000000;
}

:root[data-theme="dark"] .header-cta:hover,
:root[data-theme="dark"] .primary-btn:hover,
:root[data-theme="dark"] .add-btn:hover,
:root[data-theme="dark"] .add-btn.added {
  background: #d8d8d8;
  color: #000000;
}

:root[data-theme="dark"] .secondary-btn,
:root[data-theme="dark"] .icon-btn,
:root[data-theme="dark"] .detail-link,
:root[data-theme="dark"] .theme-toggle {
  border-color: #2a2a2a;
  background: transparent;
  color: #f3f3f3;
}

:root[data-theme="dark"] .theme-toggle-track {
  background: #1a1a1a;
}

:root[data-theme="dark"] .theme-toggle-track::before,
:root[data-theme="dark"] .theme-toggle-track::after {
  background: #8a8a8a;
}

:root[data-theme="dark"] .theme-toggle-knob {
  background: #ffffff;
}

:root[data-theme="dark"] .badge,
:root[data-theme="dark"] .auth-link.admin-active {
  background: #ffffff;
  color: #000000;
}

:root[data-theme="dark"] .product-image::after,
:root[data-theme="dark"] .admin-edit-btn {
  background: rgba(0, 0, 0, 0.74);
  color: #ffffff;
}

:root[data-theme="dark"] .search-box input,
:root[data-theme="dark"] .lead-form input,
:root[data-theme="dark"] .lead-form select,
:root[data-theme="dark"] .lead-form textarea,
:root[data-theme="dark"] .auth-form input,
:root[data-theme="dark"] .admin-login input,
:root[data-theme="dark"] .admin-fields input,
:root[data-theme="dark"] .edit-fields input,
:root[data-theme="dark"] .edit-fields select {
  border-bottom-color: #333333;
  color: #f3f3f3;
}

:root[data-theme="dark"] .search-box input:focus,
:root[data-theme="dark"] .lead-form input:focus,
:root[data-theme="dark"] .lead-form select:focus,
:root[data-theme="dark"] .lead-form textarea:focus,
:root[data-theme="dark"] .auth-form input:focus,
:root[data-theme="dark"] .admin-login input:focus,
:root[data-theme="dark"] .admin-fields input:focus,
:root[data-theme="dark"] .edit-fields input:focus,
:root[data-theme="dark"] .edit-fields select:focus {
  border-bottom-color: #ffffff;
}

:root[data-theme="dark"] .filter-chip {
  color: #9a9a9a;
}

:root[data-theme="dark"] .filter-chip.active,
:root[data-theme="dark"] .guide-action {
  color: #ffffff;
}

:root[data-theme="dark"] .contact-list a {
  border-bottom-color: #303030;
}

:root[data-theme="dark"] .quote-bar,
:root[data-theme="dark"] .site-footer {
  background: #ffffff;
  color: #000000;
}

:root[data-theme="dark"] .quote-bar span,
:root[data-theme="dark"] .footer-layout span,
:root[data-theme="dark"] .footer-layout a {
  color: #444444;
}

:root[data-theme="dark"] .product-detail-modal,
:root[data-theme="dark"] .product-edit-modal,
:root[data-theme="dark"] .admin-panel,
:root[data-theme="dark"] .auth-panel,
:root[data-theme="dark"] .signed-card,
:root[data-theme="dark"] .edit-card,
:root[data-theme="dark"] .lead-card {
  background: #111111;
  color: #f3f3f3;
}

:root[data-theme="dark"] .detail-specs div,
:root[data-theme="dark"] .lead-card pre {
  border-bottom-color: #303030;
  background: transparent;
  color: #f3f3f3;
}

@media (max-width: 760px) {
  .section-head {
    padding-bottom: 24px;
  }
}

/* Soft Premium warm refinement */
:root {
  color-scheme: light;
  --ink: #1c1a19;
  --text: #1c1a19;
  --muted: #8c8580;
  --paper: #efeae4;
  --paper-strong: #e8e1d9;
  --white: #ffffff;
  --line: rgba(28, 26, 25, 0.08);
  --green: #1c1a19;
  --green-dark: #1c1a19;
  --red: #1c1a19;
  --amber: #1c1a19;
  --blue: #1c1a19;
  --violet: #1c1a19;
  --shadow: none;
  --header-bg: rgba(239, 234, 228, 0.92);
  --soft-line: rgba(28, 26, 25, 0.08);
  --solid-btn: #1c1a19;
}

body {
  background: var(--paper);
  color: var(--text);
}

.site-header {
  background: var(--header-bg);
  border-bottom: 1px solid var(--line);
}

.main-nav .nav-disabled {
  color: var(--muted);
  cursor: default;
  opacity: 0.72;
  white-space: nowrap;
}

.brand-mark,
.header-cta,
.primary-btn,
.add-btn {
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
}

.header-cta:hover,
.primary-btn:hover,
.add-btn:hover,
.add-btn.added {
  background: var(--ink);
  opacity: 0.82;
}

.secondary-btn,
.icon-btn,
.detail-link,
.theme-toggle,
.auth-link {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
}

.catalog-page-hero,
.directions-section,
.quote-section {
  background: var(--paper);
}

.stats-band,
.catalog-section {
  background: var(--paper-strong);
}

main > section,
.stats-band,
.catalog-section,
.quote-section,
.section-head {
  border-color: var(--line);
}

.section-head {
  border-bottom-color: var(--line);
}

.stat {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  background: var(--white);
  box-shadow: var(--surface-shadow);
}

.stats-band {
  gap: 1px;
  padding: 1px;
}

.category-guide,
body[data-page="wholesale"] .category-guide {
  gap: 34px;
}

.guide-card,
body[data-page="wholesale"] .guide-card {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  background: var(--white);
  box-shadow: var(--surface-shadow);
  min-height: 220px;
  padding: 24px 132px 24px 24px;
  cursor: pointer;
}

.guide-thumb,
body[data-page="wholesale"] .guide-thumb {
  width: 112px;
  height: auto;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
}

.guide-card::after,
body[data-page="wholesale"] .guide-card::after {
  border-radius: 10px;
  background: var(--guide-image) center / cover, var(--paper-strong);
  color: var(--muted);
}

.guide-card h3,
body[data-page="wholesale"] .guide-card h3,
.product-title,
.price,
.contact-list strong,
.catalog-meta span:first-child,
.stat strong,
.stat span {
  color: var(--ink);
}

.guide-number,
.guide-examples,
body[data-page="wholesale"] .guide-examples,
.product-meta,
.catalog-meta,
.old-price,
.price-note,
.section-head > p,
.quote-copy p {
  color: var(--muted);
}

.product-grid {
  gap: 54px 28px;
}

.product-card {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  background: var(--white);
  box-shadow: var(--surface-shadow);
}

.product-card:hover,
.product-card.is-editable:hover {
  transform: translateY(-2px);
}

.product-image {
  min-height: 0;
  height: auto;
  aspect-ratio: 3 / 4;
  border-radius: 12px 12px 0 0;
  background-size: cover;
  background-position: center;
}

.product-card img,
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-body {
  padding: 20px;
}

.product-image::after,
.badge,
.admin-edit-btn {
  border-radius: 8px;
}

.badge {
  background: var(--paper);
  color: var(--ink);
}

.filter-chip {
  border-color: var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--muted);
}

.filter-chip.active,
.filter-chip:hover {
  background: var(--ink);
  color: var(--white);
}

.filter-chip span {
  background: rgba(28, 26, 25, 0.06);
  color: inherit;
}

.search-box input,
.lead-form input,
.lead-form select,
.lead-form textarea,
.auth-form input,
.admin-login input,
.admin-fields input,
.edit-fields input,
.edit-fields select {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--text);
  padding-right: 14px;
  padding-left: 14px;
}

.search-box input:focus,
.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus,
.auth-form input:focus,
.admin-login input:focus,
.admin-fields input:focus,
.edit-fields input:focus,
.edit-fields select:focus {
  border-color: rgba(28, 26, 25, 0.32);
}

.lead-form,
.auth-panel,
.admin-panel,
.product-detail-modal,
.product-edit-modal,
.signed-card,
.edit-card,
.lead-card {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  background: var(--white);
  box-shadow: var(--surface-shadow);
}

.lead-form {
  padding: 28px;
}

.contact-list a,
.detail-specs div,
.lead-card pre {
  border-bottom-color: var(--line);
}

.quote-layout,
body[data-page="wholesale"] .quote-layout {
  border-radius: 12px;
}

.site-footer,
.quote-bar {
  background: var(--ink);
  color: var(--white);
}

:root[data-theme="dark"] {
  color-scheme: dark;
  --ink: #e0e0e0;
  --text: #d4d4d4;
  --muted: #9a9692;
  --paper: #121110;
  --paper-strong: #171514;
  --white: #1c1a19;
  --line: rgba(224, 224, 224, 0.1);
  --green: #e0e0e0;
  --green-dark: #e0e0e0;
  --red: #e0e0e0;
  --amber: #e0e0e0;
  --blue: #e0e0e0;
  --violet: #e0e0e0;
  --shadow: none;
  --surface-shadow: none;
  --header-bg: rgba(18, 17, 16, 0.92);
  --soft-line: rgba(224, 224, 224, 0.1);
  --solid-btn: #e0e0e0;
}

:root[data-theme="dark"] body {
  background: var(--paper);
  color: var(--text);
}

:root[data-theme="dark"] .site-header {
  background: var(--header-bg);
  border-color: var(--line);
}

:root[data-theme="dark"] .brand strong,
:root[data-theme="dark"] .main-nav a.active,
:root[data-theme="dark"] h1,
:root[data-theme="dark"] h2,
:root[data-theme="dark"] h3,
:root[data-theme="dark"] .product-title,
:root[data-theme="dark"] .price,
:root[data-theme="dark"] .catalog-meta span:first-child,
:root[data-theme="dark"] .contact-list strong,
:root[data-theme="dark"] .detail-specs dd,
:root[data-theme="dark"] .signed-card > strong,
:root[data-theme="dark"] .stat strong {
  color: var(--ink);
}

:root[data-theme="dark"] .brand small,
:root[data-theme="dark"] .main-nav,
:root[data-theme="dark"] .eyebrow,
:root[data-theme="dark"] .product-store,
:root[data-theme="dark"] .guide-number,
:root[data-theme="dark"] .guide-examples,
:root[data-theme="dark"] .catalog-meta,
:root[data-theme="dark"] .product-meta,
:root[data-theme="dark"] .quote-copy p,
:root[data-theme="dark"] .section-head > p,
:root[data-theme="dark"] .old-price,
:root[data-theme="dark"] .price-note,
:root[data-theme="dark"] .contact-list span,
:root[data-theme="dark"] .detail-specs dt,
:root[data-theme="dark"] .stat span {
  color: var(--muted);
}

:root[data-theme="dark"] .catalog-page-hero,
:root[data-theme="dark"] .directions-section,
:root[data-theme="dark"] .quote-section {
  background: var(--paper);
}

:root[data-theme="dark"] .stats-band,
:root[data-theme="dark"] .catalog-section {
  background: var(--paper-strong);
}

:root[data-theme="dark"] main > section,
:root[data-theme="dark"] .section-head,
:root[data-theme="dark"] .stats-band,
:root[data-theme="dark"] .catalog-section,
:root[data-theme="dark"] .quote-section {
  border-color: var(--line);
}

:root[data-theme="dark"] .stat,
:root[data-theme="dark"] .guide-card,
:root[data-theme="dark"] .product-card,
:root[data-theme="dark"] .lead-form,
:root[data-theme="dark"] .auth-panel,
:root[data-theme="dark"] .admin-panel,
:root[data-theme="dark"] .product-detail-modal,
:root[data-theme="dark"] .product-edit-modal,
:root[data-theme="dark"] .signed-card,
:root[data-theme="dark"] .edit-card,
:root[data-theme="dark"] .lead-card,
:root[data-theme="dark"] .search-box input,
:root[data-theme="dark"] .lead-form input,
:root[data-theme="dark"] .lead-form select,
:root[data-theme="dark"] .lead-form textarea,
:root[data-theme="dark"] .auth-form input,
:root[data-theme="dark"] .admin-login input,
:root[data-theme="dark"] .admin-fields input,
:root[data-theme="dark"] .edit-fields input,
:root[data-theme="dark"] .edit-fields select {
  border-color: var(--line);
  background: var(--white);
  color: var(--text);
  box-shadow: none;
}

:root[data-theme="dark"] .brand-mark,
:root[data-theme="dark"] .header-cta,
:root[data-theme="dark"] .primary-btn,
:root[data-theme="dark"] .add-btn,
:root[data-theme="dark"] .filter-chip.active,
:root[data-theme="dark"] .filter-chip:hover {
  background: var(--ink);
  color: #121110;
}

:root[data-theme="dark"] .header-cta:hover,
:root[data-theme="dark"] .primary-btn:hover,
:root[data-theme="dark"] .add-btn:hover,
:root[data-theme="dark"] .add-btn.added {
  background: var(--ink);
  color: #121110;
  opacity: 0.82;
}

:root[data-theme="dark"] .secondary-btn,
:root[data-theme="dark"] .icon-btn,
:root[data-theme="dark"] .detail-link,
:root[data-theme="dark"] .theme-toggle,
:root[data-theme="dark"] .auth-link,
:root[data-theme="dark"] .filter-chip {
  border-color: var(--line);
  background: var(--white);
  color: var(--text);
}

:root[data-theme="dark"] .theme-toggle-track {
  background: #2a2724;
}

:root[data-theme="dark"] .theme-toggle-track::before,
:root[data-theme="dark"] .theme-toggle-track::after {
  background: #9d948c;
}

:root[data-theme="dark"] .theme-toggle-knob,
:root[data-theme="dark"] .badge,
:root[data-theme="dark"] .auth-link.admin-active {
  background: var(--ink);
  color: #121110;
}

:root[data-theme="dark"] .product-image::after,
:root[data-theme="dark"] .admin-edit-btn {
  background: rgba(18, 17, 16, 0.72);
  color: var(--ink);
}

:root[data-theme="dark"] .site-footer,
:root[data-theme="dark"] .quote-bar {
  background: #0c0b0a;
  color: var(--ink);
}

:root[data-theme="dark"] .footer-layout span,
:root[data-theme="dark"] .footer-layout a,
:root[data-theme="dark"] .quote-bar span {
  color: var(--muted);
}

@media (max-width: 1080px) {
  .product-grid {
    gap: 42px 22px;
  }
}

@media (max-width: 760px) {
  .stats-band {
    gap: 8px;
    padding: 8px;
  }

  .product-body {
    padding: 18px;
  }

  .lead-form {
    padding: 22px;
  }
}

body[data-page="dr-mix"] {
  --dr-accent: #7b6f60;
  --dr-accent-strong: #4d4036;
  --dr-warm: #c28f58;
  --dr-cream: #f8efe3;
  --dr-cream-strong: #eee0cf;
  --page-progress: 0;
  --hero-x: 0;
  --hero-y: 0;
  --hero-tilt: 0deg;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.86), transparent 24rem),
    radial-gradient(circle at 86% 10%, rgba(214, 184, 145, 0.24), transparent 28rem),
    linear-gradient(180deg, #f8efe3 0%, #f3e6d6 520px, #f7efe5 100%);
}

body[data-page="dr-mix"] .theme-toggle {
  display: none;
}

body[data-page="dr-mix"] .site-header {
  border-color: rgba(77, 64, 54, 0.11);
  background: rgba(248, 239, 227, 0.94);
  backdrop-filter: blur(18px);
}

.dr-scroll-progress {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 140;
  height: 3px;
  background: rgba(77, 64, 54, 0.1);
  pointer-events: none;
}

.dr-scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #d6b891, #7b6f60);
  transform: scaleX(var(--page-progress, 0));
  transform-origin: 0 50%;
}

body[data-page="dr-mix"] .brand-mark {
  background: var(--dr-accent);
  color: #ffffff;
}

body[data-page="dr-mix"] .eyebrow {
  color: var(--dr-accent-strong);
}

body[data-page="dr-mix"] .dr-hero .eyebrow {
  display: inline-flex;
  width: fit-content;
  border: 1px solid rgba(77, 64, 54, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  padding: 7px 10px;
  font-size: 0.76rem;
  line-height: 1;
}

body[data-page="dr-mix"] .primary-btn,
body[data-page="dr-mix"] .header-cta {
  position: relative;
  overflow: hidden;
  background: var(--dr-accent);
  color: #ffffff;
}

body[data-page="dr-mix"] .primary-btn::after,
body[data-page="dr-mix"] .header-cta::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.28) 45%, transparent 72%);
  content: "";
  transform: translateX(-130%);
  animation: dr-cta-sheen 4.8s ease-in-out infinite;
  pointer-events: none;
}

body[data-page="dr-mix"] .primary-btn:hover,
body[data-page="dr-mix"] .header-cta:hover {
  background: var(--dr-accent-strong);
  color: #ffffff;
}

body[data-page="dr-mix"] .secondary-btn {
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
}

body[data-page="dr-mix"] .dr-catalog-link {
  border-color: rgba(77, 64, 54, 0.18);
  background: rgba(255, 255, 255, 0.82);
  color: var(--dr-accent-strong);
}

body[data-page="dr-mix"] .dr-catalog-link:hover {
  border-color: rgba(77, 64, 54, 0.28);
  background: #ffffff;
  color: var(--ink);
}

.dr-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  padding: 82px 0 38px;
}

.dr-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 74% 18%, rgba(214, 184, 145, 0.34), transparent 32rem),
    linear-gradient(110deg, rgba(255, 252, 247, 0.82), transparent 54%);
  background-position:
    calc(50% + var(--hero-x, 0) * 10px) calc(50% + var(--hero-y, 0) * 8px),
    0 0;
  content: "";
  transition: background-position 280ms ease;
}

.dr-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.62), transparent),
    linear-gradient(180deg, transparent, rgba(194, 143, 88, 0.08));
  content: "";
  opacity: 0.66;
  transform: translateX(calc((var(--page-progress, 0) - 0.5) * 24%));
  pointer-events: none;
}

.dr-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: 54px;
  align-items: center;
}

.dr-hero-copy h1 {
  max-width: 820px;
  margin-bottom: 18px;
  font-size: clamp(3.2rem, 7vw, 5.7rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.dr-hero-copy,
.dr-product-stage,
.dr-split > *,
.dr-two-column > *,
.dr-card,
.dr-feature,
.dr-problem-grid article,
.dr-kit-list span {
  min-width: 0;
}

.dr-hero-copy > p {
  max-width: 560px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: clamp(1.18rem, 2.4vw, 1.65rem);
  font-weight: 800;
  line-height: 1.25;
}

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

.dr-proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}

.dr-proof-strip span {
  border: 1px solid rgba(77, 64, 54, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  padding: 9px 11px;
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 900;
  box-shadow: 0 10px 28px rgba(16, 24, 40, 0.06);
}

.dr-market-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 190px));
  gap: 10px;
  margin-top: 18px;
}

.dr-market-links a {
  display: grid;
  gap: 4px;
  min-width: 0;
  border: 1px solid transparent;
  border-radius: 8px;
  background: #ffffff;
  padding: 12px 14px;
  box-shadow: 0 18px 42px rgba(16, 24, 40, 0.12);
  transition:
    box-shadow 180ms ease,
    transform 180ms ease;
}

.dr-market-links a:hover {
  box-shadow: 0 22px 52px rgba(16, 24, 40, 0.18);
  transform: translateY(-2px);
}

.dr-market-links .marketplace-ozon {
  background: linear-gradient(135deg, #005bff 0%, #0094ff 100%);
  box-shadow: 0 18px 44px rgba(0, 91, 255, 0.28);
}

.dr-market-links .marketplace-wb {
  background: linear-gradient(135deg, #cb11ab 0%, #7a1fc2 100%);
  box-shadow: 0 18px 44px rgba(203, 17, 171, 0.26);
}

.dr-market-links span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.dr-market-links strong {
  color: #ffffff;
  font-size: 0.96rem;
}

.dr-market-links.compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 390px;
  margin-top: 20px;
}

.dr-market-bottom {
  border-top: 1px solid rgba(77, 64, 54, 0.1);
  background: #f8efe3;
  padding: 28px 0 38px;
}

.dr-payment-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  max-width: 760px;
  margin-bottom: 34px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(77, 64, 54, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 250, 244, 0.86)),
    var(--white);
  padding: 20px;
  box-shadow: 0 28px 80px rgba(77, 64, 54, 0.12);
}

.dr-payment-auth {
  display: grid;
  gap: 16px;
  min-width: 0;
  padding: 10px;
}

.dr-payment-auth[hidden],
.dr-payment-form[hidden] {
  display: none;
}

.dr-payment-auth h2 {
  max-width: 620px;
  margin: 0;
}

.dr-payment-auth p:not(.eyebrow) {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  font-weight: 760;
  line-height: 1.5;
}

.dr-payment-auth-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.dr-payment-auth-actions a {
  min-width: 0;
}

.dr-payment-copy {
  display: grid;
  gap: 16px;
  min-width: 0;
  padding: 6px 4px 6px 6px;
}

.dr-payment-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.dr-payment-topline .eyebrow {
  margin: 0;
}

.dr-payment-status {
  flex: 0 0 auto;
  border: 1px solid rgba(77, 64, 54, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  padding: 7px 10px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
}

.dr-payment-status.ready {
  color: #0f6f43;
  background: rgba(35, 166, 103, 0.12);
}

.dr-payment-status.error {
  color: #8a1f1f;
  background: rgba(204, 66, 66, 0.12);
}

.dr-payment-card h2 {
  max-width: 620px;
  margin-bottom: 0;
}

.dr-payment-card p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

.dr-payment-summary {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(77, 64, 54, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  padding: 12px;
}

.dr-payment-summary img {
  width: 96px;
  aspect-ratio: 1;
  border-radius: 7px;
  object-fit: cover;
  box-shadow: 0 16px 38px rgba(77, 64, 54, 0.12);
}

.dr-payment-summary div {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.dr-payment-summary span,
.dr-payment-summary small {
  color: var(--muted);
  font-weight: 850;
  line-height: 1.35;
}

.dr-payment-summary span {
  color: var(--ink);
}

.dr-payment-price {
  display: block;
  color: var(--ink);
  font-size: clamp(1.45rem, 2.7vw, 2.35rem);
  line-height: 1;
}

.dr-payment-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dr-payment-points li {
  display: grid;
  gap: 7px;
  min-width: 0;
  border: 1px solid rgba(77, 64, 54, 0.1);
  border-radius: 8px;
  background: rgba(255, 250, 244, 0.72);
  padding: 12px;
}

.dr-payment-points span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
}

.dr-payment-points strong {
  color: var(--ink);
  font-size: 0.96rem;
  line-height: 1.15;
}

.dr-payment-points small {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 720;
  line-height: 1.38;
}

.dr-payment-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  border: 1px solid rgba(77, 64, 54, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 250, 244, 0.76)),
    rgba(255, 255, 255, 0.78);
  padding: 20px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.dr-payment-form-head {
  display: flex;
  grid-column: 1 / -1;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid rgba(77, 64, 54, 0.1);
  padding-bottom: 14px;
}

.dr-payment-form-head div {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.dr-payment-form-head .eyebrow {
  margin: 0;
}

.dr-payment-form label {
  display: grid;
  gap: 7px;
}

.dr-payment-form label span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.dr-payment-form input,
.dr-payment-form select,
.dr-payment-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffaf4;
  padding: 0 13px;
  color: var(--ink);
  font: inherit;
  outline: none;
}

.dr-payment-form textarea {
  min-height: 86px;
  padding-top: 12px;
  resize: vertical;
}

.dr-payment-form input:focus,
.dr-payment-form select:focus,
.dr-payment-form textarea:focus {
  border-color: rgba(77, 64, 54, 0.42);
  box-shadow: 0 0 0 3px rgba(123, 111, 96, 0.12);
}

.dr-payment-form .form-note {
  grid-column: 1 / -1;
  min-height: 42px;
  border-radius: 8px;
  background: rgba(77, 64, 54, 0.06);
  padding: 10px 12px;
  color: var(--muted);
  line-height: 1.4;
}

.dr-payment-form [disabled] {
  cursor: not-allowed;
  opacity: 0.62;
}

.dr-market-head {
  max-width: 720px;
  margin: 0 auto 14px;
}

.dr-market-head h2 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2.35rem);
}

.dr-market-links-bottom {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 720px;
  margin: 0 auto;
}

.dr-market-links-bottom a {
  min-height: 78px;
  align-content: center;
  padding: 16px 18px;
}

.dr-product-stage {
  display: grid;
  min-height: 480px;
  align-items: center;
  gap: 12px;
  perspective: 1200px;
}

.dr-product-card {
  position: relative;
  display: grid;
  min-height: 430px;
  overflow: hidden;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 18%, rgba(214, 184, 145, 0.26), transparent 34%),
    linear-gradient(180deg, #fffaf4, var(--dr-cream-strong));
  box-shadow: var(--surface-shadow);
}

.dr-product-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 8px 10px;
  color: var(--dr-accent-strong);
  font-weight: 900;
}

.dr-product-card p {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
  text-align: center;
}

.dr-device {
  position: relative;
  width: min(230px, 64vw);
  height: 330px;
  border: 1px solid rgba(28, 26, 25, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.18)),
    linear-gradient(180deg, #f8f8f6, #d8dedb);
  box-shadow: 0 22px 54px rgba(28, 26, 25, 0.16);
}

.dr-device::before,
.dr-device::after,
.dr-device-tank,
.dr-device-panel,
.dr-device-cup {
  position: absolute;
  display: block;
  content: "";
}

.dr-device::before {
  top: -34px;
  left: 44px;
  width: 142px;
  height: 68px;
  border: 1px solid rgba(28, 26, 25, 0.12);
  border-radius: 8px 8px 4px 4px;
  background: rgba(255, 255, 255, 0.86);
}

.dr-device::after {
  right: 48px;
  bottom: 84px;
  left: 48px;
  height: 12px;
  border-radius: 8px;
  background: var(--dr-accent);
}

.dr-device-tank {
  top: 48px;
  left: 44px;
  width: 142px;
  height: 92px;
  border: 1px solid rgba(21, 94, 81, 0.18);
  border-radius: 8px;
  background: rgba(231, 243, 240, 0.86);
}

.dr-device-panel {
  top: 165px;
  left: 64px;
  width: 102px;
  height: 66px;
  border-radius: 8px;
  background: #1c1a19;
}

.dr-device-cup {
  right: 72px;
  bottom: 24px;
  width: 86px;
  height: 72px;
  border: 1px solid rgba(28, 26, 25, 0.14);
  border-radius: 8px 8px 18px 18px;
  background: rgba(255, 255, 255, 0.72);
}

.dr-metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 44px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.dr-metric {
  min-height: 118px;
  border-right: 1px solid var(--line);
  padding: 22px;
}

.dr-metric:last-child {
  border-right: 0;
}

.dr-metric strong,
.dr-metric span {
  display: block;
}

.dr-metric strong {
  color: var(--ink);
  font-size: 2rem;
  line-height: 1;
}

.dr-metric span {
  margin-top: 10px;
  color: var(--muted);
  font-weight: 800;
}

.dr-section {
  border-bottom: 1px solid var(--line);
}

.dr-card-grid,
.dr-feature-grid,
.dr-problem-grid,
.dr-use-case-grid {
  display: grid;
  gap: 16px;
}

.dr-card-grid {
  grid-template-columns: repeat(2, 1fr);
}

.dr-card-grid.three {
  grid-template-columns: repeat(3, 1fr);
}

.dr-card,
.dr-feature,
.dr-problem-grid article,
.dr-use-case-card,
.dr-spec-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 24px;
  box-shadow: var(--surface-shadow);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.dr-card:hover,
.dr-feature:hover,
.dr-problem-grid article:hover,
.dr-use-case-card:hover,
.dr-spec-panel:hover {
  border-color: rgba(44, 122, 107, 0.26);
  box-shadow: 0 22px 62px rgba(16, 24, 40, 0.12);
  transform: translateY(-3px);
}

.dr-card-number {
  display: block;
  margin-bottom: 42px;
  color: var(--dr-accent-strong);
  font-size: 0.86rem;
  font-weight: 900;
}

.dr-card p,
.dr-feature p,
.dr-lead {
  color: var(--muted);
  line-height: 1.65;
}

.dr-card.compact {
  min-height: 188px;
}

.dr-split,
.dr-two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1fr);
  gap: 44px;
  align-items: start;
}

.dr-lead {
  max-width: 620px;
  margin-top: 18px;
  font-size: 1.04rem;
}

.dr-specs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 0;
}

.dr-specs div {
  border-radius: 8px;
  background: var(--paper);
  padding: 18px;
}

.dr-specs dt {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.dr-specs dd {
  margin: 0;
  color: var(--ink);
  font-size: 1.42rem;
  font-weight: 900;
}

.dr-feature-grid {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 28px;
}

.dr-two-column {
  align-items: center;
}

.dr-list {
  display: grid;
  counter-reset: dr-list;
  gap: 12px;
}

.dr-list p {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(77, 64, 54, 0.12);
  border-left: 4px solid var(--dr-accent);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(123, 111, 96, 0.08), transparent 42%),
    var(--white);
  padding: 16px 18px;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.5;
  box-shadow: 0 14px 38px rgba(77, 64, 54, 0.06);
}

.dr-list p::before {
  counter-increment: dr-list;
  content: counter(dr-list, decimal-leading-zero);
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 8px;
  background: var(--dr-accent);
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 900;
}

.dr-list p:nth-child(even) {
  border-left-color: var(--dr-warm);
  background:
    linear-gradient(90deg, rgba(194, 143, 88, 0.1), transparent 42%),
    #fffaf4;
}

.dr-problem-section {
  background: var(--paper-strong);
}

.dr-problem-grid {
  grid-template-columns: repeat(4, 1fr);
}

.dr-problem-grid article {
  min-height: 194px;
}

.dr-problem-grid span,
.dr-problem-grid strong {
  display: block;
}

.dr-problem-grid span {
  margin-bottom: 28px;
  color: var(--dr-warm);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.dr-problem-grid strong {
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.45;
}

.dr-use-cases-section {
  background: var(--paper);
}

.dr-use-case-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.dr-use-case-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 238px;
  overflow: hidden;
  border-color: rgba(77, 64, 54, 0.14);
  background:
    linear-gradient(135deg, rgba(123, 111, 96, 0.09), transparent 46%),
    #ffffff;
}

.dr-use-case-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--dr-accent);
  content: "";
}

.dr-use-case-card:nth-child(3n + 2) {
  background:
    linear-gradient(135deg, rgba(194, 143, 88, 0.12), transparent 48%),
    #fffaf4;
}

.dr-use-case-card:nth-child(3n) {
  background:
    linear-gradient(135deg, rgba(44, 122, 107, 0.08), transparent 48%),
    #ffffff;
}

.dr-use-case-card:nth-child(3n + 2)::before {
  background: var(--dr-warm);
}

.dr-use-case-card:nth-child(3n)::before {
  background: #2c7a6b;
}

.dr-use-case-card span {
  display: grid;
  width: 44px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(77, 64, 54, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--dr-accent-strong);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 10px 26px rgba(77, 64, 54, 0.08);
}

.dr-use-case-card h3 {
  max-width: 520px;
  color: var(--ink);
  font-size: 1.12rem;
  line-height: 1.35;
}

.dr-use-case-card p {
  color: var(--muted);
  line-height: 1.62;
}

.dr-kit-section {
  background:
    linear-gradient(90deg, rgba(44, 122, 107, 0.08), transparent),
    var(--paper);
}

.dr-kit-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.dr-kit-list span {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 14px 16px;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.35;
}

body[data-page="dr-mix"] .dr-contact-section {
  background: var(--paper);
}

body[data-page="dr-mix"] .quote-layout {
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffaf4;
  padding: 28px;
  box-shadow: 0 18px 50px rgba(77, 64, 54, 0.08);
}

body[data-page="dr-mix"] .quote-copy {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

body[data-page="dr-mix"] .contact-list {
  grid-template-columns: 1fr;
  margin-top: 28px;
}

body[data-page="dr-mix"] .lead-form {
  box-shadow: none;
}

:root[data-theme="dark"] body[data-page="dr-mix"] {
  --ink: #141414;
  --muted: #746f67;
  --paper: #f8efe3;
  --paper-strong: #eee0cf;
  --white: #ffffff;
  --line: rgba(28, 26, 25, 0.12);
  --surface-shadow: 0 20px 60px rgba(16, 24, 40, 0.1);
  --dr-accent: #7b6f60;
  --dr-accent-strong: #4d4036;
  --dr-warm: #c28f58;
  --dr-cream: #f8efe3;
  --dr-cream-strong: #eee0cf;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.86), transparent 24rem),
    radial-gradient(circle at 86% 10%, rgba(214, 184, 145, 0.24), transparent 28rem),
    linear-gradient(180deg, #f8efe3 0%, #f3e6d6 520px, #f7efe5 100%);
  color: var(--ink);
}

:root[data-theme="dark"] body[data-page="dr-mix"] .site-header {
  border-color: var(--line);
  background: rgba(248, 239, 227, 0.94);
  color: var(--ink);
  backdrop-filter: blur(20px);
}

:root[data-theme="dark"] body[data-page="dr-mix"] .brand-mark {
  background: var(--dr-accent);
  color: #ffffff;
}

:root[data-theme="dark"] body[data-page="dr-mix"] .brand strong,
:root[data-theme="dark"] body[data-page="dr-mix"] .main-nav a {
  color: var(--ink);
}

:root[data-theme="dark"] body[data-page="dr-mix"] .primary-btn,
:root[data-theme="dark"] body[data-page="dr-mix"] .header-cta {
  background: var(--dr-accent);
  color: #ffffff;
}

:root[data-theme="dark"] body[data-page="dr-mix"] .primary-btn:hover,
:root[data-theme="dark"] body[data-page="dr-mix"] .header-cta:hover {
  background: var(--dr-accent-strong);
  color: #ffffff;
}

:root[data-theme="dark"] body[data-page="dr-mix"] .secondary-btn {
  border-color: var(--line);
  background: #ffffff;
  color: var(--ink);
}

:root[data-theme="dark"] .dr-card,
:root[data-theme="dark"] .dr-feature,
:root[data-theme="dark"] .dr-problem-grid article,
:root[data-theme="dark"] .dr-use-case-card,
:root[data-theme="dark"] .dr-spec-panel,
:root[data-theme="dark"] .dr-metric-grid,
:root[data-theme="dark"] .dr-kit-list span,
:root[data-theme="dark"] body[data-page="dr-mix"] .quote-layout,
:root[data-theme="dark"] .dr-list p {
  background: var(--white);
  box-shadow: none;
}

:root[data-theme="dark"] .dr-specs div {
  background: var(--paper-strong);
}

:root[data-theme="dark"] .dr-proof-strip span {
  background: var(--white);
}

@media (max-width: 1080px) {
  .dr-hero-inner,
  .dr-split,
  .dr-two-column,
  .dr-video-layout,
  .dr-payment-card {
    grid-template-columns: 1fr;
  }

  .dr-payment-points {
    grid-template-columns: 1fr;
  }

  .dr-product-stage {
    min-height: 420px;
  }

  .dr-metric-grid,
  .dr-feature-grid,
  .dr-problem-grid,
  .dr-use-case-grid,
  .dr-video-grid,
  .dr-infographic-strip .shell {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 760px) {
  body[data-page="dr-mix"] .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px 10px;
    overflow: hidden;
    padding: 14px 16px 12px;
  }

  body[data-page="dr-mix"] .header-actions {
    grid-column: auto;
    display: grid;
    grid-template-columns: minmax(0, 104px);
    gap: 8px;
    max-width: 100%;
  }

  body[data-page="dr-mix"] .auth-link {
    display: none;
  }

  body[data-page="dr-mix"] .header-cta {
    min-width: 0;
    font-size: 0.84rem;
  }

  .dr-payment-card {
    padding: 14px;
  }

  .dr-payment-auth {
    padding: 4px;
  }

  .dr-payment-auth-actions {
    grid-template-columns: 1fr;
  }

  .dr-payment-copy {
    padding: 0;
  }

  .dr-payment-topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .dr-payment-summary {
    grid-template-columns: 78px minmax(0, 1fr);
    padding: 10px;
  }

  .dr-payment-summary img {
    width: 78px;
  }

  .dr-payment-form-head {
    align-items: flex-start;
    flex-direction: column;
  }

  body[data-page="dr-mix"] .dr-catalog-link {
    min-width: 0;
    min-height: 52px;
    padding: 0 10px;
    font-size: 0.76rem;
  }

  body[data-page="dr-mix"] .brand {
    min-width: 0;
  }

  body[data-page="dr-mix"] .brand small {
    display: none;
  }

  body[data-page="dr-mix"] .brand-mark {
    width: 52px;
    height: 52px;
    border-radius: 8px;
  }

  body[data-page="dr-mix"] .main-nav {
    display: none;
  }

  .dr-hero {
    padding: 30px 0 22px;
  }

  .dr-hero-inner {
    gap: 22px;
  }

  .dr-hero-copy h1 {
    max-width: 100%;
    font-size: clamp(2.72rem, 12vw, 3.55rem);
    line-height: 0.98;
    overflow-wrap: anywhere;
  }

  .dr-hero-copy > p {
    max-width: 340px;
    font-size: 1.12rem;
    line-height: 1.32;
  }

  .dr-proof-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 14px;
  }

  .dr-proof-strip span {
    padding: 8px 12px;
    font-size: 0.74rem;
    line-height: 1.2;
    text-align: center;
  }

  .dr-hero-actions,
  .dr-hero-actions .primary-btn,
  .dr-hero-actions .secondary-btn {
    width: 100%;
  }

  .dr-market-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 12px;
  }

  .dr-payment-card {
    gap: 18px;
    margin-bottom: 24px;
    padding: 18px;
  }

  .dr-payment-form {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .dr-market-bottom {
    padding: 14px 0 88px;
  }

  .dr-market-links-bottom {
    margin: 0 auto;
  }

  .dr-market-links a {
    padding: 11px 12px;
  }

  .dr-market-links strong {
    font-size: 0.88rem;
  }

  .dr-product-stage {
    min-height: 360px;
  }

  .dr-product-card {
    min-height: 340px;
  }

  .dr-device {
    width: 178px;
    height: 258px;
  }

  .dr-device::before {
    top: -26px;
    left: 34px;
    width: 110px;
    height: 54px;
  }

  .dr-device-tank {
    top: 38px;
    left: 34px;
    width: 110px;
    height: 70px;
  }

  .dr-device-panel {
    top: 128px;
    left: 49px;
    width: 80px;
    height: 52px;
  }

  .dr-device::after {
    right: 38px;
    bottom: 66px;
    left: 38px;
  }

  .dr-device-cup {
    right: 56px;
    bottom: 18px;
    width: 66px;
    height: 56px;
  }

  .dr-metric-grid,
  .dr-card-grid,
  .dr-feature-grid,
  .dr-problem-grid,
  .dr-use-case-grid,
  .dr-kit-list,
  .dr-specs {
    grid-template-columns: 1fr;
  }

  .dr-metric {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .dr-metric:last-child {
    border-bottom: 0;
  }

  .dr-card,
  .dr-feature,
  .dr-problem-grid article,
  .dr-use-case-card,
  .dr-spec-panel {
    padding: 20px;
  }

  .dr-card-number {
    margin-bottom: 26px;
  }

  .dr-problem-grid article {
    min-height: 0;
  }

  .dr-use-case-card {
    min-height: 0;
  }

  body[data-page="dr-mix"] .quote-layout {
    padding: 18px;
  }
}

body[data-page="dr-mix"][data-motion-ready="true"] [data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 720ms ease,
    transform 720ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

body[data-page="dr-mix"][data-motion-ready="true"] [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

body[data-page="dr-mix"] .dr-photo-card {
  isolation: isolate;
  min-height: 520px;
  padding: 0;
  background: #fffaf4;
  transform:
    translate3d(calc(var(--hero-x, 0) * 10px), calc(var(--hero-y, 0) * 8px), 0)
    rotateZ(var(--hero-tilt, 0deg));
  transform-origin: 50% 80%;
  transition: transform 260ms ease;
  will-change: transform;
}

body[data-page="dr-mix"] .dr-photo-card::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 42%),
    radial-gradient(circle at 50% 28%, rgba(214, 184, 145, 0.2), transparent 38%);
  background-position: 0 0, 50% 28%;
  content: "";
  animation: dr-product-light 7s ease-in-out infinite;
  pointer-events: none;
}

body[data-page="dr-mix"] .dr-photo-card img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: contain;
  object-position: 50% 50%;
  transform: scale(1.04) translate3d(calc(var(--hero-x, 0) * -7px), calc(var(--hero-y, 0) * -5px), 0);
  transition: transform 260ms ease;
  will-change: transform;
}

body[data-page="dr-mix"] .dr-photo-card .dr-product-badge {
  z-index: 2;
}

.dr-hero-chips {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: flex;
  gap: 8px;
}

.dr-hero-chips span {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(28, 26, 25, 0.52);
  padding: 8px 10px;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 900;
  backdrop-filter: blur(14px);
  transform: translateY(calc(var(--hero-y, 0) * -5px));
  transition: transform 260ms ease;
}

.dr-video-section {
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.72), transparent 28rem),
    #f3e6d6;
}

.dr-video-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(360px, 1fr);
  gap: 34px;
  align-items: center;
}

.dr-video-frame {
  position: relative;
  overflow: hidden;
  width: min(100%, 420px);
  justify-self: end;
  border: 1px solid rgba(77, 64, 54, 0.12);
  border-radius: 8px;
  background: #fffaf4;
  box-shadow: 0 22px 62px rgba(77, 64, 54, 0.1);
}

.dr-video-frame video,
.dr-video-card video {
  display: block;
  width: 100%;
  background: #111111;
}

.dr-video-frame video {
  aspect-ratio: 9 / 16;
  object-fit: contain;
}

.dr-video-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.dr-video-card {
  overflow: hidden;
  border: 1px solid rgba(77, 64, 54, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(77, 64, 54, 0.08);
}

.dr-video-card video {
  aspect-ratio: 3 / 4;
  object-fit: contain !important;
}

.dr-video-card strong {
  display: block;
  padding: 12px 14px 14px;
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.35;
}

.dr-infographic-strip {
  border-bottom: 1px solid var(--line);
  background: #fffaf4;
  padding: 26px 0;
}

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

.dr-infographic-strip img {
  display: block;
  width: 100%;
  border: 1px solid rgba(77, 64, 54, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(77, 64, 54, 0.08);
}

.dr-story {
  position: relative;
  overflow: clip;
  min-height: 390vh;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 82% 18%, rgba(214, 184, 145, calc(var(--story-glow, 0.22))), transparent 34%),
    radial-gradient(circle at 18% 68%, rgba(194, 143, 88, 0.16), transparent 28%),
    linear-gradient(180deg, #fbf3e8, #efe0cd 48%, #f8efe3);
  color: var(--ink);
}

.dr-story::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(77, 64, 54, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(77, 64, 54, 0.045) 1px, transparent 1px);
  background-size: 58px 58px;
  content: "";
  mask-image: linear-gradient(180deg, transparent, #000 16%, #000 76%, transparent);
  pointer-events: none;
}

.dr-story-billboard {
  position: absolute;
  inset: 2% -4% auto;
  z-index: 0;
  display: grid;
  gap: 0;
  color: rgba(77, 64, 54, 0.08);
  font-size: clamp(5.4rem, 21vw, 22rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.78;
  text-transform: uppercase;
  transform: translateY(calc(var(--story-progress, 0) * -120px));
  pointer-events: none;
}

.dr-story-billboard span:nth-child(2) {
  padding-left: 18vw;
  color: rgba(178, 107, 59, 0.1);
}

.dr-story-billboard span:nth-child(3) {
  padding-left: 7vw;
}

.dr-story-shell {
  position: sticky;
  top: 78px;
  z-index: 2;
  display: grid;
  min-height: calc(100vh - 78px);
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  gap: 44px;
  align-items: center;
  padding: 42px 0;
}

.dr-story-copy {
  display: grid;
  gap: 18px;
}

.dr-story-step {
  max-width: 640px;
  border: 1px solid rgba(44, 122, 107, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  padding: 24px;
  box-shadow: 0 16px 50px rgba(28, 26, 25, 0.06);
  opacity: 0.68;
  transform: translateX(calc((1 - var(--story-progress, 0)) * -10px)) rotate(-0.8deg);
  transition:
    opacity 360ms ease,
    border-color 360ms ease,
    background 360ms ease,
    transform 360ms ease;
}

.dr-story-step.active {
  border-color: rgba(44, 122, 107, 0.42);
  background: rgba(255, 255, 255, 0.9);
  opacity: 1;
  transform: translateX(0) rotate(0deg) scale(1.025);
}

.dr-story-step:nth-child(2n) {
  transform: translateX(calc((1 - var(--story-progress, 0)) * -10px)) rotate(0.8deg);
}

.dr-story-step:nth-child(2n).active {
  transform: translateX(0) rotate(0deg) scale(1.025);
}

.dr-story-step span {
  display: block;
  margin-bottom: 14px;
  color: var(--dr-accent-strong);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.dr-story-step h2 {
  max-width: 540px;
  margin-bottom: 12px;
  color: var(--ink);
  font-size: clamp(1.74rem, 4vw, 3rem);
}

.dr-story-step p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.dr-story-visual {
  min-width: 0;
}

.dr-phone-frame {
  position: relative;
  overflow: hidden;
  width: min(100%, 540px);
  margin-left: auto;
  border: 1px solid rgba(44, 122, 107, 0.14);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 28px 90px rgba(28, 26, 25, 0.16);
  transform: translateY(calc(var(--story-progress, 0) * -18px)) rotate(calc((var(--story-progress, 0) - 0.5) * 2deg));
  transition: transform 220ms ease;
}

.dr-phone-frame::before {
  position: absolute;
  inset: 14px;
  z-index: 4;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 8px;
  content: "";
  pointer-events: none;
}

.dr-photo-stack {
  position: relative;
  aspect-ratio: 5 / 7;
}

.dr-photo-stack img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #ffffff;
  object-position: 50% 50%;
  opacity: 0;
  transform: scale(1.08);
  transition:
    opacity 520ms ease,
    transform 820ms ease;
}

.dr-photo-stack img.active {
  opacity: 1;
  transform: scale(1.01);
}

.dr-mix-overlay {
  position: absolute;
  right: 9%;
  bottom: 18%;
  z-index: 6;
  width: 142px;
  height: 220px;
  pointer-events: none;
}

.dr-live-chip {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(44, 122, 107, 0.82);
  padding: 8px 10px;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 900;
  backdrop-filter: blur(14px);
}

.dr-live-nozzle {
  position: absolute;
  top: 48px;
  left: 56px;
  width: 30px;
  height: 20px;
  border-radius: 0 0 10px 10px;
  background: rgba(28, 26, 25, 0.72);
}

.dr-live-stream {
  position: absolute;
  top: 66px;
  left: 68px;
  width: 7px;
  height: calc(44px + var(--story-progress, 0) * 64px);
  border-radius: 999px;
  background: linear-gradient(180deg, #fff5ce, #f6d57f);
  box-shadow: 0 0 18px rgba(246, 213, 127, 0.68);
  animation: dr-pour-pulse 1.3s ease-in-out infinite;
}

.dr-live-bottle {
  position: absolute;
  right: 20px;
  bottom: 0;
  left: 20px;
  height: 84px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.86);
  border-radius: 14px 14px 24px 24px;
  background: rgba(255, 255, 255, 0.26);
  box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.34);
  backdrop-filter: blur(8px);
}

.dr-live-bottle i {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 245, 206, 0.72), rgba(246, 213, 127, 0.92));
  transform: scaleY(calc(0.28 + var(--story-progress, 0) * 0.58));
  transform-origin: 50% 100%;
}

.dr-scan-line {
  position: absolute;
  top: 14%;
  right: 9%;
  left: 9%;
  z-index: 5;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(118, 199, 184, 0.92), transparent);
  box-shadow: 0 0 22px rgba(118, 199, 184, 0.65);
  transform: translateY(calc(var(--story-progress, 0) * 360px));
}

.dr-photo-caption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 6;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 8px;
  background: rgba(28, 26, 25, 0.56);
  padding: 14px;
  backdrop-filter: blur(16px);
}

.dr-photo-caption strong,
.dr-photo-caption span {
  display: block;
}

.dr-photo-caption strong {
  color: #ffffff;
  font-size: 1rem;
}

.dr-photo-caption span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.dr-mobile-cta {
  display: none;
}

@keyframes dr-cta-sheen {
  0%,
  46% {
    transform: translateX(-130%);
  }

  64%,
  100% {
    transform: translateX(130%);
  }
}

@keyframes dr-product-light {
  0%,
  100% {
    opacity: 0.95;
    background-position: 0 0, 45% 24%;
  }

  50% {
    opacity: 1;
    background-position: 0 0, 58% 30%;
  }
}

@keyframes dr-pour-pulse {
  0%,
  100% {
    opacity: 0.72;
    transform: scaleY(0.92);
  }

  50% {
    opacity: 1;
    transform: scaleY(1.04);
  }
}

@media (max-width: 1080px) {
  .dr-story {
    min-height: auto;
    padding: 72px 0;
  }

  .dr-story-shell {
    position: relative;
    top: auto;
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 0;
  }

  .dr-phone-frame {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 760px) {
  body[data-page="dr-mix"] {
    padding-bottom: 76px;
  }

  body[data-page="dr-mix"] .site-header {
    position: relative;
  }

  body[data-page="dr-mix"] .brand small {
    font-size: 0.76rem;
  }

  body[data-page="dr-mix"] .main-nav {
    justify-content: flex-start;
  }

  body[data-page="dr-mix"] .main-nav a[href="#contacts"] {
    display: none;
  }

  body[data-page="dr-mix"] .dr-hero {
    padding-top: 24px;
  }

  body[data-page="dr-mix"] .dr-hero-copy h1 {
    font-size: clamp(2.72rem, 12vw, 3.55rem);
    line-height: 1;
  }

  body[data-page="dr-mix"] .dr-hero-copy > p:not(.eyebrow) {
    max-width: 94%;
    font-size: 1.02rem;
    line-height: 1.62;
  }

  body[data-page="dr-mix"] .dr-product-stage {
    min-height: 0;
  }

  body[data-page="dr-mix"] .dr-photo-card {
    min-height: 365px;
  }

  body[data-page="dr-mix"] .dr-photo-card img {
    min-height: 365px;
    object-position: 47% 50%;
  }

  .dr-hero-chips {
    top: 12px;
    right: 12px;
  }

  .dr-video-layout {
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: start;
  }

  .dr-video-layout > * {
    min-width: 0;
  }

  .dr-video-frame {
    width: min(100%, 360px);
    justify-self: center;
  }

  .dr-video-grid,
  .dr-infographic-strip .shell {
    grid-template-columns: 1fr;
  }

  .dr-video-frame video {
    aspect-ratio: 9 / 16;
  }

  body[data-page="dr-mix"] .dr-metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
  }

  body[data-page="dr-mix"] .dr-metric {
    min-height: 104px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 16px;
  }

  body[data-page="dr-mix"] .dr-metric:nth-child(2n) {
    border-right: 0;
  }

  body[data-page="dr-mix"] .dr-metric:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  body[data-page="dr-mix"] .dr-metric strong {
    font-size: 1.55rem;
  }

  .dr-story {
    padding: 54px 0;
  }

  .dr-story-billboard {
    top: 2%;
    font-size: clamp(4.7rem, 28vw, 7.8rem);
    line-height: 0.86;
  }

  .dr-story-billboard span:nth-child(2),
  .dr-story-billboard span:nth-child(3) {
    padding-left: 0;
  }

  .dr-story-copy {
    gap: 12px;
  }

  .dr-story-step {
    padding: 18px;
    opacity: 1;
    transform: none;
  }

  .dr-story-step.active,
  .dr-story-step:nth-child(2n),
  .dr-story-step:nth-child(2n).active {
    transform: none;
  }

  .dr-story-step h2 {
    font-size: 1.62rem;
  }

  .dr-story-step p {
    font-size: 0.98rem;
  }

  .dr-story-visual {
    order: -1;
  }

  .dr-photo-stack {
    aspect-ratio: 3 / 4.2;
  }

  .dr-photo-stack img {
    opacity: 1;
    transform: none;
  }

  .dr-photo-stack img:not(.active) {
    opacity: 0;
  }

  .dr-scan-line {
    display: none;
  }

  .dr-photo-caption {
    right: 14px;
    bottom: 14px;
    left: 14px;
    align-items: start;
    flex-direction: column;
  }

  .dr-mix-overlay {
    right: 6%;
    bottom: 14%;
    width: 116px;
    height: 180px;
    transform: scale(0.9);
    transform-origin: 100% 100%;
  }

  .dr-mobile-cta {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 80;
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: var(--dr-accent);
    color: #ffffff;
    font-weight: 900;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.36);
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="dr-mix"][data-motion-ready="true"] [data-reveal],
  .dr-story-step,
  .dr-photo-stack img,
  body[data-page="dr-mix"] .primary-btn::after,
  body[data-page="dr-mix"] .header-cta::after,
  body[data-page="dr-mix"] .dr-photo-card::after,
  .dr-live-stream {
    animation: none;
    opacity: 1;
    transform: none;
    transition: none;
  }
}

body[data-page="scout-mini"] {
  --scout-bg: #070809;
  --scout-panel: rgba(19, 21, 22, 0.88);
  --scout-panel-strong: #111315;
  --scout-graphite: #1a1d1f;
  --scout-steel: #8d9290;
  --scout-muted: #a3a09a;
  --scout-line: rgba(230, 225, 215, 0.12);
  --scout-orange: #d98a3d;
  --scout-orange-strong: #f2a24c;
  --page-progress: 0;
  --hero-x: 0;
  --hero-y: 0;
  --hero-tilt: 0deg;
  background:
    radial-gradient(circle at 74% 8%, rgba(217, 138, 61, 0.14), transparent 30rem),
    radial-gradient(circle at 18% 28%, rgba(140, 146, 144, 0.12), transparent 28rem),
    linear-gradient(180deg, #08090a 0%, #0d0f10 48%, #070809 100%);
  color: #f1eee8;
}

body[data-page="scout-mini"] .theme-toggle {
  display: none;
}

body[data-page="scout-mini"] .site-header {
  border-color: rgba(230, 225, 215, 0.09);
  background: rgba(7, 8, 9, 0.78);
  color: #f1eee8;
  backdrop-filter: blur(22px);
}

body[data-page="scout-mini"] .brand {
  min-width: 220px;
}

body[data-page="scout-mini"] .brand-mark {
  border: 1px solid rgba(217, 138, 61, 0.34);
  background: linear-gradient(145deg, #1b1e20, #0a0b0c);
  color: var(--scout-orange-strong);
  box-shadow: 0 0 28px rgba(217, 138, 61, 0.18);
}

body[data-page="scout-mini"] .brand small,
body[data-page="scout-mini"] .main-nav {
  color: rgba(241, 238, 232, 0.62);
}

body[data-page="scout-mini"] .main-nav a.active,
body[data-page="scout-mini"] .main-nav a:hover {
  color: #ffffff;
}

body[data-page="scout-mini"] .eyebrow {
  color: var(--scout-orange-strong);
}

body[data-page="scout-mini"] .primary-btn,
body[data-page="scout-mini"] .header-cta {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(242, 162, 76, 0.44);
  background: linear-gradient(135deg, #d98a3d, #a95d27);
  color: #11100e;
  box-shadow: 0 18px 46px rgba(217, 138, 61, 0.22);
}

body[data-page="scout-mini"] .primary-btn::after,
body[data-page="scout-mini"] .header-cta::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.3) 44%, transparent 72%);
  content: "";
  transform: translateX(-130%);
  animation: dr-cta-sheen 5.2s ease-in-out infinite;
  pointer-events: none;
}

body[data-page="scout-mini"] .primary-btn:hover,
body[data-page="scout-mini"] .header-cta:hover {
  background: linear-gradient(135deg, #f0a151, #c77430);
  color: #080706;
}

:root[data-theme="dark"] body[data-page="scout-mini"] .brand-mark {
  border: 1px solid rgba(217, 138, 61, 0.34);
  background: linear-gradient(145deg, #1b1e20, #0a0b0c);
  color: var(--scout-orange-strong);
}

:root[data-theme="dark"] body[data-page="scout-mini"] .primary-btn,
:root[data-theme="dark"] body[data-page="scout-mini"] .header-cta {
  border: 1px solid rgba(242, 162, 76, 0.44);
  background: linear-gradient(135deg, #d98a3d, #a95d27);
  color: #11100e;
}

:root[data-theme="dark"] body[data-page="scout-mini"] .primary-btn:hover,
:root[data-theme="dark"] body[data-page="scout-mini"] .header-cta:hover {
  background: linear-gradient(135deg, #f0a151, #c77430);
  color: #080706;
  opacity: 1;
}

:root[data-theme="dark"] body[data-page="scout-mini"] .secondary-btn {
  border-color: rgba(230, 225, 215, 0.14);
  background: rgba(255, 255, 255, 0.05);
  color: #f1eee8;
}

body[data-page="scout-mini"] .secondary-btn {
  border: 1px solid rgba(230, 225, 215, 0.14);
  background: rgba(255, 255, 255, 0.05);
  color: #f1eee8;
}

body[data-page="scout-mini"] .secondary-btn:hover {
  border-color: rgba(242, 162, 76, 0.34);
  background: rgba(242, 162, 76, 0.1);
}

.scout-scroll-progress {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 140;
  height: 3px;
  background: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.scout-scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #5d6262, var(--scout-orange-strong));
  transform: scaleX(var(--page-progress, 0));
  transform-origin: 0 50%;
}

.scout-hero {
  position: relative;
  min-height: calc(100vh - 76px);
  overflow: hidden;
  border-bottom: 1px solid var(--scout-line);
  padding: 72px 0 42px;
  isolation: isolate;
}

.scout-ambient,
.scout-hero::before,
.scout-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.scout-ambient {
  background:
    radial-gradient(circle at calc(68% + var(--hero-x, 0) * 6%) calc(26% + var(--hero-y, 0) * 4%), rgba(217, 138, 61, 0.2), transparent 26rem),
    radial-gradient(circle at 34% 64%, rgba(255, 255, 255, 0.08), transparent 28rem);
  filter: blur(2px);
  opacity: 0.9;
}

.scout-hero::before {
  background:
    radial-gradient(circle at 68% 20%, rgba(255, 255, 255, 0.08), transparent 24rem),
    radial-gradient(circle at 42% 42%, rgba(141, 146, 144, 0.13), transparent 30rem),
    linear-gradient(90deg, rgba(7, 8, 9, 0.94) 0%, rgba(7, 8, 9, 0.52) 48%, rgba(7, 8, 9, 0.9) 100%);
  opacity: 1;
}

.scout-hero::after {
  inset: auto 0 0;
  height: 28%;
  background: linear-gradient(180deg, transparent, #070809 82%);
}

.scout-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(440px, 1fr);
  gap: 44px;
  align-items: center;
}

.scout-hero-copy,
.scout-product-stage,
.scout-split > *,
.scout-video-layout > *,
.scout-contact-layout > * {
  min-width: 0;
}

.scout-hero-copy .eyebrow {
  display: inline-flex;
  width: fit-content;
  border: 1px solid rgba(242, 162, 76, 0.24);
  border-radius: 8px;
  background: rgba(217, 138, 61, 0.08);
  padding: 7px 10px;
  font-size: 0.76rem;
  line-height: 1;
}

.scout-hero-copy h1 {
  margin: 18px 0 18px;
  color: #ffffff;
  font-size: clamp(4.2rem, 8.6vw, 8.6rem);
  line-height: 0.88;
  letter-spacing: 0;
}

.scout-hero-copy > p {
  max-width: 620px;
  margin: 0 0 20px;
  color: rgba(241, 238, 232, 0.78);
  font-size: clamp(1.08rem, 2vw, 1.48rem);
  font-weight: 800;
  line-height: 1.45;
}

.scout-proof-strip,
.scout-hero-actions,
.scout-contact-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.scout-proof-strip {
  margin-bottom: 22px;
}

.scout-proof-strip span,
.scout-contact-points span {
  border: 1px solid rgba(230, 225, 215, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  padding: 9px 11px;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 900;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.18);
}

.scout-product-stage {
  position: relative;
  display: grid;
  min-height: 620px;
  place-items: center;
  perspective: 1200px;
}

.scout-product-stage::before {
  position: absolute;
  right: 9%;
  bottom: 8%;
  left: 8%;
  height: 22%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(217, 138, 61, 0.34), rgba(0, 0, 0, 0) 68%);
  filter: blur(22px);
  content: "";
}

.scout-product-stage img {
  position: relative;
  width: min(100%, 700px);
  height: 540px;
  object-fit: cover;
  object-position: 50% 50%;
  border: 1px solid rgba(230, 225, 215, 0.1);
  border-radius: 8px;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.56);
  transform:
    translate3d(calc(var(--hero-x, 0) * 12px), calc(var(--hero-y, 0) * 8px), 0)
    rotateZ(var(--hero-tilt, 0deg));
  transition: transform 260ms ease;
  will-change: transform;
}

.scout-metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid var(--scout-line);
  border-radius: 8px;
  background: rgba(12, 14, 15, 0.76);
  backdrop-filter: blur(16px);
}

.scout-metric-grid article {
  min-height: 130px;
  border-right: 1px solid var(--scout-line);
  padding: 22px;
}

.scout-metric-grid article:last-child {
  border-right: 0;
}

.scout-metric-grid strong,
.scout-metric-grid span {
  display: block;
}

.scout-metric-grid strong {
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}

.scout-metric-grid span {
  margin-top: 12px;
  color: rgba(241, 238, 232, 0.64);
  font-weight: 800;
  line-height: 1.45;
}

.scout-section {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--scout-line);
  background:
    radial-gradient(circle at 10% 0%, rgba(217, 138, 61, 0.08), transparent 28rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent);
}

body[data-page="scout-mini"] .section-head h2,
.scout-split h2,
.scout-video-layout h2,
.scout-contact-copy h2 {
  color: #ffffff;
}

.scout-lead,
.scout-benefit-grid p,
.scout-faq-grid p,
.scout-contact-copy p {
  color: rgba(241, 238, 232, 0.68);
  line-height: 1.65;
}

.scout-benefit-grid,
.scout-faq-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.scout-benefit-grid article,
.scout-faq-grid article,
.scout-specs div,
.scout-kit-list span,
.scout-video-grid article {
  border: 1px solid var(--scout-line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
    var(--scout-panel);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
}

.scout-benefit-grid article,
.scout-faq-grid article {
  min-height: 218px;
  padding: 24px;
  transition:
    border-color 220ms ease,
    transform 220ms ease,
    box-shadow 220ms ease;
}

.scout-benefit-grid article:hover,
.scout-faq-grid article:hover {
  border-color: rgba(242, 162, 76, 0.34);
  box-shadow: 0 32px 84px rgba(0, 0, 0, 0.34);
  transform: translateY(-3px);
}

.scout-benefit-grid span {
  display: block;
  margin-bottom: 34px;
  color: var(--scout-orange-strong);
  font-size: 0.86rem;
  font-weight: 900;
}

.scout-benefit-grid h3,
.scout-faq-grid h3 {
  color: #ffffff;
}

.scout-story {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--scout-line);
  background:
    radial-gradient(circle at calc(80% - var(--story-progress, 0) * 20%) 28%, rgba(217, 138, 61, 0.14), transparent 28rem),
    #090a0b;
  padding: 86px 0;
}

.scout-story-mark {
  position: absolute;
  top: 5%;
  left: 50%;
  color: rgba(255, 255, 255, 0.035);
  font-size: clamp(5rem, 16vw, 15rem);
  font-weight: 900;
  line-height: 0.9;
  transform: translateX(-50%);
  white-space: nowrap;
  pointer-events: none;
}

.scout-story-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1fr);
  gap: 50px;
  align-items: center;
}

.scout-story-copy {
  display: grid;
  gap: 14px;
}

.scout-story-step {
  border: 1px solid rgba(230, 225, 215, 0.1);
  border-radius: 8px;
  background: rgba(18, 20, 21, 0.76);
  padding: 24px;
  opacity: 0.48;
  transform: translateX(-10px);
  transition:
    opacity 320ms ease,
    transform 320ms ease,
    border-color 320ms ease,
    background 320ms ease;
}

.scout-story-step.active {
  border-color: rgba(242, 162, 76, 0.34);
  background: rgba(24, 25, 25, 0.92);
  opacity: 1;
  transform: translateX(0);
}

.scout-story-step span {
  display: block;
  margin-bottom: 14px;
  color: var(--scout-orange-strong);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.scout-story-step h2 {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: clamp(1.65rem, 3vw, 2.8rem);
}

.scout-story-step p {
  margin: 0;
  color: rgba(241, 238, 232, 0.68);
  line-height: 1.65;
}

.scout-story-visual {
  position: sticky;
  top: 110px;
  display: grid;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid var(--scout-line);
  border-radius: 8px;
  background: #0c0d0e;
  box-shadow: 0 44px 120px rgba(0, 0, 0, 0.4);
}

.scout-story-visual img {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 0;
  transform: scale(1.04);
  transition:
    opacity 520ms ease,
    transform 840ms ease;
}

.scout-story-visual img.active {
  opacity: 1;
  transform: scale(1);
}

.scout-story-visual::after {
  grid-area: 1 / 1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 38%),
    linear-gradient(0deg, rgba(7, 8, 9, 0.34), transparent 48%);
  content: "";
  pointer-events: none;
}

.scout-scan-line {
  grid-area: 1 / 1;
  z-index: 2;
  width: 100%;
  height: 1px;
  margin-top: calc(18% + var(--story-progress, 0) * 58%);
  background: linear-gradient(90deg, transparent, rgba(242, 162, 76, 0.8), transparent);
  box-shadow: 0 0 22px rgba(242, 162, 76, 0.5);
}

.scout-split,
.scout-video-layout,
.scout-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  gap: 44px;
  align-items: start;
}

.scout-spec-section,
.scout-video-section,
.scout-contact-section {
  background:
    radial-gradient(circle at 84% 10%, rgba(217, 138, 61, 0.12), transparent 25rem),
    #08090a;
}

.scout-specs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0;
}

.scout-specs div {
  position: relative;
  display: grid;
  min-height: 116px;
  align-content: end;
  padding: 18px;
}

.scout-spec-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(242, 162, 76, 0.18);
  border-radius: 8px;
  background: rgba(217, 138, 61, 0.1);
  font-size: 1.05rem;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.scout-specs dt {
  margin-bottom: 8px;
  padding-right: 46px;
  color: rgba(241, 238, 232, 0.54);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.scout-specs dd {
  margin: 0;
  color: #ffffff;
  font-size: 1.22rem;
  font-weight: 900;
  line-height: 1.18;
}

.scout-kit-section {
  background:
    linear-gradient(90deg, rgba(141, 146, 144, 0.08), transparent),
    #0b0c0d;
}

.scout-kit-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.scout-kit-list span {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  color: #f1eee8;
  font-weight: 800;
  line-height: 1.35;
}

.scout-kit-icon {
  flex: 0 0 auto;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(242, 162, 76, 0.16);
  border-radius: 8px;
  background: rgba(217, 138, 61, 0.1);
  font-size: 1rem;
  line-height: 1;
}

.scout-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 290px;
  gap: 14px;
}

.scout-gallery figure {
  position: relative;
  min-width: 0;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--scout-line);
  border-radius: 8px;
  background: #101113;
}

.scout-gallery figure.wide {
  grid-column: span 2;
}

.scout-gallery figure.tall {
  grid-column: span 2;
  grid-row: span 2;
}

.scout-gallery figure.focus-top img {
  object-position: 50% 0%;
}

.scout-gallery img,
.scout-video-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms ease;
}

.scout-gallery figure:hover img {
  transform: scale(1.045);
}

.scout-video-layout {
  align-items: center;
}

.scout-video-frame,
.scout-video-grid article {
  overflow: hidden;
  border: 1px solid var(--scout-line);
  border-radius: 8px;
  background: #101113;
}

.scout-video-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.scout-video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.scout-video-grid video,
.scout-video-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.scout-video-grid strong {
  display: block;
  padding: 16px;
  color: #ffffff;
}

.scout-video-note {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  background:
    radial-gradient(circle at 82% 0%, rgba(217, 138, 61, 0.2), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    #101113;
}

.scout-video-note::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(242, 162, 76, 0.2), transparent 42%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 46px);
  content: "";
  opacity: 0.42;
  pointer-events: none;
}

.scout-video-note > * {
  position: relative;
  z-index: 1;
}

.scout-note-kicker {
  width: fit-content;
  border: 1px solid rgba(242, 162, 76, 0.28);
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--scout-orange-light);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.scout-video-note h3 {
  max-width: 520px;
  margin: 30px 0 12px;
  color: #ffffff;
  font-size: clamp(1.65rem, 3vw, 2.65rem);
  line-height: 1;
}

.scout-video-note p {
  max-width: 560px;
  margin: 0;
  color: rgba(241, 238, 232, 0.72);
  font-weight: 750;
  line-height: 1.55;
}

.scout-note-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 34px;
}

.scout-note-points span {
  min-width: 0;
  border-top: 1px solid rgba(242, 162, 76, 0.28);
  padding-top: 12px;
}

.scout-note-points b,
.scout-note-points small {
  display: block;
}

.scout-note-points b {
  color: #ffffff;
  font-size: 1.02rem;
}

.scout-note-points small {
  margin-top: 5px;
  color: rgba(241, 238, 232, 0.58);
  font-size: 0.78rem;
  font-weight: 750;
  line-height: 1.35;
}

.scout-safety-section {
  background:
    radial-gradient(circle at 18% 10%, rgba(141, 146, 144, 0.1), transparent 24rem),
    #090a0b;
}

.scout-safety-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.scout-safety-list article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  min-width: 0;
  margin: 0;
  border: 1px solid rgba(230, 225, 215, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(217, 138, 61, 0.08), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.035);
  padding: 16px;
}

.scout-safety-list article:first-child {
  grid-column: 1 / -1;
}

.scout-safety-list span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(242, 162, 76, 0.18);
  border-radius: 8px;
  background: rgba(217, 138, 61, 0.1);
  font-size: 1.05rem;
  line-height: 1;
}

.scout-safety-list h3 {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.15;
}

.scout-safety-list p {
  margin: 0;
  color: rgba(241, 238, 232, 0.78);
  font-size: 0.92rem;
  font-weight: 720;
  line-height: 1.42;
}

.scout-faq-grid {
  grid-template-columns: repeat(3, 1fr);
}

.scout-faq-grid article {
  min-height: 190px;
}

.scout-contact-section {
  padding: 86px 0 96px;
}

.scout-contact-layout {
  align-items: stretch;
  border: 1px solid rgba(242, 162, 76, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(217, 138, 61, 0.12), rgba(255, 255, 255, 0.035)),
    rgba(14, 16, 17, 0.92);
  padding: 30px;
  box-shadow: 0 36px 110px rgba(0, 0, 0, 0.34);
}

.scout-contact-copy {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
}

body[data-page="scout-mini"] .lead-form {
  background: rgba(8, 9, 10, 0.62);
  box-shadow: none;
}

body[data-page="scout-mini"] .lead-form label span {
  color: rgba(241, 238, 232, 0.62);
}

body[data-page="scout-mini"] .lead-form input,
body[data-page="scout-mini"] .lead-form select,
body[data-page="scout-mini"] .lead-form textarea {
  border-color: rgba(230, 225, 215, 0.13);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

body[data-page="scout-mini"] .lead-form input::placeholder,
body[data-page="scout-mini"] .lead-form textarea::placeholder {
  color: rgba(241, 238, 232, 0.38);
}

body[data-page="scout-mini"] .lead-form input:focus,
body[data-page="scout-mini"] .lead-form select:focus,
body[data-page="scout-mini"] .lead-form textarea:focus {
  border-color: rgba(242, 162, 76, 0.76);
  box-shadow: 0 0 0 3px rgba(217, 138, 61, 0.14);
}

.scout-mobile-cta {
  display: none;
}

body[data-page="scout-mini"][data-motion-ready="true"] [data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 720ms ease,
    transform 720ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

body[data-page="scout-mini"][data-motion-ready="true"] [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .scout-hero-inner,
  .scout-story-shell,
  .scout-split,
  .scout-video-layout,
  .scout-contact-layout {
    grid-template-columns: 1fr;
  }

  .scout-product-stage {
    min-height: 500px;
  }

  .scout-metric-grid,
  .scout-benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .scout-specs,
  .scout-faq-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .scout-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .scout-story-visual {
    position: relative;
    top: auto;
    min-height: 560px;
  }
}

@media (max-width: 760px) {
  body[data-page="scout-mini"] {
    padding-bottom: 76px;
  }

  body[data-page="scout-mini"] .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    overflow: hidden;
    padding: 14px 16px 12px;
  }

  body[data-page="scout-mini"] .brand {
    min-width: 0;
  }

  body[data-page="scout-mini"] .brand small,
  body[data-page="scout-mini"] .main-nav,
  body[data-page="scout-mini"] .scout-catalog-link {
    display: none;
  }

  body[data-page="scout-mini"] .brand-mark {
    width: 52px;
    height: 52px;
  }

  body[data-page="scout-mini"] .header-actions {
    display: none;
  }

  .scout-hero {
    min-height: auto;
    padding: 34px 0 26px;
  }

  .scout-hero-inner {
    gap: 24px;
  }

  .scout-hero-copy h1 {
    font-size: clamp(3.15rem, 16vw, 4.4rem);
    line-height: 0.94;
    overflow-wrap: anywhere;
  }

  .scout-hero-copy > p {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.56;
  }

  .scout-proof-strip span {
    padding: 8px 10px;
    font-size: 0.74rem;
  }

  .scout-hero-actions,
  .scout-hero-actions .primary-btn,
  .scout-hero-actions .secondary-btn {
    width: 100%;
  }

  .scout-product-stage {
    min-height: 360px;
  }

  .scout-product-stage img {
    width: min(100%, 430px);
    height: 330px;
    object-fit: cover;
    object-position: 50% 50%;
  }

  .scout-metric-grid,
  .scout-benefit-grid,
  .scout-specs,
  .scout-kit-list,
  .scout-faq-grid,
  .scout-safety-list,
  .scout-note-points,
  .scout-video-grid {
    grid-template-columns: 1fr;
  }

  .scout-metric-grid {
    margin-top: 24px;
  }

  .scout-metric-grid article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--scout-line);
    padding: 18px;
  }

  .scout-metric-grid article:last-child {
    border-bottom: 0;
  }

  .scout-benefit-grid article,
  .scout-faq-grid article {
    min-height: 0;
    padding: 20px;
  }

  .scout-benefit-grid span {
    margin-bottom: 22px;
  }

  .scout-story {
    padding: 56px 0;
  }

  .scout-story-mark {
    top: 2%;
    font-size: clamp(4rem, 24vw, 7rem);
  }

  .scout-story-step {
    padding: 18px;
    opacity: 1;
    transform: none;
  }

  .scout-story-step.active {
    transform: none;
  }

  .scout-story-step h2 {
    font-size: 1.58rem;
  }

  .scout-story-visual {
    order: -1;
    min-height: 430px;
  }

  .scout-story-visual img {
    min-height: 430px;
  }

  .scout-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 360px;
  }

  .scout-gallery figure.wide,
  .scout-gallery figure.tall {
    grid-column: auto;
    grid-row: auto;
  }

  .scout-video-frame video,
  .scout-video-grid video,
  .scout-video-grid img {
    aspect-ratio: 9 / 16;
  }

  .scout-contact-section {
    padding: 58px 0 92px;
  }

  .scout-contact-layout {
    padding: 18px;
  }

  .scout-mobile-cta {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 80;
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(242, 162, 76, 0.42);
    border-radius: 8px;
    background: linear-gradient(135deg, #d98a3d, #a95d27);
    color: #11100e;
    font-weight: 900;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.42);
  }
}

@media (max-width: 420px) {
  .scout-product-stage {
    min-height: 330px;
  }

  .scout-product-stage img,
  .scout-story-visual,
  .scout-story-visual img {
    min-height: 390px;
  }

  .scout-product-stage img {
    height: 300px;
    min-height: 300px;
  }

  .scout-gallery {
    grid-auto-rows: 330px;
  }

  .scout-specs div {
    min-height: 106px;
  }

  .scout-spec-icon {
    width: 32px;
    height: 32px;
    font-size: 0.98rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="scout-mini"][data-motion-ready="true"] [data-reveal],
  .scout-story-step,
  .scout-story-visual img,
  body[data-page="scout-mini"] .primary-btn::after,
  body[data-page="scout-mini"] .header-cta::after,
  .scout-gallery img {
    animation: none;
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Dr. Mix premium e-commerce refresh */
body[data-page="dr-mix"] {
  --ink: #242321;
  --text: #242321;
  --muted: #8d8882;
  --paper: #faf7f2;
  --paper-strong: #f2e9df;
  --white: #fffdf9;
  --line: rgba(36, 35, 33, 0.09);
  --soft-line: rgba(36, 35, 33, 0.08);
  --surface-shadow: 0 28px 80px rgba(62, 48, 38, 0.11);
  --dr-accent: #b77b61;
  --dr-accent-strong: #846b5b;
  --dr-sage: #d2a58e;
  --dr-sage-dark: #9a6f5d;
  --dr-cream: #faf7f2;
  --dr-cream-strong: #efe5db;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(250, 247, 242, 0.96) 34%, rgba(242, 233, 223, 0.86) 100%),
    #faf7f2;
  color: var(--text);
  font-family:
    Inter, Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body[data-page="dr-mix"] .shell {
  width: min(1224px, calc(100% - 96px));
}

body[data-page="dr-mix"] .site-header {
  min-height: 86px;
  padding: 18px max(48px, calc((100vw - 1224px) / 2));
  border-color: rgba(36, 35, 33, 0.07);
  background: rgba(250, 247, 242, 0.88);
  box-shadow: 0 14px 34px rgba(62, 48, 38, 0.08) !important;
  backdrop-filter: blur(22px);
}

body[data-page="dr-mix"] .brand {
  min-width: 190px;
  gap: 0;
}

body[data-page="dr-mix"] .brand-mark {
  display: none;
}

body[data-page="dr-mix"] .brand strong {
  color: #242321;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.38rem, 2.1vw, 1.82rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

body[data-page="dr-mix"] .brand small {
  display: none;
}

body[data-page="dr-mix"] .main-nav {
  gap: clamp(18px, 3.2vw, 34px);
  color: rgba(36, 35, 33, 0.56);
  font-size: 0.95rem;
  font-weight: 800;
}

body[data-page="dr-mix"] .main-nav a.active,
body[data-page="dr-mix"] .main-nav a:hover {
  color: #242321;
}

body[data-page="dr-mix"] .primary-btn,
body[data-page="dr-mix"] .header-cta {
  min-height: 52px;
  border: 1px solid rgba(132, 107, 91, 0.14);
  background: var(--dr-accent-strong);
  color: #ffffff;
  padding: 0 28px;
  box-shadow: 0 15px 34px rgba(132, 107, 91, 0.24) !important;
}

body[data-page="dr-mix"] .primary-btn:hover,
body[data-page="dr-mix"] .header-cta:hover {
  background: #715a4c;
  color: #ffffff;
  transform: translateY(-1px);
}

body[data-page="dr-mix"] .secondary-btn {
  min-height: 52px;
  border: 1px solid rgba(36, 35, 33, 0.08);
  background: rgba(255, 255, 255, 0.86);
  color: #242321;
  padding: 0 28px;
  box-shadow: 0 14px 34px rgba(62, 48, 38, 0.08) !important;
}

body[data-page="dr-mix"] .secondary-btn:hover {
  border-color: rgba(132, 107, 91, 0.2);
  background: #ffffff;
  color: #242321;
}

body[data-page="dr-mix"] .primary-btn::after,
body[data-page="dr-mix"] .header-cta::after {
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.2) 45%, transparent 72%);
}

body[data-page="dr-mix"] .dr-scroll-progress {
  height: 2px;
  background: rgba(36, 35, 33, 0.08);
}

body[data-page="dr-mix"] .dr-scroll-progress span {
  background: linear-gradient(90deg, var(--dr-accent), var(--dr-sage-dark));
}

body[data-page="dr-mix"] .dr-hero {
  min-height: calc(100svh - 86px);
  border-bottom: 0;
  padding: clamp(58px, 7vw, 92px) 0 54px;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.74) 0%, rgba(250, 247, 242, 0.94) 48%, rgba(238, 229, 219, 0.78) 100%),
    #faf7f2;
}

body[data-page="dr-mix"] .dr-hero::before {
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(184, 200, 176, 0.12), transparent 42%),
    linear-gradient(180deg, rgba(201, 133, 98, 0.08), transparent 44%);
  opacity: 0.9;
}

body[data-page="dr-mix"] .dr-hero::after {
  display: none;
}

body[data-page="dr-mix"] .dr-hero-inner,
body[data-page="dr-mix"] .dr-metric-grid {
  position: relative;
  z-index: 1;
}

body[data-page="dr-mix"] .dr-hero-inner {
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
}

body[data-page="dr-mix"] .dr-hero .eyebrow,
body[data-page="dr-mix"] .eyebrow {
  width: fit-content;
  border: 1px solid rgba(36, 35, 33, 0.07);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  padding: 10px 18px;
  color: rgba(36, 35, 33, 0.58);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 10px 26px rgba(62, 48, 38, 0.06) !important;
}

body[data-page="dr-mix"] .dr-hero-copy h1 {
  max-width: 670px;
  margin: 28px 0 24px;
  color: #242321;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.2rem, 6.15vw, 6.9rem);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: 0;
}

body[data-page="dr-mix"] .dr-hero-copy h1 span {
  display: block;
  color: var(--dr-accent);
}

body[data-page="dr-mix"] .dr-hero-copy > p:not(.eyebrow) {
  max-width: 590px;
  margin-bottom: 28px;
  color: rgba(36, 35, 33, 0.57);
  font-size: clamp(1.04rem, 1.5vw, 1.22rem);
  font-weight: 650;
  line-height: 1.72;
}

body[data-page="dr-mix"] .dr-proof-strip {
  gap: 12px;
  margin-bottom: 28px;
}

body[data-page="dr-mix"] .dr-proof-strip span {
  min-width: 86px;
  border-color: rgba(36, 35, 33, 0.07);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  padding: 13px 16px;
  color: #242321;
  font-size: 0.86rem;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 16px 36px rgba(62, 48, 38, 0.08) !important;
}

body[data-page="dr-mix"] .dr-product-stage {
  min-height: 610px;
}

body[data-page="dr-mix"] .dr-photo-card,
body[data-page="dr-mix"] .dr-product-card {
  height: clamp(560px, 68vh, 680px);
  min-height: 0;
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, 0.92);
  border-radius: 8px;
  background: #fffdf9;
  box-shadow:
    0 38px 90px rgba(62, 48, 38, 0.18),
    0 2px 0 rgba(255, 255, 255, 0.82) inset !important;
}

body[data-page="dr-mix"] .dr-photo-card::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 42%);
  animation: none;
}

body[data-page="dr-mix"] .dr-photo-card img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: 50% 50%;
  transform: scale(1.01) translate3d(calc(var(--hero-x, 0) * -4px), calc(var(--hero-y, 0) * -3px), 0);
}

body[data-page="dr-mix"] .dr-metric-grid {
  max-width: 1080px;
  margin-top: 54px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body[data-page="dr-mix"] .dr-metric {
  display: grid;
  min-height: 92px;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  border: 0;
  padding: 12px 22px;
}

body[data-page="dr-mix"] .dr-metric::before {
  display: grid;
  grid-row: 1 / span 2;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(183, 123, 97, 0.9), rgba(132, 107, 91, 0.9));
  color: #ffffff;
  font-size: 1rem;
  font-weight: 900;
  content: "";
  box-shadow: 0 12px 26px rgba(132, 107, 91, 0.2) !important;
}

body[data-page="dr-mix"] .dr-metric:nth-child(1)::before {
  content: "10";
}

body[data-page="dr-mix"] .dr-metric:nth-child(2)::before {
  content: "C";
}

body[data-page="dr-mix"] .dr-metric:nth-child(3)::before {
  content: "24";
}

body[data-page="dr-mix"] .dr-metric:nth-child(4)::before {
  content: "1.5";
}

body[data-page="dr-mix"] .dr-metric strong {
  grid-column: 2;
  color: #242321;
  font-size: 1.18rem;
  line-height: 1.1;
}

body[data-page="dr-mix"] .dr-metric span {
  grid-column: 2;
  margin: 4px 0 0;
  color: rgba(36, 35, 33, 0.58);
  font-size: 0.92rem;
  font-weight: 750;
}

body[data-page="dr-mix"] .section {
  padding: clamp(76px, 9vw, 124px) 0;
}

body[data-page="dr-mix"] .dr-section,
body[data-page="dr-mix"] .dr-video-section,
body[data-page="dr-mix"] .dr-infographic-strip,
body[data-page="dr-mix"] .dr-story {
  border-color: rgba(36, 35, 33, 0.06);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(250, 247, 242, 0.92)),
    #faf7f2;
}

body[data-page="dr-mix"] .section-head {
  align-items: end;
  margin-bottom: 32px;
}

body[data-page="dr-mix"] h2,
body[data-page="dr-mix"] .section-head h2,
body[data-page="dr-mix"] .dr-story-step h2,
body[data-page="dr-mix"] .dr-market-head h2 {
  color: #242321;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: 0;
}

body[data-page="dr-mix"] .section-head h2,
body[data-page="dr-mix"] .dr-market-head h2 {
  max-width: 820px;
  font-size: clamp(3.1rem, 5.6vw, 6.2rem);
}

body[data-page="dr-mix"] .dr-lead,
body[data-page="dr-mix"] .dr-card p,
body[data-page="dr-mix"] .dr-feature p,
body[data-page="dr-mix"] .dr-use-case-card p,
body[data-page="dr-mix"] .dr-problem-grid strong,
body[data-page="dr-mix"] .dr-story-step p {
  color: rgba(36, 35, 33, 0.6);
  font-weight: 650;
  line-height: 1.72;
}

body[data-page="dr-mix"] .dr-card,
body[data-page="dr-mix"] .dr-feature,
body[data-page="dr-mix"] .dr-problem-grid article,
body[data-page="dr-mix"] .dr-use-case-card,
body[data-page="dr-mix"] .dr-spec-panel,
body[data-page="dr-mix"] .dr-kit-list span,
body[data-page="dr-mix"] .dr-video-card,
body[data-page="dr-mix"] .dr-video-frame,
body[data-page="dr-mix"] .quote-layout {
  border: 1px solid rgba(36, 35, 33, 0.07);
  border-radius: 8px;
  background: rgba(255, 253, 249, 0.86);
  box-shadow: 0 22px 56px rgba(62, 48, 38, 0.08) !important;
}

body[data-page="dr-mix"] .dr-card:hover,
body[data-page="dr-mix"] .dr-feature:hover,
body[data-page="dr-mix"] .dr-problem-grid article:hover,
body[data-page="dr-mix"] .dr-use-case-card:hover,
body[data-page="dr-mix"] .dr-spec-panel:hover {
  border-color: rgba(183, 123, 97, 0.22);
  box-shadow: 0 28px 70px rgba(62, 48, 38, 0.12) !important;
  transform: translateY(-3px);
}

body[data-page="dr-mix"] .dr-card-number,
body[data-page="dr-mix"] .dr-use-case-card span {
  color: var(--dr-accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 4.2vw, 4.1rem);
  font-weight: 400;
  line-height: 0.95;
}

body[data-page="dr-mix"] .dr-use-case-card {
  min-height: 280px;
  gap: 18px;
  background: rgba(255, 253, 249, 0.9);
  padding: clamp(24px, 3.4vw, 40px);
}

body[data-page="dr-mix"] .dr-use-case-card::before {
  display: none;
}

body[data-page="dr-mix"] .dr-use-case-card:nth-child(3n + 2),
body[data-page="dr-mix"] .dr-use-case-card:nth-child(3n) {
  background: rgba(255, 253, 249, 0.9);
}

body[data-page="dr-mix"] .dr-use-case-card span {
  display: block;
  width: auto;
  height: auto;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body[data-page="dr-mix"] .dr-use-case-card h3 {
  max-width: 520px;
  color: #242321;
  font-size: clamp(1.24rem, 2vw, 1.58rem);
  line-height: 1.25;
}

body[data-page="dr-mix"] .dr-list {
  gap: 16px;
}

body[data-page="dr-mix"] .dr-list p {
  grid-template-columns: 48px minmax(0, 1fr);
  border: 1px solid rgba(36, 35, 33, 0.07);
  border-left: 0;
  border-radius: 8px;
  background: rgba(255, 253, 249, 0.86);
  padding: 20px 22px;
  color: #242321;
  box-shadow: 0 18px 46px rgba(62, 48, 38, 0.07) !important;
}

body[data-page="dr-mix"] .dr-list p::before {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: var(--dr-sage);
  color: #ffffff;
  box-shadow: 0 13px 28px rgba(113, 128, 109, 0.18) !important;
}

body[data-page="dr-mix"] .dr-list p:nth-child(even) {
  border-left: 0;
  background: rgba(255, 253, 249, 0.92);
}

body[data-page="dr-mix"] .dr-story {
  min-height: auto;
  overflow: hidden;
  padding: clamp(76px, 9vw, 124px) 0;
}

body[data-page="dr-mix"] .dr-story::before,
body[data-page="dr-mix"] .dr-story-billboard {
  display: none;
}

body[data-page="dr-mix"] .dr-story-shell {
  position: relative;
  top: auto;
  min-height: auto;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  gap: clamp(42px, 6vw, 88px);
  padding: 0;
}

body[data-page="dr-mix"] .dr-story-step {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  border: 0;
  border-bottom: 1px solid rgba(36, 35, 33, 0.08);
  background: transparent;
  box-shadow: none;
  opacity: 1;
  padding: 24px 0;
  transform: none;
}

body[data-page="dr-mix"] .dr-story-step.active,
body[data-page="dr-mix"] .dr-story-step:nth-child(2n),
body[data-page="dr-mix"] .dr-story-step:nth-child(2n).active {
  background: transparent;
  transform: none;
}

body[data-page="dr-mix"] .dr-story-step span {
  display: block;
  width: auto;
  height: auto;
  padding-top: 2px;
  border-radius: 0;
  background: transparent;
  color: var(--dr-accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 3.4vw, 3.8rem);
  font-weight: 400;
  line-height: 0.95;
  text-transform: none;
  box-shadow: none !important;
}

body[data-page="dr-mix"] .dr-story-step h2,
body[data-page="dr-mix"] .dr-story-step p {
  grid-column: 2;
}

body[data-page="dr-mix"] .dr-story-step h2 {
  margin: 0 0 10px;
  font-family:
    Inter, Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.55rem, 2.25vw, 2.15rem);
  font-weight: 850;
  line-height: 1.14;
}

body[data-page="dr-mix"] .dr-story-step p {
  margin: 0;
}

body[data-page="dr-mix"] .dr-phone-frame {
  width: min(100%, 560px);
  border: 10px solid rgba(255, 255, 255, 0.92);
  background: #fffdf9;
  box-shadow: 0 34px 86px rgba(62, 48, 38, 0.14) !important;
}

body[data-page="dr-mix"] .dr-phone-frame::before {
  display: none;
}

body[data-page="dr-mix"] .dr-photo-stack {
  aspect-ratio: 5 / 6.6;
}

body[data-page="dr-mix"] .dr-photo-stack img {
  object-fit: cover;
  transform: scale(1.02);
}

body[data-page="dr-mix"] .dr-video-section {
  padding: clamp(76px, 9vw, 116px) 0;
}

body[data-page="dr-mix"] .dr-video-layout {
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 0.7fr);
  gap: clamp(28px, 5vw, 64px);
}

body[data-page="dr-mix"] .dr-infographic-strip {
  padding: 34px 0;
}

body[data-page="dr-mix"] .dr-infographic-strip img {
  border-color: rgba(36, 35, 33, 0.07);
  box-shadow: 0 18px 48px rgba(62, 48, 38, 0.08) !important;
}

body[data-page="dr-mix"] .dr-specs div {
  background: rgba(242, 233, 223, 0.82);
}

body[data-page="dr-mix"] .dr-specs dt {
  color: rgba(36, 35, 33, 0.48);
}

body[data-page="dr-mix"] .dr-specs dd {
  color: #242321;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

body[data-page="dr-mix"] .dr-problem-section,
body[data-page="dr-mix"] .dr-use-cases-section,
body[data-page="dr-mix"] .dr-kit-section,
body[data-page="dr-mix"] .dr-contact-section {
  background:
    linear-gradient(180deg, rgba(242, 233, 223, 0.72), rgba(250, 247, 242, 0.96)),
    #faf7f2;
}

body[data-page="dr-mix"] .dr-problem-grid span {
  color: var(--dr-accent);
}

body[data-page="dr-mix"] .quote-layout {
  background: rgba(255, 253, 249, 0.9);
  padding: clamp(22px, 3vw, 34px);
}

body[data-page="dr-mix"] .lead-form {
  border: 1px solid rgba(36, 35, 33, 0.07);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

body[data-page="dr-mix"] .lead-form input,
body[data-page="dr-mix"] .lead-form select,
body[data-page="dr-mix"] .lead-form textarea,
body[data-page="dr-mix"] .dr-payment-form input,
body[data-page="dr-mix"] .dr-payment-form select,
body[data-page="dr-mix"] .dr-payment-form textarea {
  border: 1px solid rgba(36, 35, 33, 0.08);
  border-radius: 8px;
  background: rgba(255, 253, 249, 0.92);
  color: #242321;
}

body[data-page="dr-mix"] .lead-form input:focus,
body[data-page="dr-mix"] .lead-form select:focus,
body[data-page="dr-mix"] .lead-form textarea:focus,
body[data-page="dr-mix"] .dr-payment-form input:focus,
body[data-page="dr-mix"] .dr-payment-form select:focus,
body[data-page="dr-mix"] .dr-payment-form textarea:focus {
  border-color: rgba(183, 123, 97, 0.42);
  box-shadow: 0 0 0 3px rgba(183, 123, 97, 0.12);
}

body[data-page="dr-mix"] .dr-market-bottom {
  border-top: 0;
  background:
    linear-gradient(180deg, rgba(250, 247, 242, 0.94), rgba(242, 233, 223, 0.98)),
    #f2e9df;
  padding: clamp(58px, 7vw, 94px) 0 62px;
}

body[data-page="dr-mix"] .dr-payment-card {
  width: min(100%, 1120px);
  max-width: 1120px;
  margin-bottom: 56px;
  border: 1px solid rgba(36, 35, 33, 0.07);
  border-radius: 8px;
  background: rgba(255, 253, 249, 0.92);
  padding: clamp(34px, 5vw, 68px);
  box-shadow: 0 34px 86px rgba(62, 48, 38, 0.12) !important;
}

body[data-page="dr-mix"] .dr-payment-auth {
  justify-items: center;
  padding: 10px 0;
  text-align: center;
}

body[data-page="dr-mix"] .dr-payment-auth h2 {
  max-width: 980px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 5.6vw, 6.2rem);
  font-weight: 400;
  line-height: 1.02;
}

body[data-page="dr-mix"] .dr-payment-auth p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(36, 35, 33, 0.58);
  font-weight: 650;
}

body[data-page="dr-mix"] .dr-payment-auth-actions {
  width: min(100%, 580px);
  margin-top: 6px;
}

body[data-page="dr-mix"] .dr-payment-form {
  border: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

body[data-page="dr-mix"] .dr-payment-form-head {
  border-color: rgba(36, 35, 33, 0.08);
}

body[data-page="dr-mix"] .dr-payment-price {
  color: #242321;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

body[data-page="dr-mix"] .dr-payment-status {
  border-color: rgba(36, 35, 33, 0.07);
  background: rgba(255, 255, 255, 0.74);
  color: rgba(36, 35, 33, 0.56);
}

body[data-page="dr-mix"] .dr-payment-form label span {
  color: rgba(36, 35, 33, 0.54);
}

body[data-page="dr-mix"] .dr-payment-form .form-note {
  background: rgba(242, 233, 223, 0.66);
  color: rgba(36, 35, 33, 0.58);
}

body[data-page="dr-mix"] .dr-market-head {
  max-width: 1120px;
  text-align: left;
}

body[data-page="dr-mix"] .dr-market-links-bottom {
  max-width: 1120px;
  gap: 14px;
}

body[data-page="dr-mix"] .dr-market-links a {
  min-height: 82px;
  border-radius: 8px;
  box-shadow: 0 22px 56px rgba(62, 48, 38, 0.1) !important;
}

body[data-page="dr-mix"] .marketplace-ozon,
body[data-page="dr-mix"] .marketplace-wb {
  color: #ffffff;
}

body[data-page="dr-mix"] .dr-mobile-cta {
  background: var(--dr-accent-strong);
  color: #ffffff;
  box-shadow: 0 18px 44px rgba(62, 48, 38, 0.24) !important;
}

@media (max-width: 1080px) {
  body[data-page="dr-mix"] .dr-hero-inner,
  body[data-page="dr-mix"] .dr-story-shell,
  body[data-page="dr-mix"] .dr-video-layout {
    grid-template-columns: 1fr;
  }

  body[data-page="dr-mix"] .dr-product-stage {
    min-height: auto;
  }

  body[data-page="dr-mix"] .dr-photo-card,
  body[data-page="dr-mix"] .dr-product-card {
    min-height: 520px;
  }
}

@media (max-width: 760px) {
  body[data-page="dr-mix"] .site-header {
    min-height: 76px;
    padding: 14px 16px;
  }

  body[data-page="dr-mix"] .dr-scroll-progress {
    display: none;
  }

  body[data-page="dr-mix"] .shell {
    width: auto !important;
    max-width: none !important;
    margin-right: 16px;
    margin-left: 16px;
  }

  body[data-page="dr-mix"] .brand strong {
    font-size: 1.45rem;
  }

  body[data-page="dr-mix"] .header-actions {
    display: none;
  }

  body[data-page="dr-mix"] .dr-hero {
    min-height: auto;
    padding: 34px 0 32px;
  }

  body[data-page="dr-mix"] .dr-hero-copy h1 {
    margin: 22px 0 18px;
    font-size: clamp(3.2rem, 13vw, 4.35rem);
    line-height: 0.98;
    overflow-wrap: normal;
  }

  body[data-page="dr-mix"] .dr-hero-copy,
  body[data-page="dr-mix"] .dr-hero-actions,
  body[data-page="dr-mix"] .dr-proof-strip {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
  }

  body[data-page="dr-mix"] .dr-hero-copy > p:not(.eyebrow) {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    font-size: 1rem;
    line-height: 1.62;
    overflow-wrap: break-word;
  }

  body[data-page="dr-mix"] .dr-hero-actions,
  body[data-page="dr-mix"] .dr-hero-actions .primary-btn,
  body[data-page="dr-mix"] .dr-hero-actions .secondary-btn {
    width: 100%;
  }

  body[data-page="dr-mix"] .dr-photo-card,
  body[data-page="dr-mix"] .dr-product-card {
    height: auto;
    min-height: 390px;
    border-width: 8px;
  }

  body[data-page="dr-mix"] .dr-photo-card img {
    min-height: 390px;
  }

  body[data-page="dr-mix"] .dr-metric-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 24px;
  }

  body[data-page="dr-mix"] .dr-metric {
    min-height: 76px;
    border: 1px solid rgba(36, 35, 33, 0.06);
    border-radius: 8px;
    background: rgba(255, 253, 249, 0.72);
    padding: 12px 14px;
    box-shadow: 0 14px 34px rgba(62, 48, 38, 0.06) !important;
  }

  body[data-page="dr-mix"] .section {
    padding: 58px 0;
  }

  body[data-page="dr-mix"] .section-head h2,
  body[data-page="dr-mix"] .dr-market-head h2 {
    font-size: clamp(2.56rem, 11vw, 3.9rem);
  }

  body[data-page="dr-mix"] .dr-story {
    padding: 58px 0;
  }

  body[data-page="dr-mix"] .dr-story-step {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 16px;
    padding: 18px 0;
  }

  body[data-page="dr-mix"] .dr-story-step span {
    width: auto;
    height: auto;
    background: transparent;
    color: var(--dr-accent);
    font-size: 2.15rem;
    box-shadow: none !important;
  }

  body[data-page="dr-mix"] .dr-story-step h2 {
    font-size: 1.24rem;
  }

  body[data-page="dr-mix"] .dr-phone-frame {
    border-width: 8px;
  }

  body[data-page="dr-mix"] .dr-use-case-card {
    min-height: 0;
    padding: 24px;
  }

  body[data-page="dr-mix"] .dr-use-case-card span {
    font-size: 2.9rem;
  }

  body[data-page="dr-mix"] .dr-list p {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 16px;
  }

  body[data-page="dr-mix"] .dr-list p::before {
    width: 38px;
    height: 38px;
  }

  body[data-page="dr-mix"] .dr-payment-card {
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }

  body[data-page="dr-mix"] .dr-payment-auth,
  body[data-page="dr-mix"] .dr-payment-auth h2,
  body[data-page="dr-mix"] .dr-payment-auth p:not(.eyebrow),
  body[data-page="dr-mix"] .dr-payment-auth-actions,
  body[data-page="dr-mix"] .dr-payment-auth-actions a {
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }

  body[data-page="dr-mix"] .dr-payment-auth h2 {
    font-size: clamp(2rem, 8.6vw, 2.55rem);
    overflow-wrap: break-word;
  }

  body[data-page="dr-mix"] .dr-mobile-cta {
    right: 16px;
    left: 16px;
    width: auto;
    max-width: none;
  }

  body[data-page="dr-mix"] .dr-market-bottom {
    padding-bottom: 92px;
  }
}

/* Final Dr. Mix ZIP reference override. Keep last. */
body[data-page="dr-mix"] {
  --dr-lux-bg: #faf7f2;
  --dr-lux-bg-2: #f1e8dd;
  --dr-lux-sage: #b8c8b0;
  --dr-lux-terra: #c98562;
  --dr-lux-terra-dark: #b87552;
  --dr-lux-ink: #1f1f1f;
  --dr-lux-muted: #6b6b6b;
  --dr-lux-line: rgba(31, 31, 31, 0.1);
  --dr-lux-heading: "Instrument Serif", Georgia, "Times New Roman", serif;
  --dr-lux-body: Manrope, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--dr-lux-bg);
  color: var(--dr-lux-ink);
  font-family: var(--dr-lux-body);
}

body[data-page="dr-mix"] .shell {
  width: min(100% - 64px, 1280px);
}

body[data-page="dr-mix"] .site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  min-height: 86px;
  border-bottom: 1px solid rgba(31, 31, 31, 0.06);
  background: rgba(250, 247, 242, 0.9);
  padding: 18px max(32px, calc((100vw - 1280px) / 2));
  box-shadow: 0 18px 48px rgba(31, 31, 31, 0.08) !important;
  backdrop-filter: blur(22px);
}

body[data-page="dr-mix"] .brand {
  min-width: 160px;
}

body[data-page="dr-mix"] .brand-mark,
body[data-page="dr-mix"] .brand small,
body[data-page="dr-mix"] .theme-toggle {
  display: none;
}

body[data-page="dr-mix"] .brand strong {
  color: var(--dr-lux-ink);
  font-family: var(--dr-lux-heading);
  font-size: clamp(1.7rem, 2.3vw, 2rem);
  font-weight: 400;
  line-height: 1;
}

body[data-page="dr-mix"] .main-nav {
  gap: clamp(20px, 3vw, 38px);
}

body[data-page="dr-mix"] .main-nav a {
  color: var(--dr-lux-muted);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0;
}

body[data-page="dr-mix"] .main-nav a:hover,
body[data-page="dr-mix"] .main-nav a.active {
  color: var(--dr-lux-ink);
}

body[data-page="dr-mix"] .primary-btn,
body[data-page="dr-mix"] .header-cta {
  min-height: 56px;
  border: 0;
  border-radius: 16px;
  background: var(--dr-lux-terra);
  color: #fff;
  padding: 0 30px;
  box-shadow: 0 18px 42px rgba(201, 133, 98, 0.25) !important;
}

body[data-page="dr-mix"] .primary-btn:hover,
body[data-page="dr-mix"] .header-cta:hover {
  background: var(--dr-lux-terra-dark);
  color: #fff;
  transform: translateY(-2px) scale(1.01);
}

body[data-page="dr-mix"] .secondary-btn {
  min-height: 56px;
  border: 1px solid rgba(31, 31, 31, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--dr-lux-ink);
  padding: 0 30px;
  box-shadow: 0 16px 40px rgba(31, 31, 31, 0.08) !important;
}

body[data-page="dr-mix"] .secondary-btn:hover {
  background: var(--dr-lux-bg-2);
  color: var(--dr-lux-ink);
}

body[data-page="dr-mix"] .dr-hero {
  position: relative;
  min-height: 100svh;
  overflow: visible;
  border: 0;
  background:
    linear-gradient(90deg, rgba(31, 31, 31, 0.76) 0%, rgba(31, 31, 31, 0.58) 38%, rgba(31, 31, 31, 0.08) 72%),
    linear-gradient(0deg, rgba(31, 31, 31, 0.62) 0%, transparent 32%, rgba(31, 31, 31, 0.3) 100%),
    url("assets/dr-mix-luxury-hero.png") 62% 50% / cover no-repeat;
  color: #fff;
  padding: 0;
}

body[data-page="dr-mix"] .dr-hero::before,
body[data-page="dr-mix"] .dr-hero::after {
  display: none;
}

body[data-page="dr-mix"] .dr-hero-inner {
  position: relative;
  z-index: 1;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(260px, 1fr);
  align-items: center;
  gap: 48px;
  padding: 128px 0 108px;
}

body[data-page="dr-mix"] .dr-hero .eyebrow {
  margin-inline: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  box-shadow: none !important;
  backdrop-filter: blur(16px);
}

body[data-page="dr-mix"] .dr-hero-copy h1 {
  max-width: 790px;
  margin: 30px 0 28px;
  color: #fff;
  font-family: var(--dr-lux-heading);
  font-size: clamp(5.2rem, 8.2vw, 9.4rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0;
}

body[data-page="dr-mix"] .dr-hero-copy h1 span {
  display: block;
  color: #fff;
}

body[data-page="dr-mix"] .dr-hero-copy h1 span:last-child {
  color: var(--dr-lux-sage);
}

body[data-page="dr-mix"] .dr-hero-copy > p:not(.eyebrow) {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.18rem, 1.7vw, 1.55rem);
  font-weight: 500;
  line-height: 1.68;
}

body[data-page="dr-mix"] .dr-proof-strip {
  margin: 34px 0 36px;
  gap: 14px;
}

body[data-page="dr-mix"] .dr-proof-strip span {
  min-width: 96px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 14px 18px;
  box-shadow: none !important;
  backdrop-filter: blur(16px);
}

body[data-page="dr-mix"] .dr-hero-actions .primary-btn {
  background: #fff;
  color: var(--dr-lux-ink);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.22) !important;
}

body[data-page="dr-mix"] .dr-hero-actions .primary-btn:hover {
  background: var(--dr-lux-bg-2);
  color: var(--dr-lux-ink);
}

body[data-page="dr-mix"] .dr-hero-actions .secondary-btn {
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  box-shadow: none !important;
  backdrop-filter: blur(16px);
}

body[data-page="dr-mix"] .dr-hero-actions .secondary-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

body[data-page="dr-mix"] .dr-product-stage {
  position: absolute;
  right: 0;
  bottom: 112px;
  width: min(320px, 32vw);
  min-height: 0;
}

body[data-page="dr-mix"] .dr-floating-product {
  height: auto;
  min-height: 0;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.95);
  padding: 24px;
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.22) !important;
  backdrop-filter: blur(22px);
}

body[data-page="dr-mix"] .dr-floating-product-head {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}

body[data-page="dr-mix"] .dr-floating-product-head span {
  width: 66px;
  height: 66px;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  padding: 4px;
}

body[data-page="dr-mix"] .dr-floating-product-head img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body[data-page="dr-mix"] .dr-floating-product-head small {
  display: block;
  color: var(--dr-lux-sage);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body[data-page="dr-mix"] .dr-floating-product-head strong {
  display: block;
  color: var(--dr-lux-ink);
  font-size: 1.15rem;
}

body[data-page="dr-mix"] .dr-floating-product-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  text-align: center;
}

body[data-page="dr-mix"] .dr-floating-product-stats strong {
  display: block;
  color: var(--dr-lux-sage);
  font-family: var(--dr-lux-heading);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

body[data-page="dr-mix"] .dr-floating-product-stats span {
  color: var(--dr-lux-muted);
  font-size: 0.78rem;
}

body[data-page="dr-mix"] .dr-metric-grid {
  width: 100% !important;
  max-width: none;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  border: 0;
  border-radius: 0;
  background: #fff;
  padding: 30px max(32px, calc((100vw - 1280px) / 2));
  box-shadow: none !important;
}

body[data-page="dr-mix"] .dr-metric {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 64px;
  border: 0;
  padding: 0;
  background: transparent;
  box-shadow: none !important;
}

body[data-page="dr-mix"] .dr-metric::before {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 12px;
  background: var(--dr-lux-sage);
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  content: "✓";
}

body[data-page="dr-mix"] .dr-metric:nth-child(2)::before {
  content: "★";
}

body[data-page="dr-mix"] .dr-metric:nth-child(3)::before {
  content: "24";
}

body[data-page="dr-mix"] .dr-metric:nth-child(4)::before {
  content: "10";
}

body[data-page="dr-mix"] .dr-metric strong {
  color: var(--dr-lux-ink);
  font-size: 1.08rem;
}

body[data-page="dr-mix"] .dr-metric span {
  color: var(--dr-lux-muted);
  font-size: 0.88rem;
}

body[data-page="dr-mix"] .section,
body[data-page="dr-mix"] .dr-story,
body[data-page="dr-mix"] .dr-market-bottom {
  padding: clamp(96px, 11vw, 160px) 0;
}

body[data-page="dr-mix"] .dr-section,
body[data-page="dr-mix"] .dr-story,
body[data-page="dr-mix"] .dr-video-section,
body[data-page="dr-mix"] .dr-infographic-strip {
  border: 0;
  background: linear-gradient(180deg, var(--dr-lux-bg), var(--dr-lux-bg-2), var(--dr-lux-bg));
}

body[data-page="dr-mix"] h2,
body[data-page="dr-mix"] .section-head h2,
body[data-page="dr-mix"] .dr-market-head h2,
body[data-page="dr-mix"] .dr-payment-auth h2 {
  color: var(--dr-lux-ink);
  font-family: var(--dr-lux-heading);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

body[data-page="dr-mix"] h2 span,
body[data-page="dr-mix"] .section-head h2 span {
  color: var(--dr-lux-terra);
}

body[data-page="dr-mix"] .section-head {
  justify-content: center;
  margin-bottom: clamp(44px, 6vw, 86px);
  text-align: center;
}

body[data-page="dr-mix"] .section-head h2,
body[data-page="dr-mix"] .dr-market-head h2 {
  max-width: 980px;
  margin-inline: auto;
  font-size: clamp(4rem, 6.4vw, 7.4rem);
}

body[data-page="dr-mix"] .eyebrow {
  width: fit-content;
  margin-inline: auto;
  border: 1px solid var(--dr-lux-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--dr-lux-muted);
  padding: 10px 18px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 12px 32px rgba(31, 31, 31, 0.05) !important;
}

body[data-page="dr-mix"] .dr-lead {
  max-width: 740px;
  margin-inline: auto;
  color: var(--dr-lux-muted);
  font-size: clamp(1.08rem, 1.7vw, 1.35rem);
  line-height: 1.68;
}

body[data-page="dr-mix"] .dr-card,
body[data-page="dr-mix"] .dr-feature,
body[data-page="dr-mix"] .dr-use-case-card,
body[data-page="dr-mix"] .dr-problem-grid article,
body[data-page="dr-mix"] .dr-detail-grid article,
body[data-page="dr-mix"] .dr-testimonial-grid article,
body[data-page="dr-mix"] .dr-faq-list details,
body[data-page="dr-mix"] .quote-layout,
body[data-page="dr-mix"] .dr-payment-card {
  border: 1px solid var(--dr-lux-line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 28px 80px rgba(31, 31, 31, 0.08) !important;
  backdrop-filter: blur(16px);
}

body[data-page="dr-mix"] .dr-card {
  min-height: 285px;
  padding: 34px;
  text-align: center;
}

body[data-page="dr-mix"] .dr-card-number,
body[data-page="dr-mix"] .dr-use-case-card span {
  color: var(--dr-lux-terra);
  font-family: var(--dr-lux-heading);
  font-size: clamp(4.2rem, 6vw, 6.5rem);
  font-weight: 400;
  line-height: 0.85;
}

body[data-page="dr-mix"] .dr-card h3,
body[data-page="dr-mix"] .dr-feature h3,
body[data-page="dr-mix"] .dr-detail-grid h3,
body[data-page="dr-mix"] .dr-use-case-card h3 {
  color: var(--dr-lux-ink);
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.18;
}

body[data-page="dr-mix"] .dr-card p,
body[data-page="dr-mix"] .dr-feature p,
body[data-page="dr-mix"] .dr-use-case-card p,
body[data-page="dr-mix"] .dr-detail-grid p,
body[data-page="dr-mix"] .dr-testimonial-grid p,
body[data-page="dr-mix"] .dr-faq-list p {
  color: var(--dr-lux-muted);
  line-height: 1.68;
}

body[data-page="dr-mix"] .dr-story-shell {
  position: relative;
  top: auto;
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(430px, 1fr);
  gap: clamp(46px, 7vw, 96px);
  align-items: center;
}

body[data-page="dr-mix"] .dr-story-billboard,
body[data-page="dr-mix"] .dr-story::before {
  display: none;
}

body[data-page="dr-mix"] .dr-story-step {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
  border: 0;
  border-bottom: 1px solid var(--dr-lux-line);
  background: transparent;
  box-shadow: none !important;
  opacity: 1;
  padding: 28px 0;
  transform: none;
}

body[data-page="dr-mix"] .dr-story-step span {
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  border-radius: 24px;
  background: var(--dr-lux-sage);
  color: #fff;
  font-family: var(--dr-lux-heading);
  font-size: 2.4rem;
  line-height: 1;
  box-shadow: 0 20px 44px rgba(113, 128, 109, 0.22) !important;
}

body[data-page="dr-mix"] .dr-story-step h2,
body[data-page="dr-mix"] .dr-story-step p {
  grid-column: 2;
}

body[data-page="dr-mix"] .dr-story-step h2 {
  margin: 0 0 12px;
  color: var(--dr-lux-ink);
  font-family: var(--dr-lux-heading);
  font-size: clamp(2.9rem, 4vw, 4.8rem);
  font-weight: 400;
  line-height: 0.98;
}

body[data-page="dr-mix"] .dr-story-step p {
  color: var(--dr-lux-muted);
  font-size: clamp(1.08rem, 1.55vw, 1.35rem);
  line-height: 1.62;
}

body[data-page="dr-mix"] .dr-phone-frame {
  width: min(100%, 610px);
  border: 0;
  border-radius: 48px;
  background: linear-gradient(135deg, #fff, #fffaf4);
  padding: 26px;
  box-shadow: 0 38px 100px rgba(31, 31, 31, 0.13) !important;
}

body[data-page="dr-mix"] .dr-phone-frame::before {
  display: none;
}

body[data-page="dr-mix"] .dr-photo-stack {
  aspect-ratio: 1;
  border-radius: 38px;
}

body[data-page="dr-mix"] .dr-photo-stack img {
  object-fit: cover;
}

body[data-page="dr-mix"] .dr-lifestyle-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1.22fr);
  gap: clamp(40px, 7vw, 96px);
  align-items: center;
}

body[data-page="dr-mix"] .dr-lifestyle-layout .eyebrow,
body[data-page="dr-mix"] .dr-video-layout .eyebrow,
body[data-page="dr-mix"] .dr-faq-layout .eyebrow {
  margin-inline: 0;
}

body[data-page="dr-mix"] .dr-lifestyle-layout h2,
body[data-page="dr-mix"] .dr-faq-layout h2,
body[data-page="dr-mix"] .dr-video-layout h2 {
  margin-top: 24px;
  font-size: clamp(4rem, 6vw, 7rem);
}

body[data-page="dr-mix"] .dr-lifestyle-layout .dr-lead {
  margin-inline: 0;
}

body[data-page="dr-mix"] .dr-lifestyle-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 34px;
}

body[data-page="dr-mix"] .dr-lifestyle-stats span {
  color: var(--dr-lux-muted);
}

body[data-page="dr-mix"] .dr-lifestyle-stats strong {
  display: block;
  margin-bottom: 4px;
  color: var(--dr-lux-ink);
  font-family: var(--dr-lux-heading);
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
}

body[data-page="dr-mix"] .dr-lifestyle-layout figure {
  position: relative;
  overflow: hidden;
  border-radius: 42px;
  box-shadow: 0 36px 96px rgba(31, 31, 31, 0.14) !important;
}

body[data-page="dr-mix"] .dr-lifestyle-layout figure img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

body[data-page="dr-mix"] .dr-lifestyle-layout figcaption {
  position: absolute;
  bottom: 24px;
  left: 24px;
  max-width: 360px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--dr-lux-muted);
  padding: 18px 20px;
  font-size: 0.94rem;
  line-height: 1.5;
  backdrop-filter: blur(18px);
}

body[data-page="dr-mix"] .dr-infographic-strip {
  background: #fffaf4;
}

body[data-page="dr-mix"] .dr-infographic-strip .shell,
body[data-page="dr-mix"] .dr-detail-grid,
body[data-page="dr-mix"] .dr-testimonial-grid,
body[data-page="dr-mix"] .dr-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

body[data-page="dr-mix"] .dr-infographic-strip img,
body[data-page="dr-mix"] .dr-detail-grid img {
  width: 100%;
  border-radius: 26px;
  object-fit: cover;
  box-shadow: 0 26px 70px rgba(31, 31, 31, 0.12) !important;
}

body[data-page="dr-mix"] .dr-infographic-strip img,
body[data-page="dr-mix"] .dr-detail-grid img {
  aspect-ratio: 3 / 4;
}

body[data-page="dr-mix"] .dr-detail-grid article {
  overflow: hidden;
  padding: 0;
}

body[data-page="dr-mix"] .dr-detail-grid article img {
  border-radius: 0;
  box-shadow: none !important;
}

body[data-page="dr-mix"] .dr-detail-grid h3,
body[data-page="dr-mix"] .dr-detail-grid p {
  padding-inline: 28px;
}

body[data-page="dr-mix"] .dr-detail-grid h3 {
  margin-top: 28px;
}

body[data-page="dr-mix"] .dr-detail-grid p {
  padding-bottom: 30px;
}

body[data-page="dr-mix"] .dr-use-case-card {
  min-height: 310px;
  padding: 34px;
}

body[data-page="dr-mix"] .dr-use-case-card::before {
  display: none;
}

body[data-page="dr-mix"] .dr-use-case-card span {
  display: block;
  width: auto;
  height: auto;
  border: 0;
  background: transparent;
  box-shadow: none !important;
}

body[data-page="dr-mix"] .dr-stats-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  text-align: center;
}

body[data-page="dr-mix"] .dr-stats-grid article {
  padding: 24px;
}

body[data-page="dr-mix"] .dr-stats-grid strong {
  display: block;
  color: var(--dr-lux-sage);
  font-family: var(--dr-lux-heading);
  font-size: clamp(4.4rem, 6vw, 7rem);
  font-weight: 400;
  line-height: 0.9;
}

body[data-page="dr-mix"] .dr-stats-grid span {
  color: var(--dr-lux-muted);
  font-size: 1.05rem;
}

body[data-page="dr-mix"] .dr-testimonial-grid article {
  padding: 34px;
}

body[data-page="dr-mix"] .dr-testimonial-grid article > span {
  display: block;
  margin-bottom: 20px;
  color: var(--dr-lux-terra);
  letter-spacing: 0.1em;
}

body[data-page="dr-mix"] .dr-testimonial-grid p {
  color: var(--dr-lux-ink);
  font-family: var(--dr-lux-heading);
  font-size: clamp(1.8rem, 2.5vw, 2.5rem);
  line-height: 1.12;
}

body[data-page="dr-mix"] .dr-testimonial-grid strong {
  display: block;
  margin-top: 24px;
  color: var(--dr-lux-muted);
}

body[data-page="dr-mix"] .dr-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1fr);
  gap: clamp(36px, 6vw, 80px);
  align-items: start;
}

body[data-page="dr-mix"] .dr-faq-list {
  display: grid;
  gap: 16px;
}

body[data-page="dr-mix"] .dr-faq-list details {
  padding: 24px 28px;
}

body[data-page="dr-mix"] .dr-faq-list summary {
  cursor: pointer;
  color: var(--dr-lux-ink);
  font-size: 1.18rem;
  font-weight: 800;
}

body[data-page="dr-mix"] .dr-faq-list p {
  margin: 16px 0 0;
}

body[data-page="dr-mix"] .dr-video-frame,
body[data-page="dr-mix"] .dr-video-card {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 30px 86px rgba(31, 31, 31, 0.1) !important;
}

body[data-page="dr-mix"] .quote-copy h2 {
  font-size: clamp(3.5rem, 5.3vw, 6rem);
}

body[data-page="dr-mix"] .lead-form,
body[data-page="dr-mix"] .dr-payment-form {
  border: 1px solid var(--dr-lux-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
}

body[data-page="dr-mix"] .lead-form input,
body[data-page="dr-mix"] .lead-form select,
body[data-page="dr-mix"] .lead-form textarea,
body[data-page="dr-mix"] .dr-payment-form input,
body[data-page="dr-mix"] .dr-payment-form select,
body[data-page="dr-mix"] .dr-payment-form textarea {
  border: 1px solid var(--dr-lux-line);
  border-radius: 12px;
  background: #fffaf4;
}

body[data-page="dr-mix"] .dr-market-bottom {
  background: linear-gradient(135deg, var(--dr-lux-bg-2), var(--dr-lux-bg), var(--dr-lux-bg-2));
}

body[data-page="dr-mix"] .dr-payment-card {
  width: min(100%, 1120px);
  max-width: 1120px;
  padding: clamp(42px, 6vw, 78px);
}

body[data-page="dr-mix"] .dr-payment-auth h2 {
  max-width: 920px;
  font-size: clamp(4rem, 6vw, 7.2rem);
}

body[data-page="dr-mix"] .dr-payment-auth p:not(.eyebrow) {
  color: var(--dr-lux-muted);
}

@media (max-width: 1100px) {
  body[data-page="dr-mix"] .dr-hero-inner,
  body[data-page="dr-mix"] .dr-story-shell,
  body[data-page="dr-mix"] .dr-lifestyle-layout,
  body[data-page="dr-mix"] .dr-faq-layout {
    grid-template-columns: 1fr;
  }

  body[data-page="dr-mix"] .dr-product-stage {
    position: static;
    width: min(100%, 340px);
    margin-top: 34px;
  }

  body[data-page="dr-mix"] .dr-metric-grid,
  body[data-page="dr-mix"] .dr-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body[data-page="dr-mix"] .shell {
    width: calc(100% - 32px) !important;
    margin-inline: auto !important;
  }

  body[data-page="dr-mix"] .site-header {
    min-height: 72px;
    padding: 14px 16px;
  }

  body[data-page="dr-mix"] .main-nav {
    display: none;
  }

  body[data-page="dr-mix"] .header-actions {
    display: flex;
  }

  body[data-page="dr-mix"] .auth-link {
    display: none;
  }

  body[data-page="dr-mix"] .header-cta {
    min-height: 46px;
    padding: 0 18px;
  }

  body[data-page="dr-mix"] .dr-hero {
    min-height: 100svh;
    background-position: 70% 50%;
  }

  body[data-page="dr-mix"] .dr-hero-inner {
    min-height: 100svh;
    padding: 96px 0 54px;
  }

  body[data-page="dr-mix"] .dr-hero-copy h1 {
    font-size: clamp(4rem, 17vw, 5.7rem);
  }

  body[data-page="dr-mix"] .dr-hero-copy > p:not(.eyebrow) {
    font-size: 1.05rem;
  }

  body[data-page="dr-mix"] .dr-hero-actions,
  body[data-page="dr-mix"] .dr-hero-actions a {
    width: 100%;
  }

  body[data-page="dr-mix"] .dr-product-stage {
    display: none;
  }

  body[data-page="dr-mix"] .dr-metric-grid,
  body[data-page="dr-mix"] .dr-card-grid.three,
  body[data-page="dr-mix"] .dr-infographic-strip .shell,
  body[data-page="dr-mix"] .dr-detail-grid,
  body[data-page="dr-mix"] .dr-testimonial-grid,
  body[data-page="dr-mix"] .dr-stats-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="dr-mix"] .section,
  body[data-page="dr-mix"] .dr-story,
  body[data-page="dr-mix"] .dr-market-bottom {
    padding: 70px 0;
  }

  body[data-page="dr-mix"] .section-head h2,
  body[data-page="dr-mix"] .dr-market-head h2,
  body[data-page="dr-mix"] .dr-lifestyle-layout h2,
  body[data-page="dr-mix"] .dr-faq-layout h2,
  body[data-page="dr-mix"] .dr-video-layout h2 {
    font-size: clamp(3rem, 13vw, 4.4rem);
  }

  body[data-page="dr-mix"] .dr-story-step {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 16px;
  }

  body[data-page="dr-mix"] .dr-story-step span {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    font-size: 1.8rem;
  }

  body[data-page="dr-mix"] .dr-story-step h2 {
    font-size: clamp(2rem, 9vw, 2.75rem);
  }

  body[data-page="dr-mix"] .dr-phone-frame {
    border-radius: 28px;
    padding: 12px;
  }

  body[data-page="dr-mix"] .dr-photo-stack {
    border-radius: 22px;
  }

  body[data-page="dr-mix"] .dr-lifestyle-layout figcaption {
    position: static;
    max-width: none;
    border-radius: 0;
  }

  body[data-page="dr-mix"] .dr-payment-card {
    padding: 24px;
  }

  body[data-page="dr-mix"] .dr-payment-auth h2 {
    font-size: clamp(2.6rem, 12vw, 3.8rem);
  }
}

/* Final viewport correction, appended last. */
body[data-page="dr-mix"] .dr-hero-inner {
  grid-template-columns: minmax(0, 900px) minmax(220px, 1fr);
  padding: 112px 0 70px;
}

body[data-page="dr-mix"] .dr-hero-copy h1 {
  max-width: 900px;
  margin: 22px 0 20px;
  font-size: clamp(4.3rem, 6.35vw, 7.4rem);
}

body[data-page="dr-mix"] .dr-hero-copy h1 span:last-child {
  white-space: nowrap;
}

body[data-page="dr-mix"] .dr-hero-copy > p:not(.eyebrow) {
  font-size: clamp(1.08rem, 1.45vw, 1.32rem);
  line-height: 1.58;
}

body[data-page="dr-mix"] .dr-proof-strip {
  margin: 24px 0 26px;
}

body[data-page="dr-mix"] .dr-product-stage {
  right: 18px;
  bottom: 42px;
  width: min(292px, 30vw);
}

body[data-page="dr-mix"] .dr-floating-product {
  padding: 20px;
}

@media (max-width: 760px) {
  body[data-page="dr-mix"] .dr-hero-copy h1 span:last-child {
    white-space: normal;
  }
}

/* Final mobile correction, appended last. */
@media (max-width: 760px) {
  body[data-page="dr-mix"] {
    overflow-x: hidden;
  }

  body[data-page="dr-mix"] .site-header {
    min-height: 72px;
    padding: 14px 16px;
  }

  body[data-page="dr-mix"] .header-actions,
  body[data-page="dr-mix"] .main-nav {
    display: none !important;
  }

  body[data-page="dr-mix"] .shell {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    margin-inline: auto !important;
  }

  body[data-page="dr-mix"] .dr-hero-inner {
    min-height: 100svh;
    grid-template-columns: 1fr;
    padding: 96px 0 54px;
  }

  body[data-page="dr-mix"] .dr-hero-copy,
  body[data-page="dr-mix"] .dr-hero-copy > p:not(.eyebrow),
  body[data-page="dr-mix"] .dr-proof-strip,
  body[data-page="dr-mix"] .dr-hero-actions {
    width: 100%;
    max-width: 100%;
  }

  body[data-page="dr-mix"] .dr-hero-copy h1 {
    max-width: 100%;
    font-size: clamp(3.4rem, 15vw, 4.8rem);
  }

  body[data-page="dr-mix"] .dr-hero-copy h1 span:last-child {
    white-space: normal;
  }

  body[data-page="dr-mix"] .dr-hero-actions,
  body[data-page="dr-mix"] .dr-hero-actions a {
    width: 100%;
  }

  body[data-page="dr-mix"] .dr-product-stage {
    display: none;
  }
}

/* Final mobile hero typography fit. */
@media (max-width: 760px) {
  body[data-page="dr-mix"] .dr-hero-copy h1 {
    font-size: clamp(2.95rem, 12.5vw, 3.45rem);
    line-height: 0.98;
    overflow-wrap: break-word;
  }

  body[data-page="dr-mix"] .dr-hero-copy > p:not(.eyebrow) {
    font-size: 0.98rem;
    line-height: 1.52;
    overflow-wrap: break-word;
  }
}

/* Final mobile text column fit. */
@media (max-width: 760px) {
  body[data-page="dr-mix"] .dr-hero-copy,
  body[data-page="dr-mix"] .dr-hero-copy > p:not(.eyebrow),
  body[data-page="dr-mix"] .dr-proof-strip,
  body[data-page="dr-mix"] .dr-hero-actions {
    width: calc(100vw - 48px) !important;
    max-width: calc(100vw - 48px) !important;
  }

  body[data-page="dr-mix"] .dr-hero-copy > p:not(.eyebrow) {
    font-size: 0.92rem;
    overflow-wrap: anywhere;
  }

  body[data-page="dr-mix"] .dr-hero-actions a {
    width: calc(100vw - 48px) !important;
    max-width: calc(100vw - 48px) !important;
  }
}

/* Final mobile physical 390px safety cap. */
@media (max-width: 760px) {
  body[data-page="dr-mix"] .dr-hero-copy,
  body[data-page="dr-mix"] .dr-hero-copy > p:not(.eyebrow),
  body[data-page="dr-mix"] .dr-proof-strip,
  body[data-page="dr-mix"] .dr-hero-actions,
  body[data-page="dr-mix"] .dr-hero-actions a {
    width: min(calc(100vw - 48px), 342px) !important;
    max-width: min(calc(100vw - 48px), 342px) !important;
  }
}

/* Browser annotation polish, appended last. */
body[data-page="dr-mix"] {
  --dr-comment-brown: #9a6047;
  --dr-comment-brown-dark: #6f4635;
  --dr-comment-brown-soft: rgba(154, 96, 71, 0.14);
}

body[data-page="dr-mix"] .dr-hero-copy h1 span:last-child {
  color: #b87552;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
}

body[data-page="dr-mix"] .dr-product-stage {
  right: 24px;
  bottom: 50px;
  width: min(368px, 32vw);
}

body[data-page="dr-mix"] .dr-floating-product {
  isolation: isolate;
  position: relative;
  display: grid;
  width: 100%;
  box-sizing: border-box;
  gap: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.95), transparent 32%),
    linear-gradient(145deg, rgba(255, 253, 249, 0.98), rgba(236, 219, 204, 0.94));
  padding: 18px;
  color: #242321;
}

body[data-page="dr-mix"] .dr-floating-product::before {
  position: absolute;
  top: -44px;
  right: -42px;
  z-index: -1;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(154, 96, 71, 0.18);
  content: "";
}

body[data-page="dr-mix"] .dr-floating-product::after {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 0;
  border: 1px solid rgba(154, 96, 71, 0.14);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.74);
  color: var(--dr-comment-brown);
  padding: 8px 10px;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  content: "35-70°C";
}

body[data-page="dr-mix"] .dr-floating-product-head,
body[data-page="dr-mix"] .dr-floating-product-stats {
  position: relative;
  z-index: 1;
}

body[data-page="dr-mix"] .dr-floating-product-head {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin: 0;
}

body[data-page="dr-mix"] .dr-floating-product-head span {
  width: 116px;
  height: 116px;
  border: 1px solid rgba(154, 96, 71, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 247, 242, 0.88));
  padding: 8px;
}

body[data-page="dr-mix"] .dr-floating-product-head img {
  object-fit: contain;
  transform: scale(1.08);
}

body[data-page="dr-mix"] .dr-floating-product-head small {
  color: var(--dr-comment-brown);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}

body[data-page="dr-mix"] .dr-floating-product-head strong {
  color: #242321;
  font-size: clamp(1.28rem, 2vw, 1.55rem);
}

body[data-page="dr-mix"] .dr-floating-product-stats {
  gap: 10px;
  text-align: left;
}

body[data-page="dr-mix"] .dr-floating-product-stats div {
  border: 1px solid rgba(154, 96, 71, 0.1);
  border-radius: 16px;
  background: rgba(255, 253, 249, 0.7);
  padding: 14px 14px 12px;
}

body[data-page="dr-mix"] .dr-floating-product-stats strong {
  color: var(--dr-comment-brown);
  font-size: 2.35rem;
}

body[data-page="dr-mix"] .dr-floating-product-stats span {
  color: rgba(36, 35, 33, 0.62);
  font-weight: 800;
}

body[data-page="dr-mix"] .dr-phone-frame {
  width: min(100%, 650px);
  padding: 18px;
}

body[data-page="dr-mix"] .dr-photo-stack img {
  transform: scale(1.13);
}

body[data-page="dr-mix"] .dr-photo-stack img:nth-child(4) {
  transform: scale(1.24);
}

body[data-page="dr-mix"] .dr-video-layout {
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 430px);
}

body[data-page="dr-mix"] .dr-video-frame {
  position: relative;
  width: min(100%, 390px);
  aspect-ratio: 9 / 19.5;
  justify-self: center;
  overflow: hidden;
  border: 12px solid #211a16;
  border-radius: 44px;
  background: #211a16;
  padding: 8px;
  box-shadow:
    0 36px 92px rgba(62, 48, 38, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.42) inset !important;
}

body[data-page="dr-mix"] .dr-video-frame::before {
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 2;
  width: 76px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  content: "";
  transform: translateX(-50%);
}

body[data-page="dr-mix"] .dr-video-frame video {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  border-radius: 32px;
  background: #fffdf9;
  object-fit: cover;
}

body[data-page="dr-mix"] .dr-infographic-strip {
  padding: clamp(64px, 8vw, 104px) 0;
}

body[data-page="dr-mix"] .dr-infographic-strip .dr-infographic-head {
  display: block;
  margin-bottom: 28px;
  text-align: center;
}

body[data-page="dr-mix"] .dr-infographic-head h2 {
  max-width: 760px;
  margin: 18px auto 0;
  color: #242321;
  font-family: var(--dr-lux-heading);
  font-size: clamp(3.4rem, 5.8vw, 6.6rem);
  font-weight: 400;
  line-height: 1;
}

body[data-page="dr-mix"] .dr-infographic-strip .dr-infographic-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body[data-page="dr-mix"] .dr-lifestyle-layout figcaption {
  color: #4f4741;
}

body[data-page="dr-mix"] .dr-use-case-card {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 86%, rgba(154, 96, 71, 0.08), transparent 34%),
    rgba(255, 253, 249, 0.92);
}

body[data-page="dr-mix"] .dr-use-case-card::after {
  position: absolute;
  right: 20px;
  bottom: 12px;
  z-index: 0;
  opacity: 0.13;
  font-size: clamp(4rem, 6.6vw, 7rem);
  line-height: 1;
  pointer-events: none;
  transform: rotate(-8deg);
}

body[data-page="dr-mix"] .dr-use-case-card > * {
  position: relative;
  z-index: 1;
}

body[data-page="dr-mix"] .dr-use-case-card:nth-child(1)::after {
  content: "🍼";
}

body[data-page="dr-mix"] .dr-use-case-card:nth-child(2)::after {
  content: "⚖️";
}

body[data-page="dr-mix"] .dr-use-case-card:nth-child(3)::after {
  content: "🤱";
}

body[data-page="dr-mix"] .dr-use-case-card:nth-child(4)::after {
  content: "😌";
}

body[data-page="dr-mix"] .dr-use-case-card:nth-child(5)::after {
  content: "💗";
}

body[data-page="dr-mix"] .dr-use-case-card:nth-child(6)::after {
  content: "👨‍👩‍👧";
}

body[data-page="dr-mix"] .dr-use-case-card:nth-child(7)::after {
  content: "🌙";
}

body[data-page="dr-mix"] .dr-use-case-card:nth-child(8)::after {
  content: "✅";
}

body[data-page="dr-mix"] .dr-use-case-card:nth-child(9)::after {
  content: "🫧";
}

body[data-page="dr-mix"] .dr-use-case-card:nth-child(10)::after {
  content: "🎁";
}

body[data-page="dr-mix"] .dr-kit-list {
  gap: 14px;
}

body[data-page="dr-mix"] .dr-kit-list span {
  position: relative;
  display: flex;
  min-height: 86px;
  align-items: center;
  overflow: hidden;
  padding: 20px 22px 20px 76px;
  border-color: rgba(154, 96, 71, 0.12);
  background:
    linear-gradient(90deg, rgba(154, 96, 71, 0.08), transparent 44%),
    rgba(255, 253, 249, 0.92);
}

body[data-page="dr-mix"] .dr-kit-list span::before {
  position: absolute;
  left: 20px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 12px;
  background: var(--dr-comment-brown);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 900;
  content: "01";
  box-shadow: 0 14px 28px rgba(154, 96, 71, 0.22);
}

body[data-page="dr-mix"] .dr-kit-list span::after {
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--dr-comment-brown);
  content: "";
}

body[data-page="dr-mix"] .dr-kit-list span:nth-child(2)::before {
  content: "02";
}

body[data-page="dr-mix"] .dr-kit-list span:nth-child(3)::before {
  content: "03";
}

body[data-page="dr-mix"] .dr-kit-list span:nth-child(4)::before {
  content: "04";
}

body[data-page="dr-mix"] .dr-kit-list span:nth-child(5)::before {
  content: "05";
}

body[data-page="dr-mix"] .dr-kit-list span:nth-child(6)::before {
  content: "06";
}

body[data-page="dr-mix"] .dr-kit-list span:nth-child(7)::before {
  content: "07";
}

body[data-page="dr-mix"] .dr-kit-list span:nth-child(even) {
  background:
    linear-gradient(90deg, rgba(113, 128, 109, 0.11), transparent 46%),
    rgba(255, 253, 249, 0.94);
}

body[data-page="dr-mix"] .dr-kit-list span:nth-child(even)::before,
body[data-page="dr-mix"] .dr-kit-list span:nth-child(even)::after {
  background: #71806d;
}

body[data-page="dr-mix"] .dr-stats-grid article {
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.96), rgba(242, 233, 223, 0.82));
}

body[data-page="dr-mix"] .dr-stats-grid strong {
  color: var(--dr-comment-brown);
}

body[data-page="dr-mix"] .dr-testimonial-grid article {
  display: flex;
  flex-direction: column;
}

body[data-page="dr-mix"] .dr-testimonial-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

body[data-page="dr-mix"] .dr-testimonial-avatar {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.34), transparent 34%),
    linear-gradient(135deg, var(--dr-comment-brown), var(--dr-comment-brown-dark));
  color: #fff;
  font-size: 1.18rem;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(154, 96, 71, 0.22);
}

body[data-page="dr-mix"] .dr-testimonial-stars {
  color: var(--dr-comment-brown);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

body[data-page="dr-mix"] .dr-testimonial-grid p {
  margin-top: 0;
}

body[data-page="dr-mix"] .dr-market-bottom {
  padding-bottom: clamp(58px, 7vw, 94px);
}

body[data-page="dr-mix"] .dr-payment-card {
  margin-bottom: 0;
}

body[data-page="dr-mix"] .dr-contact-section {
  background:
    linear-gradient(180deg, rgba(242, 233, 223, 0.88), rgba(250, 247, 242, 0.98)),
    #faf7f2;
  padding-bottom: clamp(112px, 13vw, 178px);
}

@media (max-width: 1080px) {
  body[data-page="dr-mix"] .dr-hero-inner {
    grid-template-columns: 1fr;
  }

  body[data-page="dr-mix"] .dr-product-stage {
    position: static;
    width: min(100%, 380px);
    margin-top: 24px;
    justify-self: start;
  }

  body[data-page="dr-mix"] .dr-video-layout {
    grid-template-columns: 1fr;
  }

  body[data-page="dr-mix"] .dr-video-frame {
    justify-self: start;
  }
}

@media (max-width: 760px) {
  body[data-page="dr-mix"] .dr-hero-copy h1 span:last-child {
    color: #c28f58;
  }

  body[data-page="dr-mix"] .dr-infographic-strip .dr-infographic-gallery,
  body[data-page="dr-mix"] .dr-use-case-grid,
  body[data-page="dr-mix"] .dr-kit-list {
    grid-template-columns: 1fr;
  }

  body[data-page="dr-mix"] .dr-infographic-head h2 {
    font-size: clamp(2.7rem, 11vw, 4rem);
  }

  body[data-page="dr-mix"] .dr-video-frame {
    width: min(100%, 310px);
    border-width: 9px;
    border-radius: 36px;
    padding: 6px;
  }

  body[data-page="dr-mix"] .dr-video-frame video {
    border-radius: 26px;
  }

  body[data-page="dr-mix"] .dr-phone-frame {
    width: min(100%, 430px);
    padding: 12px;
  }

  body[data-page="dr-mix"] .dr-kit-list span {
    min-height: 78px;
    padding-left: 70px;
  }

  body[data-page="dr-mix"] .dr-testimonial-head {
    margin-bottom: 14px;
  }

  body[data-page="dr-mix"] .dr-contact-section {
    padding-bottom: 112px;
  }
}

/* Browser annotation polish round 2, appended last. */
body[data-page="dr-mix"] .dr-hero-inner {
  grid-template-columns: minmax(0, 920px);
}

body[data-page="dr-mix"] .dr-hero-actions .primary-btn {
  background: var(--dr-lux-terra);
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(201, 133, 98, 0.25) !important;
}

body[data-page="dr-mix"] .dr-hero-actions .primary-btn:hover {
  background: var(--dr-lux-terra-dark);
  color: #ffffff;
}

body[data-page="dr-mix"] .dr-metric::before,
body[data-page="dr-mix"] .dr-story-step span,
body[data-page="dr-mix"] .dr-list p::before,
body[data-page="dr-mix"] .dr-kit-list span::before,
body[data-page="dr-mix"] .dr-kit-list span::after,
body[data-page="dr-mix"] .dr-kit-list span:nth-child(even)::before,
body[data-page="dr-mix"] .dr-kit-list span:nth-child(even)::after {
  background: linear-gradient(135deg, var(--dr-comment-brown), var(--dr-comment-brown-dark)) !important;
  color: #ffffff !important;
}

body[data-page="dr-mix"] .dr-kit-list span:nth-child(even) {
  background:
    linear-gradient(90deg, rgba(154, 96, 71, 0.1), transparent 46%),
    rgba(255, 253, 249, 0.94);
}

body[data-page="dr-mix"] .dr-story-shell {
  align-items: stretch;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 0.96fr);
}

body[data-page="dr-mix"] .dr-story-visual {
  align-self: stretch;
}

body[data-page="dr-mix"] .dr-phone-frame {
  width: min(100%, 620px);
  height: min(88vh, 820px);
}

body[data-page="dr-mix"] .dr-photo-stack {
  height: 100%;
  aspect-ratio: auto;
}

body[data-page="dr-mix"] .dr-photo-stack img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body[data-page="dr-mix"] .dr-video-grid {
  align-items: start;
  gap: clamp(18px, 2vw, 26px);
}

body[data-page="dr-mix"] .dr-video-card {
  display: grid;
  gap: 14px;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none !important;
}

body[data-page="dr-mix"] .dr-video-phone {
  position: relative;
  overflow: hidden;
  aspect-ratio: 9 / 16.5;
  border: 9px solid #211a16;
  border-radius: 34px;
  background: #211a16;
  padding: 6px;
  box-shadow:
    0 24px 58px rgba(62, 48, 38, 0.16),
    0 0 0 1px rgba(255, 255, 255, 0.34) inset !important;
}

body[data-page="dr-mix"] .dr-video-phone::before {
  position: absolute;
  top: 8px;
  left: 50%;
  z-index: 2;
  width: 54px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  content: "";
  transform: translateX(-50%);
}

body[data-page="dr-mix"] .dr-video-phone video {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  border-radius: 24px;
  background: #fffdf9;
  object-fit: cover !important;
}

body[data-page="dr-mix"] .dr-video-card strong {
  padding: 0 6px;
  color: #242321;
  font-weight: 900;
}

@media (max-width: 1080px) {
  body[data-page="dr-mix"] .dr-story-shell {
    grid-template-columns: 1fr;
  }

  body[data-page="dr-mix"] .dr-phone-frame {
    height: min(82vh, 720px);
  }

  body[data-page="dr-mix"] .dr-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body[data-page="dr-mix"] .dr-hero-inner {
    grid-template-columns: 1fr;
  }

  body[data-page="dr-mix"] .dr-phone-frame {
    width: min(100%, 430px);
    height: min(76vh, 620px);
  }

  body[data-page="dr-mix"] .dr-video-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="dr-mix"] .dr-video-phone {
    width: min(100%, 310px);
    justify-self: start;
  }
}

/* Browser annotation polish round 3, appended last. */
body[data-page="dr-mix"] {
  --dr-comment-brown: #c98562;
  --dr-comment-brown-dark: #b87552;
  --dr-comment-brown-soft: rgba(201, 133, 98, 0.14);
}

body[data-page="dr-mix"] .site-header {
  gap: 16px;
}

body[data-page="dr-mix"] .brand {
  min-width: 128px;
}

body[data-page="dr-mix"] .main-nav {
  flex: 1 1 auto;
  justify-content: center;
  gap: clamp(8px, 1vw, 14px);
  min-width: 0;
}

body[data-page="dr-mix"] .main-nav a {
  white-space: nowrap;
  font-size: clamp(0.68rem, 0.78vw, 0.82rem);
}

body[data-page="dr-mix"] .dr-story {
  overflow: visible;
  padding: clamp(86px, 9vw, 132px) 0;
}

body[data-page="dr-mix"] .dr-story-head {
  margin-bottom: clamp(42px, 6vw, 78px);
  text-align: center;
}

body[data-page="dr-mix"] .dr-story-head .eyebrow {
  margin-inline: auto;
}

body[data-page="dr-mix"] .dr-story-head h2 {
  max-width: 980px;
  margin: 18px auto 20px;
  color: #242321;
  font-family: var(--dr-lux-heading);
  font-size: clamp(4rem, 6.2vw, 7.2rem);
  font-weight: 400;
  line-height: 0.98;
}

body[data-page="dr-mix"] .dr-story-head .dr-lead {
  max-width: 780px;
}

body[data-page="dr-mix"] .dr-story-shell {
  align-items: start;
  grid-template-columns: minmax(0, 0.72fr) minmax(580px, 1fr);
}

body[data-page="dr-mix"] .dr-story-visual {
  position: sticky;
  top: 92px;
  align-self: start;
}

body[data-page="dr-mix"] .dr-phone-frame {
  width: min(100%, 700px);
  height: min(98vh, 930px);
  min-height: 800px;
}

body[data-page="dr-mix"] .dr-photo-stack {
  background: linear-gradient(180deg, #fffdf9, #f4e7db);
}

body[data-page="dr-mix"] .dr-photo-stack img,
body[data-page="dr-mix"] .dr-photo-stack img.active,
body[data-page="dr-mix"] .dr-photo-stack img:nth-child(4) {
  object-fit: contain;
  object-position: center top;
  transform: none !important;
}

@media (max-width: 1180px) {
  body[data-page="dr-mix"] .main-nav {
    display: none !important;
  }

  body[data-page="dr-mix"] .brand {
    min-width: 160px;
  }
}

@media (max-width: 1080px) {
  body[data-page="dr-mix"] .dr-story-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  body[data-page="dr-mix"] .dr-story-visual {
    position: static;
    width: 100%;
    justify-self: stretch;
  }

  body[data-page="dr-mix"] .dr-phone-frame {
    width: min(100%, 620px);
    height: min(78vh, 720px);
    min-height: 560px;
    justify-self: center;
  }
}

@media (max-width: 760px) {
  body[data-page="dr-mix"] .dr-story-head h2 {
    font-size: clamp(2.8rem, 12vw, 4rem);
  }

  body[data-page="dr-mix"] .dr-phone-frame {
    width: min(100%, 430px);
    height: min(74vh, 620px);
    min-height: 480px;
  }
}

/* Browser annotation polish round 4, appended last. */
body[data-page="dr-mix"] .dr-nav-groups {
  align-items: center;
  gap: clamp(10px, 1.4vw, 18px);
  overflow: visible;
}

body[data-page="dr-mix"] .dr-nav-group {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 14px 0;
}

body[data-page="dr-mix"] .dr-nav-group-trigger {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 7px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: var(--dr-lux-muted);
  cursor: pointer;
  font: inherit;
  font-size: clamp(0.72rem, 0.8vw, 0.84rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  list-style: none;
  padding: 0 12px;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

body[data-page="dr-mix"] .dr-nav-group-trigger::-webkit-details-marker {
  display: none;
}

body[data-page="dr-mix"] .dr-nav-group-trigger::after {
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  opacity: 0.72;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 180ms ease;
}

body[data-page="dr-mix"] .dr-nav-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 130;
  display: grid;
  min-width: 218px;
  gap: 4px;
  border: 1px solid rgba(36, 35, 33, 0.08);
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.96);
  box-shadow: 0 22px 54px rgba(62, 48, 38, 0.16) !important;
  opacity: 0;
  padding: 8px;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
  backdrop-filter: blur(18px);
}

body[data-page="dr-mix"] .dr-nav-group:hover .dr-nav-group-trigger,
body[data-page="dr-mix"] .dr-nav-group:focus-within .dr-nav-group-trigger,
body[data-page="dr-mix"] .dr-nav-group[open] .dr-nav-group-trigger {
  border-color: rgba(201, 133, 98, 0.18);
  background: rgba(201, 133, 98, 0.1);
  color: #242321;
}

body[data-page="dr-mix"] .dr-nav-group:hover .dr-nav-group-trigger::after,
body[data-page="dr-mix"] .dr-nav-group:focus-within .dr-nav-group-trigger::after,
body[data-page="dr-mix"] .dr-nav-group[open] .dr-nav-group-trigger::after {
  transform: translateY(1px) rotate(225deg);
}

body[data-page="dr-mix"] .dr-nav-group:hover .dr-nav-menu,
body[data-page="dr-mix"] .dr-nav-group:focus-within .dr-nav-menu,
body[data-page="dr-mix"] .dr-nav-group[open] .dr-nav-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

body[data-page="dr-mix"] .dr-nav-menu a {
  display: flex;
  min-height: 38px;
  align-items: center;
  border-radius: 12px;
  color: #4f4741;
  font-size: 0.86rem;
  font-weight: 800;
  padding: 0 12px;
  text-transform: none;
  transition:
    background 160ms ease,
    color 160ms ease;
}

body[data-page="dr-mix"] .dr-nav-menu a:hover,
body[data-page="dr-mix"] .dr-nav-menu a:focus-visible {
  background: rgba(201, 133, 98, 0.12);
  color: #242321;
  outline: 0;
}

body[data-page="dr-mix"] .dr-nav-group-trigger:focus-visible {
  outline: 2px solid rgba(201, 133, 98, 0.42);
  outline-offset: 3px;
}

/* Dr. Mix content update: delivery, comparison, cappuccino palette, support. Keep last. */
body[data-page="dr-mix"] {
  --dr-brand-ink: #242321;
  --dr-brand-paper: #faf7f2;
  --dr-brand-cappuccino: #b89a7d;
  --dr-brand-cappuccino-dark: #96785f;
  --dr-brand-cappuccino-soft: rgba(184, 154, 125, 0.18);
  --dr-brand-brown: var(--dr-brand-cappuccino);
  --dr-brand-brown-dark: var(--dr-brand-cappuccino-dark);
  --dr-brand-brown-soft: var(--dr-brand-cappuccino-soft);
  --dr-lux-bg: var(--dr-brand-paper);
  --dr-lux-bg-2: var(--dr-brand-paper);
  --dr-lux-sage: var(--dr-brand-brown);
  --dr-lux-terra: var(--dr-brand-brown);
  --dr-lux-terra-dark: var(--dr-brand-brown-dark);
  --dr-lux-ink: var(--dr-brand-ink);
  --dr-lux-muted: rgba(36, 35, 33, 0.64);
  --dr-comment-brown: var(--dr-brand-brown);
  --dr-comment-brown-dark: var(--dr-brand-brown-dark);
  --dr-comment-brown-soft: var(--dr-brand-brown-soft);
  font-family: Manrope, system-ui, sans-serif;
}

body[data-page="dr-mix"] h1,
body[data-page="dr-mix"] h2,
body[data-page="dr-mix"] .brand strong,
body[data-page="dr-mix"] .dr-card-number,
body[data-page="dr-mix"] .dr-use-case-card span,
body[data-page="dr-mix"] .dr-delivery-card span,
body[data-page="dr-mix"] .dr-stats-grid strong,
body[data-page="dr-mix"] .dr-comparison-table thead th {
  font-family: "Instrument Serif", Georgia, serif;
}

body[data-page="dr-mix"] .primary-btn,
body[data-page="dr-mix"] .header-cta,
body[data-page="dr-mix"] .dr-mobile-cta {
  background: var(--dr-brand-brown);
  box-shadow: 0 18px 42px rgba(150, 120, 95, 0.24) !important;
}

body[data-page="dr-mix"] .primary-btn:hover,
body[data-page="dr-mix"] .header-cta:hover,
body[data-page="dr-mix"] .dr-mobile-cta:hover {
  background: var(--dr-brand-brown-dark);
}

body[data-page="dr-mix"] h2 span,
body[data-page="dr-mix"] .section-head h2 span,
body[data-page="dr-mix"] .dr-hero-copy h1 span:last-child,
body[data-page="dr-mix"] .dr-card-number,
body[data-page="dr-mix"] .dr-use-case-card span,
body[data-page="dr-mix"] .dr-problem-grid span,
body[data-page="dr-mix"] .dr-testimonial-stars {
  color: var(--dr-brand-brown) !important;
}

body[data-page="dr-mix"] .dr-hero-actions .primary-btn,
body[data-page="dr-mix"] .dr-metric::before,
body[data-page="dr-mix"] .dr-story-step span,
body[data-page="dr-mix"] .dr-list p::before,
body[data-page="dr-mix"] .dr-kit-list span::before,
body[data-page="dr-mix"] .dr-kit-list span::after {
  background: linear-gradient(135deg, var(--dr-brand-brown), var(--dr-brand-brown-dark)) !important;
}

body[data-page="dr-mix"] .dr-nav-links {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(6px, 0.8vw, 12px);
  min-width: 0;
}

body[data-page="dr-mix"] .dr-nav-links a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 11px;
  color: rgba(36, 35, 33, 0.64);
  font-size: clamp(0.68rem, 0.76vw, 0.82rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

body[data-page="dr-mix"] .dr-nav-links a:hover,
body[data-page="dr-mix"] .dr-nav-links a:focus-visible {
  border-color: rgba(184, 154, 125, 0.32);
  background: var(--dr-brand-brown-soft);
  color: var(--dr-brand-ink);
  outline: 0;
}

body[data-page="dr-mix"] .dr-nav-groups {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  gap: clamp(8px, 1vw, 14px);
  min-width: 0;
}

body[data-page="dr-mix"] .dr-nav-group-trigger {
  border-color: transparent;
  color: rgba(36, 35, 33, 0.64);
  font-size: clamp(0.68rem, 0.76vw, 0.82rem);
}

body[data-page="dr-mix"] .dr-nav-menu {
  border-color: rgba(36, 35, 33, 0.08);
  background: rgba(255, 253, 249, 0.97);
}

body[data-page="dr-mix"] .dr-nav-group:hover .dr-nav-group-trigger,
body[data-page="dr-mix"] .dr-nav-group:focus-within .dr-nav-group-trigger,
body[data-page="dr-mix"] .dr-nav-group[open] .dr-nav-group-trigger {
  border-color: rgba(184, 154, 125, 0.36);
  background: var(--dr-brand-cappuccino-soft);
  color: var(--dr-brand-ink);
}

body[data-page="dr-mix"] .dr-nav-menu a:hover,
body[data-page="dr-mix"] .dr-nav-menu a:focus-visible {
  background: var(--dr-brand-cappuccino-soft);
  color: var(--dr-brand-ink);
}

body[data-page="dr-mix"] .dr-nav-group-trigger:focus-visible {
  outline: 2px solid rgba(184, 154, 125, 0.5);
  outline-offset: 3px;
}

body[data-page="dr-mix"] #experience,
body[data-page="dr-mix"] #product,
body[data-page="dr-mix"] #kit,
body[data-page="dr-mix"] #comparison,
body[data-page="dr-mix"] #delivery,
body[data-page="dr-mix"] #faq,
body[data-page="dr-mix"] #contacts,
body[data-page="dr-mix"] #payment {
  scroll-margin-top: 104px;
}

body[data-page="dr-mix"] .dr-delivery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

body[data-page="dr-mix"] .dr-delivery-card,
body[data-page="dr-mix"] .dr-comparison-table-wrap {
  border: 1px solid rgba(36, 35, 33, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 28px 80px rgba(31, 31, 31, 0.08) !important;
  backdrop-filter: blur(16px);
}

body[data-page="dr-mix"] .dr-delivery-card {
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 270px;
  padding: clamp(24px, 3vw, 34px);
}

body[data-page="dr-mix"] .dr-delivery-card-wide {
  min-height: 230px;
}

body[data-page="dr-mix"] .dr-delivery-card span {
  color: var(--dr-brand-brown);
  font-size: clamp(3.8rem, 5vw, 5.8rem);
  font-weight: 400;
  line-height: 0.85;
}

body[data-page="dr-mix"] .dr-delivery-card h3 {
  margin: 0;
  color: var(--dr-brand-ink);
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  line-height: 1.16;
}

body[data-page="dr-mix"] .dr-delivery-card p {
  margin: 0;
  color: var(--dr-lux-muted);
  font-weight: 650;
  line-height: 1.68;
}

body[data-page="dr-mix"] .dr-delivery-card .secondary-btn {
  width: fit-content;
  min-height: 46px;
  border-radius: 999px;
  padding: 0 20px;
}

body[data-page="dr-mix"] .dr-delivery-data {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body[data-page="dr-mix"] .dr-delivery-data strong {
  border-radius: 14px;
  background: var(--dr-brand-brown-soft);
  padding: 12px 14px;
  color: var(--dr-brand-ink);
  font-size: 0.95rem;
  line-height: 1.35;
}

body[data-page="dr-mix"] .dr-comparison-table-wrap {
  overflow-x: auto;
  padding: 8px;
}

body[data-page="dr-mix"] .dr-comparison-table {
  width: 100%;
  min-width: 920px;
  border-collapse: separate;
  border-spacing: 0;
}

body[data-page="dr-mix"] .dr-comparison-table th,
body[data-page="dr-mix"] .dr-comparison-table td {
  border-bottom: 1px solid rgba(36, 35, 33, 0.08);
  padding: 18px 20px;
  text-align: left;
  vertical-align: top;
}

body[data-page="dr-mix"] .dr-comparison-table thead th {
  background: var(--dr-brand-brown);
  color: #ffffff;
  font-size: clamp(1.15rem, 1.6vw, 1.55rem);
  font-weight: 400;
}

body[data-page="dr-mix"] .dr-comparison-table thead th:first-child {
  border-top-left-radius: 18px;
}

body[data-page="dr-mix"] .dr-comparison-table thead th:last-child {
  border-top-right-radius: 18px;
}

body[data-page="dr-mix"] .dr-comparison-table tbody th {
  width: 18%;
  color: var(--dr-brand-ink);
  font-weight: 900;
}

body[data-page="dr-mix"] .dr-comparison-table td {
  color: var(--dr-lux-muted);
  font-weight: 650;
  line-height: 1.56;
}

body[data-page="dr-mix"] .dr-comparison-table tbody tr:last-child th,
body[data-page="dr-mix"] .dr-comparison-table tbody tr:last-child td {
  border-bottom: 0;
}

body[data-page="dr-mix"] .dr-faq-list summary {
  list-style: none;
}

body[data-page="dr-mix"] .dr-faq-list summary::marker {
  content: "";
}

body[data-page="dr-mix"] .dr-faq-list summary::-webkit-details-marker {
  display: none;
}

body[data-page="dr-mix"] .field-hint {
  display: block;
  margin-top: 7px;
  color: rgba(36, 35, 33, 0.56);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.35;
}

body[data-page="dr-mix"] .dr-contact-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

body[data-page="dr-mix"] .dr-contact-links a {
  display: grid;
  gap: 5px;
  min-height: 72px;
  align-content: center;
  border: 1px solid rgba(36, 35, 33, 0.08);
  border-radius: 16px;
  background: rgba(255, 250, 244, 0.82);
  padding: 13px 15px;
  color: var(--dr-brand-ink);
  transition:
    border-color 160ms ease,
    transform 160ms ease;
}

body[data-page="dr-mix"] .dr-contact-links a:hover,
body[data-page="dr-mix"] .dr-contact-links a:focus-visible {
  border-color: rgba(184, 154, 125, 0.42);
  transform: translateY(-2px);
  outline: 0;
}

body[data-page="dr-mix"] .dr-contact-links span {
  color: var(--dr-lux-muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body[data-page="dr-mix"] .dr-contact-links strong {
  overflow-wrap: anywhere;
  color: var(--dr-brand-ink);
  font-size: 0.95rem;
}

body[data-page="dr-mix"] .dr-support-widget {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 140;
  display: grid;
  width: 68px;
  min-height: 68px;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: rgba(150, 120, 95, 0.94);
  padding: 0;
  box-shadow: 0 22px 58px rgba(31, 31, 31, 0.2) !important;
  backdrop-filter: blur(18px);
}

body[data-page="dr-mix"] .dr-support-widget[open] {
  width: min(188px, calc(100vw - 32px));
  border-radius: 20px;
  padding: 10px;
}

body[data-page="dr-mix"] .dr-support-widget summary {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #ffffff;
  cursor: pointer;
  font-size: 0;
  font-weight: 900;
  letter-spacing: 0.08em;
  list-style: none;
  text-transform: uppercase;
}

body[data-page="dr-mix"] .dr-support-widget[open] summary {
  min-height: 42px;
  font-size: 0.78rem;
}

body[data-page="dr-mix"] .dr-support-widget:not([open]) summary::before {
  color: #ffffff;
  content: "?";
  font-size: 1.65rem;
  line-height: 1;
}

body[data-page="dr-mix"] .dr-support-widget summary::marker {
  content: "";
}

body[data-page="dr-mix"] .dr-support-widget summary::-webkit-details-marker {
  display: none;
}

body[data-page="dr-mix"] .dr-support-widget a {
  display: none;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 900;
}

body[data-page="dr-mix"] .dr-support-widget[open] a {
  display: flex;
}

body[data-page="dr-mix"] .dr-support-widget a:hover,
body[data-page="dr-mix"] .dr-support-widget a:focus-visible,
body[data-page="dr-mix"] .dr-support-widget summary:focus-visible {
  background: rgba(255, 255, 255, 0.2);
  outline: 0;
}

body[data-page="dr-mix"] .lead-form input::placeholder,
body[data-page="dr-mix"] .lead-form textarea::placeholder,
body[data-page="dr-mix"] .dr-payment-form input::placeholder,
body[data-page="dr-mix"] .dr-payment-form textarea::placeholder {
  color: rgba(36, 35, 33, 0.42);
}

@media (min-width: 981px) and (max-width: 1180px) {
  body[data-page="dr-mix"] .site-header {
    padding-inline: 18px;
  }

  body[data-page="dr-mix"] .brand {
    min-width: 112px;
  }

  body[data-page="dr-mix"] .main-nav.dr-nav-groups {
    display: flex !important;
    gap: 4px;
  }

  body[data-page="dr-mix"] .dr-nav-group-trigger {
    min-height: 32px;
    padding-inline: 7px;
    font-size: 0.62rem;
  }

  body[data-page="dr-mix"] .header-actions {
    gap: 8px;
  }

  body[data-page="dr-mix"] .header-cta,
  body[data-page="dr-mix"] .auth-link {
    min-height: 44px;
    padding-inline: 16px;
  }
}

@media (max-width: 980px) {
  body[data-page="dr-mix"] .dr-nav-links,
  body[data-page="dr-mix"] .dr-nav-groups {
    display: none !important;
  }
}

@media (max-width: 900px) {
  body[data-page="dr-mix"] .dr-delivery-grid,
  body[data-page="dr-mix"] .dr-contact-links {
    grid-template-columns: 1fr;
  }

  body[data-page="dr-mix"] .dr-delivery-card {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  body[data-page="dr-mix"] .dr-delivery-data {
    grid-template-columns: 1fr;
  }

  body[data-page="dr-mix"] .dr-comparison-table-wrap {
    margin-inline: -4px;
  }

  body[data-page="dr-mix"] .dr-support-widget {
    right: 14px;
    bottom: 86px;
    width: 48px;
    min-height: 48px;
    padding: 0;
  }

  body[data-page="dr-mix"] .dr-support-widget[open] {
    width: min(190px, calc(100vw - 28px));
    padding: 12px;
  }

  body[data-page="dr-mix"] .dr-support-widget summary {
    min-height: 48px;
  }

  body[data-page="dr-mix"] .dr-support-widget:not([open]) summary::before {
    font-size: 1.25rem;
  }

  body[data-page="dr-mix"] .dr-support-widget a {
    min-height: 34px;
    font-size: 0.78rem;
  }
}

/* Browser annotation polish round 6, appended last. */
body[data-page="dr-mix"] .dr-hero {
  background-position:
    0 0,
    0 0,
    88% 50%;
}

body[data-page="dr-mix"] .dr-hero-copy {
  max-width: 560px;
}

body[data-page="dr-mix"] .dr-hero-copy h1 {
  max-width: 560px;
  font-size: clamp(3.9rem, 5.1vw, 5.95rem);
  line-height: 0.92;
}

body[data-page="dr-mix"] .dr-hero-copy h1 span:last-child {
  max-width: 560px;
  white-space: normal !important;
}

body[data-page="dr-mix"] .dr-hero-copy > p:not(.eyebrow) {
  max-width: 620px;
}

body[data-page="dr-mix"] .dr-kit-panel {
  display: grid;
  gap: 14px;
}

body[data-page="dr-mix"] .dr-kit-list span {
  border: 1px solid rgba(36, 35, 33, 0.09);
  box-shadow: 0 18px 42px rgba(62, 48, 38, 0.08) !important;
}

body[data-page="dr-mix"] .dr-kit-list span:first-child {
  min-height: 102px;
  border-color: rgba(184, 154, 125, 0.28);
  background:
    linear-gradient(90deg, rgba(184, 154, 125, 0.2), rgba(255, 253, 249, 0.94) 56%),
    #fffdf9;
}

body[data-page="dr-mix"] .dr-kit-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  border: 1px solid rgba(36, 35, 33, 0.09);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(184, 154, 125, 0.18), rgba(255, 253, 249, 0.94)),
    #fffdf9;
  padding: 12px;
  box-shadow: 0 20px 50px rgba(62, 48, 38, 0.08) !important;
}

body[data-page="dr-mix"] .dr-kit-trust span {
  min-height: 76px;
  border: 1px solid rgba(36, 35, 33, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.74);
  padding: 14px;
  color: var(--dr-lux-muted);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.35;
}

body[data-page="dr-mix"] .dr-kit-trust strong {
  display: block;
  color: var(--dr-brand-ink);
  font-size: 1rem;
  font-weight: 900;
}

body[data-page="dr-mix"] .dr-testimonial-grid article {
  min-height: 430px;
}

body[data-page="dr-mix"] .dr-testimonial-grid p {
  margin-bottom: 22px;
}

body[data-page="dr-mix"] .dr-testimonial-grid strong {
  align-self: flex-start;
  margin-top: auto;
}

body[data-page="dr-mix"] .dr-comparison-table thead th:nth-child(2) {
  position: relative;
  background:
    linear-gradient(135deg, var(--dr-brand-cappuccino-dark), var(--dr-brand-cappuccino)) !important;
  color: #ffffff !important;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.18) !important;
}

body[data-page="dr-mix"] .dr-comparison-table thead th:nth-child(2)::after {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  color: #ffffff;
  content: "наш";
  font-family: Manrope, system-ui, sans-serif;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-left: 10px;
  padding: 0 9px;
  text-transform: uppercase;
  vertical-align: middle;
}

body[data-page="dr-mix"] .dr-comparison-table tbody td:nth-child(2) {
  border-right: 1px solid rgba(184, 154, 125, 0.28);
  border-left: 1px solid rgba(184, 154, 125, 0.28);
  background:
    linear-gradient(180deg, rgba(184, 154, 125, 0.14), rgba(255, 253, 249, 0.76));
  color: var(--dr-brand-ink);
  font-weight: 900;
}

body[data-page="dr-mix"] .dr-support-widget {
  right: 22px;
  bottom: 22px;
  width: 64px !important;
  min-height: 64px;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none !important;
  padding: 0 !important;
}

body[data-page="dr-mix"] .dr-support-widget[open] {
  width: 64px !important;
  border-radius: 999px;
  background: transparent;
  padding: 0 !important;
}

body[data-page="dr-mix"] .dr-support-widget summary {
  position: relative;
  z-index: 2;
  display: grid;
  width: 64px;
  min-height: 64px;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 24%, rgba(255, 255, 255, 0.26), transparent 36%),
    linear-gradient(135deg, var(--dr-brand-cappuccino), var(--dr-brand-cappuccino-dark));
  color: #ffffff;
  box-shadow: 0 22px 48px rgba(62, 48, 38, 0.22) !important;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

body[data-page="dr-mix"] .dr-support-widget summary span {
  color: #ffffff;
  font-size: 1.55rem;
  font-weight: 900;
  line-height: 1;
}

body[data-page="dr-mix"] .dr-support-widget[open] summary {
  min-height: 64px;
  font-size: 0;
  transform: rotate(45deg);
}

body[data-page="dr-mix"] .dr-support-widget:not([open]) summary::before {
  content: none !important;
}

body[data-page="dr-mix"] .dr-support-widget summary:hover,
body[data-page="dr-mix"] .dr-support-widget summary:focus-visible {
  background:
    radial-gradient(circle at 35% 24%, rgba(255, 255, 255, 0.3), transparent 36%),
    linear-gradient(135deg, var(--dr-brand-cappuccino-dark), #7f654f);
  outline: 0;
  transform: translateY(-2px);
}

body[data-page="dr-mix"] .dr-support-widget[open] summary:hover,
body[data-page="dr-mix"] .dr-support-widget[open] summary:focus-visible {
  transform: translateY(-2px) rotate(45deg);
}

body[data-page="dr-mix"] .dr-support-panel {
  position: absolute;
  right: 0;
  bottom: calc(100% + 20px);
  display: grid;
  width: min(236px, calc(100vw - 34px));
  max-height: 0;
  overflow: hidden;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 20px;
  background: rgba(150, 120, 95, 0.94);
  box-shadow: 0 26px 64px rgba(31, 31, 31, 0.22) !important;
  opacity: 0;
  padding: 0 12px;
  pointer-events: none;
  transform: translateY(12px) scale(0.96);
  transform-origin: right bottom;
  transition:
    max-height 240ms ease,
    opacity 180ms ease,
    padding 240ms ease,
    transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1);
  backdrop-filter: blur(18px);
}

body[data-page="dr-mix"] .dr-support-widget[open]:not(.is-closing) .dr-support-panel {
  max-height: 320px;
  opacity: 1;
  padding: 14px;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

body[data-page="dr-mix"] .dr-support-panel strong {
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

body[data-page="dr-mix"] .dr-support-panel a {
  display: flex !important;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 900;
}

body[data-page="dr-mix"] .dr-support-panel a:hover,
body[data-page="dr-mix"] .dr-support-panel a:focus-visible {
  background: rgba(255, 255, 255, 0.24);
  outline: 0;
}

body[data-page="dr-mix"] .dr-support-widget[open]:not(.is-open) .dr-support-panel,
body[data-page="dr-mix"] .dr-support-widget[open].is-closing .dr-support-panel {
  max-height: 0;
  opacity: 0;
  padding: 0 12px;
  pointer-events: none;
  transform: translateY(12px) scale(0.96);
}

body[data-page="dr-mix"] .dr-support-widget[open].is-open:not(.is-closing) .dr-support-panel {
  max-height: 320px;
  opacity: 1;
  padding: 14px;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

@media (max-width: 900px) {
  body[data-page="dr-mix"] .dr-hero {
    background-position:
      0 0,
      0 0,
      72% 50%;
  }

  body[data-page="dr-mix"] .dr-kit-trust {
    grid-template-columns: 1fr;
  }

  body[data-page="dr-mix"] .dr-testimonial-grid article {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  body[data-page="dr-mix"] .dr-hero-copy,
  body[data-page="dr-mix"] .dr-hero-copy h1,
  body[data-page="dr-mix"] .dr-hero-copy > p:not(.eyebrow) {
    max-width: 100%;
  }

  body[data-page="dr-mix"] .dr-hero-copy h1 {
    font-size: clamp(3.45rem, 14vw, 5.4rem);
  }

  body[data-page="dr-mix"] .dr-support-widget {
    right: 14px;
    bottom: 84px;
    width: 54px !important;
    min-height: 54px;
  }

  body[data-page="dr-mix"] .dr-support-widget[open],
  body[data-page="dr-mix"] .dr-support-widget summary {
    width: 54px !important;
    min-height: 54px;
  }

  body[data-page="dr-mix"] .dr-support-widget summary span {
    font-size: 1.32rem;
  }

  body[data-page="dr-mix"] .dr-support-panel {
    width: min(224px, calc(100vw - 28px));
  }
}

/* Browser annotation polish round 7, appended last. */
body.auth-modal-open {
  overflow: hidden;
}

body[data-page="dr-mix"] .dr-auth-modal[hidden] {
  display: none;
}

body[data-page="dr-mix"] .dr-auth-modal {
  position: fixed;
  inset: 0;
  z-index: 180;
  display: grid;
  place-items: center;
  padding: 24px;
}

body[data-page="dr-mix"] .dr-auth-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(36, 35, 33, 0.36);
  cursor: pointer;
  opacity: 0;
  transition: opacity 180ms ease;
  backdrop-filter: blur(12px);
}

body[data-page="dr-mix"] .dr-auth-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 460px);
  max-height: min(88vh, 760px);
  overflow: auto;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(242, 233, 223, 0.96)),
    #fffdf9;
  box-shadow: 0 34px 90px rgba(31, 31, 31, 0.24) !important;
  opacity: 0;
  padding: 28px;
  transform: translateY(14px) scale(0.97);
  transition:
    opacity 180ms ease,
    transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

body[data-page="dr-mix"] .dr-auth-modal.is-open .dr-auth-backdrop,
body[data-page="dr-mix"] .dr-auth-modal.is-open .dr-auth-dialog {
  opacity: 1;
}

body[data-page="dr-mix"] .dr-auth-modal.is-open .dr-auth-dialog {
  transform: translateY(0) scale(1);
}

body[data-page="dr-mix"] .dr-auth-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(36, 35, 33, 0.08);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  color: var(--dr-brand-ink);
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 900;
}

body[data-page="dr-mix"] .dr-auth-dialog h2 {
  margin: 0;
  padding-right: 44px;
  color: var(--dr-brand-ink);
  font-family: var(--dr-lux-heading);
  font-size: clamp(2.3rem, 5vw, 3.2rem);
  font-weight: 400;
  line-height: 0.98;
}

body[data-page="dr-mix"] .dr-auth-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  border-radius: 14px;
  background: rgba(36, 35, 33, 0.06);
  padding: 6px;
}

body[data-page="dr-mix"] .dr-auth-tabs button {
  min-height: 42px;
  border: 0;
  border-radius: 11px;
  background: transparent;
  color: var(--dr-lux-muted);
  cursor: pointer;
  font-weight: 900;
}

body[data-page="dr-mix"] .dr-auth-tabs button.active {
  background: #ffffff;
  color: var(--dr-brand-ink);
  box-shadow: 0 12px 28px rgba(62, 48, 38, 0.1) !important;
}

body[data-page="dr-mix"] .dr-auth-form {
  display: grid;
  gap: 12px;
}

body[data-page="dr-mix"] .dr-auth-form[hidden] {
  display: none;
}

body[data-page="dr-mix"] .dr-auth-form label {
  display: grid;
  gap: 7px;
  margin: 0;
  color: var(--dr-brand-ink);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body[data-page="dr-mix"] .dr-auth-form input:not([type="checkbox"]) {
  min-height: 50px;
  border: 1px solid rgba(36, 35, 33, 0.1);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--dr-brand-ink);
  font: inherit;
  font-size: 1rem;
  letter-spacing: 0;
  padding: 0 14px;
}

body[data-page="dr-mix"] .dr-auth-check {
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  border: 1px solid rgba(36, 35, 33, 0.08);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.62);
  padding: 12px;
  text-transform: none;
}

body[data-page="dr-mix"] .dr-auth-check input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--dr-brand-cappuccino-dark);
}

body[data-page="dr-mix"] .dr-auth-check span {
  color: var(--dr-lux-muted);
  font-size: 0.86rem;
  font-weight: 780;
  letter-spacing: 0;
  line-height: 1.42;
}

body[data-page="dr-mix"] .dr-auth-check a {
  color: var(--dr-brand-ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

body[data-page="dr-mix"] .dr-auth-text-btn {
  justify-self: start;
  border: 0;
  background: transparent;
  color: var(--dr-brand-cappuccino-dark);
  cursor: pointer;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 900;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body[data-page="dr-mix"] .dr-auth-form .wide {
  width: 100%;
}

body[data-page="dr-mix"] .dr-auth-form button[disabled] {
  cursor: wait;
  opacity: 0.62;
}

body[data-page="dr-mix"] .dr-auth-dialog .form-note {
  min-height: 20px;
  margin: 0;
}

body[data-page="dr-mix"] .dr-story-shell {
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.78fr) !important;
  gap: clamp(28px, 4vw, 58px);
}

body[data-page="dr-mix"] .dr-story-visual {
  width: min(100%, 500px);
  justify-self: end;
}

body[data-page="dr-mix"] .dr-phone-frame {
  width: min(100%, 500px) !important;
  height: min(70vh, 620px) !important;
  min-height: 0 !important;
  padding: 14px !important;
}

@media (max-width: 1080px) {
  body[data-page="dr-mix"] .dr-story-shell {
    grid-template-columns: 1fr !important;
  }

  body[data-page="dr-mix"] .dr-story-visual,
  body[data-page="dr-mix"] .dr-phone-frame {
    width: min(100%, 500px) !important;
  }

  body[data-page="dr-mix"] .dr-phone-frame {
    height: min(70vh, 600px) !important;
    min-height: 0 !important;
  }
}

@media (max-width: 760px) {
  body[data-page="dr-mix"] .dr-auth-modal {
    align-items: end;
    padding: 12px;
  }

  body[data-page="dr-mix"] .dr-auth-dialog {
    width: 100%;
    max-height: 88vh;
    border-radius: 20px;
    padding: 24px 18px 20px;
  }

  body[data-page="dr-mix"] .dr-auth-dialog h2 {
    font-size: clamp(2rem, 10vw, 2.7rem);
  }

  body[data-page="dr-mix"] .dr-phone-frame {
    height: min(68vh, 520px) !important;
    min-height: 0 !important;
  }
}

/* Dr. Mix admin */
body[data-page="dr-mix-admin"] {
  --admin-bg: #f7f2eb;
  --admin-panel: #fffdf9;
  --admin-ink: #272522;
  --admin-muted: #71695f;
  --admin-line: rgba(63, 51, 42, 0.12);
  --admin-cappuccino: #b89b80;
  --admin-cappuccino-dark: #8a6f59;
  min-height: 100vh;
  margin: 0;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.96), rgba(247, 242, 235, 0.96)),
    var(--admin-bg);
  color: var(--admin-ink);
  font-family: Inter, "Manrope", Arial, sans-serif;
}

body[data-page="dr-mix-admin"] button,
body[data-page="dr-mix-admin"] input,
body[data-page="dr-mix-admin"] textarea,
body[data-page="dr-mix-admin"] select {
  font: inherit;
}

body[data-page="dr-mix-admin"] .eyebrow {
  margin: 0 0 8px;
  color: var(--admin-cappuccino-dark);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-page="dr-mix-admin"] .dr-admin-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  min-height: 76px;
  border-bottom: 1px solid var(--admin-line);
  background: rgba(255, 253, 249, 0.88);
  padding: 0 clamp(18px, 4vw, 56px);
  backdrop-filter: blur(18px);
}

body[data-page="dr-mix-admin"] .dr-admin-brand {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  color: var(--admin-ink);
  text-decoration: none;
}

body[data-page="dr-mix-admin"] .dr-admin-brand span,
body[data-page="dr-mix-admin"] .dr-admin-brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0;
}

body[data-page="dr-mix-admin"] .dr-admin-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
}

body[data-page="dr-mix-admin"] .dr-admin-nav a,
body[data-page="dr-mix-admin"] .dr-admin-ghost,
body[data-page="dr-mix-admin"] .dr-admin-icon,
body[data-page="dr-mix-admin"] .dr-admin-primary,
body[data-page="dr-mix-admin"] .dr-admin-sidebar button,
body[data-page="dr-mix-admin"] .dr-admin-array-head button,
body[data-page="dr-mix-admin"] .dr-admin-nested-head button,
body[data-page="dr-mix-admin"] .dr-admin-table-row-head button,
body[data-page="dr-mix-admin"] .dr-admin-upload {
  border: 1px solid var(--admin-line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--admin-ink);
  cursor: pointer;
  font-weight: 900;
  text-decoration: none;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

body[data-page="dr-mix-admin"] .dr-admin-nav a {
  padding: 10px 14px;
  font-size: 0.9rem;
}

body[data-page="dr-mix-admin"] .dr-admin-nav a.active,
body[data-page="dr-mix-admin"] .dr-admin-nav a:hover,
body[data-page="dr-mix-admin"] .dr-admin-sidebar button.active,
body[data-page="dr-mix-admin"] .dr-admin-sidebar button:hover {
  border-color: rgba(138, 111, 89, 0.32);
  background: rgba(184, 155, 128, 0.18);
}

body[data-page="dr-mix-admin"] .dr-admin-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

body[data-page="dr-mix-admin"] .dr-admin-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
}

body[data-page="dr-mix-admin"] .dr-admin-ghost,
body[data-page="dr-mix-admin"] .dr-admin-primary {
  min-height: 44px;
  padding: 0 18px;
}

body[data-page="dr-mix-admin"] .dr-admin-primary {
  border-color: transparent;
  background: var(--admin-cappuccino);
  color: #fffdf9;
  box-shadow: 0 18px 36px rgba(91, 70, 53, 0.18);
}

body[data-page="dr-mix-admin"] .dr-admin-primary:hover,
body[data-page="dr-mix-admin"] .dr-admin-upload:hover,
body[data-page="dr-mix-admin"] .dr-admin-array-head button:hover,
body[data-page="dr-mix-admin"] .dr-admin-nested-head button:hover,
body[data-page="dr-mix-admin"] .dr-admin-table-row-head button:hover {
  transform: translateY(-1px);
}

body[data-page="dr-mix-admin"] .dr-admin-main,
body[data-page="dr-mix-admin"] .dr-admin-shell,
body[data-page="dr-mix-admin"] .dr-admin-login-panel {
  width: min(100% - 36px, 1380px);
  margin: 0 auto;
}

body[data-page="dr-mix-admin"] .dr-admin-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 28px;
  width: min(100% - 36px, 1380px);
  margin: 0 auto;
  padding: clamp(48px, 8vw, 92px) 0 30px;
}

body[data-page="dr-mix-admin"] .dr-admin-hero h1,
body[data-page="dr-mix-admin"] .dr-admin-login h2,
body[data-page="dr-mix-admin"] .dr-admin-panel h2 {
  margin: 0;
  color: var(--admin-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.98;
}

body[data-page="dr-mix-admin"] .dr-admin-hero h1 {
  max-width: 820px;
  font-size: clamp(3.1rem, 7vw, 6.8rem);
}

body[data-page="dr-mix-admin"] .dr-admin-hero p:not(.eyebrow),
body[data-page="dr-mix-admin"] .dr-admin-login p,
body[data-page="dr-mix-admin"] .dr-admin-panel-head span {
  max-width: 760px;
  color: var(--admin-muted);
  font-size: 1.02rem;
  font-weight: 750;
  line-height: 1.55;
}

body[data-page="dr-mix-admin"] .dr-admin-login-panel {
  padding: 36px 0 90px;
}

body[data-page="dr-mix-admin"] .dr-admin-login,
body[data-page="dr-mix-admin"] .dr-admin-panel,
body[data-page="dr-mix-admin"] .dr-admin-summary article {
  border: 1px solid var(--admin-line);
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.86);
  box-shadow: 0 24px 70px rgba(61, 47, 36, 0.08);
}

body[data-page="dr-mix-admin"] .dr-admin-login {
  display: grid;
  gap: 18px;
  width: min(100%, 520px);
  padding: 28px;
}

body[data-page="dr-mix-admin"] .dr-admin-login h2,
body[data-page="dr-mix-admin"] .dr-admin-panel h2 {
  font-size: clamp(1.7rem, 3vw, 2.35rem);
}

body[data-page="dr-mix-admin"] .dr-admin-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

body[data-page="dr-mix-admin"] .dr-admin-summary article {
  display: grid;
  gap: 10px;
  padding: 20px;
}

body[data-page="dr-mix-admin"] .dr-admin-summary span {
  color: var(--admin-muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

body[data-page="dr-mix-admin"] .dr-admin-summary strong {
  color: var(--admin-ink);
  font-size: clamp(1.5rem, 3vw, 2.3rem);
  line-height: 1;
}

body[data-page="dr-mix-admin"] .dr-admin-grid {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 18px;
}

body[data-page="dr-mix-admin"] .dr-admin-sidebar {
  position: sticky;
  top: 92px;
  display: grid;
  align-self: start;
  gap: 8px;
}

body[data-page="dr-mix-admin"] .dr-admin-sidebar button {
  min-height: 44px;
  padding: 0 14px;
  text-align: left;
}

body[data-page="dr-mix-admin"] .dr-admin-panel {
  min-width: 0;
  padding: clamp(18px, 3vw, 28px);
}

body[data-page="dr-mix-admin"] .dr-admin-panel-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

body[data-page="dr-mix-admin"] .dr-admin-editor {
  display: grid;
  gap: 22px;
}

body[data-page="dr-mix-admin"] .dr-admin-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body[data-page="dr-mix-admin"] .dr-admin-form-grid.compact {
  gap: 12px;
}

body[data-page="dr-mix-admin"] .dr-admin-field {
  display: grid;
  gap: 7px;
  min-width: 0;
}

body[data-page="dr-mix-admin"] .dr-admin-field.wide,
body[data-page="dr-mix-admin"] .dr-admin-media-field,
body[data-page="dr-mix-admin"] .dr-admin-array,
body[data-page="dr-mix-admin"] .dr-admin-stack {
  grid-column: 1 / -1;
}

body[data-page="dr-mix-admin"] .dr-admin-field span {
  color: var(--admin-muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body[data-page="dr-mix-admin"] .dr-admin-field input,
body[data-page="dr-mix-admin"] .dr-admin-field textarea,
body[data-page="dr-mix-admin"] .dr-admin-field select,
body[data-page="dr-mix-admin"] .dr-admin-login input {
  width: 100%;
  border: 1px solid rgba(63, 51, 42, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--admin-ink);
  font-size: 0.98rem;
  font-weight: 740;
  letter-spacing: 0;
  outline: none;
}

body[data-page="dr-mix-admin"] .dr-admin-field input,
body[data-page="dr-mix-admin"] .dr-admin-login input {
  min-height: 48px;
  padding: 0 13px;
}

body[data-page="dr-mix-admin"] .dr-admin-field textarea {
  min-height: 96px;
  padding: 12px 13px;
  resize: vertical;
}

body[data-page="dr-mix-admin"] .dr-admin-field input:focus,
body[data-page="dr-mix-admin"] .dr-admin-field textarea:focus,
body[data-page="dr-mix-admin"] .dr-admin-login input:focus {
  border-color: rgba(138, 111, 89, 0.52);
  box-shadow: 0 0 0 4px rgba(184, 155, 128, 0.16);
}

body[data-page="dr-mix-admin"] .dr-admin-media-field {
  display: grid;
  gap: 10px;
}

body[data-page="dr-mix-admin"] .dr-admin-media-actions {
  display: grid;
  grid-template-columns: 120px auto;
  align-items: center;
  gap: 12px;
}

body[data-page="dr-mix-admin"] .dr-admin-media-preview {
  display: grid;
  width: 120px;
  aspect-ratio: 4 / 3;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--admin-line);
  border-radius: 12px;
  background: rgba(242, 233, 223, 0.74);
  color: var(--admin-muted);
  font-size: 0.72rem;
  font-weight: 900;
}

body[data-page="dr-mix-admin"] .dr-admin-media-preview.has-image {
  background: var(--preview) center / cover no-repeat;
}

body[data-page="dr-mix-admin"] .dr-admin-upload {
  display: inline-flex;
  width: fit-content;
  min-height: 42px;
  align-items: center;
  padding: 0 14px;
}

body[data-page="dr-mix-admin"] .dr-admin-upload input {
  display: none;
}

body[data-page="dr-mix-admin"] .dr-admin-array {
  display: grid;
  gap: 12px;
  border-top: 1px solid var(--admin-line);
  padding-top: 18px;
}

body[data-page="dr-mix-admin"] .dr-admin-array-head,
body[data-page="dr-mix-admin"] .dr-admin-nested-head,
body[data-page="dr-mix-admin"] .dr-admin-table-row-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body[data-page="dr-mix-admin"] .dr-admin-array h3,
body[data-page="dr-mix-admin"] .dr-admin-nested strong,
body[data-page="dr-mix-admin"] .dr-admin-table-row strong {
  margin: 0;
  color: var(--admin-ink);
  font-size: 1rem;
}

body[data-page="dr-mix-admin"] .dr-admin-array-head button,
body[data-page="dr-mix-admin"] .dr-admin-nested-head button,
body[data-page="dr-mix-admin"] .dr-admin-table-row-head button,
body[data-page="dr-mix-admin"] .dr-admin-inline-row > button {
  min-height: 38px;
  padding: 0 12px;
}

body[data-page="dr-mix-admin"] .dr-admin-stack {
  display: grid;
  gap: 12px;
}

body[data-page="dr-mix-admin"] .dr-admin-nested,
body[data-page="dr-mix-admin"] .dr-admin-table-row,
body[data-page="dr-mix-admin"] .dr-admin-inline-row,
body[data-page="dr-mix-admin"] .dr-admin-feed-card {
  border: 1px solid rgba(63, 51, 42, 0.1);
  border-radius: 14px;
  background: rgba(248, 243, 237, 0.72);
  padding: 14px;
}

body[data-page="dr-mix-admin"] .dr-admin-inline-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 12px;
}

body[data-page="dr-mix-admin"] .dr-admin-inline-row .dr-admin-field {
  grid-column: auto;
}

body[data-page="dr-mix-admin"] .dr-admin-table-editor,
body[data-page="dr-mix-admin"] .dr-admin-table-cells {
  display: grid;
  gap: 12px;
}

body[data-page="dr-mix-admin"] .dr-admin-table-cells {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin-top: 12px;
}

body[data-page="dr-mix-admin"] .dr-admin-ops-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 0.85fr);
  gap: 18px;
  padding: 18px 0 80px;
}

body[data-page="dr-mix-admin"] .dr-admin-ops-grid .wide {
  grid-column: 1 / -1;
}

body[data-page="dr-mix-admin"] .dr-admin-list {
  display: grid;
  gap: 10px;
}

body[data-page="dr-mix-admin"] .dr-admin-feed-card {
  display: grid;
  gap: 8px;
}

body[data-page="dr-mix-admin"] .dr-admin-feed-card div {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
}

body[data-page="dr-mix-admin"] .dr-admin-feed-card strong {
  color: var(--admin-ink);
}

body[data-page="dr-mix-admin"] .dr-admin-feed-card span,
body[data-page="dr-mix-admin"] .dr-admin-feed-card p {
  margin: 0;
  color: var(--admin-muted);
  font-weight: 740;
  line-height: 1.45;
}

body[data-page="dr-mix-admin"] .dr-admin-feed-card pre {
  overflow: auto;
  margin: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
  padding: 10px;
  white-space: pre-wrap;
}

body[data-page="dr-mix-admin"] .dr-admin-empty {
  border: 1px dashed rgba(63, 51, 42, 0.22);
  border-radius: 14px;
  color: var(--admin-muted);
  font-weight: 800;
  padding: 18px;
}

body[data-page="dr-mix-admin"] .dr-admin-status {
  position: sticky;
  bottom: 14px;
  z-index: 12;
  width: fit-content;
  max-width: min(100%, 760px);
  margin: 0 0 24px auto;
  border: 1px solid var(--admin-line);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.92);
  color: var(--admin-muted);
  font-weight: 900;
  padding: 12px 16px;
  box-shadow: 0 18px 42px rgba(61, 47, 36, 0.12);
  backdrop-filter: blur(16px);
}

body[data-page="dr-mix-admin"] .dr-admin-status.error,
body[data-page="dr-mix-admin"] .form-note {
  color: #8f3f33;
}

body[data-page="dr-mix-admin"] .analytics-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

body[data-page="dr-mix-admin"] .analytics-card,
body[data-page="dr-mix-admin"] .analytics-columns section {
  border: 1px solid rgba(63, 51, 42, 0.1);
  border-radius: 14px;
  background: rgba(248, 243, 237, 0.72);
  padding: 14px;
}

body[data-page="dr-mix-admin"] .analytics-card {
  display: grid;
  gap: 8px;
}

body[data-page="dr-mix-admin"] .analytics-card span,
body[data-page="dr-mix-admin"] .analytics-row span {
  color: var(--admin-muted);
  font-size: 0.78rem;
  font-weight: 900;
}

body[data-page="dr-mix-admin"] .analytics-card strong {
  color: var(--admin-ink);
  font-size: 1.35rem;
}

body[data-page="dr-mix-admin"] .analytics-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

body[data-page="dr-mix-admin"] .analytics-columns h3 {
  margin: 0 0 12px;
  color: var(--admin-ink);
}

body[data-page="dr-mix-admin"] .analytics-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid rgba(63, 51, 42, 0.08);
  padding: 10px 0;
}

body[data-page="dr-mix-admin"] .analytics-dashboard {
  padding-bottom: 80px;
}

body[data-page="dr-mix-admin"] .analytics-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

body[data-page="dr-mix-admin"] .analytics-metric {
  display: grid;
  gap: 10px;
  min-height: 154px;
  border: 1px solid var(--admin-line);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 253, 249, 0.92), rgba(242, 233, 223, 0.72)),
    var(--admin-panel);
  box-shadow: 0 22px 56px rgba(61, 47, 36, 0.08);
  padding: 20px;
}

body[data-page="dr-mix-admin"] .analytics-metric span,
body[data-page="dr-mix-admin"] .analytics-metric small {
  color: var(--admin-muted);
  font-weight: 900;
}

body[data-page="dr-mix-admin"] .analytics-metric span {
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body[data-page="dr-mix-admin"] .analytics-metric strong {
  color: var(--admin-ink);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.95;
}

body[data-page="dr-mix-admin"] .analytics-metric small {
  align-self: end;
  font-size: 0.9rem;
  line-height: 1.35;
}

body[data-page="dr-mix-admin"] .dr-admin-analytics-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body[data-page="dr-mix-admin"] .dr-admin-analytics-grid .wide {
  grid-column: 1 / -1;
}

body[data-page="dr-mix-admin"] .funnel-list,
body[data-page="dr-mix-admin"] .analytics-table,
body[data-page="dr-mix-admin"] .orders-table,
body[data-page="dr-mix-admin"] .event-feed {
  display: grid;
  gap: 10px;
}

body[data-page="dr-mix-admin"] .funnel-step {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(63, 51, 42, 0.1);
  border-radius: 14px;
  background: rgba(248, 243, 237, 0.72);
  padding: 14px;
}

body[data-page="dr-mix-admin"] .funnel-step > div:first-child,
body[data-page="dr-mix-admin"] .analytics-table-row,
body[data-page="dr-mix-admin"] .event-feed-item,
body[data-page="dr-mix-admin"] .payment-order-row {
  display: grid;
  align-items: center;
  gap: 12px;
}

body[data-page="dr-mix-admin"] .funnel-step > div:first-child {
  grid-template-columns: minmax(0, 1fr) auto;
}

body[data-page="dr-mix-admin"] .funnel-step span,
body[data-page="dr-mix-admin"] .funnel-step small,
body[data-page="dr-mix-admin"] .analytics-table-row span,
body[data-page="dr-mix-admin"] .analytics-table-row em,
body[data-page="dr-mix-admin"] .event-feed-item span,
body[data-page="dr-mix-admin"] .event-feed-item small,
body[data-page="dr-mix-admin"] .payment-order-row span,
body[data-page="dr-mix-admin"] .payment-order-row small {
  color: var(--admin-muted);
  font-weight: 850;
}

body[data-page="dr-mix-admin"] .funnel-step strong,
body[data-page="dr-mix-admin"] .analytics-table-row strong,
body[data-page="dr-mix-admin"] .event-feed-item strong,
body[data-page="dr-mix-admin"] .payment-order-row strong,
body[data-page="dr-mix-admin"] .payment-order-row em {
  color: var(--admin-ink);
  font-style: normal;
  font-weight: 900;
}

body[data-page="dr-mix-admin"] .funnel-track {
  overflow: hidden;
  height: 11px;
  border-radius: 999px;
  background: rgba(63, 51, 42, 0.08);
}

body[data-page="dr-mix-admin"] .funnel-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--admin-cappuccino), var(--admin-cappuccino-dark));
}

body[data-page="dr-mix-admin"] .daily-chart {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(28px, 1fr);
  align-items: end;
  min-height: 280px;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
}

body[data-page="dr-mix-admin"] .daily-column {
  display: grid;
  min-width: 28px;
  height: 280px;
  align-items: end;
  gap: 8px;
}

body[data-page="dr-mix-admin"] .daily-column strong {
  color: var(--admin-muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-align: center;
  writing-mode: vertical-rl;
}

body[data-page="dr-mix-admin"] .daily-bars {
  display: grid;
  grid-template-columns: repeat(4, minmax(4px, 1fr));
  align-items: end;
  gap: 3px;
  height: 220px;
}

body[data-page="dr-mix-admin"] .daily-bars span {
  display: block;
  min-height: 3px;
  border-radius: 999px 999px 3px 3px;
}

body[data-page="dr-mix-admin"] .daily-bars .views {
  background: #8a6f59;
}

body[data-page="dr-mix-admin"] .daily-bars .buys {
  background: #2f6f72;
}

body[data-page="dr-mix-admin"] .daily-bars .markets {
  background: #b89b80;
}

body[data-page="dr-mix-admin"] .daily-bars .leads {
  background: #705d85;
}

body[data-page="dr-mix-admin"] .analytics-table-row,
body[data-page="dr-mix-admin"] .event-feed-item,
body[data-page="dr-mix-admin"] .payment-order-row {
  border: 1px solid rgba(63, 51, 42, 0.1);
  border-radius: 14px;
  background: rgba(248, 243, 237, 0.72);
  padding: 14px;
}

body[data-page="dr-mix-admin"] .analytics-table-row {
  grid-template-columns: 44px minmax(0, 1fr) auto;
}

body[data-page="dr-mix-admin"] .event-feed-item {
  grid-template-columns: minmax(130px, 0.38fr) minmax(0, 1fr) auto;
}

body[data-page="dr-mix-admin"] .payment-order-row {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr) auto;
}

body[data-page="dr-mix-admin"] .order-status {
  display: inline-flex;
  width: fit-content;
  min-height: 28px;
  align-items: center;
  border-radius: 999px;
  background: rgba(138, 111, 89, 0.14);
  color: var(--admin-cappuccino-dark);
  font-size: 0.74rem;
  padding: 0 10px;
}

body[data-page="dr-mix-admin"] .order-status.paid {
  background: rgba(47, 111, 80, 0.14);
  color: #2f6f50;
}

body[data-page="dr-mix-admin"] .order-status.failed {
  background: rgba(143, 63, 51, 0.14);
  color: #8f3f33;
}

body[data-page="dr-mix-admin"] .order-status.pending {
  background: rgba(184, 155, 128, 0.2);
  color: var(--admin-cappuccino-dark);
}

body[data-page="dr-mix-admin"] .dr-status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

body[data-page="dr-mix-admin"] .dr-admin-action-panel {
  display: grid;
  align-content: start;
  gap: 16px;
}

body[data-page="dr-mix-admin"] .dr-admin-action-panel p {
  margin: 0;
  color: var(--admin-muted);
  font-weight: 760;
  line-height: 1.55;
}

body[data-page="dr-mix-admin"] .dr-admin-action-panel .dr-admin-primary {
  display: inline-flex;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  text-decoration: none;
}

body[data-page="dr-mix-admin"] .dr-operations-shell {
  padding-bottom: 80px;
}

body[data-page="dr-mix-admin"] .dr-operations-toolbar {
  margin-bottom: 18px;
}

body[data-page="dr-mix-admin"] .dr-operations-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 14px;
}

body[data-page="dr-mix-admin"] .dr-operations-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body[data-page="dr-mix-admin"] .dr-operations-tabs button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  border: 1px solid var(--admin-line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--admin-ink);
  cursor: pointer;
  font-weight: 900;
  padding: 0 14px;
}

body[data-page="dr-mix-admin"] .dr-operations-tabs button.active,
body[data-page="dr-mix-admin"] .dr-operations-tabs button:hover {
  border-color: rgba(138, 111, 89, 0.32);
  background: rgba(184, 155, 128, 0.18);
}

body[data-page="dr-mix-admin"] .dr-operations-tabs button.active {
  border-color: rgba(255, 253, 249, 0.46);
  background: var(--admin-cappuccino);
  color: #fffdf9;
  box-shadow:
    inset 0 0 0 2px rgba(255, 253, 249, 0.28),
    0 16px 34px rgba(74, 55, 41, 0.24);
}

body[data-page="dr-mix-admin"] .dr-operations-tabs button.active::before {
  content: "✓";
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 253, 249, 0.2);
  color: #fffdf9;
  font-size: 0.82rem;
  line-height: 1;
}

body[data-page="dr-mix-admin"] .dr-active-filters {
  display: none !important;
}

body[data-page="dr-mix-admin"] .dr-order-sort-field select {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(49, 43, 36, 0.96);
  color: #fffdf9;
  font-weight: 900;
}

body[data-page="dr-mix-admin"] .dr-admin-ghost.active {
  border-color: rgba(255, 253, 249, 0.46);
  background: var(--admin-cappuccino);
  color: #fffdf9;
  box-shadow: 0 16px 34px rgba(74, 55, 41, 0.24);
}

body[data-page="dr-mix-admin"] .dr-operations-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.72fr);
  gap: 18px;
}

body[data-page="dr-mix-admin"] .dr-operations-list {
  display: grid;
  gap: 10px;
}

body[data-page="dr-mix-admin"] .dr-operation-card {
  display: grid;
  width: 100%;
  gap: 8px;
  border: 1px solid rgba(63, 51, 42, 0.1);
  border-radius: 14px;
  background: rgba(248, 243, 237, 0.72);
  color: var(--admin-ink);
  cursor: pointer;
  padding: 14px;
  text-align: left;
}

body[data-page="dr-mix-admin"] .dr-operation-card.active,
body[data-page="dr-mix-admin"] .dr-operation-card:hover {
  border-color: rgba(138, 111, 89, 0.36);
  background: rgba(184, 155, 128, 0.14);
}

body[data-page="dr-mix-admin"] .dr-operation-card strong {
  color: var(--admin-ink);
  font-size: 1.08rem;
}

body[data-page="dr-mix-admin"] .dr-operation-card small,
body[data-page="dr-mix-admin"] .dr-operation-card span:not(.order-status),
body[data-page="dr-mix-admin"] .dr-operation-card em {
  color: var(--admin-muted);
  font-style: normal;
  font-weight: 780;
  line-height: 1.35;
}

body[data-page="dr-mix-admin"] .dr-client-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

body[data-page="dr-mix-admin"] .dr-client-tags span {
  border: 1px solid rgba(63, 51, 42, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  color: var(--admin-ink);
  font-size: 0.72rem;
  font-weight: 900;
  padding: 5px 8px;
}

body[data-page="dr-mix-admin"] .dr-operations-detail {
  position: sticky;
  top: 92px;
  align-self: start;
}

body[data-page="dr-mix-admin"] .dr-operation-detail-body {
  display: grid;
  gap: 16px;
}

body[data-page="dr-mix-admin"] .dr-operation-detail-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body[data-page="dr-mix-admin"] .dr-operation-detail-status strong {
  color: var(--admin-muted);
  font-size: 0.9rem;
}

body[data-page="dr-mix-admin"] .dr-operation-meta {
  display: grid;
  gap: 8px;
  margin: 0;
}

body[data-page="dr-mix-admin"] .dr-operation-meta div {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 12px;
  border-bottom: 1px solid rgba(63, 51, 42, 0.08);
  padding: 9px 0;
}

body[data-page="dr-mix-admin"] .dr-operation-meta dt {
  color: var(--admin-muted);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body[data-page="dr-mix-admin"] .dr-operation-meta dd {
  margin: 0;
  color: var(--admin-ink);
  font-weight: 850;
  overflow-wrap: anywhere;
}

body[data-page="dr-mix-admin"] .dr-operation-message {
  display: grid;
  gap: 10px;
}

body[data-page="dr-mix-admin"] .dr-operation-message h3 {
  margin: 0;
  color: var(--admin-ink);
}

body[data-page="dr-mix-admin"] .dr-operation-message pre {
  overflow: auto;
  margin: 0;
  border: 1px solid rgba(63, 51, 42, 0.1);
  border-radius: 14px;
  background: rgba(248, 243, 237, 0.72);
  color: var(--admin-ink);
  font: inherit;
  font-weight: 780;
  line-height: 1.48;
  padding: 14px;
  white-space: pre-wrap;
}

body[data-page="dr-mix-admin"] .dr-client-crm-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  border: 1px solid rgba(63, 51, 42, 0.09);
  border-radius: 14px;
  background: rgba(248, 243, 237, 0.56);
  padding: 14px;
}

body[data-page="dr-mix-admin"] .dr-client-crm-form .wide,
body[data-page="dr-mix-admin"] .dr-client-crm-form button {
  grid-column: 1 / -1;
}

body[data-page="dr-mix-admin"] .dr-client-timeline {
  display: grid;
  gap: 10px;
}

body[data-page="dr-mix-admin"] .dr-client-timeline h3 {
  margin: 0;
  color: var(--admin-ink);
  font-size: 1rem;
}

body[data-page="dr-mix-admin"] .dr-client-timeline article {
  display: grid;
  gap: 7px;
  border: 1px solid rgba(63, 51, 42, 0.09);
  border-radius: 14px;
  background: rgba(248, 243, 237, 0.52);
  padding: 12px;
}

body[data-page="dr-mix-admin"] .dr-client-timeline span {
  color: var(--admin-muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

body[data-page="dr-mix-admin"] .dr-client-timeline strong {
  color: var(--admin-ink);
}

body[data-page="dr-mix-admin"] .dr-client-timeline pre {
  margin: 0;
  color: var(--admin-muted);
  font: inherit;
  font-weight: 720;
  line-height: 1.5;
  white-space: pre-wrap;
}

body[data-page="dr-mix-admin"] .dr-operation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body[data-page="dr-mix-admin"] .dr-operation-actions .dr-admin-ghost {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 14px;
  text-decoration: none;
}

:root[data-theme="dark"] body[data-page="dr-mix-admin"] {
  --admin-bg: #1f1d1a;
  --admin-panel: #27231f;
  --admin-ink: #fff8ef;
  --admin-muted: #c7b7a7;
  --admin-line: rgba(255, 248, 239, 0.13);
  background:
    linear-gradient(180deg, rgba(31, 29, 26, 0.96), rgba(38, 33, 29, 0.96)),
    var(--admin-bg);
}

:root[data-theme="dark"] body[data-page="dr-mix-admin"] .dr-admin-header,
:root[data-theme="dark"] body[data-page="dr-mix-admin"] .dr-admin-login,
:root[data-theme="dark"] body[data-page="dr-mix-admin"] .dr-admin-panel,
:root[data-theme="dark"] body[data-page="dr-mix-admin"] .dr-admin-summary article,
:root[data-theme="dark"] body[data-page="dr-mix-admin"] .dr-admin-status {
  background: rgba(39, 35, 31, 0.9);
}

:root[data-theme="dark"] body[data-page="dr-mix-admin"] .dr-admin-field input,
:root[data-theme="dark"] body[data-page="dr-mix-admin"] .dr-admin-field textarea,
:root[data-theme="dark"] body[data-page="dr-mix-admin"] .dr-admin-login input,
:root[data-theme="dark"] body[data-page="dr-mix-admin"] .dr-admin-nav a,
:root[data-theme="dark"] body[data-page="dr-mix-admin"] .dr-admin-ghost,
:root[data-theme="dark"] body[data-page="dr-mix-admin"] .dr-admin-icon,
:root[data-theme="dark"] body[data-page="dr-mix-admin"] .dr-admin-sidebar button,
:root[data-theme="dark"] body[data-page="dr-mix-admin"] .dr-admin-nested,
:root[data-theme="dark"] body[data-page="dr-mix-admin"] .dr-admin-table-row,
:root[data-theme="dark"] body[data-page="dr-mix-admin"] .dr-admin-inline-row,
:root[data-theme="dark"] body[data-page="dr-mix-admin"] .dr-admin-feed-card,
:root[data-theme="dark"] body[data-page="dr-mix-admin"] .analytics-card,
:root[data-theme="dark"] body[data-page="dr-mix-admin"] .analytics-columns section,
:root[data-theme="dark"] body[data-page="dr-mix-admin"] .analytics-metric,
:root[data-theme="dark"] body[data-page="dr-mix-admin"] .funnel-step,
:root[data-theme="dark"] body[data-page="dr-mix-admin"] .analytics-table-row,
:root[data-theme="dark"] body[data-page="dr-mix-admin"] .event-feed-item,
:root[data-theme="dark"] body[data-page="dr-mix-admin"] .payment-order-row,
:root[data-theme="dark"] body[data-page="dr-mix-admin"] .dr-operations-tabs button,
:root[data-theme="dark"] body[data-page="dr-mix-admin"] .dr-operation-card,
:root[data-theme="dark"] body[data-page="dr-mix-admin"] .dr-operation-message pre,
:root[data-theme="dark"] body[data-page="dr-mix-admin"] .dr-client-crm-form,
:root[data-theme="dark"] body[data-page="dr-mix-admin"] .dr-client-timeline article,
:root[data-theme="dark"] body[data-page="dr-mix-admin"] .dr-client-tags span {
  background: rgba(255, 248, 239, 0.06);
  color: var(--admin-ink);
}

@media (max-width: 1120px) {
  body[data-page="dr-mix-admin"] .dr-admin-grid,
  body[data-page="dr-mix-admin"] .dr-admin-ops-grid,
  body[data-page="dr-mix-admin"] .dr-admin-analytics-grid,
  body[data-page="dr-mix-admin"] .dr-operations-layout {
    grid-template-columns: 1fr;
  }

  body[data-page="dr-mix-admin"] .dr-operations-detail {
    position: static;
  }

  body[data-page="dr-mix-admin"] .dr-admin-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="dr-mix-admin"] .analytics-grid,
  body[data-page="dr-mix-admin"] .analytics-columns,
  body[data-page="dr-mix-admin"] .dr-admin-summary,
  body[data-page="dr-mix-admin"] .analytics-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  body[data-page="dr-mix-admin"] .dr-admin-header,
  body[data-page="dr-mix-admin"] .dr-admin-hero {
    grid-template-columns: 1fr;
  }

  body[data-page="dr-mix-admin"] .dr-admin-nav {
    justify-content: start;
    overflow-x: auto;
  }

  body[data-page="dr-mix-admin"] .dr-admin-actions {
    justify-content: space-between;
  }

  body[data-page="dr-mix-admin"] .dr-admin-hero h1 {
    font-size: clamp(2.6rem, 14vw, 4.2rem);
  }

  body[data-page="dr-mix-admin"] .dr-admin-form-grid,
  body[data-page="dr-mix-admin"] .dr-admin-summary,
  body[data-page="dr-mix-admin"] .analytics-summary,
  body[data-page="dr-mix-admin"] .analytics-grid,
  body[data-page="dr-mix-admin"] .analytics-columns,
  body[data-page="dr-mix-admin"] .dr-admin-sidebar,
  body[data-page="dr-mix-admin"] .dr-admin-inline-row,
  body[data-page="dr-mix-admin"] .dr-admin-media-actions,
  body[data-page="dr-mix-admin"] .dr-operations-controls,
  body[data-page="dr-mix-admin"] .dr-client-crm-form,
  body[data-page="dr-mix-admin"] .analytics-table-row,
  body[data-page="dr-mix-admin"] .event-feed-item,
  body[data-page="dr-mix-admin"] .payment-order-row,
  body[data-page="dr-mix-admin"] .dr-operation-meta div {
    grid-template-columns: 1fr;
  }

  body[data-page="dr-mix-admin"] .dr-admin-media-preview {
    width: 100%;
    max-width: 220px;
  }
}

/* Final Dr. Mix milk-coffee overrides */
body[data-page="dr-mix"] {
  --dr-lux-bg: #f2ebe1;
  --dr-lux-bg-2: #e7dacb;
  --dr-lux-terra: #a67858;
  --dr-lux-terra-dark: #8f6244;
  --dr-lux-ink: #2d261f;
  --dr-lux-muted: #796b5f;
  --dr-lux-line: rgba(92, 69, 51, 0.13);
  --dr-coffee: #a67858;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 248, 239, 0.92), transparent 34%),
    linear-gradient(180deg, #efe5d8 0%, #f7efe6 28%, #e8d9c9 100%);
  color: var(--dr-lux-ink);
}

body[data-page="dr-mix"] .site-header {
  border-bottom-color: rgba(92, 69, 51, 0.1);
  background: rgba(244, 235, 224, 0.92);
}

body[data-page="dr-mix"] .section,
body[data-page="dr-mix"] .dr-section,
body[data-page="dr-mix"] .dr-story,
body[data-page="dr-mix"] .dr-video-section,
body[data-page="dr-mix"] .dr-infographic-strip,
body[data-page="dr-mix"] .dr-market-bottom {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 248, 239, 0.72), transparent 28%),
    linear-gradient(180deg, rgba(242, 232, 219, 0.98), rgba(250, 242, 232, 0.94) 42%, rgba(231, 218, 203, 0.92));
}

body[data-page="dr-mix"] .dr-problem-section,
body[data-page="dr-mix"] .dr-use-cases-section,
body[data-page="dr-mix"] .dr-kit-section,
body[data-page="dr-mix"] .dr-contact-section,
body[data-page="dr-mix"] #payment {
  background:
    linear-gradient(180deg, rgba(231, 218, 203, 0.94), rgba(248, 241, 232, 0.98)),
    #efe3d4;
}

body[data-page="dr-mix"] .dr-card,
body[data-page="dr-mix"] .dr-feature,
body[data-page="dr-mix"] .dr-use-case-card,
body[data-page="dr-mix"] .dr-problem-grid article,
body[data-page="dr-mix"] .dr-detail-grid article,
body[data-page="dr-mix"] .dr-testimonial-grid article,
body[data-page="dr-mix"] .dr-faq-list details,
body[data-page="dr-mix"] .dr-delivery-card,
body[data-page="dr-mix"] .dr-comparison-table-wrap,
body[data-page="dr-mix"] .dr-payment-card,
body[data-page="dr-mix"] .dr-video-card,
body[data-page="dr-mix"] .dr-video-frame,
body[data-page="dr-mix"] .dr-spec-panel,
body[data-page="dr-mix"] .dr-kit-list span,
body[data-page="dr-mix"] .quote-layout {
  border-color: rgba(92, 69, 51, 0.12);
  background: rgba(255, 248, 239, 0.76);
  box-shadow: 0 24px 58px rgba(92, 69, 51, 0.1) !important;
}

body[data-page="dr-mix"] .lead-form,
body[data-page="dr-mix"] .lead-form input,
body[data-page="dr-mix"] .lead-form select,
body[data-page="dr-mix"] .lead-form textarea,
body[data-page="dr-mix"] .dr-contact-links a,
body[data-page="dr-mix"] .dr-payment-form input,
body[data-page="dr-mix"] .dr-payment-form select,
body[data-page="dr-mix"] .dr-payment-form textarea {
  border-color: rgba(92, 69, 51, 0.12);
  background: rgba(255, 248, 239, 0.72);
}

body[data-page="dr-mix"] .primary-btn,
body[data-page="dr-mix"] .header-cta {
  background: linear-gradient(180deg, #b88a68, #9b6d4d);
}

body[data-page="dr-mix"] .primary-btn:hover,
body[data-page="dr-mix"] .header-cta:hover {
  background: linear-gradient(180deg, #a17454, #845636);
}

body[data-page="dr-mix"] h2 span,
body[data-page="dr-mix"] .section-head h2 span,
body[data-page="dr-mix"] .dr-card-number,
body[data-page="dr-mix"] .dr-use-case-card span,
body[data-page="dr-mix"] .dr-delivery-card span {
  color: var(--dr-coffee);
}

body[data-page="dr-mix"] .dr-contact-disclosure {
  width: 100%;
}

body[data-page="dr-mix"] .dr-contact-summary {
  display: grid;
  grid-template-columns: minmax(0, auto) minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
  border: 1px solid rgba(92, 69, 51, 0.12);
  border-radius: 18px;
  background: rgba(255, 248, 239, 0.78);
  box-shadow: 0 18px 42px rgba(92, 69, 51, 0.08) !important;
  cursor: pointer;
  list-style: none;
  padding: 16px 18px;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

body[data-page="dr-mix"] .dr-contact-summary:hover,
body[data-page="dr-mix"] .dr-contact-summary:focus-visible {
  border-color: rgba(122, 85, 58, 0.24);
  background: rgba(255, 248, 239, 0.9);
  box-shadow: 0 22px 50px rgba(92, 69, 51, 0.12) !important;
  outline: 0;
  transform: translateY(-1px);
}

body[data-page="dr-mix"] .dr-contact-summary::-webkit-details-marker {
  display: none;
}

body[data-page="dr-mix"] .dr-contact-summary span {
  width: fit-content;
  border: 1px solid rgba(92, 69, 51, 0.1);
  border-radius: 999px;
  background: rgba(255, 248, 239, 0.72);
  color: var(--dr-lux-muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  padding: 7px 12px;
  text-transform: uppercase;
}

body[data-page="dr-mix"] .dr-contact-summary strong {
  color: var(--dr-lux-ink);
  font-size: clamp(1.05rem, 1.7vw, 1.45rem);
  line-height: 1.15;
}

body[data-page="dr-mix"] .dr-contact-summary em {
  color: var(--dr-lux-muted);
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

body[data-page="dr-mix"] .dr-contact-summary em::after {
  display: inline-block;
  margin-left: 9px;
  content: "−";
}

body[data-page="dr-mix"] .dr-contact-disclosure:not([open]) .dr-contact-summary em::after {
  content: "+";
}

body[data-page="dr-mix"] .dr-contact-disclosure:not([open]) .quote-layout {
  display: none;
}

body[data-page="dr-mix"] #contacts:target .dr-contact-disclosure:not([open]) .quote-layout {
  display: grid;
}

body[data-page="dr-mix"] #contacts:target .dr-contact-disclosure:not([open]) .dr-contact-summary em::after {
  content: "−";
}

body[data-page="dr-mix"] .dr-payment-card.marketplace-mode {
  padding: clamp(22px, 3.2vw, 36px);
}

body[data-page="dr-mix"] .dr-payment-card.marketplace-mode .dr-payment-auth,
body[data-page="dr-mix"] .dr-payment-card.marketplace-mode .dr-payment-form {
  display: none !important;
}

body[data-page="dr-mix"] .dr-marketplace-checkout {
  display: grid;
  gap: 10px;
}

body[data-page="dr-mix"] .dr-marketplace-section-head {
  margin: 0 auto clamp(18px, 3vw, 28px);
  max-width: 760px;
  text-align: left;
}

body[data-page="dr-mix"] .dr-marketplace-copy {
  display: grid;
  gap: 10px;
  max-width: 760px;
}

body[data-page="dr-mix"] .dr-marketplace-copy h2 {
  margin: 0;
  color: var(--dr-lux-ink);
  font-size: clamp(2.6rem, 5vw, 5.2rem);
}

body[data-page="dr-mix"] .dr-marketplace-copy p:not(.eyebrow) {
  margin: 0;
  color: var(--dr-lux-muted);
  font-weight: 720;
  line-height: 1.65;
}

body[data-page="dr-mix"] .dr-marketplace-checkout .dr-market-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body[data-page="dr-mix"] .dr-marketplace-checkout .dr-market-links a {
  min-height: 112px;
  border-radius: 18px;
  background: rgba(255, 248, 239, 0.84);
}

body[data-page="dr-mix"] .dr-marketplace-checkout .dr-market-links .marketplace-ozon {
  background: linear-gradient(135deg, #0069ff 0%, #0050d8 100%);
  box-shadow: 0 18px 38px rgba(0, 91, 255, 0.22);
  color: #ffffff;
}

body[data-page="dr-mix"] .dr-marketplace-checkout .dr-market-links .marketplace-wb {
  background: linear-gradient(135deg, #cb11ab 0%, #7f1785 100%);
  box-shadow: 0 18px 38px rgba(203, 17, 171, 0.22);
  color: #ffffff;
}

body[data-page="dr-mix"] .dr-marketplace-checkout .dr-market-links .marketplace-ozon span,
body[data-page="dr-mix"] .dr-marketplace-checkout .dr-market-links .marketplace-ozon strong,
body[data-page="dr-mix"] .dr-marketplace-checkout .dr-market-links .marketplace-wb span,
body[data-page="dr-mix"] .dr-marketplace-checkout .dr-market-links .marketplace-wb strong {
  color: #ffffff;
}

body[data-page="dr-mix"] .dr-marketplace-checkout .dr-market-links .marketplace-ozon:hover,
body[data-page="dr-mix"] .dr-marketplace-checkout .dr-market-links .marketplace-wb:hover {
  transform: translateY(-2px);
}

body[data-page="dr-mix"] .dr-manual-order {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  border: 1px solid rgba(92, 69, 51, 0.12);
  border-radius: 14px;
  background: rgba(255, 248, 239, 0.58);
  padding: 12px 14px;
}

body[data-page="dr-mix"] .dr-manual-order span {
  border-radius: 999px;
  background: rgba(122, 85, 58, 0.1);
  color: var(--dr-lux-muted);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 7px 9px;
  text-transform: uppercase;
}

body[data-page="dr-mix"] .dr-manual-order strong {
  color: var(--dr-lux-ink);
  font-size: 0.95rem;
  line-height: 1.15;
}

body[data-page="dr-mix"] .dr-manual-order p {
  margin: 0;
  color: var(--dr-lux-muted);
  font-size: 0.86rem;
  font-weight: 740;
  line-height: 1.45;
}

body[data-page="dr-mix"] .dr-manual-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body[data-page="dr-mix"] .dr-manual-actions a {
  min-height: 42px;
  padding: 0 18px;
}

body[data-page="dr-mix"] .dr-payment-summary-card {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr) minmax(180px, 0.38fr);
  gap: 18px;
  align-items: center;
  border: 1px solid rgba(92, 69, 51, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 250, 244, 0.96), rgba(229, 211, 190, 0.44)),
    rgba(255, 248, 239, 0.9);
  box-shadow: 0 18px 44px rgba(92, 69, 51, 0.09);
  padding: 16px;
}

body[data-page="dr-mix"] .dr-payment-product-media {
  display: grid;
  place-items: center;
  overflow: hidden;
  width: 118px;
  aspect-ratio: 1;
  border: 1px solid rgba(92, 69, 51, 0.1);
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.82), transparent 54%),
    rgba(239, 224, 205, 0.72);
}

body[data-page="dr-mix"] .dr-payment-product-media img {
  width: 92%;
  height: 92%;
  object-fit: contain;
  filter: drop-shadow(0 14px 18px rgba(58, 43, 31, 0.18));
}

body[data-page="dr-mix"] .dr-payment-summary-copy {
  display: grid;
  gap: 8px;
  min-width: 0;
}

body[data-page="dr-mix"] .dr-payment-tags,
body[data-page="dr-mix"] .dr-payment-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

body[data-page="dr-mix"] .dr-payment-tags span,
body[data-page="dr-mix"] .dr-payment-specs span {
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 7px 9px;
  text-transform: uppercase;
}

body[data-page="dr-mix"] .dr-payment-tags span {
  background: rgba(122, 85, 58, 0.1);
  color: var(--dr-lux-muted);
}

body[data-page="dr-mix"] .dr-payment-specs span {
  border: 1px solid rgba(92, 69, 51, 0.09);
  background: rgba(255, 255, 255, 0.52);
  color: rgba(72, 55, 42, 0.78);
}

body[data-page="dr-mix"] .dr-payment-summary-copy h3 {
  margin: 0;
  color: var(--dr-lux-ink);
  font-size: clamp(1.45rem, 2.3vw, 2.2rem);
  line-height: 0.98;
}

body[data-page="dr-mix"] .dr-payment-summary-copy p {
  max-width: 54ch;
  margin: 0;
  color: var(--dr-lux-muted);
  font-size: 0.92rem;
  font-weight: 760;
  line-height: 1.45;
}

body[data-page="dr-mix"] .dr-payment-summary-side {
  display: grid;
  gap: 9px;
  align-content: center;
  border-left: 1px solid rgba(92, 69, 51, 0.12);
  padding-left: 18px;
}

body[data-page="dr-mix"] .dr-payment-summary-side > span {
  color: var(--dr-lux-muted);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

body[data-page="dr-mix"] .dr-payment-summary-side > strong {
  color: var(--dr-coffee);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(2.6rem, 4.2vw, 3.7rem);
  line-height: 0.85;
}

body[data-page="dr-mix"] .dr-payment-summary-side .primary-btn {
  min-height: 42px;
  padding: 0 16px;
}

body[data-page="dr-mix"] .dr-payment-socials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

body[data-page="dr-mix"] .dr-payment-socials .secondary-btn {
  min-height: 36px;
  padding: 0 10px;
}

body[data-page="dr-mix"] .dr-catalog-payment-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(92, 69, 51, 0.12);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 248, 239, 0.96), rgba(224, 207, 187, 0.42)),
    rgba(255, 248, 239, 0.86);
  padding: 14px 16px;
}

body[data-page="dr-mix"] .dr-catalog-payment-card > div {
  display: grid;
  align-content: start;
  gap: 6px;
}

body[data-page="dr-mix"] .dr-catalog-payment-card span {
  width: fit-content;
  border: 1px solid rgba(92, 69, 51, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--dr-lux-muted);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 6px 8px;
  text-transform: uppercase;
}

body[data-page="dr-mix"] .dr-catalog-payment-card strong {
  color: var(--dr-lux-ink);
  font-size: clamp(1.1rem, 1.7vw, 1.45rem);
  line-height: 1.05;
}

body[data-page="dr-mix"] .dr-catalog-payment-card p {
  margin: 0;
  color: var(--dr-lux-muted);
  font-size: 0.86rem;
  font-weight: 760;
  line-height: 1.45;
}

body[data-page="dr-mix"] .dr-catalog-payment-price {
  border-left: 1px solid rgba(92, 69, 51, 0.12);
  min-width: 150px;
  padding-left: 14px;
}

body[data-page="dr-mix"] .dr-catalog-payment-price strong {
  color: var(--dr-coffee);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(2.2rem, 3.6vw, 3.1rem);
}

body[data-page="dr-mix"] .dr-ozon-logistics-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, auto);
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(0, 91, 255, 0.18);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(0, 91, 255, 0.08), rgba(255, 248, 239, 0.9)),
    rgba(255, 248, 239, 0.82);
  padding: 14px 16px;
}

body[data-page="dr-mix"] .dr-ozon-logistics-card span {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  background: #005bff;
  color: #ffffff;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 6px 8px;
  text-transform: uppercase;
}

body[data-page="dr-mix"] .dr-ozon-logistics-card strong {
  display: block;
  margin-top: 8px;
  color: var(--dr-lux-ink);
  font-size: clamp(1.08rem, 1.7vw, 1.45rem);
  line-height: 1.05;
}

body[data-page="dr-mix"] .dr-ozon-logistics-card p,
body[data-page="dr-mix"] .dr-ozon-logistics-card li {
  color: var(--dr-lux-muted);
  font-size: 0.84rem;
  font-weight: 760;
  line-height: 1.45;
}

body[data-page="dr-mix"] .dr-ozon-logistics-card p {
  margin: 7px 0 0;
}

body[data-page="dr-mix"] .dr-ozon-logistics-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body[data-page="dr-mix"] .dr-ozon-logistics-card li {
  border: 1px solid rgba(92, 69, 51, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.48);
  padding: 8px 10px;
}

body[data-page="dr-mix"] .dr-promo-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  border: 1px dashed rgba(122, 85, 58, 0.28);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(166, 120, 88, 0.13), rgba(255, 248, 239, 0.9)),
    rgba(255, 248, 239, 0.82);
  padding: 12px 14px;
}

body[data-page="dr-mix"] .dr-promo-card > span {
  color: var(--dr-lux-muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body[data-page="dr-mix"] .dr-promo-card > strong {
  width: fit-content;
  border-radius: 12px;
  background: rgba(45, 38, 31, 0.08);
  color: var(--dr-lux-ink);
  font-size: 1.35rem;
  letter-spacing: 0.08em;
  padding: 8px 12px;
}

body[data-page="dr-mix"] .dr-promo-card p {
  flex: 1 1 240px;
  margin: 0;
  color: var(--dr-lux-muted);
  font-size: 0.84rem;
  font-weight: 720;
  line-height: 1.45;
}

body[data-page="dr-mix"] .dr-promo-card .secondary-btn {
  width: fit-content;
  min-height: 40px;
}

body[data-page="dr-mix"] .dr-promo-card.is-unlocked {
  border-style: solid;
  border-color: rgba(122, 85, 58, 0.24);
}

body[data-page="dr-mix"] .dr-payment-support-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 10px;
}

body[data-page="dr-mix"] .dr-payment-support-grid .dr-ozon-logistics-card,
body[data-page="dr-mix"] .dr-payment-support-grid .dr-promo-card {
  min-height: 0;
  box-shadow: none;
}

body[data-page="dr-mix"] .dr-payment-support-grid .dr-ozon-logistics-card {
  grid-template-columns: minmax(0, 1fr) minmax(170px, auto);
  background:
    linear-gradient(135deg, rgba(0, 91, 255, 0.055), rgba(255, 248, 239, 0.86)),
    rgba(255, 248, 239, 0.78);
}

body[data-page="dr-mix"] .dr-payment-support-grid .dr-ozon-logistics-card strong {
  font-size: 1.05rem;
}

body[data-page="dr-mix"] .dr-payment-support-grid .dr-ozon-logistics-card ul {
  gap: 6px;
}

body[data-page="dr-mix"] .dr-payment-support-grid .dr-ozon-logistics-card li {
  white-space: nowrap;
}

body[data-page="dr-mix"] .dr-payment-support-grid .dr-promo-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px 10px;
}

body[data-page="dr-mix"] .dr-payment-support-grid .dr-promo-card > span {
  grid-column: 1 / -1;
}

body[data-page="dr-mix"] .dr-payment-support-grid .dr-promo-card p {
  flex: initial;
  font-size: 0.8rem;
}

body[data-page="dr-mix"] .dr-payment-support-grid .dr-promo-card .secondary-btn {
  min-height: 36px;
  padding: 0 12px;
}

body[data-page="dr-mix"] .dr-payment-summary-card {
  grid-template-columns: 104px minmax(0, 1fr) 188px;
  gap: 16px;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.98), rgba(238, 224, 207, 0.5)),
    rgba(255, 248, 239, 0.94);
  box-shadow: 0 20px 50px rgba(92, 69, 51, 0.1);
  padding: 14px;
}

body[data-page="dr-mix"] .dr-payment-product-media {
  width: 104px;
  border-radius: 16px;
}

body[data-page="dr-mix"] .dr-payment-summary-copy {
  gap: 7px;
}

body[data-page="dr-mix"] .dr-payment-summary-copy h3 {
  font-size: clamp(1.55rem, 2.1vw, 2.05rem);
}

body[data-page="dr-mix"] .dr-payment-summary-copy p {
  max-width: 48ch;
  font-size: 0.88rem;
}

body[data-page="dr-mix"] .dr-payment-tags span,
body[data-page="dr-mix"] .dr-payment-specs span {
  font-size: 0.64rem;
  padding: 6px 8px;
}

body[data-page="dr-mix"] .dr-payment-summary-side {
  gap: 8px;
  padding-left: 16px;
}

body[data-page="dr-mix"] .dr-payment-summary-side > strong {
  font-size: clamp(2.45rem, 3.8vw, 3.4rem);
}

body[data-page="dr-mix"] .dr-payment-socials {
  gap: 6px;
}

body[data-page="dr-mix"] .dr-payment-note-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  border: 1px solid rgba(92, 69, 51, 0.1);
  border-radius: 14px;
  background: rgba(255, 250, 244, 0.78);
  padding: 10px 12px;
}

body[data-page="dr-mix"] .dr-payment-note-strip span,
body[data-page="dr-mix"] .dr-payment-secondary-row > div > span {
  border-radius: 999px;
  background: rgba(122, 85, 58, 0.1);
  color: var(--dr-lux-muted);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 6px 8px;
  text-transform: uppercase;
}

body[data-page="dr-mix"] .dr-payment-note-strip strong {
  color: var(--dr-lux-ink);
  font-size: 0.9rem;
  line-height: 1.15;
}

body[data-page="dr-mix"] .dr-payment-note-strip p {
  flex: 1 1 280px;
  margin: 0;
  color: var(--dr-lux-muted);
  font-size: 0.82rem;
  font-weight: 740;
  line-height: 1.35;
}

body[data-page="dr-mix"] .dr-payment-secondary-row {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 10px;
}

body[data-page="dr-mix"] .dr-payment-secondary-row .dr-ozon-logistics-card,
body[data-page="dr-mix"] .dr-payment-secondary-row .dr-promo-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 7px 10px;
  min-height: 76px;
  border-radius: 14px;
  padding: 10px 12px;
  box-shadow: none;
}

body[data-page="dr-mix"] .dr-payment-secondary-row .dr-ozon-logistics-card {
  border-color: rgba(0, 91, 255, 0.13);
  background: rgba(255, 250, 244, 0.74);
}

body[data-page="dr-mix"] .dr-payment-secondary-row .dr-promo-card {
  border-style: dashed;
  background: rgba(255, 250, 244, 0.78);
}

body[data-page="dr-mix"] .dr-payment-secondary-row .dr-ozon-logistics-card strong,
body[data-page="dr-mix"] .dr-payment-secondary-row .dr-promo-card > strong {
  margin: 0;
  color: var(--dr-lux-ink);
  font-family: Manrope, system-ui, sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0;
  line-height: 1.1;
  padding: 0;
  background: transparent;
}

body[data-page="dr-mix"] .dr-payment-secondary-row .dr-ozon-logistics-card p,
body[data-page="dr-mix"] .dr-payment-secondary-row .dr-promo-card p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--dr-lux-muted);
  font-size: 0.78rem;
  font-weight: 720;
  line-height: 1.35;
}

body[data-page="dr-mix"] .dr-payment-secondary-row .dr-promo-card .secondary-btn {
  justify-self: end;
  min-height: 34px;
  padding: 0 12px;
}

/* Reference-style checkout block */
body[data-page="dr-mix"] .dr-payment-card.marketplace-mode {
  width: min(100%, 1260px);
  margin: 0 auto;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

body[data-page="dr-mix"] .dr-marketplace-checkout {
  gap: 22px;
}

body[data-page="dr-mix"] .dr-payment-summary-card {
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr) minmax(300px, 320px);
  gap: clamp(16px, 2.2vw, 28px);
  min-height: 330px;
  border: 1px solid rgba(92, 69, 51, 0.13);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 22px 58px rgba(92, 69, 51, 0.13);
  padding: clamp(24px, 3vw, 36px);
}

body[data-page="dr-mix"] .dr-payment-product-media {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 280px;
  border: 0;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.96), rgba(239, 229, 217, 0.72) 68%),
    rgba(239, 229, 217, 0.68);
  padding: 14px;
}

body[data-page="dr-mix"] .dr-payment-product-media img {
  position: absolute;
  inset: 14px;
  width: calc(100% - 28px) !important;
  max-width: calc(100% - 28px) !important;
  height: calc(100% - 28px) !important;
  max-height: calc(100% - 28px) !important;
  object-fit: contain !important;
  object-position: center !important;
  filter: none;
}

body[data-page="dr-mix"] .dr-payment-summary-copy {
  align-content: center;
  gap: 18px;
}

body[data-page="dr-mix"] .dr-payment-summary-copy h3 {
  font-family: Manrope, system-ui, sans-serif;
  font-size: clamp(1.9rem, 3vw, 2.85rem);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1;
}

body[data-page="dr-mix"] .dr-payment-summary-copy p {
  max-width: 360px;
  color: rgba(63, 50, 41, 0.78);
  font-size: clamp(0.98rem, 1.25vw, 1.12rem);
  font-weight: 500;
  line-height: 1.45;
}

body[data-page="dr-mix"] .dr-payment-specs {
  gap: 0;
  width: fit-content;
  border-top: 1px solid rgba(92, 69, 51, 0.14);
  padding-top: 20px;
}

body[data-page="dr-mix"] .dr-payment-specs span {
  display: grid;
  place-items: center;
  min-width: 110px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(63, 50, 41, 0.82);
  font-size: clamp(0.92rem, 1.15vw, 1.04rem);
  font-weight: 500;
  letter-spacing: 0;
  padding: 0 18px;
  text-transform: none;
}

body[data-page="dr-mix"] .dr-payment-specs span + span {
  border-left: 1px solid rgba(92, 69, 51, 0.15);
}

body[data-page="dr-mix"] .dr-payment-specs b {
  font-weight: 500;
}

body[data-page="dr-mix"] .dr-payment-summary-side {
  gap: 12px;
  align-content: center;
  border-left: 1px solid rgba(92, 69, 51, 0.16);
  min-width: 0;
  padding-left: clamp(16px, 1.8vw, 24px);
}

body[data-page="dr-mix"] .dr-payment-summary-side > span {
  color: rgba(63, 50, 41, 0.74);
  font-size: clamp(0.82rem, 1vw, 0.95rem);
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

body[data-page="dr-mix"] .dr-payment-summary-side > strong {
  color: var(--dr-coffee);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(3rem, 4vw, 4rem);
  line-height: 0.9;
  white-space: nowrap;
}

body[data-page="dr-mix"] .dr-payment-summary-side .primary-btn {
  width: 100%;
  min-height: 56px;
  border-radius: 14px;
  font-size: clamp(0.82rem, 0.9vw, 0.94rem);
  font-weight: 900;
  padding: 0 14px;
}

body[data-page="dr-mix"] .dr-payment-summary-side p {
  margin: 0;
  color: rgba(63, 50, 41, 0.72);
  font-size: clamp(0.8rem, 0.95vw, 0.92rem);
  font-weight: 500;
  line-height: 1.45;
}

body[data-page="dr-mix"] .dr-payment-flow-card,
body[data-page="dr-mix"] .dr-payment-delivery-card {
  display: grid;
  grid-template-columns: 58px auto minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  border: 1px solid rgba(92, 69, 51, 0.13);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.56);
  padding: 24px 32px;
}

body[data-page="dr-mix"] .dr-payment-flow-card > span,
body[data-page="dr-mix"] .dr-payment-delivery-card > span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(180deg, #caa37b, #aa744d);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 900;
}

body[data-page="dr-mix"] .dr-payment-flow-card strong,
body[data-page="dr-mix"] .dr-payment-delivery-card strong {
  color: var(--dr-lux-ink);
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  line-height: 1.15;
}

body[data-page="dr-mix"] .dr-payment-flow-card p,
body[data-page="dr-mix"] .dr-payment-delivery-card p {
  margin: 0;
  color: rgba(38, 32, 27, 0.88);
  font-size: clamp(1.02rem, 1.55vw, 1.34rem);
  font-weight: 500;
  line-height: 1.45;
}

body[data-page="dr-mix"] .dr-payment-flow-card em {
  padding: 0 12px;
  color: var(--dr-coffee);
  font-style: normal;
}

body[data-page="dr-mix"] .dr-payment-delivery-card {
  grid-template-columns: 58px minmax(0, 1fr);
}

body[data-page="dr-mix"] .dr-payment-delivery-card div {
  display: grid;
  gap: 8px;
}

body[data-page="dr-mix"] .dr-payment-tags,
body[data-page="dr-mix"] .dr-payment-socials,
body[data-page="dr-mix"] .dr-payment-note-strip,
body[data-page="dr-mix"] .dr-payment-secondary-row {
  display: none;
}

@media (max-width: 900px) {
  body[data-page="dr-mix"] .dr-payment-summary-card {
    grid-template-columns: 1fr;
    gap: 22px;
    min-height: 0;
    border-radius: 26px;
    padding: 18px;
  }

  body[data-page="dr-mix"] .dr-payment-product-media {
    min-height: 260px;
    height: 320px;
  }

  body[data-page="dr-mix"] .dr-payment-summary-copy {
    gap: 16px;
  }

  body[data-page="dr-mix"] .dr-payment-summary-side {
    border-top: 1px solid rgba(92, 69, 51, 0.14);
    border-left: 0;
    padding-top: 20px;
    padding-left: 0;
  }

  body[data-page="dr-mix"] .dr-payment-flow-card,
  body[data-page="dr-mix"] .dr-payment-delivery-card {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    border-radius: 20px;
    padding: 18px;
  }

  body[data-page="dr-mix"] .dr-payment-flow-card > span,
  body[data-page="dr-mix"] .dr-payment-delivery-card > span {
    width: 46px;
    height: 46px;
  }

  body[data-page="dr-mix"] .dr-payment-flow-card p {
    grid-column: 2;
  }
}

@media (max-width: 560px) {
  body[data-page="dr-mix"] .dr-payment-card.marketplace-mode {
    width: 100%;
  }

  body[data-page="dr-mix"] .dr-payment-product-media {
    height: 260px;
  }

  body[data-page="dr-mix"] .dr-payment-specs {
    width: 100%;
  }

  body[data-page="dr-mix"] .dr-payment-specs span {
    min-width: 0;
    flex: 1 1 50%;
    padding: 0 12px;
  }

  body[data-page="dr-mix"] .dr-payment-summary-side .primary-btn {
    width: 100%;
  }

  body[data-page="dr-mix"] .dr-payment-flow-card {
    align-items: start;
  }

  body[data-page="dr-mix"] .dr-payment-flow-card p {
    display: grid;
    gap: 4px;
  }

  body[data-page="dr-mix"] .dr-payment-flow-card em {
    display: none;
  }
}

body[data-page="dr-mix"] .dr-legal-footer {
  border-top: 1px solid rgba(92, 69, 51, 0.12);
  background: rgba(255, 248, 239, 0.78);
  padding: 18px 0;
}

body[data-page="dr-mix"] .dr-legal-footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  color: var(--dr-lux-muted);
  font-size: 0.82rem;
  font-weight: 800;
}

body[data-page="dr-mix"] .dr-legal-footer-inner strong {
  color: var(--dr-lux-ink);
  font-weight: 900;
}

@media (max-width: 760px) {
  body[data-page="dr-mix"] .dr-contact-summary {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body[data-page="dr-mix"] .dr-contact-summary em {
    white-space: normal;
  }

  body[data-page="dr-mix"] .dr-marketplace-checkout .dr-market-links {
    grid-template-columns: 1fr;
  }

  body[data-page="dr-mix"] .dr-manual-actions {
    display: grid;
  }

  body[data-page="dr-mix"] .dr-catalog-payment-card {
    grid-template-columns: 1fr;
  }

  body[data-page="dr-mix"] .dr-payment-summary-card {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 12px;
  }

  body[data-page="dr-mix"] .dr-payment-product-media {
    width: 86px;
    border-radius: 14px;
  }

  body[data-page="dr-mix"] .dr-payment-summary-side {
    grid-column: 1 / -1;
    grid-template-columns: auto auto;
    align-items: center;
    border-top: 1px solid rgba(92, 69, 51, 0.12);
    border-left: 0;
    padding-top: 12px;
    padding-left: 0;
  }

  body[data-page="dr-mix"] .dr-payment-summary-side .primary-btn,
  body[data-page="dr-mix"] .dr-payment-socials {
    grid-column: 1 / -1;
  }

  body[data-page="dr-mix"] .dr-payment-support-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="dr-mix"] .dr-catalog-payment-price {
    border-top: 1px solid rgba(92, 69, 51, 0.12);
    border-left: 0;
    padding-top: 16px;
    padding-left: 0;
  }

  body[data-page="dr-mix"] .dr-ozon-logistics-card {
    grid-template-columns: 1fr;
  }

  body[data-page="dr-mix"] .dr-legal-footer-inner {
    display: grid;
    gap: 8px;
  }
}

/* Final emergency hero visibility guard */
body[data-page="dr-mix"] .dr-hero {
  isolation: isolate;
}

body[data-page="dr-mix"] .dr-hero-inner,
body[data-page="dr-mix"] .dr-hero-copy,
body[data-page="dr-mix"] .dr-hero-copy *,
body[data-page="dr-mix"] .dr-proof-strip,
body[data-page="dr-mix"] .dr-hero-actions {
  position: relative;
  z-index: 2;
  opacity: 1 !important;
  visibility: visible !important;
}

body[data-page="dr-mix"] .dr-hero-copy {
  transform: none !important;
}

body[data-page="dr-mix"] .dr-hero-copy h1,
body[data-page="dr-mix"] .dr-hero-copy h1 span {
  color: #ffffff !important;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
}

body[data-page="dr-mix"] .dr-hero-copy .eyebrow,
body[data-page="dr-mix"] .dr-hero-copy > p:not(.eyebrow),
body[data-page="dr-mix"] .dr-proof-strip span {
  color: rgba(255, 255, 255, 0.92) !important;
}

/* Final local repair: lifestyle section must render as one balanced photo block. */
body[data-page="dr-mix"] .dr-lifestyle-section .dr-lifestyle-layout {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.78fr) minmax(420px, 1.22fr) !important;
  gap: clamp(28px, 4vw, 64px) !important;
  align-items: center !important;
}

body[data-page="dr-mix"] .dr-lifestyle-section .dr-lifestyle-photo-panel {
  display: grid !important;
  align-content: center !important;
  gap: 0 !important;
  min-width: 0 !important;
}

body[data-page="dr-mix"] .dr-lifestyle-section .dr-lifestyle-photo-panel h2 {
  margin: 18px 0 0 !important;
  font-size: clamp(3.4rem, 5vw, 5.8rem) !important;
}

body[data-page="dr-mix"] .dr-lifestyle-section .dr-lifestyle-photo-panel > img {
  display: none !important;
}

body[data-page="dr-mix"] .dr-lifestyle-section .dr-lifestyle-stats {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  margin-top: 28px !important;
}

body[data-page="dr-mix"] .dr-lifestyle-section .dr-lifestyle-stats span {
  border: 1px solid rgba(92, 69, 51, 0.1) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.62) !important;
  padding: 14px 16px !important;
}

body[data-page="dr-mix"] .dr-lifestyle-section .dr-lifestyle-stats strong {
  font-family: Manrope, system-ui, sans-serif !important;
  font-size: 1.05rem !important;
  font-weight: 900 !important;
}

body[data-page="dr-mix"] .dr-lifestyle-section figure {
  min-width: 0 !important;
  margin: 0 !important;
  border-radius: 30px !important;
}

body[data-page="dr-mix"] .dr-lifestyle-section figure img {
  display: block !important;
  width: 100% !important;
  height: clamp(360px, 38vw, 560px) !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  object-position: center !important;
}

@media (max-width: 900px) {
  body[data-page="dr-mix"] .dr-lifestyle-section .dr-lifestyle-layout {
    grid-template-columns: 1fr !important;
  }

  body[data-page="dr-mix"] .dr-lifestyle-section figure img {
    height: clamp(300px, 72vw, 460px) !important;
  }
}
