:root{
    --black:#141414;
    --black-soft:#1f1f20;
    --red:#a41524;
    --red-dark:#7f101c;
    --gold:#c89448;
    --white:#ffffff;
    --paper:#f6f0e8;
    --paper-dark:#efe4d7;
    --text:#1f1f1f;
    --muted:#6a5f56;
    --line:#e3d6c8;
    --shadow:0 16px 40px rgba(0,0,0,.07);
    --shadow-soft:0 8px 20px rgba(0,0,0,.05);
    --ease:cubic-bezier(.22,1,.36,1);
    --container:1160px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
    font-family:'Plus Jakarta Sans',sans-serif;
    color:var(--text);
    background:linear-gradient(180deg,#faf6f1 0%,#f3ebe2 100%);
    line-height:1.7;
}
img{display:block;width:100%}
a{text-decoration:none;color:inherit}
.container{width:min(calc(100% - 28px), var(--container));margin:0 auto}
.topline{
    background:#171718;
    color:rgba(255,255,255,.88);
    font-size:.92rem;
}
.topline-inner{
    min-height:44px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    flex-wrap:wrap;
    padding:10px 0;
}
.site-header{
    background:rgba(255,252,249,.96);
    backdrop-filter:blur(8px);
    border-bottom:1px solid var(--line);
    position:sticky;
    top:0;
    z-index:50;
}

.nav{
    min-height:82px;
    display:grid;
    grid-template-columns:auto 1fr auto;
    align-items:center;
    gap:22px;
}
.brand-link{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    flex:0 0 auto;
}
.site-logo{
    width:auto;
    height:78px;
    max-width:188px;
    object-fit:contain;
    display:block;
}
.brand-copy{
    display:none;
}
.sr-only{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
    border:0;
}
.brand-title{
    display:block;
    font-family:'Fraunces',serif;
    font-weight:800;
    font-size:2rem;
    line-height:1;
    color:var(--black);
    margin-bottom:6px;
}
.brand-subtitle{
    color:var(--muted);
    font-size:.98rem;
}
.nav-links{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:22px;
    flex-wrap:wrap;
}
.nav-links a{
    font-weight:700;
    color:#3f3833;
    border-bottom:2px solid transparent;
    padding:8px 0;
}
.nav-links a.active,
.nav-links a:hover{
    color:var(--red);
    border-color:var(--red);
}
.header-actions{
    display:flex;
    gap:12px;
    align-items:center;
    justify-content:flex-end;
}
.header-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:12px 20px;
    border-radius:999px;
    font-weight:800;
    border:1px solid var(--red);
    box-shadow:var(--shadow);
}
.header-btn.primary{
    background:linear-gradient(135deg,var(--red) 0%, var(--red-dark) 100%);
    color:var(--white);
}
.header-btn.secondary{
    background:var(--white);
    color:var(--black);
    border-color:#d6c7bb;
}
.hero{
    background:
      radial-gradient(circle at top right, rgba(179,22,36,.08), transparent 22%),
      linear-gradient(180deg,#ffffff 0%,#fbf7f3 100%);
    border-bottom:1px solid var(--line);
}
.hero-grid{
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:42px;
    align-items:center;
    padding:54px 0 58px;
}
.eyebrow{
    display:inline-block;
    font-size:.92rem;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:var(--red);
    margin-bottom:16px;
}
.hero h1{
    font-family:'Fraunces',serif;
    font-size:clamp(3rem,4.8vw,4.9rem);
    line-height:1.0;
    margin-bottom:16px;
}
.hero p{
    color:var(--muted);
    font-size:1.08rem;
    max-width:60ch;
}
.hero-actions{
    display:flex;
    gap:14px;
    flex-wrap:wrap;
    margin-top:28px;
}
.btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:14px 22px;
    border-radius:15px;
    font-weight:800;
    box-shadow:var(--shadow);
}
.btn.primary{background:linear-gradient(135deg,var(--red) 0%, var(--red-dark) 100%);color:var(--white)}
.btn.secondary{background:var(--white);border:1px solid #d9cec7;color:var(--black)}
.hero-image{
    background:var(--paper-dark);
    border:1px solid #dbcdbf;
    border-radius:28px;
    overflow:hidden;
    box-shadow:0 18px 50px rgba(0,0,0,.09);
}
.hero-image img{min-height:560px;object-fit:cover}
.hero-cards{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:14px;
    margin-top:30px;
}
.hero-card{
    background:linear-gradient(180deg,#fff 0%,#faf5f0 100%);
    border:1px solid var(--line);
    border-radius:18px;
    padding:18px;
}
.hero-card strong{
    display:block;
    font-size:1.08rem;
    margin-bottom:6px;
}
.hero-card span{color:var(--muted);font-size:.94rem}
.section{padding:60px 0}
.section.white{
    background:linear-gradient(180deg,#fffdfa 0%,#faf4ee 100%);
    border-top:1px solid var(--line);
    border-bottom:1px solid var(--line);
}
.section-head{margin-bottom:28px}
.section-head h2{
    font-family:'Fraunces',serif;
    font-size:clamp(2.1rem,3vw,3.4rem);
    margin-bottom:10px;
}
.section-head p{max-width:68ch;color:var(--muted)}
.content-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}
.info-box,.product-card,.panel,.map-box{
    background:var(--white);
    border:1px solid #ddcfc3;
    border-radius:22px;
    box-shadow:var(--shadow);
}
.info-box{padding:24px}
.info-box h3{font-size:1.28rem;margin-bottom:10px}
.info-box p{color:var(--muted)}
.product-section + .product-section{margin-top:46px}
.product-section-head{
    display:flex;
    align-items:end;
    justify-content:space-between;
    gap:20px;
    margin-bottom:16px;
}
.product-section-head h3{
    font-size:1.9rem;
    margin-bottom:6px;
}
.product-section-head p{
    color:var(--muted);
    max-width:70ch;
}
.product-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}
.product-card{
    overflow:hidden;
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    display:block;
}
.product-card:hover{
    transform:translateY(-4px);
    border-color:#cfa4a9;
    box-shadow:0 18px 38px rgba(0,0,0,.1);
}
.product-card img{
    aspect-ratio:4/3;
    object-fit:cover;
}
.product-card-body{padding:20px}
.product-top{
    display:flex;
    justify-content:space-between;
    gap:12px;
    align-items:flex-start;
    margin-bottom:10px;
}
.product-top h4{font-size:1.08rem}
.price{
    white-space:nowrap;
    background:#fcf1f2;
    color:var(--red);
    border:1px solid #efcfd2;
    border-radius:999px;
    padding:7px 10px;
    font-size:.92rem;
    font-weight:800;
}
.product-card p{color:var(--muted);font-size:.95rem}
.product-cta{
    margin-top:14px;
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-weight:800;
    color:var(--red);
    font-size:.94rem;
}
.page-banner{
    background:linear-gradient(180deg,#fff 0%,#f9f4ef 100%);
    border-bottom:1px solid var(--line);
    padding:54px 0;
}
.page-banner h1{
    font-family:'Fraunces',serif;
    font-size:clamp(2.4rem,4vw,4.2rem);
    margin-bottom:12px;
}
.page-banner p{max-width:66ch;color:var(--muted)}
.two-col{
    display:grid;
    grid-template-columns:1.02fr .98fr;
    gap:22px;
}
.panel{padding:28px}
.panel h3{font-size:1.5rem;margin-bottom:12px}
.panel p{color:var(--muted)}
.list{
    display:grid;
    gap:14px;
    margin-top:18px;
}
.list-item{
    padding:14px 16px;
    border-left:4px solid var(--red);
    background:#faf7f4;
    border-radius:12px;
}
.list-item strong{display:block;margin-bottom:4px}
.contact-list{
    display:grid;
    gap:16px;
    margin-top:18px;
}
.contact-row{
    padding-bottom:14px;
    border-bottom:1px solid var(--line);
}
.contact-row:last-child{border-bottom:0;padding-bottom:0}
.contact-row strong{
    display:block;
    margin-bottom:4px;
}
.contact-row span{color:var(--muted)}
.map-box{
    min-height:380px;
    overflow:hidden;
}
.map-box iframe{
    width:100%;
    height:100%;
    border:0;
    min-height:380px;
}
.footer{
    background:#171718;
    color:rgba(255,255,255,.82);
    margin-top:24px;
}
.footer-inner{
    min-height:78px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    flex-wrap:wrap;
}
.floating-contact{
    position:fixed;
    right:14px;
    bottom:14px;
    z-index:70;
    display:flex;
    flex-direction:column;
    gap:10px;
}
.float-btn{
    width:58px;
    height:58px;
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 16px 30px rgba(0,0,0,.18);
    color:#fff;
    font-size:24px;
    font-weight:900;
    border:2px solid rgba(255,255,255,.85);
}
.float-btn.phone{
    background:linear-gradient(135deg,#d5303d 0%, var(--red-dark) 100%);
}
.float-btn.whatsapp{
    background:linear-gradient(135deg,#26d366 0%, #128c7e 100%);
}
@media (max-width:1080px){
    .hero-grid,.content-grid,.product-grid,.two-col{grid-template-columns:1fr 1fr}
}
@media (max-width:820px){
    body{line-height:1.6}

    .nav{
        grid-template-columns:1fr;
        gap:14px;
        min-height:auto;
        padding:14px 0;
    }
    .brand-link{
        width:100%;
        justify-content:center;
    }
    .site-logo{
        height:72px;
        max-width:190px;
    }
    .container{width:min(calc(100% - 20px), var(--container))}
    .topline{font-size:.84rem}
    .topline-inner{
        align-items:flex-start;
        gap:6px;
        padding:8px 0;
    }
    .site-header{position:static}
    .nav{
        gap:14px;
    }
    .brand-title{font-size:1.95rem}
    .brand-subtitle{font-size:.92rem}
    .nav-links{
        gap:18px;
        width:100%;
        justify-content:center;
    }
    .nav-links a{
        font-size:1rem;
        padding:4px 0;
    }
    .header-actions{
        width:100%;
        gap:10px;
        justify-content:center;
    }
    .header-btn{
        flex:1;
        min-height:50px;
        padding:12px 14px;
    }
    .hero-grid,.content-grid,.product-grid,.two-col,.hero-cards{
        grid-template-columns:1fr;
    }
    .hero-grid{
        gap:24px;
        padding:36px 0 44px;
    }
    .hero h1{
        font-size:clamp(2.5rem, 10vw, 4rem);
        line-height:.95;
    }
    .hero p{
        font-size:1rem;
    }
    .hero-image{
        order:-1;
        border-radius:22px;
    }
    .hero-image img{min-height:260px}
    .btn{
        width:100%;
        min-height:52px;
    }
    .section{padding:44px 0}
    .section-head h2{
        font-size:clamp(2rem, 8vw, 3rem);
        line-height:1.02;
    }
    .product-section-head,.footer-inner{
        flex-direction:column;
        align-items:flex-start;
    }
    .product-card-body{padding:18px}
    .panel,.info-box{padding:22px}
    .map-box iframe,.map-box{min-height:300px}
    .floating-contact{
        right:12px;
        bottom:12px;
    }
    .float-btn{
        width:56px;
        height:56px;
        font-size:22px;
    }
}

.float-btn svg{
    width:28px;
    height:28px;
    display:block;
}


body.site-loading{
    overflow:hidden;
}
.page-loader{
    position:fixed;
    inset:0;
    z-index:9999;
    background:
        radial-gradient(circle at top right, rgba(164,21,36,.08), transparent 18%),
        radial-gradient(circle at bottom left, rgba(200,148,72,.08), transparent 20%),
        linear-gradient(180deg,#f8f2ea 0%,#f2e9de 100%);
    display:flex;
    align-items:center;
    justify-content:center;
    transition:opacity .55s var(--ease), visibility .55s var(--ease);
}
.page-loader.is-hidden{
    opacity:0;
    visibility:hidden;
    pointer-events:none;
}
.loader-inner{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:22px;
}
.loader-mark{
    position:relative;
    width:180px;
    height:180px;
    display:grid;
    place-items:center;
}
.loader-ring{
    position:absolute;
    border-radius:999px;
}
.loader-ring-outer{
    inset:0;
    border:2px solid rgba(164,21,36,.14);
    border-top-color:var(--red);
    border-right-color:rgba(200,148,72,.55);
    animation:spinLoader 2.1s linear infinite;
}
.loader-ring-inner{
    inset:18px;
    border:2px dashed rgba(20,20,20,.14);
    border-left-color:var(--red);
    animation:spinLoaderReverse 3.2s linear infinite;
}
.loader-logo-shell{
    width:112px;
    height:112px;
    border-radius:999px;
    background:rgba(255,255,255,.72);
    box-shadow:0 14px 30px rgba(0,0,0,.07);
    backdrop-filter:blur(6px);
    display:grid;
    place-items:center;
}
.loader-logo{
    width:82px;
    height:82px;
    object-fit:contain;
    animation:logoPulse 2.4s ease-in-out infinite;
    filter:drop-shadow(0 8px 18px rgba(0,0,0,.09));
}
.loader-text-wrap{
    text-align:center;
}
.loader-title{
    display:block;
    font-family:'Fraunces',serif;
    font-size:2.1rem;
    letter-spacing:-.01em;
    color:var(--black);
}
.loader-text{
    display:block;
    color:var(--muted);
    margin-top:6px;
    letter-spacing:.08em;
    text-transform:uppercase;
    font-size:.78rem;
    font-weight:800;
}
@keyframes spinLoader{
    to{transform:rotate(360deg);}
}
@keyframes spinLoaderReverse{
    to{transform:rotate(-360deg);}
}
@keyframes logoPulse{
    0%,100%{transform:scale(1);}
    50%{transform:scale(1.05) rotate(-3deg);}
}
.brand-link{
    transition:transform .25s var(--ease);
}
.brand-link:hover{
    transform:translateY(-1px);
}
.site-logo{
    transition:transform .4s var(--ease), filter .4s var(--ease);
}
.brand-link:hover .site-logo{
    transform:scale(1.03);
    filter:drop-shadow(0 8px 16px rgba(179,22,36,.12));
}
.nav-links a{
    position:relative;
    transition:color .25s var(--ease), border-color .25s var(--ease);
}
.header-btn,
.btn{
    transition:transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease), color .25s var(--ease);
}
.header-btn:hover,
.btn:hover{
    transform:translateY(-2px);
    box-shadow:0 16px 32px rgba(0,0,0,.10);
}
.hero{
    position:relative;
    overflow:hidden;
}
.hero::after{
    content:"";
    position:absolute;
    right:-80px;
    top:40px;
    width:280px;
    height:280px;
    border-radius:50%;
    background:radial-gradient(circle, rgba(179,22,36,.10), rgba(179,22,36,0));
    pointer-events:none;
    animation:floatGlow 7s ease-in-out infinite;
}
@keyframes floatGlow{
    0%,100%{transform:translateY(0px);}
    50%{transform:translateY(14px);}
}
.hero-card,
.info-box,
.panel,
.product-card{
    transition:transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}
.hero-card:hover,
.info-box:hover,
.panel:hover,
.product-card:hover{
    transform:translateY(-5px);
    box-shadow:0 18px 42px rgba(0,0,0,.10);
}
.product-card{
    position:relative;
}
.product-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(255,255,255,0), rgba(179,22,36,.03));
    opacity:0;
    transition:opacity .35s var(--ease);
    pointer-events:none;
}
.product-card:hover::before{
    opacity:1;
}
.product-cta{
    transition:transform .25s var(--ease), color .25s var(--ease);
}
.product-card:hover .product-cta{
    transform:translateX(4px);
    color:var(--red-dark);
}
.section-head h2,
.page-banner h1,
.hero h1{
    letter-spacing:-.02em;
}
.eyebrow,
.hero-eyebrow{
    position:relative;
}
.eyebrow::after,
.hero-eyebrow::after{
    content:"";
    display:inline-block;
    width:46px;
    height:2px;
    background:linear-gradient(90deg,var(--red),rgba(179,22,36,.10));
    margin-left:12px;
    vertical-align:middle;
}
.reveal{
    opacity:0;
    transform:translateY(26px);
    transition:opacity .75s var(--ease), transform .75s var(--ease);
    will-change:transform, opacity;
}
.reveal.is-visible{
    opacity:1;
    transform:translateY(0);
}
@media (max-width:820px){
    .loader-ring{
        width:134px;
        height:134px;
    }
    .loader-logo{
        width:84px;
        height:84px;
    }
    .loader-title{
        font-size:1.7rem;
    }
    .hero::after{
        width:180px;
        height:180px;
        right:-60px;
        top:20px;
    }
    .hero-card:hover,
    .info-box:hover,
    .panel:hover,
    .product-card:hover{
        transform:none;
    }
}


.hero p,
.section-head p,
.info-box p,
.panel p,
.product-card p,
.hero-card span,
.contact-row span{
    color:#675c54;
}
.hero::after{
    right:-60px;
    top:36px;
    width:220px;
    height:220px;
    background:radial-gradient(circle, rgba(164,21,36,.07), rgba(164,21,36,0));
    animation:floatGlow 9s ease-in-out infinite;
}
.hero-card,
.info-box,
.panel,
.product-card{
    border-color:#e5d8cb;
    background:linear-gradient(180deg,#fffdfa 0%,#fff8f1 100%);
}
.hero-card:hover,
.info-box:hover,
.panel:hover,
.product-card:hover{
    transform:translateY(-3px);
    box-shadow:0 18px 36px rgba(0,0,0,.08);
}
.product-card::before{
    background:linear-gradient(180deg, rgba(255,255,255,0), rgba(164,21,36,.025));
}
.header-btn,
.btn{
    box-shadow:0 10px 24px rgba(0,0,0,.07);
}
.topline-inner{
    padding:9px 0;
}
.topline-inner span{
    opacity:.96;
}
.nav-links a{
    font-size:1rem;
}
@media (max-width:820px){
    .site-logo{
        height:66px;
        max-width:168px;
    }
    .topline{
        font-size:.82rem;
    }
    .hero-grid{
        gap:20px;
        padding:30px 0 40px;
    }
    .hero h1{
        font-size:clamp(2.5rem, 10vw, 4rem);
    }
    .loader-mark{
        width:146px;
        height:146px;
    }
    .loader-ring-inner{
        inset:15px;
    }
    .loader-logo-shell{
        width:92px;
        height:92px;
    }
    .loader-logo{
        width:68px;
        height:68px;
    }
    .loader-title{
        font-size:1.8rem;
    }
}

/* Wholesale-focused visual refresh */
.hero-wholesale{
    background:
        radial-gradient(circle at 82% 18%, rgba(164,21,36,.14), transparent 24%),
        radial-gradient(circle at 10% 88%, rgba(200,148,72,.14), transparent 28%),
        linear-gradient(135deg,#fffdf9 0%,#f7eee5 58%,#efe2d4 100%);
}
.hero-image-polished{
    position:relative;
    border:1px solid rgba(164,21,36,.22);
}
.hero-image-polished img{
    object-position:center center;
    filter:saturate(1.04) contrast(1.03);
}
.image-badge{
    position:absolute;
    left:18px;
    bottom:18px;
    right:18px;
    padding:16px 18px;
    border-radius:18px;
    background:rgba(255,255,255,.88);
    backdrop-filter:blur(10px);
    border:1px solid rgba(255,255,255,.72);
    box-shadow:0 12px 30px rgba(0,0,0,.14);
}
.image-badge strong{display:block;color:var(--red);font-size:1.02rem;margin-bottom:2px}
.image-badge span{display:block;color:#4b413a;font-weight:700;font-size:.9rem}
.wholesale-intro .section-head p{max-width:78ch}
.mini-label{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:42px;
    height:32px;
    padding:0 10px;
    border-radius:999px;
    background:#fff4f0;
    color:var(--red);
    border:1px solid #efc9c1;
    font-weight:900;
    margin-bottom:12px;
}
.wholesale-grid .info-box{
    background:linear-gradient(180deg,#ffffff 0%,#fff8f3 100%);
}
.wholesale-price{
    background:#f5ede2;
    color:#6d4420;
    border-color:#d8c0a0;
}
.gallery-section{overflow:hidden}
.gallery-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    grid-auto-rows:230px;
    gap:16px;
}
.gallery-card{
    overflow:hidden;
    border-radius:24px;
    border:1px solid #ddcfc3;
    background:#fff;
    box-shadow:var(--shadow);
}
.gallery-card.featured{
    grid-column:span 2;
    grid-row:span 2;
}
.gallery-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
    transition:transform .45s var(--ease), filter .45s var(--ease);
}
.gallery-card:hover img{
    transform:scale(1.04);
    filter:saturate(1.05) contrast(1.04);
}
.wholesale-cta-section{
    padding-top:34px;
}
.wholesale-cta{
    background:
        linear-gradient(135deg,rgba(20,20,20,.92),rgba(127,16,28,.94)),
        url('/assets/images/gallery/aff-et-dana-antrikot.webp') center/cover;
    color:#fff;
    border-radius:30px;
    padding:38px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    box-shadow:0 22px 56px rgba(0,0,0,.18);
    overflow:hidden;
}
.wholesale-cta .eyebrow{color:#ffd9aa;margin-bottom:10px}
.wholesale-cta h2{
    font-family:'Fraunces',serif;
    font-size:clamp(2rem,3vw,3.2rem);
    line-height:1.05;
    margin-bottom:10px;
}
.wholesale-cta p{color:rgba(255,255,255,.82);max-width:62ch}
.panel-photo{padding:0;overflow:hidden;min-height:460px}
.panel-photo img{height:100%;object-fit:cover;object-position:center center}
.product-card img{background:#f4ebe3}
@media (min-width:821px){
    .hero-wholesale .hero-image img{min-height:620px}
}
@media (max-width:1080px){
    .gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:220px}
}
@media (max-width:820px){
    .image-badge{left:12px;right:12px;bottom:12px;padding:13px 14px}
    .gallery-grid{grid-template-columns:1fr;grid-auto-rows:260px}
    .gallery-card.featured{grid-column:auto;grid-row:auto}
    .wholesale-cta{padding:26px;align-items:flex-start;flex-direction:column;border-radius:24px}
    .wholesale-cta .btn{width:100%}
    .panel-photo{min-height:320px}
}

/* Standardized product image sizing */
.product-grid{
    align-items:stretch;
}
.product-grid .product-card{
    height:100%;
    display:flex;
    flex-direction:column;
}
.product-grid .product-card > img{
    width:100%;
    height:280px;
    max-height:280px;
    aspect-ratio:auto;
    object-fit:cover;
    object-position:center center;
    flex:0 0 280px;
}
.product-grid .product-card-body{
    flex:1;
    display:flex;
    flex-direction:column;
}
.product-grid .product-card .product-cta{
    margin-top:auto;
    padding-top:14px;
}
@media (min-width:1081px){
    .product-grid .product-card > img{
        height:300px;
        max-height:300px;
        flex-basis:300px;
    }
}
@media (max-width:820px){
    .product-grid .product-card > img{
        height:240px;
        max-height:240px;
        flex-basis:240px;
    }
}


/* Refined homepage hero photo */
.hero-wholesale .hero-grid{
    grid-template-columns:1.08fr .82fr;
    gap:34px;
    align-items:center;
}
.hero-wholesale .hero-image,
.hero-wholesale .hero-image-polished{
    width:min(100%, 430px);
    margin-left:auto;
    aspect-ratio:4 / 5;
    min-height:0;
    border-radius:28px;
    overflow:hidden;
    box-shadow:0 18px 46px rgba(0,0,0,.12);
    background:linear-gradient(180deg,#f8efe6 0%,#eadbc9 100%);
}
.hero-wholesale .hero-image::before,
.hero-wholesale .hero-image-polished::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(24,24,24,.02) 0%, rgba(24,24,24,.00) 38%, rgba(24,24,24,.18) 100%);
    z-index:1;
    pointer-events:none;
}
.hero-wholesale .hero-image img,
.hero-wholesale .hero-image-polished img{
    width:100%;
    height:100%;
    min-height:0;
    object-fit:cover;
    object-position:center center;
    filter:saturate(1.03) contrast(1.03);
}
.hero-wholesale .image-badge{
    z-index:2;
    left:14px;
    right:14px;
    bottom:14px;
    padding:14px 16px;
}
@media (max-width:820px){
    .hero-wholesale .hero-grid{
        grid-template-columns:1fr;
        gap:22px;
    }
    .hero-wholesale .hero-image,
    .hero-wholesale .hero-image-polished{
        width:min(100%, 360px);
        margin:0 auto;
        aspect-ratio:4 / 5;
        border-radius:22px;
    }
}


/* Homepage hero image: shorter and more balanced */
.hero-wholesale .hero-image,
.hero-wholesale .hero-image-polished{
    width:min(100%, 500px);
    aspect-ratio:5 / 4;
    border-radius:28px;
    box-shadow:0 18px 44px rgba(0,0,0,.12);
}
.hero-wholesale .hero-image img,
.hero-wholesale .hero-image-polished img{
    width:100%;
    height:100%;
    min-height:0;
    object-fit:cover;
    object-position:center center;
}
.hero-wholesale .image-badge{
    left:14px;
    right:14px;
    bottom:14px;
}
@media (max-width:820px){
    .hero-wholesale .hero-image,
    .hero-wholesale .hero-image-polished{
        width:100%;
        max-width:420px;
        margin:0 auto;
        aspect-ratio:4 / 3;
        border-radius:22px;
    }
}


/* Only mobile topline adjustment */
.topline-mobile-compact{display:none}
@media (max-width:820px){
    .topline{
        font-size:.76rem;
    }
    .topline-inner{
        min-height:auto;
        display:flex;
        align-items:center;
        justify-content:center;
        padding:6px 0;
        gap:0;
    }
    .topline-address,
    .topline-meta{
        display:none !important;
    }
    .topline-mobile-compact{
        display:block;
        text-align:center;
        line-height:1.3;
        font-weight:600;
        letter-spacing:.01em;
        opacity:.96;
    }
}
@media (max-width:420px){
    .topline{
        font-size:.72rem;
    }
    .topline-inner{
        padding:5px 0;
    }
}
