/** Shopify CDN: Minification failed

Line 3711:8 Expected ":"

**/
/* ═══════════════════════════════════════════════════════════
   SAM'S DTF TRANSFERS — Global Stylesheet
   File: sdtf-global.css
   Version: 1.0 (Phase 0 cleanup — 2026-04-29)
   Original: ecomposer-global.css → cleaned for Shopify + EComposer
   ═══════════════════════════════════════════════════════════

   CHANGES FROM ORIGINAL (ecomposer-global.css):
   ─────────────────────────────────────────────
   [1] position: fixed !important → position: fixed  (mobile @media block)
       Reason: broke EComposer drag-drop canvas. Media query context
       provides enough specificity without !important.

   [2] z-index scale reduced — new scale:
       preloader ............ 9999 → 800  (removed at load, safe)
       mega-dropdown ........ 9999 → 500  (above nav, below editor)
       dropdown-simple ...... 999  → 400
       mobile-drawer-overlay  10000 → 700
       mobile-drawer ........ 10001 → 701
       header ............... 1000 → 1000 (kept, sticky header must win)

   [3] css-reference/ duplicate removed. This file is the canonical source.

   REMAINING !important USAGE (21 instances — all intentional):
   ─────────────────────────────────────────────────────────────
   • Line ~908  : color override on a link state (1x)
   • Lines 3380+: All inside @media (max-width: 900px) responsive block.
     These override desktop-specificity rules that cannot be beaten
     without !important due to cascade order. Grouped by concern:
     - display overrides for mobile nav layout (3x)
     - grid/flex layout resets (4x)
     - mega search/cart panel positioning dimensions (7x)
     - search body flex direction + padding resets (4x)
     - search grid column reflow (1x)
     Total: 20 mobile-responsive !important (all in one media block)
   All removals were considered but would require selector refactor
   (increasing specificity instead) — deferred to Phase 1+ per-section work.

   FONT LOADING NOTE:
   ─────────────────
   @import below loads Plus Jakarta Sans from Google Fonts CDN.
   In Shopify, add this font via Online Store → Themes → Edit code
   → layout/theme.liquid → <head> section instead, to avoid FOUT.
   ═══════════════════════════════════════════════════════════ */
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&display=swap");

:root {
  --navy: #1d2f4e;
  --blue: #2563eb;
  --blue-h: #1d4ed8;
  --blue-10: rgba(37, 99, 235, 0.08);
  --white: #ffffff;
  --off: #f8fafc;
  --bg: #f4f4f5;
  --black: #0f172a;
  --gray: #64748b;
  --gray-lt: #94a3b8;
  --border: #e2e8f0;
  /* --green removed: not in brand palette. Use --blue for success/checkmarks */
  --gold: #d4a853;

  --r: 4px;
  --r-0: 0px;

  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.04);
  --shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.1);
  --shadow-blue: 0 4px 20px rgba(37, 99, 235, 0.3);
  --shadow-xl: 0 20px 60px rgba(0, 0, 0, 0.12);
  --shadow-2xl: 0 25px 80px rgba(0, 0, 0, 0.15);

  --font: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  --font-sans: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif; /* alias of --font for explicit sans-serif contexts */
  --font-serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --dur: 0.35s;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font);
  color: var(--black);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

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

/* Serif headings — premium typography */
h1,
h2 {
  font-family: var(--font-serif);
}

/* Italic accent text in headings */
.accent {
  font-style: italic;
  color: var(--gray-lt);
}

.accent--gold {
  font-style: italic;
  color: var(--gold);
}

ul {
  list-style: none;
}

