/* JacSpas Landing Page — Premium warm/gold design system */

/* ── Fonts ──────────────────────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;600;700&display=swap');

:root {
    --bg: #f5f1eb;
    --surface: #ffffff;
    --surface-2: #f7f2ec;
    --text: #171717;
    --muted: #726b65;
    --line: rgba(23,23,23,.08);
    --gold: #d7b377;
    --gold-dark: #b59155;
    --dark: #0f0f10;
    --container: 1280px;
    --shadow: 0 18px 40px rgba(0,0,0,.07);
    --radius: 26px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    font-family: 'Inter', sans-serif;
    color: var(--text);
    background: var(--bg);
    margin: 0;
    line-height: 1.45;
    overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.container {
    width: min(calc(100% - 40px), var(--container));
    margin: 0 auto;
}

/* ── Mini Header ─────────────────────────────────────────────── */
.mini-header {
    background: #fff;
    border-bottom: 1px solid var(--line);
    font-size: 14px;
}

.mini-header .row {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.mini-left,
.mini-right {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
}

.mini-left a,
.mini-right a,
.mini-right span {
    color: #3e3935;
    font-size: 13px;
    transition: color .15s;
}

.mini-left a:hover,
.mini-right a:hover { color: var(--gold-dark); }

/* ── Navbar ──────────────────────────────────────────────────── */
.navbar {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(245,241,235,.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--line);
}

.navbar-inner {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 20px;
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.navbar-logo {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
    flex-shrink: 0;
}

.navbar-logo img {
    height: 48px;
    width: auto;
    border-radius: 4px;
    object-fit: contain;
}

.navbar-logo span {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: .18em;
    color: var(--text);
}

.navbar-logo span em {
    color: var(--gold-dark);
    font-style: normal;
}

.navbar-nav {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar-nav a {
    color: var(--text);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.45rem 0.9rem;
    border-radius: 0.375rem;
    transition: background .2s;
}

.navbar-nav a:hover,
.navbar-nav a.active {
    background: rgba(23,23,23,.06);
    color: var(--text);
}

.navbar-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: #fff;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    transition: transform .2s, color .2s;
    text-decoration: none;
    color: var(--text);
    cursor: pointer;
    white-space: nowrap;
}

.btn:hover { transform: translateY(-1px); color: var(--text); text-decoration: none; }

.btn.gold,
.btn-quote {
    background: linear-gradient(135deg, var(--gold), #efd6a6) !important;
    border-color: transparent !important;
    color: var(--dark) !important;
    font-weight: 600 !important;
    padding: 11px 18px !important;
    border-radius: 999px !important;
    font-size: 0.875rem !important;
    display: inline-flex !important;
    align-items: center !important;
    text-decoration: none !important;
    transition: opacity .2s, transform .2s !important;
    white-space: nowrap !important;
}

.btn.gold:hover,
.btn-quote:hover { opacity: .88; transform: translateY(-1px); }

.navbar-hamburger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    color: var(--text);
}

/* ── Hero ────────────────────────────────────────────────────── */
.hero {
    padding: 0;
}

.hero-fullbg {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    min-height: 92vh;
    box-shadow: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-start;
    background-color: #2a2018;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,.48), rgba(0,0,0,.08));
    z-index: 1;
}

.hero-grid {
    position: relative;
    z-index: 2;
    width: 100%;
}

.hero-copy {
    padding: 120px 64px 80px;
    max-width: 680px;
    color: #fff;
}

.overline {
    font-size: 13px;
    letter-spacing: .16em;
    text-transform: uppercase;
    margin-bottom: 14px;
    color: rgba(255,255,255,.82);
}

.hero-title {
    margin: 0;
    font-size: clamp(44px, 7vw, 88px);
    line-height: .96;
    letter-spacing: -.04em;
    font-weight: 700;
    font-family: 'Instrument Sans', 'Inter', sans-serif;
    color: #fff;
}

.hero-sub {
    margin: 16px 0 0;
    font-size: clamp(16px, 2vw, 20px);
    color: rgba(255,255,255,.75);
    font-weight: 400;
    line-height: 1.55;
    max-width: 520px;
}

.hero-contact-row {
    margin-top: 28px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-contact-label {
    font-size: 13px;
    color: rgba(255,255,255,.6);
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hero-contact-num {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--gold);
    text-decoration: none;
    transition: color .2s;
}

.hero-contact-num:hover { color: #efd6a6; }

.hero-actions {
    margin-top: 28px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--gold), #efd6a6);
    border: none;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    color: var(--dark);
    text-decoration: none;
    transition: transform .2s, box-shadow .2s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.btn-primary::after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--gold-dark);
    border-radius: inherit;
    clip-path: circle(0% at 50% 50%);
    transition: clip-path .55s cubic-bezier(0,.96,.58,1.1);
    z-index: -1;
}

.btn-primary:hover { transform: translateY(-1px); color: var(--dark); text-decoration: none; box-shadow: 0 6px 20px rgba(181,145,85,.35); }
.btn-primary:hover::after { clip-path: circle(120% at 50% 50%); }

.btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 22px;
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    color: #fff;
    border: 1px solid rgba(255,255,255,.25);
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    text-decoration: none;
    transition: background .2s;
}

.btn-outline:hover { background: rgba(255,255,255,.22); color: #fff; text-decoration: none; }

/* ── Ticker ──────────────────────────────────────────────────── */
.ticker-wrap { width: 100%; overflow: hidden; }

.ticker {
    background: var(--dark);
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 0;
    box-shadow: none;
}

.ticker-track {
    display: inline-block;
    padding: 14px 0;
    font-size: 14px;
    letter-spacing: .08em;
    text-transform: uppercase;
    animation: ticker 32s linear infinite;
}

@keyframes ticker {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* ── Section Commons ─────────────────────────────────────────── */
section, .section { padding: 34px 0; }

.section-head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-end;
    margin-bottom: 22px;
}

.section-head h2 {
    margin: 0;
    font-size: clamp(28px, 4vw, 54px);
    line-height: .98;
    letter-spacing: -.04em;
    font-weight: 800;
}

.section-head p {
    margin: 0;
    max-width: 560px;
    color: var(--muted);
    font-size: 0.95rem;
}

/* ── Promo Grid ──────────────────────────────────────────────── */
.promo-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 16px;
}

.promo {
    position: relative;
    min-height: 260px;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: var(--shadow);
    background-size: cover;
    background-position: center;
    background-color: #2a2018;
    display: flex;
    align-items: flex-end;
    text-decoration: none;
    transition: transform .2s;
}

.promo:hover { transform: translateY(-3px); }

.promo::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.52));
}

.promo span {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.03em;
    padding: 24px;
    line-height: 1.2;
}

