/**
 * Platinum International — Design System
 * Phase 1: Plain Mode CSS
 *
 * Zero Tailwind. Zero external CSS dependencies.
 * CSS custom properties + component classes only.
 *
 * @version 2.0.0
 */

/* ============================================================
   0. CSS CUSTOM PROPERTIES
   ============================================================ */
:root {
    /* ── Brand Colors ── */
    --pi-primary: #226696;
    --pi-primary-light: #e8f1f7;
    --pi-primary-dark: #1a4f73;
    --pi-primary-50: #eef5fa;
    --pi-primary-100: #d4e6f1;
    --pi-primary-600: #1d5880;
    --pi-primary-700: #1a4f73;
    --pi-accent: #ff6e38;
    --pi-accent-light: #fff0eb;
    --pi-accent-dark: #e55a24;
    --pi-warning: #f59e0b;
    --pi-warning-light: #fffbeb;
    --pi-secondary: #219eba;
    --pi-secondary-light: #e0f5fa;
    --pi-secondary-dark: #1a7f96;
    --pi-silver: #d1d3d4;
    --pi-emerald: #059669;
    --pi-emerald-light: #d1fae5;
    --pi-emerald-dark: #047857;

    /* ── Semantic Colors (light mode) ── */
    --pi-dark: #111827;
    --pi-text: #374151;
    --pi-muted: #64748b;
    --pi-light-text: #94a3b8;
    --pi-border: #e2e8f0;
    --pi-light: #f8fafc;
    --pi-lighter: #f1f5f9;
    --pi-white: #ffffff;
    --pi-surface: #ffffff;
    --pi-surface-raised: #ffffff;
    --pi-body-bg: #ffffff;
    --pi-card-bg: #ffffff;
    --pi-card-border: #e2e8f0;
    --pi-input-bg: #ffffff;
    --pi-input-border: #e2e8f0;
    --pi-input-text: #374151;
    --pi-heading: #111827;

    /* ── Header/Footer/Hero Palette (light mode) ── */
    --pi-nav-bg: transparent;
    --pi-nav-bg-scrolled: rgba(255,255,255,.92);
    --pi-nav-text: #1e293b;
    --pi-nav-text-muted: #64748b;
    --pi-nav-border-scrolled: #e2e8f0;
    --pi-hero-from: #e8f0f7;
    --pi-hero-via: #dce8f2;
    --pi-hero-to: #e8f0f7;
    --pi-footer-bg: #f1f5f9;
    --pi-footer-border: #e2e8f0;
    --pi-footer-text: #64748b;
    --pi-footer-heading: #1e293b;

    /* ── Layout ── */
    --pi-container: 1200px;
    --pi-container-wide: 1320px;
    --pi-gutter: 1rem;
    --pi-section-y: 4rem;
    --pi-font: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
    --pi-radius-sm: 6px;
    --pi-radius-md: 10px;
    --pi-radius-lg: 16px;
    --pi-radius-xl: 24px;
    --pi-radius-full: 9999px;
    --pi-shadow-xs: 0 1px 2px rgba(0,0,0,.04);
    --pi-shadow-sm: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);
    --pi-shadow-md: 0 4px 6px -1px rgba(0,0,0,.07), 0 2px 4px -2px rgba(0,0,0,.05);
    --pi-shadow-lg: 0 10px 15px -3px rgba(0,0,0,.08), 0 4px 6px -4px rgba(0,0,0,.04);
    --pi-shadow-xl: 0 20px 25px -5px rgba(0,0,0,.08), 0 8px 10px -6px rgba(0,0,0,.04);
    --pi-ease: cubic-bezier(.4, 0, .2, 1);
    --pi-duration: 200ms;
}

.pi-skip-link {
	position: fixed;
	top: 0.75rem;
	left: 0.75rem;
	z-index: 1000;
	padding: 0.75rem 1rem;
	border-radius: 0.75rem;
	background: var(--pi-primary);
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
	transform: translateY(-140%);
	transition: transform 160ms ease;
}

.pi-skip-link:focus,
.pi-skip-link:focus-visible {
	transform: translateY(0);
	outline: 2px solid #fff;
	outline-offset: 2px;
}

/* ── Dark Mode Overrides ── */
html.dark {
    --pi-dark: #f1f5f9;
    --pi-text: #cbd5e1;
    --pi-muted: #94a3b8;
    --pi-light-text: #64748b;
    --pi-border: #334155;
    --pi-light: #1e293b;
    --pi-lighter: #1e293b;
    --pi-white: #0f172a;
    --pi-surface: #1e293b;
    --pi-surface-raised: #263549;
    --pi-body-bg: #0f172a;
    --pi-card-bg: #1e293b;
    --pi-card-border: #334155;
    --pi-input-bg: #1e293b;
    --pi-input-border: #475569;
    --pi-input-text: #e2e8f0;
    --pi-heading: #f1f5f9;
    --pi-nav-bg: #0b1d30;
    --pi-nav-bg-scrolled: rgba(11,29,48,.88);
    --pi-nav-text: #ffffff;
    --pi-nav-text-muted: rgba(255,255,255,.6);
    --pi-nav-border-scrolled: rgba(255,255,255,.04);
    --pi-hero-from: #0b1d30;
    --pi-hero-via: #133654;
    --pi-hero-to: #0b1d30;
    --pi-footer-bg: #0b1d30;
    --pi-footer-border: rgba(255,255,255,.05);
    --pi-footer-text: #9ca3af;
    --pi-footer-heading: #ffffff;
    --pi-shadow-xs: 0 1px 2px rgba(0,0,0,.2);
    --pi-shadow-sm: 0 1px 3px rgba(0,0,0,.3), 0 1px 2px rgba(0,0,0,.2);
    --pi-shadow-md: 0 4px 6px -1px rgba(0,0,0,.3), 0 2px 4px -2px rgba(0,0,0,.2);
    --pi-shadow-lg: 0 10px 15px -3px rgba(0,0,0,.3), 0 4px 6px -4px rgba(0,0,0,.2);
    --pi-shadow-xl: 0 20px 25px -5px rgba(0,0,0,.3), 0 8px 10px -6px rgba(0,0,0,.2);
}


/* ============================================================
   1. RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }

body {
    margin: 0;
    font-family: var(--pi-font);
    font-size: 16px;
    line-height: 1.6;
    color: var(--pi-text);
    background: var(--pi-body-bg);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.pi-theme-ready {
    transition: background-color .3s ease, color .3s ease;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
button { font-family: inherit; cursor: pointer; border: none; background: none; padding: 0; -webkit-tap-highlight-color: transparent; }
input, textarea, select { font-family: inherit; }
h1, h2, h3, h4, h5, h6 { margin: 0; line-height: 1.2; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }


/* ============================================================
   2. LAYOUT
   ============================================================ */
.pi-container {
    width: 100%;
    max-width: var(--pi-container);
    margin: 0 auto;
    padding: 0 max(var(--pi-gutter), env(safe-area-inset-right)) 0 max(var(--pi-gutter), env(safe-area-inset-left));
}

.pi-container--wide {
    max-width: var(--pi-container-wide);
}

/* Section spacing tiers — use these instead of arbitrary py- values.
   sm: compact (trust badges, dividers)
   md: default content sections
   lg: primary sections (hero, categories, CTA hubs)
   xl: hero/feature sections with breathing room */
.pi-section     { padding: var(--pi-section-y) 0; }
.pi-section--sm { padding: 2rem 0; }
.pi-section--lg { padding: 5rem 0; }
.pi-section--xl { padding: 6rem 0; }

@media (min-width: 768px) {
    .pi-section--sm { padding: 2.5rem 0; }
    .pi-section--lg { padding: 6rem 0; }
    .pi-section--xl { padding: 7rem 0; }
}
@media (min-width: 1024px) {
    .pi-section--lg { padding: 7rem 0; }
    .pi-section--xl { padding: 8rem 0; }
}


/* ============================================================
   3. TYPOGRAPHY
   ============================================================ */
.pi-h2 {
    font-size: clamp(1.5rem, 3.5vw, 2.25rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--pi-dark);
}

.pi-section-label {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: var(--pi-primary-light);
    color: var(--pi-primary);
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: var(--pi-radius-full);
    margin-bottom: 0.75rem;
}

.pi-section-desc {
    color: var(--pi-muted);
    max-width: 36rem;
    margin: 0.75rem auto 0;
    line-height: 1.7;
}


/* ============================================================
   3b. CARDS (Shared System)
   ============================================================ */
/* Base card — consistent bg, border, radius, shadow, dark mode */
.pi-card {
    background: var(--pi-card-bg);
    border: 1px solid var(--pi-card-border);
    border-radius: var(--pi-radius-lg);
    box-shadow: var(--pi-shadow-sm);
    overflow: hidden;
    transition: box-shadow var(--pi-duration) var(--pi-ease),
                border-color var(--pi-duration) var(--pi-ease),
                transform var(--pi-duration) var(--pi-ease);
}

.pi-card:hover {
    box-shadow: var(--pi-shadow-lg);
    border-color: rgba(34,102,150,.3);
    transform: translateY(-2px);
}

html.dark .pi-card:hover {
    border-color: rgba(34,102,150,.25);
}

/* Shared card chrome for non-hover variants. */
.pi-card--static,
.pi-card--compact {
    background: var(--pi-card-bg);
    border: 1px solid var(--pi-card-border);
    overflow: hidden;
}

/* Card without hover lift (for static containers like form cards) */
.pi-card--static {
    border-radius: var(--pi-radius-lg);
    box-shadow: var(--pi-shadow-sm);
}

/* Compact card (smaller radius for inline/list items) */
.pi-card--compact {
    border-radius: var(--pi-radius-md);
    box-shadow: var(--pi-shadow-xs);
}


/* ============================================================
   4. BUTTONS
   ============================================================ */
.pi-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: var(--pi-radius-md);
    transition: all var(--pi-duration) var(--pi-ease);
    white-space: nowrap;
    line-height: 1.4;
    border: none;
    cursor: pointer;
}

.pi-btn svg { width: 1rem; height: 1rem; flex-shrink: 0; }

.pi-btn:focus-visible {
    outline: 2px solid var(--pi-primary);
    outline-offset: 2px;
}

.pi-btn--primary {
    background: var(--pi-primary);
    color: #fff;
    box-shadow: 0 1px 3px rgba(34,102,150,.2);
}
.pi-btn--primary:hover {
    background: var(--pi-primary-dark);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(34,102,150,.25);
}

