/* ==========================================================================
   DROIX 2026 home page (design handoff home2.css, dxh-* classes).
   Scoped to body.droix-home-surface (the page in droix_home_page_id — staging
   permalink and front page alike). Handle 'droix-home', deps droix-tokens +
   droix-pcard. Section markup comes from inc/home.php shortcodes; hero
   behaviour from assets/js/home.js.
   ========================================================================== */

/* ── Surface shell: full-bleed content, no page chrome ──
   The .col-full reset is scoped to #content only: header/nav/footer keep the
   sitewide 1280px container (body.header-5 .col-full in style.css) so the home
   page lines up with every other page. */
body.droix-home-surface #content.site-content { padding: 0; background: #fff; }
body.droix-home-surface #content .col-full { max-width: none; margin: 0; padding: 0; }
body.droix-home-surface #primary.content-area { width: 100%; float: none; margin: 0; }
body.droix-home-surface h1.entry-title,
body.droix-home-surface .entry-header,
body.droix-home-surface .page-header,
body.droix-home-surface .woocommerce-breadcrumb,
body.droix-home-surface .rank-math-breadcrumb { display: none; }
body.droix-home-surface .entry-content,
body.droix-home-surface .type-page .entry-content {
  /* inner rail = 1280px, matching the header/nav/footer container */
  max-width: calc(1280px + 64px); margin: 0 auto; padding: 0 32px 72px; float: none; width: auto;
}
@media (max-width: 760px) {
  body.droix-home-surface .entry-content { padding: 0 16px 56px; }
}
body.droix-home-surface .entry-content > p:empty { display: none; }
/* the design uses no underlined links anywhere on this surface */
body.droix-home-surface .entry-content a,
body.droix-home-surface .entry-content a:hover { text-decoration: none; }

/* ── Shared section heading ── */
.dxh-sec { margin-top: 56px; }
.dxh-sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 22px; }
.dxh-eyebrow {
  display: inline-flex; align-items: center; gap: 8px; white-space: nowrap;
  font-family: var(--font-ui); font-size: 12px; font-weight: 500; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--droix-green-dark);
}
.dxh-eyebrow .d { width: 7px; height: 7px; border-radius: 50%; background: var(--droix-green); }
.dxh-sec-h { font-family: var(--font-ui); font-weight: 700; font-size: clamp(24px, 2.6vw, 32px); color: var(--fg-1); margin: 6px 0 0; letter-spacing: -0.01em; }
.dxh-sec-sub { font-family: var(--font-body); font-size: 14.5px; color: var(--fg-4); margin: 6px 0 0; }
.dxh-sec-link {
  display: inline-flex; align-items: center; gap: 6px; text-decoration: none; white-space: nowrap;
  font-family: var(--font-ui); font-size: 14px; font-weight: 600; color: var(--droix-green-dark);
}
.dxh-sec-link:hover { gap: 9px; color: var(--droix-green-dark); }
.dxh-sec-link svg { transition: transform .16s ease; }

/* ════════════════ HERO SLIDER ════════════════ */
.dxh-hero {
  position: relative; margin-top: 20px; overflow: hidden;
  border-radius: var(--radius-3xl);
  background:
    radial-gradient(120% 120% at 88% 18%, rgba(176,203,31,0.16), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, var(--bg-2) 100%);
  border: 1px solid var(--stroke-1);
}
.dxh-hero[data-accent="purple"] {
  background:
    radial-gradient(120% 120% at 88% 18%, rgba(187,61,161,0.14), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, var(--bg-2) 100%);
}
.dxh-hero-stage {
  display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 24px; align-items: center;
  padding: 18px 60px 56px; min-height: 480px;
}
/* server-rendered slides: stacked, JS toggles .on */
.dxh-slide { display: none; }
.dxh-slide.on { display: grid; }
.dxh-hero-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.dxh-pill {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-ui); font-size: 11.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--droix-green-dark); background: var(--droix-green-tint);
  padding: 7px 13px; border-radius: var(--radius-pill);
}
.dxh-pill .d { width: 7px; height: 7px; border-radius: 50%; background: var(--droix-green); box-shadow: 0 0 0 4px rgba(176,203,31,0.25); }
.dxh-hero-h {
  font-family: var(--font-ui); font-weight: 700; font-size: clamp(36px, 4.4vw, 60px);
  line-height: 1.02; letter-spacing: -0.02em; color: var(--fg-1); margin: 0; text-wrap: balance;
}
.dxh-hero-p { font-family: var(--font-body); font-size: 16.5px; line-height: 1.55; color: var(--fg-3); margin: 0; max-width: 46ch; }
.dxh-hero-specs { display: flex; flex-wrap: wrap; gap: 10px; }
.dxh-chip {
  display: flex; flex-direction: column; gap: 2px;
  background: #fff; border: 1px solid var(--stroke-2); border-radius: var(--radius-md);
  padding: 8px 14px; box-shadow: var(--shadow-xs);
}
.dxh-chip .k { font-family: var(--font-body); font-size: 10.5px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--fg-5); }
.dxh-chip .v { font-family: var(--font-ui); font-size: 14px; font-weight: 500; color: var(--fg-1); }
.dxh-hero-buy { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 2px; }
.dxh-price { display: flex; flex-direction: column; line-height: 1; }
.dxh-price .from { font-family: var(--font-body); font-size: 11px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; color: var(--fg-5); margin-bottom: 4px; }
.dxh-price .now, .dxh-price .now .woocommerce-Price-amount { font-family: var(--font-ui); font-weight: 700; font-size: 26px; color: var(--droix-purple); line-height: 1; }
.dxh-btn {
  display: inline-flex; align-items: center; gap: 8px; height: 52px; padding: 0 24px;
  border-radius: var(--radius-lg); border: 0; cursor: pointer; text-decoration: none; white-space: nowrap;
  font-family: var(--font-ui); font-size: 15px; font-weight: 700;
  background: var(--droix-green); color: #1c2400; box-shadow: var(--shadow-cta);
  transition: background .16s ease, color .16s ease, transform .16s ease;
}
.dxh-btn:hover { background: var(--droix-green-dark); color: #fff; }
.dxh-btn:active { transform: translateY(1px); box-shadow: none; }
.dxh-btn.ghost { background: #fff; color: var(--fg-2); border: 1px solid var(--stroke-3); box-shadow: none; }
.dxh-btn.ghost:hover { background: var(--droix-green-tint); border-color: var(--droix-green); color: var(--droix-green-dark); }
.dxh-hero-ctas { display: flex; gap: 10px; flex-wrap: wrap; }

/* hero figure */
.dxh-hero-fig { position: relative; display: flex; align-items: center; justify-content: center; min-height: 380px; }
.dxh-bloom {
  position: absolute; width: 70%; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle, rgba(176,203,31,0.32), transparent 64%); filter: blur(8px);
}
.dxh-slide[data-accent="purple"] .dxh-bloom { background: radial-gradient(circle, rgba(187,61,161,0.26), transparent 64%); }
.dxh-hero-fig img {
  position: relative; max-width: 100%; width: auto; max-height: 400px; height: auto; object-fit: contain;
  filter: drop-shadow(0 26px 44px rgba(17,24,39,0.22));
}
.dxh-figpill {
  position: absolute; bottom: 4px; left: 0;
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,0.82); backdrop-filter: blur(8px);
  border: 1px solid var(--stroke-2); border-radius: var(--radius-pill);
  padding: 8px 16px; box-shadow: var(--shadow-sm); font-family: var(--font-body);
}
.dxh-figpill .badge { font-family: var(--font-ui); font-size: 10.5px; font-weight: 700; letter-spacing: 0.08em; color: var(--droix-green-dark); text-transform: uppercase; }
.dxh-figpill .nm { font-size: 13.5px; font-weight: 700; color: var(--fg-1); }

