/* ================================================================
   OOPS CLAY CO — app.css
   Clean. Modern. Bright. Fun.
   ================================================================ */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&family=Sora:wght@600;700;800&display=swap');

:root {
    --font-display: 'Sora', system-ui, sans-serif;
    --font-body: 'DM Sans', system-ui, sans-serif;

    --clr-bg:        #fafafa;
    --clr-surface:   #ffffff;
    --clr-surface-2: #f8f8f8;
    --clr-warm-white:#ffffff;

    --clr-orange:    #FF5733;
    --clr-orange-dk: #E04420;
    --clr-yellow:    #FFD700;
    --clr-green:     #4CD964;
    --clr-green-dk:  #2EA84D;
    --clr-blue:      #34AADC;
    --clr-blue-dk:   #1A8FC0;
    --clr-purple:    #9B59B6;
    --clr-purple-dk: #7D3F99;
    --clr-red:       #EF4444;
    --clr-pink:      #F472B6;

    --clr-text:      #1e1e2e;
    --clr-text-soft: #6b7280;
    --clr-charcoal:  #1e1e2e;
    --clr-dark:      #1e1e2e;
    --clr-muted:     #9ca3af;
    --clr-light-muted:#d1d5db;
    --clr-border:    #f0f0f0;
    --clr-border-lt: #f5f5f5;
    --clr-sand:      #f0f0f0;
    --clr-cream:     #fafafa;

    --clr-terracotta: var(--clr-orange);
    --clr-rust:       var(--clr-orange-dk);
    --clr-danger:     #EF4444;
    --clr-success:    #10B981;

    --shadow-sm:    0 1px 3px rgba(0,0,0,.04);
    --shadow-md:    0 4px 16px rgba(0,0,0,.06);
    --shadow-lg:    0 16px 40px rgba(0,0,0,.08);
    --shadow-card:  0 1px 4px rgba(0,0,0,.04);
    --shadow-hover: 0 16px 40px rgba(0,0,0,.08);
    --shadow-btn:   0 4px 20px rgba(255,87,51,.3);

    --radius-sm:  8px;
    --radius-md:  12px;
    --radius-lg:  16px;
    --radius-xl:  24px;
    --radius-pill: 100px;

    --rainbow: linear-gradient(90deg,#FF5733,#FF8D1A,#FFD700,#4CD964,#34AADC,#9B59B6);

    --max-w: 1200px;
    --header-h: 68px;
}

/* ── Reset ───────────────────────────────────────────────── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
    font-family:var(--font-body);
    font-size:16px;line-height:1.6;
    color:var(--clr-text);
    background:var(--clr-bg);
    min-height:100vh;
    display:flex;flex-direction:column;
    -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block}
a{color:var(--clr-orange);text-decoration:none;transition:all .15s ease}
a:hover{color:var(--clr-orange-dk)}
ul,ol{list-style:none}
button,input,textarea,select{font:inherit;color:inherit}
h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:800;line-height:1.15;color:var(--clr-text);letter-spacing:-.02em}

/* ── Utility ─────────────────────────────────────────────── */
.container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 28px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
.text-center{text-align:center}
.text-muted{color:var(--clr-muted)}
.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}
.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}

/* ── Flash ───────────────────────────────────────────────── */
.flash{padding:14px 20px;border-radius:var(--radius-md);margin-bottom:1.5rem;font-size:.9rem;font-weight:600}
.flash-success{background:#ecfdf5;color:#059669;border:1px solid #a7f3d0}
.flash-error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}
.flash-info{background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe}

/* ================================================================
   HEADER
   ================================================================ */
.site-header{
    background:#fff;
    position:sticky;top:0;z-index:100;
    border-bottom:1px solid rgba(0,0,0,.06);
}
.header-rainbow{height:3px;background:var(--rainbow)}
.header-inner{
    display:flex;align-items:center;justify-content:space-between;
    height:var(--header-h);gap:2rem;
}
.logo{display:flex;align-items:center;flex-shrink:0}
.logo img{height:46px;width:auto;max-height:46px;object-fit:contain;border-radius:8px}
.logo span{color:var(--clr-orange)}