.pi-btn--white {
    background: var(--pi-white);
    color: var(--pi-primary);
    box-shadow: var(--pi-shadow-md);
}
.pi-btn--white:hover {
    transform: translateY(-1px);
    box-shadow: var(--pi-shadow-lg);
}

.pi-btn--outline {
    background: transparent;
    color: var(--pi-primary);
    border: 1.5px solid var(--pi-border);
}
.pi-btn--outline:hover {
    border-color: var(--pi-primary);
    background: var(--pi-primary-50);
}

.pi-btn--quote {
    background: var(--pi-accent);
    color: #fff;
    box-shadow: 0 1px 3px rgba(255,110,56,.2);
}
.pi-btn--quote:hover {
    background: var(--pi-accent-dark);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255,110,56,.25);
}

.pi-btn--emerald {
    background: var(--pi-emerald);
    color: #fff;
    box-shadow: 0 1px 3px rgba(5,150,105,.2);
}
.pi-btn--emerald:hover {
    background: var(--pi-emerald-dark);
    transform: translateY(-1px);
}

.pi-btn--destructive {
    background: #dc2626;
    color: #fff;
    box-shadow: 0 1px 3px rgba(220,38,38,.2);
}
.pi-btn--destructive:hover {
    background: #b91c1c;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(220,38,38,.25);
}

.pi-btn--lg {
    padding: 0.875rem 2rem;
    font-size: 0.9375rem;
    border-radius: var(--pi-radius-lg);
}
.pi-btn--lg svg { width: 1.125rem; height: 1.125rem; }


/* ============================================================
   4b. FORM INPUTS (Shared System)
   ============================================================ */
.pi-input,
.pi-select,
.pi-textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    background: var(--pi-input-bg);
    border: 1px solid var(--pi-input-border);
    border-radius: var(--pi-radius-md);
    font-size: 0.875rem;
    font-family: var(--pi-font);
    color: var(--pi-input-text);
    transition: border-color var(--pi-duration) var(--pi-ease),
                box-shadow var(--pi-duration) var(--pi-ease),
                background var(--pi-duration) var(--pi-ease);
}

.pi-input::placeholder,
.pi-select::placeholder,
.pi-textarea::placeholder {
    color: var(--pi-light-text);
}

.pi-input:focus,
.pi-select:focus,
.pi-textarea:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    border-color: var(--pi-primary);
    box-shadow: 0 0 0 3px rgba(34,102,150,.15);
    background: var(--pi-surface);
}

html.dark .pi-input:focus,
html.dark .pi-select:focus,
html.dark .pi-textarea:focus {
    border-color: #5ba3d9;
    box-shadow: 0 0 0 3px rgba(91,163,217,.15);
}

.pi-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23226696' fill-opacity='0.6' d='M6 8.825L1.175 4 2.238 2.937 6 6.7l3.763-3.763L10.825 4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 40px;
}

html.dark .pi-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' fill-opacity='0.4' d='M6 8.825L1.175 4 2.238 2.937 6 6.7l3.763-3.763L10.825 4z'/%3E%3C/svg%3E");
}

.pi-textarea {
    min-height: 120px;
    resize: vertical;
}

.pi-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--pi-text);
    margin-bottom: 0.375rem;
}

.pi-label--required::after {
    content: " *";
    color: #f87171;
}


/* ============================================================
   5. HEADER
   Header element is now #site-header with Tailwind classes.
   Scroll/homepage overrides live in functions.php inline <style>.
   Only classes still used by PHP/JS remain below.
   ============================================================ */

.pi-front, html:has(.pi-front) { background: var(--pi-hero-from); }

/* Nav links: light-first on ALL pages (used by PI_Header_Nav_Walker) */
.pi-header-nav__link {
    padding: 0.4375rem 0.875rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #1e293b;
    border-radius: var(--pi-radius-sm);
    transition: all var(--pi-duration) var(--pi-ease);
    white-space: nowrap;
}

.pi-header-nav__link:hover {
    color: #226696;
    background: rgba(34, 102, 150, 0.1);
}

/* Dark mode: white nav text on ALL pages */
html.dark .pi-header-nav__link {
    color: rgba(255, 255, 255, 0.65);
    font-weight: 500;
}
html.dark .pi-header-nav__link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

/* Cart count badge */
.pi-header-cart__count {
    position: absolute;
    top: 2px;
    right: 2px;
    min-width: 15px;
    height: 15px;
    padding: 0 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--pi-accent);
    color: var(--pi-dark);
    font-size: 0.5625rem;
    font-weight: 800;
    border-radius: var(--pi-radius-full);
    line-height: 1;
}

/* Cart button (used in header.php with Tailwind overrides) */
.pi-header-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    color: rgba(255, 255, 255, 0.6);
    border-radius: var(--pi-radius-sm);
    transition: all var(--pi-duration) var(--pi-ease);
    position: relative;
}

.pi-header-cart:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.pi-header-cart svg { width: 1.125rem; height: 1.125rem; }

/* Cart dropdown panel & hover trigger: now handled by #pi-cart-dropdown
   in functions.php (ID-based). Class-based .pi-cart-dropdown removed.
   Sub-class styles below are still used by AJAX cart fragments. */

.pi-cart-dropdown__section {
    padding: 0.625rem 1rem;
}

.pi-cart-dropdown__header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.375rem;
    color: var(--pi-dark);
}

.pi-cart-dropdown__header svg {
    flex-shrink: 0;
    color: var(--pi-primary);
}

.pi-cart-dropdown__title {
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--pi-dark);
}

.pi-cart-dropdown__badge {
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--pi-primary);
    color: #fff;
    font-size: 0.625rem;
    font-weight: 700;
    border-radius: var(--pi-radius-full);
    line-height: 1;
    margin-left: auto;
}

.pi-cart-dropdown__desc {
    font-size: 0.75rem;
    color: var(--pi-muted);
    margin: 0 0 0.5rem;
    line-height: 1.5;
}

.pi-cart-dropdown__link {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--pi-primary);
    transition: color var(--pi-duration) var(--pi-ease);
}

.pi-cart-dropdown__link:hover {
    color: var(--pi-primary-dark);
    text-decoration: underline;
}

.pi-cart-dropdown__link--primary {
    color: var(--pi-accent-dark);
}

.pi-cart-dropdown__link--primary:hover {
    color: var(--pi-accent);
}

.pi-cart-dropdown__divider {
    height: 1px;
    background: var(--pi-border);
    margin: 0.25rem 1rem;
}

/* Badge bounce animation */
@keyframes piBadgeBounce {
    0%   { transform: scale(1); }
    25%  { transform: scale(1.5); }
    50%  { transform: scale(0.85); }
    75%  { transform: scale(1.2); }
    100% { transform: scale(1); }
}

.pi-badge-bounce {
    animation: piBadgeBounce 0.5s ease;
}

/* Cart icon pulse when item added */
@keyframes piCartPulse {
    0%   { box-shadow: 0 0 0 0 rgba(245,158,11,0.6); }
    70%  { box-shadow: 0 0 0 10px rgba(245,158,11,0); }
    100% { box-shadow: 0 0 0 0 rgba(245,158,11,0); }
}

.pi-header-cart.pi-cart-pulse {
    animation: piCartPulse 0.6s ease;
    border-radius: var(--pi-radius-sm);
}

/* Header scroll state */
.pi-header--scrolled,
.pi-front .pi-header--scrolled {
    background: rgba(0, 12, 26, 0.82);
    backdrop-filter: blur(24px) saturate(200%);
    -webkit-backdrop-filter: blur(24px) saturate(200%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
    border-bottom-color: rgba(255, 255, 255, 0.04);
}

/* Admin bar offset */
body.admin-bar .pi-header { top: 32px !important; }
@media screen and (max-width: 782px) {
    body.admin-bar .pi-header { top: 46px !important; }
}

/* ============================================================
   6. THREE.JS HERO — SPLIT LAYOUT
   ============================================================ */

/* ============================================================
   7b. WHY CHOOSE US
   ============================================================ */
.pi-reasons {
    padding: 2.25rem 0;
    background: var(--pi-primary);
    color: #fff;
}

.pi-reasons__head {
    text-align: center;
    margin-bottom: 1.5rem;
}

.pi-reasons__label {
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
    color: rgba(255,255,255,.5);
    margin-bottom: 0.375rem;
}

.pi-reasons__title {
    font-size: clamp(1.125rem, 2.5vw, 1.375rem);
    font-weight: 800;
    line-height: 1.2;
}

.pi-reasons__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.875rem;
}

.pi-reasons__card {
    background: rgba(13, 27, 46, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--pi-radius-lg);
    padding: 1.25rem 1rem;
    text-align: center;
    transition: transform 300ms var(--pi-ease), box-shadow 300ms var(--pi-ease), background 300ms var(--pi-ease), border-color 300ms var(--pi-ease);
}

.pi-reasons__card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0,0,0,.25);
    background: rgba(13, 27, 46, 0.7);
    border-color: rgba(245,158,11,.2);
}

.pi-reasons__icon {
    width: 44px;
    height: 44px;
    margin: 0 auto 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(245,158,11,.1);
    border: 1px solid rgba(245,158,11,.12);
    border-radius: var(--pi-radius-md);
    transition: background 300ms var(--pi-ease), border-color 300ms var(--pi-ease);
}

.pi-reasons__card:hover .pi-reasons__icon {
    background: rgba(245,158,11,.2);
    border-color: rgba(245,158,11,.25);
}

.pi-reasons__icon svg {
    width: 22px;
    height: 22px;
    stroke: var(--pi-accent);
    stroke-width: 2;
    fill: none;
}

.pi-reasons__card-title {
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: #fff;
}

.pi-reasons__card-desc {
    font-size: 0.75rem;
    color: rgba(255,255,255,.6);
    line-height: 1.5;
}


/* ============================================================
   7c. TOP CATEGORIES
   ============================================================ */
.pi-categories {
    padding: 2.75rem 0 2.75rem;
    background: var(--pi-light);
}

/* ── Header ── */
.pi-categories__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--pi-border);
}

.pi-categories__titles {
    flex: 1;
}

.pi-categories__titles .pi-section-label {
    display: none;
}

.pi-categories__titles .pi-h2 {
    font-size: clamp(1.125rem, 2.5vw, 1.375rem);
}