/* ── Product Grid ────────────────────────────────────────────── */
.product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 18px;
}

.product-card {
    background: var(--surface);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    border: 1px solid rgba(0,0,0,.05);
    overflow: hidden;
    text-decoration: none;
    color: var(--text);
    display: flex;
    flex-direction: column;
    transition: transform .22s, box-shadow .22s;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 60px rgba(0,0,0,.12);
    text-decoration: none;
    color: var(--text);
}

.product-card-image {
    position: relative;
    aspect-ratio: 1.08;
    overflow: hidden;
    background: #ebe3d8;
    flex-shrink: 0;
}

.product-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s;
}

.product-card:hover .product-card-image img { transform: scale(1.06); transition: transform .55s ease; }

.product-card-badge {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    background: var(--gold);
    color: var(--dark);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
}

.product-card-featured {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    background: var(--dark);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
}

.product-card-body {
    padding: 18px 18px 0;
    flex: 1;
}

.specs {
    color: #544e48;
    font-size: 13px;
    margin-bottom: 10px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.specs strong {
    background: #f2eee7;
    padding: 5px 10px;
    border-radius: 999px;
    font-weight: 600;
}

.product-card-category {
    font-size: 0.72rem;
    color: var(--muted);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0.35rem;
}

.product-card-name {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.025em;
    margin: 0 0 8px;
    color: var(--text);
}

.product-card-desc {
    font-size: 0.875rem;
    color: var(--muted);
    line-height: 1.55;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 44px;
}

.product-card-cta {
    padding: 14px 18px 18px;
}

.card-separator {
    height: 1px;
    background: var(--line);
    margin-bottom: 14px;
}

.btn-cta-full {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--gold), #efd6a6);
    color: var(--dark);
    text-align: center;
    padding: 0.85rem 1rem;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    transition: opacity .2s;
}

.product-card:hover .btn-cta-full { opacity: .88; }

.no-image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ebe3d8;
    color: var(--muted);
    font-size: 3rem;
}

/* ── Category Tiles ──────────────────────────────────────────── */
.categories {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 16px;
}

.category-tile {
    background: var(--surface);
    border-radius: 24px;
    border: 1px solid rgba(0,0,0,.05);
    padding: 24px;
    box-shadow: var(--shadow);
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    color: var(--text);
    transition: transform .2s, box-shadow .2s;
    letter-spacing: -.01em;
    display: block;
}

.category-tile:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 50px rgba(0,0,0,.11);
    color: var(--text);
    text-decoration: none;
}

/* ── Relax / Comfort ─────────────────────────────────────────── */
.relax {
    background: linear-gradient(135deg, rgba(215,179,119,.12), rgba(255,255,255,.5));
    border-radius: 34px;
    padding: 40px;
    box-shadow: var(--shadow);
    border: 1px solid rgba(0,0,0,.04);
}

.relax p {
    max-width: 920px;
    color: #4f4944;
    font-size: 18px;
    margin: 0 0 12px;
    line-height: 1.65;
}

/* ── Video / Inspiration Grid ────────────────────────────────── */
.video-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0,1fr));
    gap: 14px;
}

.video {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: var(--shadow);
    min-height: 180px;
    background-size: cover;
    background-position: center;
    background-color: #ebe3d8;
    display: block;
    text-decoration: none;
    transition: transform .2s;
}

.video:hover { transform: translateY(-2px); }

.video::before {
    content: '▶';
    position: absolute;
    inset: auto auto 16px 16px;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255,255,255,.9);
    color: #111;
    font-size: 16px;
    font-weight: 700;
    z-index: 1;
}

/* ── References ──────────────────────────────────────────────── */
.references {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 18px;
}

.reference-card {
    background: #fff;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    border: 1px solid rgba(0,0,0,.05);
    text-decoration: none;
    color: var(--text);
    display: block;
    transition: transform .2s;
}

.reference-card:hover { transform: translateY(-3px); }

.reference-card img {
    width: 100%;
    aspect-ratio: 1.15;
    object-fit: cover;
    display: block;
}

.reference-card .copy { padding: 18px; }

.reference-card h3 {
    margin: 0;
    font-size: 20px;
    letter-spacing: -.02em;
    font-weight: 700;
}

/* ── Dealer CTA ──────────────────────────────────────────────── */
.dealer {
    border-radius: 34px;
    overflow: hidden;
    box-shadow: var(--shadow);
    background:
        linear-gradient(90deg, rgba(0,0,0,.6), rgba(0,0,0,.18)),
        url('https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=1800&q=80') center/cover;
    min-height: 360px;
    display: flex;
    align-items: center;
}

.dealer-copy {
    color: #fff;
    padding: 48px;
    max-width: 560px;
}

.dealer-copy h2 {
    margin: 0 0 14px;
    font-size: clamp(28px, 4vw, 44px);
    letter-spacing: -.04em;
    font-weight: 800;
}

.dealer-copy p {
    margin: 0 0 20px;
    color: rgba(255,255,255,.84);
    font-size: 1.05rem;
}

/* ── Footer ──────────────────────────────────────────────────── */
footer,
.footer {
    margin-top: 30px;
    background: #111;
    color: #fff;
    border-top-left-radius: 34px;
    border-top-right-radius: 34px;
    padding: 42px 0 30px;
}

.footer-top {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
    gap: 24px;
}

.footer-brand,
.footer-logo {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: .18em;
    margin-bottom: 10px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    display: block;
}

.footer-brand em,
.footer-logo span { color: var(--gold); font-style: normal; }

.footer-tagline {
    font-size: 0.88rem;
    line-height: 1.65;
    color: rgba(255,255,255,.68);
    margin: 0;
}

.footer-text {
    display: block;
    color: rgba(255,255,255,.68);
    margin-bottom: 8px;
    font-size: 0.88rem;
    line-height: 1.6;
}

.footer-col h4,
.footer-heading {
    margin: 0 0 12px;
    color: rgba(255,255,255,.5);
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
}

.footer-col a,
.footer-links a {
    display: block;
    color: rgba(255,255,255,.78);
    margin-bottom: 10px;
    font-size: 0.875rem;
    text-decoration: none;
    transition: color .2s;
}

.footer-col a:hover,
.footer-links a:hover { color: var(--gold); }

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li { margin-bottom: 0; }

.footnote,
.footer-bottom {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,.09);
    color: rgba(255,255,255,.48);
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}

.footer-inner {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 20px;
}