@media (prefers-reduced-motion: no-preference) {
  .dxh-slide.on .dxh-hero-copy > * { animation: dxhRise .5s cubic-bezier(.2,.7,.3,1) both; }
  .dxh-slide.on .dxh-hero-copy > *:nth-child(2) { animation-delay: .05s; }
  .dxh-slide.on .dxh-hero-copy > *:nth-child(3) { animation-delay: .1s; }
  .dxh-slide.on .dxh-hero-copy > *:nth-child(4) { animation-delay: .15s; }
  .dxh-slide.on .dxh-hero-copy > *:nth-child(5) { animation-delay: .2s; }
  .dxh-slide.on .dxh-hero-fig { animation: dxhFadeIn .55s ease both; }
}
@keyframes dxhRise { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@keyframes dxhFadeIn { from { opacity: 0; transform: scale(.97); } to { opacity: 1; transform: none; } }

/* slider controls */
.dxh-dots { position: absolute; bottom: 20px; left: 60px; display: flex; gap: 8px; z-index: 4; }
.dxh-dot { width: 9px; height: 9px; border-radius: 50%; border: 0; padding: 0; cursor: pointer; background: var(--stroke-3); transition: width .2s ease, background .2s ease; }
.dxh-dot.on { width: 26px; border-radius: 5px; background: var(--droix-green); }
.dxh-arrows { position: absolute; bottom: 16px; right: 56px; display: flex; gap: 8px; z-index: 4; }
.dxh-arrow {
  width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--stroke-2); background: rgba(255,255,255,0.9);
  display: flex; align-items: center; justify-content: center; cursor: pointer; color: var(--fg-2); padding: 0;
  transition: background .16s ease, border-color .16s ease;
}
.dxh-arrow:hover { background: var(--droix-green-tint); border-color: var(--droix-green); color: var(--droix-green-dark); }

@media (max-width: 900px) {
  .dxh-slide.on { grid-template-columns: 1fr; }
  .dxh-hero-stage { padding: 24px 24px 64px; min-height: 0; gap: 18px; }
  .dxh-hero-fig { order: -1; min-height: 0; }
  .dxh-hero-fig img { max-height: 240px; }
  .dxh-figpill { display: none; }
  .dxh-dots { left: 24px; bottom: 22px; }
  .dxh-arrows { right: 20px; bottom: 18px; }
}
@media (max-width: 480px) {
  .dxh-hero-h { font-size: 34px; }
  .dxh-hero-p { font-size: 15px; }
  .dxh-dots { left: 18px; bottom: 18px; }
  .dxh-arrows { right: 16px; bottom: 14px; }
}