.pi-categories__desc {
    color: var(--pi-muted);
    font-size: 0.8125rem;
    line-height: 1.5;
    margin-top: 0.25rem;
}

.pi-categories__view-all {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--pi-primary);
    white-space: nowrap;
    transition: all var(--pi-duration) var(--pi-ease);
}

.pi-categories__view-all:hover {
    color: var(--pi-primary-dark);
}
.pi-categories__view-all svg { transition: transform 200ms var(--pi-ease); }
.pi-categories__view-all:hover svg { transform: translateX(3px); }

/* ── Grid — 5 columns ── */
.pi-categories__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
}

/* ── Card ── */
.pi-cat-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    border-radius: var(--pi-radius-lg);
    text-decoration: none;
    color: #fff;
    aspect-ratio: 4 / 5;
    transition: all 300ms var(--pi-ease);
    box-shadow: 0 2px 8px rgba(0,20,60,.08);
}

.pi-cat-card:hover {
    box-shadow: 0 12px 32px rgba(0,20,60,.15);
    transform: translateY(-2px);
}

/* ── Image fills card ── */
.pi-cat-card__circle {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    overflow: hidden;
    border: none;
    margin-bottom: 0;
}

.pi-cat-card__circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 500ms var(--pi-ease);
}

.pi-cat-card:hover .pi-cat-card__circle img {
    transform: scale(1.06);
}

/* ── Gradient overlay ── */
.pi-cat-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,12,26,.85) 0%, rgba(0,12,26,.4) 40%, transparent 70%);
    z-index: 1;
    pointer-events: none;
    transition: background 300ms var(--pi-ease);
}

.pi-cat-card:hover::after {
    background: linear-gradient(to top, rgba(0,64,128,.9) 0%, rgba(0,64,128,.35) 40%, transparent 70%);
}

/* ── Text ── */
.pi-cat-card__name {
    position: relative;
    z-index: 2;
    font-size: 0.875rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 0.125rem;
    padding: 0 1rem;
}

.pi-cat-card__count {
    position: relative;
    z-index: 2;
    font-size: 0.6875rem;
    color: rgba(255,255,255,.7);
    font-weight: 500;
    padding: 0 1rem 1rem;
    transition: color 300ms var(--pi-ease);
}

.pi-cat-card:hover .pi-cat-card__count {
    color: rgba(255,255,255,.9);
}


/* ============================================================
   8. PRODUCT SHOWCASE
   ============================================================ */
.pi-showcase {
    padding: 2.75rem 0 2.75rem;
    background: var(--pi-surface);
}

/* ── Header ── */
.pi-showcase__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--pi-border);
}

.pi-showcase__title {
    font-size: clamp(1.125rem, 2.5vw, 1.375rem);
    font-weight: 800;
    color: var(--pi-dark);
    letter-spacing: -0.01em;
}

.pi-showcase__all {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--pi-primary);
    transition: all var(--pi-duration) var(--pi-ease);
}
.pi-showcase__all:hover { color: var(--pi-primary-dark); }
.pi-showcase__all svg { transition: transform 200ms var(--pi-ease); }
.pi-showcase__all:hover svg { transform: translateX(3px); }

/* ── Grid ── */
.pi-showcase__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
}

/* ── Card ── */
.pi-sc {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    padding: 0.75rem;
    background: var(--pi-surface);
    border: 1px solid var(--pi-border);
    border-radius: var(--pi-radius-lg);
    text-decoration: none;
    color: inherit;
    box-shadow: 0 1px 3px rgba(0,20,60,.04);
    transition: all 250ms var(--pi-ease);
}

.pi-sc:hover {
    border-color: var(--pi-primary-100);
    box-shadow: 0 8px 24px rgba(0,20,60,.1);
    transform: translateY(-2px);
}


/* ── Thumbnail ── */
.pi-sc__img {
    position: relative;
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    background: var(--pi-light);
    border: 1px solid var(--pi-border);
    border-radius: var(--pi-radius-md);
    overflow: hidden;
}

.pi-sc__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 4px;
    transition: transform 400ms var(--pi-ease);
}

.pi-sc:hover .pi-sc__img img { transform: scale(1.06); }

/* ── Badge ── */
.pi-sc__badge {
    position: absolute;
    top: 4px;
    left: 4px;
    padding: 2px 6px;
    font-size: 0.5rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: var(--pi-radius-sm);
    line-height: 1.5;
}

.pi-sc__badge--new { background: var(--pi-emerald-light); color: var(--pi-emerald-dark); }
.pi-sc__badge--used { background: var(--pi-accent-light); color: var(--pi-accent-dark); }