/* ── Page Header (catalog/product pages) ─────────────────────── */
.page-header {
    background: linear-gradient(135deg, var(--dark) 0%, #2c2c2c 100%);
    padding: 3.5rem 1.5rem;
}

.page-header-inner { max-width: var(--container); margin: 0 auto; }

.page-header h1 {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 800;
    color: #fff;
    margin: 0 0 0.5rem;
    letter-spacing: -.04em;
}

.page-header p { color: rgba(255,255,255,.7); font-size: 1.05rem; margin: 0; }

.breadcrumb { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1rem; font-size: 0.85rem; }
.breadcrumb a { color: rgba(255,255,255,.65); text-decoration: none; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb span { color: rgba(255,255,255,.35); }
.breadcrumb .current { color: var(--gold); }

/* ── Catalog Layout ──────────────────────────────────────────── */
.catalog-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 2.5rem;
    align-items: start;
}

.filter-sidebar {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 1.5rem;
    position: sticky;
    top: 92px;
}

.filter-sidebar-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text);
    margin: 0 0 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--line);
}

.filter-group { margin-bottom: 1.75rem; }

.filter-group-title {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 0.75rem;
}

.filter-option { display: flex; align-items: center; gap: 0.6rem; padding: 0.35rem 0; cursor: pointer; }

.filter-option input[type="checkbox"],
.filter-option input[type="radio"] {
    width: 16px;
    height: 16px;
    accent-color: var(--gold-dark);
    cursor: pointer;
}

.filter-option label { font-size: 0.9rem; color: var(--text); cursor: pointer; }

.filter-apply-btn {
    width: 100%;
    background: var(--dark);
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.75rem;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: background .2s;
    margin-top: 0.5rem;
    font-family: 'Inter', sans-serif;
}

.filter-apply-btn:hover { background: #333; }

.filter-reset-btn {
    width: 100%;
    background: transparent;
    color: var(--muted);
    font-size: 0.85rem;
    padding: 0.5rem;
    border: 1px solid var(--line);
    border-radius: 0.5rem;
    cursor: pointer;
    transition: color .2s;
    margin-top: 0.5rem;
    text-align: center;
    text-decoration: none;
    display: block;
}

.filter-reset-btn:hover { color: var(--text); }

.filter-toggle-btn {
    display: none;
    align-items: center;
    gap: 0.5rem;
    background: var(--dark);
    color: #fff;
    border: none;
    padding: 0.6rem 1.1rem;
    border-radius: 0.5rem;
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 1rem;
    font-family: 'Inter', sans-serif;
}

.catalog-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.5rem; }
.catalog-count { font-size: 0.9rem; color: var(--muted); }
.catalog-search { display: flex; align-items: center; gap: 0.5rem; }

.catalog-search input {
    border: 1px solid var(--line);
    border-radius: 0.5rem;
    padding: 0.55rem 1rem;
    font-size: 0.9rem;
    outline: none;
    transition: border-color .2s;
    width: 220px;
    font-family: 'Inter', sans-serif;
    background: var(--surface);
    color: var(--text);
}

.catalog-search input:focus { border-color: var(--gold-dark); }

/* ── Pagination ──────────────────────────────────────────────── */
.pagination { display: flex; align-items: center; justify-content: center; gap: 0.5rem; margin-top: 3rem; }

.pagination a,
.pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 0.5rem;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: background .2s, color .2s;
    border: 1px solid var(--line);
    color: var(--text);
}

