/* ==========================================================================
   ARPA BRAND 2026 LUXURY STREETWEAR DESIGN ENGINE (LA LUXURY DIRECTORY UI)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@700;900&family=Inter:wght@300;400;500;600;700;800;900&display=swap');

:root {
    --arpa-black: #000000;
    --arpa-obsidian: #050505;
    --arpa-card-bg: rgba(18, 18, 18, 0.7);
    --arpa-border: rgba(255, 255, 255, 0.1);
    --arpa-border-gold: rgba(212, 175, 55, 0.35);
    --arpa-white: #ffffff;
    --arpa-subtext: #a0a0a0;
    --arpa-gold: #d4af37;
    --arpa-gold-glow: rgba(212, 175, 55, 0.25);
    --arpa-crimson: #c8102e;
    --arpa-font-sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    --arpa-font-serif: 'Cinzel', serif;
}

*, *::before, *::after {
    box-sizing: border-box !important;
}

html, body,
body.arpa-theme-body,
body.arpa-clean-canvas {
    background-color: var(--arpa-black) !important;
    color: var(--arpa-white) !important;
    font-family: var(--arpa-font-sans) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
}

/* BREAKOUT CONTAINERS FOR ELEMENTOR */
.elementor-widget-shortcode,
.elementor-shortcode,
.elementor-widget-container {
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.arpa-page-wrapper {
    background-color: var(--arpa-black) !important;
    color: var(--arpa-white) !important;
    width: 100% !important;
    min-height: 100vh;
    position: relative;
}

/* TYPOGRAPHY SYSTEM */
h1, h2, h3, h4, h5, h6,
.arpa-hero-title,
.arpa-section-title,
.arpa-card-title {
    color: var(--arpa-white) !important;
    font-family: var(--arpa-font-sans) !important;
    letter-spacing: -1px;
    margin-top: 0;
    text-shadow: none !important;
}

.arpa-gothic-accent {
    font-family: var(--arpa-font-serif) !important;
    letter-spacing: 2px;
}

p, span, div, li, a {
    color: var(--arpa-subtext) !important;
    font-family: var(--arpa-font-sans) !important;
}

/* 1. HEADER & TOP ANNOUNCEMENT BAR */
.arpa-announcement-bar {
    background: linear-gradient(90deg, #0a0a0a 0%, #171717 50%, #0a0a0a 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
    padding: 8px 5%;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--arpa-gold) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.arpa-announcement-bar span {
    color: var(--arpa-gold) !important;
}

.arpa-header {
    width: 100%;
    position: absolute;
    top: 33px;
    left: 0;
    z-index: 100;
    padding: 20px 5%;
    box-sizing: border-box;
    background: linear-gradient(180deg, rgba(0,0,0,0.85) 0%, transparent 100%);
}

.arpa-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1500px;
    margin: 0 auto;
}

.arpa-logo-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none !important;
}

.arpa-logo-icon {
    width: 36px;
    height: 36px;
    fill: #ffffff !important;
    filter: drop-shadow(0 0 8px rgba(255,255,255,0.3));
}

.arpa-logo-text {
    font-size: 1.8rem;
    font-weight: 900;
    letter-spacing: 4px;
    color: #ffffff !important;
}

.arpa-header-nav {
    display: flex;
    gap: 36px;
}

.arpa-header-nav a {
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    opacity: 0.85;
}

.arpa-header-nav a:hover {
    opacity: 1;
    color: var(--arpa-gold) !important;
}

.arpa-header-actions-group {
    display: flex;
    align-items: center;
    gap: 20px;
}

