/*
=======================================================
  EVAQURE — HOME PAGE STYLES
  File: /css/evaqure-home.css (in your child theme)

  KEY DECISIONS to prevent all conflicts:
  ─────────────────────────────────────────
  1. Every rule is scoped to:  body.home .evq-home
     → Cannot affect header, footer, shop, cart, PDP
  2. Trust strip uses .evq-ti instead of .trust-item
     → No clash with style.css line 873
  3. h2/h3 text-transform reset only inside .evq-home
     → Global uppercase headings stay intact everywhere else
  4. WooCommerce product grid scoped to .evq-home .evq-woo
     → Your PDP and shop pages stay completely untouched
  5. Loads ONLY on front page via functions.php condition
=======================================================
*/

/* ── VARIABLES ── */
body.home {
    --evq-black:     #0A0A0A;
    --evq-charcoal:  #1C1C1C;
    --evq-graphite:  #2E2E2E;
    --evq-smoke:     #505050;
    --evq-mid:       #808080;
    --evq-silver:    #ADADAD;
    --evq-pale:      #E8E6E3;
    --evq-offwhite:  #F0EDEA;
    --evq-white:     #FAFAFA;
}

/* ── WRAPPER ── */
body.home .evq-home {
    overflow-x: hidden;
}

/* ── FIX: Undo global uppercase on headings inside home sections only ── */
body.home .evq-home h2,
body.home .evq-home h3,
body.home .evq-home h4 {
    text-transform: none !important;
}

/* ══════════════════════════════════════
   CURSOR
══════════════════════════════════════ */
#evq-dot {
    position: fixed; z-index: 9999; pointer-events: none;
    width: 6px; height: 6px; border-radius: 50%;
    background: var(--evq-black);
    transform: translate(-50%, -50%);
    transition: left .03s linear, top .03s linear;
}
#evq-ring {
    position: fixed; z-index: 9998; pointer-events: none;
    width: 30px; height: 30px; border-radius: 50%;
    border: 1px solid rgba(0,0,0,.22);
    transform: translate(-50%, -50%);
    transition: left .13s cubic-bezier(.22,1,.36,1),
                top  .13s cubic-bezier(.22,1,.36,1),
                width .3s, height .3s;
}
#evq-ring.evq-big { width: 50px; height: 50px; }

/* ══════════════════════════════════════
   TICKER
══════════════════════════════════════ */
body.home .evq-home .evq-ticker {
    background: var(--evq-black);
    overflow: hidden;
    padding: 15px 0;
}
body.home .evq-home .evq-ticker-track {
    display: flex;
    white-space: nowrap;
    animation: evqTicker 30s linear infinite;
}
body.home .evq-home .evq-ticker-track:hover {
    animation-play-state: paused;
}
body.home .evq-home .evq-ticker-track span {
    font-family: 'Logam', serif !important;
    font-size: 13px;
    font-style: italic;
    color: rgba(255,255,255,.22);
    padding: 0 40px;
    flex-shrink: 0;
    text-transform: none !important;
    transition: color .3s;
    cursor: default;
}
body.home .evq-home .evq-ticker-track span:hover { color: rgba(255,255,255,.7); }
body.home .evq-home .evq-ticker-track .evq-sep {
    font-style: normal !important;
    color: rgba(255,255,255,.1) !important;
    font-size: 9px;
}
@keyframes evqTicker {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

/* ══════════════════════════════════════
   TRUST STRIP
   Uses .evq-ti-item (NOT .trust-item) to avoid
   conflict with style.css line 873
══════════════════════════════════════ */
body.home .evq-home .evq-trust {
    background: #fff;
    padding: 40px 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--evq-pale);
}
body.home .evq-home .evq-ti-item {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 0 44px;
    border-right: 1px solid var(--evq-pale);
}
body.home .evq-home .evq-ti-item:last-child {
    border-right: none;
}
body.home .evq-home .evq-ti-icon {
    font-size: 20px;
    filter: grayscale(1);
    opacity: .55;
}
body.home .evq-home .evq-ti-label {
    font-family: 'Lato', sans-serif !important;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase !important;
    color: var(--evq-black);
    font-weight: 700;
    display: block;
    margin: 0;
}
body.home .evq-home .evq-ti-sub {
    font-family: 'Lato', sans-serif !important;
    font-size: 12px;
    color: var(--evq-mid);
    margin: 2px 0 0 0;
    display: block;
}

