/* ===========================================================================
   VERVE — loud and expressive.

   Distinctive traits:
     · uses the floating multi-banner hero, tilted, with hard colour shadows
     · cards tilt on hover and cast a solid brand-colour shadow
     · alternate cards lean the opposite way, so the grid never looks static
     · newsletter is a big outlined colour block with a hard shadow
     · contact icons are circles that spin slightly and pop
   ======================================================================== */

body.prime-layout-verve {
  --ve-ink: #14101C;
  --ve-muted: #605A70;
  --ve-line: #E8E4F0;

  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--ve-ink);
  background: #FFFFFF;
  overflow-x: hidden;
}

body.prime-layout-verve h1, body.prime-layout-verve h2, body.prime-layout-verve h3,
body.prime-layout-verve h4, body.prime-layout-verve h5 {
  color: var(--ve-ink); font-weight: 800; letter-spacing: -.04em; line-height: 1.05;
}
body.prime-layout-verve p { color: var(--ve-muted); line-height: 1.72; font-size: 16px; }

/* ---------------------------------------------------------------- header */
body.prime-layout-verve .prime-topbar {
  background: var(--ve-ink); color: #fff;
  font-size: 12.5px; font-weight: 500; padding: 10px 0;
}
body.prime-layout-verve .prime-topbar a,
body.prime-layout-verve .prime-topbar p { color: #fff; }

body.prime-layout-verve #header-sticky {
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--ve-line);
  padding: 11px 0;
}
body.prime-layout-verve #header-sticky.sticky { box-shadow: 0 8px 30px rgba(20, 16, 28, .10); }
body.prime-layout-verve .main-menu > nav > ul > li > a {
  color: var(--ve-ink); font-weight: 700; font-size: 14.5px; letter-spacing: -.01em;
  padding: 9px 11px; position: relative;
}
body.prime-layout-verve .main-menu > nav > ul > li > a::before {
  content: "";
  position: absolute; left: 11px; right: 11px; bottom: 3px;
  height: 3px; border-radius: 3px; background: var(--prime-primary);
  transform: scaleX(0); transform-origin: right;
  transition: transform .28s cubic-bezier(.2,.7,.3,1);
}
body.prime-layout-verve .main-menu > nav > ul > li > a:hover::before { transform: scaleX(1); transform-origin: left; }
body.prime-layout-verve .tp-submenu {
  background: #fff; border: 2px solid var(--ve-ink); border-radius: 14px;
  box-shadow: 8px 8px 0 rgba(var(--prime-primary-rgb), .22); padding: 8px;
}
body.prime-layout-verve .tp-submenu li a { border-radius: 8px; padding: 9px 14px; font-weight: 600; }
body.prime-layout-verve .tp-submenu li a:hover { background: var(--prime-tint-100); color: var(--prime-primary); }

/* ----------------------------------- hero: tilted floating multi-banner */
body.prime-layout-verve .prime-hero--mosaic { padding: 30px 0 14px; position: relative; }
body.prime-layout-verve .prime-hero--mosaic::before {
  content: "";
  position: absolute; top: -90px; left: -150px;
  width: 460px; height: 460px; border-radius: 50%;
  background: var(--prime-primary); opacity: .13; filter: blur(70px);
  pointer-events: none;
}
body.prime-layout-verve .prime-mosaic { gap: 18px; }
body.prime-layout-verve .prime-mosaic__cell {
  border: 2px solid var(--ve-ink);
  border-radius: 18px;
  box-shadow: 8px 8px 0 var(--prime-primary);
}
body.prime-layout-verve .prime-mosaic__cell:nth-child(even) { transform: rotate(-1deg); }
body.prime-layout-verve .prime-mosaic__cell:hover {
  transform: translate(-4px, -4px) rotate(0deg);
  box-shadow: 12px 12px 0 var(--ve-ink);
}
body.prime-layout-verve .tp-slider-active-3 {
  max-width: 1240px; margin: 0 auto;
  border-radius: 24px; overflow: hidden;
  border: 2px solid var(--ve-ink);
  box-shadow: 10px 10px 0 var(--prime-primary);
}

/* --------------------------------------------------------------- section */
body.prime-layout-verve .tp-section-title,
body.prime-layout-verve .tp-blog-grid-area h2,
body.prime-layout-verve .tp-cart-area h2 {
  font-size: 44px; line-height: 1.02; margin-bottom: 10px;
}

/* --------------------------------- cards: alternating tilt, colour shadow */
body.prime-layout-verve .tp-product-item-2 {
  background: #fff;
  border: 2px solid var(--ve-ink);
  border-radius: 18px;
  overflow: hidden;
  transition: transform .28s cubic-bezier(.2,.7,.3,1), box-shadow .28s ease;
}
/* Every other card leans the other way, so the grid has movement at rest. */
body.prime-layout-verve .col-xl-3:nth-child(even) .tp-product-item-2 { transform: rotate(-1.1deg); }
body.prime-layout-verve .col-xl-3:nth-child(odd)  .tp-product-item-2 { transform: rotate(.7deg); }
body.prime-layout-verve .tp-product-item-2:hover,
body.prime-layout-verve .col-xl-3:nth-child(even) .tp-product-item-2:hover,
body.prime-layout-verve .col-xl-3:nth-child(odd)  .tp-product-item-2:hover {
  transform: translate(-5px, -6px) rotate(0deg);
  box-shadow: 11px 13px 0 var(--prime-primary);
}
body.prime-layout-verve .tp-product-thumb-2 { border-bottom: 2px solid var(--ve-ink); }
body.prime-layout-verve .tp-product-thumb-2.prime-media { aspect-ratio: 4 / 3; }
body.prime-layout-verve .tp-product-thumb-2 img { transition: transform .6s cubic-bezier(.2,.7,.3,1); }
body.prime-layout-verve .tp-product-item-2:hover .tp-product-thumb-2 img { transform: scale(1.08); }
body.prime-layout-verve .tp-product-content-2 { padding: 16px 18px 20px; }
body.prime-layout-verve .tp-product-title-2 {
  font-size: 17px; font-weight: 800; letter-spacing: -.025em; line-height: 1.3;
}
body.prime-layout-verve .tp-product-title-2 a:hover { color: var(--prime-primary); }