.arpa-nfc-vault-trigger-btn {
    background: rgba(212, 175, 55, 0.12) !important;
    border: 1px solid var(--arpa-gold) !important;
    color: var(--arpa-gold) !important;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.arpa-nfc-vault-trigger-btn:hover {
    background: var(--arpa-gold) !important;
    color: #000000 !important;
    box-shadow: 0 0 20px var(--arpa-gold-glow);
}

.arpa-icon-btn {
    color: #ffffff !important;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.arpa-icon-btn svg {
    width: 22px;
    height: 22px;
    stroke: #ffffff;
    fill: none;
    stroke-width: 1.8;
}

/* 2. HERO SECTION - LA LUXURY STREETWEAR CONCEPT */
.arpa-hero-section {
    position: relative;
    width: 100% !important;
    min-height: 94vh;
    display: flex;
    align-items: center;
    padding: 160px 5% 90px 5%;
    background: radial-gradient(circle at 70% 30%, #1c1917 0%, #050505 70%, #000000 100%);
    overflow: hidden;
}

.arpa-hero-glow-bg {
    position: absolute;
    top: 20%;
    right: 15%;
    width: 650px;
    height: 650px;
    background: radial-gradient(circle, rgba(212,175,55,0.12) 0%, rgba(200,16,46,0.06) 50%, transparent 70%);
    pointer-events: none;
    z-index: 1;
}

.arpa-hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    max-width: 1500px;
    margin: 0 auto;
    width: 100%;
    align-items: center;
    position: relative;
    z-index: 2;
}

.arpa-hero-left {
    max-width: 720px;
}

.arpa-hero-pill-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #ffffff !important;
    margin-bottom: 25px;
}

.arpa-hero-pill-tag .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--arpa-gold);
    box-shadow: 0 0 10px var(--arpa-gold);
}

.arpa-hero-title-main {
    font-size: 5.5rem;
    font-weight: 900;
    line-height: 0.92;
    letter-spacing: -2.5px;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #ffffff !important;
}

.arpa-hero-title-main span.gold {
    color: var(--arpa-gold) !important;
    background: linear-gradient(135deg, #ffffff 0%, #d4af37 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.arpa-hero-subtitle-text {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #b0b0b0 !important;
    margin-bottom: 40px;
    font-weight: 400;
    max-width: 620px;
}

.arpa-hero-btn-group {
    display: flex;
    gap: 20px;
    align-items: center;
}

/* BUTTON DESIGN SYSTEM */
.arpa-btn-primary-gold {
    background: linear-gradient(135deg, #d4af37 0%, #aa8620 100%) !important;
    color: #000000 !important;
    padding: 18px 42px;
    border-radius: 40px;
    font-weight: 900;
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
    border: none !important;
    cursor: pointer;
}

.arpa-btn-primary-gold:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 15px 40px rgba(212, 175, 55, 0.5);
    color: #000000 !important;
}

.arpa-btn-outline-glass {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.25) !important;
    backdrop-filter: blur(15px);
    color: #ffffff !important;
    padding: 18px 38px;
    border-radius: 40px;
    font-weight: 800;
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease;
    cursor: pointer;
}

.arpa-btn-outline-glass:hover {
    background: #ffffff !important;
    color: #000000 !important;
    border-color: #ffffff !important;
    transform: translateY(-3px);
}