.pagination a:hover { background: var(--dark); color: #fff; border-color: var(--dark); }
.pagination .active { background: var(--dark); color: #fff; border-color: var(--dark); }
.pagination .disabled { opacity: 0.4; pointer-events: none; }

/* ── Product Detail ──────────────────────────────────────────── */
.detail-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: start; }

.gallery-main {
    aspect-ratio: 4/3;
    border-radius: var(--radius);
    overflow: hidden;
    background: #ebe3d8;
    border: 1px solid var(--line);
    margin-bottom: 0.75rem;
}

.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumbs { display: flex; gap: 0.5rem; flex-wrap: wrap; }

.gallery-thumb {
    width: 72px;
    height: 72px;
    border-radius: 0.5rem;
    overflow: hidden;
    border: 2px solid transparent;
    cursor: pointer;
    transition: border-color .2s;
    background: #ebe3d8;
}

.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumb.active, .gallery-thumb:hover { border-color: var(--gold-dark); }

.detail-meta { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.75rem; }
.detail-category { color: var(--gold-dark); font-size: 0.85rem; font-weight: 600; text-decoration: none; }
.detail-category:hover { color: var(--text); }
.detail-separator { color: var(--line); }

.detail-type-badge {
    background: #f2eee7;
    color: #544e48;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
}

.detail-title {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 800;
    color: var(--text);
    line-height: 1.1;
    margin: 0 0 0.75rem;
    letter-spacing: -.04em;
}

.detail-brand { font-size: 0.9rem; color: var(--muted); margin-bottom: 0.5rem; }
.detail-brand strong { color: var(--text); }
.detail-sku { font-size: 0.82rem; color: var(--muted); margin-bottom: 1.5rem; }

.detail-price-note {
    background: var(--surface-2);
    border: 1px solid var(--line);
    border-radius: 0.5rem;
    padding: 1rem 1.25rem;
    margin-bottom: 1.75rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.detail-price-note-icon { font-size: 1.4rem; }
.detail-price-note-text { font-size: 0.9rem; color: #544e48; font-weight: 500; }
.detail-short-desc { font-size: 1rem; line-height: 1.7; color: var(--text); margin-bottom: 2rem; }
.detail-description { font-size: 0.95rem; line-height: 1.75; color: var(--text); }
.detail-description h4 { font-size: 1.1rem; font-weight: 700; color: var(--text); margin: 1.5rem 0 0.5rem; }

/* ── Inquiry / Forms ─────────────────────────────────────────── */
.inquiry-panel {
    background: var(--surface-2);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 2rem;
    margin-top: 2rem;
}

.inquiry-panel-title { font-size: 1.3rem; font-weight: 800; color: var(--text); margin: 0 0 0.5rem; letter-spacing: -.025em; }
.inquiry-panel-subtitle { font-size: 0.9rem; color: var(--muted); margin: 0 0 1.5rem; }
.form-group { margin-bottom: 1.1rem; }
.form-label { display: block; font-size: 0.85rem; font-weight: 600; color: var(--text); margin-bottom: 0.4rem; }
.form-label .required { color: #ef4444; margin-left: 2px; }

.form-control {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 0.5rem;
    padding: 0.65rem 0.9rem;
    font-size: 0.9rem;
    font-family: 'Inter', sans-serif;
    outline: none;
    transition: border-color .2s, box-shadow .2s;
    background: #fff;
    color: var(--text);
}

.form-control:focus {
    border-color: var(--gold-dark);
    box-shadow: 0 0 0 3px rgba(215,179,119,.18);
}

.form-control.invalid { border-color: #ef4444; }
textarea.form-control { resize: vertical; min-height: 110px; }
.form-error { font-size: 0.8rem; color: #ef4444; margin-top: 0.3rem; }

.btn-submit {
    width: 100%;
    background: var(--dark);
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.85rem;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: background .2s;
    margin-top: 0.5rem;
    font-family: 'Inter', sans-serif;
}

.btn-submit:hover { background: #2a2a2a; }

.alert-success {
    background: var(--surface-2);
    border: 1px solid var(--gold);
    color: #544e48;
    border-radius: 0.5rem;
    padding: 1rem 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 0.9rem;
}

.alert-error {
    background: #fee2e2;
    border: 1px solid #fca5a5;
    color: #991b1b;
    border-radius: 0.5rem;
    padding: 1rem 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 0.9rem;
}

.inquiry-page-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.inquiry-info-title { font-size: 2rem; font-weight: 800; color: var(--text); margin: 0 0 1rem; letter-spacing: -.04em; }
.inquiry-info-desc { font-size: 1rem; color: var(--muted); line-height: 1.7; margin-bottom: 2rem; }
.contact-item { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1.25rem; }

.contact-item-icon {
    width: 44px;
    height: 44px;
    background: var(--surface-2);
    border-radius: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.contact-item-label { font-size: 0.8rem; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 0.2rem; }
.contact-item-value { font-size: 0.95rem; color: var(--text); font-weight: 500; }

/* ── Language Switcher ───────────────────────────────────────── */
.lang-switcher { position: relative; list-style: none; }

.lang-switcher-btn {
    background: rgba(23,23,23,.06);
    border: 1px solid var(--line);
    color: var(--text);
    padding: 0.35rem 0.75rem;
    border-radius: 0.5rem;
    cursor: pointer;
    font-size: 0.83rem;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: background .2s;
    white-space: nowrap;
}

.lang-switcher-btn:hover { background: rgba(23,23,23,.1); }

.lang-dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 0.5rem;
    box-shadow: var(--shadow);
    min-width: 130px;
    list-style: none;
    padding: 0.35rem 0;
    margin: 0;
    z-index: 200;
}

.lang-dropdown.open { display: block; }

.lang-dropdown li a {
    display: block;
    padding: 0.55rem 1rem;
    font-size: 0.875rem;
    color: var(--text);
    text-decoration: none;
    transition: background .15s;
}

.lang-dropdown li a:hover { background: var(--bg); }

/* ── Category Tabs (legacy, kept for products page) ──────────── */
.category-tabs {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2rem;
}

.category-tab {
    background: var(--surface);
    border: 1.5px solid var(--line);
    color: var(--text);
    font-size: 0.875rem;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    padding: 0.55rem 1.4rem;
    border-radius: 999px;
    cursor: pointer;
    transition: background .18s, color .18s, border-color .18s;
}

.category-tab:hover { border-color: var(--gold-dark); }

.category-tab.active {
    background: var(--dark);
    border-color: var(--dark);
    color: #fff;
}

/* ── Section label (legacy) ──────────────────────────────────── */
.section-label {
    display: inline-block;
    color: var(--gold-dark);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
}

.section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 800;
    color: var(--text);
    line-height: 1.15;
    margin: 0 0 1rem;
    letter-spacing: -.04em;
}

.section-desc {
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.7;
    max-width: 580px;
    margin: 0 auto;
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 1150px) {
    .promo-grid,
    .product-grid,
    .categories,
    .references,
    .footer-top { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .video-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
    .catalog-layout { grid-template-columns: 1fr; }
    .filter-sidebar { position: static; display: none; }
    .filter-sidebar.open { display: block; }
    .filter-toggle-btn { display: flex; }
    .detail-layout { grid-template-columns: 1fr; }
    .inquiry-page-layout { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
    .navbar-nav { display: none; }
    .navbar-hamburger { display: flex; }
    .navbar-nav.open {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 76px;
        left: 0;
        right: 0;
        background: rgba(245,241,235,.98);
        backdrop-filter: blur(12px);
        padding: 1rem;
        border-top: 1px solid var(--line);
        border-bottom: 1px solid var(--line);
        z-index: 99;
    }
    .mini-right { display: none; }
    .promo-grid,
    .product-grid,
    .categories,
    .references,
    .footer-top,
    .video-grid { grid-template-columns: 1fr; }
    .hero-fullbg { min-height: 520px; border-radius: 22px; }
    .hero-copy { padding: 34px 24px; }
    .dealer-copy, .relax { padding: 26px; }
    .hero-title { font-size: 52px; }
    .section-head { flex-direction: column; align-items: flex-start; }
    .footer-top { grid-template-columns: 1fr 1fr; }
    .footer-bottom { flex-direction: column; gap: 0.75rem; text-align: center; }
}

@media (max-width: 480px) {
    .product-grid { grid-template-columns: 1fr; }
    section, .section { padding: 24px 0; }
    .footer-top { grid-template-columns: 1fr; gap: 2rem; }
    .hero { padding: 12px 0 0; }
}

@media (max-width: 768px) {
    .lang-switcher { margin-top: 0.5rem; }
    .lang-dropdown {
        position: static;
        box-shadow: none;
        border: 1px solid var(--line);
        background: rgba(245,241,235,.9);
    }
}

/* ── Hero Decorative Animations ──────────────────────────────── */
@keyframes heroSpin        { to { transform: rotate(360deg); } }
@keyframes heroSpinReverse { to { transform: rotate(-360deg); } }
@keyframes heroBlobMorph {
    0%,100% { border-radius: 60% 40% 55% 45% / 50% 60% 40% 50%; }
    33%      { border-radius: 45% 55% 40% 60% / 60% 40% 55% 45%; }
    66%      { border-radius: 55% 45% 60% 40% / 45% 55% 50% 55%; }
}
@keyframes heroDotBounce {
    0%,100% { transform: scale(.7); opacity: .5; }
    50%     { transform: scale(1);  opacity: 1; }
}

.hero-deco {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    border-radius: inherit;
    z-index: 1;
}

.hero-ring {
    position: absolute;
    border-style: dashed;
    border-color: rgba(215,179,119,.28);
    border-radius: 50%;
    top: 50%;
    right: -60px;
    transform-origin: center;
}

.hero-ring-outer {
    width: 420px; height: 420px;
    border-width: 1.5px;
    margin-top: -210px;
    animation: heroSpin 30s linear infinite;
}

.hero-ring-inner {
    width: 240px; height: 240px;
    border-width: 1px;
    margin-top: -120px;
    animation: heroSpinReverse 18s linear infinite;
}

.hero-blob {
    position: absolute;
    width: 300px; height: 300px;
    background: rgba(215,179,119,.07);
    border-radius: 60% 40% 55% 45% / 50% 60% 40% 50%;
    top: 50%; right: 40px;
    margin-top: -150px;
    animation: heroBlobMorph 10s ease-in-out infinite;
}

.hero-dots {
    position: absolute;
    bottom: 40px; left: 40px;
    display: grid;
    grid-template-columns: repeat(5, 8px);
    gap: 10px;
}

.hero-dots span {
    display: block;
    width: 6px; height: 6px;
    border-radius: 50%;
    background: rgba(215,179,119,.55);
    animation: heroDotBounce 1.4s ease-in-out infinite;
}

.hero-dots span:nth-child(1)  { animation-delay: 0s; }
.hero-dots span:nth-child(2)  { animation-delay: .1s; }
.hero-dots span:nth-child(3)  { animation-delay: .2s; }
.hero-dots span:nth-child(4)  { animation-delay: .3s; }
.hero-dots span:nth-child(5)  { animation-delay: .4s; }
.hero-dots span:nth-child(6)  { animation-delay: .5s; }
.hero-dots span:nth-child(7)  { animation-delay: .6s; }
.hero-dots span:nth-child(8)  { animation-delay: .7s; }
.hero-dots span:nth-child(9)  { animation-delay: .8s; }
.hero-dots span:nth-child(10) { animation-delay: .9s; }
.hero-dots span:nth-child(11) { animation-delay: 1s; }
.hero-dots span:nth-child(12) { animation-delay: 1.1s; }
.hero-dots span:nth-child(13) { animation-delay: 1.2s; }
.hero-dots span:nth-child(14) { animation-delay: 1.3s; }
.hero-dots span:nth-child(15) { animation-delay: 1.4s; }

@media (max-width: 760px) { .hero-deco { display: none; } }

/* ── Scroll Reveal ───────────────────────────────────────────── */
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .6s ease, transform .6s ease;
}
.reveal.revealed {
    opacity: 1;
    transform: none;
}

/* ── Stats Strip ─────────────────────────────────────────────── */
#stats { padding: 34px 0; }

.stats-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.stat-item {
    background: var(--surface);
    border-radius: var(--radius);
    padding: 32px 20px;
    text-align: center;
    box-shadow: var(--shadow);
    border: 1px solid var(--line);
    transition: transform .22s, box-shadow .22s;
}

.stat-item:hover { transform: translateY(-4px); box-shadow: 0 24px 48px rgba(0,0,0,.11); }

.stat-num {
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 800;
    color: var(--gold-dark);
    line-height: 1;
}

.stat-item sup {
    font-size: 1.4rem;
    color: var(--gold);
    font-weight: 700;
    vertical-align: super;
}

.stat-label {
    font-size: 0.88rem;
    color: var(--muted);
    margin-top: 8px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .08em;
}

@media (max-width: 760px) { .stats-strip { grid-template-columns: repeat(2, 1fr); } }

/* ── Section Heading Eyebrow Line (legacy) ───────────────────── */
.section-head h2::before {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold), var(--gold-dark));
    border-radius: 2px;
    margin: 0 auto 14px;
}

/* ── Heading font override ───────────────────────────────────── */
h1, h2, h3, h4 { font-family: 'Instrument Sans', 'Inter', sans-serif; }

/* ── Eyebrow Component (Tiba-style) ─────────────────────────── */
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--gold-dark);
    margin-bottom: 16px;
    font-family: 'Inter', sans-serif;
}

.eyebrow::before,
.eyebrow::after {
    content: '';
    display: block;
    width: 36px;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), var(--gold-dark));
    border-radius: 2px;
    flex-shrink: 0;
}

.eyebrow-light { color: rgba(215,179,119,.9); }
.eyebrow-light::before,
.eyebrow-light::after { background: rgba(215,179,119,.5); }

/* Center eyebrow alignment (for centered headings) */
.features-header,
.products-header,
.categories-header { text-align: center; }
.features-header .eyebrow,
.products-header .eyebrow,
.categories-header .eyebrow { justify-content: center; }

/* ── Section padding override ────────────────────────────────── */
.about-section,
.features-section,
.products-section,
.dark-stats-section,
.categories-section { padding: 80px 0; }

/* ── About Section ───────────────────────────────────────────── */
.about-section {
    position: relative;
    overflow: visible;
}

.about-deco-ring {
    position: absolute;
    width: 200px;
    height: 200px;
    border: 2px dashed rgba(215,179,119,0.22);
    border-radius: 50%;
    bottom: 8%;
    left: 1%;
    animation: aboutRingSpin 24s linear infinite;
    pointer-events: none;
}

.about-deco-blob {
    position: absolute;
    width: 220px;
    height: 220px;
    background: radial-gradient(ellipse, rgba(215,179,119,0.12) 0%, transparent 70%);
    border-radius: 40% 60% 55% 45% / 45% 55% 60% 40%;
    top: -50px;
    right: -30px;
    animation: aboutBlobMorph 14s ease-in-out infinite;
    pointer-events: none;
}

@keyframes aboutRingSpin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

@keyframes aboutBlobMorph {
    0%, 100% { border-radius: 40% 60% 55% 45% / 45% 55% 60% 40%; }
    50%       { border-radius: 60% 40% 45% 55% / 55% 45% 40% 60%; }
}

.about-wrapper {
    display: grid;
    grid-template-columns: 52% 1fr;
    gap: 80px;
    align-items: center;
}

/* Left image column */
.about-image {
    position: relative;
    padding-right: 200px;
}

.about-main-img {
    width: 100%;
    aspect-ratio: .78;
    object-fit: cover;
    border-radius: 24px;
    display: block;
}

.about-img-placeholder {
    background: #ebe3d8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5rem;
    aspect-ratio: .78;
    border-radius: 24px;
}

.about-image-item {
    display: grid;
    gap: 22px;
    position: absolute;
    right: 0;
    top: 60px;
}

.about-thumb {
    width: 220px;
}

.about-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 18px;
    border: 4px solid #fff;
    box-shadow: 0 16px 40px rgba(0,0,0,.13);
    object-fit: cover;
    aspect-ratio: 1;
}