button {
  font-family: var(--font);
  cursor: pointer;
  border: none;
  background: none;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ═══════════════════════════════════════════════════════════
   PAGE PRELOADER
   ═══════════════════════════════════════════════════════════ */
.preloader {
  position: fixed;
  inset: 0;
  background-color: rgba(15, 23, 42, 0.95);
  /* 95% opacity Navy - clean and fast, no blur needed */
  /* SDTF-FIX: Reduced from 9999 → 800. Preloader is removed on page load;
     high z-index caused conflicts with EComposer canvas overlay. */
  z-index: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.8s;
}

.preloader-content {
  text-align: center;
  transform: translateY(0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.preloader-logo-mask {
  width: 240px;
  /* Increased size */
  height: 240px;
  position: relative;
  overflow: hidden;
  /* Directly embedding the SVG code to bypass browser file:// security blocks */
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20700.02%20786%22%3E%3Cpath%20d%3D%22M349.92%2C786c-130.55%2C0-250.24-65.37-322.34-168.53-16.07-22.99%2C10.77-51.36%2C34.39-36.09%2C56.21%2C36.54%2C121.3%2C57.28%2C190.71%2C59.98%2C4.85.18%2C9.7.27%2C14.46.27%2C100.92%2C0%2C189.54-41.3%2C256.25-119.33l33.22%2C21.37%2C12.75-170.06-165.21%2C71.92%2C37.26%2C23.97c-47.23%2C50.37-105.86%2C75.87-174.28%2C75.87h0c-3.59%2C0-7.09-.09-10.68-.18-76.59-2.96-155.15-44.18-205.07-107.39-3.05-3.86-6.02-7.9-8.89-11.85C-26.56%2C327.9-8.96%2C193.31%2C77.23%2C109.9%2C149.15%2C40.31%2C246.03%2C0%2C349.92%2C0c131.36%2C0%2C251.67%2C66.17%2C323.59%2C170.33%2C15.53%2C22.45-11.76%2C49.83-34.57%2C34.93-56.48-36.9-121.93-57.91-191.7-60.61-4.85-.18-9.7-.27-14.46-.27-100.92%2C0-189.54%2C41.3-256.25%2C119.33l-33.22-21.37-12.75%2C170.06%2C165.21-71.92-37.26-23.97c47.23-50.37%2C105.86-75.87%2C174.37-75.87%2C3.59%2C0%2C7.09.09%2C10.68.18%2C76.59%2C2.96%2C155.15%2C44.18%2C205.07%2C107.39%2C3.05%2C3.86%2C6.02%2C7.9%2C8.89%2C11.85%2C69.05%2C98.05%2C51.45%2C232.64-34.75%2C316.05-72.1%2C69.59-168.98%2C109.9-272.86%2C109.9Z%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20700.02%20786%22%3E%3Cpath%20d%3D%22M349.92%2C786c-130.55%2C0-250.24-65.37-322.34-168.53-16.07-22.99%2C10.77-51.36%2C34.39-36.09%2C56.21%2C36.54%2C121.3%2C57.28%2C190.71%2C59.98%2C4.85.18%2C9.7.27%2C14.46.27%2C100.92%2C0%2C189.54-41.3%2C256.25-119.33l33.22%2C21.37%2C12.75-170.06-165.21%2C71.92%2C37.26%2C23.97c-47.23%2C50.37-105.86%2C75.87-174.28%2C75.87h0c-3.59%2C0-7.09-.09-10.68-.18-76.59-2.96-155.15-44.18-205.07-107.39-3.05-3.86-6.02-7.9-8.89-11.85C-26.56%2C327.9-8.96%2C193.31%2C77.23%2C109.9%2C149.15%2C40.31%2C246.03%2C0%2C349.92%2C0c131.36%2C0%2C251.67%2C66.17%2C323.59%2C170.33%2C15.53%2C22.45-11.76%2C49.83-34.57%2C34.93-56.48-36.9-121.93-57.91-191.7-60.61-4.85-.18-9.7-.27-14.46-.27-100.92%2C0-189.54%2C41.3-256.25%2C119.33l-33.22-21.37-12.75%2C170.06%2C165.21-71.92-37.26-23.97c47.23-50.37%2C105.86-75.87%2C174.37-75.87%2C3.59%2C0%2C7.09.09%2C10.68.18%2C76.59%2C2.96%2C155.15%2C44.18%2C205.07%2C107.39%2C3.05%2C3.86%2C6.02%2C7.9%2C8.89%2C11.85%2C69.05%2C98.05%2C51.45%2C232.64-34.75%2C316.05-72.1%2C69.59-168.98%2C109.9-272.86%2C109.9Z%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  /* Base color is transparent before animation starts */
  background-color: transparent;
  animation: pulse-glow 2s infinite var(--ease);
}

.preloader-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  will-change: transform;
}

/* Layering the CMYK + White colors */
.preloader-layer.cmyk-c {
  background-color: #00bcd4;
  z-index: 1;
}

.preloader-layer.cmyk-m {
  background-color: #e91e63;
  z-index: 2;
}

.preloader-layer.cmyk-y {
  background-color: #ffc107;
  z-index: 3;
}

.preloader-layer.cmyk-w {
  background-color: #ffffff;
  z-index: 4;
}

/* The Fill Animation */
@keyframes fillLogo {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

/* Trigger the animations when page loads */
.preloader-logo-mask .cmyk-c {
  animation: fillLogo 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards 0.2s;
}

.preloader-logo-mask .cmyk-m {
  animation: fillLogo 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards 0.4s;
}

.preloader-logo-mask .cmyk-y {
  animation: fillLogo 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards 0.6s;
}

.preloader-logo-mask .cmyk-w {
  animation: fillLogo 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards 0.8s;
}

@keyframes pulse-glow {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

/* When Javascript adds this class, the preloader fades out and floats up slightly */
.preloader-hidden {
  opacity: 0;
  visibility: hidden;
}

.preloader-hidden .preloader-content {
  transform: translateY(-20px);
}

/* ═══════════════════════════════════════════════════════════
   ANNOUNCEMENT BAR
   ═══════════════════════════════════════════════════════════ */
.announce {
  background: var(--navy);
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  overflow: hidden;
}

.announce-track {
  position: relative;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.announce-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.5s var(--ease),
    transform 0.5s var(--ease);
  pointer-events: none;
}

.announce-slide.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.announce a {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ═══════════════════════════════════════════════════════════
   HEADER — BlueCotton Pill-Shaped Floating Bar
   ═══════════════════════════════════════════════════════════ */
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 10px 24px;
  background: transparent;
}

/* Pill-shaped bar: [Left Nav] — [Center Logo] — [Right Icons] */
.header-main {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 52px;
  padding: 0 28px;
  max-width: 1400px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 100px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}

/* Left: Navigation Items */
.nav-left {
  display: flex;
  align-items: center;
  gap: 0;
}

/* Center: Logo */
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 1rem;
  color: var(--navy);
  letter-spacing: 0.02em;
  justify-self: center;
  white-space: nowrap;
}

.logo img {
  height: 36px;
}

.logo-text {
  display: flex;
  align-items: baseline;
  gap: 0;
}

.logo-text small {
  font-size: 0.55rem;
  font-weight: 500;
  color: var(--gray);
  letter-spacing: 0.08em;
  margin-left: 8px;
  text-transform: uppercase;
}

/* Right: Icons */
.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}

.btn-free {
  padding: 7px 16px;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: 1.5px solid var(--navy);
  color: var(--navy);
  border-radius: 100px;
  margin-right: 4px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition:
    color 0.15s var(--ease),
    border-color 0.5s var(--ease);
}

/* CMYK Color Layers */
.cmyk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  border-radius: 0;
  border: none;
  outline: none;
  will-change: transform;
}

.btn-free-text {
  position: relative;
  z-index: 10;
}

.cmyk-c {
  background: #009fe3;
  z-index: 1;
}

.cmyk-m {
  background: #e6007e;
  z-index: 2;
}

.cmyk-y {
  background: #ffed00;
  z-index: 3;
}

.cmyk-k {
  background: var(--navy);
  z-index: 4;
}

.btn-free:hover .cmyk {
  transform: translateX(0);
}

.btn-free:hover .cmyk-c {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-free:hover .cmyk-m {
  transition: transform 580ms cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-free:hover .cmyk-y {
  transition: transform 650ms cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-free:hover .cmyk-k {
  transition: transform 750ms cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-free:hover {
  color: var(--white);
  border-color: var(--navy);
}

.h-icon {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  position: relative;
  transition: color var(--dur);
}

.h-icon:hover {
  color: var(--blue);
}

.h-icon svg {
  width: 20px;
  height: 20px;
}

.h-icon .dot {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
}

.nav-item {
  position: static;
}

/* Fix hover drop-off gap for scalable browsers */
.nav-item::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 25px;
  /* Creates an invisible bridge to dropdown */
}

.nav-item.has-simple {
  position: relative;
}

.h-icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
}

/* Fix hover drop-off gap for Search and Cart icons */
.h-icon-wrapper::after {
  content: "";
  position: absolute;
  top: 100%;
  left: -50px;
  right: -50px;
  height: 25px;
  /* Invisible bridge to mega-search and mega-cart */
}

.h-icon-wrapper:hover .dropdown-simple {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-item > a {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 14px 14px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--black);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: color var(--dur);
  white-space: nowrap;
}

.nav-item > a svg {
  width: 11px;
  height: 11px;
  color: var(--gray-lt);
  transition: transform var(--dur);
}

.nav-item:hover > a {
  color: var(--blue);
}

.nav-item:hover > a svg {
  transform: rotate(180deg);
  color: var(--blue);
}

.mega-dropdown {
  position: fixed;
  top: 72px;
  /* Anchor point right below header */
  left: 0;
  right: 0;
  width: calc(100vw - 80px);
  max-width: 1320px;
  margin: 0 auto;
  background: var(--white);
  border: 1px solid var(--border);
  border-top: 2px solid var(--blue);
  border-radius: var(--r);
  box-shadow: var(--shadow-lg);
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.15s linear,
    visibility 0.15s,
    transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(8px);
  /* SDTF-FIX: Reduced from 9999 → 500. Mega dropdown needs to be above
     nav but below EComposer canvas UI. */
  z-index: 500;
  display: grid;
  overflow: hidden;
  pointer-events: none;
  /* Prevents ghost hovering */
}

.nav-item:hover .mega-dropdown,
.mega-dropdown:hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  /* Re-enable clicks when visible */
}

/* Mega Layout: columns on left, images on right */
.mega-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 320px;
  gap: 0;
  min-height: 320px;
}

.mega-inner-sm {
  grid-template-columns: 1fr 1fr 280px;
}

/* Text columns */
.mega-col {
  padding: 32px 28px;
  border-right: 1px solid var(--border);
}

.mega-col:last-of-type {
  border-right: none;
}

.mega-col h5 {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--gray);
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
}