/* ══════════════════════════════════════
   SHARED SECTION STYLES
══════════════════════════════════════ */
body.home .evq-home .evq-sec {
    padding: 100px;
}
body.home .evq-home .evq-tag {
    font-family: 'Lato', sans-serif !important;
    font-size: 9px;
    letter-spacing: 5px;
    text-transform: uppercase !important;
    color: var(--evq-silver);
    display: block;
    margin-bottom: 14px;
}
body.home .evq-home .evq-heading {
    font-family: 'Logam', serif !important;
    font-size: clamp(34px, 4vw, 58px) !important;
    font-weight: 400 !important;
    line-height: 1.05 !important;
    color: var(--evq-black) !important;
    text-transform: none !important;
    letter-spacing: -.5px;
    margin: 0 0 0 0;
}
body.home .evq-home .evq-heading em {
    font-style: italic !important;
    color: var(--evq-graphite) !important;
}
body.home .evq-home .evq-heading-inv {
    color: #fff !important;
}
body.home .evq-home .evq-heading-inv em {
    color: rgba(255,255,255,.32) !important;
}
body.home .evq-home .evq-tag-inv {
    color: rgba(255,255,255,.25) !important;
}
body.home .evq-home .evq-center-header {
    text-align: center;
    margin-bottom: 56px;
}
body.home .evq-home .evq-view-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    font-family: 'Lato', sans-serif !important;
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--evq-mid);
    text-decoration: none;
    transition: color .3s;
}
body.home .evq-home .evq-view-all:hover { color: var(--evq-black); }
body.home .evq-home .evq-view-all::after { content: ' →'; }

/* ══════════════════════════════════════
   CATEGORY CARDS
══════════════════════════════════════ */
body.home .evq-home .evq-cats-sec {
    background: var(--evq-offwhite);
}
body.home .evq-home .evq-cat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    max-width: 1300px;
    margin: 0 auto;
}
body.home .evq-home .evq-cat-card {
    background: var(--evq-white);
    border: 1px solid var(--evq-pale);
    padding: 48px 30px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
    transition: transform .4s, box-shadow .4s;
}
body.home .evq-home .evq-cat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 56px rgba(0,0,0,.09);
}
body.home .evq-home .evq-cat-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: var(--evq-black);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .5s cubic-bezier(.22,1,.36,1);
}
body.home .evq-home .evq-cat-card:hover::before {
    transform: scaleX(1);
}
body.home .evq-home .evq-cat-icon {
    width: 68px; height: 68px;
    border-radius: 50%;
    background: var(--evq-offwhite);
    margin: 0 auto 20px;
    display: flex; align-items: center; justify-content: center;
    font-size: 26px;
    filter: grayscale(1);
    transition: background .3s;
}
body.home .evq-home .evq-cat-card:hover .evq-cat-icon {
    background: var(--evq-pale);
}
body.home .evq-home .evq-cat-name {
    font-family: 'Logam', serif !important;
    font-size: 20px !important;
    color: var(--evq-black) !important;
    text-transform: none !important;
    margin: 0 0 6px 0;
}
body.home .evq-home .evq-cat-count {
    font-family: 'Lato', sans-serif !important;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--evq-silver);
}

/* ══════════════════════════════════════
   WOOCOMMERCE PRODUCTS
   Scoped to .evq-home .evq-woo
   Overrides WC defaults — zero bleed outside
══════════════════════════════════════ */
body.home .evq-home .evq-products-sec {
    background: var(--evq-white);
}
body.home .evq-home .evq-woo {
    max-width: 1300px;
    margin: 0 auto;
}

/* Grid */
body.home .evq-home .evq-woo ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 22px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