/* ── Detail ── */
.pi-sc__detail {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.pi-sc__cat {
    font-size: 0.625rem;
    font-weight: 500;
    color: var(--pi-muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pi-sc__name {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--pi-dark);
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 200ms var(--pi-ease);
}

.pi-sc:hover .pi-sc__name { color: var(--pi-primary); }

.pi-sc__sku {
    font-size: 0.625rem;
    color: var(--pi-light-text);
}

/* ── Arrow ── */
.pi-sc__go {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--pi-border);
    transition: all 250ms var(--pi-ease);
}

.pi-sc:hover .pi-sc__go { background: var(--pi-primary); color: #fff; }





/* ============================================================
   11b. CHAT WIDGET
   ============================================================ */
.pi-chat__btn {
    position: fixed;
    bottom: calc(1.25rem + env(safe-area-inset-bottom));
    right: calc(1.25rem + env(safe-area-inset-right));
    z-index: 900;
    width: 52px;
    height: 52px;
    background: var(--pi-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0,64,128,.35);
    transition: all 300ms var(--pi-ease);
    border: none;
}

.pi-chat__btn:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 28px rgba(0,64,128,.45);
}

.pi-chat__btn-icon,
.pi-chat__btn-close { width: 24px; height: 24px; color: #fff; }
.pi-chat__btn-close { display: none; }
.pi-chat.is-open .pi-chat__btn-icon { display: none; }
.pi-chat.is-open .pi-chat__btn-close { display: block; }

.pi-chat__pulse {
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    border: 2px solid var(--pi-primary);
    animation: pi-chat-pulse 2s ease-out infinite;
}

.pi-chat.is-open .pi-chat__pulse { display: none; }

@keyframes pi-chat-pulse {
    0% { transform: scale(1); opacity: 0.6; }
    100% { transform: scale(1.4); opacity: 0; }
}

.pi-chat__window {
    position: fixed;
    bottom: 5rem;
    right: 1.25rem;
    z-index: 899;
    width: 320px;
    max-width: calc(100vw - 2rem);
    background: #fff;
    border-radius: var(--pi-radius-lg);
    box-shadow: 0 16px 48px rgba(0,0,0,.15);
    overflow: hidden;
    opacity: 0;
    transform: translateY(1rem) scale(0.95);
    pointer-events: none;
    transition: all 300ms var(--pi-ease);
}

.pi-chat.is-open .pi-chat__window {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.pi-chat__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    background: var(--pi-primary);
    color: #fff;
}

.pi-chat__agent {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.pi-chat__avatar {
    position: relative;
    width: 32px;
    height: 32px;
    background: rgba(255,255,255,.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pi-chat__avatar svg { width: 18px; height: 18px; color: #fff; }

.pi-chat__online {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 8px;
    height: 8px;
    background: #22c55e;
    border: 2px solid var(--pi-primary);
    border-radius: 50%;
}

.pi-chat__agent-name { display: block; font-size: 0.8125rem; font-weight: 700; }
.pi-chat__agent-status { display: block; font-size: 0.625rem; color: rgba(255,255,255,.6); }

.pi-chat__close {
    background: none;
    border: none;
    cursor: pointer;
    color: rgba(255,255,255,.6);
    padding: 0.25rem;
    transition: color 200ms var(--pi-ease);
}
.pi-chat__close:hover { color: #fff; }
.pi-chat__close svg { width: 18px; height: 18px; }

.pi-chat__messages {
    padding: 1rem;
    min-height: 160px;
    max-height: 260px;
    overflow-y: auto;
}

.pi-chat__msg {
    max-width: 85%;
    padding: 0.625rem 0.75rem;
    border-radius: var(--pi-radius-md);
    font-size: 0.8125rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}

.pi-chat__msg--agent {
    background: #f1f5f9;
    color: var(--pi-dark);
    border-bottom-left-radius: 4px;
}

.pi-chat__time {
    display: block;
    font-size: 0.5625rem;
    color: var(--pi-muted);
    margin-top: 0.25rem;
}

.pi-chat__input {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 0.75rem;
    border-top: 1px solid var(--pi-border);
}

.pi-chat__field {
    flex: 1;
    border: 1px solid var(--pi-border);
    border-radius: var(--pi-radius-md);
    padding: 0.5rem 0.75rem;
    font-size: 0.8125rem;
    outline: 2px solid transparent;
    outline-offset: 2px;
    transition: border-color 200ms var(--pi-ease);
}

.pi-chat__field:focus {
    border-color: var(--pi-primary);
}

.pi-chat__field:focus-visible {
    outline: 2px solid var(--pi-primary);
    outline-offset: 2px;
}

.pi-chat__send {
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--pi-primary);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 200ms var(--pi-ease);
}

.pi-chat__send:hover { background: var(--pi-primary-dark); }
.pi-chat__send svg { width: 16px; height: 16px; color: #fff; }


/* ============================================================
   12. FOOTER (wp_nav_menu classes only - layout uses Tailwind)
   ============================================================ */
.pi-footer__links li { margin-bottom: 0.125rem; }

.pi-footer__links a {
    display: inline-block;
    padding: 0.375rem 0;
    font-size: 0.8125rem;
    color: #64748b;
    transition: color var(--pi-duration) var(--pi-ease);
}

.pi-footer__links a:hover { color: #226696; }

/* Dark mode footer links */
html.dark .pi-footer__links a { color: #94a3b8; }
html.dark .pi-footer__links a:hover { color: #e2e8f0; }


/* ============================================================
   14. SCROLL REVEAL (JS progressive enhancement)
   ============================================================ */
.pi-reveal {
    opacity: 0;
    transform: translateY(1.25rem);
    transition: opacity 600ms var(--pi-ease), transform 600ms var(--pi-ease);
}

.pi-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* If JS hasn't loaded, show everything */
.no-js .pi-reveal { opacity: 1; transform: none; }


/* ============================================================
   15. MAP TABS (footer)
   ============================================================ */
[data-map-tab] {
    padding: 0.5rem 1rem;
    background: rgba(255,255,255,.05);
    color: #9ca3af;
    border: 1px solid transparent;
    border-radius: var(--pi-radius-md);
    font-size: 0.8125rem;
    font-weight: 600;
    cursor: pointer;
    transition: all var(--pi-duration) var(--pi-ease);
}

[data-map-tab]:hover { background: rgba(255,255,255,.1); color: #d1d5db; }
[data-map-tab].pi-tab-active { background: var(--pi-primary); color: var(--pi-white); }


/* ============================================================
   16. WORDPRESS
   ============================================================ */
.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.nav-links { display: flex; gap: 0.5rem; justify-content: center; }
.nav-links .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    height: 2.5rem;
    padding: 0 0.75rem;
    border-radius: var(--pi-radius-sm);
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--pi-text);
    background: var(--pi-white);
    border: 1px solid var(--pi-border);
}
.nav-links .page-numbers:hover { color: var(--pi-primary); border-color: var(--pi-primary); }
.nav-links .page-numbers.current { background: var(--pi-primary); color: var(--pi-white); border-color: var(--pi-primary); }


/* ============================================================
   17. RESPONSIVE
   ============================================================ */
@media (min-width: 480px) {
    :root { --pi-gutter: 1.25rem; }
}

@media (min-width: 640px) {
    .pi-showcase__grid { grid-template-columns: repeat(2, 1fr); }
    .pi-categories__grid { grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }
    .pi-cat-card { aspect-ratio: 3 / 4; }
}

@media (min-width: 768px) {
    :root { --pi-gutter: 1.5rem; }
    .pi-reasons__grid { grid-template-columns: repeat(4, 1fr); }
    .pi-categories__grid { grid-template-columns: repeat(3, 1fr); gap: 0.875rem; }
    .pi-cat-card { aspect-ratio: 3 / 4; }
    .pi-footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 900px) {
    .pi-showcase__grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 1024px) {
    :root { --pi-gutter: 2rem; --pi-section-y: 4.5rem; }
    .pi-categories__grid { grid-template-columns: repeat(5, 1fr); gap: 1rem; }
    .pi-cat-card { aspect-ratio: 4 / 5; }
    .pi-showcase__grid { grid-template-columns: repeat(4, 1fr); }
    .pi-footer__grid { grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2.5rem; }
    .pi-reasons { padding: 2.5rem 0; }
    .pi-showcase { padding: 3rem 0; }
    .pi-categories { padding: 3rem 0; }
}
@media (max-width: 767px) {
    /* Categories: 2 cols on mobile with overlay cards */
    .pi-categories__grid { grid-template-columns: repeat(2, 1fr); gap: 0.5rem; }
    .pi-categories__head { flex-direction: column; align-items: flex-start; gap: 0.5rem; }
    .pi-cat-card { aspect-ratio: 3 / 4; }
    .pi-cat-card__name { font-size: 0.75rem; padding: 0 0.625rem; }
    .pi-cat-card__count { font-size: 0.5625rem; padding: 0 0.625rem 0.625rem; }

    /* Showcase header: stack on mobile */
    .pi-showcase__head { flex-direction: column; align-items: flex-start; gap: 0.5rem; }

    /* Footer bottom: stack on mobile */
    .pi-footer__payments { flex-direction: column; gap: 0.5rem; }
    .pi-footer__legal { flex-direction: column; text-align: center; gap: 0.375rem; }

    /* ── Footer: compact 2-zone layout ── */
    .pi-footer__top { padding: 1rem 0; }
    .pi-footer__grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem 1rem;
    }

    /* Brand: full-width, centered */
    .pi-footer__grid > div:first-child {
        grid-column: 1 / -1;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-bottom: 0.5rem;
        border-bottom: 1px solid rgba(255,255,255,.06);
    }
    .pi-footer__brand { justify-content: center; margin-bottom: 0.375rem; }
    .pi-footer__desc { display: none; }

    /* Contact: horizontal icon strip with short labels */
    .pi-footer__contact-row {
        display: flex;
        justify-content: center;
        gap: 1.5rem;
        margin-bottom: 0.125rem;
    }
    .pi-footer__contact-item {
        flex-direction: column;
        align-items: center;
        gap: 0.125rem;
        margin-bottom: 0;
    }
    .pi-footer__contact-item .pi-footer__contact-sub { display: none; }
    .pi-footer__contact-full { display: none; }
    .pi-footer__contact-short { display: inline; }
    .pi-footer__contact-text { font-size: 0.6875rem; }
    .pi-footer__contact-icon { width: 2.75rem; height: 2.75rem; }
    .pi-footer__contact-icon svg { width: 1.125rem; height: 1.125rem; }
    .pi-footer__social { justify-content: center; margin-top: 0.125rem; }

    /* Products (2nd child): left column */
    .pi-footer__grid > div:nth-child(2) { grid-column: 1; }
    /* Company (3rd child): right column */
    .pi-footer__grid > div:nth-child(3) { grid-column: 2; }

    /* Support+Locations (4th child): full width, stacked on phones */
    .pi-footer__col--support {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
        padding-top: 0.5rem;
        border-top: 1px solid rgba(255,255,255,.06);
    }

    /* Compact link spacing with proper touch targets */
    .pi-footer__links li { margin-bottom: 0; }
    .pi-footer__links a {
        padding: 0.125rem 0;
        min-height: 2.75rem;
        display: flex;
        align-items: center;
    }
    .pi-footer__col-title { margin-bottom: 0; }
    .pi-footer__location { font-size: 0.75rem; margin-bottom: 0.25rem; }

    /* Footer bottom: compact */
    .pi-footer__payments {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0.625rem 0;
        gap: 0.375rem;
    }
    .pi-footer__legal {
        padding: 0.5rem 0 calc(0.5rem + env(safe-area-inset-bottom));
        gap: 0.125rem;
    }
    .pi-footer__copyright { font-size: 0.625rem; }
    .pi-footer__powered { font-size: 0.5625rem; }
}


/* ── Phone-only: single-col grids (below 640px 2-col breakpoint) ── */
@media (max-width: 639px) {
    .pi-showcase__grid { grid-template-columns: 1fr; }
}

/* ── Extra-small screens (320px) ── */
@media (max-width: 374px) {
    .pi-reasons__grid { gap: 0.5rem; }
    .pi-reasons__card { padding: 1rem 0.75rem; }
    .pi-reasons__card-title { font-size: 0.75rem; }
    .pi-reasons__card-desc { font-size: 0.6875rem; }
    .pi-categories__grid { gap: 0.375rem; }
    .pi-cat-card__name { font-size: 0.6875rem; }
    .pi-footer__grid { gap: 1rem 0.75rem; }
    .pi-footer__contact-row { gap: 1rem; }
    .pi-footer__contact-icon { width: 2.5rem; height: 2.5rem; }
}


/* ============================================================
   17b. FOCUS-VISIBLE STYLES
   ============================================================ */
.pi-header-nav__link:focus-visible {
    outline: 2px solid var(--pi-accent);
    outline-offset: 2px;
}

/* ============================================================
   17c. TOUCH-SAFE HOVER GUARDS
   ============================================================ */
@media (hover: none) {
    /* Disable translateY lifts on touch devices to prevent sticky hover */
    .pi-reasons__card:hover { transform: none; }
    .pi-sc:hover { transform: none; }
    .pi-cat-card:hover { transform: none; }
    .pi-showcase__all:hover svg { transform: none; }
    .pi-categories__view-all:hover svg { transform: none; }
    .pi-chat__btn:hover { transform: none; }
}


/* ============================================================
   18. REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
    .pi-reveal { opacity: 1; transform: none; transition: none; }
    .pi-sc, .pi-sc__img img { transition: none; }
    .pi-chat__pulse { animation: none; }
    .pi-btn,
    .pi-cat-card,
    .pi-btn:hover,
    .pi-cat-card:hover {
        transition: none;
        transform: none;
    }
}


/* ============================================================
   19. PAGE CONTENT (page.php, single.php)
   ============================================================ */
.pi-page {
    padding: var(--pi-section-y) 0;
}

.pi-page__inner {
    max-width: 48rem;
    margin: 0 auto;
}

.pi-page__title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--pi-dark);
    margin-bottom: 2rem;
}

.pi-page__meta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.8125rem;
    color: var(--pi-muted);
    margin-bottom: 2rem;
}

.pi-page__meta-sep { opacity: 0.4; }

.pi-page__featured {
    margin-bottom: 2rem;
    border-radius: var(--pi-radius-xl);
    overflow: hidden;
}

.pi-page__featured img { width: 100%; height: auto; }

/* Content area (WordPress editor output) */
.pi-content {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--pi-text);
}

.pi-content h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--pi-dark);
    margin: 2rem 0 0.75rem;
}

.pi-content h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--pi-dark);
    margin: 1.75rem 0 0.5rem;
}

.pi-content h4 {
    font-size: 1.0625rem;
    font-weight: 600;
    color: var(--pi-dark);
    margin: 1.5rem 0 0.5rem;
}

.pi-content p { margin: 0 0 1.25rem; }