.mega-col a {
  display: block;
  padding: 7px 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--black);
  transition: all var(--dur);
}

.mega-col a:hover {
  color: var(--blue);
  padding-left: 6px;
}

/* Finder link */
.mega-finder {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
}

.mega-finder a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--blue);
}

.mega-finder a svg {
  width: 14px;
  height: 14px;
}

.mega-finder a:hover {
  text-decoration: underline;
}

/* Image cards in mega menu */
.mega-images {
  display: flex;
  gap: 0;
  border-left: 1px solid var(--border);
}

.mega-img-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  border-right: 1px solid var(--border);
}

.mega-img-card:last-child {
  border-right: none;
}

.mega-img-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}

.mega-img-card:hover img {
  transform: scale(1.04);
}

.mega-img-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
  padding: 28px 16px 14px;
}

.mega-img-label span {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  display: block;
}

.mega-img-label small {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 2px;
  display: block;
}

/* Simple dropdown (for items without images like Support) */
.dropdown-simple {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 220px;
  background: var(--white);
  border: 1px solid var(--border);
  border-top: 2px solid var(--blue);
  border-radius: var(--r);
  box-shadow: var(--shadow-lg);
  padding: 20px 0;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.25s var(--ease),
    visibility 0.25s,
    transform 0.25s var(--ease);
  transform: translateY(6px);
  /* SDTF-FIX: Reduced from 999 → 400. Simple dropdown, below mega. */
  z-index: 400;
  overflow: hidden;
}

.nav-item:hover .dropdown-simple {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-simple a {
  display: block;
  padding: 9px 24px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--black);
  transition: all var(--dur);
}

.dropdown-simple a:hover {
  color: var(--blue);
  background: var(--off);
  padding-left: 28px;
}

.dropdown-simple.dropdown-right {
  left: auto;
  right: -10px;
}

/* Custom Cart Dropdown add-ons */
.cart-dropdown-header {
  padding: 16px 24px;
  border-bottom: 1px solid var(--border);
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--navy);
}

.cart-dropdown-body {
  padding: 24px;
  text-align: center;
  color: var(--gray);
  font-size: 0.8125rem;
}

.cart-dropdown-footer {
  padding: 16px 24px;
  border-top: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cart-dropdown-footer .btn {
  width: 100%;
  padding: 10px;
  font-size: 0.75rem;
}

.cart-dropdown-footer .btn-navy {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}

.cart-dropdown-footer .btn-navy:hover {
  background: var(--blue);
  border-color: var(--blue);
}

/* ═══════════════════════════════════════════════════════════
   MEGA SEARCH DROPDOWN (Advanced Hover Menu)
   ═══════════════════════════════════════════════════════════ */
.mega-search-dropdown {
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  width: calc(100vw - 80px);
  max-width: 1320px;
  margin: 0 auto;
  background: var(--white);
  border-radius: var(--r);
  border: 1px solid var(--border);
  border-top: 2px solid var(--blue);
  box-shadow: var(--shadow-xl);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s var(--ease),
    visibility 0.3s,
    transform 0.3s var(--ease);
  transform: translateY(10px);
  z-index: 1000;
  overflow: hidden;
  cursor: default;
  /* Reset cursor so text is selectable inside */
}

/* Make search wrapper cover full height of header to prevent hover drop off */
.search-wrapper::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: -300px;
  height: 20px;
}

.search-wrapper:hover .mega-search-dropdown,
.mega-search-dropdown:hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mega-search-inner {
  display: flex;
  flex-direction: column;
}

/* Search Header */
.mega-search-header {
  padding: 24px 32px;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(255, 255, 255, 0.98);
}

.mega-search-header .search-icon {
  width: 22px;
  height: 22px;
  color: var(--gray);
}

.mega-search-input {
  flex: 1;
  border: none;
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--black);
  outline: none;
  background: transparent;
  font-family: var(--font);
}

.mega-search-input::placeholder {
  color: var(--gray-lt);
}

.close-search {
  background: none;
  border: none;
  color: var(--black);
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color var(--dur);
}

.close-search svg {
  width: 20px;
  height: 20px;
}

.close-search:hover {
  color: var(--blue);
}

/* Search Body */
.mega-search-body {
  display: flex;
  min-height: 380px;
}

/* Sidebar (Popular Searches) */
.mega-search-sidebar {
  width: 240px;
  padding: 32px;
  border-right: 1px solid var(--border);
  background: var(--off);
}

.mega-search-title {
  font-size: 0.8125rem;
  color: var(--gray) !important;
  font-weight: 500;
  margin-bottom: 16px;
  letter-spacing: 0.02em;
}

.mega-search-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-search-links li {
  margin-bottom: 12px;
}

.mega-search-links a {
  font-size: 0.9rem;
  color: var(--navy);
  font-weight: 600;
  transition: color var(--dur);
  display: block;
}

.mega-search-links a:hover {
  color: var(--blue);
}

/* Results Content */
.mega-search-results {
  flex: 1;
  padding: 32px;
  background: var(--white);
}

.mega-search-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 16px;
}

.mega-search-product {
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid transparent;
  border-radius: var(--r);
  transition: border-color var(--dur);
  padding-bottom: 12px;
}

.mega-search-product:hover {
  border-color: var(--border);
}

.product-img-wrap {
  aspect-ratio: 1;
  width: 100%;
  background: var(--off);
  border-radius: var(--r);
  overflow: hidden;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-img-wrap img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  transition: transform 0.4s var(--ease);
}

.mega-search-product:hover .product-img-wrap img {
  transform: scale(1.08);
  /* slight zoom on hover like reference */
}

.product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
  z-index: 2;
  text-transform: capitalize;
}

.badge-green {
  background: rgba(37, 99, 235, 0.1);
  color: var(--blue);
}

.product-info {
  padding: 0 4px;
}

.product-title {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.4;
  margin-bottom: 4px;
}

.product-brand {
  font-size: 0.75rem;
  color: var(--gray);
  margin-bottom: 4px;
}

.product-price {
  font-size: 0.75rem;
  color: var(--gray);
}

/* ═══════════════════════════════════════════════════════════
   MEGA CART DROPDOWN (Advanced Hover Drawer)
   ═══════════════════════════════════════════════════════════ */
.mega-cart-dropdown {
  position: absolute;
  top: calc(100% + 15px);
  right: -10px;
  width: 420px;
  background: var(--white);
  border-radius: var(--r);
  border-top: 2px solid var(--blue);
  box-shadow: var(--shadow-xl);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s var(--ease),
    visibility 0.3s,
    transform 0.3s var(--ease);
  transform: translateY(10px);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  cursor: default;
}