/* Card */
body.home .evq-home .evq-woo ul.products li.product {
    background: var(--evq-white) !important;
    border: 1px solid var(--evq-pale) !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    width: auto !important;
    position: relative !important;
    overflow: hidden !important;
    border-radius: 0 !important;
    transition: transform .4s, box-shadow .4s !important;
}
body.home .evq-home .evq-woo ul.products li.product:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 18px 52px rgba(0,0,0,.1) !important;
}

/* Sale badge */
body.home .evq-home .evq-woo ul.products li.product .onsale {
    position: absolute !important;
    top: 14px !important;
    left: 14px !important;
    z-index: 3 !important;
    background: var(--evq-black) !important;
    color: #fff !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    padding: 5px 11px !important;
    border-radius: 0 !important;
    margin: 0 !important;
    min-height: unset !important;
    min-width: unset !important;
    line-height: 1.4 !important;
}

/* Image link wrapper */
body.home .evq-home .evq-woo ul.products li.product a.woocommerce-loop-product__link {
    display: block !important;
    overflow: hidden !important;
    position: relative !important;
}

/* Image */
body.home .evq-home .evq-woo ul.products li.product img {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    transition: transform .6s cubic-bezier(.22,1,.36,1) !important;
}
body.home .evq-home .evq-woo ul.products li.product:hover img {
    transform: scale(1.05) !important;
}

/* Add to cart button — slides up on hover */
body.home .evq-home .evq-woo ul.products li.product .button.add_to_cart_button,
body.home .evq-home .evq-woo ul.products li.product .button.product_type_simple {
    display: block !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    background: var(--evq-black) !important;
    color: #fff !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    padding: 14px !important;
    text-align: center !important;
    border: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    cursor: pointer !important;
    z-index: 2 !important;
    transform: translateY(100%) !important;
    transition: transform .35s cubic-bezier(.22,1,.36,1), background .25s !important;
}
body.home .evq-home .evq-woo ul.products li.product:hover .button.add_to_cart_button,
body.home .evq-home .evq-woo ul.products li.product:hover .button.product_type_simple {
    transform: translateY(0) !important;
}
body.home .evq-home .evq-woo ul.products li.product .button.add_to_cart_button:hover {
    background: var(--evq-graphite) !important;
    transform: translateY(0) !important;
}
body.home .evq-home .evq-woo ul.products li.product .button.added {
    transform: translateY(0) !important;
    background: var(--evq-graphite) !important;
}
body.home .evq-home .evq-woo ul.products li.product .added_to_cart {
    display: none !important;
}

/* Product title */
body.home .evq-home .evq-woo ul.products li.product .woocommerce-loop-product__title {
    font-family: 'Logam', serif !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    color: var(--evq-black) !important;
    padding: 18px 18px 4px !important;
    margin: 0 !important;
    text-transform: capitalize !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
}

/* Price */
body.home .evq-home .evq-woo ul.products li.product .price {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 4px 18px 18px !important;
    margin: 0 !important;
    color: var(--evq-black) !important;
}
body.home .evq-home .evq-woo ul.products li.product .price del {
    font-size: 12px !important;
    color: var(--evq-silver) !important;
    text-decoration: line-through !important;
    opacity: 1 !important;
}
body.home .evq-home .evq-woo ul.products li.product .price del .woocommerce-Price-amount {
    color: var(--evq-silver) !important;
}
body.home .evq-home .evq-woo ul.products li.product .price ins {
    font-size: 15px !important;
    color: var(--evq-black) !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    background: none !important;
}

/* Hide star ratings on loop */
body.home .evq-home .evq-woo ul.products li.product .star-rating {
    display: none !important;
}