/* Right content column */
.about-sub-title {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--gold);
    border: 1.5px solid var(--gold);
    border-radius: 999px;
    padding: 5px 16px;
    margin-bottom: 18px;
}

.about-title {
    font-size: clamp(26px, 3.5vw, 46px);
    font-weight: 700;
    line-height: 1.12;
    margin: 0 0 16px;
    letter-spacing: -.02em;
    color: var(--text);
}

.about-desc {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--muted);
    margin: 0 0 28px;
    max-width: 520px;
}

/* "What Makes Us Different" box */
.about-box-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: var(--bg);
    border-radius: 20px;
    padding: 22px 20px 22px 24px;
    margin-bottom: 28px;
    box-shadow: 0 4px 24px rgba(0,0,0,.06);
}

.about-box-left h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text);
    margin: 0 0 14px;
}

.about-box-lists {
    display: flex;
    gap: 24px;
}

.about-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.about-check-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #2f2f2f;
}

.about-check-list li::before {
    content: '';
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E");
    mask-size: cover;
    -webkit-mask-size: cover;
}

.about-box-image {
    flex-shrink: 0;
    width: 120px;
}

.about-box-image img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 14px;
}

.about-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.btn-outline-dark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 22px;
    border-radius: 999px;
    background: transparent;
    color: var(--dark);
    border: 2px solid var(--dark);
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    text-decoration: none;
    transition: background .25s, color .25s;
    cursor: pointer;
}