/* Prevents hover from breaking */
.cart-wrapper::after {
  content: "";
  position: absolute;
  top: 100%;
  left: -200px;
  right: 0;
  height: 20px;
}

.cart-wrapper:hover .mega-cart-dropdown,
.mega-cart-dropdown:hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Cart Header */
.mega-cart-header {
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-bottom: 1px solid var(--border);
}

.cart-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy);
}

.close-cart {
  position: absolute;
  left: 24px;
  background: none;
  border: none;
  color: var(--black);
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color var(--dur);
}

.close-cart svg {
  width: 20px;
  height: 20px;
}

.close-cart:hover {
  color: var(--blue);
}

/* Scrollable Body */
.mega-cart-scrollable {
  max-height: 60vh;
  overflow-y: auto;
  padding-bottom: 24px;
}

/* Empty State */
.mega-cart-empty {
  padding: 40px 32px 32px;
  text-align: center;
}

.mega-cart-empty h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--gray);
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}

.mega-cart-empty p {
  font-size: 0.95rem;
  color: var(--gray-lt);
  line-height: 1.4;
}

/* Promo Banner */
.mega-cart-promo {
  margin: 0 24px 32px;
  background: rgba(37, 99, 235, 0.08);
  /* Brand-compliant soft blue */
  color: var(--navy);
  padding: 18px;
  text-align: center;
  border-radius: var(--r);
  font-size: 0.9rem;
  font-weight: 600;
}

/* Best Sellers */
.mega-cart-bestsellers {
  padding: 0 24px;
}

.bestsellers-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
}

.bestsellers-header h4 {
  font-size: 1rem;
  font-weight: 500;
  color: var(--navy);
}

.bestsellers-header a {
  font-size: 0.8rem;
  color: var(--gray);
  text-decoration: none;
}

.bestsellers-header a:hover {
  color: var(--blue);
  text-decoration: underline;
}

/* Horizontal List */
.bestsellers-list {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: none;
  /* Firefox */
}

.bestsellers-list::-webkit-scrollbar {
  display: none;
}

/* Chrome */

.bestseller-card {
  flex: 0 0 160px;
  /* fixed width for cards */
  display: flex;
  flex-direction: column;
  position: relative;
}

.bs-img-wrap {
  aspect-ratio: 4/5;
  background: var(--off);
  border-radius: var(--r);
  overflow: hidden;
  position: relative;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bs-img-wrap img {
  width: 85%;
  height: 85%;
  object-fit: contain;
  transition: transform 0.4s var(--ease);
}

.bestseller-card:hover .bs-img-wrap img {
  transform: scale(1.05);
}

.bs-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: var(--navy);
  /* Brand navy */
  color: var(--white);
  font-size: 0.6rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
  z-index: 2;
  letter-spacing: 0.02em;
}

.bs-info {
  padding: 0 2px;
}

.bs-info h5 {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.3;
  margin-bottom: 4px;
}

.bs-info p {
  font-size: 0.7rem;
  color: var(--gray);
  margin-bottom: 4px;
}

.bs-info span {
  font-size: 0.75rem;
  color: var(--gray);
}

/* Cart Footer */
.mega-cart-footer {
  padding: 24px;
  border-top: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.98);
}

.mega-cart-footer .btn {
  width: 100%;
  padding: 16px;
  font-size: 0.85rem;
}

/* ═══════════════════════════════════════════════════════════
   BUTTONS — Editorial, Sharp
   ═══════════════════════════════════════════════════════════ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 32px;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: var(--r);
  border: 1.5px solid var(--black);
  color: var(--black);
  background: transparent;
  transition: all var(--dur) var(--ease);
  font-family: var(--font);
  cursor: pointer;
}

.btn svg {
  width: 14px;
  height: 14px;
  transition: transform var(--dur);
}

.btn:hover {
  background: var(--black);
  color: var(--white);
}

.btn:hover svg {
  transform: translateX(3px);
}

.btn-primary {
  background: var(--blue);
  color: var(--white);
  border-color: var(--blue);
  box-shadow: var(--shadow-blue);
}

.btn-primary:hover {
  background: var(--blue-h);
  border-color: var(--blue-h);
}

.btn-white {
  border-color: var(--white);
  color: var(--white);
}

.btn-white:hover {
  background: var(--white);
  color: var(--navy);
}

.btn-sm {
  padding: 10px 24px;
  font-size: 0.75rem;
}

.btn-lg {
  padding: 16px 40px;
  font-size: 0.875rem;
}

.btn-text {
  border: none;
  padding: 0;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--black);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all var(--dur);
}

.btn-text:hover {
  color: var(--blue);
}

.btn-text:hover svg {
  transform: translateX(4px);
}

.btn-text svg {
  width: 14px;
  height: 14px;
  transition: transform var(--dur);
}

/* ═══════════════════════════════════════════════════════════
   HERO — Full-Bleed Behind Header
   ═══════════════════════════════════════════════════════════ */
.hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-top: -72px;
  padding-top: 72px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: center/cover no-repeat;
  transition: transform 8s linear;
}

.hero:hover .hero-bg {
  transform: scale(1.03);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(15, 23, 42, 0.7) 0%,
    rgba(15, 23, 42, 0.3) 50%,
    transparent 100%
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 60px;
  width: 100%;
}

.hero-overline {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}

.hero h1 {
  font-size: clamp(2.5rem, 5.5vw, 4.5rem);
  font-weight: 300;
  color: var(--white);
  line-height: 1.05;
  letter-spacing: -0.02em;
  max-width: 700px;
  margin-bottom: 24px;
}

.hero h1 strong {
  font-weight: 700;
}

.hero-sub {
  font-size: 1.125rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  max-width: 500px;
  line-height: 1.7;
  margin-bottom: 40px;
}

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

/* ═══════════════════════════════════════════════════════════
   VALUE BAR
   ═══════════════════════════════════════════════════════════ */
.value-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--border);
}

.value-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px;
  text-align: center;
  border-right: 1px solid var(--border);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--navy);
}

.value-item:last-child {
  border-right: none;
}

.value-item svg {
  width: 20px;
  height: 20px;
  color: var(--blue);
  flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════════════
   SECTIONS — Editorial Layout
   ═══════════════════════════════════════════════════════════ */
.section {
  padding: 100px 0;
  overflow-x: hidden;
}

.section-sm {
  padding: 80px 0;
}

.sec-header {
  text-align: center;
  margin-bottom: 56px;
}

.sec-header .overline {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 12px;
  display: block;
}

.sec-header h2 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 300;
  color: var(--navy);
  letter-spacing: -0.01em;
  line-height: 1.15;
}

.sec-header h2 strong {
  font-weight: 800;
}

.sec-header p {
  font-size: 1rem;
  color: var(--gray);
  max-width: 580px;
  margin: 16px auto 0;
  line-height: 1.7;
}

.divider {
  width: 48px;
  height: 2px;
  background: var(--blue);
  margin: 20px auto 0;
}

/* ═══════════════════════════════════════════════════════════
   SERVICE CARDS — 4-col, sharp
   ═══════════════════════════════════════════════════════════ */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--border);
}