/* Pagination */
body.home .evq-home .evq-woo .woocommerce-pagination {
    text-align: center;
    margin-top: 44px;
}
body.home .evq-home .evq-woo .woocommerce-pagination ul {
    display: inline-flex;
    gap: 8px;
    list-style: none;
    padding: 0; margin: 0;
}
body.home .evq-home .evq-woo .woocommerce-pagination ul li a,
body.home .evq-home .evq-woo .woocommerce-pagination ul li span {
    width: 40px; height: 40px;
    display: flex; align-items: center; justify-content: center;
    border: 1px solid var(--evq-pale);
    font-size: 12px; color: var(--evq-mid);
    text-decoration: none;
    transition: background .3s, color .3s, border-color .3s;
}
body.home .evq-home .evq-woo .woocommerce-pagination ul li a:hover,
body.home .evq-home .evq-woo .woocommerce-pagination ul li span.current {
    background: var(--evq-black);
    color: #fff;
    border-color: var(--evq-black);
}

/* ══════════════════════════════════════
   BEFORE / AFTER RESULTS
══════════════════════════════════════ */
body.home .evq-home .evq-results-sec {
    background: var(--evq-black);
    position: relative;
    overflow: hidden;
}
body.home .evq-home .evq-results-sec .evq-noise {
    position: absolute; inset: 0; opacity: .03; pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 200px;
}
body.home .evq-home .evq-results-inner {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
body.home .evq-home .evq-results-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 56px;
}
body.home .evq-home .evq-ba {
    position: relative;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: var(--evq-charcoal);
    border-radius: 3px;
}
body.home .evq-home .evq-ba-after,
body.home .evq-home .evq-ba-before {
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
}
body.home .evq-home .evq-ba-after  { background: var(--evq-charcoal); }
body.home .evq-home .evq-ba-before {
    background: var(--evq-graphite);
    clip-path: inset(0 50% 0 0);
    transition: clip-path .45s ease;
}
body.home .evq-home .evq-ba:hover .evq-ba-before {
    clip-path: inset(0 28% 0 0);
}
body.home .evq-home .evq-ba-ph {
    font-family: 'Logam', serif !important;
    font-size: 12px;
    color: rgba(255,255,255,.18);
    letter-spacing: 2px;
    text-transform: uppercase;
}
body.home .evq-home .evq-ba-lbl {
    position: absolute;
    font-family: 'Lato', sans-serif !important;
    font-size: 8px;
    letter-spacing: 3px;
    text-transform: uppercase;
    background: rgba(0,0,0,.5);
    color: rgba(255,255,255,.7);
    padding: 5px 11px;
    backdrop-filter: blur(4px);
}
body.home .evq-home .evq-ba-lbl.before { top: 13px; left: 13px; }
body.home .evq-home .evq-ba-lbl.after  { top: 13px; right: 13px; }
body.home .evq-home .evq-result-info { margin-top: 20px; }
body.home .evq-home .evq-result-name {
    font-family: 'Logam', serif !important;
    font-size: 20px !important;
    color: #fff !important;
    text-transform: none !important;
    margin: 0 0 7px 0;
}
body.home .evq-home .evq-result-desc {
    font-size: 13px;
    color: rgba(255,255,255,.32);
    line-height: 1.8;
}
body.home .evq-home .evq-result-cta {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 13px;
    font-family: 'Lato', sans-serif !important;
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255,255,255,.45);
    text-decoration: none;
    transition: color .3s;
}
body.home .evq-home .evq-result-cta:hover { color: #fff; }
body.home .evq-home .evq-result-cta::after { content: '→'; transition: transform .3s; }
body.home .evq-home .evq-result-cta:hover::after { transform: translateX(4px); }

/* ══════════════════════════════════════
   BENTO GRID
══════════════════════════════════════ */
body.home .evq-home .evq-bento-sec {
    background: var(--evq-offwhite);
}
body.home .evq-home .evq-bento-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 14px;
    max-width: 1300px;
    margin: 0 auto;
}
body.home .evq-home .evq-bento {
    position: relative;
    overflow: hidden;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 36px;
    text-decoration: none;
    background: var(--evq-charcoal);
    transition: transform .4s;
}
body.home .evq-home .evq-bento:hover { transform: scale(1.01); }
body.home .evq-home .evq-bento-span { grid-row: span 2; min-height: 560px; }
body.home .evq-home .evq-bento-bg {
    position: absolute; inset: 0;
    background: var(--evq-graphite);
    display: flex; align-items: center; justify-content: center;
    font-size: 80px; filter: grayscale(1); opacity: .14;
}
body.home .evq-home .evq-bento-ov {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.72) 0%, rgba(0,0,0,.1) 55%, transparent 100%);
    transition: background .4s;
}
body.home .evq-home .evq-bento:hover .evq-bento-ov {
    background: linear-gradient(to top, rgba(0,0,0,.84) 0%, rgba(0,0,0,.22) 55%, transparent 100%);
}
body.home .evq-home .evq-bento-in { position: relative; z-index: 2; }
body.home .evq-home .evq-bento-tag {
    font-family: 'Lato', sans-serif !important;
    font-size: 9px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(255,255,255,.48);
    margin-bottom: 8px;
}
body.home .evq-home .evq-bento-name {
    font-family: 'Logam', serif !important;
    font-size: clamp(22px, 3vw, 38px) !important;
    color: #fff !important;
    line-height: 1.05 !important;
    text-transform: none !important;
    margin: 0;
}
body.home .evq-home .evq-bento-cta {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 13px;
    font-family: 'Lato', sans-serif !important;
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255,255,255,.55);
    transition: color .3s;
}
body.home .evq-home .evq-bento:hover .evq-bento-cta { color: #fff; }
body.home .evq-home .evq-bento-cta::after { content: ' →'; }

/* ══════════════════════════════════════
   NEW ARRIVALS
══════════════════════════════════════ */
body.home .evq-home .evq-new {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 560px;
    background: var(--evq-black);
    overflow: hidden;
}
body.home .evq-home .evq-new-visual {
    background: var(--evq-charcoal);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
body.home .evq-home .evq-new-ghost {
    font-family: 'Logam', serif !important;
    font-size: clamp(80px, 12vw, 180px);
    color: rgba(255,255,255,.04);
    user-select: none;
    letter-spacing: -4px;
    text-transform: none !important;
    animation: evqGhost 16s ease-in-out infinite alternate;
}
@keyframes evqGhost { 0%{transform:scale(1)} 100%{transform:scale(1.06)} }
body.home .evq-home .evq-new-badge {
    position: absolute;
    top: 26px; left: 26px;
    background: #fff;
    color: var(--evq-black);
    font-family: 'Lato', sans-serif !important;
    font-size: 9px;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 7px 15px;
    font-weight: 700;
}
body.home .evq-home .evq-new-content {
    padding: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
}
body.home .evq-home .evq-new-noise {
    position: absolute; inset: 0; opacity: .03; pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 200px;
}
body.home .evq-home .evq-new-sub {
    font-family: 'Lato', sans-serif !important;
    font-size: 9px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: rgba(255,255,255,.25);
    margin-bottom: 22px;
    display: block;
}
body.home .evq-home .evq-new-title {
    font-family: 'Logam', serif !important;
    font-size: clamp(34px, 4.5vw, 64px) !important;
    color: #fff !important;
    line-height: 1.05 !important;
    text-transform: none !important;
    margin: 0;
}
body.home .evq-home .evq-new-title em {
    font-style: italic !important;
    color: rgba(255,255,255,.32) !important;
}
body.home .evq-home .evq-new-desc {
    font-size: 14px;
    color: rgba(255,255,255,.38);
    margin-top: 20px;
    line-height: 1.9;
    max-width: 380px;
}
body.home .evq-home .evq-new-rule {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 36px 0;
}
body.home .evq-home .evq-new-rule-line   { width: 38px; height: 1px; background: rgba(255,255,255,.12); }
body.home .evq-home .evq-new-rule-dia    { width: 5px; height: 5px; background: rgba(255,255,255,.28); transform: rotate(45deg); }
body.home .evq-home .evq-btn-inv {
    display: inline-block;
    padding: 16px 42px;
    background: #fff;
    color: var(--evq-black);
    font-family: 'Lato', sans-serif !important;
    font-size: 10px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    transition: background .3s, transform .3s;
}
body.home .evq-home .evq-btn-inv:hover {
    background: var(--evq-offwhite);
    transform: translateY(-2px);
}

/* ══════════════════════════════════════
   INGREDIENTS
══════════════════════════════════════ */
body.home .evq-home .evq-ing-sec {
    background: var(--evq-black);
    padding: 80px 100px;
    position: relative;
    overflow: hidden;
}
body.home .evq-home .evq-ing-sec .evq-noise {
    position: absolute; inset: 0; opacity: .03; pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 200px;
}
body.home .evq-home .evq-ing-inner {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 1;
}
body.home .evq-home .evq-ing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px;
}
body.home .evq-home .evq-ing-item {
    padding: 26px 22px;
    border: 1px solid rgba(255,255,255,.07);
    transition: border-color .3s, background .3s;
}
body.home .evq-home .evq-ing-item:hover {
    border-color: rgba(255,255,255,.15);
    background: rgba(255,255,255,.02);
}
body.home .evq-home .evq-ing-name {
    font-family: 'Logam', serif !important;
    font-size: 17px !important;
    color: #fff !important;
    text-transform: none !important;
    margin: 0 0 6px 0;
}
body.home .evq-home .evq-ing-desc {
    font-size: 12px;
    color: rgba(255,255,255,.3);
    line-height: 1.7;
}

/* ══════════════════════════════════════
   TESTIMONIALS
══════════════════════════════════════ */
body.home .evq-home .evq-reviews-sec {
    background: var(--evq-offwhite);
}
body.home .evq-home .evq-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    max-width: 1300px;
    margin: 0 auto;
}
body.home .evq-home .evq-review-card {
    background: var(--evq-white);
    padding: 38px 34px;
    border: 1px solid var(--evq-pale);
    position: relative;
    transition: transform .35s, box-shadow .35s;
}
body.home .evq-home .evq-review-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 48px rgba(0,0,0,.07);
}
body.home .evq-home .evq-review-card::before {
    content: '\201C';
    font-family: 'Logam', serif;
    font-size: 76px;
    color: var(--evq-pale);
    line-height: 1;
    position: absolute;
    top: 20px; left: 30px;
}
body.home .evq-home .evq-review-stars {
    display: flex;
    gap: 2px;
    margin-bottom: 16px;
}
body.home .evq-home .evq-review-stars span {
    color: var(--evq-black);
    font-size: 12px;
    font-family: inherit;
}
body.home .evq-home .evq-review-text {
    font-size: 14px;
    line-height: 1.9;
    color: var(--evq-smoke);
    position: relative;
    z-index: 1;
}
body.home .evq-home .evq-review-author {
    margin-top: 22px;
    display: flex;
    align-items: center;
    gap: 13px;
}
body.home .evq-home .evq-review-av {
    width: 38px; height: 38px;
    border-radius: 50%;
    background: var(--evq-pale);
    flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    font-family: 'Logam', serif;
    font-size: 15px;
    color: var(--evq-mid);
}
body.home .evq-home .evq-review-name {
    font-family: 'Lato', sans-serif !important;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase !important;
    color: var(--evq-black);
    font-weight: 700;
    display: block;
    margin: 0 0 2px 0;
}
body.home .evq-home .evq-review-city {
    font-size: 12px;
    color: var(--evq-silver);
    display: block;
    margin: 0;
}