/* HERO RIGHT - INTERACTIVE 3D CAP DISPLAY */
.arpa-hero-right {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arpa-hero-cap-card {
    background: rgba(20, 20, 20, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 35px;
    width: 100%;
    max-width: 480px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.8);
    position: relative;
}

.arpa-cap-badge-floating {
    position: absolute;
    top: -15px;
    right: 25px;
    background: #000000;
    border: 1px solid var(--arpa-gold);
    color: var(--arpa-gold) !important;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.arpa-hero-cap-img {
    width: 100%;
    height: 320px;
    object-fit: contain;
    filter: drop-shadow(0 20px 30px rgba(0,0,0,0.9));
    transition: transform 0.5s ease;
}

.arpa-hero-cap-card:hover .arpa-hero-cap-img {
    transform: scale(1.05) translateY(-5px);
}

.arpa-hero-cap-meta {
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arpa-cap-meta-info h4 {
    font-size: 1.2rem;
    font-weight: 800;
    color: #ffffff !important;
    margin: 0 0 4px 0;
    text-transform: uppercase;
}

.arpa-cap-meta-info span {
    font-size: 0.8rem;
    color: var(--arpa-gold) !important;
    font-weight: 700;
    letter-spacing: 1px;
}

.arpa-cap-price-tag {
    font-size: 1.4rem;
    font-weight: 900;
    color: #ffffff !important;
}

/* 3. CATALOG GRID & TABBED DROPS (8 REAL EXCEL MODELS) */
.arpa-catalog-section {
    background: #050505 !important;
    padding: 110px 5%;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.arpa-catalog-container {
    max-width: 1500px;
    margin: 0 auto;
}

.arpa-catalog-header {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 50px auto;
}

.arpa-catalog-header-badge {
    color: var(--arpa-gold) !important;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block;
}

.arpa-catalog-title {
    font-size: 3.2rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #ffffff !important;
}

.arpa-catalog-desc {
    font-size: 1.1rem;
    color: #aaaaaa !important;
    line-height: 1.7;
}

/* TABBED SELECTION FOR DROPS */
.arpa-drop-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.arpa-tab-btn {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #aaaaaa !important;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.arpa-tab-btn.active,
.arpa-tab-btn:hover {
    background: #ffffff !important;
    color: #000000 !important;
    border-color: #ffffff !important;
}

/* 8 PRODUCT CARDS GRID */
.arpa-products-8grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.arpa-card-product {
    background: rgba(18, 18, 18, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
}

.arpa-card-product:hover {
    transform: translateY(-10px);
    border-color: var(--arpa-gold);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.9), 0 0 25px var(--arpa-gold-glow);
    background: rgba(25, 25, 25, 0.9);
}

.arpa-card-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    z-index: 2;
}

.arpa-card-sku-pill {
    background: rgba(0,0,0,0.8);
    border: 1px solid var(--arpa-gold);
    color: var(--arpa-gold) !important;
    font-size: 0.68rem;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 4px;
    letter-spacing: 1px;
}

.arpa-card-nfc-badge {
    background: rgba(255,255,255,0.08);
    color: #ffffff !important;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
}

.arpa-card-image-wrap {
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background: #0a0a0a;
    border-radius: 14px;
    overflow: hidden;
}

.arpa-card-image-wrap img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.arpa-card-product:hover .arpa-card-image-wrap img {
    transform: scale(1.08);
}

.arpa-card-title-item {
    font-size: 1.15rem;
    font-weight: 800;
    color: #ffffff !important;
    margin: 0 0 8px 0;
    text-transform: uppercase;
    line-height: 1.3;
}

.arpa-card-spec-snippet {
    font-size: 0.8rem;
    color: #999999 !important;
    line-height: 1.5;
    margin-bottom: 18px;
    height: 38px;
    overflow: hidden;
}

.arpa-card-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 16px;
    margin-top: auto;
}

.arpa-card-price-value {
    font-size: 1.25rem;
    font-weight: 900;
    color: var(--arpa-gold) !important;
}

.arpa-card-btn-action {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.25);
    color: #ffffff !important;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: all 0.3s ease;
    cursor: pointer;
}

.arpa-card-product:hover .arpa-card-btn-action {
    background: var(--arpa-gold) !important;
    color: #000000 !important;
    border-color: var(--arpa-gold) !important;
}

/* 4. MANIFESTO BRAND SECTION */
.arpa-manifesto-v2 {
    padding: 120px 5%;
    background: linear-gradient(180deg, #050505 0%, #000000 100%) !important;
    border-top: 1px solid rgba(255,255,255,0.08);
    text-align: center;
    position: relative;
}

.arpa-manifesto-v2-container {
    max-width: 950px;
    margin: 0 auto;
}

.arpa-manifesto-v2-title {
    font-size: 3.5rem;
    font-weight: 900;
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-bottom: 25px;
}

.arpa-manifesto-v2-text {
    font-size: 1.2rem;
    line-height: 1.95;
    color: #d0d0d0 !important;
    font-weight: 300;
}

/* 5. LOCALIDADES / CHAPTERS SECTION */
.arpa-localidades-v2 {
    padding: 110px 5%;
    background: #080808 !important;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.arpa-localidades-v2-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    max-width: 1500px;
    margin: 40px auto 0 auto;
}

.arpa-loc-card-v2 {
    background: rgba(18, 18, 18, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 30px 25px;
    transition: all 0.3s ease;
}

.arpa-loc-card-v2:hover {
    border-color: var(--arpa-gold);
    transform: translateY(-5px);
}

.arpa-loc-code-tag {
    font-size: 0.8rem;
    font-weight: 900;
    color: var(--arpa-gold) !important;
    letter-spacing: 2.5px;
    margin-bottom: 10px;
}

.arpa-loc-title {
    font-size: 1.4rem;
    font-weight: 800;
    color: #ffffff !important;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.arpa-loc-desc {
    font-size: 0.88rem;
    color: #aaaaaa !important;
    line-height: 1.6;
}

/* 6. INTERACTIVE ARPA VAULT NFC MODAL */
.arpa-nfc-modal-overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.88);
    backdrop-filter: blur(25px);
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.arpa-nfc-modal-overlay.active {
    display: flex;
}

.arpa-nfc-modal-card {
    background: #0d0d0d;
    border: 1.5px solid var(--arpa-gold);
    box-shadow: 0 0 60px var(--arpa-gold-glow);
    border-radius: 24px;
    width: 100%;
    max-width: 520px;
    padding: 40px;
    text-align: center;
    position: relative;
}

.arpa-nfc-modal-close {
    position: absolute;
    top: 20px; right: 20px;
    color: #888888;
    font-size: 1.4rem;
    cursor: pointer;
    font-weight: 800;
    transition: color 0.3s;
}

.arpa-nfc-modal-close:hover { color: #ffffff; }

.arpa-nfc-modal-icon-circle {
    width: 80px; height: 80px;
    border-radius: 50%;
    border: 2px solid var(--arpa-gold);
    background: rgba(212, 175, 55, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px auto;
}

.arpa-nfc-modal-icon-circle svg {
    width: 40px; height: 40px; stroke: var(--arpa-gold); fill: none;
}

.arpa-nfc-modal-title {
    font-size: 1.8rem;
    font-weight: 900;
    color: #ffffff !important;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.arpa-nfc-modal-desc {
    font-size: 0.95rem;
    color: #cccccc !important;
    line-height: 1.6;
    margin-bottom: 30px;
}

.arpa-nfc-demo-box {
    background: #141414;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 16px;
    font-family: monospace;
    font-size: 0.8rem;
    color: var(--arpa-gold) !important;
    word-break: break-all;
    margin-bottom: 25px;
}

/* 7. FOOTER SECTION */
.arpa-footer-v2 {
    background: #000000 !important;
    padding: 100px 5% 50px 5%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.arpa-footer-v2-container {
    display: flex;
    justify-content: space-between;
    max-width: 1500px;
    margin: 0 auto;
    gap: 50px;
    flex-wrap: wrap;
}

.arpa-footer-v2-col {
    flex: 1;
    min-width: 200px;
}

.arpa-footer-v2-brand {
    flex: 1.5;
}

.arpa-footer-v2-logo {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}

.arpa-footer-v2-logo svg {
    width: 44px; height: 44px; fill: #ffffff !important;
}

.arpa-footer-v2-logo span {
    font-size: 2.2rem; font-weight: 900; letter-spacing: 4px; color: #ffffff !important;
}

.arpa-social-v2-row {
    display: flex; gap: 16px;
}

.arpa-social-v2-row a {
    width: 40px; height: 40px; border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.2);
    display: flex; align-items: center; justify-content: center;
    color: #ffffff !important;
    transition: all 0.3s ease;
}

.arpa-social-v2-row a:hover {
    background: #ffffff; color: #000000 !important;
}

.arpa-footer-v2-col h4 {
    font-size: 0.95rem; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; color: #ffffff !important; margin-bottom: 22px;
}

.arpa-footer-v2-col ul { list-style: none; padding: 0; margin: 0; }
.arpa-footer-v2-col ul li { margin-bottom: 12px; }
.arpa-footer-v2-col ul li a { color: #aaaaaa !important; text-decoration: none !important; font-size: 0.9rem; transition: color 0.3s; }
.arpa-footer-v2-col ul li a:hover { color: #ffffff !important; }

/* RESPONSIVE */
@media (max-width: 1200px) {
    .arpa-products-8grid { grid-template-columns: repeat(2, 1fr); }
    .arpa-localidades-v2-grid { grid-template-columns: repeat(2, 1fr); }
    .arpa-hero-grid { grid-template-columns: 1fr; gap: 40px; }
    .arpa-hero-title-main { font-size: 4.2rem; }
}

@media (max-width: 768px) {
    .arpa-products-8grid { grid-template-columns: 1fr; }
    .arpa-localidades-v2-grid { grid-template-columns: 1fr; }
    .arpa-header-nav { display: none; }
    .arpa-hero-title-main { font-size: 3rem; }
}