.svc-card {
  background: var(--white);
  padding: 0;
  overflow: hidden;
  transition: all var(--dur) var(--ease);
  position: relative;
  display: flex;
  flex-direction: column;
}

.svc-card:hover {
  z-index: 2;
  box-shadow: var(--shadow-lg);
}

.svc-img {
  height: 220px;
  overflow: hidden;
  background: var(--off);
  flex-shrink: 0;
}

.svc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}

.svc-card:hover .svc-img img {
  transform: scale(1.06);
}

.svc-body {
  padding: 28px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.svc-body h3 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}

.svc-body > p {
  font-size: 0.8125rem;
  color: var(--gray);
  line-height: 1.7;
  margin-bottom: 16px;
}

.svc-list {
  margin-top: auto;
}

.svc-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 8px;
}

.svc-list li svg {
  width: 16px;
  height: 16px;
  color: var(--blue);
  flex-shrink: 0;
}

.svc-cta {
  display: block;
  padding: 12px 0;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--navy);
  border-top: 1px solid var(--border);
  transition: all var(--dur);
  flex-shrink: 0;
}

.svc-cta:hover {
  color: var(--blue);
  background: var(--off);
}

/* ═══════════════════════════════════════════════════════════
   FEATURES — 3-col
   ═══════════════════════════════════════════════════════════ */
.feat-section {
  background: var(--off);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

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

.feat {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.feat-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border: 1.5px solid var(--border);
  border-radius: var(--r);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  transition: all var(--dur);
}

.feat:hover .feat-icon {
  background: var(--blue);
  color: var(--white);
  border-color: var(--blue);
}

.feat-icon svg {
  width: 22px;
  height: 22px;
}

.feat h4 {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 4px;
}

.feat p {
  font-size: 0.8125rem;
  color: var(--gray);
  line-height: 1.6;
}

/* ═══════════════════════════════════════════════════════════
   DTF PRODUCT CARDS — 4-col
   ═══════════════════════════════════════════════════════════ */
.dtf-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.dtf-card {
  background: var(--white);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: all var(--dur);
  display: flex;
  flex-direction: column;
}

.dtf-card:hover {
  box-shadow: var(--shadow-lg);
  border-color: transparent;
}

.dtf-card-img {
  height: 200px;
  overflow: hidden;
  background: var(--off);
  flex-shrink: 0;
}

.dtf-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}

.dtf-card:hover .dtf-card-img img {
  transform: scale(1.05);
}

.dtf-card-body {
  padding: 24px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.dtf-card-body h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
}

.dtf-card-body p {
  font-size: 0.8125rem;
  color: var(--gray);
  margin-bottom: 20px;
  line-height: 1.6;
}

/* ═══════════════════════════════════════════════════════════
   PRODUCT CAROUSEL
   ═══════════════════════════════════════════════════════════ */
.prod-scroll {
  display: flex;
  gap: 1px;
  overflow-x: auto;
  background: var(--border);
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.prod-scroll::-webkit-scrollbar {
  display: none;
}

.prod-card {
  min-width: 260px;
  flex-shrink: 0;
  scroll-snap-align: start;
  background: var(--white);
  overflow: hidden;
  transition: all var(--dur);
  display: flex;
  flex-direction: column;
}

.prod-card:hover {
  z-index: 2;
  box-shadow: var(--shadow-lg);
}

.prod-img {
  height: 280px;
  overflow: hidden;
  background: var(--off);
  position: relative;
  flex-shrink: 0;
}

.prod-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}

.prod-card:hover .prod-img img {
  transform: scale(1.04);
}

.prod-body {
  padding: 20px 24px;
  flex: 1;
}

.prod-body h4 {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 6px;
  line-height: 1.3;
}

.prod-body .price {
  font-size: 1rem;
  font-weight: 800;
  color: var(--blue);
}

.prod-body .old {
  text-decoration: line-through;
  color: var(--gray-lt);
  font-weight: 400;
  font-size: 0.8125rem;
  margin-left: 6px;
}

.prod-add {
  display: block;
  width: 100%;
  padding: 12px;
  border: none;
  background: var(--navy);
  color: var(--white);
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-family: var(--font);
  transition: background var(--dur);
  cursor: pointer;
  flex-shrink: 0;
}

.prod-add:hover {
  background: var(--blue);
}

/* ═══════════════════════════════════════════════════════════
   SPLIT SECTION (Editorial)
   ═══════════════════════════════════════════════════════════ */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
}

.split-img {
  overflow: hidden;
  background: var(--off);
}

.split-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}

.split:hover .split-img img {
  transform: scale(1.03);
}

.split-text {
  display: flex;
  align-items: center;
  padding: 60px 64px;
  background: var(--white);
}

.split-text-inner .overline {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 16px;
  display: block;
}

.split-text-inner h2 {
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  font-weight: 300;
  color: var(--navy);
  line-height: 1.15;
  margin-bottom: 16px;
}

.split-text-inner h2 strong {
  font-weight: 800;
}

.split-text-inner p {
  font-size: 0.9375rem;
  color: var(--gray);
  line-height: 1.7;
  margin-bottom: 32px;
}

/* ═══════════════════════════════════════════════════════════
   STEPS — 3-Column Dark
   ═══════════════════════════════════════════════════════════ */
.steps-bg {
  background: var(--navy);
  color: var(--white);
}

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

.step {
  text-align: center;
  padding: 0 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.step:last-child {
  border-right: none;
}

.step-num {
  font-size: 3.5rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.15);
  margin-bottom: 16px;
  line-height: 1;
  font-family: var(--font-serif);
}

.step h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--white);
}

.step p {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.7;
}

.step-img {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: var(--r);
  overflow: hidden;
  margin-bottom: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.step-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}

.step:hover .step-img img {
  transform: scale(1.05);
}

/* ═══════════════════════════════════════════════════════════
   REVIEWS
   ═══════════════════════════════════════════════════════════ */
/* ═══════════════════════════════════════════════════════════
   REVIEWS — Judge.me Embed + Fallback
   ═══════════════════════════════════════════════════════════ */
.reviews-section {
  background: var(--off);
}

.judgeme-embed {
  margin-bottom: 40px;
}

.judgeme-placeholder {
  text-align: center;
  padding: 32px 24px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r);
}

.judgeme-summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.judgeme-stars-row {
  display: flex;
  gap: 3px;
}

.judgeme-stars-row svg {
  width: 24px;
  height: 24px;
  color: #f59e0b;
}

.judgeme-score {
  font-size: 0.95rem;
  color: var(--navy);
}

.judgeme-score strong {
  font-weight: 800;
}

.judgeme-note {
  font-size: 0.7rem;
  color: var(--gray);
  font-style: italic;
  opacity: 0.5;
  margin-top: 8px;
}

.reviews-cta {
  text-align: center;
  margin-top: 40px;
}

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

.review {
  padding: 32px;
  border: 1px solid var(--border);
  transition: all var(--dur);
  display: flex;
  flex-direction: column;
}

.review:hover {
  box-shadow: var(--shadow);
  border-color: var(--blue);
}