.pi-content a {
    color: var(--pi-primary);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.pi-content a:hover { color: var(--pi-primary-dark); }

.pi-content ul, .pi-content ol {
    margin: 0 0 1.25rem;
    padding-left: 1.5rem;
}

.pi-content ul { list-style: disc; }
.pi-content ol { list-style: decimal; }
.pi-content li { margin-bottom: 0.375rem; }

.pi-content blockquote {
    border-left: 3px solid var(--pi-primary);
    padding: 0.75rem 1.25rem;
    margin: 1.5rem 0;
    background: var(--pi-primary-50);
    border-radius: 0 var(--pi-radius-md) var(--pi-radius-md) 0;
    color: var(--pi-dark);
    font-style: italic;
}

.pi-content img {
    border-radius: var(--pi-radius-lg);
    margin: 1.5rem 0;
}

.pi-article-content {
    font-size: 1.02rem;
    line-height: 1.95;
}

.pi-article-content > *:first-child {
    margin-top: 0;
}

.pi-article-content > *:last-child {
    margin-bottom: 0;
}

.pi-article-content h2 {
    font-size: clamp(1.55rem, 2vw, 2rem);
    line-height: 1.2;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.pi-article-content h3 {
    font-size: clamp(1.2rem, 1.5vw, 1.45rem);
    margin-top: 2.25rem;
    margin-bottom: 0.85rem;
}

.pi-article-content h4 {
    margin-top: 1.85rem;
    margin-bottom: 0.65rem;
}

.pi-article-content p,
.pi-article-content ul,
.pi-article-content ol,
.pi-article-content table,
.pi-article-content blockquote {
    margin-bottom: 1.5rem;
}

.pi-article-content figure,
.pi-article-content .wp-block-image,
.pi-article-content .wp-caption {
    margin: 2rem auto;
    max-width: min(100%, 46rem);
}

.pi-article-content img {
    width: auto;
    max-width: min(100%, 46rem);
    max-height: 34rem;
    margin: 2rem auto;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 1.15rem;
    background: linear-gradient(180deg, #f8fafc 0%, #eef5fa 100%);
    object-fit: contain;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.pi-article-content figure img,
.pi-article-content .wp-block-image img,
.pi-article-content .wp-caption img {
    margin: 0 auto;
}

.pi-article-content figcaption,
.pi-article-content .wp-caption-text,
.pi-article-content .blocks-gallery-caption {
    margin-top: 0.75rem;
    text-align: center;
    font-size: 0.8125rem;
    line-height: 1.6;
    color: var(--pi-muted);
}

.pi-article-content blockquote p:last-child {
    margin-bottom: 0;
}

.pi-article-content table {
    display: block;
    overflow-x: auto;
    border-radius: 1rem;
}

.pi-article-content :where(.alignleft, .alignright) {
    max-width: min(100%, 20rem);
}

html.dark .pi-article-content img {
    border-color: rgba(148, 163, 184, 0.14);
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.72) 0%, rgba(30, 41, 59, 0.72) 100%);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

html.dark .pi-article-content figcaption,
html.dark .pi-article-content .wp-caption-text,
html.dark .pi-article-content .blocks-gallery-caption {
    color: rgba(226, 232, 240, 0.72);
}

@media (max-width: 768px) {
    .pi-article-content {
        font-size: 0.975rem;
        line-height: 1.82;
    }

    .pi-article-content h2 {
        margin-top: 2.4rem;
    }

    .pi-article-content img {
        max-height: 22rem;
        border-radius: 1rem;
    }

    .pi-article-content :where(.alignleft, .alignright) {
        max-width: 100%;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}

.pi-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    font-size: 0.875rem;
}

.pi-content th, .pi-content td {
    padding: 0.625rem 0.75rem;
    border: 1px solid var(--pi-border);
    text-align: left;
}

.pi-content th {
    background: var(--pi-lighter);
    font-weight: 600;
    color: var(--pi-dark);
}

.pi-content hr {
    border: none;
    border-top: 1px solid var(--pi-border);
    margin: 2rem 0;
}


/* ============================================================
   20. ARCHIVE / BLOG
   ============================================================ */
.pi-archive {
    padding: var(--pi-section-y) 0;
}

.pi-archive__header {
    margin-bottom: 2.5rem;
}

.pi-archive__title {
    font-size: clamp(1.5rem, 3.5vw, 2.25rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--pi-dark);
}

.pi-archive__desc {
    margin-top: 0.5rem;
    font-size: 1rem;
    color: var(--pi-muted);
    line-height: 1.6;
}

.pi-archive__grid {
    display: grid;
    gap: 1.25rem;
}

.pi-archive__card {
    background: var(--pi-white);
    border: 1px solid var(--pi-border);
    border-radius: var(--pi-radius-lg);
    padding: 1.5rem;
    transition: all var(--pi-duration) var(--pi-ease);
}

.pi-archive__card:hover {
    border-color: var(--pi-primary-100);
    box-shadow: var(--pi-shadow-md);
}

.pi-archive__card-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--pi-dark);
    margin-bottom: 0.375rem;
}

.pi-archive__card-title a {
    transition: color var(--pi-duration) var(--pi-ease);
}

.pi-archive__card-title a:hover { color: var(--pi-primary); }

.pi-archive__card-date {
    font-size: 0.8125rem;
    color: var(--pi-light-text);
    margin-bottom: 0.5rem;
}

.pi-archive__card-excerpt {
    font-size: 0.875rem;
    color: var(--pi-muted);
    line-height: 1.6;
}

.pi-archive__pagination { margin-top: 2.5rem; }

.pi-archive__empty {
    text-align: center;
    padding: 5rem 1rem;
}

.pi-archive__empty-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--pi-text);
    margin-bottom: 0.5rem;
}

.pi-archive__empty-desc {
    color: var(--pi-muted);
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .pi-archive__grid { grid-template-columns: 1fr 1fr; }
}


/* ============================================================
   21. SEARCH RESULTS
   ============================================================ */
.pi-search {
    padding: var(--pi-section-y) 0;
}

.pi-search__header { margin-bottom: 2rem; }

.pi-search__title {
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    font-weight: 800;
    color: var(--pi-dark);
}

.pi-search__highlight { color: var(--pi-primary); }

.pi-search__results {
    display: grid;
    gap: 1rem;
}

.pi-search__item {
    background: var(--pi-white);
    border: 1px solid var(--pi-border);
    border-radius: var(--pi-radius-lg);
    padding: 1.25rem;
    transition: all var(--pi-duration) var(--pi-ease);
}

.pi-search__item:hover {
    border-color: var(--pi-primary-100);
    box-shadow: var(--pi-shadow-sm);
}

.pi-search__item-title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--pi-dark);
    margin-bottom: 0.25rem;
}

.pi-search__item-title a:hover { color: var(--pi-primary); }

.pi-search__item-excerpt {
    font-size: 0.8125rem;
    color: var(--pi-muted);
    line-height: 1.6;
}

.pi-search__empty {
    text-align: center;
    padding: 5rem 1rem;
}

.pi-search__empty-title {
    font-size: 1.375rem;
    font-weight: 700;
    color: var(--pi-text);
    margin-bottom: 0.5rem;
}

.pi-search__empty-desc {
    color: var(--pi-muted);
    margin-bottom: 1.5rem;
}

.pi-search__form {
    max-width: 28rem;
    margin: 0 auto;
    position: relative;
}

.pi-search__form input[type="search"] {
    width: 100%;
    padding: 0.75rem 1rem 0.75rem 2.75rem;
    background: var(--pi-lighter);
    border: 1.5px solid var(--pi-border);
    border-radius: var(--pi-radius-md);
    font-size: 0.9375rem;
    color: var(--pi-dark);
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.pi-search__form input[type="search"]:focus {
    background: var(--pi-white);
    border-color: var(--pi-primary);
    box-shadow: 0 0 0 3px rgba(0,64,128,.1);
}

.pi-search__form input[type="search"]:focus-visible {
    outline: 2px solid var(--pi-primary);
    outline-offset: 2px;
}

.pi-search__pagination { margin-top: 2.5rem; }


/* ============================================================
   22. 404 PAGE — Now uses Tailwind in 404.php template
   ============================================================ */


/* ============================================================
   23. WOOCOMMERCE WRAPPER — Now uses Tailwind in woocommerce.php
   ============================================================ */


/* ============================================================
   24. CONTACT PAGE - Premium Dark Theme
   ============================================================ */

/* --- Page wrapper (dark theme) --- */
.pi-contact {
    background: var(--pi-dark);
    min-height: 60vh;
}

/* --- Hero Header with Aurora Glow --- */
.pi-contact__hero {
    position: relative;
    padding: 5rem 0 3rem;
    overflow: hidden;
    text-align: center;
}

.pi-contact__hero-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.pi-contact__aurora {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.pi-contact__aurora::before {
    content: "";
    position: absolute;
    bottom: -20%;
    left: 50%;
    transform: translateX(-50%);
    width: 140%;
    height: 80%;
    background: radial-gradient(ellipse at center, rgba(0, 64, 128, 0.3) 0%, rgba(0, 64, 128, 0.08) 50%, transparent 70%);
    border-radius: 50%;
    filter: blur(60px);
}

.pi-contact__aurora::after {
    content: "";
    position: absolute;
    top: 10%;
    right: 15%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.12) 0%, transparent 60%);
    border-radius: 50%;
    filter: blur(80px);
}

.pi-contact__hero .pi-container {
    position: relative;
    z-index: 1;
}

.pi-contact__title {
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
}

.pi-contact__title-accent {
    color: var(--pi-accent);
}

.pi-contact__subtitle {
    font-size: 1.15rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    max-width: 700px;
    margin: 0 auto;
}

.pi-contact__subtitle-sub {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.5);
    max-width: 620px;
    margin: 0.75rem auto 0;
    line-height: 1.6;
}

/* --- How Can We Help (dark section with upgraded cards) --- */
.pi-contact__help {
    text-align: center;
    background: var(--pi-dark);
    padding: 4rem 0 5rem;
}

.pi-contact__help-title {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
}

.pi-contact__help-tagline {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 2.5rem;
}

.pi-contact__help-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

/* Animated gradient border wrapper */
.pi-contact__help-card {
    position: relative;
    display: block;
    text-decoration: none;
    color: inherit;
    border-radius: var(--pi-radius-lg);
    padding: 1px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pi-contact__help-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(245, 158, 11, 0.15);
    background: linear-gradient(135deg, var(--pi-accent), var(--pi-primary), var(--pi-accent));
    background-size: 200% 200%;
    animation: pi-gradient-shift 3s ease infinite;
}

@keyframes pi-gradient-shift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.pi-contact__help-inner {
    background: #1a2332;
    border-radius: calc(var(--pi-radius-lg) - 1px);
    padding: 2rem 1.75rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    transition: background 0.3s ease;
}

.pi-contact__help-card:hover .pi-contact__help-inner {
    background: #1e2a3a;
}

.pi-contact__help-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(245, 158, 11, 0.12);
    border-radius: 12px;
    margin-bottom: 1.25rem;
    transition: background 0.3s ease;
}

.pi-contact__help-card:hover .pi-contact__help-icon {
    background: rgba(245, 158, 11, 0.2);
}

.pi-contact__help-icon svg {
    width: 24px;
    height: 24px;
    color: var(--pi-accent);
}

.pi-contact__help-card h3 {
    font-size: 1.15rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.5rem;
}

.pi-contact__help-card p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.6;
    flex: 1;
}

.pi-contact__help-cta {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 1rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--pi-accent);
    transition: gap 0.2s ease;
}

.pi-contact__help-card:hover .pi-contact__help-cta {
    gap: 8px;
}