/* ════════════════ INFO STRIP ════════════════ */
.dxh-strip {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 16px;
  background: #fff; border: 1px solid var(--stroke-1); border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm); padding: 20px 26px;
}
.dxh-strip-it { display: flex; align-items: center; gap: 12px; min-width: 0; }
.dxh-strip-txt { min-width: 0; }
.dxh-strip-ic { width: 42px; height: 42px; border-radius: var(--radius-md); background: var(--droix-green-tint); color: var(--droix-green-dark); display: flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.dxh-strip-t { font-family: var(--font-ui); font-size: 12px; font-weight: 700; letter-spacing: 0.06em; color: var(--fg-2); }
.dxh-strip-s { font-family: var(--font-body); font-size: 12px; color: var(--fg-4); margin-top: 2px; }
@media (max-width: 900px) { .dxh-strip { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .dxh-strip { padding: 16px; } .dxh-strip-s { display: none; } }

/* ════════════════ CATEGORY TILES ════════════════ */
.dxh-cats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.dxh-cat {
  display: flex; flex-direction: column; text-decoration: none; overflow: hidden;
  background: #fff; border: 1px solid var(--stroke-1); border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.dxh-cat:hover { transform: translateY(-4px); border-color: var(--droix-green); box-shadow: var(--shadow-md); }
.dxh-cat-well {
  position: relative; height: 150px; display: flex; align-items: center; justify-content: center; overflow: hidden;
  background: var(--droix-green-tint);
  border-bottom: 1px solid var(--stroke-1);
}
.dxh-cat-ic {
  width: 72px; height: 72px; border-radius: 20px;
  display: flex; align-items: center; justify-content: center;
  background: #fff; color: var(--droix-green-dark); border: 1px solid rgba(176,203,31,0.4);
  box-shadow: 0 6px 16px rgba(176,203,31,0.16);
  transition: transform .18s ease;
}
.dxh-cat:hover .dxh-cat-ic { transform: translateY(-3px) scale(1.05); }
/* real category image (WC term thumbnail) replaces the icon tile when set */
.dxh-cat-img {
  width: auto; height: 82%; max-width: 78%; object-fit: contain;
  mix-blend-mode: multiply; /* blends white product-shot backgrounds into the tinted well */
  transition: transform .18s ease;
}
.dxh-cat:hover .dxh-cat-img { transform: translateY(-3px) scale(1.05); }
.dxh-cat--feature .dxh-cat-img { height: 78%; max-width: 82%; }
.dxh-cat[data-i="1"] .dxh-cat-ic, .dxh-cat[data-i="3"] .dxh-cat-ic, .dxh-cat[data-i="5"] .dxh-cat-ic, .dxh-cat[data-i="7"] .dxh-cat-ic {
  color: var(--droix-purple); border-color: rgba(187,61,161,0.24); box-shadow: 0 6px 16px rgba(187,61,161,0.14);
}
.dxh-cat[data-i="1"] .dxh-cat-well, .dxh-cat[data-i="3"] .dxh-cat-well, .dxh-cat[data-i="5"] .dxh-cat-well, .dxh-cat[data-i="7"] .dxh-cat-well {
  background: rgba(187,61,161,0.08);
}
.dxh-cat-count {
  position: absolute; top: 14px; right: 14px; z-index: 2;
  font-family: var(--font-ui); font-size: 10.5px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase;
  color: var(--fg-3); background: #fff; border: 1px solid var(--stroke-2); border-radius: var(--radius-pill); padding: 4px 10px;
}
.dxh-cat-body { display: flex; flex-direction: column; gap: 4px; padding: 16px 18px 18px; flex: 1; }
.dxh-cat-t { font-family: var(--font-ui); font-weight: 700; font-size: 16px; letter-spacing: -0.01em; color: var(--fg-1); line-height: 1.2; }
.dxh-cat-s { font-family: var(--font-body); font-size: 12.5px; line-height: 1.4; color: var(--fg-4); }
.dxh-cat-go { display: inline-flex; align-items: center; gap: 6px; margin-top: 8px; white-space: nowrap; font-family: var(--font-ui); font-size: 13px; font-weight: 700; color: var(--droix-green-dark); }
.dxh-cat-go svg { transition: transform .16s ease; }
.dxh-cat:hover .dxh-cat-go svg { transform: translateX(3px); }
.dxh-cat--feature { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(220px, .75fr) minmax(0, 2.25fr); }
.dxh-cat--feature:hover { transform: none; }
.dxh-cat--feature .dxh-cat-well { height: auto; min-height: 190px; border-right: 1px solid var(--stroke-1); border-bottom: 0; }
.dxh-cat--feature .dxh-cat-body { justify-content: center; padding: 26px 30px; }
.dxh-cat--feature .dxh-cat-t { font-size: 24px; }
.dxh-cat-routes { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.dxh-cat-routes a { display: inline-flex; align-items: center; gap: 5px; padding: 9px 12px; border: 1px solid var(--stroke-2); border-radius: var(--radius-pill); color: var(--fg-2); font-family: var(--font-ui); font-size: 13px; font-weight: 700; text-decoration: none; }
.dxh-cat-routes a:hover { border-color: var(--droix-green); color: var(--droix-green-dark); }
@media (max-width: 1080px) { .dxh-cats { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) {
  .dxh-cats { grid-template-columns: 1fr 1fr; gap: 12px; }
  .dxh-cat-well { height: 118px; }
  .dxh-cat-ic { width: 58px; height: 58px; border-radius: 16px; }
  .dxh-cat-count { top: 10px; right: 10px; }
  .dxh-cat-t { font-size: 15px; }
  .dxh-cat-body { padding: 13px 14px 15px; }
	.dxh-cat--feature { grid-template-columns: 1fr; }
	.dxh-cat--feature .dxh-cat-well { min-height: 132px; border-right: 0; border-bottom: 1px solid var(--stroke-1); }
	.dxh-cat--feature .dxh-cat-body { padding: 20px; }
	.dxh-cat--feature .dxh-cat-t { font-size: 21px; }
	.dxh-cat-routes { display: grid; grid-template-columns: 1fr; width: 100%; }
}

/* ════════════════ PRODUCT RAILS (6-up) ════════════════ */
.dxh-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
@media (max-width: 1280px) { .dxh-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px) { .dxh-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .dxh-grid { grid-template-columns: 1fr; } }

/* ════════════════ GAMING NETWORK ════════════════ */
.dxh-net { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.dxh-net-card {
  display: flex; flex-direction: column; text-decoration: none;
  background: #fff; border: 1px solid var(--stroke-1); border-radius: var(--radius-xl); overflow: hidden;
  box-shadow: var(--shadow-sm); transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.dxh-net-card:hover { transform: translateY(-4px); border-color: var(--droix-green); box-shadow: var(--shadow-md); }
.dxh-net-logo { height: 128px; display: flex; align-items: center; justify-content: center; gap: 10px; position: relative; }
.dxh-net-logo.droix { background: linear-gradient(155deg, #fbfbfb, #eef0f1); }
.dxh-net-logo.gpd { background: #0b0b0b; }
.dxh-net-logo.ayaneo { background: linear-gradient(115deg, #2b2b86 0%, #6d2fb0 55%, #b8327e 100%); }
.dxh-net-mark { height: 30px; width: auto; object-fit: contain; }
.dxh-net-region {
  position: absolute; top: 16px; right: 16px;
  font-family: var(--font-ui); font-size: 10px; font-weight: 700; letter-spacing: 0.06em;
  background: #fff; color: var(--fg-3); border: 1px solid var(--stroke-2); border-radius: var(--radius-xs); padding: 3px 7px;
}
.dxh-net-gpd { font-family: var(--font-ui); font-weight: 800; color: #fff; line-height: 0.92; text-align: center; }
.dxh-net-gpd .big { font-size: 34px; letter-spacing: 0.02em; }
.dxh-net-gpd .small { display: block; font-size: 13px; font-weight: 600; color: #b9bcc2; margin-top: 2px; }
.dxh-net-ayaneo { font-family: var(--font-ui); font-weight: 800; font-size: 24px; letter-spacing: 0.01em; color: #fff; text-shadow: 0 1px 10px rgba(0,0,0,0.25); }
.dxh-net-body { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 14px 18px; border-top: 1px solid var(--stroke-1); }
.dxh-net-label { font-family: var(--font-ui); font-size: 13px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--fg-2); }
.dxh-net-go { display: inline-flex; align-items: center; gap: 5px; font-family: var(--font-body); font-size: 12.5px; font-weight: 600; color: var(--droix-green-dark); white-space: nowrap; }
@media (max-width: 900px) { .dxh-net { grid-template-columns: 1fr 1fr; } }

/* ════════════════ BNPL BAND ════════════════ */
.dxh-bnpl {
  margin-top: 56px; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 0; overflow: hidden;
  background: var(--bg-2); border: 1px solid var(--stroke-1); border-radius: var(--radius-3xl);
}
.dxh-bnpl-l { padding: 44px 48px; display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.dxh-bnpl-h { font-family: var(--font-ui); font-weight: 700; font-size: clamp(26px, 3vw, 38px); line-height: 1.05; letter-spacing: -0.01em; color: var(--fg-1); margin: 0; }
.dxh-bnpl-p { font-family: var(--font-body); font-size: 15.5px; line-height: 1.55; color: var(--fg-3); margin: 0; max-width: 44ch; }
.dxh-bnpl-list { display: flex; flex-direction: column; gap: 10px; margin: 4px 0; }
.dxh-bnpl-li { display: flex; align-items: center; gap: 10px; font-family: var(--font-body); font-size: 14.5px; color: var(--fg-2); }
.dxh-bnpl-li .tick { width: 22px; height: 22px; border-radius: 50%; background: var(--droix-green-tint); color: var(--droix-green-dark); display: flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.dxh-bnpl-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 16px; margin-top: 4px; padding-top: 18px; border-top: 1px solid var(--stroke-2); width: 100%; }
.dxh-bnpl-chips { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; flex: 1; min-width: 0; }
.dxh-pm {
  display: inline-flex; align-items: center; gap: 3px; border: 0;
  font-family: var(--font-ui); font-weight: 800; font-size: 14px; letter-spacing: -0.01em;
  padding: 7px 12px; border-radius: 10px; line-height: 1;
}
.dxh-pm-diamond { width: 6px; height: 6px; background: currentColor; transform: rotate(45deg); display: inline-block; margin-left: 1px; }
.dxh-bnpl-cta {
  display: inline-flex; align-items: center; gap: 4px; cursor: pointer; text-decoration: none;
  background: var(--droix-green); color: #1c2400; border: 0; border-radius: var(--radius-pill);
  font-family: var(--font-ui); font-weight: 700; font-size: 14.5px; padding: 11px 18px 11px 20px;
  box-shadow: var(--shadow-cta); transition: background .14s ease, box-shadow .14s ease;
  flex: 0 0 auto;
}
.dxh-bnpl-cta:hover { background: var(--droix-green-dark); color: #fff; }
.dxh-bnpl-r { position: relative; display: flex; align-items: center; justify-content: center; padding: 32px; background: linear-gradient(160deg, var(--droix-green-tint), #fff); }
.dxh-bnpl-card {
  width: 100%; max-width: 320px; background: #fff; border: 1px solid var(--stroke-1); border-radius: var(--radius-xl);
  box-shadow: var(--shadow-md); padding: 22px;
}
.dxh-bnpl-card-h { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 4px; }
.dxh-bnpl-card-h .t { font-family: var(--font-ui); font-weight: 700; font-size: 15px; color: var(--fg-1); }
.dxh-bnpl-card-h .s { font-family: var(--font-body); font-size: 12px; color: var(--fg-4); }
.dxh-bnpl-total { font-family: var(--font-ui); font-weight: 700; font-size: 13px; color: var(--fg-3); margin-bottom: 14px; }
.dxh-bnpl-rows { display: flex; flex-direction: column; }
.dxh-bnpl-row { display: flex; align-items: center; gap: 12px; padding: 11px 0; border-bottom: 1px dashed var(--stroke-2); }
.dxh-bnpl-row:last-child { border-bottom: 0; }
.dxh-bnpl-row .ix { width: 26px; height: 26px; border-radius: 50%; background: var(--droix-green); color: #1c2400; font-family: var(--font-ui); font-weight: 700; font-size: 12px; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.dxh-bnpl-row .lab { flex: 1; font-family: var(--font-body); font-size: 13px; color: var(--fg-3); }
.dxh-bnpl-row .amt { font-family: var(--font-ui); font-weight: 700; font-size: 14px; color: var(--fg-1); }
.dxh-bnpl-row .amt .woocommerce-Price-amount { font: inherit; color: inherit; }
.dxh-bnpl-row.muted .ix { background: var(--bg-4); color: var(--fg-5); }
.dxh-bnpl-row.muted .amt { color: var(--fg-4); }
/* live provider pills (DROIX_BNPL_Card::badge_html → .dx-bnpl-badge with inline
   brand colours); the plugin's product-page CSS is not enqueued here, so size
   them ourselves in the chips row and the plan card */
.dxh-bnpl .dx-bnpl-badge {
  display: inline-flex; align-items: center; justify-content: center;
  height: 28px; min-width: 60px; padding: 0 12px; border-radius: 7px;
  font-family: var(--font-ui); font-size: 12.5px; font-weight: 800; letter-spacing: -0.2px;
  flex: 0 0 auto;
}
.dxh-bnpl .dx-bnpl-badge__logo { height: 14px; width: auto; display: block; }
.dxh-bnpl .dx-bnpl-badge--sm { height: 24px; min-width: 52px; padding: 0 9px; }
.dxh-bnpl .dx-bnpl-badge--sm .dx-bnpl-badge__logo { height: 12px; }
/* live plan rows in the demo card (one per offerable provider) */
.dxh-bnpl-provs { display: flex; flex-direction: column; }
.dxh-bnpl-prov { display: flex; align-items: flex-start; gap: 12px; padding: 12px 0; border-bottom: 1px dashed var(--stroke-2); }
.dxh-bnpl-prov:last-child { border-bottom: 0; padding-bottom: 0; }
.dxh-bnpl-prov-txt { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.dxh-bnpl-prov-txt .main { font-family: var(--font-ui); font-weight: 700; font-size: 13.5px; color: var(--fg-1); line-height: 1.35; }
.dxh-bnpl-prov-txt .sub { font-family: var(--font-body); font-size: 12px; color: var(--fg-4); line-height: 1.4; }
@media (max-width: 860px) { .dxh-bnpl { grid-template-columns: 1fr; } .dxh-bnpl-l { padding: 32px 28px; } .dxh-bnpl-r { padding: 28px; } }
@media (max-width: 480px) { .dxh-bnpl-l { padding: 28px 20px; } .dxh-bnpl-r { padding: 24px 20px; } }

/* ════════════════ BRANDS ════════════════ */
.dxh-brands {
  margin-top: 56px; text-align: center;
  background: var(--bg-2); border: 1px solid var(--stroke-1); border-radius: var(--radius-3xl);
  padding: 40px 40px 44px;
}
.dxh-brands-head { display: flex; flex-direction: column; align-items: center; gap: 6px; margin-bottom: 26px; }
.dxh-brands-head .dxh-eyebrow { justify-content: center; }
.dxh-brands-h { font-family: var(--font-ui); font-weight: 700; font-size: clamp(20px, 2.2vw, 26px); letter-spacing: -0.01em; color: var(--fg-1); margin: 2px 0 0; }
.dxh-brands-sub { font-family: var(--font-body); font-size: 14px; color: var(--fg-4); margin: 0; }
.dxh-brands-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; max-width: 900px; margin: 0 auto; }
.dxh-brand {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-ui); font-weight: 700; font-size: 16px; letter-spacing: 0.01em;
  color: var(--fg-2); text-decoration: none;
  background: #fff; border: 1px solid var(--stroke-2); border-radius: var(--radius-lg);
  padding: 11px 20px; box-shadow: var(--shadow-xs);
  transition: color .16s ease, border-color .16s ease, background .16s ease, transform .16s ease;
}
.dxh-brand:hover { color: var(--droix-green-dark); border-color: var(--droix-green); background: var(--droix-green-tint); transform: translateY(-2px); }
@media (max-width: 560px) { .dxh-brands { padding: 28px 18px 30px; } .dxh-brand { font-size: 14px; padding: 9px 15px; } }

/* ════════════════ REVIEWS ════════════════ */
.dxh-tp {
  display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 14px;
  background: #fff; border: 1px solid var(--stroke-1); border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm); padding: 18px 28px; margin-bottom: 22px;
}
.dxh-tp .lab { font-family: var(--font-ui); font-weight: 700; font-size: 19px; color: var(--fg-1); }
.dxh-tp-stars { display: flex; gap: 4px; }
.dxh-tp-star { width: 32px; height: 30px; background: var(--info); display: flex; align-items: center; justify-content: center; border-radius: var(--radius-xs); }
.dxh-tp-star.half { background: linear-gradient(90deg, var(--info) 50%, #cfd8df 50%); }
.dxh-tp-star.off { background: #cfd8df; }
.dxh-tp-count { font-family: var(--font-body); font-size: 15px; color: var(--fg-3); }
.dxh-tp-count b { color: var(--fg-1); font-weight: 700; }
.dxh-tp-logo { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-ui); font-weight: 700; font-size: 15px; color: var(--fg-1); }
.dxh-tp-logo .star { width: 22px; height: 22px; color: var(--info); }
/* live droix-trustpilot micro_combo widget: keep the card shell, let the
   plugin-owned classes style the widget itself */
.dxh-tp--live #droix-tp-widget-micro-combo { margin: 0 auto; }

.dxh-revs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.dxh-rev {
  display: flex; flex-direction: column; gap: 12px;
  background: #fff; border: 1px solid var(--stroke-1); border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm); padding: 22px 22px 20px;
}
.dxh-rev--link { text-decoration: none; color: inherit; transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease; }
.dxh-rev--link:hover { transform: translateY(-3px); border-color: var(--droix-green); box-shadow: var(--shadow-md); color: inherit; text-decoration: none; }
.dxh-rev-t { font-family: var(--font-ui); font-weight: 700; font-size: 15px; line-height: 1.3; color: var(--fg-1); }
.dxh-rev--link .dxh-rev-q { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.dxh-rev-who { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.dxh-rev-top { display: flex; align-items: center; justify-content: space-between; }
.dxh-rev-quote { color: var(--stroke-3); }
.dxh-rev-q { font-family: var(--font-body); font-size: 14.5px; line-height: 1.55; color: var(--fg-2); margin: 0; flex: 1; }
.dxh-rev-foot { display: flex; align-items: center; gap: 11px; margin-top: auto; padding-top: 4px; }
.dxh-rev-av { width: 38px; height: 38px; border-radius: 50%; background: var(--droix-green-tint); color: var(--droix-green-dark); font-family: var(--font-ui); font-weight: 700; font-size: 13px; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.dxh-rev-nm { font-family: var(--font-ui); font-weight: 700; font-size: 13.5px; color: var(--fg-1); }
.dxh-rev-meta { font-family: var(--font-body); font-size: 12px; color: var(--fg-4); }
.dxh-rev-verified { margin-left: auto; display: inline-flex; align-items: center; gap: 4px; font-family: var(--font-body); font-size: 11.5px; font-weight: 600; color: var(--success); }
@media (max-width: 900px) { .dxh-revs { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .dxh-revs { grid-template-columns: 1fr; } }

/* ════════════════ BLOG (dark band) ════════════════ */
.dxh-blog {
  margin-top: 64px; background: var(--bg-dark); border-radius: var(--radius-3xl);
  padding: 44px 48px 48px; color: #fff;
}
.dxh-blog-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 28px; }
.dxh-blog-eyebrow { font-family: var(--font-ui); font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--droix-green); }
.dxh-blog-h { font-family: var(--font-ui); font-weight: 700; font-size: clamp(26px, 3vw, 38px); color: #fff; margin: 10px 0 4px; letter-spacing: -0.01em; }
.dxh-blog-sub { font-family: var(--font-body); font-size: 14.5px; color: rgba(255,255,255,0.55); margin: 0; }
.dxh-blog-all { display: inline-flex; align-items: center; gap: 7px; text-decoration: none; font-family: var(--font-ui); font-size: 14px; font-weight: 600; color: var(--droix-green); white-space: nowrap; }
.dxh-blog-all:hover { gap: 10px; color: var(--droix-green); }
.dxh-blog-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 22px; }
.dxh-blog-hero {
  position: relative; border-radius: var(--radius-xl); overflow: hidden; min-height: 380px;
  display: flex; flex-direction: column; justify-content: flex-end; text-decoration: none;
  background: #1b2238; border: 1px solid rgba(255,255,255,0.08);
}
.dxh-blog-hero .bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.9; }
.dxh-blog-hero .shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,11,20,0.95) 8%, rgba(8,11,20,0.35) 55%, rgba(8,11,20,0.15) 100%); }
.dxh-blog-hero .top { position: absolute; top: 18px; left: 18px; z-index: 2; }
.dxh-flag { font-family: var(--font-ui); font-size: 10.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 5px 11px; border-radius: var(--radius-pill); color: #06281f; background: var(--droix-green); }
.dxh-flag.editorial { background: #6fd3c6; color: #06281f; }
.dxh-blog-hero .body { position: relative; z-index: 2; padding: 26px 28px; }
.dxh-blog-hero .meta { font-family: var(--font-body); font-size: 12.5px; color: rgba(255,255,255,0.6); margin-bottom: 8px; }
.dxh-blog-hero .ttl { font-family: var(--font-ui); font-weight: 700; font-size: clamp(20px, 2vw, 27px); line-height: 1.12; color: #fff; margin: 0 0 8px; }
.dxh-blog-hero .ex { font-family: var(--font-body); font-size: 14px; line-height: 1.5; color: rgba(255,255,255,0.62); margin: 0 0 12px; max-width: 46ch; }
.dxh-blog-hero .read { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-ui); font-size: 13.5px; font-weight: 600; color: var(--droix-green); }
.dxh-blog-side { display: flex; flex-direction: column; gap: 14px; }
.dxh-blog-row {
  display: flex; gap: 14px; align-items: center; text-decoration: none;
  background: rgba(255,255,255,0.035); border: 1px solid rgba(255,255,255,0.07); border-radius: var(--radius-lg);
  padding: 12px; transition: background .16s ease, border-color .16s ease;
}
.dxh-blog-row:hover { background: rgba(255,255,255,0.06); border-color: rgba(176,203,31,0.4); }
.dxh-blog-th { width: 96px; height: 72px; border-radius: var(--radius-md); overflow: hidden; flex: 0 0 auto; background: #1b2238; }
.dxh-blog-th img { width: 100%; height: 100%; object-fit: cover; }
.dxh-blog-row .meta { font-family: var(--font-body); font-size: 11.5px; color: rgba(255,255,255,0.5); margin-bottom: 5px; display: flex; align-items: center; gap: 7px; flex-wrap: wrap; }
.dxh-catdot { display: inline-flex; align-items: center; gap: 5px; font-weight: 600; color: var(--droix-green); }
.dxh-catdot.editorial { color: #6fd3c6; }
.dxh-catdot::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.dxh-blog-row h4 { font-family: var(--font-ui); font-weight: 600; font-size: 14.5px; line-height: 1.25; color: #fff; margin: 0; }
@media (max-width: 860px) { .dxh-blog-grid { grid-template-columns: 1fr; } .dxh-blog { padding: 32px 24px 36px; } }
@media (max-width: 480px) { .dxh-blog { padding: 28px 18px 32px; } }

/* ════════════════ ANNOUNCEMENT ════════════════ */
.dxh-ann {
  margin-top: 56px; position: relative; overflow: hidden;
  border: 1px solid var(--stroke-1); border-radius: var(--radius-3xl); padding: 36px 40px 40px;
  background:
    radial-gradient(90% 130% at 8% 0%, rgba(176,203,31,0.10), transparent 46%),
    radial-gradient(90% 130% at 100% 0%, rgba(187,61,161,0.08), transparent 46%),
    var(--bg-2);
}
.dxh-ann-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.dxh-ann-eyebrow { font-family: var(--font-ui); font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--droix-purple); }
.dxh-ann-lead { font-family: var(--font-ui); font-weight: 700; font-size: clamp(24px, 2.8vw, 34px); line-height: 1.08; letter-spacing: -0.01em; color: var(--fg-1); margin: 8px 0 0; max-width: 620px; }
.dxh-ann-lead em { font-style: normal; color: var(--droix-purple); }
.dxh-ann-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.dxh-ann-card {
  display: flex; flex-direction: column; text-decoration: none; overflow: hidden;
  background: #fff; border: 1px solid var(--stroke-1); border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-sm); transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.dxh-ann-card:hover { transform: translateY(-4px); border-color: var(--droix-green); box-shadow: var(--shadow-md); }
.dxh-ann-well {
  position: relative; height: 236px; display: flex; align-items: center; justify-content: center; overflow: hidden;
  background: radial-gradient(120% 120% at 50% 14%, var(--droix-green-tint), #fff 62%);
  border-bottom: 1px solid var(--stroke-1);
}
.dxh-ann-well img { max-height: 176px; width: auto; max-width: 76%; object-fit: contain; filter: drop-shadow(0 18px 30px rgba(17,24,39,0.18)); }
.dxh-ann-flag {
  position: absolute; top: 16px; left: 16px; z-index: 2;
  font-family: var(--font-ui); font-size: 10.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--fg-2); background: rgba(255,255,255,0.9); border: 1px solid var(--stroke-2); border-radius: var(--radius-pill); padding: 6px 13px;
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
}
.dxh-ann-body { display: flex; flex-direction: column; gap: 9px; padding: 22px 24px 24px; flex: 1; }
.dxh-ann-brand { font-family: var(--font-ui); font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--droix-purple); }
.dxh-ann-nm { font-family: var(--font-ui); font-weight: 700; font-size: 22px; letter-spacing: -0.01em; color: var(--fg-1); line-height: 1.12; }
.dxh-ann-desc { font-family: var(--font-body); font-size: 14px; line-height: 1.55; color: var(--fg-3); }
.dxh-ann-bullets { display: flex; flex-direction: column; gap: 8px; margin: 4px 0 0; }
.dxh-ann-li { display: flex; align-items: flex-start; gap: 9px; font-family: var(--font-body); font-size: 13.5px; color: var(--fg-2); line-height: 1.4; }
.dxh-ann-li svg { color: var(--droix-green-dark); flex: 0 0 auto; margin-top: 2px; }
.dxh-ann-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 16px; }
.dxh-ann-stat { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-body); font-size: 12.5px; font-weight: 600; color: var(--fg-3); }
.dxh-ann-stat .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--droix-green); box-shadow: 0 0 0 3px rgba(176,203,31,0.22); }
.dxh-ann-cta {
  display: inline-flex; align-items: center; gap: 8px; padding: 11px 18px; border-radius: var(--radius-lg);
  font-family: var(--font-ui); font-size: 14px; font-weight: 700; color: #1c2400; background: var(--droix-green); box-shadow: var(--shadow-cta);
  transition: background .16s ease, color .16s ease;
}
.dxh-ann-card:hover .dxh-ann-cta { background: var(--droix-green-dark); color: #fff; }
@media (max-width: 860px) {
  .dxh-ann { padding: 26px 20px 30px; }
  .dxh-ann-head { flex-direction: column; align-items: flex-start; gap: 12px; }
  .dxh-ann-grid { grid-template-columns: 1fr; }
}

/* ════════════════ NEW ARRIVALS (rich) ════════════════ */
.dxh-na-spot {
  display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 0; overflow: hidden; text-decoration: none;
  border: 1px solid var(--stroke-1); border-radius: var(--radius-3xl); background: var(--bg-2); margin-bottom: 18px;
  transition: border-color .16s ease, box-shadow .16s ease;
}
.dxh-na-spot:hover { border-color: var(--droix-green); box-shadow: var(--shadow-md); }
.dxh-na-spot-copy { padding: 40px 44px; display: flex; flex-direction: column; align-items: flex-start; gap: 14px; justify-content: center; }
.dxh-na-spot-flag { font-family: var(--font-ui); font-size: 11.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--droix-green-dark); }
.dxh-na-spot-h { font-family: var(--font-ui); font-weight: 700; font-size: clamp(26px, 3vw, 38px); line-height: 1.04; letter-spacing: -0.02em; color: var(--fg-1); margin: 0; }
.dxh-na-spot-p { font-family: var(--font-body); font-size: 15px; line-height: 1.55; color: var(--fg-3); margin: 0; max-width: 42ch; }
.dxh-na-spot-buy { display: flex; align-items: center; gap: 18px; margin-top: 6px; flex-wrap: wrap; }
.dxh-na-spot-price { display: flex; flex-direction: column; line-height: 1; }
.dxh-na-spot-price .from { font-family: var(--font-body); font-size: 11px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; color: var(--fg-5); margin-bottom: 4px; }
.dxh-na-spot-price .now, .dxh-na-spot-price .now .woocommerce-Price-amount { font-family: var(--font-ui); font-weight: 700; font-size: 26px; color: var(--droix-purple); line-height: 1; }
.dxh-na-spot-cta {
  display: inline-flex; align-items: center; gap: 8px; height: 50px; padding: 0 22px; border-radius: var(--radius-lg);
  font-family: var(--font-ui); font-size: 15px; font-weight: 700; color: #1c2400; background: var(--droix-green); box-shadow: var(--shadow-cta);
  transition: background .16s ease, color .16s ease;
}
.dxh-na-spot:hover .dxh-na-spot-cta { background: var(--droix-green-dark); color: #fff; }
.dxh-na-spot-fig { position: relative; display: flex; align-items: center; justify-content: center; min-height: 300px; padding: 24px; background: radial-gradient(120% 120% at 70% 20%, var(--droix-green-tint), #fff 66%); }
.dxh-na-spot-bloom { position: absolute; width: 62%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(176,203,31,0.30), transparent 64%); filter: blur(8px); }
.dxh-na-spot-fig img { position: relative; max-width: 100%; width: auto; max-height: 300px; object-fit: contain; filter: drop-shadow(0 24px 40px rgba(17,24,39,0.22)); }

.dxh-na-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.dxh-na-card {
  display: flex; flex-direction: column; overflow: hidden;
  background: #fff; border: 1px solid var(--stroke-1); border-radius: var(--radius-2xl); box-shadow: var(--shadow-sm);
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.dxh-na-card:hover { transform: translateY(-4px); border-color: var(--droix-green); box-shadow: var(--shadow-md); }
.dxh-na-well {
  position: relative; height: 220px; display: flex; align-items: center; justify-content: center; overflow: hidden; text-decoration: none;
  background: radial-gradient(120% 120% at 50% 14%, var(--droix-green-tint), #fff 62%); border-bottom: 1px solid var(--stroke-1);
}
.dxh-na-well img { max-height: 168px; width: auto; max-width: 78%; object-fit: contain; filter: drop-shadow(0 16px 26px rgba(17,24,39,0.16)); transition: transform .2s ease; }
.dxh-na-card:hover .dxh-na-well img { transform: scale(1.05) translateY(-2px); }
.dxh-na-flag {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  font-family: var(--font-ui); font-size: 10.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: #1c2400; background: var(--droix-green); border-radius: var(--radius-pill); padding: 5px 12px;
}
.dxh-na-body { display: flex; flex-direction: column; gap: 7px; padding: 18px 20px 20px; flex: 1; }
.dxh-na-brand { font-family: var(--font-ui); font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--droix-green-dark); }
.dxh-na-title { font-family: var(--font-ui); font-weight: 700; font-size: 18px; letter-spacing: -0.01em; color: var(--fg-1); line-height: 1.15; text-decoration: none; }
.dxh-na-title:hover { color: var(--droix-green-dark); }
.dxh-na-rate { display: flex; align-items: center; gap: 8px; }
.dxh-na-rate .rv { font-family: var(--font-body); font-size: 12.5px; color: var(--fg-4); }
.dxh-na-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 14px; }
.dxh-na-price { display: flex; flex-direction: column; line-height: 1; }
.dxh-na-price .from { font-family: var(--font-body); font-size: 10px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; color: var(--fg-5); margin-bottom: 3px; }
.dxh-na-price .now, .dxh-na-price .now .woocommerce-Price-amount { font-family: var(--font-ui); font-weight: 700; font-size: 21px; color: var(--droix-purple); line-height: 1; }
.dxh-na-add {
  display: inline-flex; align-items: center; gap: 7px; height: 44px; padding: 0 18px; border: 0; cursor: pointer; border-radius: var(--radius-lg);
  font-family: var(--font-ui); font-size: 14px; font-weight: 700; color: #1c2400; background: var(--droix-green); box-shadow: var(--shadow-cta);
  text-decoration: none; transition: background .16s ease, color .16s ease, transform .1s ease;
}
.dxh-na-add:hover { background: var(--droix-green-dark); color: #fff; }
/* design tablet build keeps the trio 3-up down to ~834; collapse below 700 */
@media (max-width: 700px) { .dxh-na-grid { grid-template-columns: 1fr; } }
@media (max-width: 860px) {
  .dxh-na-spot { grid-template-columns: 1fr; }
  .dxh-na-spot-fig { order: -1; min-height: 220px; }
  .dxh-na-spot-fig img { max-height: 200px; }
  .dxh-na-spot-copy { padding: 28px 24px; }
}
@media (max-width: 480px) {
  .dxh-na-spot-fig { min-height: 190px; }
  .dxh-na-spot-fig img { max-height: 180px; }
  .dxh-na-spot-copy { padding: 24px 20px; }
}