.review-stars {
  display: flex;
  gap: 2px;
  color: #f59e0b;
  margin-bottom: 16px;
}

.review-stars svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.review-text {
  font-size: 0.9375rem;
  color: var(--black);
  line-height: 1.7;
  margin-bottom: 20px;
  font-style: italic;
  flex: 1;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-av {
  width: 36px;
  height: 36px;
  background: var(--navy);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.75rem;
  flex-shrink: 0;
}

.review-name {
  font-weight: 700;
  font-size: 0.8125rem;
  color: var(--navy);
}

.review-date {
  font-size: 0.6875rem;
  color: var(--gray);
}

/* ═══════════════════════════════════════════════════════════
   FAQ
   ═══════════════════════════════════════════════════════════ */
.faq-list {
  max-width: 760px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid var(--border);
}

.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--navy);
  width: 100%;
  text-align: left;
  font-family: var(--font);
  transition: color var(--dur);
  background: transparent;
  border: none;
}

.faq-q:hover {
  color: var(--blue);
}

.faq-q svg {
  width: 16px;
  height: 16px;
  color: var(--gray);
  transition: transform var(--dur);
  flex-shrink: 0;
  margin-left: 16px;
}

.faq-item.open .faq-q svg {
  transform: rotate(45deg);
  color: var(--blue);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s var(--ease);
}

.faq-item.open .faq-a {
  max-height: 400px;
}

.faq-a-inner {
  padding: 0 0 24px;
  font-size: 0.9375rem;
  color: var(--gray);
  line-height: 1.7;
}

/* ═══════════════════════════════════════════════════════════
   BLOG
   ═══════════════════════════════════════════════════════════ */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.blog-card {
  overflow: hidden;
  border: 1px solid var(--border);
  transition: all var(--dur);
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  box-shadow: var(--shadow);
}

.blog-img {
  height: 220px;
  overflow: hidden;
  flex-shrink: 0;
}

.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}

.blog-card:hover .blog-img img {
  transform: scale(1.04);
}

.blog-body {
  padding: 28px;
  flex: 1;
}

.blog-tag {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--blue);
  margin-bottom: 10px;
}

.blog-body h3 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 8px;
  color: var(--navy);
}

.blog-body p {
  font-size: 0.8125rem;
  color: var(--gray);
  line-height: 1.6;
}

/* ═══════════════════════════════════════════════════════════
   NEWSLETTER
   ═══════════════════════════════════════════════════════════ */
.newsletter {
  background: var(--navy);
  color: var(--white);
  text-align: center;
}

.newsletter h2 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 300;
  color: var(--white);
  margin-bottom: 12px;
}

.newsletter h2 strong {
  font-weight: 700;
}

.newsletter p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.9375rem;
  max-width: 440px;
  margin: 0 auto 32px;
}

.nl-form {
  display: flex;
  gap: 0;
  max-width: 480px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.nl-form input {
  flex: 1;
  padding: 14px 20px;
  border: none;
  background: transparent;
  color: var(--white);
  font-size: 0.875rem;
  font-family: var(--font);
}

.nl-form input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.nl-form input:focus {
  outline: none;
}

.nl-form button {
  padding: 14px 28px;
  background: var(--blue);
  color: var(--white);
  border: none;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-family: var(--font);
  cursor: pointer;
  transition: background var(--dur);
  white-space: nowrap;
}

.nl-form button:hover {
  background: var(--blue-h);
}

/* ═══════════════════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════════════════ */
.footer {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.6);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* Trust Strip */
.footer-trust-strip {
  background: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 24px 0;
}

.trust-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.trust-strip-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.trust-strip-item svg {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  color: var(--blue);
}

.trust-strip-item strong {
  display: block;
  color: var(--white);
  font-size: 0.8125rem;
  font-weight: 700;
}

.trust-strip-item span {
  display: block;
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.4);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, minmax(0, 1fr));
  gap: 40px;
  padding: 64px 0 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-brand p {
  font-size: 0.8125rem;
  line-height: 1.7;
  margin-top: 16px;
  max-width: 280px;
}

.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.footer-social a {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.4);
  transition: all var(--dur);
}

.footer-social a:hover {
  background: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}

.footer-social svg {
  width: 16px;
  height: 16px;
}

.footer-col h4 {
  color: var(--white);
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}

.footer-col li {
  margin-bottom: 10px;
}

.footer-col a {
  font-size: 0.8125rem;
  transition: color var(--dur);
}

.footer-col a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding: 24px 0;
  font-size: 0.75rem;
}

.footer-payments {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pay-icons {
  display: flex;
  gap: 6px;
}

.pay-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 8px;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--r);
  color: rgba(255, 255, 255, 0.5);
}

.footer-links {
  display: flex;
  gap: 24px;
}

.footer-links a:hover {
  color: var(--white);
}

/* ═══════════════════════════════════════════════════════════
   MICRO-ANIMATIONS & KEYFRAMES
   ═══════════════════════════════════════════════════════════ */

/* Keyframes */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

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

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-24px);
  }

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

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(24px);
  }

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

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.92);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes shimmer {
  0% {
    background-position: -200% center;
  }

  100% {
    background-position: 200% center;
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.04);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

/* Enhanced Scroll Reveal System */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.7s var(--ease),
    transform 0.7s var(--ease);
}

.reveal.vis {
  opacity: 1;
  transform: none;
}

.reveal-left {
  opacity: 0;
  transform: translateX(-24px);
  transition:
    opacity 0.7s var(--ease),
    transform 0.7s var(--ease);
}

.reveal-left.vis {
  opacity: 1;
  transform: none;
}

.reveal-right {
  opacity: 0;
  transform: translateX(24px);
  transition:
    opacity 0.7s var(--ease),
    transform 0.7s var(--ease);
}

.reveal-right.vis {
  opacity: 1;
  transform: none;
}

.reveal-scale {
  opacity: 0;
  transform: scale(0.92);
  transition:
    opacity 0.7s var(--ease),
    transform 0.7s var(--ease);
}

.reveal-scale.vis {
  opacity: 1;
  transform: none;
}

/* Staggered Children Delays */
.reveal:nth-child(1) {
  transition-delay: 0s;
}

.reveal:nth-child(2) {
  transition-delay: 0.1s;
}

.reveal:nth-child(3) {
  transition-delay: 0.2s;
}

.reveal:nth-child(4) {
  transition-delay: 0.25s;
}

.reveal:nth-child(5) {
  transition-delay: 0.3s;
}

.reveal:nth-child(6) {
  transition-delay: 0.35s;
}

/* Button Micro-Animations */
.btn {
  position: relative;
  overflow: hidden;
}

.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 30%,
    rgba(255, 255, 255, 0.15) 50%,
    transparent 70%
  );
  transform: translateX(-100%);
  transition: transform 0.5s var(--ease);
}

.btn:hover::after {
  transform: translateX(100%);
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.3);
}

.btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.btn-white:hover {
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.15);
}

/* Card Hover Lift */
.review:hover,
.blog-card:hover,
.feature-card:hover {
  transform: translateY(-4px);
}