/* --- Form Section (dark bg with dot pattern + glassmorphism) --- */
.pi-contact--form-section {
    position: relative;
    background: #0d1520;
    padding: 5rem 0;
}

.pi-contact--form-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
}

.pi-contact--form-section > .pi-container {
    position: relative;
    z-index: 1;
}

/* --- Alert (dark theme) --- */
.pi-contact__alert {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 20px;
    border-radius: var(--pi-radius-md);
    margin-bottom: 2rem;
    font-size: 0.95rem;
}

.pi-contact__alert svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-top: 1px;
}

.pi-contact__alert strong { display: block; margin-bottom: 2px; }
.pi-contact__alert p { margin: 0; font-size: 0.875rem; opacity: 0.85; }

.pi-contact__alert--success {
    background: rgba(22, 163, 74, 0.12);
    border: 1px solid rgba(22, 163, 74, 0.3);
    color: #4ade80;
}
.pi-contact__alert--success svg { color: #22c55e; }

.pi-contact__alert--error {
    background: rgba(220, 38, 38, 0.12);
    border: 1px solid rgba(220, 38, 38, 0.3);
    color: #fca5a5;
}
.pi-contact__alert--error svg { color: #ef4444; }

/* --- Main Grid --- */
.pi-contact__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

/* --- Glassmorphism Form Card --- */
.pi-contact__form-card {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--pi-radius-lg);
    overflow: hidden;
}

.pi-contact__form-header {
    padding: 1.75rem 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.pi-contact__form-heading {
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}

.pi-contact__form-subheading {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.45);
    margin: 0;
}

.pi-contact__form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 2rem;
}

.pi-contact__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

.pi-contact__field {
    display: flex;
    flex-direction: column;
}

.pi-contact__label {
    font-weight: 500;
    margin-bottom: 6px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.pi-contact__label--req::after {
    content: " *";
    color: #f87171;
}

.pi-contact__label-hint {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.35);
    font-size: 0.85rem;
}

.pi-contact__input,
.pi-contact__select,
.pi-contact__textarea {
    width: 100%;
    padding: 0.8rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--pi-radius-md);
    font-size: 1rem;
    font-family: inherit;
    color: #fff;
    background: rgba(255, 255, 255, 0.04);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.pi-contact__input::placeholder,
.pi-contact__select::placeholder,
.pi-contact__textarea::placeholder {
    color: rgba(255, 255, 255, 0.25);
}

.pi-contact__input:focus,
.pi-contact__select:focus,
.pi-contact__textarea:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    border-color: var(--pi-accent);
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.15);
    background: rgba(255, 255, 255, 0.06);
}

.pi-contact__input:focus-visible,
.pi-contact__select:focus-visible,
.pi-contact__textarea:focus-visible {
    outline: 2px solid var(--pi-accent);
    outline-offset: 2px;
}

.pi-contact__textarea {
    min-height: 120px;
    resize: vertical;
}

.pi-contact__select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' fill-opacity='0.4' d='M6 8.825L1.175 4 2.238 2.937 6 6.7l3.763-3.763L10.825 4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 40px;
}

.pi-contact__select option {
    background: #1a2332;
    color: #fff;
}

/* --- File Drop Area (dark) --- */
.pi-contact__file-input { display: none; }

.pi-contact__drop-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    border: 2px dashed rgba(255, 255, 255, 0.12);
    border-radius: var(--pi-radius-md);
    background: rgba(255, 255, 255, 0.02);
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease;
    text-align: center;
}

.pi-contact__drop-area:hover {
    border-color: var(--pi-accent);
    background: rgba(245, 158, 11, 0.04);
}

.pi-contact__drop-icon {
    width: 40px;
    height: 40px;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 8px;
}

.pi-contact__drop-text {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.45);
}

.pi-contact__drop-text strong {
    color: var(--pi-accent);
    font-weight: 600;
}

.pi-contact__drop-hint {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 4px;
}

.pi-contact__drop-filename {
    font-size: 0.85rem;
    color: var(--pi-accent);
    font-weight: 600;
    margin-top: 6px;
}

/* --- Consent Notice (dark) --- */
.pi-contact__consent-notice {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.35);
    margin: 0;
}

.pi-contact__consent-notice a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.pi-contact__consent-notice a:hover {
    color: var(--pi-accent);
}

/* --- Submit Button --- */
.pi-contact__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 32px;
    background: var(--pi-accent);
    color: var(--pi-dark);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    border: none;
    border-radius: var(--pi-radius-md);
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s, box-shadow 0.15s;
    width: 100%;
    box-shadow: 0 4px 20px rgba(245, 158, 11, 0.3);
}

.pi-contact__submit svg {
    width: 20px;
    height: 20px;
}

.pi-contact__submit:hover {
    background: #e8930a;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(245, 158, 11, 0.4);
}

.pi-contact__submit:active {
    transform: translateY(1px);
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.2);
}

/* --- Right Column: Info Card (gradient) --- */
.pi-contact__aside {
    align-self: start;
}

.pi-contact__info-card {
    background: linear-gradient(135deg, #226696 0%, #1a4f73 100%);
    color: #fff;
    padding: 2rem;
    border-radius: var(--pi-radius-lg);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.pi-contact__info-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
}

.pi-contact__info-subtitle {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 1.5rem;
}

.pi-contact__info-group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.pi-contact__info-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.pi-contact__info-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(245, 158, 11, 0.15);
    border-radius: 10px;
    transition: background 0.2s ease;
}

.pi-contact__info-item:hover .pi-contact__info-icon {
    background: rgba(245, 158, 11, 0.25);
}

.pi-contact__info-icon svg {
    width: 20px;
    height: 20px;
    color: var(--pi-accent);
}

.pi-contact__info-icon--whatsapp {
    background: rgba(37, 211, 102, 0.15);
}

.pi-contact__info-icon--whatsapp svg {
    color: #25d366;
}

.pi-contact__info-item strong {
    display: block;
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.55);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 2px;
}

.pi-contact__info-item span,
.pi-contact__info-item a {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    line-height: 1.4;
}

.pi-contact__info-item a:hover {
    color: var(--pi-accent);
}

.pi-contact__info-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 1.25rem 0;
}

/* --- Find Us / Locations Section --- */
.pi-contact__locations {
    background: var(--pi-dark);
    padding: 5rem 0;
    text-align: center;
}

.pi-contact__locations-title {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
}

.pi-contact__locations-tagline {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 3rem;
}

.pi-contact__locations-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.pi-contact__loc-card,
.pi-contact-loc-card {
    position: relative;
    border-radius: var(--pi-radius-lg);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pi-contact__loc-card:hover,
.pi-contact-loc-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.pi-contact__loc-map,
.pi-contact-loc-map {
    height: 260px;
    overflow: hidden;
}

.pi-contact__loc-map iframe,
.pi-contact-loc-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(1) invert(0.92) contrast(0.85);
    transition: filter 0.4s ease;
}

.pi-contact__loc-card:hover .pi-contact__loc-map iframe,
.pi-contact-loc-card:hover .pi-contact-loc-map iframe {
    filter: grayscale(0) invert(0) contrast(1);
}

.pi-contact__loc-overlay,
.pi-contact-loc-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
}

.pi-contact__loc-badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: var(--pi-radius-full);
    background: var(--pi-accent);
    color: var(--pi-dark);
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.4rem;
}

.pi-contact__loc-badge--alt {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.pi-contact__loc-name {
    font-size: 1.15rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.2rem;
}

.pi-contact__loc-address {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.4;
    margin: 0;
}

.pi-contact__loc-directions {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: var(--pi-radius-full);
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
    white-space: nowrap;
}

.pi-contact__loc-directions svg {
    width: 14px;
    height: 14px;
}

.pi-contact__loc-directions:hover {
    background: var(--pi-accent);
    color: var(--pi-dark);
}

/* --- Contact Responsive --- */
@media (min-width: 768px) {
    .pi-contact__row {
        grid-template-columns: 1fr 1fr;
    }

    .pi-contact__submit {
        width: auto;
        align-self: flex-start;
    }

    .pi-contact__help-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .pi-contact__locations-grid {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
}

@media (min-width: 1024px) {
    .pi-contact__grid {
        grid-template-columns: 5fr 3fr;
        gap: 2.5rem;
    }

    .pi-contact__aside {
        position: sticky;
        top: 100px;
    }
}

@media (max-width: 767px) {
    .pi-contact__hero {
        padding: 3.5rem 0 2rem;
    }

    .pi-contact__help {
        padding: 3rem 0;
    }

    .pi-contact--form-section {
        padding: 3rem 0;
    }

    .pi-contact__loc-overlay {
        flex-direction: column;
        align-items: flex-start;
    }
}


/* ============================================================
   25. DARK MODE COMPONENT OVERRIDES
   Only for elements that CANNOT use Tailwind dark: classes:
   - Custom CSS class components (nav links, footer links)
   - JS-rendered content (smart search dropdown)
   - Complex CSS (gradients, pseudo-elements, scrollbars)
   - WC core-generated HTML we don't template
   ============================================================ */

/* ── Hero overlay (complex gradient, can't do in Tailwind) ── */
html.dark .pi-hero-overlay {
    background: radial-gradient(ellipse at 30% 50%, transparent 0%, rgba(11,29,48,.5) 100%);
}

/* ── Header scrolled dark shadow ── */
html.dark #site-header.pi-header--scrolled,
html.dark .pi-front #site-header.pi-header--scrolled {
    box-shadow: 0 4px 30px rgba(0,0,0,.3);
}

/* ── Category card gradient dark ── */
html.dark .pi-cat-card::after {
    background: linear-gradient(to top, rgba(11,29,48,.85) 0%, rgba(11,29,48,.4) 40%, transparent 70%);
}
html.dark .pi-cat-card:hover::after {
    background: linear-gradient(to top, rgba(34,102,150,.9) 0%, rgba(34,102,150,.35) 40%, transparent 70%);
}

html.dark .pi-section-label {
    background: rgba(34,102,150,.15);
    color: #93c5e8;
}

html.dark .pi-btn--white {
    background: var(--pi-surface);
    color: var(--pi-primary);
}

html.dark .pi-btn--outline {
    border-color: var(--pi-border);
    color: #93c5e8;
}
html.dark .pi-btn--outline:hover {
    border-color: var(--pi-primary);
    background: rgba(34,102,150,.1);
}

/* Cart dropdown */
html.dark #pi-cart-dropdown {
    background: var(--pi-card-bg);
    border-color: var(--pi-card-border);
}