.btn-outline-dark:hover { background: var(--dark); color: #fff; text-decoration: none; }

@media (max-width: 900px) {
    .about-wrapper { grid-template-columns: 1fr; gap: 40px; }
    .about-image { padding-right: 0; }
    .about-image-item { position: relative; top: auto; right: auto; display: flex; flex-direction: row; gap: 12px; margin-top: 12px; }
    .about-thumb { width: 120px; }
    .about-main-img { aspect-ratio: 1.4; }
    .about-box-image { display: none; }
}

/* ── Feature Cards (Why Choose Us) ──────────────────────────── */
.features-section { background: var(--surface-2); }

.features-header { margin-bottom: 48px; }
.features-header h2 {
    font-size: clamp(26px, 3.5vw, 46px);
    font-weight: 700;
    margin: 0;
    letter-spacing: -.02em;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.feature-card {
    background: var(--surface);
    border-radius: 22px;
    padding: 40px 28px 36px;
    text-align: center;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    transition: background .35s, border-color .35s, box-shadow .35s, transform .35s;
    cursor: pointer;
}

.feature-card:hover,
.feature-card.is-active {
    background: var(--dark, #1a1512);
    border-color: transparent;
    box-shadow: 0 28px 60px rgba(0,0,0,.22);
    transform: translateY(-6px);
}

/* Circle icon container */
.feature-card-circle {
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1.5px solid rgba(181,145,85,.35);
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-dark);
    transition: background .35s, border-color .35s, color .35s;
}

.feature-card:hover .feature-card-circle,
.feature-card.is-active .feature-card-circle {
    background: #fff;
    border-color: #fff;
    color: var(--dark, #1a1512);
}

/* Number badge on circle bottom-right */
.feature-card-num {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
    color: var(--gold);
    background: var(--surface);
    border: 1px solid rgba(181,145,85,.25);
    border-radius: 99px;
    padding: 2px 8px;
    line-height: 1.5;
    transition: background .35s, color .35s, border-color .35s;
}

.feature-card:hover .feature-card-num,
.feature-card.is-active .feature-card-num {
    background: var(--dark, #1a1512);
    color: var(--gold);
    border-color: rgba(215,179,119,.3);
}

.feature-card h3 {
    font-size: 1.18rem;
    font-weight: 700;
    margin: 0 0 10px;
    color: var(--text);
    transition: color .35s;
}

.feature-card:hover h3,
.feature-card.is-active h3 {
    color: #fff;
}

.feature-card p {
    font-size: 0.9rem;
    color: var(--muted);
    margin: 0;
    line-height: 1.65;
    transition: color .35s;
}

.feature-card:hover p,
.feature-card.is-active p {
    color: rgba(255,255,255,.65);
}

@media (max-width: 900px) { .features-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .features-grid { grid-template-columns: 1fr; } }

/* ── Products Section (news-card style) ─────────────────────── */
.products-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 40px;
    flex-direction: column;
}

.products-header h2 {
    font-size: clamp(26px, 3.5vw, 46px);
    font-weight: 700;
    margin: 0;
    letter-spacing: -.02em;
}

.products-view-all {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--gold-dark);
    text-decoration: none;
    transition: color .2s;
}

.products-view-all:hover { color: var(--dark); }

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.pcard {
    background: var(--surface);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: var(--shadow);
    border: 1px solid var(--line);
    text-decoration: none;
    color: var(--text);
    display: flex;
    flex-direction: column;
    transition: transform .28s, box-shadow .28s;
}

.pcard:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 56px rgba(0,0,0,.13);
    text-decoration: none;
    color: var(--text);
}

.pcard-image {
    position: relative;
    aspect-ratio: 1.35;
    overflow: hidden;
    background: #ebe3d8;
    flex-shrink: 0;
}

.pcard-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .55s ease;
}

.pcard:hover .pcard-image img { transform: scale(1.06); }

.pcard-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
    color: var(--muted);
}

.pcard-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15,15,16,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .3s;
}

.pcard:hover .pcard-overlay { opacity: 1; }

.pcard-body {
    padding: 22px 22px 28px;
    flex: 1;
}

.pcard-cat {
    font-size: 11px;
    color: var(--gold-dark);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 8px;
    font-family: 'Inter', sans-serif;
}

.pcard-name {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 8px;
    line-height: 1.25;
    letter-spacing: -.02em;
}

.pcard-desc {
    font-size: 0.88rem;
    color: var(--muted);
    margin: 0;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 900px) { .products-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .products-grid { grid-template-columns: 1fr; } }