/* Gold Shimmer Effect for Accent Text */
.accent--gold {
  background: linear-gradient(
    120deg,
    #c9a84c 0%,
    #f5d98b 40%,
    #c9a84c 60%,
    #f5d98b 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 4s linear infinite;
}

/* Step Number Animation */
.step-num {
  transition:
    color 0.4s var(--ease),
    transform 0.4s var(--ease);
}

.step:hover .step-num {
  color: rgba(255, 255, 255, 0.3);
  transform: scale(1.05);
}

/* Footer Social Hover */
.footer-social a {
  border-radius: 50%;
}

.footer-social a:hover {
  transform: translateY(-3px);
}

/* Trust Strip Item Animation */
.trust-strip-item svg {
  transition: transform 0.3s var(--ease);
}

.trust-strip-item:hover svg {
  transform: scale(1.15);
}

/* Overline Fade-in */
.overline {
  animation: fadeInUp 0.6s var(--ease) both;
}

/* Divider Grow */
.divider {
  transform-origin: center;
  animation: scaleIn 0.8s var(--ease) 0.2s both;
}

/* Payment Icon Hover */
.pay-icon {
  transition: all 0.2s var(--ease);
}

.pay-icon:hover {
  border-color: rgba(255, 255, 255, 0.4);
  color: var(--white);
}

/* ═══════════════════════════════════════════════════════════
   SOCIAL PROOF — Trust.me Widget
   ═══════════════════════════════════════════════════════════ */
.trustme-section {
  padding: 32px 0;
  background: var(--white);
  border-bottom: 1px solid var(--border);
}

.trustme-embed {
  text-align: center;
}

.trustme-placeholder {
  padding: 24px;
}

.trustme-placeholder-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.trustme-stars {
  display: flex;
  gap: 3px;
}

.trustme-stars svg {
  width: 22px;
  height: 22px;
  color: #f59e0b;
}

.trustme-rating {
  font-size: 0.9rem;
  color: var(--navy);
  letter-spacing: 0.01em;
}

.trustme-rating strong {
  font-weight: 800;
}

.trustme-note {
  font-size: 0.7rem;
  color: var(--gray);
  font-style: italic;
  opacity: 0.6;
  margin-top: 4px;
}

/* ═══════════════════════════════════════════════════════════
   CHOOSE YOUR DTF OPTION — Comparison Cards
   ═══════════════════════════════════════════════════════════ */
.option-section {
  background: var(--off);
}

.sec-subtitle {
  max-width: 540px;
  margin: 12px auto 0;
  font-size: 0.9rem;
  color: var(--gray);
  line-height: 1.6;
}

.option-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 16px;
}

.option-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 32px 24px 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition:
    transform var(--dur),
    box-shadow var(--dur);
  overflow: hidden;
}

.option-img {
  width: calc(100% + 48px);
  margin: -32px -24px 24px -24px;
  height: 180px;
  border-bottom: 1px solid var(--border);
  background: var(--off);
  flex-shrink: 0;
}

.option-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}

.option-card:hover .option-img img {
  transform: scale(1.05);
}

.option-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

/* Featured card (Most Popular) */
.option-card--featured {
  border: 2px solid var(--navy);
  box-shadow: 0 8px 30px rgba(26, 32, 68, 0.1);
}

.option-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--navy);
  color: var(--white);
  font-size: 0.6rem;
  font-weight: 700;
  padding: 5px 16px;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.option-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #eef2ff, #dbeafe);
  border-radius: var(--r);
  margin-bottom: 16px;
}

.option-icon svg {
  width: 26px;
  height: 26px;
  stroke: var(--navy);
}

.option-icon--uv {
  background: linear-gradient(135deg, #fef3c7, #fde68a);
}

.option-icon--uv svg {
  stroke: #92400e;
}

.option-title {
  font-size: 1rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.3;
  margin-bottom: 12px;
  letter-spacing: 0.01em;
}

.option-title span {
  color: var(--blue);
}

.option-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
  width: 100%;
  justify-content: center;
}

.option-price small {
  font-size: 0.7rem;
  color: var(--gray);
  font-weight: 500;
}

.option-price strong {
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--navy);
  letter-spacing: -0.02em;
}

.option-features {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: left;
  flex: 1;
}

.option-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.option-features li:last-child {
  border-bottom: none;
}

.option-features li > svg {
  width: 18px;
  min-width: 18px;
  height: 18px;
  stroke: var(--blue);
  margin-top: 1px;
}

.option-features li div {
  display: flex;
  flex-direction: column;
}

.option-features li strong {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.3;
}

.option-features li span {
  font-size: 0.7rem;
  color: var(--gray);
  line-height: 1.4;
  margin-top: 1px;
}

.option-cta {
  margin-top: 20px;
  width: 100%;
  justify-content: center;
  font-size: 0.72rem;
  padding: 12px 16px;
  border-radius: var(--r);
}

.option-cta svg {
  width: 14px;
  height: 14px;
}

.option-card--featured .option-cta {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}

.option-card--featured .option-cta:hover {
  background: var(--blue);
  border-color: var(--blue);
}

/* ═══════════════════════════════════════════════════════════
   DTF BUNDLES SECTION
   ═══════════════════════════════════════════════════════════ */
.bundles-section {
  background: var(--off);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.bundles-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 12px;
}

.bundle-card {
  background: var(--white);
  border-radius: var(--r);
  overflow: hidden;
  border: 1px solid var(--border);
  transition:
    transform var(--dur),
    box-shadow var(--dur);
  cursor: pointer;
}

.bundle-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.bundle-img {
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
  /* Standard portrait product ratio */
  overflow: hidden;
  background: var(--off);
}

.bundle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s var(--ease);
}

.bundle-card:hover .bundle-img img {
  transform: scale(1.04);
}

.bundle-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--navy);
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  z-index: 2;
}

.bundle-body {
  padding: 16px 14px;
}

.bundle-body h4 {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.03em;
  margin-bottom: 8px;
}

.bundle-price {
  display: flex;
  align-items: center;
  gap: 8px;
}

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

.price-new {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--navy);
}

.bundles-cta {
  text-align: center;
  margin-top: 40px;
}

.btn-bundle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 40px;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--white);
  background: var(--navy);
  border-radius: var(--r);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: all var(--dur);
}

.btn-bundle:hover {
  background: var(--blue);
}

.btn-bundle svg {
  width: 18px;
  height: 18px;
}

/* ═══════════════════════════════════════════════════════════
   MOBILE DRAWER & NAVIGATION
   ═══════════════════════════════════════════════════════════ */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--navy);
  cursor: pointer;
  padding: 8px;
}

.mobile-menu-toggle svg {
  width: 28px;
  height: 28px;
}

.mobile-drawer {
  position: fixed;
  top: 0;
  left: -100%;
  width: 85vw;
  max-width: 400px;
  height: 100vh;
  background: var(--white);
  /* SDTF-FIX: Reduced from 10001 → 701. Mobile drawer must sit above
     overlay (700) but below EComposer editor UI. Only active on mobile. */
  z-index: 701;
  transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-2xl);
}

.mobile-drawer.open {
  left: 0;
}