/* Form elements */
html.dark input[type="text"],
html.dark input[type="email"],
html.dark input[type="tel"],
html.dark input[type="password"],
html.dark input[type="search"],
html.dark input[type="number"],
html.dark input[type="url"],
html.dark textarea,
html.dark select {
    background: var(--pi-input-bg);
    border-color: var(--pi-input-border);
    color: var(--pi-input-text);
}
html.dark input::placeholder,
html.dark textarea::placeholder {
    color: var(--pi-light-text);
}

/* Tables */
html.dark table,
html.dark th,
html.dark td {
    border-color: var(--pi-border);
}
html.dark th {
    background: var(--pi-surface);
    color: var(--pi-heading);
}
html.dark td {
    color: var(--pi-text);
}

/* Links in dark mode */
html.dark a:not([class]) {
    color: #93c5e8;
}

/* "How Can We Help" footer section & similar light bg sections */
html.dark .pi-help-section,
html.dark [class*="bg-[#f4f7fb]"] {
    background: var(--pi-surface) !important;
}

/* Cards generic */
html.dark .pi-card,
html.dark .bg-white {
    background: var(--pi-card-bg);
    border-color: var(--pi-card-border);
}

/* Headings */
html.dark h1, html.dark h2, html.dark h3, html.dark h4, html.dark h5, html.dark h6 {
    color: var(--pi-heading);
}

/* HR/Separators */
html.dark hr {
    border-color: var(--pi-border);
}

/* Scrollbar dark */
html.dark ::-webkit-scrollbar-track {
    background: var(--pi-body-bg);
}
html.dark ::-webkit-scrollbar-thumb {
    background: #475569;
}
html.dark ::-webkit-scrollbar-thumb:hover {
    background: #64748b;
}


/* ── Shop sidebar / filter components ── */
html.dark .pi-filter-option:hover { background: rgba(255,255,255,.05); }
html.dark .pi-filter-count { background: var(--pi-surface); color: var(--pi-muted); }
html.dark .pi-filter-option[aria-checked="true"] .pi-filter-check {
    background: #226696; border-color: #226696;
}

/* ── Product card content area dark ── */
html.dark .pi-product-card-content,
html.dark .pi-card-body {
    color: var(--pi-text);
}

/* ── Stock badge dark ── */
html.dark .pi-stock-card {
    background: var(--pi-surface);
    border-color: var(--pi-border);
}

/* ── Pill tabs dark ── */
html.dark .pi-tab-panel {
    background: var(--pi-card-bg);
    border-color: var(--pi-card-border);
}

/* ── Product attributes table dark ── */
html.dark .pi-attr-row:nth-child(odd) {
    background: rgba(255,255,255,.02);
}
html.dark .pi-attr-row:nth-child(even) {
    background: transparent;
}

/* ── Trust badges dark ── */
html.dark .pi-trust-badge {
    background: var(--pi-surface);
    border-color: var(--pi-border);
}

/* ── CTA card dark ── */
html.dark .pi-cta-card {
    background: var(--pi-card-bg);
    border-color: var(--pi-card-border);
}

/* ── Help section / light bg sections in dark ── */
html.dark .pi-help-section {
    background: var(--pi-surface);
}

/* ── Category page subcategory cards dark ── */
html.dark .pi-subcat-card {
    background: var(--pi-card-bg);
    border-color: var(--pi-card-border);
}

/* ── Search dropdown dark (non-hero) ── */
html.dark [data-smart-search-dropdown] {
    background: var(--pi-card-bg);
    border-color: var(--pi-card-border);
}

/* ── Search dropdown: dark mode styling ── */
html.dark #pi-smart-search-dropdown,
html.dark [data-smart-search-dropdown] {
    background: #0f2438;
    border-color: #1a4f73;
    border-radius: 12px;
}
html.dark #pi-smart-search-dropdown .pi-ss-item,
html.dark [data-smart-search-dropdown] .pi-ss-item {
    border-radius: 0 !important;
    margin: 0 !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(26,79,115,.25) !important;
}
html.dark #pi-smart-search-dropdown .pi-ss-item:last-child,
html.dark [data-smart-search-dropdown] .pi-ss-item:last-child {
    border-bottom: none !important;
}
html.dark #pi-smart-search-dropdown .pi-ss-item:hover,
html.dark [data-smart-search-dropdown] .pi-ss-item:hover {
    background: rgba(34,102,150,.12) !important;
}
/* Text colors in dark dropdown */
html.dark #pi-smart-search-dropdown .pi-ss-item span,
html.dark [data-smart-search-dropdown] .pi-ss-item span {
    color: rgba(255,255,255,.75) !important;
}
html.dark #pi-smart-search-dropdown .pi-ss-item:hover span,
html.dark [data-smart-search-dropdown] .pi-ss-item:hover span {
    color: #fff !important;
}

/* ── Smart search: light mode dropdown styling ── */
html:not(.dark) #pi-smart-search-dropdown,
html:not(.dark) [data-smart-search-dropdown] {
    background: #eef5fa !important;
    border-color: #226696 !important;
    border-radius: 12px !important;
    box-shadow: 0 20px 60px rgba(34,102,150,.15) !important;
}
html:not(.dark) #pi-smart-search-dropdown .pi-ss-item,
html:not(.dark) [data-smart-search-dropdown] .pi-ss-item {
    border-radius: 0 !important;
    margin: 0 !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(34,102,150,.1) !important;
}
html:not(.dark) #pi-smart-search-dropdown .pi-ss-item:last-child,
html:not(.dark) [data-smart-search-dropdown] .pi-ss-item:last-child {
    border-bottom: none !important;
}
html:not(.dark) #pi-smart-search-dropdown .pi-ss-item:hover,
html:not(.dark) [data-smart-search-dropdown] .pi-ss-item:hover {
    background: rgba(34,102,150,.08) !important;
}

/* ── Smart search: light mode text colors ── */
/* Product titles */
html:not(.dark) #pi-smart-search-dropdown .pi-ss-item .text-white,
html:not(.dark) [data-smart-search-dropdown] .pi-ss-item .text-white {
    color: #1e293b !important;
}
/* Manufacturer / brand labels -- primary blue */
html:not(.dark) #pi-smart-search-dropdown .pi-ss-item [class*="text-[#5bc0ff]"],
html:not(.dark) [data-smart-search-dropdown] .pi-ss-item [class*="text-[#5bc0ff]"],
html:not(.dark) #pi-smart-search-dropdown .pi-ss-item [class*="text-[#219eba]"],
html:not(.dark) [data-smart-search-dropdown] .pi-ss-item [class*="text-[#219eba]"] {
    color: #226696 !important;
}
/* SKU text */
html:not(.dark) #pi-smart-search-dropdown .pi-ss-item .font-mono,
html:not(.dark) [data-smart-search-dropdown] .pi-ss-item .font-mono {
    color: #64748b !important;
}
/* Separator pipes */
html:not(.dark) #pi-smart-search-dropdown .pi-ss-item [class*="text-white/10"],
html:not(.dark) [data-smart-search-dropdown] .pi-ss-item [class*="text-white/10"] {
    color: #d1d3d4 !important;
}
/* Image containers */
html:not(.dark) #pi-smart-search-dropdown .pi-ss-item [class*="bg-white/[0.06]"],
html:not(.dark) [data-smart-search-dropdown] .pi-ss-item [class*="bg-white/[0.06]"] {
    background: #fff !important;
    border: 1px solid #d1d3d4 !important;
}
/* Price text */
html:not(.dark) #pi-smart-search-dropdown .pi-ss-item [class*="text-emerald"],
html:not(.dark) [data-smart-search-dropdown] .pi-ss-item [class*="text-emerald"] {
    color: #059669 !important;
}
/* Icons in light */
html:not(.dark) #pi-smart-search-dropdown svg[class*="text-white"],
html:not(.dark) [data-smart-search-dropdown] svg[class*="text-white"] {
    color: #94a3b8 !important;
}

/* Footer links: "View all", "Request a Quote", "Contact Us", "Can't find" */
html:not(.dark) #pi-smart-search-dropdown [class*="text-[#5bc0ff]"],
html:not(.dark) [data-smart-search-dropdown] [class*="text-[#5bc0ff]"] {
    color: #226696 !important;
}
html:not(.dark) #pi-smart-search-dropdown [class*="hover:text-[#8dd4ff]"]:hover,
html:not(.dark) [data-smart-search-dropdown] [class*="hover:text-[#8dd4ff]"]:hover {
    color: #1a4f73 !important;
}
html:not(.dark) #pi-smart-search-dropdown [class*="text-white/40"],
html:not(.dark) [data-smart-search-dropdown] [class*="text-white/40"] {
    color: #226696 !important;
}
html:not(.dark) #pi-smart-search-dropdown [class*="hover:text-white/60"]:hover,
html:not(.dark) [data-smart-search-dropdown] [class*="hover:text-white/60"]:hover {
    color: #1a4f73 !important;
}
html:not(.dark) #pi-smart-search-dropdown [class*="hover:bg-white/[0.04]"]:hover,
html:not(.dark) [data-smart-search-dropdown] [class*="hover:bg-white/[0.04]"]:hover {
    background: rgba(34,102,150,.06) !important;
}

/* ── Smart search: light mode general overrides ── */
/* The JS renders with text-white/* classes. Override for light mode hero search. */
.pi-front:not(.dark) #pi-smart-search-dropdown [class*="text-white/"],
html:not(.dark) .pi-front #pi-smart-search-dropdown [class*="text-white/"] {
    color: #64748b !important;
}
html:not(.dark) .pi-front #pi-smart-search-dropdown [class*="text-white/3"],
html:not(.dark) .pi-front #pi-smart-search-dropdown [class*="text-white/2"] {
    color: #94a3b8 !important;
}
html:not(.dark) .pi-front #pi-smart-search-dropdown [class*="text-white/5"],
html:not(.dark) .pi-front #pi-smart-search-dropdown [class*="text-white/6"],
html:not(.dark) .pi-front #pi-smart-search-dropdown [class*="text-white/7"] {
    color: #475569 !important;
}
html:not(.dark) .pi-front #pi-smart-search-dropdown [class*="text-white/8"],
html:not(.dark) .pi-front #pi-smart-search-dropdown [class*="text-white/9"],
html:not(.dark) .pi-front #pi-smart-search-dropdown .text-white {
    color: #1e293b !important;
}
html:not(.dark) .pi-front #pi-smart-search-dropdown [class*="border-white/"] {
    border-color: #e2e8f0 !important;
}
html:not(.dark) .pi-front #pi-smart-search-dropdown a:hover {
    background: #f1f5f9 !important;
}