/* ── Dark Stats Section ──────────────────────────────────────── */
.dark-stats-section {
    background: linear-gradient(160deg, #0a0a0b 0%, #1c1a17 50%, #0a0a0b 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.dark-stats-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 50%, rgba(215,179,119,.07) 0%, transparent 55%),
        radial-gradient(circle at 85% 50%, rgba(181,145,85,.05) 0%, transparent 55%);
    pointer-events: none;
}

.dark-stats-inner {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.dark-stats-left {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.dark-stat-card {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(215,179,119,.15);
    border-radius: 20px;
    padding: 28px 18px;
    text-align: center;
    transition: background .25s, border-color .25s;
}

.dark-stat-card:hover {
    background: rgba(215,179,119,.08);
    border-color: rgba(215,179,119,.3);
}

.dark-stat-num-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    line-height: 1;
    margin-bottom: 10px;
}

.dark-stat-num-wrap .stat-num {
    font-size: clamp(36px, 4vw, 58px);
    font-weight: 800;
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    font-family: 'Instrument Sans', 'Inter', sans-serif;
}

.dark-stat-sup {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--gold);
    margin-top: 4px;
    -webkit-text-fill-color: var(--gold);
}

.dark-stat-label {
    font-size: 0.82rem;
    color: rgba(255,255,255,.55);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-family: 'Inter', sans-serif;
}

.dark-stats-heading {
    font-size: clamp(26px, 3.5vw, 46px);
    font-weight: 700;
    color: #fff;
    margin: 0 0 18px;
    letter-spacing: -.02em;
}

.dark-stats-desc {
    font-size: 1rem;
    color: rgba(255,255,255,.65);
    line-height: 1.75;
    margin: 0 0 30px;
}

@media (max-width: 900px) {
    .dark-stats-inner { grid-template-columns: 1fr; gap: 40px; }
    .dark-stats-left { grid-template-columns: repeat(2, 1fr); }
}

/* ── Categories Section ──────────────────────────────────────── */
.categories-section { background: var(--bg); }
.categories-header { margin-bottom: 32px; }
.categories-header h2 {
    font-size: clamp(26px, 3.5vw, 46px);
    font-weight: 700;
    margin: 0;
    letter-spacing: -.02em;
}

/* ── Dealer CTA eyebrow ──────────────────────────────────────── */
#dealers { padding: 80px 0; }

/* ── Responsive hero overrides ───────────────────────────────── */
@media (max-width: 760px) {
    .hero-fullbg { min-height: 85vh; }
    .hero-copy { padding: 60px 24px 48px; }
    .hero-title { font-size: 46px; }
    .hero-sub { font-size: 15px; }
}

@media (max-width: 480px) {
    .hero-fullbg { min-height: 100svh; }
    .hero-copy { padding: 48px 20px 40px; }
}

/* ═══════════════════════════════════════════════════════════════
   FAQ v2 Section (Tiba-style, gold palette)
   ═══════════════════════════════════════════════════════════════ */

/* Section wrapper */
.faq-v2 {
    background: linear-gradient(160deg, #0a0a0b 0%, #1c1a17 55%, #0a0a0b 100%);
    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding: 90px 0;
    color: #fff;
}

/* Aurora blobs */
.faq-aurora {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    filter: blur(90px);
}
.faq-aurora-1 {
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(215,179,119,.14), transparent 70%);
    top: -150px; left: -100px;
    animation: faqAurora1 18s ease-in-out infinite;
}
.faq-aurora-2 {
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(181,145,85,.10), transparent 70%);
    bottom: -100px; right: -80px;
    animation: faqAurora2 22s ease-in-out infinite 4s;
}
@keyframes faqAurora1 {
    0%,100% { transform: translate(0,0) scale(1); }
    33%      { transform: translate(80px,-60px) scale(1.15); }
    66%      { transform: translate(-40px,50px) scale(0.95); }
}
@keyframes faqAurora2 {
    0%,100% { transform: translate(0,0) scale(1); }
    40%      { transform: translate(-90px,70px) scale(1.2); }
    70%      { transform: translate(50px,-40px) scale(0.9); }
}

/* Hexagonal grid background */
.faq-hex-bg {
    position: absolute;
    inset: 0;
    width: 100%; height: 100%;
    pointer-events: none;
    z-index: 0;
    opacity: 0.4;
}

/* Glow orbs */
.faq-glow-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
    width: 260px; height: 260px;
    background: radial-gradient(circle, rgba(215,179,119,.20), transparent 70%);
    top: 10%; right: 5%;
    animation: faqOrbPulse 5s ease-in-out infinite;
}
.faq-glow-orb-2 {
    width: 180px; height: 180px;
    background: radial-gradient(circle, rgba(181,145,85,.16), transparent 70%);
    top: auto; right: auto;
    bottom: 15%; left: 8%;
    animation: faqOrbPulse 7s ease-in-out infinite 2.5s;
}
@keyframes faqOrbPulse {
    0%,100% { transform: scale(1);    opacity: .5; }
    50%      { transform: scale(1.25); opacity: .2; }
}