/* --------------------------------------------------------------- buttons */
body.prime-layout-verve .tp-btn, body.prime-layout-verve .prime-btn {
  background: var(--prime-primary); color: var(--prime-on-primary);
  border: 2px solid var(--ve-ink); border-radius: 999px;
  padding: 14px 34px; font-weight: 800; font-size: 15px; letter-spacing: -.01em;
  box-shadow: 5px 5px 0 var(--ve-ink);
  transition: transform .18s ease, box-shadow .18s ease;
}
body.prime-layout-verve .tp-btn:hover, body.prime-layout-verve .prime-btn:hover {
  transform: translate(3px, 3px); box-shadow: 2px 2px 0 var(--ve-ink);
  color: var(--prime-on-primary);
}

/* ------------------------------------ newsletter: outlined colour block */
body.prime-layout-verve .prime-nl--auto.tp-subscribe-area {
  background: var(--prime-primary) !important;
  border-radius: 28px;
  max-width: 1240px;
  margin: 45px auto;
  border: 2px solid var(--ve-ink);
  box-shadow: 10px 10px 0 var(--ve-ink);
}
body.prime-layout-verve .prime-nl--auto .tp-subscribe-shape { opacity: .25; }
body.prime-layout-verve .prime-nl--auto .tp-subscribe-title { color: var(--prime-on-primary); font-size: 36px; }
body.prime-layout-verve .prime-nl--auto .tp-subscribe-input input {
  border-radius: 999px; border: 2px solid var(--ve-ink); background: #fff;
  color: var(--ve-ink); height: 56px; padding-left: 24px; font-weight: 500;
}
body.prime-layout-verve .prime-nl--auto .tp-subscribe-input button {
  border-radius: 999px; background: var(--ve-ink); color: #fff;
  height: 44px; padding: 0 26px; right: 6px; font-weight: 700;
}

/* -------------------------------------------- contact: spinning circles */
body.prime-layout-verve .prime-contact-icon {
  background: var(--prime-tint-100);
  border: 2px solid var(--ve-ink);
  color: var(--ve-ink);
  border-radius: 50%;
  width: 54px; height: 54px;
  box-shadow: 4px 4px 0 var(--prime-primary);
}
body.prime-layout-verve .tp-contact-info-item:hover .prime-contact-icon {
  background: var(--prime-primary); color: var(--prime-on-primary);
  transform: rotate(-12deg) scale(1.08);
  box-shadow: 4px 4px 0 var(--ve-ink);
}

/* ---------------------------------------------------------------- footer */
body.prime-layout-verve .tp-footer-area { background: var(--ve-ink) !important; margin-top: 40px; }
body.prime-layout-verve .tp-footer-widget-title { color: #fff; font-size: 15px; font-weight: 800; letter-spacing: -.01em; }
body.prime-layout-verve .tp-footer-widget-content ul li a,
body.prime-layout-verve .tp-footer-desc,
body.prime-layout-verve .tp-footer-copyright p,
body.prime-layout-verve .tp-footer-talk span,
body.prime-layout-verve .tp-footer-contact-content p { color: #A79FBA; }
body.prime-layout-verve .tp-footer-talk h4 a { color: #fff; }
/* The contact glyphs are SVGs stroked with currentColor, and the base
   stylesheet pins that to black — invisible on a dark footer. */
body.prime-layout-verve .tp-footer-contact-icon span { color: #fff; }
body.prime-layout-verve .tp-footer-widget-content ul li a:hover { color: var(--prime-primary); }
body.prime-layout-verve .tp-footer-social a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 50%;
  background: rgba(255, 255, 255, .08); color: #fff;
  margin-right: 8px; transition: all .22s ease;
}
body.prime-layout-verve .tp-footer-social a:hover {
  background: var(--prime-primary); color: var(--prime-on-primary);
  transform: translateY(-3px) rotate(-8deg);
}
body.prime-layout-verve .tp-footer-bottom { border-top: 1px solid rgba(255, 255, 255, .12); }

@media (max-width: 767px) {
  body.prime-layout-verve .tp-section-title,
  body.prime-layout-verve .tp-blog-grid-area h2,
  body.prime-layout-verve .tp-cart-area h2 { font-size: 29px; }
  body.prime-layout-verve .prime-nl--auto .tp-subscribe-title { font-size: 25px; }
  body.prime-layout-verve .prime-nl--auto.tp-subscribe-area { border-radius: 20px; margin: 0 10px 24px; box-shadow: 6px 6px 0 var(--ve-ink); }
  /* Tilts read as "broken" on a narrow screen, so straighten everything. */
  body.prime-layout-verve .col-xl-3:nth-child(even) .tp-product-item-2,
  body.prime-layout-verve .col-xl-3:nth-child(odd)  .tp-product-item-2,
  body.prime-layout-verve .prime-mosaic__cell:nth-child(even) { transform: none; }
}