/* ══════════════════════════════════════
   INSTAGRAM
══════════════════════════════════════ */
body.home .evq-home .evq-insta-sec {
    background: var(--evq-white);
    padding-bottom: 0;
}
body.home .evq-home .evq-insta-handle {
    font-family: 'Logam', serif !important;
    font-size: clamp(26px, 4vw, 50px) !important;
    color: var(--evq-black) !important;
    text-transform: none !important;
    margin: 0;
}
body.home .evq-home .evq-insta-handle a { color: inherit; text-decoration: none; }
body.home .evq-home .evq-insta-sub {
    font-family: 'Lato', sans-serif !important;
    font-size: 11px;
    color: var(--evq-silver);
    margin-top: 8px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
/* Smash Balloon overrides */
body.home .evq-home .evq-insta-sec #sb_instagram      { padding: 0 !important; }
body.home .evq-home .evq-insta-sec .sbi_inner         { padding: 0 !important; }
body.home .evq-home .evq-insta-sec #sbi_images        { display: grid !important; grid-template-columns: repeat(5,1fr) !important; gap: 3px !important; }
body.home .evq-home .evq-insta-sec .sbi_item          { padding: 0 !important; width: auto !important; float: none !important; }
body.home .evq-home .evq-insta-sec .sbi_photo_wrap    { aspect-ratio: 1/1; overflow: hidden; display: block; }
body.home .evq-home .evq-insta-sec .sbi_photo_wrap img { width: 100% !important; height: 100% !important; object-fit: cover; transition: transform .5s; }
body.home .evq-home .evq-insta-sec .sbi_photo_wrap:hover img { transform: scale(1.06); }
body.home .evq-home .evq-insta-sec .sbi_load_btn_wrap,
body.home .evq-home .evq-insta-sec .sbi_follow_btn_wrap { display: none !important; }

/* ══════════════════════════════════════
   SCROLL REVEAL
══════════════════════════════════════ */
body.home .evq-home .evq-rev {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .82s cubic-bezier(.22,1,.36,1), transform .82s cubic-bezier(.22,1,.36,1);
}
body.home .evq-home .evq-rev.on { opacity: 1; transform: none; }
body.home .evq-home .evq-d1 { transition-delay: .1s; }
body.home .evq-home .evq-d2 { transition-delay: .2s; }
body.home .evq-home .evq-d3 { transition-delay: .3s; }
body.home .evq-home .evq-d4 { transition-delay: .4s; }
body.home .evq-home .evq-d5 { transition-delay: .5s; }

/* ══════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════ */
@media (max-width: 1100px) {
    body.home .evq-home .evq-sec,
    body.home .evq-home .evq-ing-sec        { padding: 70px 40px; }
    body.home .evq-home .evq-trust          { padding: 36px 40px; }
    body.home .evq-home .evq-cat-grid       { grid-template-columns: repeat(2,1fr); }
    body.home .evq-home .evq-woo ul.products { grid-template-columns: repeat(2,1fr) !important; }
    body.home .evq-home .evq-results-grid   { grid-template-columns: repeat(2,1fr); }
    body.home .evq-home .evq-bento-grid     { grid-template-columns: 1fr 1fr; }
    body.home .evq-home .evq-bento-span     { grid-row: span 1; min-height: 260px; }
    body.home .evq-home .evq-reviews-grid   { grid-template-columns: repeat(2,1fr); }
    body.home .evq-home .evq-ing-inner      { grid-template-columns: 1fr; gap: 44px; }
    body.home .evq-home .evq-new            { grid-template-columns: 1fr; }
    body.home .evq-home .evq-insta-sec #sbi_images { grid-template-columns: repeat(3,1fr) !important; }
}

@media (max-width: 700px) {
    body.home .evq-home .evq-sec,
    body.home .evq-home .evq-ing-sec        { padding: 56px 20px; }
    body.home .evq-home .evq-trust          { flex-direction: column; padding: 22px 20px; gap: 0; }
    body.home .evq-home .evq-ti-item        { border-right: none !important; border-bottom: 1px solid var(--evq-pale); padding: 16px 0 !important; width: 100%; }
    body.home .evq-home .evq-ti-item:last-child { border-bottom: none; }
    body.home .evq-home .evq-cat-grid,
    body.home .evq-home .evq-woo ul.products,
    body.home .evq-home .evq-results-grid,
    body.home .evq-home .evq-bento-grid,
    body.home .evq-home .evq-reviews-grid,
    body.home .evq-home .evq-ing-grid       { grid-template-columns: 1fr !important; }
    body.home .evq-home .evq-bento-span     { min-height: 230px; }
    body.home .evq-home .evq-new-content    { padding: 40px 22px; }
    body.home .evq-home .evq-insta-sec #sbi_images { grid-template-columns: repeat(2,1fr) !important; }
}