/* Section header */
.faq-v2-header {
    text-align: center;
    margin-bottom: 56px;
}
.faq-v2-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--gold);
}
.faq-v2-eyebrow-line {
    display: block;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), var(--gold-dark));
    border-radius: 2px;
    animation: faqEyebrowGrow 1s ease .3s forwards;
}
@keyframes faqEyebrowGrow {
    to { width: 50px; }
}
.faq-v2-heading {
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 800;
    color: #fff;
    margin: 0 0 14px;
    line-height: 1.15;
    font-family: 'Instrument Sans', 'Inter', sans-serif;
}
.faq-v2-subline {
    font-size: 1rem;
    color: rgba(255,255,255,.55);
    max-width: 540px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Two-column grid */
.faq-v2-grid {
    display: grid;
    grid-template-columns: 44% 1fr;
    gap: 56px;
    align-items: start;
    position: relative;
    z-index: 2;
}
@media (max-width: 991px) {
    .faq-v2-grid { grid-template-columns: 1fr; gap: 40px; }
}

/* Spa float icon */
.faq-spa-icon-wrap {
    display: flex;
    justify-content: center;
    margin-top: 36px;
}
.faq-spa-icon {
    filter: drop-shadow(0 0 8px rgba(215,179,119,0.5));
}

/* Rings */
.faq-v2-metrics { position: relative; }
.faq-v2-rings-row {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.faq-v2-ring {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    cursor: default;
    transition: transform .3s ease;
    opacity: 0; /* animated in by JS */
}
.faq-v2-ring:hover { transform: translateY(-6px); }
.faq-v2-ring-wrap {
    position: relative;
    width: 120px; height: 120px;
}
.faq-v2-svg {
    width: 120px; height: 120px;
    transform: rotate(-90deg);
    overflow: visible;
}
.faq-v2-track {
    fill: none;
    stroke: rgba(255,255,255,.08);
    stroke-width: 8;
}
.faq-v2-fill {
    fill: none;
    stroke-width: 8;
    stroke-linecap: round;
    stroke-dasharray: 314.16;
    stroke-dashoffset: 314.16;
    transition: filter .3s ease;
}
.faq-v2-ring:hover .faq-v2-fill {
    animation: faqRingGlow 2s ease-in-out infinite;
}
@keyframes faqRingGlow {
    0%,100% { filter: drop-shadow(0 0 6px rgba(215,179,119,.5)); }
    50%      { filter: drop-shadow(0 0 18px rgba(215,179,119,.9)); }
}
.faq-v2-ring-inner {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1px;
    pointer-events: none;
}
.faq-v2-ring-num {
    font-size: 1.8rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}
.faq-v2-ring-pct {
    font-size: .9rem;
    font-weight: 700;
    color: var(--gold);
    align-self: center;
}
.faq-v2-ring-label {
    font-size: .78rem;
    color: rgba(255,255,255,.55);
    text-align: center;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin: 0;
}

/* Accordion */
.faq-v2-accordion {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.faq-v2-item {
    border-left: 3px solid transparent;
    background: rgba(255,255,255,.03);
    border-radius: 10px;
    margin-bottom: 8px;
    overflow: hidden;
    transition: background .35s, border-color .35s, box-shadow .35s;
}
.faq-v2-item.is-open {
    border-left-color: var(--gold);
    background: rgba(215,179,119,.07);
    box-shadow: 0 4px 32px rgba(215,179,119,.10),
                inset 0 0 0 1px rgba(215,179,119,.12);
}
.faq-v2-q {
    width: 100%;
    background: none;
    border: none;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    text-align: left;
    color: #fff;
}
.faq-v2-num {
    font-size: .72rem;
    font-weight: 800;
    color: var(--gold);
    letter-spacing: .08em;
    text-transform: uppercase;
    flex-shrink: 0;
    width: 28px;
    transition: transform .3s ease;
}
.faq-v2-item.is-open .faq-v2-num { color: var(--gold); }
.faq-v2-qtext {
    flex: 1;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    color: rgba(255,255,255,.9);
}
.faq-v2-item.is-open .faq-v2-qtext { color: #fff; }
.faq-v2-icon {
    position: relative;
    flex-shrink: 0;
    width: 20px; height: 20px;
}
.faq-v2-icon-h,
.faq-v2-icon-v {
    position: absolute;
    top: 50%; left: 50%;
    background: var(--gold);
    border-radius: 2px;
    transform: translate(-50%, -50%);
    transition: transform .3s ease, opacity .3s;
}
.faq-v2-icon-h { width: 14px; height: 2px; }
.faq-v2-icon-v { width: 2px; height: 14px; }
.faq-v2-item.is-open .faq-v2-icon-v { transform: translate(-50%,-50%) rotate(90deg); opacity: 0; }
.faq-v2-body {
    height: 0;
    overflow: hidden;
    padding: 0 20px 0 64px;
}
.faq-v2-body p {
    color: rgba(255,255,255,.62);
    font-size: .9rem;
    line-height: 1.8;
    padding-bottom: 20px;
    margin: 0;
}

/* ═══════════════════════════════════════════════════════════════
   Large Marquee Section (Tiba-style)
   ═══════════════════════════════════════════════════════════════ */

.large-marquee-section {
    position: relative;
    padding: 28px 0;
    background: var(--bg);
    overflow: visible;
    cursor: none; /* use custom cursor */
}
.large-marquee {
    display: flex;
    overflow: hidden;
    user-select: none;
    --lmq-duration: 28s;
    --lmq-gap: 0px;
}
.large-marquee-group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 36px;
    min-width: 100%; /* KEY: prevents any empty gap */
    animation: lmqScroll var(--lmq-duration) linear infinite;
}
.lmq-text {
    font-size: clamp(36px, 5vw, 68px);
    font-weight: 800;
    text-transform: uppercase;
    color: rgba(181,145,85,.65);
    font-family: 'Instrument Sans', 'Inter', sans-serif;
    display: flex;
    align-items: center;
    gap: 22px;
    white-space: nowrap;
    transition: color .4s ease;
    letter-spacing: -.01em;
    line-height: 1;
}
.large-marquee-section:hover .lmq-text {
    color: var(--gold);
}
.lmq-bullet {
    font-size: .45em;
    color: var(--gold);
    opacity: .65;
    vertical-align: middle;
    flex-shrink: 0;
}
@keyframes lmqScroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(calc(-100% - var(--lmq-gap))); }
}

/* Image trail */
.large-marquee-section .image-trail-images {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 9999;
}
.large-marquee-section .image-trail-images img {
    position: absolute;
    top: 0; left: 0;
    width: 200px;
    aspect-ratio: 1.25;
    object-fit: cover;
    opacity: 0;
    border-radius: 14px;
    pointer-events: none;
    will-change: transform, opacity;
    box-shadow: 0 12px 40px rgba(0,0,0,.5);
}

@media (max-width: 768px) {
    .lmq-text { font-size: clamp(40px, 10vw, 60px); gap: 16px; }
    .large-marquee-section { padding: 20px 0; }
    .faq-v2 { padding: 64px 0; }
}

/* ── Custom Cursor ───────────────────────────────────────────── */
.cursor-outer,
.cursor-inner {
    position: fixed;
    border-radius: 50%;
    pointer-events: none;
    z-index: 99999;
    top: 0; left: 0;
    will-change: transform;
    transform: translate(-50%, -50%);
}
.cursor-outer {
    width: 38px; height: 38px;
    border: 2px solid rgba(215, 179, 119, 0.55);
    transition: border-color .3s, background .3s, width .25s, height .25s;
    background: transparent;
}
.cursor-inner {
    width: 9px; height: 9px;
    background: var(--gold);
    transition: background .2s, transform .08s ease-out;
}
body.cursor-hover .cursor-outer {
    width: 52px; height: 52px;
    border-color: var(--gold);
    background: rgba(215, 179, 119, 0.10);
}
body.cursor-hover .cursor-inner {
    transform: translate(-50%, -50%) scale(0.5);
}
body.cursor-link .cursor-outer {
    border-color: var(--gold-dark);
    background: rgba(215, 179, 119, 0.18);
}
@media (pointer: coarse) {
    .cursor-outer, .cursor-inner { display: none !important; }
}

/* ── Hero Particle Canvas ────────────────────────────────────── */
#hero-particle-canvas {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    opacity: 0.55;
}

/* ── Hero float/parallax deco extras ────────────────────────── */
@keyframes heroFloatY {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-18px); }
}
@keyframes heroFloatX {
    0%, 100% { transform: translateX(0); }
    50%       { transform: translateX(-14px); }
}
.hero-deco-triangle {
    position: absolute;
    top: 30%; right: 12%;
    width: 0; height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 24px solid rgba(215, 179, 119, 0.25);
    animation: heroFloatY 5s ease-in-out infinite;
    filter: drop-shadow(0 0 6px rgba(215,179,119,.3));
}
.hero-deco-hex {
    position: absolute;
    bottom: 22%; left: 8%;
    width: 20px; height: 20px;
    background: rgba(215, 179, 119, 0.22);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    animation: heroFloatX 6s ease-in-out 1s infinite;
}

/* ── Tilt card 3D perspective ────────────────────────────────── */
.feature-card,
.pcard,
.dark-stat-card {
    transform-style: preserve-3d;
    will-change: transform;
}

/* ── Magnetic button — smooth JS handles transform ──────────── */
.btn-primary,
.btn-outline,
.btn-outline-dark {
    will-change: transform;
}