/* Nav */
.main-nav{display:flex;align-items:center;gap:4px}
.main-nav a{
    font-size:.85rem;font-weight:600;color:var(--clr-text-soft);
    padding:8px 18px;border-radius:var(--radius-pill);
    transition:all .15s;
}
.main-nav a:hover{color:var(--clr-text);background:#f3f4f6}
.main-nav a.active{color:var(--clr-orange);background:#FFF0EC}

.cart-link{position:relative;display:flex;align-items:center;gap:6px;font-weight:600;font-size:.85rem}
.cart-count{
    background:var(--clr-orange);color:#fff;font-size:.6rem;font-weight:700;
    width:18px;height:18px;border-radius:50%;
    display:inline-flex;align-items:center;justify-content:center;
}

.menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px}
.menu-toggle svg{width:24px;height:24px;stroke:var(--clr-text)}

@media(max-width:768px){
    .menu-toggle{display:block}
    .main-nav{
        display:none;flex-direction:column;
        position:absolute;top:calc(var(--header-h) + 3px);left:0;right:0;
        background:#fff;border-bottom:1px solid var(--clr-border);
        padding:12px 24px;gap:4px;box-shadow:var(--shadow-md);
    }
    .main-nav.open{display:flex}
    .main-nav a{padding:12px 16px;font-size:.95rem;width:100%}
    .logo img{height:38px;max-height:38px}
}

/* ================================================================
   HERO — white bg, soft colorful blobs
   ================================================================ */
.hero{
    background:#fff;
    padding:80px 0 70px;
    text-align:center;
    position:relative;
    overflow:hidden;
}
.hero::before{
    content:'';position:absolute;inset:0;pointer-events:none;
    background:
        radial-gradient(ellipse 400px 400px at 5% 50%,rgba(255,87,51,.07) 0%,transparent 70%),
        radial-gradient(ellipse 350px 350px at 95% 30%,rgba(52,170,220,.07) 0%,transparent 70%),
        radial-gradient(ellipse 300px 300px at 50% 100%,rgba(155,89,182,.05) 0%,transparent 70%),
        radial-gradient(ellipse 250px 250px at 15% 10%,rgba(76,217,100,.05) 0%,transparent 70%),
        radial-gradient(ellipse 200px 200px at 85% 90%,rgba(255,215,0,.05) 0%,transparent 70%);
}
.hero-logo{
    width:140px;height:140px;object-fit:contain;
    margin:0 auto 32px;position:relative;
    border-radius:24px;
    box-shadow:0 8px 32px rgba(0,0,0,.08);
}
.hero h1{
    font-size:clamp(2.2rem,5vw,3.6rem);
    margin-bottom:16px;position:relative;
    color:var(--clr-text);
}
.hero h1 .pop{
    background:linear-gradient(135deg,#FF5733,#FF8D1A,#FFD700);
    -webkit-background-clip:text;-webkit-text-fill-color:transparent;
    background-clip:text;
}
.hero p{
    font-size:1.15rem;color:var(--clr-text-soft);
    max-width:460px;margin:0 auto 36px;
    font-weight:500;line-height:1.65;position:relative;
}
.hero .btn{position:relative}
.hero .btn-primary{font-size:.95rem;padding:16px 36px}

/* Trust strip */
.trust-strip{
    display:flex;justify-content:center;gap:40px;flex-wrap:wrap;
    margin-top:48px;padding-top:32px;
    border-top:1px solid #f0f0f0;
    position:relative;
}
.trust-item{display:flex;align-items:center;gap:8px;font-size:.8rem;font-weight:600;color:var(--clr-muted)}

/* ================================================================
   BUTTONS
   ================================================================ */
.btn{
    display:inline-flex;align-items:center;justify-content:center;gap:8px;
    padding:11px 24px;border-radius:var(--radius-pill);font-weight:700;
    font-size:.85rem;border:2px solid transparent;cursor:pointer;
    transition:all .2s ease;line-height:1.2;
}
.btn-primary{background:var(--clr-orange);color:#fff;border-color:var(--clr-orange);box-shadow:var(--shadow-btn)}
.btn-primary:hover{background:var(--clr-orange-dk);border-color:var(--clr-orange-dk);transform:translateY(-2px);box-shadow:0 8px 30px rgba(255,87,51,.4);color:#fff}
.btn-secondary{background:#fff;color:var(--clr-text);border-color:var(--clr-border)}
.btn-secondary:hover{border-color:var(--clr-text);transform:translateY(-1px)}
.btn-outline-white{background:#fff;color:var(--clr-text);border-color:var(--clr-border)}
.btn-outline-white:hover{border-color:var(--clr-text);transform:translateY(-1px)}
.btn-danger{background:var(--clr-danger);color:#fff;border-color:var(--clr-danger)}
.btn-danger:hover{opacity:.9;color:#fff}
.btn-sm{padding:7px 16px;font-size:.8rem}
.btn-lg{padding:16px 36px;font-size:.95rem}
.btn:disabled{opacity:.4;cursor:not-allowed;transform:none!important}

/* ================================================================
   COLOR BANNER — rainbow mid-page CTA
   ================================================================ */
.color-banner{
    background:linear-gradient(135deg,#FF5733 0%,#FF8D1A 30%,#FFD700 50%,#4CD964 70%,#34AADC 85%,#9B59B6 100%);
    padding:60px 28px;text-align:center;color:#fff;
}
.color-banner h2{font-size:clamp(1.4rem,3vw,2rem);margin-bottom:12px;text-shadow:0 2px 8px rgba(0,0,0,.1)}
.color-banner p{font-size:1rem;opacity:.9;max-width:400px;margin:0 auto 24px;font-weight:500}
.color-banner .btn{background:#fff;color:var(--clr-text);border-color:#fff}
.color-banner .btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.15)}

/* ================================================================
   SECTION TITLES
   ================================================================ */
.section-title{font-size:clamp(1.5rem,3vw,2.2rem);margin-bottom:8px}
.section-subtitle{color:var(--clr-muted);font-size:.95rem;margin-bottom:48px;font-weight:500}

/* ================================================================
   PRODUCT GRID
   ================================================================ */
.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}
.product-card{
    background:#fff;border-radius:var(--radius-lg);overflow:hidden;
    border:1px solid var(--clr-border);transition:all .25s;
    display:flex;flex-direction:column;position:relative;
}
.product-card-link{position:absolute;inset:0;z-index:1}
.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-hover);border-color:transparent}
.product-card-img{aspect-ratio:1/1;overflow:hidden;background:var(--clr-surface-2);position:relative}
.product-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.product-card:hover .product-card-img img{transform:scale(1.05)}
.product-card-body{padding:16px 18px;flex:1;display:flex;flex-direction:column}
.product-card-category{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--clr-blue);font-weight:700;margin-bottom:4px}
.product-card-name{font-family:var(--font-display);font-size:.95rem;font-weight:700;margin-bottom:6px;line-height:1.3}
.product-card-name a{color:var(--clr-text)}
.product-card-name a:hover{color:var(--clr-orange)}
.product-card-price{margin-top:auto;display:flex;align-items:baseline;gap:6px;padding-top:10px}
.product-card-price .price{font-weight:800;font-size:1.05rem;color:var(--clr-text)}
.product-card-price .sale-price{color:var(--clr-danger);font-weight:800;font-size:1.05rem}
.product-card-price .original-price{text-decoration:line-through;color:var(--clr-light-muted);font-size:.85rem;font-weight:500}

.badge-sold-out{position:absolute;top:10px;right:10px;background:var(--clr-text);color:#fff;font-size:.65rem;padding:4px 10px;border-radius:var(--radius-pill);font-weight:700;text-transform:uppercase;letter-spacing:.03em}
.badge-sale{position:absolute;top:10px;left:10px;background:var(--clr-red);color:#fff;font-size:.65rem;padding:4px 10px;border-radius:var(--radius-pill);font-weight:700;text-transform:uppercase}
.badge-adult{position:absolute;top:10px;left:10px;background:var(--clr-purple);color:#fff;font-size:.65rem;padding:4px 10px;border-radius:var(--radius-pill);font-weight:700;text-transform:uppercase}

/* ================================================================
   PRODUCT DETAIL
   ================================================================ */
.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding:3rem 0}
@media(max-width:768px){.product-detail{grid-template-columns:1fr;gap:2rem}}
.gallery{position:relative}
.gallery-hero{aspect-ratio:1/1;border-radius:var(--radius-lg);overflow:hidden;background:var(--clr-surface-2);margin-bottom:12px;border:1px solid var(--clr-border)}
.gallery-hero img{width:100%;height:100%;object-fit:cover;transition:opacity .3s}
.gallery-thumbs{display:flex;gap:8px;flex-wrap:wrap}
.gallery-thumb{width:68px;height:68px;border-radius:var(--radius-sm);overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .15s;background:var(--clr-surface-2)}
.gallery-thumb:hover{border-color:var(--clr-muted)}
.gallery-thumb.active{border-color:var(--clr-orange)}
.gallery-thumb img{width:100%;height:100%;object-fit:cover}
.product-info h1{font-size:clamp(1.4rem,3vw,1.8rem);margin-bottom:.75rem}
.product-info .product-meta{display:flex;flex-wrap:wrap;gap:1rem;align-items:baseline;margin-bottom:1.5rem}
.product-info .price-display{font-size:1.5rem;font-weight:900}
.product-info .price-display .sale{color:var(--clr-danger)}
.product-info .price-display .was{text-decoration:line-through;color:var(--clr-muted);font-size:1rem;font-weight:400}
.product-info .sku{font-size:.8rem;color:var(--clr-muted)}
.product-info .stock-status{font-size:.85rem;font-weight:700}
.stock-in{color:var(--clr-success)}.stock-out{color:var(--clr-danger)}.stock-low{color:var(--clr-orange)}
.product-info .description{margin:1.5rem 0 2rem;line-height:1.75;color:var(--clr-text-soft)}
.add-to-cart-form{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.qty-input{width:72px;padding:10px;border:1px solid var(--clr-border);border-radius:var(--radius-sm);text-align:center;font-weight:700}
.qty-input:focus{outline:none;border-color:var(--clr-orange);box-shadow:0 0 0 3px rgba(255,87,51,.08)}
.product-info .category-link{display:inline-block;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--clr-blue);font-weight:700;margin-bottom:1rem}
.product-info .category-link:hover{color:var(--clr-orange)}

/* ================================================================
   SHOP CONTROLS
   ================================================================ */
.shop-header{padding:2.5rem 0 1rem}
.shop-header h1{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:.5rem}
.shop-controls{display:flex;flex-wrap:wrap;gap:10px;align-items:center;padding:1rem 0 2rem;border-bottom:1px solid var(--clr-border);margin-bottom:2rem}
.shop-controls select,.shop-controls input[type="search"]{padding:9px 14px;border:1px solid var(--clr-border);border-radius:var(--radius-sm);background:#fff;font-size:.85rem;min-width:170px;font-weight:600}
.shop-controls select:focus,.shop-controls input[type="search"]:focus{outline:none;border-color:var(--clr-orange);box-shadow:0 0 0 3px rgba(255,87,51,.06)}
.shop-controls .result-count{margin-left:auto;color:var(--clr-muted);font-size:.8rem;font-weight:600}
.pagination{display:flex;justify-content:center;gap:6px;padding:2.5rem 0}
.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-sm);font-size:.85rem;font-weight:700;border:1px solid var(--clr-border);color:var(--clr-text);transition:all .15s}
.pagination a:hover{border-color:var(--clr-orange);color:var(--clr-orange)}
.pagination .current{background:var(--clr-orange);color:#fff;border-color:var(--clr-orange)}

/* ================================================================
   CART
   ================================================================ */
.cart-page{padding:3rem 0}
.cart-page h1{margin-bottom:2rem}
.cart-table{width:100%;border-collapse:collapse}
.cart-table th{text-align:left;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--clr-muted);padding:0 12px 12px;border-bottom:1px solid var(--clr-border);font-weight:700}
.cart-table td{padding:14px 12px;border-bottom:1px solid var(--clr-border-lt);vertical-align:middle}
.cart-table .cart-product{display:flex;align-items:center;gap:12px}
.cart-table .cart-thumb{width:60px;height:60px;border-radius:var(--radius-sm);overflow:hidden;background:var(--clr-surface-2);flex-shrink:0}
.cart-table .cart-thumb img{width:100%;height:100%;object-fit:cover}
.cart-table .cart-product-name{font-weight:700;font-size:.9rem}
.cart-table .cart-qty{width:56px;padding:6px;border:1px solid var(--clr-border);border-radius:var(--radius-sm);text-align:center;font-weight:700}
.cart-table .cart-qty:focus{outline:none;border-color:var(--clr-orange)}
.cart-table .line-total{font-weight:800}
.cart-remove-btn{background:none;border:none;color:var(--clr-muted);cursor:pointer;font-size:1.1rem;transition:color .15s;padding:4px}
.cart-remove-btn:hover{color:var(--clr-danger)}
.cart-summary{max-width:380px;margin-left:auto;margin-top:2rem;background:#fff;border-radius:var(--radius-lg);padding:24px;border:1px solid var(--clr-border)}
.cart-summary .summary-row{display:flex;justify-content:space-between;padding:8px 0;font-size:.95rem}
.cart-summary .summary-total{border-top:2px solid var(--clr-text);margin-top:8px;padding-top:12px;font-size:1.1rem;font-weight:800}
.cart-empty{text-align:center;padding:4rem 0}
.cart-empty p{color:var(--clr-muted);font-size:1rem;margin-bottom:1.5rem}
@media(max-width:640px){
    .cart-page{padding:1.5rem 0}
    .cart-page h1{font-size:1.5rem;margin-bottom:1rem}
    .cart-table thead{display:none}
    .cart-table,.cart-table tbody,.cart-table tr,.cart-table td{display:block;width:100%}
    .cart-table tr{padding:16px;margin-bottom:12px;border-bottom:none;background:#fff;border-radius:12px;border:1px solid var(--clr-border-lt);position:relative}
    .cart-table td{padding:0;border:none;text-align:left}
    .cart-table td::before{display:none}
    .cart-table td[data-label="Product"]{margin-bottom:12px}
    .cart-table .cart-product{justify-content:flex-start;flex-direction:row;gap:12px;align-items:center}
    .cart-table .cart-thumb{width:64px;height:64px;border-radius:8px}
    .cart-table .cart-product-name{font-size:.9rem;line-height:1.3}
    .cart-table td[data-label="Price"],
    .cart-table td[data-label="Qty"],
    .cart-table td[data-label="Total"]{display:inline-block;width:auto;vertical-align:middle;padding:0 12px 0 0;font-size:.85rem}
    .cart-table td[data-label="Price"]::before,
    .cart-table td[data-label="Qty"]::before,
    .cart-table td[data-label="Total"]::before{content:attr(data-label);display:block;font-weight:700;font-size:.65rem;text-transform:uppercase;color:var(--clr-muted);margin-bottom:2px}
    .cart-table td:last-child{position:absolute;top:12px;right:12px}
    .cart-table .cart-qty{width:48px;padding:5px;font-size:.85rem}
    .cart-remove-btn{font-size:1.3rem}
    .cart-summary{max-width:100%;margin-left:0;margin-top:1.5rem}
}

/* ================================================================
   FORMS
   ================================================================ */
.form-group{margin-bottom:1.25rem}
.form-group label{display:block;font-weight:700;font-size:.85rem;margin-bottom:4px}
.form-group input,.form-group textarea,.form-group select{width:100%;padding:11px 14px;border:1px solid var(--clr-border);border-radius:var(--radius-sm);background:#fff;font-size:.95rem;transition:border-color .15s,box-shadow .15s}
.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--clr-orange);box-shadow:0 0 0 3px rgba(255,87,51,.06)}
.form-group textarea{resize:vertical;min-height:130px}
.form-error{color:var(--clr-danger);font-size:.8rem;margin-top:4px;font-weight:600}
.contact-form-wrap{max-width:560px;margin:0 auto}

/* ================================================================
   ABOUT
   ================================================================ */
.about-section{padding:3rem 0}
.about-content{max-width:700px;margin:0 auto}
.about-content h1{margin-bottom:1.5rem;text-align:center}
.about-content p{margin-bottom:1.25rem;line-height:1.8;color:var(--clr-text-soft)}
.about-values{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin:2.5rem 0}
.value-card{background:#fff;border-radius:var(--radius-lg);padding:28px 20px;text-align:center;border:1px solid var(--clr-border);transition:all .25s}
.value-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:transparent}
.value-card .value-icon{font-size:2.2rem;margin-bottom:10px}
.value-card h3{font-size:1rem;margin-bottom:6px;font-family:var(--font-display)}
.value-card p{font-size:.875rem;color:var(--clr-muted);line-height:1.6}

/* ================================================================
   AGE CONFIRM
   ================================================================ */
.age-gate{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - var(--header-h) - 80px);padding:2rem}
.age-gate-card{background:#fff;border-radius:var(--radius-xl);padding:3rem;max-width:440px;width:100%;text-align:center;box-shadow:var(--shadow-lg);border:1px solid var(--clr-border)}
.age-gate-card .age-icon{font-size:3rem;margin-bottom:1rem}
.age-gate-card h1{font-size:1.5rem;margin-bottom:.75rem}
.age-gate-card p{color:var(--clr-muted);margin-bottom:2rem;line-height:1.6}
.age-gate-card .btn{width:100%;margin-bottom:.75rem}
.age-gate-card .remember-label{display:flex;align-items:center;justify-content:center;gap:6px;font-size:.85rem;color:var(--clr-muted);margin-bottom:1.5rem;cursor:pointer}
.age-gate-card .remember-label input[type="checkbox"]{width:16px;height:16px;accent-color:var(--clr-orange);cursor:pointer}
.age-gate-card .back-link{font-size:.85rem;color:var(--clr-muted)}
.age-gate-card .back-link:hover{color:var(--clr-orange)}

/* ================================================================
   FOOTER
   ================================================================ */
.site-footer{background:var(--clr-dark);color:rgba(255,255,255,.5);padding:48px 0 24px;margin-top:auto;position:relative}
.site-footer::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--rainbow)}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:2rem;margin-bottom:2rem}
@media(max-width:768px){.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:480px){.footer-grid{grid-template-columns:1fr}}
.footer-brand .logo{margin-bottom:12px;display:inline-flex}
.footer-brand .logo img{height:40px;max-height:40px;width:auto;border-radius:6px}
.footer-brand p{font-size:.8rem;line-height:1.6;max-width:280px}
.site-footer h4{color:#fff;font-family:var(--font-display);font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}
.site-footer ul li{margin-bottom:6px}
.site-footer ul a{color:rgba(255,255,255,.45);font-size:.85rem;transition:color .15s;font-weight:500}
.site-footer ul a:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding-top:20px;font-size:.7rem;text-align:center;color:rgba(255,255,255,.25)}

/* ================================================================
   PLACEHOLDER / EMPTY
   ================================================================ */
.placeholder-img{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:var(--clr-surface-2);color:var(--clr-light-muted);font-size:2.5rem}
.empty-state{text-align:center;padding:4rem 2rem}
.empty-state .empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.4}
.empty-state h2{font-size:1.3rem;margin-bottom:.5rem}
.empty-state p{color:var(--clr-muted);margin-bottom:1.5rem}

/* ================================================================
   BREADCRUMB
   ================================================================ */
.btn-back{display:inline-flex;align-items:center;gap:8px;font-size:.8rem;font-weight:700;color:#fff;padding:10px 22px 10px 18px;border-radius:var(--radius-pill);border:none;background:linear-gradient(135deg,var(--clr-orange),var(--clr-red));box-shadow:0 4px 12px rgba(255,87,51,.3);transition:all .25s;cursor:pointer;letter-spacing:.02em;text-transform:uppercase}
.btn-back:hover{box-shadow:0 6px 20px rgba(255,87,51,.4);transform:translateY(-2px)}
.btn-back:active{transform:translateY(0);box-shadow:0 2px 6px rgba(255,87,51,.25)}
.breadcrumb{padding:1rem 0;font-size:.8rem;color:var(--clr-muted);font-weight:600}
.breadcrumb a{color:var(--clr-muted)}
.breadcrumb a:hover{color:var(--clr-orange)}
.breadcrumb span{margin:0 6px;opacity:.4}