/* ── Also fix header search dropdown in light mode (non-homepage) ── */
html:not(.dark) [data-smart-search-dropdown] {
    background: #fff !important;
    border-color: #e2e8f0 !important;
    box-shadow: 0 20px 60px rgba(0,20,60,0.12) !important;
}
html:not(.dark) [data-smart-search-dropdown] [class*="text-white/"] {
    color: #64748b !important;
}
html:not(.dark) [data-smart-search-dropdown] [class*="text-white/5"],
html:not(.dark) [data-smart-search-dropdown] [class*="text-white/6"],
html:not(.dark) [data-smart-search-dropdown] [class*="text-white/7"] {
    color: #475569 !important;
}
html:not(.dark) [data-smart-search-dropdown] [class*="text-white/8"],
html:not(.dark) [data-smart-search-dropdown] [class*="text-white/9"],
html:not(.dark) [data-smart-search-dropdown] .text-white {
    color: #1e293b !important;
}
html:not(.dark) [data-smart-search-dropdown] [class*="border-white/"] {
    border-color: #e2e8f0 !important;
}
html:not(.dark) [data-smart-search-dropdown] a:hover {
    background: #f1f5f9 !important;
}

html[dir="rtl"] [data-smart-search-dropdown].pi-ss-dropdown-rtl {
    direction: rtl;
    text-align: right;
}

html[dir="rtl"] [data-smart-search-dropdown].pi-ss-dropdown-rtl .pi-ss-item,
html[dir="rtl"] [data-smart-search-dropdown].pi-ss-dropdown-rtl .pi-ss-dropdown-rtl-block {
    text-align: right;
}

html[dir="rtl"] [data-smart-search-dropdown].pi-ss-dropdown-rtl .pi-ss-chevron {
    transform: rotate(180deg);
}

html[dir="rtl"] [data-smart-search-dropdown].pi-ss-dropdown-rtl .pi-ss-arrow-inline {
    transform: rotate(180deg);
}

html[dir="rtl"] [data-smart-search-dropdown].pi-ss-dropdown-rtl .pi-ss-side-meta {
    text-align: left;
}

#pi-smart-search-dropdown .pi-ss-product-item,
[data-smart-search-dropdown] .pi-ss-product-item {
    gap: 0.625rem;
}

#pi-smart-search-dropdown .pi-ss-thumb,
[data-smart-search-dropdown] .pi-ss-thumb {
    width: 2.5rem;
    height: 2.5rem;
    min-width: 2.5rem;
    min-height: 2.5rem;
    align-self: flex-start;
}

#pi-smart-search-dropdown .pi-ss-thumb__img,
[data-smart-search-dropdown] .pi-ss-thumb__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (min-width: 768px) {
    #pi-smart-search-dropdown .pi-ss-thumb,
    [data-smart-search-dropdown] .pi-ss-thumb {
        width: 2.75rem;
        height: 2.75rem;
        min-width: 2.75rem;
        min-height: 2.75rem;
    }
}

@media (max-width: 767px) {
    #pi-smart-search-dropdown .pi-ss-product-item,
    [data-smart-search-dropdown] .pi-ss-product-item {
        align-items: flex-start;
    }

    #pi-smart-search-dropdown .pi-ss-side-meta,
    [data-smart-search-dropdown] .pi-ss-side-meta {
        min-width: 3.4rem !important;
        max-width: 3.9rem !important;
        align-self: flex-start !important;
    }
}


/* ============================================================
   26. LANDSCAPE MOBILE
   ============================================================ */
@media (orientation: landscape) and (max-height: 500px) {
    .pi-hero-section {
        padding-top: 5rem !important;
        padding-bottom: 2rem !important;
    }
}

/* ============================================================
   27. MICRO-INTERACTIONS & POLISH
   ============================================================ */

/* Active press feedback on CTA buttons */
.single_add_to_cart_button:active,
.pi-quote-btn:active,
a[class*="bg-[#ff6e38]"]:active,
a[class*="bg-pi-primary"]:active,
button[class*="bg-[#226696]"]:active {
	transform: scale(0.97);
}

@media (max-width: 767px) {
	#page {
		padding-bottom: calc(4.95rem + env(safe-area-inset-bottom));
	}

	#pi-clear-all-filters-floating {
		max-width: calc(100vw - 1.4rem);
		min-width: 0;
		bottom: calc(env(safe-area-inset-bottom) + 5.85rem);
		left: 0.7rem;
		padding: 0.7rem 0.9rem;
		border-radius: 0.85rem;
		font-size: 0.75rem;
		line-height: 1;
		box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
	}

	#pi-mobile-app-bar a:active,
	#pi-mobile-app-bar button:active {
		transform: scale(0.97);
	}

	#pi-mobile-lists-sheet,
	#pi-mobile-theme-sheet {
		background: #ffffff;
		border-color: #cbd5e1;
		color: #0f172a;
	}

	#pi-mobile-lists-sheet .pi-mobile-sheet-close,
	#pi-mobile-theme-sheet .pi-mobile-sheet-close {
		background: #f1f5f9;
		color: #334155;
	}

	#pi-mobile-lists-sheet [data-mobile-sheet-link] {
		color: #0f172a;
	}

	#pi-mobile-lists-sheet [data-mobile-sheet-link]:first-of-type {
		background: #f4f8fb;
		border: 1px solid #d8e1e8;
	}

	#pi-mobile-lists-sheet [data-mobile-sheet-link]:last-of-type {
		background: #fff5f1;
		border: 1px solid #f0d7cb;
	}

	#pi-mobile-theme-sheet .pi-theme-btn {
		background: #f8fafc;
		border-color: #cfd8e3;
		color: #1f2937;
	}

	html.dark #pi-mobile-lists-sheet,
	html.dark #pi-mobile-theme-sheet {
		background: #0d1c2c !important;
		border-color: rgba(255,255,255,0.08) !important;
		color: #ffffff !important;
	}

	html.dark #pi-mobile-lists-sheet .pi-mobile-sheet-close,
	html.dark #pi-mobile-theme-sheet .pi-mobile-sheet-close {
		background: rgba(255,255,255,0.08) !important;
		color: rgba(255,255,255,0.75) !important;
	}

	html.dark #pi-mobile-lists-sheet [data-mobile-sheet-link] {
		color: #ffffff !important;
	}

	html.dark #pi-mobile-lists-sheet [data-mobile-sheet-link]:first-of-type,
	html.dark #pi-mobile-lists-sheet [data-mobile-sheet-link]:last-of-type {
		background: rgba(255,255,255,0.04) !important;
		border: 1px solid rgba(255,255,255,0.05) !important;
	}

	html.dark #pi-mobile-theme-sheet .pi-theme-btn {
		background: rgba(255,255,255,0.03) !important;
		border-color: rgba(255,255,255,0.08) !important;
		color: rgba(255,255,255,0.75) !important;
	}

	html.dark #pi-mobile-theme-sheet .pi-theme-btn svg,
	html.dark #pi-mobile-theme-sheet .pi-theme-btn span,
	html.dark #pi-mobile-lists-sheet .text-slate-900,
	html.dark #pi-mobile-lists-sheet .text-slate-600,
	html.dark #pi-mobile-theme-sheet .text-slate-900,
	html.dark #pi-mobile-theme-sheet .text-slate-600 {
		color: inherit !important;
	}
}

@media (min-width: 768px) and (max-width: 1023.98px) {
	#pi-clear-all-filters-floating {
		bottom: 1.1rem;
		left: 1rem;
		max-width: calc(100vw - 2rem);
		min-width: 0;
		padding: 0.72rem 0.95rem;
		border-radius: 0.9rem;
		font-size: 0.75rem;
		line-height: 1;
	}
}

@media (min-width: 1024px) {
	#pi-clear-all-filters-floating {
		bottom: 1.5rem;
		left: 1.5rem;
		min-width: 0;
		padding: 0.68rem 0.9rem;
		border-radius: 0.9rem;
		font-size: 0.75rem;
		line-height: 1;
		box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
	}
}

@media (orientation: landscape) and (max-width: 767px) {
	#page {
		padding-bottom: 0;
	}

	#pi-mobile-app-bar,
	#pi-mobile-sheet-backdrop,
	#pi-mobile-lists-sheet,
	#pi-mobile-theme-sheet {
		display: none !important;
	}

	#site-header .pi-header-actions {
		display: flex !important;
		padding-left: 0.5rem;
		gap: 0.125rem;
	}

	#site-header .pi-header-actions > a,
	#site-header .pi-header-actions > .relative,
	#site-header .pi-header-actions #pi-theme-toggle-desktop {
		transform: scale(0.92);
		transform-origin: center;
	}

	#site-header .pi-mobile-top-toggle {
		margin-left: 0 !important;
	}

	#site-header .pi-mobile-top-toggle#mobile-search-toggle {
		display: flex !important;
	}
}

@media (max-width: 380px) {
	#site-header > div {
		gap: 0.75rem;
		padding-left: 0.875rem;
		padding-right: 0.875rem;
	}

	#mobile-search-toggle,
	#mobile-menu-toggle {
		width: 2.375rem;
		height: 2.375rem;
	}

	#mobile-search-toggle svg,
	#mobile-menu-toggle svg {
		width: 1rem;
		height: 1rem;
	}

	#mobile-search-toggle {
		margin-left: auto;
	}
}

@media print {
	#site-header,
	footer,
	#pi-mobile-app-bar,
	#pi-mobile-sheet-backdrop,
	#pi-mobile-lists-sheet,
	#pi-mobile-theme-sheet,
	#pi-fab-stack,
	#pi-clear-all-filters-floating,
	#tawkchat-container,
	.tawk-min-container,
	[id^="tawk-"],
	.pi-whatsapp,
	canvas {
		display: none !important;
	}

	body {
		background: #fff !important;
		color: #111 !important;
	}

	#page {
		background: #fff !important;
		padding: 0 !important;
	}

	main,
	.site-main {
		padding: 0 !important;
		margin: 0 !important;
	}
}