.mobile-drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(15, 23, 42, 0.4);
  backdrop-filter: blur(4px);
  /* SDTF-FIX: Reduced from 10000 → 700. Backdrop sits below drawer. */
  z-index: 700;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s var(--ease);
}

.mobile-drawer-overlay.open {
  opacity: 1;
  visibility: visible;
}

.mobile-drawer-header {
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--border);
}

.mobile-drawer-header .logo-text {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--navy);
}

.mobile-drawer-close {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--gray);
  padding: 4px;
}

.mobile-drawer-close svg {
  width: 24px;
  height: 24px;
}

.mobile-drawer-close:hover {
  color: var(--blue);
}

.mobile-drawer-body {
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

/* ═══════════════════════════════════════════════════════════
   APP-LIKE MOBILE DRAWER ELEMENTS
   ═══════════════════════════════════════════════════════════ */
.mobile-search-bar {
  padding: 24px 32px 0 32px;
}

.mobile-search-form {
  position: relative;
  display: flex;
  align-items: center;
}

.mobile-search-form svg {
  position: absolute;
  left: 16px;
  width: 20px;
  height: 20px;
  color: var(--gray);
}

.mobile-search-form input {
  width: 100%;
  padding: 14px 16px 14px 44px;
  border: 1px solid var(--border);
  border-radius: var(--r);
  background: var(--off);
  font-family: var(--font-sans);
  font-size: 1rem;
  color: var(--navy);
  outline: none;
  transition: border-color var(--dur);
}

.mobile-search-form input:focus {
  border-color: var(--blue);
  background: var(--white);
}

.mobile-nav-list {
  list-style: none;
  padding: 20px 32px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.mobile-nav-list li {
  border-bottom: 1px solid var(--border);
}

.mobile-nav-list li:last-child {
  border-bottom: none;
}

.mobile-nav-list a {
  font-size: 1rem;
  font-weight: 600;
  color: var(--navy);
  text-decoration: none;
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 12px 0;
  transition: color var(--dur);
}

.mobile-nav-list a:hover {
  color: var(--blue);
}

/* Re-style Sam's Threads for mobile layout */
.mobile-nav-list .mobile-nav-highlight {
  margin-top: 12px;
}

.mobile-nav-list .mobile-nav-highlight a {
  color: var(--blue);
}

.mobile-nav-list .mobile-nav-highlight .btn-free {
  display: inline-flex !important;
  width: 100%;
  justify-content: center;
  padding: 14px 24px;
}

.mobile-drawer-footer {
  padding: 24px 32px;
  border-top: 1px solid var(--border);
  background: var(--off);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mobile-footer-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--navy);
  text-decoration: none;
}

.mobile-footer-item svg {
  width: 24px;
  height: 24px;
  color: var(--blue);
}

.mobile-support-links {
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid rgba(15, 23, 42, 0.1);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9rem;
  color: var(--gray);
}

.mobile-support-links a {
  color: var(--gray);
  text-decoration: none;
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  /* HIDE DESKTOP HEADER ACTION ICONS ON MOBILE -> MOVED TO DRAWER */
  .header-right .h-icon-wrapper {
    display: none !important;
  }

  .svc-grid,
  .dtf-grid,
  .option-grid,
  .bundles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .section {
    padding: 80px 0;
  }

  .hero {
    height: 75vh;
    min-height: 480px;
  }

  .hero-content {
    padding: 0 24px;
  }

  .hero h1 {
    font-size: 2rem;
  }

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

  .hero-actions .btn {
    width: 100%;
    min-height: 52px;
    font-size: 0.875rem;
    padding: 16px 28px;
    justify-content: center;
  }

  .btn {
    min-height: 48px;
    padding: 14px 24px;
  }

  .btn-lg {
    min-height: 52px;
    padding: 16px 28px;
  }

  /* Header Mobile Resets */
  .header-main {
    grid-template-columns: auto 1fr auto !important;
    gap: 16px;
  }

  .logo-container {
    justify-content: center !important;
  }

  .mobile-menu-toggle {
    display: block;
  }

  .nav-left {
    display: none !important;
  }

  .logo {
    justify-self: start;
  }

  /* Dropdown & Mega Search / Cart Resets for Mobile */
  /* SDTF-FIX: Removed position:fixed !important — this broke EComposer's
     drag-drop canvas entirely (panels jumped out of layout flow).
     Replaced with position:fixed (no !important). The dimension overrides
     below are kept as !important because they must beat the desktop
     absolute-position rules at lower cascade specificity. 2026-04-29 */
  .mega-search-dropdown,
  .mega-cart-dropdown {
    position: fixed;
    top: 70px !important;
    right: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    min-width: 0 !important;
    max-width: none !important;
    border-radius: 0 0 4px 4px !important;
    height: auto;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
  }

  .mega-search-header,
  .mega-cart-header {
    padding: 16px;
  }

  .mega-search-body {
    flex-direction: column !important;
    min-height: auto;
  }

  .mega-search-sidebar {
    width: 100% !important;
    border-right: none !important;
    border-bottom: 1px solid var(--border);
    padding: 24px !important;
  }

  .mega-search-results {
    padding: 24px !important;
  }

  .mega-search-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .mega-inner {
    grid-template-columns: 1fr 1fr;
  }

  .mega-images {
    display: none;
  }

  .bestsellers-list {
    gap: 12px;
  }

  .bestseller-card {
    flex: 0 0 140px;
  }

  /* Grid Layouts → 1fr */
  .svc-grid,
  .dtf-grid,
  .reviews-grid,
  .blog-grid,
  .feat-grid,
  .split,
  .steps-grid {
    grid-template-columns: 1fr;
    background: transparent;
    gap: 16px;
  }

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

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

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

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .split-text {
    padding: 40px 24px;
  }

  .steps-grid {
    gap: 48px;
  }

  .step {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding-bottom: 48px;
  }

  .nl-form {
    flex-direction: column;
    border: none;
    gap: 12px;
  }

  .nl-form input {
    border: 1px solid rgba(255, 255, 255, 0.15);
  }
}

/* ULTIMATE MOBILE (Phones under 480px) */
@media (max-width: 480px) {
  .header-main {
    gap: 8px !important;
  }

  .logo-text {
    font-size: 1.1rem !important;
  }

  .hero h1 {
    font-size: 1.8rem;
    line-height: 1.1;
  }

  .hero-sub {
    font-size: 0.95rem;
  }

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

  .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .btn {
    padding: 16px 28px;
    font-size: 0.875rem;
    min-height: 48px;
  }

  .btn-lg {
    padding: 18px 32px;
    font-size: 0.9375rem;
    min-height: 52px;
  }

  .value-bar,
  .svc-grid,
  .dtf-grid,
  .option-grid,
  .bundles-grid,
  .feat-grid,
  .steps-grid,
  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
    padding: 16px;
  }

  .mega-search-grid {
    grid-template-columns: 1fr !important;
    /* Stack product suggestions entirely */
    gap: 12px;
  }

  .h-icon {
    width: 32px;
    height: 32px;
  }

  .h-icon svg {
    widt